.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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='%236592e6' %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-te7mpAxsc2 {
  z-index: 1000;
  width: 100%;
}
.cid-te7mpAxsc2 nav.navbar {
  position: fixed;
}
.cid-te7mpAxsc2 .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-te7mpAxsc2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te7mpAxsc2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-te7mpAxsc2 .dropdown-item:hover,
.cid-te7mpAxsc2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-te7mpAxsc2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te7mpAxsc2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te7mpAxsc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te7mpAxsc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te7mpAxsc2 .nav-link {
  position: relative;
}
.cid-te7mpAxsc2 .container {
  display: flex;
  margin: auto;
}
.cid-te7mpAxsc2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te7mpAxsc2 .dropdown-menu,
.cid-te7mpAxsc2 .navbar.opened {
  background: #232323 !important;
}
.cid-te7mpAxsc2 .nav-item:focus,
.cid-te7mpAxsc2 .nav-link:focus {
  outline: none;
}
.cid-te7mpAxsc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te7mpAxsc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te7mpAxsc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te7mpAxsc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te7mpAxsc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te7mpAxsc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te7mpAxsc2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-te7mpAxsc2 .navbar.opened {
  transition: all 0.3s;
}
.cid-te7mpAxsc2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te7mpAxsc2 .navbar .navbar-logo img {
  width: auto;
}
.cid-te7mpAxsc2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te7mpAxsc2 .navbar.collapsed {
  justify-content: center;
}
.cid-te7mpAxsc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te7mpAxsc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te7mpAxsc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-te7mpAxsc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te7mpAxsc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te7mpAxsc2 .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-te7mpAxsc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te7mpAxsc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te7mpAxsc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te7mpAxsc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te7mpAxsc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te7mpAxsc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te7mpAxsc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te7mpAxsc2 .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-te7mpAxsc2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-te7mpAxsc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te7mpAxsc2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te7mpAxsc2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te7mpAxsc2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te7mpAxsc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te7mpAxsc2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-te7mpAxsc2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-te7mpAxsc2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-te7mpAxsc2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te7mpAxsc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te7mpAxsc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te7mpAxsc2 .dropdown-item.active,
.cid-te7mpAxsc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-te7mpAxsc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te7mpAxsc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te7mpAxsc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te7mpAxsc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-te7mpAxsc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te7mpAxsc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te7mpAxsc2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te7mpAxsc2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te7mpAxsc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te7mpAxsc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-te7mpAxsc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te7mpAxsc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7mpAxsc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7mpAxsc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te7mpAxsc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7mpAxsc2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te7mpAxsc2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te7mpAxsc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7mpAxsc2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te7mpAxsc2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te7mpAxsc2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te7mpAxsc2 .navbar {
    height: 70px;
  }
  .cid-te7mpAxsc2 .navbar.opened {
    height: auto;
  }
  .cid-te7mpAxsc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebSzb5xuS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tebSzb5xuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebSzb5xuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tebSzb5xuS .video-wrapper iframe {
  width: 100%;
}
.cid-tebSzb5xuS .mbr-section-title,
.cid-tebSzb5xuS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tebSzb5xuS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebSzb5xuS .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tebSCxXKQt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tebSCxXKQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebSCxXKQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tebSCxXKQt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tebSCxXKQt .row {
  flex-direction: row-reverse;
}
.cid-tebSCxXKQt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tebSCxXKQt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV6FX4aSAf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tV6FX4aSAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FX4aSAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FX4aSAf .video-wrapper iframe {
  width: 100%;
}
.cid-tV6FX4aSAf .mbr-section-title,
.cid-tV6FX4aSAf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tV6FX4aSAf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV6FX4aSAf .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-te7mKCYBKg {
  z-index: 1000;
  width: 100%;
}
.cid-te7mKCYBKg nav.navbar {
  position: fixed;
}
.cid-te7mKCYBKg .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-te7mKCYBKg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te7mKCYBKg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-te7mKCYBKg .dropdown-item:hover,
.cid-te7mKCYBKg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-te7mKCYBKg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te7mKCYBKg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te7mKCYBKg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te7mKCYBKg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te7mKCYBKg .nav-link {
  position: relative;
}
.cid-te7mKCYBKg .container {
  display: flex;
  margin: auto;
}
.cid-te7mKCYBKg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te7mKCYBKg .dropdown-menu,
.cid-te7mKCYBKg .navbar.opened {
  background: #232323 !important;
}
.cid-te7mKCYBKg .nav-item:focus,
.cid-te7mKCYBKg .nav-link:focus {
  outline: none;
}
.cid-te7mKCYBKg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te7mKCYBKg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te7mKCYBKg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te7mKCYBKg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te7mKCYBKg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te7mKCYBKg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te7mKCYBKg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-te7mKCYBKg .navbar.opened {
  transition: all 0.3s;
}
.cid-te7mKCYBKg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te7mKCYBKg .navbar .navbar-logo img {
  width: auto;
}
.cid-te7mKCYBKg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te7mKCYBKg .navbar.collapsed {
  justify-content: center;
}
.cid-te7mKCYBKg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te7mKCYBKg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te7mKCYBKg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-te7mKCYBKg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te7mKCYBKg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te7mKCYBKg .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-te7mKCYBKg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te7mKCYBKg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te7mKCYBKg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te7mKCYBKg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te7mKCYBKg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te7mKCYBKg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te7mKCYBKg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te7mKCYBKg .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-te7mKCYBKg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-te7mKCYBKg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te7mKCYBKg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te7mKCYBKg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te7mKCYBKg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te7mKCYBKg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te7mKCYBKg .navbar.navbar-short {
  min-height: 60px;
}
.cid-te7mKCYBKg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-te7mKCYBKg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-te7mKCYBKg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te7mKCYBKg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te7mKCYBKg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te7mKCYBKg .dropdown-item.active,
.cid-te7mKCYBKg .dropdown-item:active {
  background-color: transparent;
}
.cid-te7mKCYBKg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te7mKCYBKg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te7mKCYBKg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te7mKCYBKg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-te7mKCYBKg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te7mKCYBKg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te7mKCYBKg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te7mKCYBKg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te7mKCYBKg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te7mKCYBKg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-te7mKCYBKg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te7mKCYBKg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7mKCYBKg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7mKCYBKg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te7mKCYBKg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7mKCYBKg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te7mKCYBKg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te7mKCYBKg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7mKCYBKg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te7mKCYBKg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te7mKCYBKg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te7mKCYBKg .navbar {
    height: 70px;
  }
  .cid-te7mKCYBKg .navbar.opened {
    height: auto;
  }
  .cid-te7mKCYBKg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te7nf6o9WZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-te7nf6o9WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-te7nf6o9WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-te7nf6o9WZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-te7nf6o9WZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-te7nf6o9WZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-te7ngrq3bl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-te7ngrq3bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-te7ngrq3bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te7ngrq3bl .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-te7ngrq3bl .text-wrapper {
    padding: 2rem;
  }
}
.cid-te7ngrq3bl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-te7ngrq3bl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tebVyN1O0y {
  z-index: 1000;
  width: 100%;
}
.cid-tebVyN1O0y nav.navbar {
  position: fixed;
}
.cid-tebVyN1O0y .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-tebVyN1O0y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tebVyN1O0y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tebVyN1O0y .dropdown-item:hover,
.cid-tebVyN1O0y .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tebVyN1O0y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tebVyN1O0y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tebVyN1O0y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tebVyN1O0y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tebVyN1O0y .nav-link {
  position: relative;
}
.cid-tebVyN1O0y .container {
  display: flex;
  margin: auto;
}
.cid-tebVyN1O0y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tebVyN1O0y .dropdown-menu,
.cid-tebVyN1O0y .navbar.opened {
  background: #232323 !important;
}
.cid-tebVyN1O0y .nav-item:focus,
.cid-tebVyN1O0y .nav-link:focus {
  outline: none;
}
.cid-tebVyN1O0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tebVyN1O0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tebVyN1O0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tebVyN1O0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tebVyN1O0y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tebVyN1O0y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tebVyN1O0y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tebVyN1O0y .navbar.opened {
  transition: all 0.3s;
}
.cid-tebVyN1O0y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tebVyN1O0y .navbar .navbar-logo img {
  width: auto;
}
.cid-tebVyN1O0y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tebVyN1O0y .navbar.collapsed {
  justify-content: center;
}
.cid-tebVyN1O0y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tebVyN1O0y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebVyN1O0y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tebVyN1O0y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tebVyN1O0y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tebVyN1O0y .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-tebVyN1O0y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tebVyN1O0y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tebVyN1O0y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tebVyN1O0y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tebVyN1O0y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tebVyN1O0y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tebVyN1O0y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tebVyN1O0y .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-tebVyN1O0y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tebVyN1O0y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tebVyN1O0y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tebVyN1O0y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tebVyN1O0y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tebVyN1O0y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tebVyN1O0y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tebVyN1O0y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tebVyN1O0y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tebVyN1O0y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tebVyN1O0y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tebVyN1O0y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tebVyN1O0y .dropdown-item.active,
.cid-tebVyN1O0y .dropdown-item:active {
  background-color: transparent;
}
.cid-tebVyN1O0y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tebVyN1O0y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tebVyN1O0y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tebVyN1O0y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tebVyN1O0y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tebVyN1O0y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tebVyN1O0y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tebVyN1O0y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tebVyN1O0y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tebVyN1O0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tebVyN1O0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tebVyN1O0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebVyN1O0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebVyN1O0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tebVyN1O0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebVyN1O0y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tebVyN1O0y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tebVyN1O0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebVyN1O0y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tebVyN1O0y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tebVyN1O0y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tebVyN1O0y .navbar {
    height: 70px;
  }
  .cid-tebVyN1O0y .navbar.opened {
    height: auto;
  }
  .cid-tebVyN1O0y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebVyOtwjR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tebVyOtwjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebVyOtwjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebVyOtwjR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebVyOtwjR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tebVyOtwjR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tebVyOtwjR .mbr-section-title {
  color: #4479d9;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tebWgg69Qc {
  z-index: 1000;
  width: 100%;
}
.cid-tebWgg69Qc nav.navbar {
  position: fixed;
}
.cid-tebWgg69Qc .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-tebWgg69Qc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tebWgg69Qc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tebWgg69Qc .dropdown-item:hover,
.cid-tebWgg69Qc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tebWgg69Qc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tebWgg69Qc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tebWgg69Qc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tebWgg69Qc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tebWgg69Qc .nav-link {
  position: relative;
}
.cid-tebWgg69Qc .container {
  display: flex;
  margin: auto;
}
.cid-tebWgg69Qc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tebWgg69Qc .dropdown-menu,
.cid-tebWgg69Qc .navbar.opened {
  background: #232323 !important;
}
.cid-tebWgg69Qc .nav-item:focus,
.cid-tebWgg69Qc .nav-link:focus {
  outline: none;
}
.cid-tebWgg69Qc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tebWgg69Qc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tebWgg69Qc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tebWgg69Qc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tebWgg69Qc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tebWgg69Qc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tebWgg69Qc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tebWgg69Qc .navbar.opened {
  transition: all 0.3s;
}
.cid-tebWgg69Qc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tebWgg69Qc .navbar .navbar-logo img {
  width: auto;
}
.cid-tebWgg69Qc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tebWgg69Qc .navbar.collapsed {
  justify-content: center;
}
.cid-tebWgg69Qc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tebWgg69Qc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWgg69Qc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tebWgg69Qc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tebWgg69Qc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tebWgg69Qc .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-tebWgg69Qc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tebWgg69Qc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tebWgg69Qc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tebWgg69Qc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tebWgg69Qc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tebWgg69Qc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tebWgg69Qc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tebWgg69Qc .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-tebWgg69Qc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tebWgg69Qc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tebWgg69Qc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tebWgg69Qc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tebWgg69Qc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tebWgg69Qc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tebWgg69Qc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tebWgg69Qc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tebWgg69Qc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tebWgg69Qc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tebWgg69Qc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tebWgg69Qc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tebWgg69Qc .dropdown-item.active,
.cid-tebWgg69Qc .dropdown-item:active {
  background-color: transparent;
}
.cid-tebWgg69Qc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tebWgg69Qc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tebWgg69Qc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tebWgg69Qc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tebWgg69Qc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tebWgg69Qc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tebWgg69Qc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tebWgg69Qc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tebWgg69Qc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tebWgg69Qc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tebWgg69Qc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tebWgg69Qc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWgg69Qc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWgg69Qc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tebWgg69Qc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWgg69Qc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tebWgg69Qc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tebWgg69Qc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWgg69Qc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tebWgg69Qc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tebWgg69Qc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tebWgg69Qc .navbar {
    height: 70px;
  }
  .cid-tebWgg69Qc .navbar.opened {
    height: auto;
  }
  .cid-tebWgg69Qc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebWghCP5h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tebWghCP5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebWghCP5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWghCP5h .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebWghCP5h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tebWghCP5h .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tebWojcXbY {
  z-index: 1000;
  width: 100%;
}
.cid-tebWojcXbY nav.navbar {
  position: fixed;
}
.cid-tebWojcXbY .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-tebWojcXbY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tebWojcXbY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tebWojcXbY .dropdown-item:hover,
.cid-tebWojcXbY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tebWojcXbY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tebWojcXbY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tebWojcXbY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tebWojcXbY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tebWojcXbY .nav-link {
  position: relative;
}
.cid-tebWojcXbY .container {
  display: flex;
  margin: auto;
}
.cid-tebWojcXbY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tebWojcXbY .dropdown-menu,
.cid-tebWojcXbY .navbar.opened {
  background: #232323 !important;
}
.cid-tebWojcXbY .nav-item:focus,
.cid-tebWojcXbY .nav-link:focus {
  outline: none;
}
.cid-tebWojcXbY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tebWojcXbY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tebWojcXbY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tebWojcXbY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tebWojcXbY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tebWojcXbY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tebWojcXbY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tebWojcXbY .navbar.opened {
  transition: all 0.3s;
}
.cid-tebWojcXbY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tebWojcXbY .navbar .navbar-logo img {
  width: auto;
}
.cid-tebWojcXbY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tebWojcXbY .navbar.collapsed {
  justify-content: center;
}
.cid-tebWojcXbY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tebWojcXbY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWojcXbY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tebWojcXbY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tebWojcXbY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tebWojcXbY .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-tebWojcXbY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tebWojcXbY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tebWojcXbY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tebWojcXbY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tebWojcXbY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tebWojcXbY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tebWojcXbY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tebWojcXbY .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-tebWojcXbY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tebWojcXbY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tebWojcXbY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tebWojcXbY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tebWojcXbY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tebWojcXbY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tebWojcXbY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tebWojcXbY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tebWojcXbY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tebWojcXbY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tebWojcXbY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tebWojcXbY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tebWojcXbY .dropdown-item.active,
.cid-tebWojcXbY .dropdown-item:active {
  background-color: transparent;
}
.cid-tebWojcXbY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tebWojcXbY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tebWojcXbY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tebWojcXbY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tebWojcXbY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tebWojcXbY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tebWojcXbY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tebWojcXbY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tebWojcXbY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tebWojcXbY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tebWojcXbY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tebWojcXbY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWojcXbY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWojcXbY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tebWojcXbY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWojcXbY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tebWojcXbY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tebWojcXbY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWojcXbY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tebWojcXbY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tebWojcXbY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tebWojcXbY .navbar {
    height: 70px;
  }
  .cid-tebWojcXbY .navbar.opened {
    height: auto;
  }
  .cid-tebWojcXbY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebWok2zyc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tebWok2zyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebWok2zyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWok2zyc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebWok2zyc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tebWok2zyc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tebWNgPxBR {
  z-index: 1000;
  width: 100%;
}
.cid-tebWNgPxBR nav.navbar {
  position: fixed;
}
.cid-tebWNgPxBR .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-tebWNgPxBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tebWNgPxBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tebWNgPxBR .dropdown-item:hover,
.cid-tebWNgPxBR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tebWNgPxBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tebWNgPxBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tebWNgPxBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tebWNgPxBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tebWNgPxBR .nav-link {
  position: relative;
}
.cid-tebWNgPxBR .container {
  display: flex;
  margin: auto;
}
.cid-tebWNgPxBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tebWNgPxBR .dropdown-menu,
.cid-tebWNgPxBR .navbar.opened {
  background: #232323 !important;
}
.cid-tebWNgPxBR .nav-item:focus,
.cid-tebWNgPxBR .nav-link:focus {
  outline: none;
}
.cid-tebWNgPxBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tebWNgPxBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tebWNgPxBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tebWNgPxBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tebWNgPxBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tebWNgPxBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tebWNgPxBR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tebWNgPxBR .navbar.opened {
  transition: all 0.3s;
}
.cid-tebWNgPxBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tebWNgPxBR .navbar .navbar-logo img {
  width: auto;
}
.cid-tebWNgPxBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tebWNgPxBR .navbar.collapsed {
  justify-content: center;
}
.cid-tebWNgPxBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tebWNgPxBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWNgPxBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tebWNgPxBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tebWNgPxBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tebWNgPxBR .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-tebWNgPxBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tebWNgPxBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tebWNgPxBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tebWNgPxBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tebWNgPxBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tebWNgPxBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tebWNgPxBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tebWNgPxBR .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-tebWNgPxBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tebWNgPxBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tebWNgPxBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tebWNgPxBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tebWNgPxBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tebWNgPxBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tebWNgPxBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tebWNgPxBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tebWNgPxBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tebWNgPxBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tebWNgPxBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tebWNgPxBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tebWNgPxBR .dropdown-item.active,
.cid-tebWNgPxBR .dropdown-item:active {
  background-color: transparent;
}
.cid-tebWNgPxBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tebWNgPxBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tebWNgPxBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tebWNgPxBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tebWNgPxBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tebWNgPxBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tebWNgPxBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tebWNgPxBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tebWNgPxBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tebWNgPxBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tebWNgPxBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tebWNgPxBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWNgPxBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWNgPxBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tebWNgPxBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWNgPxBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tebWNgPxBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tebWNgPxBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWNgPxBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tebWNgPxBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tebWNgPxBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tebWNgPxBR .navbar {
    height: 70px;
  }
  .cid-tebWNgPxBR .navbar.opened {
    height: auto;
  }
  .cid-tebWNgPxBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebWNhT9Q9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tebWNhT9Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebWNhT9Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWNhT9Q9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebWNhT9Q9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tebWNhT9Q9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tebWNhT9Q9 .mbr-section-title {
  color: #4479d9;
}
.cid-tebWNiJoow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tebWNiJoow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebWNiJoow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tebWNiJoow .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tebWNiJoow .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebWNiJoow .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tebWNiJoow .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tebL9Rx0Hl {
  z-index: 1000;
  width: 100%;
}
.cid-tebL9Rx0Hl nav.navbar {
  position: fixed;
}
.cid-tebL9Rx0Hl .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-tebL9Rx0Hl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tebL9Rx0Hl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tebL9Rx0Hl .dropdown-item:hover,
.cid-tebL9Rx0Hl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tebL9Rx0Hl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tebL9Rx0Hl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tebL9Rx0Hl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tebL9Rx0Hl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tebL9Rx0Hl .nav-link {
  position: relative;
}
.cid-tebL9Rx0Hl .container {
  display: flex;
  margin: auto;
}
.cid-tebL9Rx0Hl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tebL9Rx0Hl .dropdown-menu,
.cid-tebL9Rx0Hl .navbar.opened {
  background: #232323 !important;
}
.cid-tebL9Rx0Hl .nav-item:focus,
.cid-tebL9Rx0Hl .nav-link:focus {
  outline: none;
}
.cid-tebL9Rx0Hl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tebL9Rx0Hl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tebL9Rx0Hl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tebL9Rx0Hl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tebL9Rx0Hl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tebL9Rx0Hl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tebL9Rx0Hl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tebL9Rx0Hl .navbar.opened {
  transition: all 0.3s;
}
.cid-tebL9Rx0Hl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tebL9Rx0Hl .navbar .navbar-logo img {
  width: auto;
}
.cid-tebL9Rx0Hl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tebL9Rx0Hl .navbar.collapsed {
  justify-content: center;
}
.cid-tebL9Rx0Hl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tebL9Rx0Hl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebL9Rx0Hl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tebL9Rx0Hl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tebL9Rx0Hl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tebL9Rx0Hl .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-tebL9Rx0Hl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tebL9Rx0Hl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tebL9Rx0Hl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tebL9Rx0Hl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tebL9Rx0Hl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tebL9Rx0Hl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tebL9Rx0Hl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tebL9Rx0Hl .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-tebL9Rx0Hl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tebL9Rx0Hl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tebL9Rx0Hl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tebL9Rx0Hl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tebL9Rx0Hl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tebL9Rx0Hl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tebL9Rx0Hl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tebL9Rx0Hl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tebL9Rx0Hl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tebL9Rx0Hl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tebL9Rx0Hl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tebL9Rx0Hl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tebL9Rx0Hl .dropdown-item.active,
.cid-tebL9Rx0Hl .dropdown-item:active {
  background-color: transparent;
}
.cid-tebL9Rx0Hl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tebL9Rx0Hl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tebL9Rx0Hl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tebL9Rx0Hl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tebL9Rx0Hl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tebL9Rx0Hl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tebL9Rx0Hl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tebL9Rx0Hl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tebL9Rx0Hl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tebL9Rx0Hl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tebL9Rx0Hl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tebL9Rx0Hl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebL9Rx0Hl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebL9Rx0Hl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tebL9Rx0Hl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebL9Rx0Hl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tebL9Rx0Hl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tebL9Rx0Hl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebL9Rx0Hl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tebL9Rx0Hl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tebL9Rx0Hl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tebL9Rx0Hl .navbar {
    height: 70px;
  }
  .cid-tebL9Rx0Hl .navbar.opened {
    height: auto;
  }
  .cid-tebL9Rx0Hl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tebWFWWF7Z {
  z-index: 1000;
  width: 100%;
}
.cid-tebWFWWF7Z nav.navbar {
  position: fixed;
}
.cid-tebWFWWF7Z .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-tebWFWWF7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tebWFWWF7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tebWFWWF7Z .dropdown-item:hover,
.cid-tebWFWWF7Z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tebWFWWF7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tebWFWWF7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tebWFWWF7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tebWFWWF7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tebWFWWF7Z .nav-link {
  position: relative;
}
.cid-tebWFWWF7Z .container {
  display: flex;
  margin: auto;
}
.cid-tebWFWWF7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tebWFWWF7Z .dropdown-menu,
.cid-tebWFWWF7Z .navbar.opened {
  background: #232323 !important;
}
.cid-tebWFWWF7Z .nav-item:focus,
.cid-tebWFWWF7Z .nav-link:focus {
  outline: none;
}
.cid-tebWFWWF7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tebWFWWF7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tebWFWWF7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tebWFWWF7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tebWFWWF7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tebWFWWF7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tebWFWWF7Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tebWFWWF7Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tebWFWWF7Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tebWFWWF7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tebWFWWF7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tebWFWWF7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tebWFWWF7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tebWFWWF7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWFWWF7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tebWFWWF7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tebWFWWF7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tebWFWWF7Z .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-tebWFWWF7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tebWFWWF7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tebWFWWF7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tebWFWWF7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tebWFWWF7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tebWFWWF7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tebWFWWF7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tebWFWWF7Z .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-tebWFWWF7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tebWFWWF7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tebWFWWF7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tebWFWWF7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tebWFWWF7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tebWFWWF7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tebWFWWF7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tebWFWWF7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tebWFWWF7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tebWFWWF7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tebWFWWF7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tebWFWWF7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tebWFWWF7Z .dropdown-item.active,
.cid-tebWFWWF7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tebWFWWF7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tebWFWWF7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tebWFWWF7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tebWFWWF7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tebWFWWF7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tebWFWWF7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tebWFWWF7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tebWFWWF7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tebWFWWF7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tebWFWWF7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tebWFWWF7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tebWFWWF7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWFWWF7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tebWFWWF7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tebWFWWF7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWFWWF7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tebWFWWF7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tebWFWWF7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tebWFWWF7Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tebWFWWF7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tebWFWWF7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tebWFWWF7Z .navbar {
    height: 70px;
  }
  .cid-tebWFWWF7Z .navbar.opened {
    height: auto;
  }
  .cid-tebWFWWF7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebWFXO3hI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tebWFXO3hI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebWFXO3hI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tebWFXO3hI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tebWFXO3hI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tebWFXO3hI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tec0vGWXKz {
  z-index: 1000;
  width: 100%;
}
.cid-tec0vGWXKz nav.navbar {
  position: fixed;
}
.cid-tec0vGWXKz .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-tec0vGWXKz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tec0vGWXKz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tec0vGWXKz .dropdown-item:hover,
.cid-tec0vGWXKz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tec0vGWXKz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tec0vGWXKz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tec0vGWXKz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tec0vGWXKz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tec0vGWXKz .nav-link {
  position: relative;
}
.cid-tec0vGWXKz .container {
  display: flex;
  margin: auto;
}
.cid-tec0vGWXKz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tec0vGWXKz .dropdown-menu,
.cid-tec0vGWXKz .navbar.opened {
  background: #232323 !important;
}
.cid-tec0vGWXKz .nav-item:focus,
.cid-tec0vGWXKz .nav-link:focus {
  outline: none;
}
.cid-tec0vGWXKz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tec0vGWXKz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tec0vGWXKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tec0vGWXKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tec0vGWXKz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tec0vGWXKz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tec0vGWXKz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tec0vGWXKz .navbar.opened {
  transition: all 0.3s;
}
.cid-tec0vGWXKz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tec0vGWXKz .navbar .navbar-logo img {
  width: auto;
}
.cid-tec0vGWXKz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tec0vGWXKz .navbar.collapsed {
  justify-content: center;
}
.cid-tec0vGWXKz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tec0vGWXKz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tec0vGWXKz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tec0vGWXKz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tec0vGWXKz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tec0vGWXKz .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-tec0vGWXKz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tec0vGWXKz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tec0vGWXKz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tec0vGWXKz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tec0vGWXKz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tec0vGWXKz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tec0vGWXKz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tec0vGWXKz .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-tec0vGWXKz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tec0vGWXKz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tec0vGWXKz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tec0vGWXKz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tec0vGWXKz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tec0vGWXKz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tec0vGWXKz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tec0vGWXKz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tec0vGWXKz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tec0vGWXKz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tec0vGWXKz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tec0vGWXKz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tec0vGWXKz .dropdown-item.active,
.cid-tec0vGWXKz .dropdown-item:active {
  background-color: transparent;
}
.cid-tec0vGWXKz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tec0vGWXKz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tec0vGWXKz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tec0vGWXKz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tec0vGWXKz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tec0vGWXKz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tec0vGWXKz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tec0vGWXKz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tec0vGWXKz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tec0vGWXKz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tec0vGWXKz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tec0vGWXKz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tec0vGWXKz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tec0vGWXKz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tec0vGWXKz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tec0vGWXKz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tec0vGWXKz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tec0vGWXKz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tec0vGWXKz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tec0vGWXKz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tec0vGWXKz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tec0vGWXKz .navbar {
    height: 70px;
  }
  .cid-tec0vGWXKz .navbar.opened {
    height: auto;
  }
  .cid-tec0vGWXKz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tec0vIqeCy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tec0vIqeCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tec0vIqeCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tec0vIqeCy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tec0vIqeCy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tec0vIqeCy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tec0vJqh28 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tec0vJqh28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tec0vJqh28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tec0vJqh28 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tec0vJqh28 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tec0vJqh28 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tec0vJqh28 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tec0Edb7jJ {
  z-index: 1000;
  width: 100%;
}
.cid-tec0Edb7jJ nav.navbar {
  position: fixed;
}
.cid-tec0Edb7jJ .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-tec0Edb7jJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tec0Edb7jJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tec0Edb7jJ .dropdown-item:hover,
.cid-tec0Edb7jJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tec0Edb7jJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tec0Edb7jJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tec0Edb7jJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tec0Edb7jJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tec0Edb7jJ .nav-link {
  position: relative;
}
.cid-tec0Edb7jJ .container {
  display: flex;
  margin: auto;
}
.cid-tec0Edb7jJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tec0Edb7jJ .dropdown-menu,
.cid-tec0Edb7jJ .navbar.opened {
  background: #232323 !important;
}
.cid-tec0Edb7jJ .nav-item:focus,
.cid-tec0Edb7jJ .nav-link:focus {
  outline: none;
}
.cid-tec0Edb7jJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tec0Edb7jJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tec0Edb7jJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tec0Edb7jJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tec0Edb7jJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tec0Edb7jJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tec0Edb7jJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tec0Edb7jJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tec0Edb7jJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tec0Edb7jJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tec0Edb7jJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tec0Edb7jJ .navbar.collapsed {
  justify-content: center;
}
.cid-tec0Edb7jJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tec0Edb7jJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tec0Edb7jJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tec0Edb7jJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tec0Edb7jJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tec0Edb7jJ .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-tec0Edb7jJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tec0Edb7jJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tec0Edb7jJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tec0Edb7jJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tec0Edb7jJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tec0Edb7jJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tec0Edb7jJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tec0Edb7jJ .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-tec0Edb7jJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tec0Edb7jJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tec0Edb7jJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tec0Edb7jJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tec0Edb7jJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tec0Edb7jJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tec0Edb7jJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tec0Edb7jJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tec0Edb7jJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tec0Edb7jJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tec0Edb7jJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tec0Edb7jJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tec0Edb7jJ .dropdown-item.active,
.cid-tec0Edb7jJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tec0Edb7jJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tec0Edb7jJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tec0Edb7jJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tec0Edb7jJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tec0Edb7jJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tec0Edb7jJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tec0Edb7jJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tec0Edb7jJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tec0Edb7jJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tec0Edb7jJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tec0Edb7jJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tec0Edb7jJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tec0Edb7jJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tec0Edb7jJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tec0Edb7jJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tec0Edb7jJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tec0Edb7jJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tec0Edb7jJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tec0Edb7jJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tec0Edb7jJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tec0Edb7jJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tec0Edb7jJ .navbar {
    height: 70px;
  }
  .cid-tec0Edb7jJ .navbar.opened {
    height: auto;
  }
  .cid-tec0Edb7jJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tec0Ee124N {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tec0Ee124N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tec0Ee124N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tec0Ee124N .text-wrapper {
    padding: 2rem;
  }
}
.cid-tec0Ee124N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tec0Ee124N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tec0Ee124N .mbr-section-title {
  color: #4479d9;
}
.cid-tec0EeFQ2Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tec0EeFQ2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tec0EeFQ2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tec0EeFQ2Z .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tec0EeFQ2Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-tec0EeFQ2Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tec0EeFQ2Z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-te7lp4dXFF {
  z-index: 1000;
  width: 100%;
}
.cid-te7lp4dXFF nav.navbar {
  position: fixed;
}
.cid-te7lp4dXFF .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-te7lp4dXFF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te7lp4dXFF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-te7lp4dXFF .dropdown-item:hover,
.cid-te7lp4dXFF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-te7lp4dXFF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te7lp4dXFF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te7lp4dXFF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te7lp4dXFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te7lp4dXFF .nav-link {
  position: relative;
}
.cid-te7lp4dXFF .container {
  display: flex;
  margin: auto;
}
.cid-te7lp4dXFF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te7lp4dXFF .dropdown-menu,
.cid-te7lp4dXFF .navbar.opened {
  background: #232323 !important;
}
.cid-te7lp4dXFF .nav-item:focus,
.cid-te7lp4dXFF .nav-link:focus {
  outline: none;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te7lp4dXFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te7lp4dXFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te7lp4dXFF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-te7lp4dXFF .navbar.opened {
  transition: all 0.3s;
}
.cid-te7lp4dXFF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te7lp4dXFF .navbar .navbar-logo img {
  width: auto;
}
.cid-te7lp4dXFF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te7lp4dXFF .navbar.collapsed {
  justify-content: center;
}
.cid-te7lp4dXFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te7lp4dXFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te7lp4dXFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-te7lp4dXFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te7lp4dXFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te7lp4dXFF .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-te7lp4dXFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te7lp4dXFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te7lp4dXFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te7lp4dXFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te7lp4dXFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te7lp4dXFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te7lp4dXFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te7lp4dXFF .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-te7lp4dXFF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-te7lp4dXFF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te7lp4dXFF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te7lp4dXFF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te7lp4dXFF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te7lp4dXFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te7lp4dXFF .navbar.navbar-short {
  min-height: 60px;
}
.cid-te7lp4dXFF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-te7lp4dXFF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-te7lp4dXFF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te7lp4dXFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te7lp4dXFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te7lp4dXFF .dropdown-item.active,
.cid-te7lp4dXFF .dropdown-item:active {
  background-color: transparent;
}
.cid-te7lp4dXFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te7lp4dXFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te7lp4dXFF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te7lp4dXFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-te7lp4dXFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te7lp4dXFF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te7lp4dXFF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te7lp4dXFF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te7lp4dXFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7lp4dXFF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te7lp4dXFF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te7lp4dXFF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te7lp4dXFF .navbar {
    height: 70px;
  }
  .cid-te7lp4dXFF .navbar.opened {
    height: auto;
  }
  .cid-te7lp4dXFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tebLE0GRuR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tebLE0GRuR img,
.cid-tebLE0GRuR .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tebLE0GRuR .item:focus,
.cid-tebLE0GRuR span:focus {
  outline: none;
}
.cid-tebLE0GRuR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tebLE0GRuR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tebLE0GRuR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tebLE0GRuR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tebLE0GRuR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tebLE0GRuR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tebLE0GRuR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tebLE0GRuR .mbr-section-title {
  color: #232323;
}
.cid-tebLE0GRuR .mbr-text,
.cid-tebLE0GRuR .mbr-section-btn {
  text-align: center;
}
.cid-tebLE0GRuR .item-title {
  text-align: center;
}
.cid-tebLE0GRuR .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tecWbe9KNS {
  z-index: 1000;
  width: 100%;
}
.cid-tecWbe9KNS nav.navbar {
  position: fixed;
}
.cid-tecWbe9KNS .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-tecWbe9KNS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tecWbe9KNS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tecWbe9KNS .dropdown-item:hover,
.cid-tecWbe9KNS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tecWbe9KNS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tecWbe9KNS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tecWbe9KNS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tecWbe9KNS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tecWbe9KNS .nav-link {
  position: relative;
}
.cid-tecWbe9KNS .container {
  display: flex;
  margin: auto;
}
.cid-tecWbe9KNS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tecWbe9KNS .dropdown-menu,
.cid-tecWbe9KNS .navbar.opened {
  background: #232323 !important;
}
.cid-tecWbe9KNS .nav-item:focus,
.cid-tecWbe9KNS .nav-link:focus {
  outline: none;
}
.cid-tecWbe9KNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tecWbe9KNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tecWbe9KNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tecWbe9KNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tecWbe9KNS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tecWbe9KNS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tecWbe9KNS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tecWbe9KNS .navbar.opened {
  transition: all 0.3s;
}
.cid-tecWbe9KNS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tecWbe9KNS .navbar .navbar-logo img {
  width: auto;
}
.cid-tecWbe9KNS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tecWbe9KNS .navbar.collapsed {
  justify-content: center;
}
.cid-tecWbe9KNS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tecWbe9KNS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tecWbe9KNS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tecWbe9KNS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tecWbe9KNS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tecWbe9KNS .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-tecWbe9KNS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tecWbe9KNS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tecWbe9KNS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tecWbe9KNS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tecWbe9KNS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tecWbe9KNS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tecWbe9KNS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tecWbe9KNS .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-tecWbe9KNS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tecWbe9KNS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tecWbe9KNS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tecWbe9KNS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tecWbe9KNS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tecWbe9KNS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tecWbe9KNS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tecWbe9KNS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tecWbe9KNS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tecWbe9KNS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tecWbe9KNS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tecWbe9KNS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tecWbe9KNS .dropdown-item.active,
.cid-tecWbe9KNS .dropdown-item:active {
  background-color: transparent;
}
.cid-tecWbe9KNS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tecWbe9KNS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tecWbe9KNS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tecWbe9KNS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tecWbe9KNS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tecWbe9KNS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tecWbe9KNS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tecWbe9KNS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tecWbe9KNS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tecWbe9KNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tecWbe9KNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tecWbe9KNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tecWbe9KNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tecWbe9KNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tecWbe9KNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tecWbe9KNS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tecWbe9KNS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tecWbe9KNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tecWbe9KNS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tecWbe9KNS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tecWbe9KNS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tecWbe9KNS .navbar {
    height: 70px;
  }
  .cid-tecWbe9KNS .navbar.opened {
    height: auto;
  }
  .cid-tecWbe9KNS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-XX3sOWvHzs {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #bbbbbb, #232323);
}
.cid-XX3sOWvHzs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-XX3sOWvHzs p {
  color: #767676;
  text-align: left;
}
.cid-XX3sOWvHzs .card-box {
  padding-top: 2rem;
}
.cid-XX3sOWvHzs .card-wrapper {
  height: 100%;
}
.cid-XX3sOWvHzs .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-XX3sOWvHzs .container3 figure {
  background-image: url("../../../assets/images/20210704-121506.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-XX3sOWvHzs .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-XX3sOWvHzs .container4 figure {
  background-image: url("../../../assets/images/bef.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-XX3sOWvHzs .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-XX3sOWvHzs .container5 figure {
  background-image: url("https://www.unsitepourtous.be/mobi/lionaf.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-XX3sOWvHzs #compare3 {
  background-image: url("../../../assets/images/20210704-121506.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-XX3sOWvHzs #compare4 {
  background-image: url("../../../assets/images/bef2.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-XX3sOWvHzs #compare5 {
  background-image: url("https://www.unsitepourtous.be/mobi/lionbe.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-XX3sOWvHzs input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-XX3sOWvHzs input#slider3::-moz-range-track {
  background: transparent;
}
.cid-XX3sOWvHzs input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-XX3sOWvHzs input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-XX3sOWvHzs input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider::-ms-tooltip {
  display: none;
}
.cid-XX3sOWvHzs #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-XX3sOWvHzs input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-XX3sOWvHzs input#slider4::-moz-range-track {
  background: transparent;
}
.cid-XX3sOWvHzs input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-XX3sOWvHzs input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-XX3sOWvHzs input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider4::-ms-tooltip {
  display: none;
}
.cid-XX3sOWvHzs #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-XX3sOWvHzs input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-XX3sOWvHzs input#slider5::-moz-range-track {
  background: transparent;
}
.cid-XX3sOWvHzs input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-XX3sOWvHzs input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-XX3sOWvHzs input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-XX3sOWvHzs input#slider5::-ms-tooltip {
  display: none;
}
.cid-XX3sOWvHzs #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-XX3sOWvHzs .card-title {
  color: #ffffff;
}
.cid-XX3sOWvHzs P {
  color: #ffffff;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tix9KfSdkH {
  z-index: 1000;
  width: 100%;
}
.cid-tix9KfSdkH nav.navbar {
  position: fixed;
}
.cid-tix9KfSdkH .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-tix9KfSdkH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tix9KfSdkH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tix9KfSdkH .dropdown-item:hover,
.cid-tix9KfSdkH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tix9KfSdkH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tix9KfSdkH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tix9KfSdkH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tix9KfSdkH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tix9KfSdkH .nav-link {
  position: relative;
}
.cid-tix9KfSdkH .container {
  display: flex;
  margin: auto;
}
.cid-tix9KfSdkH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tix9KfSdkH .dropdown-menu,
.cid-tix9KfSdkH .navbar.opened {
  background: #232323 !important;
}
.cid-tix9KfSdkH .nav-item:focus,
.cid-tix9KfSdkH .nav-link:focus {
  outline: none;
}
.cid-tix9KfSdkH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tix9KfSdkH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tix9KfSdkH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tix9KfSdkH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tix9KfSdkH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tix9KfSdkH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tix9KfSdkH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tix9KfSdkH .navbar.opened {
  transition: all 0.3s;
}
.cid-tix9KfSdkH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tix9KfSdkH .navbar .navbar-logo img {
  width: auto;
}
.cid-tix9KfSdkH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tix9KfSdkH .navbar.collapsed {
  justify-content: center;
}
.cid-tix9KfSdkH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tix9KfSdkH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tix9KfSdkH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tix9KfSdkH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tix9KfSdkH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tix9KfSdkH .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-tix9KfSdkH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tix9KfSdkH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tix9KfSdkH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tix9KfSdkH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tix9KfSdkH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tix9KfSdkH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tix9KfSdkH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tix9KfSdkH .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-tix9KfSdkH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tix9KfSdkH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tix9KfSdkH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tix9KfSdkH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tix9KfSdkH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tix9KfSdkH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tix9KfSdkH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tix9KfSdkH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tix9KfSdkH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tix9KfSdkH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tix9KfSdkH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tix9KfSdkH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tix9KfSdkH .dropdown-item.active,
.cid-tix9KfSdkH .dropdown-item:active {
  background-color: transparent;
}
.cid-tix9KfSdkH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tix9KfSdkH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tix9KfSdkH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tix9KfSdkH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tix9KfSdkH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tix9KfSdkH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tix9KfSdkH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tix9KfSdkH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tix9KfSdkH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tix9KfSdkH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tix9KfSdkH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tix9KfSdkH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tix9KfSdkH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tix9KfSdkH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tix9KfSdkH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tix9KfSdkH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tix9KfSdkH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tix9KfSdkH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tix9KfSdkH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tix9KfSdkH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tix9KfSdkH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tix9KfSdkH .navbar {
    height: 70px;
  }
  .cid-tix9KfSdkH .navbar.opened {
    height: auto;
  }
  .cid-tix9KfSdkH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJk24loTFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-tJk24loTFP .container-fluid {
    padding-left: 0;
  }
}
.cid-tJk24loTFP .mbr-text,
.cid-tJk24loTFP .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tJk24loTFP .mbr-text,
  .cid-tJk24loTFP .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tJk24loTFP .mbr-text,
  .cid-tJk24loTFP .mbr-section-title {
    text-align: center;
  }
}
.cid-tJk24loTFP a.btn {
  height: 100%;
  margin: 0;
}
.cid-tJk24loTFP .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tJk24loTFP .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJk24loTFP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJk24loTFP .justify-content-center {
  align-items: center;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tx4WX2JDF7 {
  z-index: 1000;
  width: 100%;
}
.cid-tx4WX2JDF7 nav.navbar {
  position: fixed;
}
.cid-tx4WX2JDF7 .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-tx4WX2JDF7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tx4WX2JDF7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tx4WX2JDF7 .dropdown-item:hover,
.cid-tx4WX2JDF7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tx4WX2JDF7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tx4WX2JDF7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tx4WX2JDF7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tx4WX2JDF7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx4WX2JDF7 .nav-link {
  position: relative;
}
.cid-tx4WX2JDF7 .container {
  display: flex;
  margin: auto;
}
.cid-tx4WX2JDF7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tx4WX2JDF7 .dropdown-menu,
.cid-tx4WX2JDF7 .navbar.opened {
  background: #232323 !important;
}
.cid-tx4WX2JDF7 .nav-item:focus,
.cid-tx4WX2JDF7 .nav-link:focus {
  outline: none;
}
.cid-tx4WX2JDF7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx4WX2JDF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx4WX2JDF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx4WX2JDF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx4WX2JDF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx4WX2JDF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx4WX2JDF7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tx4WX2JDF7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tx4WX2JDF7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx4WX2JDF7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tx4WX2JDF7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx4WX2JDF7 .navbar.collapsed {
  justify-content: center;
}
.cid-tx4WX2JDF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx4WX2JDF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx4WX2JDF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tx4WX2JDF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx4WX2JDF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx4WX2JDF7 .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-tx4WX2JDF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx4WX2JDF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx4WX2JDF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx4WX2JDF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx4WX2JDF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx4WX2JDF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx4WX2JDF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx4WX2JDF7 .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-tx4WX2JDF7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx4WX2JDF7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx4WX2JDF7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx4WX2JDF7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx4WX2JDF7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx4WX2JDF7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx4WX2JDF7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx4WX2JDF7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx4WX2JDF7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx4WX2JDF7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx4WX2JDF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx4WX2JDF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx4WX2JDF7 .dropdown-item.active,
.cid-tx4WX2JDF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tx4WX2JDF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx4WX2JDF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx4WX2JDF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx4WX2JDF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tx4WX2JDF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx4WX2JDF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx4WX2JDF7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx4WX2JDF7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx4WX2JDF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx4WX2JDF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tx4WX2JDF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx4WX2JDF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx4WX2JDF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx4WX2JDF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx4WX2JDF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx4WX2JDF7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx4WX2JDF7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx4WX2JDF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx4WX2JDF7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tx4WX2JDF7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx4WX2JDF7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx4WX2JDF7 .navbar {
    height: 70px;
  }
  .cid-tx4WX2JDF7 .navbar.opened {
    height: auto;
  }
  .cid-tx4WX2JDF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx4WWQSgcF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tx4WWQSgcF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tx4WWQSgcF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tx4WWQSgcF .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tx4WWQSgcF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tx4WWQSgcF .mbr-text,
.cid-tx4WWQSgcF .mbr-section-btn {
  color: #fafafa;
}
.cid-tx4WWQSgcF .mbr-section-title {
  color: #4479d9;
}
.cid-tOq7jJafiC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tOq7jJafiC img,
.cid-tOq7jJafiC .item-img {
  width: 100%;
}
.cid-tOq7jJafiC .item:focus,
.cid-tOq7jJafiC span:focus {
  outline: none;
}
.cid-tOq7jJafiC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOq7jJafiC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOq7jJafiC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tOq7jJafiC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOq7jJafiC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tOq7jJafiC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tOq7jJafiC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOq7jJafiC .mbr-section-title {
  color: #000000;
}
.cid-tOq7jJafiC .mbr-text,
.cid-tOq7jJafiC .mbr-section-btn {
  text-align: left;
}
.cid-tOq7jJafiC .item-title {
  text-align: left;
}
.cid-tOq7jJafiC .item-subtitle {
  text-align: left;
}
.cid-tx4WWZdc2g {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tx4WWZdc2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx4WWZdc2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx4WWZdc2g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tx4WWZdc2g .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tx4WWZdc2g .embla__button--next,
.cid-tx4WWZdc2g .embla__button--prev {
  display: flex;
}
.cid-tx4WWZdc2g .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tx4WWZdc2g .embla__button {
    display: none;
  }
}
.cid-tx4WWZdc2g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tx4WWZdc2g .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tx4WWZdc2g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tx4WWZdc2g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tx4WWZdc2g .embla__button {
    top: auto;
  }
}
.cid-tx4WWZdc2g .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tx4WWZdc2g .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tx4WWZdc2g .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tx4WWZdc2g .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tx4WWZdc2g .embla {
  position: relative;
  width: 100%;
}
.cid-tx4WWZdc2g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tx4WWZdc2g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tx4WWZdc2g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tx4WWZdc2g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOq8OaRsQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOq8OaRsQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOq8OaRsQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOq8OaRsQh [class^="socicon-"]:before,
.cid-tOq8OaRsQh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tOq8OaRsQh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-tOq8OaRsQh .btn-social:hover {
  background: #6592e6;
}
.cid-tOq8OaRsQh .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-te7m97n8cs {
  z-index: 1000;
  width: 100%;
}
.cid-te7m97n8cs nav.navbar {
  position: fixed;
}
.cid-te7m97n8cs .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-te7m97n8cs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te7m97n8cs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-te7m97n8cs .dropdown-item:hover,
.cid-te7m97n8cs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-te7m97n8cs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te7m97n8cs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te7m97n8cs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te7m97n8cs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te7m97n8cs .nav-link {
  position: relative;
}
.cid-te7m97n8cs .container {
  display: flex;
  margin: auto;
}
.cid-te7m97n8cs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te7m97n8cs .dropdown-menu,
.cid-te7m97n8cs .navbar.opened {
  background: #232323 !important;
}
.cid-te7m97n8cs .nav-item:focus,
.cid-te7m97n8cs .nav-link:focus {
  outline: none;
}
.cid-te7m97n8cs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te7m97n8cs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te7m97n8cs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te7m97n8cs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te7m97n8cs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te7m97n8cs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te7m97n8cs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-te7m97n8cs .navbar.opened {
  transition: all 0.3s;
}
.cid-te7m97n8cs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te7m97n8cs .navbar .navbar-logo img {
  width: auto;
}
.cid-te7m97n8cs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te7m97n8cs .navbar.collapsed {
  justify-content: center;
}
.cid-te7m97n8cs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te7m97n8cs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te7m97n8cs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-te7m97n8cs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te7m97n8cs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te7m97n8cs .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-te7m97n8cs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te7m97n8cs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te7m97n8cs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te7m97n8cs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te7m97n8cs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te7m97n8cs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te7m97n8cs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te7m97n8cs .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-te7m97n8cs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-te7m97n8cs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te7m97n8cs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te7m97n8cs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te7m97n8cs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te7m97n8cs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te7m97n8cs .navbar.navbar-short {
  min-height: 60px;
}
.cid-te7m97n8cs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-te7m97n8cs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-te7m97n8cs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te7m97n8cs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te7m97n8cs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te7m97n8cs .dropdown-item.active,
.cid-te7m97n8cs .dropdown-item:active {
  background-color: transparent;
}
.cid-te7m97n8cs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te7m97n8cs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te7m97n8cs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te7m97n8cs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-te7m97n8cs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te7m97n8cs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te7m97n8cs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te7m97n8cs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te7m97n8cs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te7m97n8cs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-te7m97n8cs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te7m97n8cs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7m97n8cs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7m97n8cs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te7m97n8cs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7m97n8cs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te7m97n8cs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te7m97n8cs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7m97n8cs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te7m97n8cs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te7m97n8cs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te7m97n8cs .navbar {
    height: 70px;
  }
  .cid-te7m97n8cs .navbar.opened {
    height: auto;
  }
  .cid-te7m97n8cs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te7m98lWD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-te7m98lWD8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-te7m98lWD8 form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-te7m98lWD8 form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-tJkbWiEQN6 {
  z-index: 1000;
  width: 100%;
}
.cid-tJkbWiEQN6 nav.navbar {
  position: fixed;
}
.cid-tJkbWiEQN6 .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-tJkbWiEQN6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJkbWiEQN6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJkbWiEQN6 .dropdown-item:hover,
.cid-tJkbWiEQN6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJkbWiEQN6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJkbWiEQN6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJkbWiEQN6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJkbWiEQN6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJkbWiEQN6 .nav-link {
  position: relative;
}
.cid-tJkbWiEQN6 .container {
  display: flex;
  margin: auto;
}
.cid-tJkbWiEQN6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJkbWiEQN6 .dropdown-menu,
.cid-tJkbWiEQN6 .navbar.opened {
  background: #232323 !important;
}
.cid-tJkbWiEQN6 .nav-item:focus,
.cid-tJkbWiEQN6 .nav-link:focus {
  outline: none;
}
.cid-tJkbWiEQN6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJkbWiEQN6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJkbWiEQN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJkbWiEQN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJkbWiEQN6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJkbWiEQN6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJkbWiEQN6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-tJkbWiEQN6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tJkbWiEQN6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJkbWiEQN6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tJkbWiEQN6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJkbWiEQN6 .navbar.collapsed {
  justify-content: center;
}
.cid-tJkbWiEQN6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJkbWiEQN6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJkbWiEQN6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJkbWiEQN6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJkbWiEQN6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJkbWiEQN6 .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-tJkbWiEQN6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJkbWiEQN6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJkbWiEQN6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJkbWiEQN6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJkbWiEQN6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJkbWiEQN6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJkbWiEQN6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJkbWiEQN6 .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-tJkbWiEQN6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJkbWiEQN6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJkbWiEQN6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJkbWiEQN6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJkbWiEQN6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJkbWiEQN6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJkbWiEQN6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJkbWiEQN6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJkbWiEQN6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJkbWiEQN6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJkbWiEQN6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJkbWiEQN6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJkbWiEQN6 .dropdown-item.active,
.cid-tJkbWiEQN6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJkbWiEQN6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJkbWiEQN6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJkbWiEQN6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJkbWiEQN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tJkbWiEQN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJkbWiEQN6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJkbWiEQN6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJkbWiEQN6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJkbWiEQN6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJkbWiEQN6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tJkbWiEQN6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJkbWiEQN6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJkbWiEQN6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJkbWiEQN6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJkbWiEQN6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJkbWiEQN6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJkbWiEQN6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJkbWiEQN6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJkbWiEQN6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJkbWiEQN6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJkbWiEQN6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJkbWiEQN6 .navbar {
    height: 70px;
  }
  .cid-tJkbWiEQN6 .navbar.opened {
    height: auto;
  }
  .cid-tJkbWiEQN6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJkckI4a3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJkckI4a3i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJkckI4a3i form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tJkckI4a3i form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJkckI4a3i form.mbr-form {
    padding: 1rem;
  }
}
.cid-tJkckI4a3i form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tJkckI4a3i form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tJkbWkm3nN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJkbWkm3nN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJkbWkm3nN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJkbWkm3nN .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJkbWkm3nN .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJkbWkm3nN .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJkbWkm3nN .row .foot-menu li p {
  margin: 0;
}
.cid-tJkbWkm3nN .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJkbWkm3nN .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJkbWkm3nN .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJkbWkm3nN .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJkbWkm3nN .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJkbWkm3nN .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJkbWkm3nN .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJkbWkm3nN .row .row-copirayt p {
  width: 100%;
}
.cid-tJkbWkm3nN foot-menu-item {
  color: #4479d9;
}
.cid-tJkbWkm3nN foot-menu-item B {
  color: #4479d9;
}
.cid-te7lp4dXFF {
  z-index: 1000;
  width: 100%;
}
.cid-te7lp4dXFF nav.navbar {
  position: fixed;
}
.cid-te7lp4dXFF .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-te7lp4dXFF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te7lp4dXFF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-te7lp4dXFF .dropdown-item:hover,
.cid-te7lp4dXFF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-te7lp4dXFF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te7lp4dXFF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te7lp4dXFF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te7lp4dXFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te7lp4dXFF .nav-link {
  position: relative;
}
.cid-te7lp4dXFF .container {
  display: flex;
  margin: auto;
}
.cid-te7lp4dXFF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te7lp4dXFF .dropdown-menu,
.cid-te7lp4dXFF .navbar.opened {
  background: #232323 !important;
}
.cid-te7lp4dXFF .nav-item:focus,
.cid-te7lp4dXFF .nav-link:focus {
  outline: none;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te7lp4dXFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te7lp4dXFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te7lp4dXFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te7lp4dXFF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-te7lp4dXFF .navbar.opened {
  transition: all 0.3s;
}
.cid-te7lp4dXFF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te7lp4dXFF .navbar .navbar-logo img {
  width: auto;
}
.cid-te7lp4dXFF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te7lp4dXFF .navbar.collapsed {
  justify-content: center;
}
.cid-te7lp4dXFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te7lp4dXFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te7lp4dXFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-te7lp4dXFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te7lp4dXFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te7lp4dXFF .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-te7lp4dXFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te7lp4dXFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te7lp4dXFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te7lp4dXFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te7lp4dXFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te7lp4dXFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te7lp4dXFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te7lp4dXFF .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-te7lp4dXFF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-te7lp4dXFF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te7lp4dXFF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te7lp4dXFF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te7lp4dXFF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te7lp4dXFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te7lp4dXFF .navbar.navbar-short {
  min-height: 60px;
}
.cid-te7lp4dXFF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-te7lp4dXFF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-te7lp4dXFF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te7lp4dXFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te7lp4dXFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te7lp4dXFF .dropdown-item.active,
.cid-te7lp4dXFF .dropdown-item:active {
  background-color: transparent;
}
.cid-te7lp4dXFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te7lp4dXFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te7lp4dXFF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te7lp4dXFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-te7lp4dXFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te7lp4dXFF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te7lp4dXFF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te7lp4dXFF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te7lp4dXFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te7lp4dXFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te7lp4dXFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te7lp4dXFF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-te7lp4dXFF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te7lp4dXFF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te7lp4dXFF .navbar {
    height: 70px;
  }
  .cid-te7lp4dXFF .navbar.opened {
    height: auto;
  }
  .cid-te7lp4dXFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-6ikLbP8cy6 {
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-6ikLbP8cy6 H2 {
  letter-spacing: 16px;
  text-align: center;
}
.cid-6ikLbP8cy6 H3 {
  letter-spacing: 11px;
  text-align: center;
  color: #ed5e30;
}
.cid-tOq68h1L5u {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tOq68h1L5u .carousel {
  width: 100%;
}
.cid-tOq68h1L5u .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tOq68h1L5u .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tOq68h1L5u .carousel-caption {
  bottom: 40px;
}
.cid-tOq68h1L5u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tOq68h1L5u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tOq68h1L5u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tOq68h1L5u .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tOq68h1L5u .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tOq68h1L5u .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tOq68h1L5u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tOq68h1L5u .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOq68h1L5u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOq68h1L5u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOq68h1L5u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOq68h1L5u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tOq68h1L5u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOq68h1L5u .carousel-indicators li.active,
.cid-tOq68h1L5u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOq68h1L5u .carousel-indicators li::after,
.cid-tOq68h1L5u .carousel-indicators li::before {
  content: none;
}
.cid-tOq68h1L5u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOq68h1L5u .carousel-indicators {
    display: none !important;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-tzaRaBAnC0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tzaRaBAnC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzaRaBAnC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzaRaBAnC0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tzaRaBAnC0 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sFAyHxWQ1N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/moto-e-scooter-125-in-autostrada-550x310-tcm1744-556827.jpg");
}
.cid-sFAyHxWQ1N .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sFAyHxWQ1N .item .icon-wrap {
  text-align: center;
}
.cid-sFAyHxWQ1N .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sFAyHxWQ1N .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sFAyHxWQ1N .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sFAyHxWQ1N .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sFAyHxWQ1N .item:before {
    display: none;
  }
  .cid-sFAyHxWQ1N .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFAyHxWQ1N .card-title,
.cid-sFAyHxWQ1N .card-box {
  color: #47b5ed;
}
.cid-sFAyHxWQ1N .icon-title,
.cid-sFAyHxWQ1N .item .icon-wrap {
  color: #4479d9;
}
.cid-Jdm4yTd0KU {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #bbbbbb, #232323);
}
.cid-Jdm4yTd0KU .mbr-section-subtitle {
  color: #767676;
}
.cid-Jdm4yTd0KU .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 772px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-Jdm4yTd0KU .container11 figure {
  background-image: url("../../../assets/images/bef2.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-Jdm4yTd0KU #compare11 {
  background-image: url("../../../assets/images/bef.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-Jdm4yTd0KU input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-Jdm4yTd0KU input#slider11::-moz-range-track {
  background: transparent;
}
.cid-Jdm4yTd0KU input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-Jdm4yTd0KU input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-Jdm4yTd0KU input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-Jdm4yTd0KU input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-Jdm4yTd0KU input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-Jdm4yTd0KU input#slider::-ms-tooltip {
  display: none;
}
.cid-Jdm4yTd0KU #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-Jdm4yTd0KU H2 {
  color: #bbbbbb;
}
.cid-sFzErVWEaH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-sFzErVWEaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFzErVWEaH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFzErVWEaH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFzErVWEaH .social-row {
  text-align: center;
}
.cid-sFzErVWEaH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFzErVWEaH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFzErVWEaH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFzErVWEaH .mbr-section-title {
  color: #000000;
}
.cid-sFzErVWEaH .mbr-section-title1 {
  color: #000000;
}
.cid-sFzIdnt1ra {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sFzDdjoEIw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #bbbbbb;
}
.cid-sFzDdjoEIw .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sFzDdjoEIw .plan-body {
  padding-bottom: 2rem;
}
.cid-sFzDdjoEIw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFzDdjoEIw .price {
  color: #4479d9;
}
.cid-sFzDdjoEIw .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sFzDdjoEIw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sFzDdjoEIw .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sFzDdjoEIw .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sFzDdjoEIw .plan {
    margin-bottom: 2rem;
  }
}
.cid-93TNcch0fP .divider-top {
  position: relative;
  padding: 2.5em;
  background: #fafafa;
}
.cid-93TNcch0fP .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #879a9f;
}
.cid-93TNcch0fP .divider-top::before,
.cid-93TNcch0fP .divider-bottom::before,
.cid-93TNcch0fP .divider-top::after,
.cid-93TNcch0fP .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-93TNcch0fP .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-93TNcch0fP .divider-triangles::before {
  top: -50px;
}
.cid-93TNcch0fP .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-93TNcch0fP .divider-halfcircle::before {
  top: -50px;
}
.cid-93TNcch0fP .divider-multitriangles::before,
.cid-93TNcch0fP .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-93TNcch0fP .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #fafafa, 50px -50px 0 #fafafa;
}
.cid-sFzDs3t9EG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #4479d9;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sFAxp7Y5iM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFAxp7Y5iM .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFAxp7Y5iM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map [data-state-details] {
  color: #6b6763;
  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-sFAxp7Y5iM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAxp7Y5iM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tJjrmFjXmB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJjrmFjXmB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJjrmFjXmB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJjrmFjXmB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJjrmFjXmB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJjrmFjXmB .row .foot-menu li p {
  margin: 0;
}
.cid-tJjrmFjXmB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJjrmFjXmB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJjrmFjXmB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJjrmFjXmB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJjrmFjXmB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJjrmFjXmB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJjrmFjXmB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJjrmFjXmB .row .row-copirayt p {
  width: 100%;
}
.cid-tJjrmFjXmB foot-menu-item {
  color: #4479d9;
}
.cid-tJjrmFjXmB foot-menu-item B {
  color: #4479d9;
}
.cid-uX9u5FCVXf {
  z-index: 1000;
  width: 100%;
}
.cid-uX9u5FCVXf nav.navbar {
  position: fixed;
}
.cid-uX9u5FCVXf .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-uX9u5FCVXf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX9u5FCVXf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX9u5FCVXf .dropdown-item:hover,
.cid-uX9u5FCVXf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uX9u5FCVXf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX9u5FCVXf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX9u5FCVXf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX9u5FCVXf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX9u5FCVXf .nav-link {
  position: relative;
}
.cid-uX9u5FCVXf .container {
  display: flex;
  margin: auto;
}
.cid-uX9u5FCVXf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX9u5FCVXf .dropdown-menu,
.cid-uX9u5FCVXf .navbar.opened {
  background: #232323 !important;
}
.cid-uX9u5FCVXf .nav-item:focus,
.cid-uX9u5FCVXf .nav-link:focus {
  outline: none;
}
.cid-uX9u5FCVXf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX9u5FCVXf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX9u5FCVXf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX9u5FCVXf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX9u5FCVXf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX9u5FCVXf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX9u5FCVXf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-uX9u5FCVXf .navbar.opened {
  transition: all 0.3s;
}
.cid-uX9u5FCVXf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX9u5FCVXf .navbar .navbar-logo img {
  width: auto;
}
.cid-uX9u5FCVXf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX9u5FCVXf .navbar.collapsed {
  justify-content: center;
}
.cid-uX9u5FCVXf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX9u5FCVXf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX9u5FCVXf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uX9u5FCVXf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX9u5FCVXf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX9u5FCVXf .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-uX9u5FCVXf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX9u5FCVXf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX9u5FCVXf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX9u5FCVXf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX9u5FCVXf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX9u5FCVXf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX9u5FCVXf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX9u5FCVXf .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-uX9u5FCVXf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX9u5FCVXf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX9u5FCVXf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX9u5FCVXf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX9u5FCVXf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX9u5FCVXf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX9u5FCVXf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX9u5FCVXf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX9u5FCVXf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX9u5FCVXf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX9u5FCVXf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX9u5FCVXf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX9u5FCVXf .dropdown-item.active,
.cid-uX9u5FCVXf .dropdown-item:active {
  background-color: transparent;
}
.cid-uX9u5FCVXf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX9u5FCVXf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX9u5FCVXf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX9u5FCVXf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uX9u5FCVXf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX9u5FCVXf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX9u5FCVXf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX9u5FCVXf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX9u5FCVXf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX9u5FCVXf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-uX9u5FCVXf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX9u5FCVXf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX9u5FCVXf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX9u5FCVXf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX9u5FCVXf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX9u5FCVXf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX9u5FCVXf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX9u5FCVXf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX9u5FCVXf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX9u5FCVXf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX9u5FCVXf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX9u5FCVXf .navbar {
    height: 70px;
  }
  .cid-uX9u5FCVXf .navbar.opened {
    height: auto;
  }
  .cid-uX9u5FCVXf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX9u5FSNOA {
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uX9u5FSNOA H2 {
  letter-spacing: 16px;
  text-align: center;
}
.cid-uX9u5FSNOA H3 {
  letter-spacing: 11px;
  text-align: center;
  color: #ed5e30;
}
.cid-uX9u5Gl8pu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX9u5Gl8pu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX9u5Gl8pu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uX9u5Gl8pu .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uX9u5Gl8pu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX9u5Gl8pu .mbr-text,
.cid-uX9u5Gl8pu .mbr-section-btn {
  color: #353535;
}
.cid-uX9u5G5wvK {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uX9u5G5wvK .carousel {
  width: 100%;
}
.cid-uX9u5G5wvK .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uX9u5G5wvK .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uX9u5G5wvK .carousel-caption {
  bottom: 40px;
}
.cid-uX9u5G5wvK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uX9u5G5wvK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uX9u5G5wvK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uX9u5G5wvK .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uX9u5G5wvK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uX9u5G5wvK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uX9u5G5wvK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uX9u5G5wvK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX9u5G5wvK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX9u5G5wvK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uX9u5G5wvK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX9u5G5wvK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uX9u5G5wvK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX9u5G5wvK .carousel-indicators li.active,
.cid-uX9u5G5wvK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX9u5G5wvK .carousel-indicators li::after,
.cid-uX9u5G5wvK .carousel-indicators li::before {
  content: none;
}
.cid-uX9u5G5wvK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX9u5G5wvK .carousel-indicators {
    display: none !important;
  }
}
.cid-uX9zVArhwE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uX9zVArhwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9zVArhwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9zVArhwE .video-wrapper iframe {
  width: 100%;
}
.cid-uX9zVArhwE .mbr-section-title,
.cid-uX9zVArhwE .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uX9zVArhwE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uX9zVArhwE .mbr-section-title {
  color: #9fdbf8;
}
.cid-uX9zVArhwE .mbr-section-subtitle {
  color: #ed5e30;
}
.cid-uX9zVArhwE .mbr-text {
  color: #ffffff;
}
.cid-uX9u5Gz3zI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uX9u5Gz3zI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9u5Gz3zI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9u5Gz3zI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uX9u5Gz3zI .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uX9u5I1XdR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uX9u5IyeM9 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #fafafa;
}
.cid-uX9u5IyeM9 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #879a9f;
}
.cid-uX9u5IyeM9 .divider-top::before,
.cid-uX9u5IyeM9 .divider-bottom::before,
.cid-uX9u5IyeM9 .divider-top::after,
.cid-uX9u5IyeM9 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-uX9u5IyeM9 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-uX9u5IyeM9 .divider-triangles::before {
  top: -50px;
}
.cid-uX9u5IyeM9 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-uX9u5IyeM9 .divider-halfcircle::before {
  top: -50px;
}
.cid-uX9u5IyeM9 .divider-multitriangles::before,
.cid-uX9u5IyeM9 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-uX9u5IyeM9 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #fafafa, 50px -50px 0 #fafafa;
}
.cid-uX9u5IKKqZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uX9u5IKKqZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uX9u5IKKqZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uX9u5IKKqZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uX9u5IKKqZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uX9u5IKKqZ .mbr-section-title {
  color: #4479d9;
}
.cid-uX9u5IKKqZ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uX9u5IYc23 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uX9u5IYc23 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uX9u5IYc23 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uX9u5IYc23 .google-map [data-state-details] {
  color: #6b6763;
  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-uX9u5IYc23 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uX9u5IYc23 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uX9u5JOdgy {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uX9u5JOdgy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX9u5JOdgy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uX9u5JOdgy .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uX9u5JOdgy .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uX9u5JOdgy .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uX9u5JOdgy .row .foot-menu li p {
  margin: 0;
}
.cid-uX9u5JOdgy .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uX9u5JOdgy .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uX9u5JOdgy .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uX9u5JOdgy .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uX9u5JOdgy .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX9u5JOdgy .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uX9u5JOdgy .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uX9u5JOdgy .row .row-copirayt p {
  width: 100%;
}
.cid-uX9u5JOdgy foot-menu-item {
  color: #4479d9;
}
.cid-uX9u5JOdgy foot-menu-item B {
  color: #4479d9;
}
.cid-uX9DuE1vs0 {
  z-index: 1000;
  width: 100%;
}
.cid-uX9DuE1vs0 nav.navbar {
  position: fixed;
}
.cid-uX9DuE1vs0 .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-uX9DuE1vs0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX9DuE1vs0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX9DuE1vs0 .dropdown-item:hover,
.cid-uX9DuE1vs0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uX9DuE1vs0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX9DuE1vs0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX9DuE1vs0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX9DuE1vs0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX9DuE1vs0 .nav-link {
  position: relative;
}
.cid-uX9DuE1vs0 .container {
  display: flex;
  margin: auto;
}
.cid-uX9DuE1vs0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX9DuE1vs0 .dropdown-menu,
.cid-uX9DuE1vs0 .navbar.opened {
  background: #232323 !important;
}
.cid-uX9DuE1vs0 .nav-item:focus,
.cid-uX9DuE1vs0 .nav-link:focus {
  outline: none;
}
.cid-uX9DuE1vs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX9DuE1vs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX9DuE1vs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX9DuE1vs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX9DuE1vs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX9DuE1vs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX9DuE1vs0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #232323;
}
.cid-uX9DuE1vs0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX9DuE1vs0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX9DuE1vs0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX9DuE1vs0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX9DuE1vs0 .navbar.collapsed {
  justify-content: center;
}
.cid-uX9DuE1vs0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX9DuE1vs0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX9DuE1vs0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uX9DuE1vs0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX9DuE1vs0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX9DuE1vs0 .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-uX9DuE1vs0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX9DuE1vs0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX9DuE1vs0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX9DuE1vs0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX9DuE1vs0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX9DuE1vs0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX9DuE1vs0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX9DuE1vs0 .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-uX9DuE1vs0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX9DuE1vs0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX9DuE1vs0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX9DuE1vs0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX9DuE1vs0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX9DuE1vs0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX9DuE1vs0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX9DuE1vs0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX9DuE1vs0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX9DuE1vs0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX9DuE1vs0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX9DuE1vs0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX9DuE1vs0 .dropdown-item.active,
.cid-uX9DuE1vs0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX9DuE1vs0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX9DuE1vs0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX9DuE1vs0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX9DuE1vs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uX9DuE1vs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX9DuE1vs0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX9DuE1vs0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX9DuE1vs0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX9DuE1vs0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX9DuE1vs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-uX9DuE1vs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX9DuE1vs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX9DuE1vs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX9DuE1vs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX9DuE1vs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX9DuE1vs0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX9DuE1vs0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX9DuE1vs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX9DuE1vs0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX9DuE1vs0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX9DuE1vs0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX9DuE1vs0 .navbar {
    height: 70px;
  }
  .cid-uX9DuE1vs0 .navbar.opened {
    height: auto;
  }
  .cid-uX9DuE1vs0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX9DuEk34T {
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uX9DuEk34T H2 {
  letter-spacing: 16px;
  text-align: center;
}
.cid-uX9DuEk34T H3 {
  letter-spacing: 11px;
  text-align: center;
  color: #ed5e30;
}
.cid-uX9DuECxWv {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uX9DuECxWv .carousel {
  width: 100%;
}
.cid-uX9DuECxWv .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uX9DuECxWv .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uX9DuECxWv .carousel-caption {
  bottom: 40px;
}
.cid-uX9DuECxWv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uX9DuECxWv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uX9DuECxWv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uX9DuECxWv .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uX9DuECxWv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uX9DuECxWv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uX9DuECxWv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uX9DuECxWv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX9DuECxWv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX9DuECxWv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uX9DuECxWv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX9DuECxWv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uX9DuECxWv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX9DuECxWv .carousel-indicators li.active,
.cid-uX9DuECxWv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX9DuECxWv .carousel-indicators li::after,
.cid-uX9DuECxWv .carousel-indicators li::before {
  content: none;
}
.cid-uX9DuECxWv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX9DuECxWv .carousel-indicators {
    display: none !important;
  }
}
.cid-uX9DuEUvyP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uX9DuEUvyP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX9DuEUvyP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uX9DuEUvyP .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uX9DuEUvyP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX9DuEUvyP .mbr-text,
.cid-uX9DuEUvyP .mbr-section-btn {
  color: #353535;
}
.cid-uX9DuF8TpZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uX9DuF8TpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9DuF8TpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9DuF8TpZ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uX9DuF8TpZ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uX9DuFsbQg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/moto-e-scooter-125-in-autostrada-550x310-tcm1744-556827.jpg");
}
.cid-uX9DuFsbQg .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uX9DuFsbQg .item .icon-wrap {
  text-align: center;
}
.cid-uX9DuFsbQg .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uX9DuFsbQg .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uX9DuFsbQg .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uX9DuFsbQg .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uX9DuFsbQg .item:before {
    display: none;
  }
  .cid-uX9DuFsbQg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX9DuFsbQg .card-title,
.cid-uX9DuFsbQg .card-box {
  color: #47b5ed;
}
.cid-uX9DuFsbQg .icon-title,
.cid-uX9DuFsbQg .item .icon-wrap {
  color: #4479d9;
}
.cid-uX9DuFXIs2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #bbbbbb, #232323);
}
.cid-uX9DuFXIs2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uX9DuFXIs2 .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 772px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-uX9DuFXIs2 .container11 figure {
  background-image: url("../../../assets/images/bef2.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-uX9DuFXIs2 #compare11 {
  background-image: url("../../../assets/images/bef.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-uX9DuFXIs2 input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-uX9DuFXIs2 input#slider11::-moz-range-track {
  background: transparent;
}
.cid-uX9DuFXIs2 input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-uX9DuFXIs2 input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-uX9DuFXIs2 input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-uX9DuFXIs2 input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-uX9DuFXIs2 input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-uX9DuFXIs2 input#slider::-ms-tooltip {
  display: none;
}
.cid-uX9DuFXIs2 #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision2.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-uX9DuFXIs2 H2 {
  color: #bbbbbb;
}
.cid-uX9DuGduQ3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uX9DuGduQ3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uX9DuGduQ3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uX9DuGduQ3 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uX9DuGduQ3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uX9DuGduQ3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uX9DuGduQ3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX9DuGduQ3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uX9DuGduQ3 .social-row {
  text-align: center;
}
.cid-uX9DuGduQ3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uX9DuGduQ3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uX9DuGduQ3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uX9DuGduQ3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uX9DuGduQ3 .mbr-section-title {
  color: #000000;
}
.cid-uX9DuGduQ3 .mbr-section-title1 {
  color: #000000;
}
.cid-uX9DuGRbGp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uX9DuH4lTG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #bbbbbb;
}
.cid-uX9DuH4lTG .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uX9DuH4lTG .plan-body {
  padding-bottom: 2rem;
}
.cid-uX9DuH4lTG .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uX9DuH4lTG .price {
  color: #4479d9;
}
.cid-uX9DuH4lTG .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uX9DuH4lTG .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uX9DuH4lTG .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uX9DuH4lTG .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uX9DuH4lTG .plan {
    margin-bottom: 2rem;
  }
}
.cid-uX9DuHoOHQ .divider-top {
  position: relative;
  padding: 2.5em;
  background: #fafafa;
}
.cid-uX9DuHoOHQ .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #879a9f;
}
.cid-uX9DuHoOHQ .divider-top::before,
.cid-uX9DuHoOHQ .divider-bottom::before,
.cid-uX9DuHoOHQ .divider-top::after,
.cid-uX9DuHoOHQ .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-uX9DuHoOHQ .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-uX9DuHoOHQ .divider-triangles::before {
  top: -50px;
}
.cid-uX9DuHoOHQ .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-uX9DuHoOHQ .divider-halfcircle::before {
  top: -50px;
}
.cid-uX9DuHoOHQ .divider-multitriangles::before,
.cid-uX9DuHoOHQ .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-uX9DuHoOHQ .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #fafafa, 50px -50px 0 #fafafa;
}
.cid-uX9DuHzaBg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uX9DuHzaBg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uX9DuHzaBg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uX9DuHzaBg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uX9DuHzaBg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uX9DuHzaBg .mbr-section-title {
  color: #4479d9;
}
.cid-uX9DuHzaBg .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uX9DuHNqzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uX9DuHNqzy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uX9DuHNqzy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uX9DuHNqzy .google-map [data-state-details] {
  color: #6b6763;
  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-uX9DuHNqzy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uX9DuHNqzy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uX9DuIIJ5D {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uX9DuIIJ5D .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX9DuIIJ5D .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uX9DuIIJ5D .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uX9DuIIJ5D .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uX9DuIIJ5D .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uX9DuIIJ5D .row .foot-menu li p {
  margin: 0;
}
.cid-uX9DuIIJ5D .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uX9DuIIJ5D .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uX9DuIIJ5D .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uX9DuIIJ5D .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uX9DuIIJ5D .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX9DuIIJ5D .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uX9DuIIJ5D .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uX9DuIIJ5D .row .row-copirayt p {
  width: 100%;
}
.cid-uX9DuIIJ5D foot-menu-item {
  color: #4479d9;
}
.cid-uX9DuIIJ5D foot-menu-item B {
  color: #4479d9;
}
