body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: transparent;
  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: transparent!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: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !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: #a61717 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #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.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
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: #ffffff !important;
  background: #e43f3f !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-tt8wULFlo0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tt8wULFlo0 nav.navbar {
  position: fixed;
}
.cid-tt8wULFlo0 .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-tt8wULFlo0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tt8wULFlo0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tt8wULFlo0 .dropdown-item:hover,
.cid-tt8wULFlo0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tt8wULFlo0 .dropdown-item:hover span {
  color: white;
}
.cid-tt8wULFlo0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt8wULFlo0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt8wULFlo0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt8wULFlo0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt8wULFlo0 .nav-link {
  position: relative;
}
.cid-tt8wULFlo0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tt8wULFlo0 .container {
    flex-wrap: wrap;
  }
}
.cid-tt8wULFlo0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tt8wULFlo0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tt8wULFlo0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt8wULFlo0 .dropdown-menu,
.cid-tt8wULFlo0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tt8wULFlo0 .nav-item:focus,
.cid-tt8wULFlo0 .nav-link:focus {
  outline: none;
}
.cid-tt8wULFlo0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt8wULFlo0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt8wULFlo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt8wULFlo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt8wULFlo0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt8wULFlo0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt8wULFlo0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tt8wULFlo0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tt8wULFlo0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tt8wULFlo0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tt8wULFlo0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt8wULFlo0 .navbar.collapsed {
  justify-content: center;
}
.cid-tt8wULFlo0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt8wULFlo0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt8wULFlo0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tt8wULFlo0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt8wULFlo0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt8wULFlo0 .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-tt8wULFlo0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt8wULFlo0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt8wULFlo0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt8wULFlo0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt8wULFlo0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt8wULFlo0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt8wULFlo0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt8wULFlo0 .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-tt8wULFlo0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt8wULFlo0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt8wULFlo0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt8wULFlo0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt8wULFlo0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt8wULFlo0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt8wULFlo0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt8wULFlo0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt8wULFlo0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt8wULFlo0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tt8wULFlo0 .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-tt8wULFlo0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt8wULFlo0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt8wULFlo0 .dropdown-item.active,
.cid-tt8wULFlo0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tt8wULFlo0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt8wULFlo0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt8wULFlo0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt8wULFlo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tt8wULFlo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt8wULFlo0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt8wULFlo0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt8wULFlo0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt8wULFlo0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt8wULFlo0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tt8wULFlo0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt8wULFlo0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt8wULFlo0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt8wULFlo0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt8wULFlo0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt8wULFlo0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt8wULFlo0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt8wULFlo0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt8wULFlo0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tt8wULFlo0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt8wULFlo0 .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-tt8wULFlo0 .navbar {
    height: 70px;
  }
  .cid-tt8wULFlo0 .navbar.opened {
    height: auto;
  }
  .cid-tt8wULFlo0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #353535;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-s48udlf8KU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: center;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: center;
}
.cid-s48udlf8KU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tt8QHxhAQ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt8QHxhAQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt8QHxhAQ1 .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-tt8QHxhAQ1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt8QHxhAQ1 .row {
  flex-direction: row-reverse;
}
.cid-tt8QHxhAQ1 img {
  width: 100%;
}
.cid-twR0hL8T05 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-twR0hL8T05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twR0hL8T05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twR0hL8T05 .mbr-section-title {
  color: #ffffff;
}
.cid-tt9s0yJbYw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tt9s0yJbYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9s0yJbYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9s0yJbYw .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tt9s0yJbYw .item .icon-wrap {
  text-align: center;
}
.cid-tt9s0yJbYw .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tt9s0yJbYw .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-tt9s0yJbYw .item.first:before {
  display: none;
}
.cid-tt9s0yJbYw .item.five:before {
  display: none;
}
.cid-tt9s0yJbYw .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tt9s0yJbYw .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tt9s0yJbYw .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tt9s0yJbYw .item:before {
    display: none;
  }
  .cid-tt9s0yJbYw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt9ea5eHUe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tt9ea5eHUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9ea5eHUe .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-tt9ea5eHUe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt9ea5eHUe .row {
  flex-direction: row-reverse;
}
.cid-tt9ea5eHUe img {
  width: 100%;
}
.cid-tt8LgqmDSU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt8LgqmDSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt8LgqmDSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt8LgqmDSU .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tt8LgqmDSU .container {
    max-width: 1400px;
  }
}
.cid-tt8LgqmDSU .card {
  margin: auto;
}
.cid-tt8LgqmDSU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tt8LgqmDSU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tt8LgqmDSU .row {
  justify-content: center;
}
.cid-tt8LgqmDSU H3 {
  color: #000000;
}
.cid-tt8QNVuHYD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tt8QNVuHYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt8QNVuHYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt8QNVuHYD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tt8QNVuHYD .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tt8QNVuHYD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tt8QNVuHYD .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tt8QNVuHYD .mbr-section-title {
  color: #ffffff;
}
.cid-tt8QNVuHYD .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tt8QNVuHYD .link {
  color: #e43f3f;
}
.cid-ttlbjEsOM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttlj9OEi3u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttlj9OEi3u nav.navbar {
  position: fixed;
}
.cid-ttlj9OEi3u .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-ttlj9OEi3u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttlj9OEi3u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttlj9OEi3u .dropdown-item:hover,
.cid-ttlj9OEi3u .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttlj9OEi3u .dropdown-item:hover span {
  color: white;
}
.cid-ttlj9OEi3u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttlj9OEi3u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttlj9OEi3u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttlj9OEi3u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttlj9OEi3u .nav-link {
  position: relative;
}
.cid-ttlj9OEi3u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttlj9OEi3u .container {
    flex-wrap: wrap;
  }
}
.cid-ttlj9OEi3u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttlj9OEi3u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttlj9OEi3u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttlj9OEi3u .dropdown-menu,
.cid-ttlj9OEi3u .navbar.opened {
  background: #ffffff !important;
}
.cid-ttlj9OEi3u .nav-item:focus,
.cid-ttlj9OEi3u .nav-link:focus {
  outline: none;
}
.cid-ttlj9OEi3u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttlj9OEi3u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttlj9OEi3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttlj9OEi3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttlj9OEi3u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttlj9OEi3u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttlj9OEi3u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttlj9OEi3u .navbar.opened {
  transition: all 0.3s;
}
.cid-ttlj9OEi3u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttlj9OEi3u .navbar .navbar-logo img {
  width: auto;
}
.cid-ttlj9OEi3u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttlj9OEi3u .navbar.collapsed {
  justify-content: center;
}
.cid-ttlj9OEi3u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttlj9OEi3u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttlj9OEi3u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttlj9OEi3u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttlj9OEi3u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttlj9OEi3u .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-ttlj9OEi3u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttlj9OEi3u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttlj9OEi3u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttlj9OEi3u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttlj9OEi3u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttlj9OEi3u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttlj9OEi3u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttlj9OEi3u .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-ttlj9OEi3u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttlj9OEi3u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttlj9OEi3u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttlj9OEi3u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttlj9OEi3u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttlj9OEi3u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttlj9OEi3u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttlj9OEi3u .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttlj9OEi3u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttlj9OEi3u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttlj9OEi3u .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-ttlj9OEi3u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttlj9OEi3u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttlj9OEi3u .dropdown-item.active,
.cid-ttlj9OEi3u .dropdown-item:active {
  background-color: transparent;
}
.cid-ttlj9OEi3u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttlj9OEi3u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttlj9OEi3u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttlj9OEi3u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttlj9OEi3u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttlj9OEi3u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttlj9OEi3u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttlj9OEi3u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttlj9OEi3u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttlj9OEi3u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttlj9OEi3u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttlj9OEi3u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlj9OEi3u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttlj9OEi3u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttlj9OEi3u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlj9OEi3u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttlj9OEi3u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttlj9OEi3u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttlj9OEi3u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttlj9OEi3u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttlj9OEi3u .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-ttlj9OEi3u .navbar {
    height: 70px;
  }
  .cid-ttlj9OEi3u .navbar.opened {
    height: auto;
  }
  .cid-ttlj9OEi3u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttli4eR9vq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttli4eR9vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttli4eR9vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttli4eR9vq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ttli4eR9vq .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ttli4eR9vq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttli4eR9vq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ttli4eR9vq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-ttli4eR9vq P {
  color: #e43f3f;
}
.cid-ttli4fo1dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ttli4fo1dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttli4fo1dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttli4fo1dE .google-map {
  height: 30rem;
  position: relative;
}
.cid-ttli4fo1dE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttli4fo1dE .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-ttli4fo1dE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttli4fo1dE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-twQLRs8FKq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twQLRs8FKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-twQLRs8FKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twQLRs8FKq .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-twQLRs8FKq .item .icon-wrap {
  text-align: center;
}
.cid-twQLRs8FKq .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-twQLRs8FKq .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-twQLRs8FKq .item.first:before {
  display: none;
}
.cid-twQLRs8FKq .item.five:before {
  display: none;
}
.cid-twQLRs8FKq .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-twQLRs8FKq .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-twQLRs8FKq .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twQLRs8FKq .item:before {
    display: none;
  }
  .cid-twQLRs8FKq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttluzvl8OZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttluzvl8OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttluzvl8OZ .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-ttluzvl8OZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttluzvl8OZ .row {
  flex-direction: row-reverse;
}
.cid-ttluzvl8OZ img {
  width: 100%;
}
.cid-ttli4hbjTb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttli4hbjTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttli4hbjTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttli4hbjTb .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttli4hbjTb .container {
    max-width: 1400px;
  }
}
.cid-ttli4hbjTb .card {
  margin: auto;
}
.cid-ttli4hbjTb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttli4hbjTb .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttli4hbjTb .row {
  justify-content: center;
}
.cid-ttli4hbjTb H3 {
  color: #000000;
}
.cid-ttli4gGPTG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ttli4gGPTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttli4gGPTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttli4gGPTG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttli4gGPTG .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttli4gGPTG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttli4gGPTG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttli4gGPTG .mbr-section-title {
  color: #ffffff;
}
.cid-ttli4gGPTG .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ttli4gGPTG .link {
  color: #e43f3f;
}
.cid-ttlj6nPhA4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttdTo7jiY8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttdTo7jiY8 nav.navbar {
  position: fixed;
}
.cid-ttdTo7jiY8 .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-ttdTo7jiY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttdTo7jiY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttdTo7jiY8 .dropdown-item:hover,
.cid-ttdTo7jiY8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttdTo7jiY8 .dropdown-item:hover span {
  color: white;
}
.cid-ttdTo7jiY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttdTo7jiY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttdTo7jiY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttdTo7jiY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttdTo7jiY8 .nav-link {
  position: relative;
}
.cid-ttdTo7jiY8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttdTo7jiY8 .container {
    flex-wrap: wrap;
  }
}
.cid-ttdTo7jiY8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttdTo7jiY8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttdTo7jiY8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttdTo7jiY8 .dropdown-menu,
.cid-ttdTo7jiY8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ttdTo7jiY8 .nav-item:focus,
.cid-ttdTo7jiY8 .nav-link:focus {
  outline: none;
}
.cid-ttdTo7jiY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttdTo7jiY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttdTo7jiY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttdTo7jiY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttdTo7jiY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttdTo7jiY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttdTo7jiY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttdTo7jiY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttdTo7jiY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttdTo7jiY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttdTo7jiY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttdTo7jiY8 .navbar.collapsed {
  justify-content: center;
}
.cid-ttdTo7jiY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttdTo7jiY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttdTo7jiY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttdTo7jiY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttdTo7jiY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttdTo7jiY8 .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-ttdTo7jiY8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttdTo7jiY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttdTo7jiY8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttdTo7jiY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttdTo7jiY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttdTo7jiY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttdTo7jiY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttdTo7jiY8 .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-ttdTo7jiY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttdTo7jiY8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttdTo7jiY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttdTo7jiY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttdTo7jiY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttdTo7jiY8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttdTo7jiY8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttdTo7jiY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttdTo7jiY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttdTo7jiY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttdTo7jiY8 .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-ttdTo7jiY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttdTo7jiY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttdTo7jiY8 .dropdown-item.active,
.cid-ttdTo7jiY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttdTo7jiY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttdTo7jiY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttdTo7jiY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttdTo7jiY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttdTo7jiY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttdTo7jiY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttdTo7jiY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttdTo7jiY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttdTo7jiY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttdTo7jiY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttdTo7jiY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttdTo7jiY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttdTo7jiY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttdTo7jiY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttdTo7jiY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttdTo7jiY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttdTo7jiY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttdTo7jiY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttdTo7jiY8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttdTo7jiY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttdTo7jiY8 .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-ttdTo7jiY8 .navbar {
    height: 70px;
  }
  .cid-ttdTo7jiY8 .navbar.opened {
    height: auto;
  }
  .cid-ttdTo7jiY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttdTogOj6h {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttdTogOj6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttdTogOj6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttdTogOj6h .mbr-section-title,
.cid-ttdTogOj6h .mbr-section-subtitle {
  text-align: center;
}
.cid-ttdTogOj6h .cost {
  word-break: normal;
}
.cid-ttdTogOj6h .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-ttdTogOj6h .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ttdTogOj6h .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttdTogOj6h .card-wrapper {
    padding: 1rem;
  }
}
.cid-ttky81FlRd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttky81FlRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttky81FlRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttky81FlRd .mbr-section-title {
  color: #ffffff;
}
.cid-twQSnm15Qf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twQSnm15Qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-twQSnm15Qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twQSnm15Qf .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-twQSnm15Qf .item .icon-wrap {
  text-align: center;
}
.cid-twQSnm15Qf .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-twQSnm15Qf .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-twQSnm15Qf .item.first:before {
  display: none;
}
.cid-twQSnm15Qf .item.five:before {
  display: none;
}
.cid-twQSnm15Qf .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-twQSnm15Qf .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-twQSnm15Qf .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twQSnm15Qf .item:before {
    display: none;
  }
  .cid-twQSnm15Qf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttkjoGbHwe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttkjoGbHwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkjoGbHwe .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-ttkjoGbHwe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttkjoGbHwe .row {
  flex-direction: row-reverse;
}
.cid-ttkjoGbHwe img {
  width: 100%;
}
.cid-ttdTofFrxT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttdTofFrxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttdTofFrxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttdTofFrxT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttdTofFrxT .container {
    max-width: 1400px;
  }
}
.cid-ttdTofFrxT .card {
  margin: auto;
}
.cid-ttdTofFrxT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttdTofFrxT .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttdTofFrxT .row {
  justify-content: center;
}
.cid-ttdTofFrxT H3 {
  color: #000000;
}
.cid-ttdTocFydr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttdTocFydr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttdTocFydr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttdTocFydr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttdTocFydr .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttdTocFydr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttdTocFydr .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttdTocFydr .mbr-section-title {
  color: #ffffff;
}
.cid-ttdTocFydr .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ttdTocFydr .link {
  color: #e43f3f;
}
.cid-ttlbjEsOM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttkqxmU8AL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttkqxmU8AL .mbr-section-title {
  text-align: center;
}
.cid-ttkqxmU8AL .mbr-section-subtitle {
  text-align: left;
}
.cid-ttkqxmU8AL .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ty1y68XgG3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ty1y68XgG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1y68XgG3 .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-ty1y68XgG3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ty1y68XgG3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ty1y68XgG3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ttkaUF2ASH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ttkaUF2ASH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkaUF2ASH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkaUF2ASH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ttkaUF2ASH .team-card:hover {
  transform: translateY(-10px);
}
.cid-ttkaUF2ASH .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ttkaUF2ASH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ttkaUF2ASH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ttkaUF2ASH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttkaUF2ASH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ttkaUF2ASH .social-row {
  text-align: center;
}
.cid-ttkaUF2ASH .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-ttkaUF2ASH .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-ttkaUF2ASH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttkaUF2ASH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ttkHL7Mccq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttkHL7Mccq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkHL7Mccq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkHL7Mccq .mbr-section-title {
  color: #ffffff;
}
.cid-twQTAHI8Qs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twQTAHI8Qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-twQTAHI8Qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twQTAHI8Qs .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-twQTAHI8Qs .item .icon-wrap {
  text-align: center;
}
.cid-twQTAHI8Qs .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-twQTAHI8Qs .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-twQTAHI8Qs .item.first:before {
  display: none;
}
.cid-twQTAHI8Qs .item.five:before {
  display: none;
}
.cid-twQTAHI8Qs .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-twQTAHI8Qs .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-twQTAHI8Qs .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twQTAHI8Qs .item:before {
    display: none;
  }
  .cid-twQTAHI8Qs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttkq7F56xF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttkq7F56xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkq7F56xF .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-ttkq7F56xF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttkq7F56xF .row {
  flex-direction: row-reverse;
}
.cid-ttkq7F56xF img {
  width: 100%;
}
.cid-ttkahex48p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttkahex48p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkahex48p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkahex48p .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttkahex48p .container {
    max-width: 1400px;
  }
}
.cid-ttkahex48p .card {
  margin: auto;
}
.cid-ttkahex48p .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttkahex48p .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttkahex48p .row {
  justify-content: center;
}
.cid-ttkahex48p H3 {
  color: #000000;
}
.cid-ttkahg7mtN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttkahg7mtN nav.navbar {
  position: fixed;
}
.cid-ttkahg7mtN .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-ttkahg7mtN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttkahg7mtN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttkahg7mtN .dropdown-item:hover,
.cid-ttkahg7mtN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttkahg7mtN .dropdown-item:hover span {
  color: white;
}
.cid-ttkahg7mtN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttkahg7mtN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttkahg7mtN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttkahg7mtN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttkahg7mtN .nav-link {
  position: relative;
}
.cid-ttkahg7mtN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttkahg7mtN .container {
    flex-wrap: wrap;
  }
}
.cid-ttkahg7mtN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttkahg7mtN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttkahg7mtN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttkahg7mtN .dropdown-menu,
.cid-ttkahg7mtN .navbar.opened {
  background: #ffffff !important;
}
.cid-ttkahg7mtN .nav-item:focus,
.cid-ttkahg7mtN .nav-link:focus {
  outline: none;
}
.cid-ttkahg7mtN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttkahg7mtN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttkahg7mtN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttkahg7mtN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttkahg7mtN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttkahg7mtN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttkahg7mtN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttkahg7mtN .navbar.opened {
  transition: all 0.3s;
}
.cid-ttkahg7mtN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttkahg7mtN .navbar .navbar-logo img {
  width: auto;
}
.cid-ttkahg7mtN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttkahg7mtN .navbar.collapsed {
  justify-content: center;
}
.cid-ttkahg7mtN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttkahg7mtN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttkahg7mtN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttkahg7mtN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttkahg7mtN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttkahg7mtN .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-ttkahg7mtN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttkahg7mtN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttkahg7mtN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttkahg7mtN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttkahg7mtN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttkahg7mtN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttkahg7mtN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttkahg7mtN .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-ttkahg7mtN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttkahg7mtN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttkahg7mtN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttkahg7mtN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttkahg7mtN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttkahg7mtN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttkahg7mtN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttkahg7mtN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttkahg7mtN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttkahg7mtN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttkahg7mtN .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-ttkahg7mtN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttkahg7mtN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttkahg7mtN .dropdown-item.active,
.cid-ttkahg7mtN .dropdown-item:active {
  background-color: transparent;
}
.cid-ttkahg7mtN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttkahg7mtN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttkahg7mtN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttkahg7mtN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttkahg7mtN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttkahg7mtN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttkahg7mtN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttkahg7mtN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttkahg7mtN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttkahg7mtN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttkahg7mtN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttkahg7mtN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttkahg7mtN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttkahg7mtN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttkahg7mtN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttkahg7mtN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttkahg7mtN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttkahg7mtN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttkahg7mtN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttkahg7mtN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttkahg7mtN .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-ttkahg7mtN .navbar {
    height: 70px;
  }
  .cid-ttkahg7mtN .navbar.opened {
    height: auto;
  }
  .cid-ttkahg7mtN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttkahi0k6X {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ttkahi0k6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkahi0k6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkahi0k6X .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttkahi0k6X .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttkahi0k6X .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttkahi0k6X .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttkahi0k6X .mbr-section-title {
  color: #ffffff;
}
.cid-ttkahi0k6X .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ttkahi0k6X .link {
  color: #e43f3f;
}
.cid-ttlbjEsOM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttjZkVOQvQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttjZkVOQvQ .mbr-section-title {
  text-align: center;
}
.cid-ttjZkVOQvQ .mbr-section-subtitle {
  text-align: left;
}
.cid-ttjZkVOQvQ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tvuQfeHJS3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvuQfeHJS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvuQfeHJS3 .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-tvuQfeHJS3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvuQfeHJS3 .row {
  flex-direction: row-reverse;
}
.cid-tvuQfeHJS3 img {
  width: 100%;
}
.cid-ttjZkWAh9L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ttjZkWAh9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjZkWAh9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjZkWAh9L .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ttjZkWAh9L .currentcost {
  color: #232323;
}
.cid-ttjZkWAh9L .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttjZkWAh9L .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttjZkWAh9L .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttjZkWAh9L .text-box {
    padding: 1rem;
  }
}
.cid-ttjZkWAh9L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttkF53sFnR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttkF53sFnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkF53sFnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkF53sFnR .mbr-section-title {
  color: #ffffff;
}
.cid-twR0PdDqUw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twR0PdDqUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-twR0PdDqUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twR0PdDqUw .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-twR0PdDqUw .item .icon-wrap {
  text-align: center;
}
.cid-twR0PdDqUw .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-twR0PdDqUw .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-twR0PdDqUw .item.first:before {
  display: none;
}
.cid-twR0PdDqUw .item.five:before {
  display: none;
}
.cid-twR0PdDqUw .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-twR0PdDqUw .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-twR0PdDqUw .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twR0PdDqUw .item:before {
    display: none;
  }
  .cid-twR0PdDqUw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttjZkY94xE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttjZkY94xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjZkY94xE .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-ttjZkY94xE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttjZkY94xE .row {
  flex-direction: row-reverse;
}
.cid-ttjZkY94xE img {
  width: 100%;
}
.cid-ttjZkYJsPw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttjZkYJsPw nav.navbar {
  position: fixed;
}
.cid-ttjZkYJsPw .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-ttjZkYJsPw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttjZkYJsPw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttjZkYJsPw .dropdown-item:hover,
.cid-ttjZkYJsPw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttjZkYJsPw .dropdown-item:hover span {
  color: white;
}
.cid-ttjZkYJsPw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttjZkYJsPw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttjZkYJsPw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjZkYJsPw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjZkYJsPw .nav-link {
  position: relative;
}
.cid-ttjZkYJsPw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjZkYJsPw .container {
    flex-wrap: wrap;
  }
}
.cid-ttjZkYJsPw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjZkYJsPw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttjZkYJsPw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttjZkYJsPw .dropdown-menu,
.cid-ttjZkYJsPw .navbar.opened {
  background: #ffffff !important;
}
.cid-ttjZkYJsPw .nav-item:focus,
.cid-ttjZkYJsPw .nav-link:focus {
  outline: none;
}
.cid-ttjZkYJsPw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjZkYJsPw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjZkYJsPw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjZkYJsPw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjZkYJsPw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjZkYJsPw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjZkYJsPw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttjZkYJsPw .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjZkYJsPw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjZkYJsPw .navbar .navbar-logo img {
  width: auto;
}
.cid-ttjZkYJsPw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjZkYJsPw .navbar.collapsed {
  justify-content: center;
}
.cid-ttjZkYJsPw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjZkYJsPw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttjZkYJsPw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttjZkYJsPw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjZkYJsPw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjZkYJsPw .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-ttjZkYJsPw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjZkYJsPw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjZkYJsPw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjZkYJsPw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjZkYJsPw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjZkYJsPw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjZkYJsPw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjZkYJsPw .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-ttjZkYJsPw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttjZkYJsPw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjZkYJsPw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjZkYJsPw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttjZkYJsPw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjZkYJsPw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttjZkYJsPw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttjZkYJsPw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttjZkYJsPw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttjZkYJsPw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttjZkYJsPw .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-ttjZkYJsPw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjZkYJsPw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttjZkYJsPw .dropdown-item.active,
.cid-ttjZkYJsPw .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjZkYJsPw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjZkYJsPw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjZkYJsPw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjZkYJsPw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttjZkYJsPw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjZkYJsPw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjZkYJsPw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjZkYJsPw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttjZkYJsPw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttjZkYJsPw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttjZkYJsPw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttjZkYJsPw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjZkYJsPw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjZkYJsPw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttjZkYJsPw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjZkYJsPw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttjZkYJsPw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttjZkYJsPw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjZkYJsPw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttjZkYJsPw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjZkYJsPw .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-ttjZkYJsPw .navbar {
    height: 70px;
  }
  .cid-ttjZkYJsPw .navbar.opened {
    height: auto;
  }
  .cid-ttjZkYJsPw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttjZkZAAda {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttjZkZAAda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjZkZAAda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjZkZAAda .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttjZkZAAda .container {
    max-width: 1400px;
  }
}
.cid-ttjZkZAAda .card {
  margin: auto;
}
.cid-ttjZkZAAda .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttjZkZAAda .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttjZkZAAda .row {
  justify-content: center;
}
.cid-ttjZkZAAda H3 {
  color: #000000;
}
.cid-ttjZl0hw0A {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ttjZl0hw0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjZl0hw0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjZl0hw0A .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttjZl0hw0A .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttjZl0hw0A .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttjZl0hw0A .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttjZl0hw0A .mbr-section-title {
  color: #ffffff;
}
.cid-ttjZl0hw0A .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ttjZl0hw0A .link {
  color: #e43f3f;
}
.cid-ttlbjEsOM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttk8RiWRWN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttk8RiWRWN .mbr-section-title {
  text-align: center;
}
.cid-ttk8RiWRWN .mbr-section-subtitle {
  text-align: left;
}
.cid-ttk8RiWRWN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ttklev49RO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttklev49RO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttklev49RO .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-ttklev49RO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttklev49RO .row {
  flex-direction: row-reverse;
}
.cid-ttklev49RO img {
  width: 100%;
}
.cid-ttk8RjOLaK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ttk8RjOLaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttk8RjOLaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttk8RjOLaK .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ttk8RjOLaK .currentcost {
  color: #232323;
}
.cid-ttk8RjOLaK .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttk8RjOLaK .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttk8RjOLaK .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttk8RjOLaK .text-box {
    padding: 1rem;
  }
}
.cid-ttk8RjOLaK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttkFcuksF5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttkFcuksF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkFcuksF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkFcuksF5 .mbr-section-title {
  color: #ffffff;
}
.cid-twQQjhWsvt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twQQjhWsvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-twQQjhWsvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twQQjhWsvt .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-twQQjhWsvt .item .icon-wrap {
  text-align: center;
}
.cid-twQQjhWsvt .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-twQQjhWsvt .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-twQQjhWsvt .item.first:before {
  display: none;
}
.cid-twQQjhWsvt .item.five:before {
  display: none;
}
.cid-twQQjhWsvt .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-twQQjhWsvt .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-twQQjhWsvt .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twQQjhWsvt .item:before {
    display: none;
  }
  .cid-twQQjhWsvt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttk8RmRFfM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttk8RmRFfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttk8RmRFfM .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-ttk8RmRFfM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttk8RmRFfM .row {
  flex-direction: row-reverse;
}
.cid-ttk8RmRFfM img {
  width: 100%;
}
.cid-ttk8RnNQPL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttk8RnNQPL nav.navbar {
  position: fixed;
}
.cid-ttk8RnNQPL .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-ttk8RnNQPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttk8RnNQPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttk8RnNQPL .dropdown-item:hover,
.cid-ttk8RnNQPL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttk8RnNQPL .dropdown-item:hover span {
  color: white;
}
.cid-ttk8RnNQPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttk8RnNQPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttk8RnNQPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttk8RnNQPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttk8RnNQPL .nav-link {
  position: relative;
}
.cid-ttk8RnNQPL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttk8RnNQPL .container {
    flex-wrap: wrap;
  }
}
.cid-ttk8RnNQPL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttk8RnNQPL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttk8RnNQPL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttk8RnNQPL .dropdown-menu,
.cid-ttk8RnNQPL .navbar.opened {
  background: #ffffff !important;
}
.cid-ttk8RnNQPL .nav-item:focus,
.cid-ttk8RnNQPL .nav-link:focus {
  outline: none;
}
.cid-ttk8RnNQPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttk8RnNQPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttk8RnNQPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttk8RnNQPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttk8RnNQPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttk8RnNQPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttk8RnNQPL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttk8RnNQPL .navbar.opened {
  transition: all 0.3s;
}
.cid-ttk8RnNQPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttk8RnNQPL .navbar .navbar-logo img {
  width: auto;
}
.cid-ttk8RnNQPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttk8RnNQPL .navbar.collapsed {
  justify-content: center;
}
.cid-ttk8RnNQPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttk8RnNQPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttk8RnNQPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttk8RnNQPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttk8RnNQPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttk8RnNQPL .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-ttk8RnNQPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttk8RnNQPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttk8RnNQPL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttk8RnNQPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttk8RnNQPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttk8RnNQPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttk8RnNQPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttk8RnNQPL .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-ttk8RnNQPL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttk8RnNQPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttk8RnNQPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttk8RnNQPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttk8RnNQPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttk8RnNQPL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttk8RnNQPL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttk8RnNQPL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttk8RnNQPL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttk8RnNQPL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttk8RnNQPL .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-ttk8RnNQPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttk8RnNQPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttk8RnNQPL .dropdown-item.active,
.cid-ttk8RnNQPL .dropdown-item:active {
  background-color: transparent;
}
.cid-ttk8RnNQPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttk8RnNQPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttk8RnNQPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttk8RnNQPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttk8RnNQPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttk8RnNQPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttk8RnNQPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttk8RnNQPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttk8RnNQPL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttk8RnNQPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttk8RnNQPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttk8RnNQPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttk8RnNQPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttk8RnNQPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttk8RnNQPL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttk8RnNQPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttk8RnNQPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttk8RnNQPL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttk8RnNQPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttk8RnNQPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttk8RnNQPL .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-ttk8RnNQPL .navbar {
    height: 70px;
  }
  .cid-ttk8RnNQPL .navbar.opened {
    height: auto;
  }
  .cid-ttk8RnNQPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttk8RoK5p9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttk8RoK5p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttk8RoK5p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttk8RoK5p9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttk8RoK5p9 .container {
    max-width: 1400px;
  }
}
.cid-ttk8RoK5p9 .card {
  margin: auto;
}
.cid-ttk8RoK5p9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttk8RoK5p9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttk8RoK5p9 .row {
  justify-content: center;
}
.cid-ttk8RoK5p9 H3 {
  color: #000000;
}
.cid-ttk8RpFOxA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ttk8RpFOxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttk8RpFOxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttk8RpFOxA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttk8RpFOxA .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttk8RpFOxA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttk8RpFOxA .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttk8RpFOxA .mbr-section-title {
  color: #ffffff;
}
.cid-ttk8RpFOxA .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ttk8RpFOxA .link {
  color: #e43f3f;
}
.cid-ttlbjEsOM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttjQiy4LuI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttjQiy4LuI .mbr-section-title {
  text-align: center;
}
.cid-ttjQiy4LuI .mbr-section-subtitle {
  text-align: left;
}
.cid-ttjQiy4LuI .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tvuGrgZrik {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvuGrgZrik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvuGrgZrik .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-tvuGrgZrik .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvuGrgZrik .row {
  flex-direction: row-reverse;
}
.cid-tvuGrgZrik img {
  width: 100%;
}
.cid-ttjQiyBZ48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ttjQiyBZ48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjQiyBZ48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjQiyBZ48 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ttjQiyBZ48 .currentcost {
  color: #232323;
}
.cid-ttjQiyBZ48 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttjQiyBZ48 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttjQiyBZ48 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttjQiyBZ48 .text-box {
    padding: 1rem;
  }
}
.cid-ttjQiyBZ48 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttkFy6Fx7B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttkFy6Fx7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkFy6Fx7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkFy6Fx7B .mbr-section-title {
  color: #ffffff;
}
.cid-twQOkTuiBd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twQOkTuiBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-twQOkTuiBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twQOkTuiBd .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-twQOkTuiBd .item .icon-wrap {
  text-align: center;
}
.cid-twQOkTuiBd .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-twQOkTuiBd .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-twQOkTuiBd .item.first:before {
  display: none;
}
.cid-twQOkTuiBd .item.five:before {
  display: none;
}
.cid-twQOkTuiBd .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-twQOkTuiBd .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-twQOkTuiBd .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-twQOkTuiBd .item:before {
    display: none;
  }
  .cid-twQOkTuiBd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttjQiAbx9h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttjQiAbx9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjQiAbx9h .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-ttjQiAbx9h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttjQiAbx9h .row {
  flex-direction: row-reverse;
}
.cid-ttjQiAbx9h img {
  width: 100%;
}
.cid-ttjQiAIb6k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttjQiAIb6k nav.navbar {
  position: fixed;
}
.cid-ttjQiAIb6k .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-ttjQiAIb6k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttjQiAIb6k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttjQiAIb6k .dropdown-item:hover,
.cid-ttjQiAIb6k .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttjQiAIb6k .dropdown-item:hover span {
  color: white;
}
.cid-ttjQiAIb6k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttjQiAIb6k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttjQiAIb6k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjQiAIb6k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjQiAIb6k .nav-link {
  position: relative;
}
.cid-ttjQiAIb6k .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjQiAIb6k .container {
    flex-wrap: wrap;
  }
}
.cid-ttjQiAIb6k .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjQiAIb6k .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttjQiAIb6k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttjQiAIb6k .dropdown-menu,
.cid-ttjQiAIb6k .navbar.opened {
  background: #ffffff !important;
}
.cid-ttjQiAIb6k .nav-item:focus,
.cid-ttjQiAIb6k .nav-link:focus {
  outline: none;
}
.cid-ttjQiAIb6k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjQiAIb6k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjQiAIb6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjQiAIb6k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjQiAIb6k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjQiAIb6k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjQiAIb6k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttjQiAIb6k .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjQiAIb6k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjQiAIb6k .navbar .navbar-logo img {
  width: auto;
}
.cid-ttjQiAIb6k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjQiAIb6k .navbar.collapsed {
  justify-content: center;
}
.cid-ttjQiAIb6k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjQiAIb6k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttjQiAIb6k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttjQiAIb6k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjQiAIb6k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjQiAIb6k .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-ttjQiAIb6k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjQiAIb6k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjQiAIb6k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjQiAIb6k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjQiAIb6k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjQiAIb6k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjQiAIb6k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjQiAIb6k .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-ttjQiAIb6k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttjQiAIb6k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjQiAIb6k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjQiAIb6k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttjQiAIb6k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjQiAIb6k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttjQiAIb6k .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttjQiAIb6k .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttjQiAIb6k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttjQiAIb6k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttjQiAIb6k .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-ttjQiAIb6k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjQiAIb6k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttjQiAIb6k .dropdown-item.active,
.cid-ttjQiAIb6k .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjQiAIb6k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjQiAIb6k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjQiAIb6k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjQiAIb6k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttjQiAIb6k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjQiAIb6k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjQiAIb6k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjQiAIb6k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttjQiAIb6k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttjQiAIb6k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttjQiAIb6k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttjQiAIb6k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjQiAIb6k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjQiAIb6k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttjQiAIb6k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjQiAIb6k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttjQiAIb6k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttjQiAIb6k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjQiAIb6k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttjQiAIb6k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjQiAIb6k .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-ttjQiAIb6k .navbar {
    height: 70px;
  }
  .cid-ttjQiAIb6k .navbar.opened {
    height: auto;
  }
  .cid-ttjQiAIb6k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttjQiBuSJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttjQiBuSJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjQiBuSJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjQiBuSJP .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ttjQiBuSJP .container {
    max-width: 1400px;
  }
}
.cid-ttjQiBuSJP .card {
  margin: auto;
}
.cid-ttjQiBuSJP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttjQiBuSJP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttjQiBuSJP .row {
  justify-content: center;
}
.cid-ttjQiBuSJP H3 {
  color: #000000;
}
.cid-ttjQiCcAZY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ttjQiCcAZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjQiCcAZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjQiCcAZY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ttjQiCcAZY .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ttjQiCcAZY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttjQiCcAZY .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttjQiCcAZY .mbr-section-title {
  color: #ffffff;
}
.cid-ttjQiCcAZY .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ttjQiCcAZY .link {
  color: #e43f3f;
}
.cid-ttlbjEsOM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
