body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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: 8.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: #48d678 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #818181 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #48d678 !important;
  border-color: #48d678 !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: #24a34f !important;
  border-color: #24a34f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #24a34f !important;
  border-color: #24a34f !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: #818181 !important;
  border-color: #818181 !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: #565656 !important;
  border-color: #565656 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #48d678;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #24a34f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #818181;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #565656 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #48d678 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #818181 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #48d678 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #818181 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #48d678;
}
.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: #818181;
}
.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: #48d678;
  border-color: #48d678;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #48d678;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #effbf3;
}
.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: #c1c1c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  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: #48d678 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #48d678;
}
/* 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: #48d678;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #48d678;
}
.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: #48d678;
  border-bottom-color: #48d678;
}
.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: #48d678 !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='%2348d678' %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-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spY35uKoRh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #bed3f9;
}
.cid-spY35uKoRh .container-fluid {
  padding: 0;
}
.cid-spY35uKoRh img {
  width: 100%;
}
.cid-spY35uKoRh .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-spY35uKoRh .content {
    padding: 3rem;
  }
}
.cid-spY35uKoRh .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-spY35uKoRh .img-col {
  padding: 0;
  margin: auto;
}
.cid-spY35uKoRh .mbr-section-title {
  color: #000000;
}
.cid-spY35uKoRh .mbr-text,
.cid-spY35uKoRh .mbr-section-btn {
  color: #000000;
}
.cid-spY5JoqgHW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-spY5JoqgHW .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-spY5JoqgHW .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #000000;
}
.cid-spY5JoqgHW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #48d678;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-spY5JoqgHW .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-spY5JoqgHW .mbr-section-btn {
  display: inline-block;
}
.cid-spY5JoqgHW .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-spY5JoqgHW .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spY5JoqgHW .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-spY5JoqgHW .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #48d678;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-spY5JoqgHW .btn_link:hover {
  cursor: pointer;
}
.cid-spY5JoqgHW .btn_link:hover a {
  color: #48d678 !important;
}
.cid-spY5JoqgHW .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-spY5JoqgHW .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-spY5JoqgHW .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-spY5JoqgHW .head_block {
    order: 1;
    text-align: center;
  }
  .cid-spY5JoqgHW .image_img {
    margin-bottom: 40px;
  }
  .cid-spY5JoqgHW .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-spY5JoqgHW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spY5JoqgHW .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-spY5JoqgHW .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-spY6LzyRw1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-spY6LzyRw1 .container {
  max-width: 1400px;
}
.cid-spY6LzyRw1 img,
.cid-spY6LzyRw1 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-spY6LzyRw1 img:before,
.cid-spY6LzyRw1 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-spY6LzyRw1 img:hover:before,
.cid-spY6LzyRw1 .item-img:hover:before {
  opacity: 0.2;
}
.cid-spY6LzyRw1 .item:focus,
.cid-spY6LzyRw1 span:focus {
  outline: none;
}
.cid-spY6LzyRw1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spY6LzyRw1 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-spY6LzyRw1 .item-content {
  padding-top: 1.5rem;
}
.cid-spY6LzyRw1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spY6LzyRw1 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-spY6LzyRw1 .mbr-text,
.cid-spY6LzyRw1 .mbr-section-btn {
  color: #818181;
}
.cid-spYak9NxXL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spYak9NxXL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spYak9NxXL .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-spYak9NxXL .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-spYak9NxXL .carousel-item.active,
.cid-spYak9NxXL .carousel-item-next,
.cid-spYak9NxXL .carousel-item-prev {
  display: flex;
}
.cid-spYak9NxXL .carousel-controls a {
  transition: opacity .5s;
}
.cid-spYak9NxXL .carousel-controls a:hover span,
.cid-spYak9NxXL .carousel-controls a:focus span {
  opacity: 1;
}
.cid-spYak9NxXL .carousel-controls a:hover svg,
.cid-spYak9NxXL .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-spYak9NxXL .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-spYak9NxXL .user_image {
  overflow: hidden;
  display: flex;
}
.cid-spYak9NxXL .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-spYak9NxXL .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-spYak9NxXL .user_text {
  color: #767676;
}
.cid-spYak9NxXL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-spYak9NxXL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #48d678, #ff6666);
  display: inline-block;
}
.cid-spYak9NxXL .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-spYak9NxXL svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-spYak9NxXL .user_name {
  color: #000000;
}
.cid-spYak9NxXL .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-spYak9NxXL .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-spYak9NxXL .testimonials-quote,
  .cid-spYak9NxXL .user_text,
  .cid-spYak9NxXL .user_name,
  .cid-spYak9NxXL .user_desk {
    text-align: center !important;
  }
  .cid-spYak9NxXL .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-spYak9NxXL .mbr-section-title,
  .cid-spYak9NxXL .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-spYak9NxXL .carousel-control-prev span {
    right: -1rem;
  }
  .cid-spYak9NxXL .carousel-control-next span {
    left: -1rem;
  }
  .cid-spYak9NxXL .user-text {
    padding-right: 2rem;
  }
  .cid-spYak9NxXL .carousel-control-prev,
  .cid-spYak9NxXL .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-spYak9NxXL .user_desk {
  color: #48d678;
}
.cid-sjf15ThWDz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sjf15ThWDz .link-wrapper {
  width: 100%;
}
.cid-sjf15ThWDz .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sjf15ThWDz .line {
    margin: 0;
  }
}
.cid-sjf15ThWDz .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-sjf15ThWDz .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sjf15ThWDz .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-sjf15ThWDz .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-sjf15ThWDz .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-sjf15ThWDz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sjf15ThWDz .row {
    justify-content: flex-start;
  }
}
.cid-sjf15ThWDz .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .cid-sjf15ThWDz .card {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sjf15ThWDz .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sjf15ThWDz .first {
  border: 0;
}
.cid-sjf15ThWDz .card-text {
  color: #818181;
}
.cid-sjf15ThWDz .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjf15ThWDz .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjf15ThWDz .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjf15ThWDz .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjf15ThWDz .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf15ThWDz .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjf15ThWDz .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjf15ThWDz .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf15ThWDz .card-title,
.cid-sjf15ThWDz .iconfont-wrapper {
  color: #000000;
}
.cid-sjf15ThWDz .link,
.cid-sjf15ThWDz .link-wrapper {
  color: #000000;
}
.cid-sjf1ut4lGk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sjf1ut4lGk .container-fluid {
    max-width: 1200px;
  }
  .cid-sjf1ut4lGk .row {
    padding-right: 2rem;
  }
}
.cid-sjf1ut4lGk .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-sjf1ut4lGk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sjf1ut4lGk .team-card:hover {
  transform: translateY(-10px);
}
.cid-sjf1ut4lGk .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-sjf1ut4lGk .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sjf1ut4lGk .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sjf1ut4lGk .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sjf1ut4lGk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sjf1ut4lGk .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sjf1ut4lGk .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-sjf1ut4lGk .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-sjf1ut4lGk .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-sjf1ut4lGk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sjf1ut4lGk .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-sjf1ut4lGk .social-row {
    text-align: center;
  }
}
.cid-sjf1ut4lGk .mbr-role,
.cid-sjf1ut4lGk .social-row {
  color: #818181;
}
.cid-spY5MITtzu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spY5MITtzu .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-spY5MITtzu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-spY5MITtzu .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-spY5MITtzu .form-group {
  padding-right: 0;
}
.cid-spY5MITtzu .card {
  padding: 3rem 8rem;
}
.cid-spY5MITtzu .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-spY5MITtzu .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-spY5MITtzu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-spY5MITtzu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spY5MITtzu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spY5MITtzu .map-placeholder {
  display: none;
}
.cid-spY5MITtzu .btn-primary {
  border: 1px solid #48d678 !important;
}
.cid-spY5MITtzu .btn-primary:hover {
  border: 1px solid #48d678 !important;
}
.cid-spY5MITtzu .stripe {
  border-bottom: 1px solid #48d678 !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-spY5MITtzu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-spY5MITtzu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9 !important;
  width: 85%;
}
.cid-spY5MITtzu .mbr-text {
  color: #444;
}
.cid-spY5MITtzu h5 {
  margin-bottom: 0;
}
.cid-spY5MITtzu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-spY5MITtzu .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spY5MITtzu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-spY5MITtzu .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spY5MITtzu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spY5MITtzu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-spY5MITtzu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-spY5MITtzu .social-list a:hover {
  opacity: 0.4;
}
.cid-spY5MITtzu .media-container-row > div {
  padding: 0px;
}
.cid-spY5MITtzu .text2 {
  color: #000000;
  text-align: left;
}
.cid-spY5MITtzu .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-spY5MITtzu .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-spY5MITtzu .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-spY5MITtzu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-spY5MITtzu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-spY5MITtzu .form-group {
    max-width: 180px;
  }
  .cid-spY5MITtzu .card {
    padding: 2rem 1rem;
  }
}
.cid-spY5MITtzu .links span {
  color: #9e9e9e;
}
.cid-spY5MITtzu .logo-title,
.cid-spY5MITtzu .logo-sub-title {
  text-align: center;
}
.cid-spY5MITtzu .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-spZekp7h4N {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-spZekp7h4N a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-spZekp7h4N a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-spZekp7h4N a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-spZekp7h4N .mbr-text {
  color: #353535;
}
.cid-spZekp7h4N .mbr-section-title {
  color: #000000;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjeavaCOGr {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeavaCOGr .mbr-section-title {
  color: #131313;
}
.cid-spZlXI0joH {
  padding-top: 2rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dining-1485x554.jpg");
}
.cid-spZlXI0joH .link-wrapper {
  width: 100%;
}
.cid-spZlXI0joH .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-spZlXI0joH .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-spZlXI0joH .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-spZlXI0joH .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-spZlXI0joH .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-spZlXI0joH .mbr-section-title DIV {
  text-align: left;
}
.cid-spZlXI0joH .mbr-text,
.cid-spZlXI0joH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-spZlXI0joH .link,
.cid-spZlXI0joH .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-spZlXI0joH .mbr-section-title {
  color: #ffffff;
}
.cid-sqJc2YV7M3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sqJc2YV7M3 .container {
  max-width: 1200px;
}
.cid-sqJc2YV7M3 a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sqJc2YV7M3 a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sqJc2YV7M3 a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sqJc2YV7M3 .mbr-section-subtitle {
  color: #131313;
}
.cid-sr0eNrmRtD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sr0eNrmRtD .container-fluid {
    max-width: 1200px;
  }
  .cid-sr0eNrmRtD .row {
    padding-right: 2rem;
  }
}
.cid-sr0eNrmRtD .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-sr0eNrmRtD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sr0eNrmRtD .team-card:hover {
  transform: translateY(-10px);
}
.cid-sr0eNrmRtD .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-sr0eNrmRtD .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sr0eNrmRtD .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sr0eNrmRtD .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sr0eNrmRtD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sr0eNrmRtD .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sr0eNrmRtD .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-sr0eNrmRtD .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-sr0eNrmRtD .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-sr0eNrmRtD .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sr0eNrmRtD .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-sr0eNrmRtD .social-row {
    text-align: center;
  }
}
.cid-sr0eNrmRtD .mbr-role,
.cid-sr0eNrmRtD .social-row {
  color: #48d678;
}
.cid-spZiMCrI2F {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-spZiMCrI2F .link-wrapper {
  width: 100%;
}
.cid-spZiMCrI2F .container {
  max-width: 1750px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-spZiMCrI2F .container {
    padding: 0 1rem;
  }
}
.cid-spZiMCrI2F .line {
  width: 100%;
  border-bottom: 1px solid #bed3f9;
  margin: 0 1rem;
  margin-bottom: 4rem;
}
.cid-spZiMCrI2F .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-spZiMCrI2F .row {
    justify-content: flex-start;
  }
}
.cid-spZiMCrI2F .card {
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-spZiMCrI2F .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-spZiMCrI2F .img-wrapper {
  position: relative;
}
.cid-spZiMCrI2F .img-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #6ec7f2;
  position: absolute;
  z-index: 10;
}
.cid-spZiMCrI2F .img-wrapper:hover:before {
  opacity: 0.4;
}
.cid-spZiMCrI2F .card-title {
  color: #353535;
}
.cid-spZiMCrI2F .card-title a {
  position: relative;
  background: none!important;
}
.cid-spZiMCrI2F .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-spZiMCrI2F .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-spZiMCrI2F .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-spZiMCrI2F .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-spZiMCrI2F .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-spZiMCrI2F .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-spZiMCrI2F .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-spZiMCrI2F .card-subtitle {
  color: #000000;
}
.cid-spZiMCrI2F .link,
.cid-spZiMCrI2F .link-wrapper {
  text-align: left;
}
.cid-spZjbwbqo6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spZjbwbqo6 .image-col {
  padding: 0;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-spZjbwbqo6 .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-spZjbwbqo6 .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-spZjbwbqo6 .container-fluid {
    padding: 0 2rem;
  }
  .cid-spZjbwbqo6 .image-col {
    border-left: 0px solid #000000;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spZjbwbqo6 .image-col {
    padding: 0rem;
  }
}
.cid-spZjbwbqo6 .mbr-imgtext {
  padding: 5rem;
}
@media (max-width: 1400px) {
  .cid-spZjbwbqo6 .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-spZjbwbqo6 .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-spZjbwbqo6 .line {
  border-bottom: 1px solid #000000;
  width: 100%;
}
.cid-spZjbwbqo6 .row {
  align-items: center;
}
.cid-spZjbwbqo6 .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-spZjbwbqo6 img {
  max-height: 250px;
  object-fit: cover;
}
.cid-spZj3T52Wd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spZj3T52Wd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spZj3T52Wd .container {
  max-width: 1400px;
}
.cid-spZj3T52Wd .image-wrapper {
  position: relative;
}
.cid-spZj3T52Wd .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-spZj3T52Wd .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-spZj3T52Wd .row {
  flex-direction: row-reverse;
}
.cid-spZj3T52Wd img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-spZj3T52Wd .mbr-text {
  color: #818181;
}
.cid-spZqAYoaYz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spZqAYoaYz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spZqAYoaYz .container {
  max-width: 1400px;
}
.cid-spZqAYoaYz .image-wrapper {
  position: relative;
}
.cid-spZqAYoaYz .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-spZqAYoaYz .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-spZqAYoaYz .row {
  flex-direction: row-reverse;
}
.cid-spZqAYoaYz img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-spZqAYoaYz .mbr-text {
  color: #818181;
}
.cid-spZs3jq31k {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spZs3jq31k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spZs3jq31k .container {
  max-width: 1400px;
}
.cid-spZs3jq31k .image-wrapper {
  position: relative;
}
.cid-spZs3jq31k .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-spZs3jq31k .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-spZs3jq31k .row {
  flex-direction: row-reverse;
}
.cid-spZs3jq31k img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-spZs3jq31k .mbr-text {
  color: #818181;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjea6KpfOf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjea6KpfOf .image-col {
  padding: 0;
  border-left: 1px solid #131313;
}
@media (max-width: 767px) {
  .cid-sjea6KpfOf .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjea6KpfOf .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-sjea6KpfOf .container-fluid {
    padding: 0 2rem;
  }
  .cid-sjea6KpfOf .image-col {
    border-left: 0px solid #131313;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sjea6KpfOf .image-col {
    padding: 0rem;
  }
}
.cid-sjea6KpfOf .mbr-imgtext {
  padding: 5rem;
  color: #818181;
  text-align: left;
}
@media (max-width: 1400px) {
  .cid-sjea6KpfOf .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sjea6KpfOf .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-sjea6KpfOf .line {
  border-bottom: 1px solid #131313;
  width: 100%;
}
.cid-sjea6KpfOf .row {
  align-items: center;
}
.cid-sjea6KpfOf .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-sjea6KpfOf img {
  max-height: 250px;
  object-fit: cover;
}
.cid-sq4gEKlNuc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq4gEKlNuc .container {
  max-width: 1400px;
}
.cid-sq4gEKlNuc img,
.cid-sq4gEKlNuc .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq4gEKlNuc img:before,
.cid-sq4gEKlNuc .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq4gEKlNuc img:hover:before,
.cid-sq4gEKlNuc .item-img:hover:before {
  opacity: 0.2;
}
.cid-sq4gEKlNuc .item:focus,
.cid-sq4gEKlNuc span:focus {
  outline: none;
}
.cid-sq4gEKlNuc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq4gEKlNuc .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sq4gEKlNuc .item-content {
  padding-top: 1.5rem;
}
.cid-sq4gEKlNuc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq4gEKlNuc .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sq4gEKlNuc .mbr-text,
.cid-sq4gEKlNuc .mbr-section-btn {
  color: #818181;
}
.cid-sq4gEKlNuc .mbr-section-subtitle {
  text-align: left;
  color: #48d678;
}
.cid-sq4hfyZRAT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sq4hfyZRAT .container {
  max-width: 1400px;
}
.cid-sq4hfyZRAT img,
.cid-sq4hfyZRAT .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sq4hfyZRAT img:before,
.cid-sq4hfyZRAT .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq4hfyZRAT img:hover:before,
.cid-sq4hfyZRAT .item-img:hover:before {
  opacity: 0.2;
}
.cid-sq4hfyZRAT .item:focus,
.cid-sq4hfyZRAT span:focus {
  outline: none;
}
.cid-sq4hfyZRAT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq4hfyZRAT .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sq4hfyZRAT .item-content {
  padding-top: 1.5rem;
}
.cid-sq4hfyZRAT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq4hfyZRAT .mbr-section-title {
  color: #232323;
}
.cid-sq4hfyZRAT .mbr-text,
.cid-sq4hfyZRAT .mbr-section-btn {
  color: #818181;
}
.cid-sq4hfyZRAT .mbr-section-subtitle {
  text-align: left;
  color: #48d678;
}
.cid-sq4hfyZRAT .item-title {
  text-align: left;
}
.cid-sq5nX02vI0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sq5nX02vI0 .container {
  max-width: 1400px;
}
.cid-sq5nX02vI0 img,
.cid-sq5nX02vI0 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq5nX02vI0 img:before,
.cid-sq5nX02vI0 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq5nX02vI0 img:hover:before,
.cid-sq5nX02vI0 .item-img:hover:before {
  opacity: 0.2;
}
.cid-sq5nX02vI0 .item:focus,
.cid-sq5nX02vI0 span:focus {
  outline: none;
}
.cid-sq5nX02vI0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5nX02vI0 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sq5nX02vI0 .item-content {
  padding-top: 1.5rem;
}
.cid-sq5nX02vI0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5nX02vI0 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sq5nX02vI0 .mbr-text,
.cid-sq5nX02vI0 .mbr-section-btn {
  color: #818181;
}
.cid-sq5nX02vI0 .mbr-section-subtitle {
  text-align: left;
  color: #48d678;
}
.cid-sq5nZiAqJ8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5nZiAqJ8 .container {
  max-width: 1400px;
}
.cid-sq5nZiAqJ8 img,
.cid-sq5nZiAqJ8 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq5nZiAqJ8 img:before,
.cid-sq5nZiAqJ8 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq5nZiAqJ8 img:hover:before,
.cid-sq5nZiAqJ8 .item-img:hover:before {
  opacity: 0.2;
}
.cid-sq5nZiAqJ8 .item:focus,
.cid-sq5nZiAqJ8 span:focus {
  outline: none;
}
.cid-sq5nZiAqJ8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5nZiAqJ8 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sq5nZiAqJ8 .item-content {
  padding-top: 1.5rem;
}
.cid-sq5nZiAqJ8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5nZiAqJ8 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sq5nZiAqJ8 .mbr-text,
.cid-sq5nZiAqJ8 .mbr-section-btn {
  color: #818181;
}
.cid-sq5nZiAqJ8 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sq5KnTWA8T {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sq5KnTWA8T .container {
  max-width: 1400px;
}
.cid-sq5KnTWA8T img,
.cid-sq5KnTWA8T .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq5KnTWA8T img:before,
.cid-sq5KnTWA8T .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq5KnTWA8T img:hover:before,
.cid-sq5KnTWA8T .item-img:hover:before {
  opacity: 0.2;
}
.cid-sq5KnTWA8T .item:focus,
.cid-sq5KnTWA8T span:focus {
  outline: none;
}
.cid-sq5KnTWA8T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq5KnTWA8T .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sq5KnTWA8T .item-content {
  padding-top: 1.5rem;
}
.cid-sq5KnTWA8T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq5KnTWA8T .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sq5KnTWA8T .mbr-text,
.cid-sq5KnTWA8T .mbr-section-btn {
  color: #818181;
}
.cid-sq5KnTWA8T .mbr-section-subtitle {
  text-align: left;
  color: #131313;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjea6KpfOf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjea6KpfOf .image-col {
  padding: 0;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-sjea6KpfOf .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjea6KpfOf .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-sjea6KpfOf .container-fluid {
    padding: 0 2rem;
  }
  .cid-sjea6KpfOf .image-col {
    border-left: 0px solid #000000;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sjea6KpfOf .image-col {
    padding: 0rem;
  }
}
.cid-sjea6KpfOf .mbr-imgtext {
  padding: 5rem;
}
@media (max-width: 1400px) {
  .cid-sjea6KpfOf .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sjea6KpfOf .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-sjea6KpfOf .line {
  border-bottom: 1px solid #000000;
  width: 100%;
}
.cid-sjea6KpfOf .row {
  align-items: center;
}
.cid-sjea6KpfOf .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-sjea6KpfOf img {
  max-height: 250px;
  object-fit: cover;
}
.cid-sjea66hNMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjea66hNMJ .image-col {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sjea66hNMJ .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 1750px) {
  .cid-sjea66hNMJ .img-last {
    padding-right: 1rem;
  }
  .cid-sjea66hNMJ .img-first {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sjea66hNMJ .img-last {
    padding-right: 0rem;
  }
  .cid-sjea66hNMJ .img-first {
    padding-left: 0rem;
  }
  .cid-sjea66hNMJ .img-col {
    padding: 0 1rem!important;
  }
}
.cid-sjea66hNMJ img {
  height: 100%;
  object-fit: cover;
}
.cid-sjea66hNMJ .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sjea66hNMJ .line {
    margin: 0;
  }
}
.cid-sjea66hNMJ .text-wrapper {
  max-width: 600px;
  padding: 4rem 0rem;
}
.cid-sjea66hNMJ .link-wrapper {
  width: 100%;
}
.cid-sjea66hNMJ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjea66hNMJ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjea66hNMJ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjea66hNMJ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjea66hNMJ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq2s7SafmR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq2s7SafmR .container {
  max-width: 1200px;
}
.cid-sq2s7SafmR a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sq2s7SafmR a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sq2s7SafmR a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sq2rqzJPZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sq2rqzJPZg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sq2rqzJPZg .container {
  max-width: 1400px;
}
.cid-sq2rqzJPZg .image-wrapper {
  position: relative;
}
.cid-sq2rqzJPZg .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq2rqzJPZg .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sq2rqzJPZg .row {
  flex-direction: row-reverse;
}
.cid-sq2rqzJPZg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq2rqzJPZg .mbr-text {
  color: #818181;
}
.cid-sq2yw5IkSs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sq2yw5IkSs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sq2yw5IkSs .container {
  max-width: 1400px;
}
.cid-sq2yw5IkSs .image-wrapper {
  position: relative;
}
.cid-sq2yw5IkSs .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq2yw5IkSs .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sq2yw5IkSs .row {
  flex-direction: row-reverse;
}
.cid-sq2yw5IkSs img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq2yw5IkSs .mbr-text {
  color: #818181;
}
.cid-sq2i5CO2ql {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sq2i5CO2ql .container {
  max-width: 1400px;
}
.cid-sq2i5CO2ql .mbr-iconfont {
  display: block;
  font-size: 7rem;
  color: #48d678;
  margin-bottom: 2rem;
}
.cid-sq2i5CO2ql .row {
  justify-content: center;
}
.cid-sq2i5CO2ql .card-text {
  color: #818181;
}
.cid-sq2i5CO2ql .mbr-section-subtitle {
  text-align: left;
}
.cid-sq2i5CO2ql .mbr-section-title {
  text-align: left;
}
.cid-sq2i5CO2ql .card-title,
.cid-sq2i5CO2ql .iconfont-wrapper {
  color: #353535;
}
.cid-sq2iIZZ2uu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #48d678;
}
.cid-sq2iIZZ2uu .image-col {
  padding: 0;
  border-left: 1px solid #48d678;
}
@media (max-width: 767px) {
  .cid-sq2iIZZ2uu .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sq2iIZZ2uu .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-sq2iIZZ2uu .container-fluid {
    padding: 0 2rem;
  }
  .cid-sq2iIZZ2uu .image-col {
    border-left: 0px solid #48d678;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq2iIZZ2uu .image-col {
    padding: 0rem;
  }
}
.cid-sq2iIZZ2uu .mbr-imgtext {
  padding: 5rem;
  color: #000000;
}
@media (max-width: 1400px) {
  .cid-sq2iIZZ2uu .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sq2iIZZ2uu .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-sq2iIZZ2uu .line {
  border-bottom: 1px solid #48d678;
  width: 100%;
}
.cid-sq2iIZZ2uu .row {
  align-items: center;
}
.cid-sq2iIZZ2uu .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-sq2iIZZ2uu img {
  max-height: 250px;
  object-fit: cover;
}
.cid-sq2iIZZ2uu .mbr-text,
.cid-sq2iIZZ2uu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sq2iIZZ2uu .mbr-section-title {
  color: #ffffff;
}
.cid-sq2iIZZ2uu P {
  color: #ffffff;
  text-align: left;
}
.cid-sjf5WeSeSK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjf5WeSeSK .link-wrapper {
  width: 100%;
}
.cid-sjf5WeSeSK .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-sjf5WeSeSK .line {
  width: 100%;
  border-bottom: 1px solid #48d678;
  margin: 0 1rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-sjf5WeSeSK .line {
    margin: 0;
  }
}
.cid-sjf5WeSeSK .row {
  justify-content: center;
}
.cid-sjf5WeSeSK .card {
  border-left: 1px solid #48d678;
  border-radius: 0;
  padding: 0 2rem;
}
@media (max-width: 1750px) {
  .cid-sjf5WeSeSK .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sjf5WeSeSK .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sjf5WeSeSK .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-sjf5WeSeSK .card-text {
  color: #000000;
}
.cid-sjf5WeSeSK .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjf5WeSeSK .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjf5WeSeSK .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjf5WeSeSK .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjf5WeSeSK .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf5WeSeSK .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjf5WeSeSK .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjf5WeSeSK .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjf5WeSeSK .card-title,
.cid-sjf5WeSeSK .iconfont-wrapper {
  color: #000000;
}
.cid-sjf5WeSeSK .link,
.cid-sjf5WeSeSK .link-wrapper {
  color: #000000;
}
.cid-sjf60cCYgR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sjf60cCYgR a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sjf60cCYgR a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjf60cCYgR a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjf60cCYgR .mbr-text {
  color: #353535;
}
.cid-sjf60cCYgR .mbr-section-title {
  color: #000000;
}
.cid-sq2tldeJVx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sq2tldeJVx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sq2tldeJVx .container {
  max-width: 1400px;
}
.cid-sq2tldeJVx .image-wrapper {
  position: relative;
}
.cid-sq2tldeJVx .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq2tldeJVx .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sq2tldeJVx .row {
  flex-direction: row-reverse;
}
.cid-sq2tldeJVx img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq2tldeJVx .mbr-text {
  color: #818181;
}
.cid-sIWpv1gMfb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIWpv1gMfb .container {
  max-width: 1200px;
}
.cid-sIWpv1gMfb .title-wrapper {
  border-top: 1px solid #131313;
  padding-top: 2rem;
}
.cid-sIWpv1gMfb .container-fluid {
  max-width: 1400px;
}
.cid-sIWpv1gMfb .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sIWpv1gMfb p {
  line-height: 2;
}
.cid-txYq6d5kGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txYq6d5kGZ .container {
  max-width: 1200px;
}
.cid-txYq6d5kGZ .title-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-txYq6d5kGZ .container-fluid {
  max-width: 1400px;
}
.cid-txYq6d5kGZ .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-txYq6d5kGZ p {
  line-height: 2;
}
.cid-txYq4RGEvb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txYq4RGEvb .container {
  max-width: 1200px;
}
.cid-txYq4RGEvb .title-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-txYq4RGEvb .container-fluid {
  max-width: 1400px;
}
.cid-txYq4RGEvb .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-txYq4RGEvb p {
  line-height: 2;
}
.cid-sIWtOsEfdY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIWtOsEfdY .container {
  max-width: 1200px;
}
.cid-sIWtOsEfdY .title-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sIWtOsEfdY .container-fluid {
  max-width: 1400px;
}
.cid-sIWtOsEfdY .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sIWtOsEfdY p {
  line-height: 2;
}
.cid-sIWrnrQbEp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIWrnrQbEp .container {
  max-width: 1200px;
}
.cid-sIWrnrQbEp .title-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sIWrnrQbEp .container-fluid {
  max-width: 1400px;
}
.cid-sIWrnrQbEp .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-sIWrnrQbEp p {
  line-height: 2;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjeavaCOGr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeavaCOGr .mbr-section-title {
  color: #000000;
}
.cid-sq8TZoBG29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8TZoBG29 .image-col {
  padding: 0;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-sq8TZoBG29 .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sq8TZoBG29 .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-sq8TZoBG29 .container-fluid {
    padding: 0 2rem;
  }
  .cid-sq8TZoBG29 .image-col {
    border-left: 0px solid #000000;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq8TZoBG29 .image-col {
    padding: 0rem;
  }
}
.cid-sq8TZoBG29 .mbr-imgtext {
  padding: 5rem;
}
@media (max-width: 1400px) {
  .cid-sq8TZoBG29 .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sq8TZoBG29 .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-sq8TZoBG29 .line {
  border-bottom: 1px solid #000000;
  width: 100%;
}
.cid-sq8TZoBG29 .row {
  align-items: center;
}
.cid-sq8TZoBG29 .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-sq8TZoBG29 img {
  max-height: 250px;
  object-fit: cover;
}
.cid-sq8Ux8x4RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sq8Ux8x4RA .container {
  max-width: 1400px;
}
.cid-sq8Ux8x4RA img,
.cid-sq8Ux8x4RA .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sq8Ux8x4RA img:before,
.cid-sq8Ux8x4RA .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-sq8Ux8x4RA img:hover:before,
.cid-sq8Ux8x4RA .item-img:hover:before {
  opacity: 0.2;
}
.cid-sq8Ux8x4RA .item:focus,
.cid-sq8Ux8x4RA span:focus {
  outline: none;
}
.cid-sq8Ux8x4RA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq8Ux8x4RA .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sq8Ux8x4RA .item-content {
  padding-top: 1.5rem;
}
.cid-sq8Ux8x4RA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq8Ux8x4RA .mbr-section-title {
  color: #232323;
}
.cid-sq8Ux8x4RA .mbr-text,
.cid-sq8Ux8x4RA .mbr-section-btn {
  color: #818181;
}
.cid-sq8RAO9trD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-sq8RAO9trD .link-wrapper {
  width: 100%;
}
.cid-sq8RAO9trD .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sq8RAO9trD .container {
    padding: 0 1rem;
  }
}
.cid-sq8RAO9trD p {
  padding: 0;
  margin: 0;
}
.cid-sq8RAO9trD .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sq8RAO9trD .item {
    text-align: center;
  }
}
.cid-sq8RAO9trD .line {
  width: 100%;
  border-bottom: 1px solid #131313;
}
.cid-sq8RAO9trD .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sq8RAO9trD .row {
    justify-content: flex-start;
  }
}
.cid-sq8RAO9trD .card {
  border-radius: 0;
  padding: 0;
}
.cid-sq8RAO9trD .card-title {
  color: #000000;
}
.cid-sq8RAO9trD .card-title a {
  position: relative;
  background: none!important;
}
.cid-sq8RAO9trD .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sq8RAO9trD .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sq8RAO9trD .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sq8RAO9trD .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq8RAO9trD .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sq8RAO9trD .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sq8RAO9trD .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq8RAO9trD .card-subtitle {
  color: #818181;
}
.cid-sq8RAO9trD .link,
.cid-sq8RAO9trD .link-wrapper {
  color: #bed3f9;
}
.cid-sjf1ut4lGk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sjf1ut4lGk .container-fluid {
    max-width: 1200px;
  }
  .cid-sjf1ut4lGk .row {
    padding-right: 2rem;
  }
}
.cid-sjf1ut4lGk .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-sjf1ut4lGk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sjf1ut4lGk .team-card:hover {
  transform: translateY(-10px);
}
.cid-sjf1ut4lGk .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-sjf1ut4lGk .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sjf1ut4lGk .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #fff0b0;
  position: absolute;
  z-index: 10;
}
.cid-sjf1ut4lGk .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sjf1ut4lGk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sjf1ut4lGk .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sjf1ut4lGk .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-sjf1ut4lGk .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-sjf1ut4lGk .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-sjf1ut4lGk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sjf1ut4lGk .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-sjf1ut4lGk .social-row {
    text-align: center;
  }
}
.cid-sjf1ut4lGk .mbr-role,
.cid-sjf1ut4lGk .social-row {
  color: #818181;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjea6KpfOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjea6KpfOf .image-col {
  padding: 0;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-sjea6KpfOf .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sjea6KpfOf .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-sjea6KpfOf .container-fluid {
    padding: 0 2rem;
  }
  .cid-sjea6KpfOf .image-col {
    border-left: 0px solid #000000;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sjea6KpfOf .image-col {
    padding: 0rem;
  }
}
.cid-sjea6KpfOf .mbr-imgtext {
  padding: 5rem;
  text-align: right;
}
@media (max-width: 1400px) {
  .cid-sjea6KpfOf .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sjea6KpfOf .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-sjea6KpfOf .line {
  border-bottom: 1px solid #000000;
  width: 100%;
}
.cid-sjea6KpfOf .row {
  align-items: center;
}
.cid-sjea6KpfOf .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-sjea6KpfOf img {
  max-height: 250px;
  object-fit: cover;
}
.cid-sjf4SAeXk4 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #48d678;
}
.cid-sjf4SAeXk4 .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-sjf4SAeXk4 MARQUEE {
  color: #ffffff;
}
.cid-ssNjyYeqsn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #48d678;
}
.cid-ssNjyYeqsn .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-ssNjyYeqsn MARQUEE {
  color: #ffffff;
}
.cid-sq9yduChWx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq9yduChWx .link-wrapper {
  width: 100%;
}
.cid-sq9yduChWx .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sq9yduChWx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sq9yduChWx .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-sq9yduChWx .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-sq9yduChWx .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-sq9yduChWx .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-sq9yduChWx img {
  object-fit: cover;
  height: 100%;
}
.cid-sq9yduChWx .card-wrapper {
  margin-bottom: 3rem;
}
.cid-sq9yduChWx .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-sq9yduChWx .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-sq9yduChWx .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-sq9yduChWx .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sq9yduChWx .row {
    justify-content: flex-start;
  }
}
.cid-sq9yduChWx .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-sq9yduChWx .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-sq9yduChWx .first {
  border: 0;
}
.cid-sq9yduChWx .card-text {
  color: #818181;
}
.cid-sq9yduChWx .card-text a {
  position: relative;
  background: none!important;
}
.cid-sq9yduChWx .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sq9yduChWx .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sq9yduChWx .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sq9yduChWx .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq9yduChWx .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sq9yduChWx .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sq9yduChWx .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq9yduChWx .card-title,
.cid-sq9yduChWx .iconfont-wrapper {
  color: #000000;
}
.cid-sq9yduChWx .link,
.cid-sq9yduChWx .link-wrapper {
  color: #000000;
}
.cid-sq9udcT7Td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sq9udcT7Td .link-wrapper {
  width: 100%;
}
.cid-sq9udcT7Td .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sq9udcT7Td .container {
    padding: 0 1rem;
  }
}
.cid-sq9udcT7Td p {
  padding: 0;
  margin: 0;
}
.cid-sq9udcT7Td .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sq9udcT7Td .item {
    text-align: center;
  }
}
.cid-sq9udcT7Td .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-sq9udcT7Td .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sq9udcT7Td .row {
    justify-content: flex-start;
  }
}
.cid-sq9udcT7Td .card {
  border-radius: 0;
  padding: 0;
}
.cid-sq9udcT7Td .card-title {
  color: #000000;
}
.cid-sq9udcT7Td .card-title a {
  position: relative;
  background: none!important;
}
.cid-sq9udcT7Td .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sq9udcT7Td .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sq9udcT7Td .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sq9udcT7Td .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq9udcT7Td .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sq9udcT7Td .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sq9udcT7Td .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sq9udcT7Td .card-subtitle {
  color: #818181;
}
.cid-sq9udcT7Td .link,
.cid-sq9udcT7Td .link-wrapper {
  color: #ffffff;
}
.cid-sjf5mZCLp1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sjf5mZCLp1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjf5mZCLp1 .container {
  max-width: 1550px;
}
.cid-sjf5mZCLp1 .form-control,
.cid-sjf5mZCLp1 .field-input {
  margin: 0;
  padding: 1.5rem;
  border-radius: 0;
}
.cid-sjf5mZCLp1 textarea {
  min-height: 200px;
}
.cid-sjf5mZCLp1 .row {
  justify-content: flex-end;
}
.cid-sjf5mZCLp1 .col-auto {
  margin-right: 0;
  margin-left: auto;
  padding-top: 2rem;
}
.cid-sjf5mZCLp1 .form-group {
  margin-bottom: -1px;
}
.cid-sjf5mZCLp1 .form-control,
.cid-sjf5mZCLp1 .field-input {
  background-color: #fafafa;
  border-color: #bbbbbb !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjf5mZCLp1 .form-control::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .field-input::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .form-control::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sjf5mZCLp1 .form-control:-moz-placeholder,
.cid-sjf5mZCLp1 .field-input:-moz-placeholder,
.cid-sjf5mZCLp1 .form-control:-moz-placeholder,
.cid-sjf5mZCLp1 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sjf5mZCLp1 .form-control:hover,
.cid-sjf5mZCLp1 .field-input:hover,
.cid-sjf5mZCLp1 .form-control:focus,
.cid-sjf5mZCLp1 .field-input:focus {
  background-color: #fafafa;
  border-color: #bbbbbb !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sjf5mZCLp1 .form-control:hover::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .field-input:hover::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .form-control:focus::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .field-input:focus::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .form-control:hover::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .field-input:hover::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .form-control:focus::-webkit-input-placeholder,
.cid-sjf5mZCLp1 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sjf5mZCLp1 .form-control:hover:-moz-placeholder,
.cid-sjf5mZCLp1 .field-input:hover:-moz-placeholder,
.cid-sjf5mZCLp1 .form-control:focus:-moz-placeholder,
.cid-sjf5mZCLp1 .field-input:focus:-moz-placeholder,
.cid-sjf5mZCLp1 .form-control:hover:-moz-placeholder,
.cid-sjf5mZCLp1 .field-input:hover:-moz-placeholder,
.cid-sjf5mZCLp1 .form-control:focus:-moz-placeholder,
.cid-sjf5mZCLp1 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sjf5mZCLp1 .jq-number__spin:hover,
.cid-sjf5mZCLp1 .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #bbbbbb;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sjf5mZCLp1 .jq-number__spin {
  background-color: #fafafa;
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjf5mZCLp1 .jq-selectbox li,
.cid-sjf5mZCLp1 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-sjf5mZCLp1 .jq-selectbox li:hover,
.cid-sjf5mZCLp1 .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-sjf5mZCLp1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjf5mZCLp1 .jq-number__spin.minus:hover:after,
.cid-sjf5mZCLp1 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-sjf5mZCLp1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjf5mZCLp1 .jq-number__spin.minus:after,
.cid-sjf5mZCLp1 .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-sjf5mZCLp1 input::-webkit-clear-button {
  display: none;
}
.cid-sjf5mZCLp1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sjf5mZCLp1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sjf5mZCLp1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqxpaKic8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqxpaKic8P .container-fluid {
  padding: 0 3rem;
}
.cid-sqxpaKic8P .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqxpaKic8P .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqxpaKic8P .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqxpaKic8P .social-media {
  margin-top: 1.5rem;
}
.cid-sqxpaKic8P .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqxpaKic8P .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .mbr-offer {
  line-height: 1.5;
}
.cid-sqxpaKic8P .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqxpaKic8P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqxpaKic8P .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqxpaKic8P .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqxpaKic8P .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqxpaKic8P .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqxpaKic8P .mbr-text,
.cid-sqxpaKic8P .social-media,
.cid-sqxpaKic8P .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqxpaKic8P .mbr-offer DIV {
  text-align: left;
}
.cid-sqxpv5RdSB {
  z-index: 1000;
  width: 100%;
}
.cid-sqxpv5RdSB .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqxpv5RdSB .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqxpv5RdSB .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqxpv5RdSB nav.navbar {
  position: fixed;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqxpv5RdSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqxpv5RdSB .dropdown-item:hover,
.cid-sqxpv5RdSB .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqxpv5RdSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqxpv5RdSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqxpv5RdSB .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqxpv5RdSB .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqxpv5RdSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxpv5RdSB .nav-link {
  position: relative;
}
.cid-sqxpv5RdSB .container {
  display: flex;
  margin: auto;
}
.cid-sqxpv5RdSB .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown-menu,
.cid-sqxpv5RdSB .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqxpv5RdSB .nav-item:focus,
.cid-sqxpv5RdSB .nav-link:focus {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqxpv5RdSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqxpv5RdSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxpv5RdSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqxpv5RdSB .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqxpv5RdSB .navbar.opened {
  transition: all 0.3s;
}
.cid-sqxpv5RdSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqxpv5RdSB .navbar .navbar-logo img {
  width: auto;
}
.cid-sqxpv5RdSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxpv5RdSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxpv5RdSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqxpv5RdSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxpv5RdSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxpv5RdSB .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-sqxpv5RdSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqxpv5RdSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxpv5RdSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqxpv5RdSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqxpv5RdSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqxpv5RdSB .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqxpv5RdSB .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqxpv5RdSB .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxpv5RdSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxpv5RdSB .dropdown-item.active,
.cid-sqxpv5RdSB .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxpv5RdSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxpv5RdSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqxpv5RdSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxpv5RdSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxpv5RdSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqxpv5RdSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqxpv5RdSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqxpv5RdSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqxpv5RdSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqxpv5RdSB .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqxpv5RdSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxpv5RdSB .navbar {
    height: 61px;
  }
  .cid-sqxpv5RdSB .navbar.opened {
    height: auto;
  }
  .cid-sqxpv5RdSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqIZewhgcd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sqIZewhgcd a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sqIZewhgcd a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sqIZewhgcd a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sqIZewhgcd .mbr-text {
  color: #353535;
}
.cid-sqIZewhgcd .mbr-section-title {
  color: #000000;
}
.cid-sqIZewtkPj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqIZewtkPj .container-fluid {
  padding: 0 3rem;
}
.cid-sqIZewtkPj .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqIZewtkPj .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqIZewtkPj .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqIZewtkPj .social-media {
  margin-top: 1.5rem;
}
.cid-sqIZewtkPj .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqIZewtkPj .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqIZewtkPj .mbr-text,
.cid-sqIZewtkPj .mbr-offer {
  line-height: 1.5;
}
.cid-sqIZewtkPj .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqIZewtkPj .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqIZewtkPj .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqIZewtkPj .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqIZewtkPj .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqIZewtkPj .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqIZewtkPj .mbr-text,
.cid-sqIZewtkPj .social-media,
.cid-sqIZewtkPj .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqIZewtkPj .mbr-offer DIV {
  text-align: left;
}
.cid-sqIZex7rGz {
  z-index: 1000;
  width: 100%;
}
.cid-sqIZex7rGz .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqIZex7rGz .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqIZex7rGz .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqIZex7rGz .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqIZex7rGz nav.navbar {
  position: fixed;
}
.cid-sqIZex7rGz .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-sqIZex7rGz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqIZex7rGz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqIZex7rGz .dropdown-item:hover,
.cid-sqIZex7rGz .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqIZex7rGz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqIZex7rGz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqIZex7rGz .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqIZex7rGz .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqIZex7rGz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqIZex7rGz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqIZex7rGz .nav-link {
  position: relative;
}
.cid-sqIZex7rGz .container {
  display: flex;
  margin: auto;
}
.cid-sqIZex7rGz .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqIZex7rGz .dropdown-menu,
.cid-sqIZex7rGz .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqIZex7rGz .nav-item:focus,
.cid-sqIZex7rGz .nav-link:focus {
  outline: none;
}
.cid-sqIZex7rGz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqIZex7rGz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqIZex7rGz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqIZex7rGz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqIZex7rGz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqIZex7rGz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqIZex7rGz .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqIZex7rGz .navbar.opened {
  transition: all 0.3s;
}
.cid-sqIZex7rGz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqIZex7rGz .navbar .navbar-logo img {
  width: auto;
}
.cid-sqIZex7rGz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqIZex7rGz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqIZex7rGz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqIZex7rGz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqIZex7rGz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqIZex7rGz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqIZex7rGz .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-sqIZex7rGz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqIZex7rGz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqIZex7rGz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqIZex7rGz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqIZex7rGz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqIZex7rGz .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-sqIZex7rGz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqIZex7rGz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqIZex7rGz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqIZex7rGz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqIZex7rGz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqIZex7rGz .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqIZex7rGz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqIZex7rGz .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqIZex7rGz .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqIZex7rGz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqIZex7rGz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqIZex7rGz .dropdown-item.active,
.cid-sqIZex7rGz .dropdown-item:active {
  background-color: transparent;
}
.cid-sqIZex7rGz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqIZex7rGz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqIZex7rGz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqIZex7rGz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqIZex7rGz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqIZex7rGz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqIZex7rGz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqIZex7rGz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqIZex7rGz button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqIZex7rGz button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqIZex7rGz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqIZex7rGz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqIZex7rGz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqIZex7rGz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqIZex7rGz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqIZex7rGz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqIZex7rGz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqIZex7rGz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqIZex7rGz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqIZex7rGz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqIZex7rGz .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqIZex7rGz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqIZex7rGz .navbar {
    height: 61px;
  }
  .cid-sqIZex7rGz .navbar.opened {
    height: auto;
  }
  .cid-sqIZex7rGz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqJb2pQwvQ {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sqJb2pQwvQ a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sqJb2pQwvQ a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sqJb2pQwvQ a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sqJb2pQwvQ .mbr-text {
  color: #353535;
}
.cid-sqJb2pQwvQ .mbr-section-title {
  color: #000000;
}
.cid-sqJb2qbau1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
}
.cid-sqJb2qbau1 .container-fluid {
  padding: 0 3rem;
}
.cid-sqJb2qbau1 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbbbbb;
}
.cid-sqJb2qbau1 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sqJb2qbau1 .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: left;
}
.cid-sqJb2qbau1 .social-media {
  margin-top: 1.5rem;
}
.cid-sqJb2qbau1 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqJb2qbau1 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-sqJb2qbau1 .mbr-text,
.cid-sqJb2qbau1 .mbr-offer {
  line-height: 1.5;
}
.cid-sqJb2qbau1 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-sqJb2qbau1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqJb2qbau1 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sqJb2qbau1 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-sqJb2qbau1 .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-sqJb2qbau1 .mbr-offer {
  text-align: left;
  color: #ffffff;
}
.cid-sqJb2qbau1 .mbr-text,
.cid-sqJb2qbau1 .social-media,
.cid-sqJb2qbau1 .logo-section {
  color: #818181;
  text-align: left;
}
.cid-sqJb2qbau1 .mbr-offer DIV {
  text-align: left;
}
.cid-sqJb2qL5GH {
  z-index: 1000;
  width: 100%;
}
.cid-sqJb2qL5GH .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sqJb2qL5GH .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sqJb2qL5GH .icons-menu {
  width: fit-content;
  padding: 0 2rem;
  padding-bottom: 2.2rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqJb2qL5GH .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sqJb2qL5GH nav.navbar {
  position: fixed;
}
.cid-sqJb2qL5GH .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-sqJb2qL5GH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqJb2qL5GH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqJb2qL5GH .dropdown-item:hover,
.cid-sqJb2qL5GH .dropdown-item:focus {
  background: #48d678 !important;
  color: white !important;
}
.cid-sqJb2qL5GH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqJb2qL5GH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqJb2qL5GH .nav-dropdown {
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .cid-sqJb2qL5GH .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sqJb2qL5GH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sqJb2qL5GH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqJb2qL5GH .nav-link {
  position: relative;
}
.cid-sqJb2qL5GH .container {
  display: flex;
  margin: auto;
}
.cid-sqJb2qL5GH .iconfont-wrapper {
  color: #48d678 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqJb2qL5GH .dropdown-menu,
.cid-sqJb2qL5GH .navbar.opened {
  background: #ffffff !important;
  min-height: 100%;
}
.cid-sqJb2qL5GH .nav-item:focus,
.cid-sqJb2qL5GH .nav-link:focus {
  outline: none;
}
.cid-sqJb2qL5GH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqJb2qL5GH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqJb2qL5GH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqJb2qL5GH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqJb2qL5GH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqJb2qL5GH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqJb2qL5GH .navbar {
  min-height: 61px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-sqJb2qL5GH .navbar.opened {
  transition: all 0.3s;
}
.cid-sqJb2qL5GH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqJb2qL5GH .navbar .navbar-logo img {
  width: auto;
}
.cid-sqJb2qL5GH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqJb2qL5GH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqJb2qL5GH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqJb2qL5GH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sqJb2qL5GH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqJb2qL5GH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqJb2qL5GH .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-sqJb2qL5GH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqJb2qL5GH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqJb2qL5GH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqJb2qL5GH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqJb2qL5GH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqJb2qL5GH .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-sqJb2qL5GH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqJb2qL5GH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqJb2qL5GH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sqJb2qL5GH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqJb2qL5GH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sqJb2qL5GH .navbar.navbar-short {
  min-height: 51px;
  max-height: 70px;
}
.cid-sqJb2qL5GH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqJb2qL5GH .navbar.navbar-short .navbar-brand {
  min-height: 51px;
  padding: 0;
}
.cid-sqJb2qL5GH .navbar-brand {
  min-height: 61px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqJb2qL5GH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqJb2qL5GH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqJb2qL5GH .dropdown-item.active,
.cid-sqJb2qL5GH .dropdown-item:active {
  background-color: transparent;
}
.cid-sqJb2qL5GH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqJb2qL5GH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqJb2qL5GH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqJb2qL5GH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqJb2qL5GH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqJb2qL5GH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqJb2qL5GH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqJb2qL5GH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqJb2qL5GH button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000;
}
.cid-sqJb2qL5GH button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #000000;
}
.cid-sqJb2qL5GH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqJb2qL5GH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sqJb2qL5GH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqJb2qL5GH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqJb2qL5GH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqJb2qL5GH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqJb2qL5GH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqJb2qL5GH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqJb2qL5GH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqJb2qL5GH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqJb2qL5GH .navbar-dropdown {
  padding: 0.2rem 1rem;
  position: fixed;
}
.cid-sqJb2qL5GH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqJb2qL5GH .navbar {
    height: 61px;
  }
  .cid-sqJb2qL5GH .navbar.opened {
    height: auto;
  }
  .cid-sqJb2qL5GH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
