.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  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: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #bbbbbb !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-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: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* 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: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.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: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.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: #000000 !important;
  background-color: #bbbbbb !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: #ff6666 !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='%23bbbbbb' %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-tJke0Yx7jb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJke0Yx7jb nav.navbar {
  position: fixed;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJke0Yx7jb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJke0Yx7jb .dropdown-item:hover,
.cid-tJke0Yx7jb .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJke0Yx7jb .dropdown-item:hover span {
  color: white;
}
.cid-tJke0Yx7jb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJke0Yx7jb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJke0Yx7jb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJke0Yx7jb .nav-link {
  position: relative;
}
.cid-tJke0Yx7jb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown-menu,
.cid-tJke0Yx7jb .navbar.opened {
  background: #ffffff !important;
}
.cid-tJke0Yx7jb .nav-item:focus,
.cid-tJke0Yx7jb .nav-link:focus {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJke0Yx7jb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.opened {
  transition: all 0.3s;
}
.cid-tJke0Yx7jb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJke0Yx7jb .navbar .navbar-logo img {
  width: auto;
}
.cid-tJke0Yx7jb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJke0Yx7jb .navbar.collapsed {
  justify-content: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJke0Yx7jb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJke0Yx7jb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJke0Yx7jb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJke0Yx7jb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJke0Yx7jb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJke0Yx7jb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJke0Yx7jb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJke0Yx7jb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown-item.active,
.cid-tJke0Yx7jb .dropdown-item:active {
  background-color: transparent;
}
.cid-tJke0Yx7jb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJke0Yx7jb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJke0Yx7jb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJke0Yx7jb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJke0Yx7jb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJke0Yx7jb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar {
    height: 70px;
  }
  .cid-tJke0Yx7jb .navbar.opened {
    height: auto;
  }
  .cid-tJke0Yx7jb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLctSxT5NO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLctSxT5NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLctSxT5NO .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-tLctSxT5NO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLctSxT5NO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLctSxT5NO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy08X816y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy08X816y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy08X816y .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-tMy08X816y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy08X816y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy08X816y .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy0aVb7cU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy0aVb7cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy0aVb7cU .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-tMy0aVb7cU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy0aVb7cU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy0aVb7cU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy0SlV05A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy0SlV05A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy0SlV05A .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-tMy0SlV05A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy0SlV05A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy0SlV05A .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy0ah8PRT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy0ah8PRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy0ah8PRT .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-tMy0ah8PRT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy0ah8PRT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy0ah8PRT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy0TEcOqN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy0TEcOqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy0TEcOqN .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-tMy0TEcOqN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy0TEcOqN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy0TEcOqN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy0V7iI9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy0V7iI9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy0V7iI9u .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-tMy0V7iI9u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy0V7iI9u img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy0V7iI9u .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy0WfwUSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy0WfwUSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy0WfwUSG .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-tMy0WfwUSG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy0WfwUSG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy0WfwUSG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy1UqCLfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy1UqCLfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy1UqCLfJ .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-tMy1UqCLfJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy1UqCLfJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy1UqCLfJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy1VDnAyk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy1VDnAyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy1VDnAyk .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-tMy1VDnAyk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy1VDnAyk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy1VDnAyk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy1Wj3Yk4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy1Wj3Yk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy1Wj3Yk4 .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-tMy1Wj3Yk4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy1Wj3Yk4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy1Wj3Yk4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy1XeN6wI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy1XeN6wI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy1XeN6wI .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-tMy1XeN6wI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy1XeN6wI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy1XeN6wI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy1XeN6wI .mbr-text {
  text-align: left;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMy3whnNAY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMy3whnNAY nav.navbar {
  position: fixed;
}
.cid-tMy3whnNAY .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-tMy3whnNAY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMy3whnNAY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMy3whnNAY .dropdown-item:hover,
.cid-tMy3whnNAY .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tMy3whnNAY .dropdown-item:hover span {
  color: white;
}
.cid-tMy3whnNAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMy3whnNAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMy3whnNAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMy3whnNAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMy3whnNAY .nav-link {
  position: relative;
}
.cid-tMy3whnNAY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy3whnNAY .container {
    flex-wrap: wrap;
  }
}
.cid-tMy3whnNAY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy3whnNAY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMy3whnNAY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMy3whnNAY .dropdown-menu,
.cid-tMy3whnNAY .navbar.opened {
  background: #ffffff !important;
}
.cid-tMy3whnNAY .nav-item:focus,
.cid-tMy3whnNAY .nav-link:focus {
  outline: none;
}
.cid-tMy3whnNAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMy3whnNAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMy3whnNAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMy3whnNAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMy3whnNAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMy3whnNAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMy3whnNAY .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-tMy3whnNAY .navbar.opened {
  transition: all 0.3s;
}
.cid-tMy3whnNAY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMy3whnNAY .navbar .navbar-logo img {
  width: auto;
}
.cid-tMy3whnNAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMy3whnNAY .navbar.collapsed {
  justify-content: center;
}
.cid-tMy3whnNAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMy3whnNAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMy3whnNAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tMy3whnNAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMy3whnNAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMy3whnNAY .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-tMy3whnNAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMy3whnNAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMy3whnNAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMy3whnNAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMy3whnNAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMy3whnNAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMy3whnNAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMy3whnNAY .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-tMy3whnNAY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMy3whnNAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMy3whnNAY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMy3whnNAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMy3whnNAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMy3whnNAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMy3whnNAY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMy3whnNAY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMy3whnNAY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMy3whnNAY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMy3whnNAY .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-tMy3whnNAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMy3whnNAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMy3whnNAY .dropdown-item.active,
.cid-tMy3whnNAY .dropdown-item:active {
  background-color: transparent;
}
.cid-tMy3whnNAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMy3whnNAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMy3whnNAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMy3whnNAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMy3whnNAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMy3whnNAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMy3whnNAY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMy3whnNAY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMy3whnNAY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMy3whnNAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMy3whnNAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMy3whnNAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy3whnNAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy3whnNAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMy3whnNAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy3whnNAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMy3whnNAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMy3whnNAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy3whnNAY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMy3whnNAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMy3whnNAY .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-tMy3whnNAY .navbar {
    height: 70px;
  }
  .cid-tMy3whnNAY .navbar.opened {
    height: auto;
  }
  .cid-tMy3whnNAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMy3w8QLnD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3w8QLnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3w8QLnD .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-tMy3w8QLnD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3w8QLnD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3w8QLnD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3w9c1e7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3w9c1e7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3w9c1e7 .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-tMy3w9c1e7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3w9c1e7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3w9c1e7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3w9JghJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3w9JghJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3w9JghJ .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-tMy3w9JghJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3w9JghJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3w9JghJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wadK3Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wadK3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wadK3Q .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-tMy3wadK3Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wadK3Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wadK3Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3waKpNs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3waKpNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3waKpNs .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-tMy3waKpNs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3waKpNs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3waKpNs .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wbfjn4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wbfjn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wbfjn4 .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-tMy3wbfjn4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wbfjn4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wbfjn4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wbLQAN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wbLQAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wbLQAN .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-tMy3wbLQAN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wbLQAN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wbLQAN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wcjXMo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wcjXMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wcjXMo .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-tMy3wcjXMo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wcjXMo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wcjXMo .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wcOIkj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wcOIkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wcOIkj .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-tMy3wcOIkj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wcOIkj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wcOIkj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wdmdpd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wdmdpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wdmdpd .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-tMy3wdmdpd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wdmdpd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wdmdpd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wdTtgp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wdTtgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wdTtgp .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-tMy3wdTtgp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wdTtgp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wdTtgp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wetkG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wetkG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wetkG1 .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-tMy3wetkG1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wetkG1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wetkG1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wfF5Mt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wfF5Mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wfF5Mt .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-tMy3wfF5Mt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wfF5Mt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wfF5Mt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy3wgd7Yt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy3wgd7Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy3wgd7Yt .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-tMy3wgd7Yt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy3wgd7Yt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy3wgd7Yt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4sTQQJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4sTQQJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4sTQQJb .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-tMy4sTQQJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4sTQQJb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4sTQQJb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4tw7OPf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4tw7OPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4tw7OPf .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-tMy4tw7OPf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4tw7OPf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4tw7OPf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4u1PvkM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4u1PvkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4u1PvkM .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-tMy4u1PvkM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4u1PvkM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4u1PvkM .text-wrapper {
    padding: 2rem;
  }
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMy5HlajDl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMy5HlajDl nav.navbar {
  position: fixed;
}
.cid-tMy5HlajDl .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-tMy5HlajDl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMy5HlajDl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMy5HlajDl .dropdown-item:hover,
.cid-tMy5HlajDl .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tMy5HlajDl .dropdown-item:hover span {
  color: white;
}
.cid-tMy5HlajDl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMy5HlajDl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMy5HlajDl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMy5HlajDl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMy5HlajDl .nav-link {
  position: relative;
}
.cid-tMy5HlajDl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy5HlajDl .container {
    flex-wrap: wrap;
  }
}
.cid-tMy5HlajDl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy5HlajDl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMy5HlajDl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMy5HlajDl .dropdown-menu,
.cid-tMy5HlajDl .navbar.opened {
  background: #ffffff !important;
}
.cid-tMy5HlajDl .nav-item:focus,
.cid-tMy5HlajDl .nav-link:focus {
  outline: none;
}
.cid-tMy5HlajDl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMy5HlajDl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMy5HlajDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMy5HlajDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMy5HlajDl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMy5HlajDl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMy5HlajDl .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-tMy5HlajDl .navbar.opened {
  transition: all 0.3s;
}
.cid-tMy5HlajDl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMy5HlajDl .navbar .navbar-logo img {
  width: auto;
}
.cid-tMy5HlajDl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMy5HlajDl .navbar.collapsed {
  justify-content: center;
}
.cid-tMy5HlajDl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMy5HlajDl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMy5HlajDl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tMy5HlajDl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMy5HlajDl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMy5HlajDl .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-tMy5HlajDl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMy5HlajDl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMy5HlajDl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMy5HlajDl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMy5HlajDl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMy5HlajDl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMy5HlajDl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMy5HlajDl .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-tMy5HlajDl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMy5HlajDl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMy5HlajDl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMy5HlajDl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMy5HlajDl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMy5HlajDl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMy5HlajDl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMy5HlajDl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMy5HlajDl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMy5HlajDl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMy5HlajDl .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-tMy5HlajDl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMy5HlajDl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMy5HlajDl .dropdown-item.active,
.cid-tMy5HlajDl .dropdown-item:active {
  background-color: transparent;
}
.cid-tMy5HlajDl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMy5HlajDl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMy5HlajDl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMy5HlajDl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMy5HlajDl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMy5HlajDl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMy5HlajDl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMy5HlajDl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMy5HlajDl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMy5HlajDl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMy5HlajDl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMy5HlajDl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy5HlajDl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy5HlajDl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMy5HlajDl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy5HlajDl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMy5HlajDl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMy5HlajDl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy5HlajDl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMy5HlajDl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMy5HlajDl .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-tMy5HlajDl .navbar {
    height: 70px;
  }
  .cid-tMy5HlajDl .navbar.opened {
    height: auto;
  }
  .cid-tMy5HlajDl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMy5HaKbme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HaKbme .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HaKbme .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-tMy5HaKbme .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HaKbme img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HaKbme .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HbbbZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HbbbZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HbbbZG .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-tMy5HbbbZG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HbbbZG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HbbbZG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HbHFiC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HbHFiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HbHFiC .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-tMy5HbHFiC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HbHFiC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HbHFiC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HcldU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HcldU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HcldU2 .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-tMy5HcldU2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HcldU2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HcldU2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HcPnuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HcPnuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HcPnuj .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-tMy5HcPnuj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HcPnuj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HcPnuj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HcPnuj .mbr-section-title {
  color: #353535;
}
.cid-tMy5HdlfCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HdlfCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HdlfCR .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-tMy5HdlfCR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HdlfCR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HdlfCR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HdlfCR .mbr-section-title {
  color: #353535;
}
.cid-tMy5HdTiw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HdTiw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HdTiw3 .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-tMy5HdTiw3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HdTiw3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HdTiw3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HepMWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HepMWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HepMWi .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-tMy5HepMWi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HepMWi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HepMWi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HeTeux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HeTeux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HeTeux .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-tMy5HeTeux .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HeTeux img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HeTeux .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HfD5sK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HfD5sK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HfD5sK .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-tMy5HfD5sK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HfD5sK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HfD5sK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5Hgdj6b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5Hgdj6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5Hgdj6b .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-tMy5Hgdj6b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5Hgdj6b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5Hgdj6b .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HgLqid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HgLqid .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HgLqid .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-tMy5HgLqid .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HgLqid img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HgLqid .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HhlfEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HhlfEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HhlfEG .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-tMy5HhlfEG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HhlfEG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HhlfEG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HhToXx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HhToXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HhToXx .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-tMy5HhToXx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HhToXx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HhToXx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5Hiu8Hl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5Hiu8Hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5Hiu8Hl .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-tMy5Hiu8Hl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5Hiu8Hl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5Hiu8Hl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5HiYi8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5HiYi8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5HiYi8V .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-tMy5HiYi8V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5HiYi8V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5HiYi8V .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5Hjw4tS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5Hjw4tS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5Hjw4tS .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-tMy5Hjw4tS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5Hjw4tS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5Hjw4tS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy5Hk03Sj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy5Hk03Sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy5Hk03Sj .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-tMy5Hk03Sj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy5Hk03Sj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy5Hk03Sj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy6qA4lnw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy6qA4lnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy6qA4lnw .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-tMy6qA4lnw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy6qA4lnw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy6qA4lnw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy6rfCxuf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy6rfCxuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy6rfCxuf .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-tMy6rfCxuf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy6rfCxuf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy6rfCxuf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy6rJm7va {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy6rJm7va .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy6rJm7va .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-tMy6rJm7va .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy6rJm7va img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy6rJm7va .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy6sb10XL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy6sb10XL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy6sb10XL .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-tMy6sb10XL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy6sb10XL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy6sb10XL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy6sM4Q2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy6sM4Q2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy6sM4Q2D .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-tMy6sM4Q2D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy6sM4Q2D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy6sM4Q2D .text-wrapper {
    padding: 2rem;
  }
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMy4TO5QSV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMy4TO5QSV nav.navbar {
  position: fixed;
}
.cid-tMy4TO5QSV .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-tMy4TO5QSV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMy4TO5QSV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMy4TO5QSV .dropdown-item:hover,
.cid-tMy4TO5QSV .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tMy4TO5QSV .dropdown-item:hover span {
  color: white;
}
.cid-tMy4TO5QSV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMy4TO5QSV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMy4TO5QSV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMy4TO5QSV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMy4TO5QSV .nav-link {
  position: relative;
}
.cid-tMy4TO5QSV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy4TO5QSV .container {
    flex-wrap: wrap;
  }
}
.cid-tMy4TO5QSV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy4TO5QSV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMy4TO5QSV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMy4TO5QSV .dropdown-menu,
.cid-tMy4TO5QSV .navbar.opened {
  background: #ffffff !important;
}
.cid-tMy4TO5QSV .nav-item:focus,
.cid-tMy4TO5QSV .nav-link:focus {
  outline: none;
}
.cid-tMy4TO5QSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMy4TO5QSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMy4TO5QSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMy4TO5QSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMy4TO5QSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMy4TO5QSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMy4TO5QSV .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-tMy4TO5QSV .navbar.opened {
  transition: all 0.3s;
}
.cid-tMy4TO5QSV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMy4TO5QSV .navbar .navbar-logo img {
  width: auto;
}
.cid-tMy4TO5QSV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMy4TO5QSV .navbar.collapsed {
  justify-content: center;
}
.cid-tMy4TO5QSV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMy4TO5QSV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMy4TO5QSV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tMy4TO5QSV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMy4TO5QSV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMy4TO5QSV .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-tMy4TO5QSV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMy4TO5QSV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMy4TO5QSV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMy4TO5QSV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMy4TO5QSV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMy4TO5QSV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMy4TO5QSV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMy4TO5QSV .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-tMy4TO5QSV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMy4TO5QSV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMy4TO5QSV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMy4TO5QSV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMy4TO5QSV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMy4TO5QSV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMy4TO5QSV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMy4TO5QSV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMy4TO5QSV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMy4TO5QSV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMy4TO5QSV .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-tMy4TO5QSV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMy4TO5QSV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMy4TO5QSV .dropdown-item.active,
.cid-tMy4TO5QSV .dropdown-item:active {
  background-color: transparent;
}
.cid-tMy4TO5QSV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMy4TO5QSV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMy4TO5QSV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMy4TO5QSV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMy4TO5QSV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMy4TO5QSV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMy4TO5QSV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMy4TO5QSV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMy4TO5QSV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMy4TO5QSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMy4TO5QSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMy4TO5QSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy4TO5QSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy4TO5QSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMy4TO5QSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy4TO5QSV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMy4TO5QSV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMy4TO5QSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy4TO5QSV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMy4TO5QSV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMy4TO5QSV .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-tMy4TO5QSV .navbar {
    height: 70px;
  }
  .cid-tMy4TO5QSV .navbar.opened {
    height: auto;
  }
  .cid-tMy4TO5QSV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMy4TE53an {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TE53an .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TE53an .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-tMy4TE53an .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TE53an img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TE53an .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TE53an .mbr-text {
  color: #353535;
}
.cid-tMy4TErds6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TErds6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TErds6 .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-tMy4TErds6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TErds6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TErds6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TErds6 .mbr-text {
  color: #353535;
}
.cid-tMy4TErds6 .mbr-section-title {
  color: #353535;
}
.cid-tMy4TEXzJ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TEXzJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TEXzJ0 .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-tMy4TEXzJ0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TEXzJ0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TEXzJ0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TEXzJ0 .mbr-text {
  color: #353535;
}
.cid-tMy4TFpTPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TFpTPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TFpTPn .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-tMy4TFpTPn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TFpTPn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TFpTPn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TFRord {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TFRord .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TFRord .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-tMy4TFRord .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TFRord img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TFRord .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TFRord .mbr-text {
  color: #353535;
}
.cid-tMy4THm9sg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4THm9sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4THm9sg .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-tMy4THm9sg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4THm9sg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4THm9sg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TJ0yhm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TJ0yhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TJ0yhm .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-tMy4TJ0yhm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TJ0yhm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TJ0yhm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy4TJuaav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy4TJuaav .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy4TJuaav .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-tMy4TJuaav .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy4TJuaav img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy4TJuaav .text-wrapper {
    padding: 2rem;
  }
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMy7jJnrYi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMy7jJnrYi nav.navbar {
  position: fixed;
}
.cid-tMy7jJnrYi .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-tMy7jJnrYi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMy7jJnrYi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMy7jJnrYi .dropdown-item:hover,
.cid-tMy7jJnrYi .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tMy7jJnrYi .dropdown-item:hover span {
  color: white;
}
.cid-tMy7jJnrYi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMy7jJnrYi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMy7jJnrYi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMy7jJnrYi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMy7jJnrYi .nav-link {
  position: relative;
}
.cid-tMy7jJnrYi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy7jJnrYi .container {
    flex-wrap: wrap;
  }
}
.cid-tMy7jJnrYi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMy7jJnrYi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMy7jJnrYi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMy7jJnrYi .dropdown-menu,
.cid-tMy7jJnrYi .navbar.opened {
  background: #ffffff !important;
}
.cid-tMy7jJnrYi .nav-item:focus,
.cid-tMy7jJnrYi .nav-link:focus {
  outline: none;
}
.cid-tMy7jJnrYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMy7jJnrYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMy7jJnrYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMy7jJnrYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMy7jJnrYi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMy7jJnrYi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMy7jJnrYi .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-tMy7jJnrYi .navbar.opened {
  transition: all 0.3s;
}
.cid-tMy7jJnrYi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMy7jJnrYi .navbar .navbar-logo img {
  width: auto;
}
.cid-tMy7jJnrYi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMy7jJnrYi .navbar.collapsed {
  justify-content: center;
}
.cid-tMy7jJnrYi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMy7jJnrYi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMy7jJnrYi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tMy7jJnrYi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMy7jJnrYi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMy7jJnrYi .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-tMy7jJnrYi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMy7jJnrYi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMy7jJnrYi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMy7jJnrYi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMy7jJnrYi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMy7jJnrYi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMy7jJnrYi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMy7jJnrYi .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-tMy7jJnrYi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMy7jJnrYi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMy7jJnrYi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMy7jJnrYi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMy7jJnrYi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMy7jJnrYi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMy7jJnrYi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMy7jJnrYi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMy7jJnrYi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMy7jJnrYi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMy7jJnrYi .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-tMy7jJnrYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMy7jJnrYi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMy7jJnrYi .dropdown-item.active,
.cid-tMy7jJnrYi .dropdown-item:active {
  background-color: transparent;
}
.cid-tMy7jJnrYi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMy7jJnrYi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMy7jJnrYi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMy7jJnrYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMy7jJnrYi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMy7jJnrYi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMy7jJnrYi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMy7jJnrYi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMy7jJnrYi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMy7jJnrYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMy7jJnrYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMy7jJnrYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy7jJnrYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMy7jJnrYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMy7jJnrYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy7jJnrYi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMy7jJnrYi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMy7jJnrYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMy7jJnrYi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMy7jJnrYi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMy7jJnrYi .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-tMy7jJnrYi .navbar {
    height: 70px;
  }
  .cid-tMy7jJnrYi .navbar.opened {
    height: auto;
  }
  .cid-tMy7jJnrYi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMy7jCqFee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jCqFee .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jCqFee .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-tMy7jCqFee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jCqFee img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jCqFee .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jCqFee .mbr-text {
  color: #353535;
}
.cid-tMy7jCS82a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jCS82a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jCS82a .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-tMy7jCS82a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jCS82a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jCS82a .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jCS82a .mbr-text {
  color: #353535;
}
.cid-tMy7jDmHLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jDmHLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jDmHLH .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-tMy7jDmHLH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jDmHLH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jDmHLH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jDmHLH .mbr-text {
  color: #353535;
}
.cid-tMy7jDOHfK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jDOHfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jDOHfK .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-tMy7jDOHfK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jDOHfK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jDOHfK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jEhtaO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jEhtaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jEhtaO .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-tMy7jEhtaO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jEhtaO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jEhtaO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jEM9qP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jEM9qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jEM9qP .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-tMy7jEM9qP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jEM9qP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jEM9qP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jFjYkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jFjYkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jFjYkk .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-tMy7jFjYkk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jFjYkk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jFjYkk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jFOZAI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jFOZAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jFOZAI .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-tMy7jFOZAI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jFOZAI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jFOZAI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMy7jGkqw8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMy7jGkqw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMy7jGkqw8 .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-tMy7jGkqw8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMy7jGkqw8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMy7jGkqw8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJNnBhat04 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJNnBhat04 nav.navbar {
  position: fixed;
}
.cid-tJNnBhat04 .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-tJNnBhat04 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJNnBhat04 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJNnBhat04 .dropdown-item:hover,
.cid-tJNnBhat04 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJNnBhat04 .dropdown-item:hover span {
  color: white;
}
.cid-tJNnBhat04 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJNnBhat04 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJNnBhat04 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJNnBhat04 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJNnBhat04 .nav-link {
  position: relative;
}
.cid-tJNnBhat04 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJNnBhat04 .container {
    flex-wrap: wrap;
  }
}
.cid-tJNnBhat04 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJNnBhat04 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJNnBhat04 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJNnBhat04 .dropdown-menu,
.cid-tJNnBhat04 .navbar.opened {
  background: #ffffff !important;
}
.cid-tJNnBhat04 .nav-item:focus,
.cid-tJNnBhat04 .nav-link:focus {
  outline: none;
}
.cid-tJNnBhat04 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJNnBhat04 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJNnBhat04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJNnBhat04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJNnBhat04 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJNnBhat04 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJNnBhat04 .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-tJNnBhat04 .navbar.opened {
  transition: all 0.3s;
}
.cid-tJNnBhat04 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJNnBhat04 .navbar .navbar-logo img {
  width: auto;
}
.cid-tJNnBhat04 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJNnBhat04 .navbar.collapsed {
  justify-content: center;
}
.cid-tJNnBhat04 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJNnBhat04 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJNnBhat04 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJNnBhat04 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJNnBhat04 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJNnBhat04 .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-tJNnBhat04 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJNnBhat04 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJNnBhat04 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJNnBhat04 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJNnBhat04 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJNnBhat04 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJNnBhat04 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJNnBhat04 .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-tJNnBhat04 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJNnBhat04 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJNnBhat04 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJNnBhat04 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJNnBhat04 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJNnBhat04 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJNnBhat04 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJNnBhat04 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJNnBhat04 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJNnBhat04 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJNnBhat04 .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-tJNnBhat04 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJNnBhat04 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJNnBhat04 .dropdown-item.active,
.cid-tJNnBhat04 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJNnBhat04 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJNnBhat04 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJNnBhat04 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJNnBhat04 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJNnBhat04 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJNnBhat04 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJNnBhat04 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJNnBhat04 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJNnBhat04 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJNnBhat04 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJNnBhat04 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJNnBhat04 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJNnBhat04 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJNnBhat04 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJNnBhat04 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJNnBhat04 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJNnBhat04 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJNnBhat04 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJNnBhat04 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJNnBhat04 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJNnBhat04 .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-tJNnBhat04 .navbar {
    height: 70px;
  }
  .cid-tJNnBhat04 .navbar.opened {
    height: auto;
  }
  .cid-tJNnBhat04 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTwcpGTLEr {
  background-image: url("../../../assets/images/jimmy-nilsson-masth-wnmtavlz8iy-unsplash.jpg");
}
.cid-tTwcpGTLEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwcpGTLEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwcpGTLEr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tTwcpGTLEr .mbr-text,
.cid-tTwcpGTLEr .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJke0Yx7jb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJke0Yx7jb nav.navbar {
  position: fixed;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJke0Yx7jb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJke0Yx7jb .dropdown-item:hover,
.cid-tJke0Yx7jb .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJke0Yx7jb .dropdown-item:hover span {
  color: white;
}
.cid-tJke0Yx7jb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJke0Yx7jb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJke0Yx7jb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJke0Yx7jb .nav-link {
  position: relative;
}
.cid-tJke0Yx7jb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown-menu,
.cid-tJke0Yx7jb .navbar.opened {
  background: #ffffff !important;
}
.cid-tJke0Yx7jb .nav-item:focus,
.cid-tJke0Yx7jb .nav-link:focus {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJke0Yx7jb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.opened {
  transition: all 0.3s;
}
.cid-tJke0Yx7jb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJke0Yx7jb .navbar .navbar-logo img {
  width: auto;
}
.cid-tJke0Yx7jb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJke0Yx7jb .navbar.collapsed {
  justify-content: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJke0Yx7jb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJke0Yx7jb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJke0Yx7jb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJke0Yx7jb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJke0Yx7jb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJke0Yx7jb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJke0Yx7jb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJke0Yx7jb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown-item.active,
.cid-tJke0Yx7jb .dropdown-item:active {
  background-color: transparent;
}
.cid-tJke0Yx7jb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJke0Yx7jb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJke0Yx7jb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJke0Yx7jb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJke0Yx7jb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJke0Yx7jb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar {
    height: 70px;
  }
  .cid-tJke0Yx7jb .navbar.opened {
    height: auto;
  }
  .cid-tJke0Yx7jb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCAOqBTxa {
  background-image: url("../../../assets/images/gettyimages-1161937292-612x612.jpg");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sFANq99njx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edf5e1;
}
.cid-sFANq99njx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sFANq99njx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sFANq99njx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFANq99njx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFANq99njx .card-title {
  color: #05386b;
  text-align: left;
}
.cid-sFANq99njx .mbr-text,
.cid-sFANq99njx .mbr-section-btn {
  color: #353535;
}
.cid-tLckmkZpeA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLckmkZpeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLckmkZpeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLckmkZpeA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tLckmkZpeA .card {
    margin-bottom: 2rem!important;
  }
  .cid-tLckmkZpeA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLckmkZpeA .link-wrap {
    align-items: center;
  }
}
.cid-tLckmkZpeA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLckmkZpeA .card-title,
.cid-tLckmkZpeA .card-box {
  color: #05386b;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJke0Yx7jb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJke0Yx7jb nav.navbar {
  position: fixed;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJke0Yx7jb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJke0Yx7jb .dropdown-item:hover,
.cid-tJke0Yx7jb .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJke0Yx7jb .dropdown-item:hover span {
  color: white;
}
.cid-tJke0Yx7jb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJke0Yx7jb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJke0Yx7jb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJke0Yx7jb .nav-link {
  position: relative;
}
.cid-tJke0Yx7jb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown-menu,
.cid-tJke0Yx7jb .navbar.opened {
  background: #ffffff !important;
}
.cid-tJke0Yx7jb .nav-item:focus,
.cid-tJke0Yx7jb .nav-link:focus {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJke0Yx7jb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.opened {
  transition: all 0.3s;
}
.cid-tJke0Yx7jb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJke0Yx7jb .navbar .navbar-logo img {
  width: auto;
}
.cid-tJke0Yx7jb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJke0Yx7jb .navbar.collapsed {
  justify-content: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJke0Yx7jb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJke0Yx7jb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJke0Yx7jb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJke0Yx7jb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJke0Yx7jb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJke0Yx7jb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJke0Yx7jb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJke0Yx7jb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown-item.active,
.cid-tJke0Yx7jb .dropdown-item:active {
  background-color: transparent;
}
.cid-tJke0Yx7jb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJke0Yx7jb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJke0Yx7jb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJke0Yx7jb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJke0Yx7jb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJke0Yx7jb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar {
    height: 70px;
  }
  .cid-tJke0Yx7jb .navbar.opened {
    height: auto;
  }
  .cid-tJke0Yx7jb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFADQQfNeA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hoang-kim-hung-lqehpcs8oji-unsplash.jpg");
}
.cid-sFADQQfNeA .mbr-section-title {
  color: #fafafa;
}
.cid-sFADQQfNeA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJjCRK48ZK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tJjCRK48ZK img,
.cid-tJjCRK48ZK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJjCRK48ZK .item:focus,
.cid-tJjCRK48ZK span:focus {
  outline: none;
}
.cid-tJjCRK48ZK .item-wrapper {
  position: relative;
}
.cid-tJjCRK48ZK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJjCRK48ZK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJjCRK48ZK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tJjCRK48ZK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJjCRK48ZK .mbr-section-title {
  color: #232323;
}
.cid-tJjCRK48ZK .mbr-text,
.cid-tJjCRK48ZK .mbr-section-btn {
  text-align: left;
}
.cid-tJjCRK48ZK .item-title {
  text-align: left;
  color: #353535;
}
.cid-tJjCRK48ZK .item-subtitle {
  text-align: left;
}
.cid-tJjCRK48ZK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tJjCRK48ZK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tJjCRK48ZK .embla__button--next,
.cid-tJjCRK48ZK .embla__button--prev {
  display: flex;
}
.cid-tJjCRK48ZK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJjCRK48ZK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tJjCRK48ZK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tJjCRK48ZK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjCRK48ZK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjCRK48ZK .embla__button {
    top: auto;
  }
}
.cid-tJjCRK48ZK .embla {
  position: relative;
  width: 100%;
}
.cid-tJjCRK48ZK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tJjCRK48ZK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tJjCRK48ZK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tJjCRK48ZK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tJjDmtYS05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjDmtYS05 img,
.cid-tJjDmtYS05 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJjDmtYS05 .item:focus,
.cid-tJjDmtYS05 span:focus {
  outline: none;
}
.cid-tJjDmtYS05 .item-wrapper {
  position: relative;
}
.cid-tJjDmtYS05 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJjDmtYS05 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJjDmtYS05 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tJjDmtYS05 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJjDmtYS05 .mbr-section-title {
  color: #232323;
}
.cid-tJjDmtYS05 .mbr-text,
.cid-tJjDmtYS05 .mbr-section-btn {
  text-align: left;
}
.cid-tJjDmtYS05 .item-title {
  text-align: left;
  color: #353535;
}
.cid-tJjDmtYS05 .item-subtitle {
  text-align: left;
}
.cid-tJjDmtYS05 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tJjDmtYS05 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tJjDmtYS05 .embla__button--next,
.cid-tJjDmtYS05 .embla__button--prev {
  display: flex;
}
.cid-tJjDmtYS05 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJjDmtYS05 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tJjDmtYS05 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tJjDmtYS05 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjDmtYS05 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjDmtYS05 .embla__button {
    top: auto;
  }
}
.cid-tJjDmtYS05 .embla {
  position: relative;
  width: 100%;
}
.cid-tJjDmtYS05 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tJjDmtYS05 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tJjDmtYS05 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tJjDmtYS05 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJke0Yx7jb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJke0Yx7jb nav.navbar {
  position: fixed;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJke0Yx7jb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJke0Yx7jb .dropdown-item:hover,
.cid-tJke0Yx7jb .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJke0Yx7jb .dropdown-item:hover span {
  color: white;
}
.cid-tJke0Yx7jb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJke0Yx7jb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJke0Yx7jb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJke0Yx7jb .nav-link {
  position: relative;
}
.cid-tJke0Yx7jb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown-menu,
.cid-tJke0Yx7jb .navbar.opened {
  background: #ffffff !important;
}
.cid-tJke0Yx7jb .nav-item:focus,
.cid-tJke0Yx7jb .nav-link:focus {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJke0Yx7jb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.opened {
  transition: all 0.3s;
}
.cid-tJke0Yx7jb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJke0Yx7jb .navbar .navbar-logo img {
  width: auto;
}
.cid-tJke0Yx7jb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJke0Yx7jb .navbar.collapsed {
  justify-content: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJke0Yx7jb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJke0Yx7jb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJke0Yx7jb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJke0Yx7jb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJke0Yx7jb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJke0Yx7jb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJke0Yx7jb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJke0Yx7jb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown-item.active,
.cid-tJke0Yx7jb .dropdown-item:active {
  background-color: transparent;
}
.cid-tJke0Yx7jb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJke0Yx7jb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJke0Yx7jb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJke0Yx7jb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJke0Yx7jb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJke0Yx7jb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar {
    height: 70px;
  }
  .cid-tJke0Yx7jb .navbar.opened {
    height: auto;
  }
  .cid-tJke0Yx7jb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJjIMWHS2A {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjIMWHS2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjIMWHS2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjIMWHS2A .item {
  padding-bottom: 2rem;
}
.cid-tJjIMWHS2A .item-wrapper {
  position: relative;
}
.cid-tJjIMWHS2A .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjIMWHS2A .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjIMWHS2A .carousel-control,
.cid-tJjIMWHS2A .close {
  background: #1b1b1b;
}
.cid-tJjIMWHS2A .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjIMWHS2A .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjIMWHS2A .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjIMWHS2A .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjIMWHS2A .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjIMWHS2A .close::before {
  content: '\e91a';
}
.cid-tJjIMWHS2A .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjIMWHS2A .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjIMWHS2A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjIMWHS2A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjIMWHS2A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjIMWHS2A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjIMWHS2A .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjIMWHS2A .carousel-indicators li.active,
.cid-tJjIMWHS2A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjIMWHS2A .carousel-indicators li::after,
.cid-tJjIMWHS2A .carousel-indicators li::before {
  content: none;
}
.cid-tJjIMWHS2A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjIMWHS2A .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjIMWHS2A .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjIMWHS2A .carousel-indicators {
    display: none;
  }
}
.cid-tJjIMWHS2A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjIMWHS2A .carousel-inner > .active {
  display: block;
}
.cid-tJjIMWHS2A .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjIMWHS2A .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjIMWHS2A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjIMWHS2A .carousel-control,
  .cid-tJjIMWHS2A .carousel-indicators,
  .cid-tJjIMWHS2A .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjIMWHS2A .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjIMWHS2A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjIMWHS2A .carousel-indicators .active,
.cid-tJjIMWHS2A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjIMWHS2A .carousel-indicators .active {
  background: #fff;
}
.cid-tJjIMWHS2A .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjIMWHS2A .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjIMWHS2A .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjIMWHS2A .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjIMWHS2A .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjIMWHS2A .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjIMWHS2A .carousel {
  width: 100%;
}
.cid-tJjIMWHS2A .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjIMWHS2A .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjIMWHS2A .modal.fade .modal-dialog,
.cid-tJjIMWHS2A .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjIMWHS2A .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjIMWHS2A H6 {
  text-align: center;
}
.cid-tJjU1d5MQG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJjU1d5MQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjU1d5MQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjU1d5MQG .item {
  padding-bottom: 2rem;
}
.cid-tJjU1d5MQG .item-wrapper {
  position: relative;
}
.cid-tJjU1d5MQG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjU1d5MQG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjU1d5MQG .carousel-control,
.cid-tJjU1d5MQG .close {
  background: #1b1b1b;
}
.cid-tJjU1d5MQG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjU1d5MQG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjU1d5MQG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjU1d5MQG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjU1d5MQG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjU1d5MQG .close::before {
  content: '\e91a';
}
.cid-tJjU1d5MQG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjU1d5MQG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjU1d5MQG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU1d5MQG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjU1d5MQG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjU1d5MQG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjU1d5MQG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjU1d5MQG .carousel-indicators li.active,
.cid-tJjU1d5MQG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjU1d5MQG .carousel-indicators li::after,
.cid-tJjU1d5MQG .carousel-indicators li::before {
  content: none;
}
.cid-tJjU1d5MQG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjU1d5MQG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjU1d5MQG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjU1d5MQG .carousel-indicators {
    display: none;
  }
}
.cid-tJjU1d5MQG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjU1d5MQG .carousel-inner > .active {
  display: block;
}
.cid-tJjU1d5MQG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU1d5MQG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjU1d5MQG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjU1d5MQG .carousel-control,
  .cid-tJjU1d5MQG .carousel-indicators,
  .cid-tJjU1d5MQG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjU1d5MQG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjU1d5MQG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjU1d5MQG .carousel-indicators .active,
.cid-tJjU1d5MQG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjU1d5MQG .carousel-indicators .active {
  background: #fff;
}
.cid-tJjU1d5MQG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjU1d5MQG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjU1d5MQG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjU1d5MQG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjU1d5MQG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjU1d5MQG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjU1d5MQG .carousel {
  width: 100%;
}
.cid-tJjU1d5MQG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjU1d5MQG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjU1d5MQG .modal.fade .modal-dialog,
.cid-tJjU1d5MQG .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjU1d5MQG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjU1d5MQG H6 {
  text-align: center;
}
.cid-tLcseNMwcp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLcseNMwcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcseNMwcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcseNMwcp .item {
  padding-bottom: 2rem;
}
.cid-tLcseNMwcp .item-wrapper {
  position: relative;
}
.cid-tLcseNMwcp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tLcseNMwcp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tLcseNMwcp .carousel-control,
.cid-tLcseNMwcp .close {
  background: #1b1b1b;
}
.cid-tLcseNMwcp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tLcseNMwcp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tLcseNMwcp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tLcseNMwcp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tLcseNMwcp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLcseNMwcp .close::before {
  content: '\e91a';
}
.cid-tLcseNMwcp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLcseNMwcp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tLcseNMwcp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLcseNMwcp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLcseNMwcp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLcseNMwcp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tLcseNMwcp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tLcseNMwcp .carousel-indicators li.active,
.cid-tLcseNMwcp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLcseNMwcp .carousel-indicators li::after,
.cid-tLcseNMwcp .carousel-indicators li::before {
  content: none;
}
.cid-tLcseNMwcp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLcseNMwcp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLcseNMwcp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLcseNMwcp .carousel-indicators {
    display: none;
  }
}
.cid-tLcseNMwcp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLcseNMwcp .carousel-inner > .active {
  display: block;
}
.cid-tLcseNMwcp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLcseNMwcp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLcseNMwcp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tLcseNMwcp .carousel-control,
  .cid-tLcseNMwcp .carousel-indicators,
  .cid-tLcseNMwcp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tLcseNMwcp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tLcseNMwcp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLcseNMwcp .carousel-indicators .active,
.cid-tLcseNMwcp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tLcseNMwcp .carousel-indicators .active {
  background: #fff;
}
.cid-tLcseNMwcp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tLcseNMwcp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tLcseNMwcp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLcseNMwcp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tLcseNMwcp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tLcseNMwcp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tLcseNMwcp .carousel {
  width: 100%;
}
.cid-tLcseNMwcp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tLcseNMwcp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tLcseNMwcp .modal.fade .modal-dialog,
.cid-tLcseNMwcp .modal.in .modal-dialog {
  transform: none;
}
.cid-tLcseNMwcp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tLcseNMwcp H6 {
  text-align: center;
}
.cid-tLcsfWOs5h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLcsfWOs5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcsfWOs5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcsfWOs5h .item {
  padding-bottom: 2rem;
}
.cid-tLcsfWOs5h .item-wrapper {
  position: relative;
}
.cid-tLcsfWOs5h .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tLcsfWOs5h .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tLcsfWOs5h .carousel-control,
.cid-tLcsfWOs5h .close {
  background: #1b1b1b;
}
.cid-tLcsfWOs5h .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tLcsfWOs5h .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tLcsfWOs5h .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tLcsfWOs5h .carousel-control-next span {
  margin-left: 5px;
}
.cid-tLcsfWOs5h .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLcsfWOs5h .close::before {
  content: '\e91a';
}
.cid-tLcsfWOs5h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLcsfWOs5h .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tLcsfWOs5h .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLcsfWOs5h .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLcsfWOs5h .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLcsfWOs5h .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tLcsfWOs5h .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tLcsfWOs5h .carousel-indicators li.active,
.cid-tLcsfWOs5h .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLcsfWOs5h .carousel-indicators li::after,
.cid-tLcsfWOs5h .carousel-indicators li::before {
  content: none;
}
.cid-tLcsfWOs5h .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLcsfWOs5h .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLcsfWOs5h .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLcsfWOs5h .carousel-indicators {
    display: none;
  }
}
.cid-tLcsfWOs5h .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLcsfWOs5h .carousel-inner > .active {
  display: block;
}
.cid-tLcsfWOs5h .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLcsfWOs5h .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLcsfWOs5h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tLcsfWOs5h .carousel-control,
  .cid-tLcsfWOs5h .carousel-indicators,
  .cid-tLcsfWOs5h .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tLcsfWOs5h .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tLcsfWOs5h .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLcsfWOs5h .carousel-indicators .active,
.cid-tLcsfWOs5h .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tLcsfWOs5h .carousel-indicators .active {
  background: #fff;
}
.cid-tLcsfWOs5h .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tLcsfWOs5h .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tLcsfWOs5h .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLcsfWOs5h .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tLcsfWOs5h .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tLcsfWOs5h .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tLcsfWOs5h .carousel {
  width: 100%;
}
.cid-tLcsfWOs5h .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tLcsfWOs5h .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tLcsfWOs5h .modal.fade .modal-dialog,
.cid-tLcsfWOs5h .modal.in .modal-dialog {
  transform: none;
}
.cid-tLcsfWOs5h .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tLcsfWOs5h H6 {
  text-align: center;
}
.cid-tJjU1GFxCP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjU1GFxCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjU1GFxCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjU1GFxCP .item {
  padding-bottom: 2rem;
}
.cid-tJjU1GFxCP .item-wrapper {
  position: relative;
}
.cid-tJjU1GFxCP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjU1GFxCP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjU1GFxCP .carousel-control,
.cid-tJjU1GFxCP .close {
  background: #1b1b1b;
}
.cid-tJjU1GFxCP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjU1GFxCP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjU1GFxCP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjU1GFxCP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjU1GFxCP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjU1GFxCP .close::before {
  content: '\e91a';
}
.cid-tJjU1GFxCP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjU1GFxCP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjU1GFxCP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU1GFxCP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjU1GFxCP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjU1GFxCP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjU1GFxCP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjU1GFxCP .carousel-indicators li.active,
.cid-tJjU1GFxCP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjU1GFxCP .carousel-indicators li::after,
.cid-tJjU1GFxCP .carousel-indicators li::before {
  content: none;
}
.cid-tJjU1GFxCP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjU1GFxCP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjU1GFxCP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjU1GFxCP .carousel-indicators {
    display: none;
  }
}
.cid-tJjU1GFxCP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjU1GFxCP .carousel-inner > .active {
  display: block;
}
.cid-tJjU1GFxCP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU1GFxCP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjU1GFxCP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjU1GFxCP .carousel-control,
  .cid-tJjU1GFxCP .carousel-indicators,
  .cid-tJjU1GFxCP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjU1GFxCP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjU1GFxCP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjU1GFxCP .carousel-indicators .active,
.cid-tJjU1GFxCP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjU1GFxCP .carousel-indicators .active {
  background: #fff;
}
.cid-tJjU1GFxCP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjU1GFxCP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjU1GFxCP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjU1GFxCP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjU1GFxCP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjU1GFxCP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjU1GFxCP .carousel {
  width: 100%;
}
.cid-tJjU1GFxCP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjU1GFxCP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjU1GFxCP .modal.fade .modal-dialog,
.cid-tJjU1GFxCP .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjU1GFxCP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjU1GFxCP H6 {
  text-align: center;
}
.cid-tJjU2bKZKW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjU2bKZKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjU2bKZKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjU2bKZKW .item {
  padding-bottom: 2rem;
}
.cid-tJjU2bKZKW .item-wrapper {
  position: relative;
}
.cid-tJjU2bKZKW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjU2bKZKW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjU2bKZKW .carousel-control,
.cid-tJjU2bKZKW .close {
  background: #1b1b1b;
}
.cid-tJjU2bKZKW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjU2bKZKW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjU2bKZKW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjU2bKZKW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjU2bKZKW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjU2bKZKW .close::before {
  content: '\e91a';
}
.cid-tJjU2bKZKW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjU2bKZKW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjU2bKZKW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU2bKZKW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjU2bKZKW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjU2bKZKW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjU2bKZKW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjU2bKZKW .carousel-indicators li.active,
.cid-tJjU2bKZKW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjU2bKZKW .carousel-indicators li::after,
.cid-tJjU2bKZKW .carousel-indicators li::before {
  content: none;
}
.cid-tJjU2bKZKW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjU2bKZKW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjU2bKZKW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjU2bKZKW .carousel-indicators {
    display: none;
  }
}
.cid-tJjU2bKZKW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjU2bKZKW .carousel-inner > .active {
  display: block;
}
.cid-tJjU2bKZKW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU2bKZKW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjU2bKZKW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjU2bKZKW .carousel-control,
  .cid-tJjU2bKZKW .carousel-indicators,
  .cid-tJjU2bKZKW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjU2bKZKW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjU2bKZKW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjU2bKZKW .carousel-indicators .active,
.cid-tJjU2bKZKW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjU2bKZKW .carousel-indicators .active {
  background: #fff;
}
.cid-tJjU2bKZKW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjU2bKZKW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjU2bKZKW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjU2bKZKW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjU2bKZKW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjU2bKZKW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjU2bKZKW .carousel {
  width: 100%;
}
.cid-tJjU2bKZKW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjU2bKZKW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjU2bKZKW .modal.fade .modal-dialog,
.cid-tJjU2bKZKW .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjU2bKZKW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjU2bKZKW H6 {
  text-align: center;
}
.cid-tJjU2KEEz0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjU2KEEz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjU2KEEz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjU2KEEz0 .item {
  padding-bottom: 2rem;
}
.cid-tJjU2KEEz0 .item-wrapper {
  position: relative;
}
.cid-tJjU2KEEz0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjU2KEEz0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjU2KEEz0 .carousel-control,
.cid-tJjU2KEEz0 .close {
  background: #1b1b1b;
}
.cid-tJjU2KEEz0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjU2KEEz0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjU2KEEz0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjU2KEEz0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjU2KEEz0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjU2KEEz0 .close::before {
  content: '\e91a';
}
.cid-tJjU2KEEz0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjU2KEEz0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjU2KEEz0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU2KEEz0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjU2KEEz0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjU2KEEz0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjU2KEEz0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjU2KEEz0 .carousel-indicators li.active,
.cid-tJjU2KEEz0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjU2KEEz0 .carousel-indicators li::after,
.cid-tJjU2KEEz0 .carousel-indicators li::before {
  content: none;
}
.cid-tJjU2KEEz0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjU2KEEz0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjU2KEEz0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjU2KEEz0 .carousel-indicators {
    display: none;
  }
}
.cid-tJjU2KEEz0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjU2KEEz0 .carousel-inner > .active {
  display: block;
}
.cid-tJjU2KEEz0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjU2KEEz0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjU2KEEz0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjU2KEEz0 .carousel-control,
  .cid-tJjU2KEEz0 .carousel-indicators,
  .cid-tJjU2KEEz0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjU2KEEz0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjU2KEEz0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjU2KEEz0 .carousel-indicators .active,
.cid-tJjU2KEEz0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjU2KEEz0 .carousel-indicators .active {
  background: #fff;
}
.cid-tJjU2KEEz0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjU2KEEz0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjU2KEEz0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjU2KEEz0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjU2KEEz0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjU2KEEz0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjU2KEEz0 .carousel {
  width: 100%;
}
.cid-tJjU2KEEz0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjU2KEEz0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjU2KEEz0 .modal.fade .modal-dialog,
.cid-tJjU2KEEz0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjU2KEEz0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjU2KEEz0 H6 {
  text-align: center;
}
.cid-tJjVG9QlSr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjVG9QlSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVG9QlSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVG9QlSr .item {
  padding-bottom: 2rem;
}
.cid-tJjVG9QlSr .item-wrapper {
  position: relative;
}
.cid-tJjVG9QlSr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVG9QlSr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVG9QlSr .carousel-control,
.cid-tJjVG9QlSr .close {
  background: #1b1b1b;
}
.cid-tJjVG9QlSr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVG9QlSr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVG9QlSr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVG9QlSr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVG9QlSr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVG9QlSr .close::before {
  content: '\e91a';
}
.cid-tJjVG9QlSr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVG9QlSr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVG9QlSr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVG9QlSr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVG9QlSr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVG9QlSr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVG9QlSr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVG9QlSr .carousel-indicators li.active,
.cid-tJjVG9QlSr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVG9QlSr .carousel-indicators li::after,
.cid-tJjVG9QlSr .carousel-indicators li::before {
  content: none;
}
.cid-tJjVG9QlSr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVG9QlSr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVG9QlSr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVG9QlSr .carousel-indicators {
    display: none;
  }
}
.cid-tJjVG9QlSr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVG9QlSr .carousel-inner > .active {
  display: block;
}
.cid-tJjVG9QlSr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVG9QlSr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVG9QlSr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVG9QlSr .carousel-control,
  .cid-tJjVG9QlSr .carousel-indicators,
  .cid-tJjVG9QlSr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVG9QlSr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVG9QlSr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVG9QlSr .carousel-indicators .active,
.cid-tJjVG9QlSr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVG9QlSr .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVG9QlSr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVG9QlSr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVG9QlSr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVG9QlSr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVG9QlSr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVG9QlSr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVG9QlSr .carousel {
  width: 100%;
}
.cid-tJjVG9QlSr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVG9QlSr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVG9QlSr .modal.fade .modal-dialog,
.cid-tJjVG9QlSr .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVG9QlSr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVG9QlSr H6 {
  text-align: center;
}
.cid-tJjVGZsTSn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJjVGZsTSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVGZsTSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVGZsTSn .item {
  padding-bottom: 2rem;
}
.cid-tJjVGZsTSn .item-wrapper {
  position: relative;
}
.cid-tJjVGZsTSn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVGZsTSn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVGZsTSn .carousel-control,
.cid-tJjVGZsTSn .close {
  background: #1b1b1b;
}
.cid-tJjVGZsTSn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVGZsTSn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVGZsTSn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVGZsTSn .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVGZsTSn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVGZsTSn .close::before {
  content: '\e91a';
}
.cid-tJjVGZsTSn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVGZsTSn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVGZsTSn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVGZsTSn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVGZsTSn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVGZsTSn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVGZsTSn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVGZsTSn .carousel-indicators li.active,
.cid-tJjVGZsTSn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVGZsTSn .carousel-indicators li::after,
.cid-tJjVGZsTSn .carousel-indicators li::before {
  content: none;
}
.cid-tJjVGZsTSn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVGZsTSn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVGZsTSn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVGZsTSn .carousel-indicators {
    display: none;
  }
}
.cid-tJjVGZsTSn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVGZsTSn .carousel-inner > .active {
  display: block;
}
.cid-tJjVGZsTSn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVGZsTSn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVGZsTSn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVGZsTSn .carousel-control,
  .cid-tJjVGZsTSn .carousel-indicators,
  .cid-tJjVGZsTSn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVGZsTSn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVGZsTSn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVGZsTSn .carousel-indicators .active,
.cid-tJjVGZsTSn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVGZsTSn .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVGZsTSn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVGZsTSn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVGZsTSn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVGZsTSn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVGZsTSn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVGZsTSn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVGZsTSn .carousel {
  width: 100%;
}
.cid-tJjVGZsTSn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVGZsTSn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVGZsTSn .modal.fade .modal-dialog,
.cid-tJjVGZsTSn .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVGZsTSn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVGZsTSn H6 {
  text-align: center;
}
.cid-tJjVIauwdZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjVIauwdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVIauwdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVIauwdZ .item {
  padding-bottom: 2rem;
}
.cid-tJjVIauwdZ .item-wrapper {
  position: relative;
}
.cid-tJjVIauwdZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVIauwdZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVIauwdZ .carousel-control,
.cid-tJjVIauwdZ .close {
  background: #1b1b1b;
}
.cid-tJjVIauwdZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVIauwdZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVIauwdZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVIauwdZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVIauwdZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVIauwdZ .close::before {
  content: '\e91a';
}
.cid-tJjVIauwdZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVIauwdZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVIauwdZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVIauwdZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVIauwdZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVIauwdZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVIauwdZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVIauwdZ .carousel-indicators li.active,
.cid-tJjVIauwdZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVIauwdZ .carousel-indicators li::after,
.cid-tJjVIauwdZ .carousel-indicators li::before {
  content: none;
}
.cid-tJjVIauwdZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVIauwdZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVIauwdZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVIauwdZ .carousel-indicators {
    display: none;
  }
}
.cid-tJjVIauwdZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVIauwdZ .carousel-inner > .active {
  display: block;
}
.cid-tJjVIauwdZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVIauwdZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVIauwdZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVIauwdZ .carousel-control,
  .cid-tJjVIauwdZ .carousel-indicators,
  .cid-tJjVIauwdZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVIauwdZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVIauwdZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVIauwdZ .carousel-indicators .active,
.cid-tJjVIauwdZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVIauwdZ .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVIauwdZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVIauwdZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVIauwdZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVIauwdZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVIauwdZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVIauwdZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVIauwdZ .carousel {
  width: 100%;
}
.cid-tJjVIauwdZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVIauwdZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVIauwdZ .modal.fade .modal-dialog,
.cid-tJjVIauwdZ .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVIauwdZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVIauwdZ H6 {
  text-align: center;
}
.cid-tJjVIauwdZ H3 {
  color: #353535;
}
.cid-tJjVJd3bBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjVJd3bBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVJd3bBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVJd3bBh .item {
  padding-bottom: 2rem;
}
.cid-tJjVJd3bBh .item-wrapper {
  position: relative;
}
.cid-tJjVJd3bBh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVJd3bBh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVJd3bBh .carousel-control,
.cid-tJjVJd3bBh .close {
  background: #1b1b1b;
}
.cid-tJjVJd3bBh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVJd3bBh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVJd3bBh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVJd3bBh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVJd3bBh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVJd3bBh .close::before {
  content: '\e91a';
}
.cid-tJjVJd3bBh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVJd3bBh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVJd3bBh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVJd3bBh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVJd3bBh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVJd3bBh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVJd3bBh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVJd3bBh .carousel-indicators li.active,
.cid-tJjVJd3bBh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVJd3bBh .carousel-indicators li::after,
.cid-tJjVJd3bBh .carousel-indicators li::before {
  content: none;
}
.cid-tJjVJd3bBh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVJd3bBh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVJd3bBh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVJd3bBh .carousel-indicators {
    display: none;
  }
}
.cid-tJjVJd3bBh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVJd3bBh .carousel-inner > .active {
  display: block;
}
.cid-tJjVJd3bBh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVJd3bBh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVJd3bBh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVJd3bBh .carousel-control,
  .cid-tJjVJd3bBh .carousel-indicators,
  .cid-tJjVJd3bBh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVJd3bBh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVJd3bBh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVJd3bBh .carousel-indicators .active,
.cid-tJjVJd3bBh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVJd3bBh .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVJd3bBh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVJd3bBh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVJd3bBh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVJd3bBh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVJd3bBh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVJd3bBh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVJd3bBh .carousel {
  width: 100%;
}
.cid-tJjVJd3bBh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVJd3bBh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVJd3bBh .modal.fade .modal-dialog,
.cid-tJjVJd3bBh .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVJd3bBh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVJd3bBh H6 {
  text-align: center;
}
.cid-tJjVJKDWf7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJjVJKDWf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVJKDWf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVJKDWf7 .item {
  padding-bottom: 2rem;
}
.cid-tJjVJKDWf7 .item-wrapper {
  position: relative;
}
.cid-tJjVJKDWf7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVJKDWf7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVJKDWf7 .carousel-control,
.cid-tJjVJKDWf7 .close {
  background: #1b1b1b;
}
.cid-tJjVJKDWf7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVJKDWf7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVJKDWf7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVJKDWf7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVJKDWf7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVJKDWf7 .close::before {
  content: '\e91a';
}
.cid-tJjVJKDWf7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVJKDWf7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVJKDWf7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVJKDWf7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVJKDWf7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVJKDWf7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVJKDWf7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVJKDWf7 .carousel-indicators li.active,
.cid-tJjVJKDWf7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVJKDWf7 .carousel-indicators li::after,
.cid-tJjVJKDWf7 .carousel-indicators li::before {
  content: none;
}
.cid-tJjVJKDWf7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVJKDWf7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVJKDWf7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVJKDWf7 .carousel-indicators {
    display: none;
  }
}
.cid-tJjVJKDWf7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVJKDWf7 .carousel-inner > .active {
  display: block;
}
.cid-tJjVJKDWf7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVJKDWf7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVJKDWf7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVJKDWf7 .carousel-control,
  .cid-tJjVJKDWf7 .carousel-indicators,
  .cid-tJjVJKDWf7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVJKDWf7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVJKDWf7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVJKDWf7 .carousel-indicators .active,
.cid-tJjVJKDWf7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVJKDWf7 .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVJKDWf7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVJKDWf7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVJKDWf7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVJKDWf7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVJKDWf7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVJKDWf7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVJKDWf7 .carousel {
  width: 100%;
}
.cid-tJjVJKDWf7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVJKDWf7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVJKDWf7 .modal.fade .modal-dialog,
.cid-tJjVJKDWf7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVJKDWf7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVJKDWf7 H6 {
  text-align: center;
}
.cid-tJjVKkoafj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjVKkoafj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVKkoafj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVKkoafj .item {
  padding-bottom: 2rem;
}
.cid-tJjVKkoafj .item-wrapper {
  position: relative;
}
.cid-tJjVKkoafj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVKkoafj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVKkoafj .carousel-control,
.cid-tJjVKkoafj .close {
  background: #1b1b1b;
}
.cid-tJjVKkoafj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVKkoafj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVKkoafj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVKkoafj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVKkoafj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVKkoafj .close::before {
  content: '\e91a';
}
.cid-tJjVKkoafj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVKkoafj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVKkoafj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVKkoafj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVKkoafj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVKkoafj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVKkoafj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVKkoafj .carousel-indicators li.active,
.cid-tJjVKkoafj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVKkoafj .carousel-indicators li::after,
.cid-tJjVKkoafj .carousel-indicators li::before {
  content: none;
}
.cid-tJjVKkoafj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVKkoafj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVKkoafj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVKkoafj .carousel-indicators {
    display: none;
  }
}
.cid-tJjVKkoafj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVKkoafj .carousel-inner > .active {
  display: block;
}
.cid-tJjVKkoafj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVKkoafj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVKkoafj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVKkoafj .carousel-control,
  .cid-tJjVKkoafj .carousel-indicators,
  .cid-tJjVKkoafj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVKkoafj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVKkoafj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVKkoafj .carousel-indicators .active,
.cid-tJjVKkoafj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVKkoafj .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVKkoafj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVKkoafj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVKkoafj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVKkoafj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVKkoafj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVKkoafj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVKkoafj .carousel {
  width: 100%;
}
.cid-tJjVKkoafj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVKkoafj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVKkoafj .modal.fade .modal-dialog,
.cid-tJjVKkoafj .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVKkoafj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVKkoafj H6 {
  text-align: center;
}
.cid-tJjVKUwxMw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJjVKUwxMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVKUwxMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVKUwxMw .item {
  padding-bottom: 2rem;
}
.cid-tJjVKUwxMw .item-wrapper {
  position: relative;
}
.cid-tJjVKUwxMw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVKUwxMw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVKUwxMw .carousel-control,
.cid-tJjVKUwxMw .close {
  background: #1b1b1b;
}
.cid-tJjVKUwxMw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVKUwxMw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVKUwxMw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVKUwxMw .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVKUwxMw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVKUwxMw .close::before {
  content: '\e91a';
}
.cid-tJjVKUwxMw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVKUwxMw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVKUwxMw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVKUwxMw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVKUwxMw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVKUwxMw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVKUwxMw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVKUwxMw .carousel-indicators li.active,
.cid-tJjVKUwxMw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVKUwxMw .carousel-indicators li::after,
.cid-tJjVKUwxMw .carousel-indicators li::before {
  content: none;
}
.cid-tJjVKUwxMw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVKUwxMw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVKUwxMw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVKUwxMw .carousel-indicators {
    display: none;
  }
}
.cid-tJjVKUwxMw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVKUwxMw .carousel-inner > .active {
  display: block;
}
.cid-tJjVKUwxMw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVKUwxMw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVKUwxMw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVKUwxMw .carousel-control,
  .cid-tJjVKUwxMw .carousel-indicators,
  .cid-tJjVKUwxMw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVKUwxMw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVKUwxMw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVKUwxMw .carousel-indicators .active,
.cid-tJjVKUwxMw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVKUwxMw .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVKUwxMw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVKUwxMw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVKUwxMw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVKUwxMw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVKUwxMw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVKUwxMw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVKUwxMw .carousel {
  width: 100%;
}
.cid-tJjVKUwxMw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVKUwxMw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVKUwxMw .modal.fade .modal-dialog,
.cid-tJjVKUwxMw .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVKUwxMw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVKUwxMw H6 {
  text-align: center;
}
.cid-tJjVLt3llA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJjVLt3llA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJjVLt3llA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJjVLt3llA .item {
  padding-bottom: 2rem;
}
.cid-tJjVLt3llA .item-wrapper {
  position: relative;
}
.cid-tJjVLt3llA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJjVLt3llA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJjVLt3llA .carousel-control,
.cid-tJjVLt3llA .close {
  background: #1b1b1b;
}
.cid-tJjVLt3llA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJjVLt3llA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJjVLt3llA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJjVLt3llA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJjVLt3llA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJjVLt3llA .close::before {
  content: '\e91a';
}
.cid-tJjVLt3llA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJjVLt3llA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjVLt3llA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVLt3llA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjVLt3llA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjVLt3llA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJjVLt3llA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjVLt3llA .carousel-indicators li.active,
.cid-tJjVLt3llA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjVLt3llA .carousel-indicators li::after,
.cid-tJjVLt3llA .carousel-indicators li::before {
  content: none;
}
.cid-tJjVLt3llA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjVLt3llA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJjVLt3llA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJjVLt3llA .carousel-indicators {
    display: none;
  }
}
.cid-tJjVLt3llA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJjVLt3llA .carousel-inner > .active {
  display: block;
}
.cid-tJjVLt3llA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjVLt3llA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJjVLt3llA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJjVLt3llA .carousel-control,
  .cid-tJjVLt3llA .carousel-indicators,
  .cid-tJjVLt3llA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJjVLt3llA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJjVLt3llA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJjVLt3llA .carousel-indicators .active,
.cid-tJjVLt3llA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJjVLt3llA .carousel-indicators .active {
  background: #fff;
}
.cid-tJjVLt3llA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJjVLt3llA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJjVLt3llA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJjVLt3llA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJjVLt3llA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJjVLt3llA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJjVLt3llA .carousel {
  width: 100%;
}
.cid-tJjVLt3llA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJjVLt3llA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJjVLt3llA .modal.fade .modal-dialog,
.cid-tJjVLt3llA .modal.in .modal-dialog {
  transform: none;
}
.cid-tJjVLt3llA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJjVLt3llA H6 {
  text-align: center;
}
.cid-tJkbS3yS8P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkbS3yS8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbS3yS8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbS3yS8P .item {
  padding-bottom: 2rem;
}
.cid-tJkbS3yS8P .item-wrapper {
  position: relative;
}
.cid-tJkbS3yS8P .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbS3yS8P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbS3yS8P .carousel-control,
.cid-tJkbS3yS8P .close {
  background: #1b1b1b;
}
.cid-tJkbS3yS8P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbS3yS8P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbS3yS8P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbS3yS8P .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbS3yS8P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbS3yS8P .close::before {
  content: '\e91a';
}
.cid-tJkbS3yS8P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbS3yS8P .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbS3yS8P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbS3yS8P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbS3yS8P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbS3yS8P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbS3yS8P .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbS3yS8P .carousel-indicators li.active,
.cid-tJkbS3yS8P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbS3yS8P .carousel-indicators li::after,
.cid-tJkbS3yS8P .carousel-indicators li::before {
  content: none;
}
.cid-tJkbS3yS8P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbS3yS8P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbS3yS8P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbS3yS8P .carousel-indicators {
    display: none;
  }
}
.cid-tJkbS3yS8P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbS3yS8P .carousel-inner > .active {
  display: block;
}
.cid-tJkbS3yS8P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbS3yS8P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbS3yS8P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbS3yS8P .carousel-control,
  .cid-tJkbS3yS8P .carousel-indicators,
  .cid-tJkbS3yS8P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbS3yS8P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbS3yS8P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbS3yS8P .carousel-indicators .active,
.cid-tJkbS3yS8P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbS3yS8P .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbS3yS8P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbS3yS8P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbS3yS8P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbS3yS8P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbS3yS8P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbS3yS8P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbS3yS8P .carousel {
  width: 100%;
}
.cid-tJkbS3yS8P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbS3yS8P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbS3yS8P .modal.fade .modal-dialog,
.cid-tJkbS3yS8P .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbS3yS8P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbS3yS8P H6 {
  text-align: center;
}
.cid-tJkbSzJACj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkbSzJACj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbSzJACj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbSzJACj .item {
  padding-bottom: 2rem;
}
.cid-tJkbSzJACj .item-wrapper {
  position: relative;
}
.cid-tJkbSzJACj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbSzJACj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbSzJACj .carousel-control,
.cid-tJkbSzJACj .close {
  background: #1b1b1b;
}
.cid-tJkbSzJACj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbSzJACj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbSzJACj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbSzJACj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbSzJACj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbSzJACj .close::before {
  content: '\e91a';
}
.cid-tJkbSzJACj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbSzJACj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbSzJACj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbSzJACj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbSzJACj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbSzJACj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbSzJACj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbSzJACj .carousel-indicators li.active,
.cid-tJkbSzJACj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbSzJACj .carousel-indicators li::after,
.cid-tJkbSzJACj .carousel-indicators li::before {
  content: none;
}
.cid-tJkbSzJACj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbSzJACj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbSzJACj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbSzJACj .carousel-indicators {
    display: none;
  }
}
.cid-tJkbSzJACj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbSzJACj .carousel-inner > .active {
  display: block;
}
.cid-tJkbSzJACj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbSzJACj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbSzJACj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbSzJACj .carousel-control,
  .cid-tJkbSzJACj .carousel-indicators,
  .cid-tJkbSzJACj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbSzJACj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbSzJACj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbSzJACj .carousel-indicators .active,
.cid-tJkbSzJACj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbSzJACj .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbSzJACj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbSzJACj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbSzJACj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbSzJACj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbSzJACj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbSzJACj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbSzJACj .carousel {
  width: 100%;
}
.cid-tJkbSzJACj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbSzJACj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbSzJACj .modal.fade .modal-dialog,
.cid-tJkbSzJACj .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbSzJACj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbSzJACj H6 {
  text-align: center;
}
.cid-tJkbTmFd13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkbTmFd13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbTmFd13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbTmFd13 .item {
  padding-bottom: 2rem;
}
.cid-tJkbTmFd13 .item-wrapper {
  position: relative;
}
.cid-tJkbTmFd13 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbTmFd13 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbTmFd13 .carousel-control,
.cid-tJkbTmFd13 .close {
  background: #1b1b1b;
}
.cid-tJkbTmFd13 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbTmFd13 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbTmFd13 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbTmFd13 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbTmFd13 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbTmFd13 .close::before {
  content: '\e91a';
}
.cid-tJkbTmFd13 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbTmFd13 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbTmFd13 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbTmFd13 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbTmFd13 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbTmFd13 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbTmFd13 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbTmFd13 .carousel-indicators li.active,
.cid-tJkbTmFd13 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbTmFd13 .carousel-indicators li::after,
.cid-tJkbTmFd13 .carousel-indicators li::before {
  content: none;
}
.cid-tJkbTmFd13 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbTmFd13 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbTmFd13 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbTmFd13 .carousel-indicators {
    display: none;
  }
}
.cid-tJkbTmFd13 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbTmFd13 .carousel-inner > .active {
  display: block;
}
.cid-tJkbTmFd13 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbTmFd13 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbTmFd13 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbTmFd13 .carousel-control,
  .cid-tJkbTmFd13 .carousel-indicators,
  .cid-tJkbTmFd13 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbTmFd13 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbTmFd13 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbTmFd13 .carousel-indicators .active,
.cid-tJkbTmFd13 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbTmFd13 .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbTmFd13 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbTmFd13 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbTmFd13 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbTmFd13 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbTmFd13 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbTmFd13 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbTmFd13 .carousel {
  width: 100%;
}
.cid-tJkbTmFd13 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbTmFd13 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbTmFd13 .modal.fade .modal-dialog,
.cid-tJkbTmFd13 .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbTmFd13 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbTmFd13 H6 {
  text-align: center;
}
.cid-tJkbTJ4BPf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkbTJ4BPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbTJ4BPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbTJ4BPf .item {
  padding-bottom: 2rem;
}
.cid-tJkbTJ4BPf .item-wrapper {
  position: relative;
}
.cid-tJkbTJ4BPf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbTJ4BPf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbTJ4BPf .carousel-control,
.cid-tJkbTJ4BPf .close {
  background: #1b1b1b;
}
.cid-tJkbTJ4BPf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbTJ4BPf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbTJ4BPf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbTJ4BPf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbTJ4BPf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbTJ4BPf .close::before {
  content: '\e91a';
}
.cid-tJkbTJ4BPf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbTJ4BPf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbTJ4BPf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbTJ4BPf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbTJ4BPf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbTJ4BPf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbTJ4BPf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbTJ4BPf .carousel-indicators li.active,
.cid-tJkbTJ4BPf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbTJ4BPf .carousel-indicators li::after,
.cid-tJkbTJ4BPf .carousel-indicators li::before {
  content: none;
}
.cid-tJkbTJ4BPf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbTJ4BPf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbTJ4BPf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbTJ4BPf .carousel-indicators {
    display: none;
  }
}
.cid-tJkbTJ4BPf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbTJ4BPf .carousel-inner > .active {
  display: block;
}
.cid-tJkbTJ4BPf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbTJ4BPf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbTJ4BPf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbTJ4BPf .carousel-control,
  .cid-tJkbTJ4BPf .carousel-indicators,
  .cid-tJkbTJ4BPf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbTJ4BPf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbTJ4BPf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbTJ4BPf .carousel-indicators .active,
.cid-tJkbTJ4BPf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbTJ4BPf .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbTJ4BPf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbTJ4BPf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbTJ4BPf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbTJ4BPf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbTJ4BPf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbTJ4BPf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbTJ4BPf .carousel {
  width: 100%;
}
.cid-tJkbTJ4BPf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbTJ4BPf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbTJ4BPf .modal.fade .modal-dialog,
.cid-tJkbTJ4BPf .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbTJ4BPf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbTJ4BPf H6 {
  text-align: center;
}
.cid-tJkbVMiINb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJkbVMiINb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbVMiINb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbVMiINb .item {
  padding-bottom: 2rem;
}
.cid-tJkbVMiINb .item-wrapper {
  position: relative;
}
.cid-tJkbVMiINb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbVMiINb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbVMiINb .carousel-control,
.cid-tJkbVMiINb .close {
  background: #1b1b1b;
}
.cid-tJkbVMiINb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbVMiINb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbVMiINb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbVMiINb .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbVMiINb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbVMiINb .close::before {
  content: '\e91a';
}
.cid-tJkbVMiINb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbVMiINb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbVMiINb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbVMiINb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbVMiINb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbVMiINb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbVMiINb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbVMiINb .carousel-indicators li.active,
.cid-tJkbVMiINb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbVMiINb .carousel-indicators li::after,
.cid-tJkbVMiINb .carousel-indicators li::before {
  content: none;
}
.cid-tJkbVMiINb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbVMiINb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbVMiINb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbVMiINb .carousel-indicators {
    display: none;
  }
}
.cid-tJkbVMiINb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbVMiINb .carousel-inner > .active {
  display: block;
}
.cid-tJkbVMiINb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbVMiINb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbVMiINb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbVMiINb .carousel-control,
  .cid-tJkbVMiINb .carousel-indicators,
  .cid-tJkbVMiINb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbVMiINb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbVMiINb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbVMiINb .carousel-indicators .active,
.cid-tJkbVMiINb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbVMiINb .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbVMiINb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbVMiINb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbVMiINb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbVMiINb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbVMiINb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbVMiINb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbVMiINb .carousel {
  width: 100%;
}
.cid-tJkbVMiINb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbVMiINb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbVMiINb .modal.fade .modal-dialog,
.cid-tJkbVMiINb .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbVMiINb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbVMiINb H6 {
  text-align: center;
}
.cid-tJkbUN9O1Y {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkbUN9O1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbUN9O1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbUN9O1Y .item {
  padding-bottom: 2rem;
}
.cid-tJkbUN9O1Y .item-wrapper {
  position: relative;
}
.cid-tJkbUN9O1Y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbUN9O1Y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbUN9O1Y .carousel-control,
.cid-tJkbUN9O1Y .close {
  background: #1b1b1b;
}
.cid-tJkbUN9O1Y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbUN9O1Y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbUN9O1Y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbUN9O1Y .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbUN9O1Y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbUN9O1Y .close::before {
  content: '\e91a';
}
.cid-tJkbUN9O1Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbUN9O1Y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbUN9O1Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbUN9O1Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbUN9O1Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbUN9O1Y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbUN9O1Y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbUN9O1Y .carousel-indicators li.active,
.cid-tJkbUN9O1Y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbUN9O1Y .carousel-indicators li::after,
.cid-tJkbUN9O1Y .carousel-indicators li::before {
  content: none;
}
.cid-tJkbUN9O1Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbUN9O1Y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbUN9O1Y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbUN9O1Y .carousel-indicators {
    display: none;
  }
}
.cid-tJkbUN9O1Y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbUN9O1Y .carousel-inner > .active {
  display: block;
}
.cid-tJkbUN9O1Y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbUN9O1Y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbUN9O1Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbUN9O1Y .carousel-control,
  .cid-tJkbUN9O1Y .carousel-indicators,
  .cid-tJkbUN9O1Y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbUN9O1Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbUN9O1Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbUN9O1Y .carousel-indicators .active,
.cid-tJkbUN9O1Y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbUN9O1Y .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbUN9O1Y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbUN9O1Y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbUN9O1Y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbUN9O1Y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbUN9O1Y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbUN9O1Y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbUN9O1Y .carousel {
  width: 100%;
}
.cid-tJkbUN9O1Y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbUN9O1Y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbUN9O1Y .modal.fade .modal-dialog,
.cid-tJkbUN9O1Y .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbUN9O1Y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbUN9O1Y H6 {
  text-align: center;
}
.cid-tJkbUeDlgR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkbUeDlgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbUeDlgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbUeDlgR .item {
  padding-bottom: 2rem;
}
.cid-tJkbUeDlgR .item-wrapper {
  position: relative;
}
.cid-tJkbUeDlgR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbUeDlgR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbUeDlgR .carousel-control,
.cid-tJkbUeDlgR .close {
  background: #1b1b1b;
}
.cid-tJkbUeDlgR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbUeDlgR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbUeDlgR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbUeDlgR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbUeDlgR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbUeDlgR .close::before {
  content: '\e91a';
}
.cid-tJkbUeDlgR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbUeDlgR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbUeDlgR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbUeDlgR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbUeDlgR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbUeDlgR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbUeDlgR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbUeDlgR .carousel-indicators li.active,
.cid-tJkbUeDlgR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbUeDlgR .carousel-indicators li::after,
.cid-tJkbUeDlgR .carousel-indicators li::before {
  content: none;
}
.cid-tJkbUeDlgR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbUeDlgR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbUeDlgR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbUeDlgR .carousel-indicators {
    display: none;
  }
}
.cid-tJkbUeDlgR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbUeDlgR .carousel-inner > .active {
  display: block;
}
.cid-tJkbUeDlgR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbUeDlgR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbUeDlgR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbUeDlgR .carousel-control,
  .cid-tJkbUeDlgR .carousel-indicators,
  .cid-tJkbUeDlgR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbUeDlgR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbUeDlgR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbUeDlgR .carousel-indicators .active,
.cid-tJkbUeDlgR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbUeDlgR .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbUeDlgR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbUeDlgR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbUeDlgR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbUeDlgR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbUeDlgR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbUeDlgR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbUeDlgR .carousel {
  width: 100%;
}
.cid-tJkbUeDlgR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbUeDlgR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbUeDlgR .modal.fade .modal-dialog,
.cid-tJkbUeDlgR .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbUeDlgR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbUeDlgR H6 {
  text-align: center;
}
.cid-tJkbWms1rg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJkbWms1rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkbWms1rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkbWms1rg .item {
  padding-bottom: 2rem;
}
.cid-tJkbWms1rg .item-wrapper {
  position: relative;
}
.cid-tJkbWms1rg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJkbWms1rg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJkbWms1rg .carousel-control,
.cid-tJkbWms1rg .close {
  background: #1b1b1b;
}
.cid-tJkbWms1rg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJkbWms1rg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJkbWms1rg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJkbWms1rg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJkbWms1rg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJkbWms1rg .close::before {
  content: '\e91a';
}
.cid-tJkbWms1rg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJkbWms1rg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJkbWms1rg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbWms1rg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJkbWms1rg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJkbWms1rg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJkbWms1rg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJkbWms1rg .carousel-indicators li.active,
.cid-tJkbWms1rg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJkbWms1rg .carousel-indicators li::after,
.cid-tJkbWms1rg .carousel-indicators li::before {
  content: none;
}
.cid-tJkbWms1rg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJkbWms1rg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkbWms1rg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkbWms1rg .carousel-indicators {
    display: none;
  }
}
.cid-tJkbWms1rg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJkbWms1rg .carousel-inner > .active {
  display: block;
}
.cid-tJkbWms1rg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJkbWms1rg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJkbWms1rg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJkbWms1rg .carousel-control,
  .cid-tJkbWms1rg .carousel-indicators,
  .cid-tJkbWms1rg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJkbWms1rg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJkbWms1rg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJkbWms1rg .carousel-indicators .active,
.cid-tJkbWms1rg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJkbWms1rg .carousel-indicators .active {
  background: #fff;
}
.cid-tJkbWms1rg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJkbWms1rg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJkbWms1rg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJkbWms1rg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJkbWms1rg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJkbWms1rg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJkbWms1rg .carousel {
  width: 100%;
}
.cid-tJkbWms1rg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJkbWms1rg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJkbWms1rg .modal.fade .modal-dialog,
.cid-tJkbWms1rg .modal.in .modal-dialog {
  transform: none;
}
.cid-tJkbWms1rg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJkbWms1rg H6 {
  text-align: center;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJNq8U00xz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJNq8U00xz nav.navbar {
  position: fixed;
}
.cid-tJNq8U00xz .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-tJNq8U00xz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJNq8U00xz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJNq8U00xz .dropdown-item:hover,
.cid-tJNq8U00xz .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJNq8U00xz .dropdown-item:hover span {
  color: white;
}
.cid-tJNq8U00xz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJNq8U00xz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJNq8U00xz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJNq8U00xz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJNq8U00xz .nav-link {
  position: relative;
}
.cid-tJNq8U00xz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJNq8U00xz .container {
    flex-wrap: wrap;
  }
}
.cid-tJNq8U00xz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJNq8U00xz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJNq8U00xz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJNq8U00xz .dropdown-menu,
.cid-tJNq8U00xz .navbar.opened {
  background: #ffffff !important;
}
.cid-tJNq8U00xz .nav-item:focus,
.cid-tJNq8U00xz .nav-link:focus {
  outline: none;
}
.cid-tJNq8U00xz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJNq8U00xz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJNq8U00xz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJNq8U00xz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJNq8U00xz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJNq8U00xz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJNq8U00xz .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-tJNq8U00xz .navbar.opened {
  transition: all 0.3s;
}
.cid-tJNq8U00xz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJNq8U00xz .navbar .navbar-logo img {
  width: auto;
}
.cid-tJNq8U00xz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJNq8U00xz .navbar.collapsed {
  justify-content: center;
}
.cid-tJNq8U00xz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJNq8U00xz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJNq8U00xz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJNq8U00xz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJNq8U00xz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJNq8U00xz .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-tJNq8U00xz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJNq8U00xz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJNq8U00xz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJNq8U00xz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJNq8U00xz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJNq8U00xz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJNq8U00xz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJNq8U00xz .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-tJNq8U00xz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJNq8U00xz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJNq8U00xz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJNq8U00xz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJNq8U00xz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJNq8U00xz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJNq8U00xz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJNq8U00xz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJNq8U00xz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJNq8U00xz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJNq8U00xz .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-tJNq8U00xz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJNq8U00xz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJNq8U00xz .dropdown-item.active,
.cid-tJNq8U00xz .dropdown-item:active {
  background-color: transparent;
}
.cid-tJNq8U00xz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJNq8U00xz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJNq8U00xz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJNq8U00xz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJNq8U00xz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJNq8U00xz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJNq8U00xz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJNq8U00xz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJNq8U00xz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJNq8U00xz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJNq8U00xz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJNq8U00xz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJNq8U00xz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJNq8U00xz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJNq8U00xz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJNq8U00xz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJNq8U00xz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJNq8U00xz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJNq8U00xz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJNq8U00xz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJNq8U00xz .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-tJNq8U00xz .navbar {
    height: 70px;
  }
  .cid-tJNq8U00xz .navbar.opened {
    height: auto;
  }
  .cid-tJNq8U00xz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJkfnvr6Dj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jimmy-nilsson-masth-efsojwfrlhe-unsplash.jpg");
}
.cid-tJkfnvr6Dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkfnvr6Dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkfnvr6Dj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-tJkfnvr6Dj .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tJkfnvr6Dj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJkfnvr6Dj .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tJkfnvr6Dj .mbr-section-title {
  color: #000000;
}
.cid-tJkfnvr6Dj .mbr-section-subtitle {
  color: #232323;
}
.cid-tJkfnvr6Dj .card-title {
  color: #000000;
}
.cid-tJkfnvr6Dj .mbr-text {
  color: #353535;
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGTcFRqw0 .mbr-section-title {
  color: #05386b;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJke0Yx7jb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJke0Yx7jb nav.navbar {
  position: fixed;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJke0Yx7jb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJke0Yx7jb .dropdown-item:hover,
.cid-tJke0Yx7jb .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tJke0Yx7jb .dropdown-item:hover span {
  color: white;
}
.cid-tJke0Yx7jb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJke0Yx7jb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJke0Yx7jb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJke0Yx7jb .nav-link {
  position: relative;
}
.cid-tJke0Yx7jb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tJke0Yx7jb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown-menu,
.cid-tJke0Yx7jb .navbar.opened {
  background: #ffffff !important;
}
.cid-tJke0Yx7jb .nav-item:focus,
.cid-tJke0Yx7jb .nav-link:focus {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJke0Yx7jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJke0Yx7jb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJke0Yx7jb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.opened {
  transition: all 0.3s;
}
.cid-tJke0Yx7jb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJke0Yx7jb .navbar .navbar-logo img {
  width: auto;
}
.cid-tJke0Yx7jb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJke0Yx7jb .navbar.collapsed {
  justify-content: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJke0Yx7jb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJke0Yx7jb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJke0Yx7jb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJke0Yx7jb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJke0Yx7jb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJke0Yx7jb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJke0Yx7jb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJke0Yx7jb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJke0Yx7jb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJke0Yx7jb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJke0Yx7jb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJke0Yx7jb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJke0Yx7jb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJke0Yx7jb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJke0Yx7jb .dropdown-item.active,
.cid-tJke0Yx7jb .dropdown-item:active {
  background-color: transparent;
}
.cid-tJke0Yx7jb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJke0Yx7jb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJke0Yx7jb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJke0Yx7jb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJke0Yx7jb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJke0Yx7jb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJke0Yx7jb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJke0Yx7jb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJke0Yx7jb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJke0Yx7jb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJke0Yx7jb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJke0Yx7jb .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-tJke0Yx7jb .navbar {
    height: 70px;
  }
  .cid-tJke0Yx7jb .navbar.opened {
    height: auto;
  }
  .cid-tJke0Yx7jb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJjcsrFTXS {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-tJjcsrFTXS .carousel {
  width: 100%;
}
.cid-tJjcsrFTXS .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tJjcsrFTXS .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tJjcsrFTXS .carousel-caption {
  bottom: 40px;
}
.cid-tJjcsrFTXS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJjcsrFTXS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tJjcsrFTXS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tJjcsrFTXS .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tJjcsrFTXS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJjcsrFTXS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJjcsrFTXS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJjcsrFTXS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJjcsrFTXS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJjcsrFTXS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJjcsrFTXS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJjcsrFTXS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tJjcsrFTXS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJjcsrFTXS .carousel-indicators li.active,
.cid-tJjcsrFTXS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJjcsrFTXS .carousel-indicators li::after,
.cid-tJjcsrFTXS .carousel-indicators li::before {
  content: none;
}
.cid-tJjcsrFTXS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJjcsrFTXS .carousel-indicators {
    display: none !important;
  }
}
.cid-tJjcsrFTXS H5 {
  color: #fafafa;
  text-align: center;
}
.cid-tJjcsrFTXS DIV {
  text-align: center;
}
.cid-tJjcsrFTXS P {
  text-align: center;
  color: #eeecec;
}
.cid-unoJUjkThU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unoJUjkThU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unoJUjkThU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unoJUjkThU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unoJUjkThU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unoJUjkThU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unoJUjkThU .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-unoJUjkThU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unoJUjkThU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unoJUjkThU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unoJUjkThU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unoJUjkThU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unoJUjkThU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unoJUjkThU .media-container-row .row-copirayt p {
  width: 100%;
}
