body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Signika Negative', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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: 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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #ffffff !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: #0d135e !important;
  border-color: #0d135e !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: #020412 !important;
  border-color: #020412 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020412 !important;
  border-color: #020412 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #0d135e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #020412 !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: #0d135e !important;
  border-color: #0d135e !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: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #0d135e !important;
}
.text-success {
  color: #ffffff !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: #010104 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !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: #ffffff;
}
.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: 'Roboto', 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: 'Roboto', 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: #0d135e !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-tzwg7EEZE6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzwg7EEZE6 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tzwg7EEZE6 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tzwg7EEZE6 .iconfont-wrapper {
  color: #0d135e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tzwg7EEZE6 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tzwg7EEZE6 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzwg7EEZE6 .container {
    padding: 0 1rem;
  }
}
.cid-tzwg7EEZE6 .menu-tite {
  background: #6592e6;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tzwg7EEZE6 .nav-link {
  position: relative;
}
.cid-tzwg7EEZE6 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tzwg7EEZE6 nav.navbar {
  position: fixed;
}
.cid-tzwg7EEZE6 .navbar {
  padding: 0!important;
  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-tzwg7EEZE6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tzwg7EEZE6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzwg7EEZE6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tzwg7EEZE6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzwg7EEZE6 .navbar.collapsed {
  justify-content: center;
}
.cid-tzwg7EEZE6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzwg7EEZE6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzwg7EEZE6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 11rem);
  }
}
.cid-tzwg7EEZE6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzwg7EEZE6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzwg7EEZE6 .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-tzwg7EEZE6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzwg7EEZE6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzwg7EEZE6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzwg7EEZE6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzwg7EEZE6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzwg7EEZE6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzwg7EEZE6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzwg7EEZE6 .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-tzwg7EEZE6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzwg7EEZE6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzwg7EEZE6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzwg7EEZE6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzwg7EEZE6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzwg7EEZE6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzwg7EEZE6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzwg7EEZE6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzwg7EEZE6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzwg7EEZE6 .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-tzwg7EEZE6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzwg7EEZE6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzwg7EEZE6 .dropdown-item:hover,
.cid-tzwg7EEZE6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tzwg7EEZE6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzwg7EEZE6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzwg7EEZE6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tzwg7EEZE6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzwg7EEZE6 .dropdown-menu,
.cid-tzwg7EEZE6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tzwg7EEZE6 .nav-item:focus,
.cid-tzwg7EEZE6 .nav-link:focus {
  outline: none;
}
.cid-tzwg7EEZE6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzwg7EEZE6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzwg7EEZE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzwg7EEZE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzwg7EEZE6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzwg7EEZE6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzwg7EEZE6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzwg7EEZE6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzwg7EEZE6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzwg7EEZE6 .dropdown-item.active,
.cid-tzwg7EEZE6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzwg7EEZE6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzwg7EEZE6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzwg7EEZE6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzwg7EEZE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzwg7EEZE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzwg7EEZE6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzwg7EEZE6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzwg7EEZE6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzwg7EEZE6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzwg7EEZE6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzwg7EEZE6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzwg7EEZE6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwg7EEZE6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwg7EEZE6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzwg7EEZE6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwg7EEZE6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzwg7EEZE6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzwg7EEZE6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwg7EEZE6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzwg7EEZE6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzwg7EEZE6 .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-tzwg7EEZE6 .navbar {
    height: 70px;
  }
  .cid-tzwg7EEZE6 .navbar.opened {
    height: auto;
  }
  .cid-tzwg7EEZE6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzwop8hXOU {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tzwop8hXOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwop8hXOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tzwop8hXOU {
    min-height: 750px;
  }
}
.cid-tzwop8hXOU .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tzwop8hXOU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tzwop8hXOU .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tzwop8hXOU .mbr-section-btn {
  margin-top: 18px;
}
.cid-tzwop8hXOU .mbr-section-title DIV {
  text-align: center;
}
.cid-tzwITw3MM5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzwITw3MM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwITw3MM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwITw3MM5 .row {
  justify-content: flex-start;
}
.cid-tzwITw3MM5 .mbr-section-title {
  color: #030522;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tzwITw3MM5 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tzwITw3MM5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tzwz2V0jVm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzwz2V0jVm img {
  transition: all 0.3s;
  width: 100%;
}
.cid-tzwz2V0jVm .img-wrapper {
  overflow: hidden;
}
.cid-tzwz2V0jVm .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-tzwz2V0jVm .container {
    padding: 0 2rem;
  }
}
.cid-tzwz2V0jVm .title {
  display: flex;
  padding: 0 1rem;
}
.cid-tzwz2V0jVm .title-box {
  width: 100%;
}
.cid-tzwz2V0jVm .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-right: -1rem;
  display: block;
}
.cid-tzwz2V0jVm .mbr-iconfont {
  font-size: 1.5rem;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.cid-tzwz2V0jVm .card-wrapper {
  background: #05082f;
  margin-bottom: 2rem;
}
.cid-tzwz2V0jVm .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tzwz2V0jVm .card-wrapper:hover .mbr-iconfont {
  transform: translateX(8px);
}
.cid-tzwz2V0jVm .card-box {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tzwz2V0jVm .card-box {
    padding: 1rem;
  }
  .cid-tzwz2V0jVm .align-left {
    text-align: center;
  }
  .cid-tzwz2V0jVm .align-right,
  .cid-tzwz2V0jVm .align-left {
    text-align: center;
  }
  .cid-tzwz2V0jVm .title {
    flex-direction: column;
  }
  .cid-tzwz2V0jVm .icon,
  .cid-tzwz2V0jVm .title-box {
    margin: 0rem;
  }
  .cid-tzwz2V0jVm .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tzwz2V0jVm .mbr-text,
.cid-tzwz2V0jVm .card-box {
  color: #ffffff;
}
.cid-tzwz2V0jVm .card-subtitle {
  color: #cac19d;
}
.cid-tzwz2V0jVm .main-title {
  color: #030522;
  text-align: center;
}
.cid-tzwz2V0jVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwz2V0jVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwz2V0jVm .card-title,
.cid-tzwz2V0jVm .card-box {
  text-align: left;
}
.cid-tzwSTYOaEJ {
  padding-top: 84px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tzwSTYOaEJ .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tzwSTYOaEJ .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tzwSTYOaEJ .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #030522;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tzwSTYOaEJ .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tzwSTYOaEJ .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tzwSTYOaEJ .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tzwSTYOaEJ .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tzwSTYOaEJ .card-days {
  background-color: #030522;
  border-radius: 5px;
}
.cid-tzwSTYOaEJ .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tzwSTYOaEJ .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tzwSTYOaEJ .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tzwSTYOaEJ .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tzwSTYOaEJ .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tzwSTYOaEJ .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tzwSTYOaEJ .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tzwSTYOaEJ .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tzwSTYOaEJ .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tzwSTYOaEJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tzwSTYOaEJ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tzwSTYOaEJ .mbr-section-subtitle {
  color: #4c4c4c;
}
.cid-tzwSTYOaEJ H1 {
  color: #05082f;
  text-align: left;
}
.cid-tzwSTYOaEJ .card-title {
  color: #030522;
}
.cid-tzwSTYOaEJ .mbr-text {
  color: #4c4c4c;
}
.cid-tzwSTYOaEJ DIV {
  color: #ffffff;
}
.cid-tzwxJB59M4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030522;
}
.cid-tzwxJB59M4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzwxJB59M4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzwxJB59M4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzwxJB59M4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzwxJB59M4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzwxJB59M4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzwxJB59M4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzwxJB59M4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzwxJB59M4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzwxJB59M4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzwxJB59M4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzwxJB59M4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzwxJB59M4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzwxJB59M4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzwLMQNTyE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/high-bay-408222-960-720-960x640.jpeg");
}
.cid-tzwLMQNTyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwLMQNTyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwLMQNTyE .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzwN0eB1xm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzwN0eB1xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwN0eB1xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwN0eB1xm .row {
  justify-content: flex-start;
}
.cid-tzwN0eB1xm .mbr-section-title {
  color: #05082f;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tzwN0eB1xm .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tzwN0eB1xm .mbr-section-btn {
  margin-top: 20px;
}
.cid-tzwBbh9epU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzwBbh9epU .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tzwBbh9epU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tzwBbh9epU .iconfont-wrapper {
  color: #0d135e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tzwBbh9epU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tzwBbh9epU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzwBbh9epU .container {
    padding: 0 1rem;
  }
}
.cid-tzwBbh9epU .menu-tite {
  background: #6592e6;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tzwBbh9epU .nav-link {
  position: relative;
}
.cid-tzwBbh9epU .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tzwBbh9epU nav.navbar {
  position: fixed;
}
.cid-tzwBbh9epU .navbar {
  padding: 0!important;
  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-tzwBbh9epU .navbar.opened {
  transition: all 0.3s;
}
.cid-tzwBbh9epU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzwBbh9epU .navbar .navbar-logo img {
  width: auto;
}
.cid-tzwBbh9epU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzwBbh9epU .navbar.collapsed {
  justify-content: center;
}
.cid-tzwBbh9epU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzwBbh9epU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzwBbh9epU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 11rem);
  }
}
.cid-tzwBbh9epU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzwBbh9epU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzwBbh9epU .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-tzwBbh9epU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzwBbh9epU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzwBbh9epU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzwBbh9epU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzwBbh9epU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzwBbh9epU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzwBbh9epU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzwBbh9epU .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-tzwBbh9epU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzwBbh9epU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzwBbh9epU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzwBbh9epU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzwBbh9epU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzwBbh9epU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzwBbh9epU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzwBbh9epU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzwBbh9epU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzwBbh9epU .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-tzwBbh9epU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzwBbh9epU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzwBbh9epU .dropdown-item:hover,
.cid-tzwBbh9epU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tzwBbh9epU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzwBbh9epU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzwBbh9epU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tzwBbh9epU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzwBbh9epU .dropdown-menu,
.cid-tzwBbh9epU .navbar.opened {
  background: #ffffff !important;
}
.cid-tzwBbh9epU .nav-item:focus,
.cid-tzwBbh9epU .nav-link:focus {
  outline: none;
}
.cid-tzwBbh9epU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzwBbh9epU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzwBbh9epU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzwBbh9epU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzwBbh9epU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzwBbh9epU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzwBbh9epU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzwBbh9epU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzwBbh9epU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzwBbh9epU .dropdown-item.active,
.cid-tzwBbh9epU .dropdown-item:active {
  background-color: transparent;
}
.cid-tzwBbh9epU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzwBbh9epU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzwBbh9epU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzwBbh9epU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzwBbh9epU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzwBbh9epU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzwBbh9epU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzwBbh9epU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzwBbh9epU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzwBbh9epU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzwBbh9epU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzwBbh9epU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwBbh9epU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwBbh9epU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzwBbh9epU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwBbh9epU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzwBbh9epU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzwBbh9epU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwBbh9epU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzwBbh9epU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzwBbh9epU .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-tzwBbh9epU .navbar {
    height: 70px;
  }
  .cid-tzwBbh9epU .navbar.opened {
    height: auto;
  }
  .cid-tzwBbh9epU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzwBeZn6uE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzwBeZn6uE img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tzwBeZn6uE .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tzwBeZn6uE .mbr-text {
  color: #05082f;
  line-height: 1.5;
}
.cid-tzwBeZn6uE .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-tzwBeZn6uE .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tzwBeZn6uE .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tzwBeZn6uE .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tzwBeZn6uE .mbr-list,
.cid-tzwBeZn6uE .social-media {
  color: #030522;
}
.cid-tzwGB9hlvu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tzwGB9hlvu img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tzwGB9hlvu img {
    width: 100%;
  }
}
.cid-tzwGB9hlvu .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tzwGB9hlvu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tzwGB9hlvu .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzwGB9hlvu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #030522;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tzwGB9hlvu .mbr-text,
.cid-tzwGB9hlvu .mbr-section-btn {
  color: #777777;
}
.cid-tzwGB9hlvu .mbr-section-subtitle {
  color: #777777;
}
.cid-tzwGB9hlvu .mbr-list {
  color: #030522;
}
.cid-tzwGB9hlvu .mbr-section-title {
  text-align: center;
  color: #05082f;
}
.cid-tA05yuOeE8 {
  padding-top: 84px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tA05yuOeE8 .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tA05yuOeE8 .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tA05yuOeE8 .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #030522;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05yuOeE8 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tA05yuOeE8 .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tA05yuOeE8 .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tA05yuOeE8 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tA05yuOeE8 .card-days {
  background-color: #030522;
  border-radius: 5px;
}
.cid-tA05yuOeE8 .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tA05yuOeE8 .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tA05yuOeE8 .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tA05yuOeE8 .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tA05yuOeE8 .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tA05yuOeE8 .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tA05yuOeE8 .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tA05yuOeE8 .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05yuOeE8 .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tA05yuOeE8 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tA05yuOeE8 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tA05yuOeE8 .mbr-section-subtitle {
  color: #4c4c4c;
}
.cid-tA05yuOeE8 H1 {
  color: #05082f;
  text-align: left;
}
.cid-tA05yuOeE8 .card-title {
  color: #030522;
}
.cid-tA05yuOeE8 .mbr-text {
  color: #4c4c4c;
}
.cid-tA05yuOeE8 DIV {
  color: #ffffff;
}
.cid-tzwBbiuc9Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030522;
}
.cid-tzwBbiuc9Z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzwBbiuc9Z .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzwBbiuc9Z .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzwBbiuc9Z .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzwBbiuc9Z .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzwBbiuc9Z .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzwBbiuc9Z .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzwBbiuc9Z .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzwBbiuc9Z .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzwBbiuc9Z .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzwBbiuc9Z .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzwBbiuc9Z .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzwBbiuc9Z .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzwBbiuc9Z .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzwN7xO8bG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/high-bay-408222-960-720-960x640.jpeg");
}
.cid-tzwN7xO8bG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwN7xO8bG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwN7xO8bG .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzwN7y23iQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzwN7y23iQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwN7y23iQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwN7y23iQ .row {
  justify-content: flex-start;
}
.cid-tzwN7y23iQ .mbr-section-title {
  color: #05082f;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tzwN7y23iQ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tzwN7y23iQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tzwN7yc6cT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzwN7yc6cT .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tzwN7yc6cT .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tzwN7yc6cT .iconfont-wrapper {
  color: #0d135e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tzwN7yc6cT .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tzwN7yc6cT .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzwN7yc6cT .container {
    padding: 0 1rem;
  }
}
.cid-tzwN7yc6cT .menu-tite {
  background: #6592e6;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tzwN7yc6cT .nav-link {
  position: relative;
}
.cid-tzwN7yc6cT .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tzwN7yc6cT nav.navbar {
  position: fixed;
}
.cid-tzwN7yc6cT .navbar {
  padding: 0!important;
  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-tzwN7yc6cT .navbar.opened {
  transition: all 0.3s;
}
.cid-tzwN7yc6cT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzwN7yc6cT .navbar .navbar-logo img {
  width: auto;
}
.cid-tzwN7yc6cT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzwN7yc6cT .navbar.collapsed {
  justify-content: center;
}
.cid-tzwN7yc6cT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzwN7yc6cT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzwN7yc6cT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 11rem);
  }
}
.cid-tzwN7yc6cT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzwN7yc6cT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzwN7yc6cT .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-tzwN7yc6cT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzwN7yc6cT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzwN7yc6cT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzwN7yc6cT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzwN7yc6cT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzwN7yc6cT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzwN7yc6cT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzwN7yc6cT .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-tzwN7yc6cT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzwN7yc6cT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzwN7yc6cT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzwN7yc6cT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzwN7yc6cT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzwN7yc6cT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzwN7yc6cT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzwN7yc6cT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzwN7yc6cT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzwN7yc6cT .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-tzwN7yc6cT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzwN7yc6cT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzwN7yc6cT .dropdown-item:hover,
.cid-tzwN7yc6cT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tzwN7yc6cT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzwN7yc6cT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzwN7yc6cT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tzwN7yc6cT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzwN7yc6cT .dropdown-menu,
.cid-tzwN7yc6cT .navbar.opened {
  background: #ffffff !important;
}
.cid-tzwN7yc6cT .nav-item:focus,
.cid-tzwN7yc6cT .nav-link:focus {
  outline: none;
}
.cid-tzwN7yc6cT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzwN7yc6cT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzwN7yc6cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzwN7yc6cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzwN7yc6cT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzwN7yc6cT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzwN7yc6cT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzwN7yc6cT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzwN7yc6cT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzwN7yc6cT .dropdown-item.active,
.cid-tzwN7yc6cT .dropdown-item:active {
  background-color: transparent;
}
.cid-tzwN7yc6cT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzwN7yc6cT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzwN7yc6cT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzwN7yc6cT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzwN7yc6cT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzwN7yc6cT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzwN7yc6cT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzwN7yc6cT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzwN7yc6cT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzwN7yc6cT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzwN7yc6cT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzwN7yc6cT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwN7yc6cT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwN7yc6cT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzwN7yc6cT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwN7yc6cT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzwN7yc6cT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzwN7yc6cT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwN7yc6cT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzwN7yc6cT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzwN7yc6cT .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-tzwN7yc6cT .navbar {
    height: 70px;
  }
  .cid-tzwN7yc6cT .navbar.opened {
    height: auto;
  }
  .cid-tzwN7yc6cT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzwN7yHqYQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tzwN7yHqYQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tzwN7yHqYQ img {
    width: 100%;
  }
}
.cid-tzwN7yHqYQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tzwN7yHqYQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tzwN7yHqYQ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzwN7yHqYQ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #030522;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tzwN7yHqYQ .mbr-text,
.cid-tzwN7yHqYQ .mbr-section-btn {
  color: #777777;
}
.cid-tzwN7yHqYQ .mbr-section-subtitle {
  color: #777777;
}
.cid-tzwN7yHqYQ .mbr-list {
  color: #05082f;
}
.cid-tzwN7yHqYQ .mbr-section-title {
  text-align: center;
}
.cid-tA05CFUNjA {
  padding-top: 84px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tA05CFUNjA .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tA05CFUNjA .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tA05CFUNjA .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #030522;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05CFUNjA .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tA05CFUNjA .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tA05CFUNjA .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tA05CFUNjA .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tA05CFUNjA .card-days {
  background-color: #030522;
  border-radius: 5px;
}
.cid-tA05CFUNjA .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tA05CFUNjA .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tA05CFUNjA .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tA05CFUNjA .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tA05CFUNjA .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tA05CFUNjA .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tA05CFUNjA .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tA05CFUNjA .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05CFUNjA .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tA05CFUNjA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tA05CFUNjA .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tA05CFUNjA .mbr-section-subtitle {
  color: #4c4c4c;
}
.cid-tA05CFUNjA H1 {
  color: #05082f;
  text-align: left;
}
.cid-tA05CFUNjA .card-title {
  color: #030522;
}
.cid-tA05CFUNjA .mbr-text {
  color: #4c4c4c;
}
.cid-tA05CFUNjA DIV {
  color: #ffffff;
}
.cid-tzwN7ySMuK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030522;
}
.cid-tzwN7ySMuK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzwN7ySMuK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzwN7ySMuK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzwN7ySMuK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzwN7ySMuK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzwN7ySMuK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzwN7ySMuK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzwN7ySMuK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzwN7ySMuK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzwN7ySMuK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzwN7ySMuK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzwN7ySMuK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzwN7ySMuK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzwN7ySMuK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzwNqKIQQm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/high-bay-408222-960-720-960x640.jpeg");
}
.cid-tzwNqKIQQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwNqKIQQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwNqKIQQm .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzwNqKYAf1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzwNqKYAf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwNqKYAf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwNqKYAf1 .row {
  justify-content: flex-start;
}
.cid-tzwNqKYAf1 .mbr-section-title {
  color: #05082f;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tzwNqKYAf1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tzwNqKYAf1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tzwNv3WOsX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzwNv3WOsX .mbr-text,
.cid-tzwNv3WOsX .mbr-section-btn {
  color: #05082f;
}
.cid-tzwNqLaHSd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzwNqLaHSd .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tzwNqLaHSd .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tzwNqLaHSd .iconfont-wrapper {
  color: #0d135e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tzwNqLaHSd .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tzwNqLaHSd .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzwNqLaHSd .container {
    padding: 0 1rem;
  }
}
.cid-tzwNqLaHSd .menu-tite {
  background: #6592e6;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tzwNqLaHSd .nav-link {
  position: relative;
}
.cid-tzwNqLaHSd .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tzwNqLaHSd nav.navbar {
  position: fixed;
}
.cid-tzwNqLaHSd .navbar {
  padding: 0!important;
  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-tzwNqLaHSd .navbar.opened {
  transition: all 0.3s;
}
.cid-tzwNqLaHSd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzwNqLaHSd .navbar .navbar-logo img {
  width: auto;
}
.cid-tzwNqLaHSd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzwNqLaHSd .navbar.collapsed {
  justify-content: center;
}
.cid-tzwNqLaHSd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzwNqLaHSd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzwNqLaHSd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 11rem);
  }
}
.cid-tzwNqLaHSd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzwNqLaHSd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzwNqLaHSd .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-tzwNqLaHSd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzwNqLaHSd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzwNqLaHSd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzwNqLaHSd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzwNqLaHSd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzwNqLaHSd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzwNqLaHSd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzwNqLaHSd .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-tzwNqLaHSd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzwNqLaHSd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzwNqLaHSd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzwNqLaHSd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzwNqLaHSd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzwNqLaHSd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzwNqLaHSd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzwNqLaHSd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzwNqLaHSd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzwNqLaHSd .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-tzwNqLaHSd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzwNqLaHSd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzwNqLaHSd .dropdown-item:hover,
.cid-tzwNqLaHSd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tzwNqLaHSd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzwNqLaHSd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzwNqLaHSd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tzwNqLaHSd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzwNqLaHSd .dropdown-menu,
.cid-tzwNqLaHSd .navbar.opened {
  background: #ffffff !important;
}
.cid-tzwNqLaHSd .nav-item:focus,
.cid-tzwNqLaHSd .nav-link:focus {
  outline: none;
}
.cid-tzwNqLaHSd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzwNqLaHSd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzwNqLaHSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzwNqLaHSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzwNqLaHSd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzwNqLaHSd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzwNqLaHSd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzwNqLaHSd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzwNqLaHSd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzwNqLaHSd .dropdown-item.active,
.cid-tzwNqLaHSd .dropdown-item:active {
  background-color: transparent;
}
.cid-tzwNqLaHSd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzwNqLaHSd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzwNqLaHSd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzwNqLaHSd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzwNqLaHSd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzwNqLaHSd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzwNqLaHSd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzwNqLaHSd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzwNqLaHSd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzwNqLaHSd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzwNqLaHSd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzwNqLaHSd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwNqLaHSd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwNqLaHSd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzwNqLaHSd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwNqLaHSd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzwNqLaHSd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzwNqLaHSd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwNqLaHSd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzwNqLaHSd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzwNqLaHSd .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-tzwNqLaHSd .navbar {
    height: 70px;
  }
  .cid-tzwNqLaHSd .navbar.opened {
    height: auto;
  }
  .cid-tzwNqLaHSd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzwNqLTQu9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030522;
}
.cid-tzwNqLTQu9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzwNqLTQu9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzwNqLTQu9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzwNqLTQu9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzwNqLTQu9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzwNqLTQu9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzwNqLTQu9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzwNqLTQu9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzwNqLTQu9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzwNqLTQu9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzwNqLTQu9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzwNqLTQu9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzwNqLTQu9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzwNqLTQu9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzwNLzJNhe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/high-bay-408222-960-720-960x640.jpeg");
}
.cid-tzwNLzJNhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwNLzJNhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwNLzJNhe .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzwNLzX8wf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzwNLzX8wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzwNLzX8wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzwNLzX8wf .row {
  justify-content: flex-start;
}
.cid-tzwNLzX8wf .mbr-section-title {
  color: #05082f;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tzwNLzX8wf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tzwNLzX8wf .mbr-section-btn {
  margin-top: 20px;
}
.cid-tzwNLA7wPw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzwNLA7wPw .mbr-text,
.cid-tzwNLA7wPw .mbr-section-btn {
  color: #05082f;
}
.cid-tA05GgMoll {
  padding-top: 84px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tA05GgMoll .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tA05GgMoll .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tA05GgMoll .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #030522;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05GgMoll .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tA05GgMoll .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tA05GgMoll .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tA05GgMoll .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tA05GgMoll .card-days {
  background-color: #030522;
  border-radius: 5px;
}
.cid-tA05GgMoll .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tA05GgMoll .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tA05GgMoll .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tA05GgMoll .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tA05GgMoll .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tA05GgMoll .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tA05GgMoll .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tA05GgMoll .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05GgMoll .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tA05GgMoll .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tA05GgMoll .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tA05GgMoll .mbr-section-subtitle {
  color: #4c4c4c;
}
.cid-tA05GgMoll H1 {
  color: #05082f;
  text-align: left;
}
.cid-tA05GgMoll .card-title {
  color: #030522;
}
.cid-tA05GgMoll .mbr-text {
  color: #4c4c4c;
}
.cid-tA05GgMoll DIV {
  color: #ffffff;
}
.cid-tzwNLAiCus {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzwNLAiCus .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tzwNLAiCus .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tzwNLAiCus .iconfont-wrapper {
  color: #0d135e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tzwNLAiCus .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tzwNLAiCus .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzwNLAiCus .container {
    padding: 0 1rem;
  }
}
.cid-tzwNLAiCus .menu-tite {
  background: #6592e6;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tzwNLAiCus .nav-link {
  position: relative;
}
.cid-tzwNLAiCus .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tzwNLAiCus nav.navbar {
  position: fixed;
}
.cid-tzwNLAiCus .navbar {
  padding: 0!important;
  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-tzwNLAiCus .navbar.opened {
  transition: all 0.3s;
}
.cid-tzwNLAiCus .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzwNLAiCus .navbar .navbar-logo img {
  width: auto;
}
.cid-tzwNLAiCus .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzwNLAiCus .navbar.collapsed {
  justify-content: center;
}
.cid-tzwNLAiCus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzwNLAiCus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzwNLAiCus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 11rem);
  }
}
.cid-tzwNLAiCus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzwNLAiCus .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzwNLAiCus .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-tzwNLAiCus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzwNLAiCus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzwNLAiCus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzwNLAiCus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzwNLAiCus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzwNLAiCus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzwNLAiCus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzwNLAiCus .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-tzwNLAiCus .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzwNLAiCus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzwNLAiCus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzwNLAiCus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzwNLAiCus .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzwNLAiCus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzwNLAiCus .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzwNLAiCus .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzwNLAiCus .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzwNLAiCus .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-tzwNLAiCus .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzwNLAiCus .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzwNLAiCus .dropdown-item:hover,
.cid-tzwNLAiCus .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tzwNLAiCus .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzwNLAiCus .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzwNLAiCus .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tzwNLAiCus .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzwNLAiCus .dropdown-menu,
.cid-tzwNLAiCus .navbar.opened {
  background: #ffffff !important;
}
.cid-tzwNLAiCus .nav-item:focus,
.cid-tzwNLAiCus .nav-link:focus {
  outline: none;
}
.cid-tzwNLAiCus .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzwNLAiCus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzwNLAiCus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzwNLAiCus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzwNLAiCus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzwNLAiCus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzwNLAiCus .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzwNLAiCus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzwNLAiCus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzwNLAiCus .dropdown-item.active,
.cid-tzwNLAiCus .dropdown-item:active {
  background-color: transparent;
}
.cid-tzwNLAiCus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzwNLAiCus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzwNLAiCus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzwNLAiCus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzwNLAiCus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzwNLAiCus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzwNLAiCus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzwNLAiCus .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzwNLAiCus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzwNLAiCus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzwNLAiCus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzwNLAiCus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwNLAiCus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwNLAiCus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzwNLAiCus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwNLAiCus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzwNLAiCus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzwNLAiCus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwNLAiCus .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzwNLAiCus a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzwNLAiCus .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-tzwNLAiCus .navbar {
    height: 70px;
  }
  .cid-tzwNLAiCus .navbar.opened {
    height: auto;
  }
  .cid-tzwNLAiCus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzwNLAzxJK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030522;
}
.cid-tzwNLAzxJK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzwNLAzxJK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzwNLAzxJK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzwNLAzxJK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzwNLAzxJK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzwNLAzxJK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzwNLAzxJK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzwNLAzxJK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzwNLAzxJK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzwNLAzxJK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzwNLAzxJK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzwNLAzxJK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzwNLAzxJK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzwNLAzxJK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzUdDZ8qQz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/high-bay-408222-960-720-960x640.jpeg");
}
.cid-tzUdDZ8qQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUdDZ8qQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUdDZ8qQz .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzUdDZj1sE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzUdDZj1sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUdDZj1sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUdDZj1sE .row {
  justify-content: flex-start;
}
.cid-tzUdDZj1sE .mbr-section-title {
  color: #05082f;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tzUdDZj1sE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tzUdDZj1sE .mbr-section-btn {
  margin-top: 20px;
}
.cid-tzUdDZt1Lm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzUdDZt1Lm .mbr-text,
.cid-tzUdDZt1Lm .mbr-section-btn {
  color: #05082f;
}
.cid-tA05KrkH4l {
  padding-top: 84px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tA05KrkH4l .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tA05KrkH4l .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tA05KrkH4l .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #030522;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05KrkH4l .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tA05KrkH4l .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tA05KrkH4l .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tA05KrkH4l .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tA05KrkH4l .card-days {
  background-color: #030522;
  border-radius: 5px;
}
.cid-tA05KrkH4l .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tA05KrkH4l .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tA05KrkH4l .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tA05KrkH4l .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tA05KrkH4l .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tA05KrkH4l .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tA05KrkH4l .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tA05KrkH4l .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tA05KrkH4l .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tA05KrkH4l .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tA05KrkH4l .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tA05KrkH4l .mbr-section-subtitle {
  color: #4c4c4c;
}
.cid-tA05KrkH4l H1 {
  color: #05082f;
  text-align: left;
}
.cid-tA05KrkH4l .card-title {
  color: #030522;
}
.cid-tA05KrkH4l .mbr-text {
  color: #4c4c4c;
}
.cid-tA05KrkH4l DIV {
  color: #ffffff;
}
.cid-tzUdDZTeD2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzUdDZTeD2 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-tzUdDZTeD2 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tzUdDZTeD2 .iconfont-wrapper {
  color: #0d135e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tzUdDZTeD2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tzUdDZTeD2 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tzUdDZTeD2 .container {
    padding: 0 1rem;
  }
}
.cid-tzUdDZTeD2 .menu-tite {
  background: #6592e6;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-tzUdDZTeD2 .nav-link {
  position: relative;
}
.cid-tzUdDZTeD2 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-tzUdDZTeD2 nav.navbar {
  position: fixed;
}
.cid-tzUdDZTeD2 .navbar {
  padding: 0!important;
  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-tzUdDZTeD2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tzUdDZTeD2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzUdDZTeD2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tzUdDZTeD2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzUdDZTeD2 .navbar.collapsed {
  justify-content: center;
}
.cid-tzUdDZTeD2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzUdDZTeD2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzUdDZTeD2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 11rem);
  }
}
.cid-tzUdDZTeD2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzUdDZTeD2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzUdDZTeD2 .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-tzUdDZTeD2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzUdDZTeD2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzUdDZTeD2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzUdDZTeD2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzUdDZTeD2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzUdDZTeD2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzUdDZTeD2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzUdDZTeD2 .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-tzUdDZTeD2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzUdDZTeD2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzUdDZTeD2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzUdDZTeD2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzUdDZTeD2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzUdDZTeD2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzUdDZTeD2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzUdDZTeD2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzUdDZTeD2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzUdDZTeD2 .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-tzUdDZTeD2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzUdDZTeD2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzUdDZTeD2 .dropdown-item:hover,
.cid-tzUdDZTeD2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tzUdDZTeD2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzUdDZTeD2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzUdDZTeD2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tzUdDZTeD2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzUdDZTeD2 .dropdown-menu,
.cid-tzUdDZTeD2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tzUdDZTeD2 .nav-item:focus,
.cid-tzUdDZTeD2 .nav-link:focus {
  outline: none;
}
.cid-tzUdDZTeD2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzUdDZTeD2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUdDZTeD2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzUdDZTeD2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzUdDZTeD2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUdDZTeD2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUdDZTeD2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzUdDZTeD2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzUdDZTeD2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzUdDZTeD2 .dropdown-item.active,
.cid-tzUdDZTeD2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzUdDZTeD2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzUdDZTeD2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzUdDZTeD2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzUdDZTeD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzUdDZTeD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzUdDZTeD2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUdDZTeD2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzUdDZTeD2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzUdDZTeD2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzUdDZTeD2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzUdDZTeD2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUdDZTeD2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUdDZTeD2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUdDZTeD2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUdDZTeD2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUdDZTeD2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUdDZTeD2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUdDZTeD2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUdDZTeD2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzUdDZTeD2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzUdDZTeD2 .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-tzUdDZTeD2 .navbar {
    height: 70px;
  }
  .cid-tzUdDZTeD2 .navbar.opened {
    height: auto;
  }
  .cid-tzUdDZTeD2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzUdE0bU0c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030522;
}
.cid-tzUdE0bU0c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzUdE0bU0c .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzUdE0bU0c .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzUdE0bU0c .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzUdE0bU0c .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzUdE0bU0c .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzUdE0bU0c .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tzUdE0bU0c .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzUdE0bU0c .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzUdE0bU0c .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tzUdE0bU0c .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzUdE0bU0c .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzUdE0bU0c .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzUdE0bU0c .media-container-row .row-copirayt p {
  width: 100%;
}
