body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #c91d09 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #009fe2 !important;
  border-color: #009fe2 !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: #00628b !important;
  border-color: #00628b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00628b !important;
  border-color: #00628b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c91d09 !important;
  border-color: #c91d09 !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: #761105 !important;
  border-color: #761105 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #761105 !important;
  border-color: #761105 !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: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #009fe2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00628b !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: #009fe2 !important;
  border-color: #009fe2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c91d09;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #761105 !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: #c91d09 !important;
  border-color: #c91d09 !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: #000000 !important;
}
.text-secondary {
  color: #009fe2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #c91d09 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00577c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #670f05 !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: #000000;
}
.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: #c91d09;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbaca3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #009fe2 !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='%23000000' %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-uYbTduAx8X .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYbTduAx8X .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYbTduAx8X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYbTduAx8X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYbTduAx8X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYbTduAx8X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYbTduAx8X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYbTduAx8X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYbTduAx8X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYbTduAx8X .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYbTduAx8X .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYbTduAx8X .dropdown-item,
.cid-uYbTduAx8X .nav-link,
.cid-uYbTduAx8X .brand-name {
  font-style: normal;
}
.cid-uYbTduAx8X .dropdown-item:hover,
.cid-uYbTduAx8X .nav-link:hover,
.cid-uYbTduAx8X .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYbTduAx8X .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYbTduAx8X .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYbTduAx8X .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYbTduAx8X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYbTduAx8X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYbTduAx8X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYbTduAx8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbTduAx8X .content-text {
  margin-bottom: 0;
}
.cid-uYbTduAx8X .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYbTduAx8X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYbTduAx8X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYbTduAx8X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYbTduAx8X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYbTduAx8X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYbTduAx8X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYbTduAx8X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYbTduAx8X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYbTduAx8X .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYbTduAx8X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYbTduAx8X .content-right-side {
  text-align: center;
}
.cid-uYbTduAx8X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYbTduAx8X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYbTduAx8X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYbTduAx8X .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYbTduAx8X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYbTduAx8X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYbTduAx8X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYbTduAx8X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYbTduAx8X .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYbTduAx8X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYbTduAx8X .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYbTduAx8X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYbTduAx8X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYbTduAx8X .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYbTduAx8X .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYbTduAx8X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYbTduAx8X .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYbTduAx8X .navbar-toggler {
    display: none;
  }
  .cid-uYbTduAx8X .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYbTduAx8X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYbTduAx8X .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYbTduAx8X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYbTduAx8X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYbTduAx8X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYbTduAx8X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYbTduAx8X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYbTduAx8X .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYbTduAx8X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYbTduAx8X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYbTduAx8X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYbTduAx8X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYbTduAx8X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYbTduAx8X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYbTduAx8X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYbTduAx8X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYbTduAx8X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYbTduAx8X button.navbar-toggler:focus {
  outline: none;
}
.cid-uYbTduAx8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #009fe2;
}
.cid-uYbTduAx8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYbTduAx8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbTduAx8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYbTduAx8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYbTduAx8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbTduAx8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYbTduAx8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYbTduAx8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYbTduAx8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYbTduAx8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYbTduAx8X .collapsed .btn {
  display: flex;
}
.cid-uYbTduAx8X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYbTduAx8X .collapsed .navbar-collapse.collapsing,
.cid-uYbTduAx8X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYbTduAx8X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYbTduAx8X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYbTduAx8X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYbTduAx8X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYbTduAx8X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYbTduAx8X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYbTduAx8X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYbTduAx8X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYbTduAx8X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYbTduAx8X .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYbTduAx8X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYbTduAx8X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYbTduAx8X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYbTduAx8X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYbTduAx8X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYbTduAx8X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYbTduAx8X .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYbTduAx8X .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYbTduAx8X .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYbTduAx8X .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYbTduAx8X .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYbTduAx8X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYbTduAx8X .navbar-collapse.collapsing,
  .cid-uYbTduAx8X .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYbTduAx8X .navbar-collapse.collapsing .navbar-nav,
  .cid-uYbTduAx8X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYbTduAx8X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYbTduAx8X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYbTduAx8X .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYbTduAx8X .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYbTduAx8X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYbTduAx8X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYbTduAx8X img {
    height: 3.8rem !important;
  }
  .cid-uYbTduAx8X .btn {
    display: flex;
  }
  .cid-uYbTduAx8X button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYbTduAx8X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYbTduAx8X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYbTduAx8X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYbTduAx8X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYbTduAx8X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYbTduAx8X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYbTduAx8X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYbTduAx8X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYbTduAx8X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYbTduAx8X .nav-link:focus {
  outline: none;
}
.cid-uYbTduAx8X .navbar-toggler {
  position: relative;
}
.cid-uYbTduAx8X .dropdown-item.active,
.cid-uYbTduAx8X .dropdown-item:active {
  color: initial;
}
.cid-uYbTduAx8X .widget-title,
.cid-uYbTduAx8X .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYbTduAx8X .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYbTduAx8X .menu-logo {
    display: none;
  }
  .cid-uYbTduAx8X .navbar {
    padding: 0;
  }
  .cid-uYbTduAx8X .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYbTduAx8X button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYnnK4CSEJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/accue.jpg");
}
.cid-uYnnK4CSEJ .text {
  display: flex;
  align-items: center;
}
.cid-uYnnK4CSEJ .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-uYnnK4CSEJ .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-uYnnK4CSEJ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uYnnK4CSEJ .btn:hover {
  box-shadow: none;
}
.cid-uYnnK4CSEJ .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYnnK4CSEJ .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uYnnK4CSEJ .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYnnK4CSEJ .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYnnK4CSEJ .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uYnnK4CSEJ .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYnnK4CSEJ .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYnnK4CSEJ .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uYnnK4CSEJ .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uYnnK4CSEJ .row:hover img {
  transform: rotate(0deg);
}
.cid-uYnnK4CSEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnnK4CSEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnnK4CSEJ .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uYnnK4CSEJ .image {
  display: flex;
}
.cid-uYnnK4CSEJ .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-uYnnK4CSEJ .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v8bt0LycqI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8bt0LycqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bt0LycqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bt0LycqI .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8bt0LycqI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v8bt0LycqI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8bt0LycqI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8bt0LycqI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8bt0LycqI .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-v8bt0LycqI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v8bt0LycqI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v92yOQlGrN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-v92yOQlGrN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v92yOQlGrN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v92yOQlGrN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-v92yOQlGrN .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-v92yOQlGrN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v92yOQlGrN .embla__slide .slide-content {
  width: 100%;
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v92yOQlGrN .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-v92yOQlGrN .embla__button--next,
.cid-v92yOQlGrN .embla__button--prev {
  display: flex;
}
.cid-v92yOQlGrN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v92yOQlGrN .embla__button:hover {
  opacity: .7 !important;
}
.cid-v92yOQlGrN .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v92yOQlGrN .embla__button.embla__button--next {
  right: 0;
}
.cid-v92yOQlGrN .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v92yOQlGrN .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v92yOQlGrN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v92yOQlGrN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v92yOQlGrN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v92yOQlGrN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v92yOQlGrN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v92yOQlGrN .item-tag {
  color: #ffffff;
}
.cid-v92yOQlGrN .item-name {
  color: #ffffff;
}
.cid-uYgsblioNU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-uYgsblioNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgsblioNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgsblioNU .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYgsblioNU .container {
    max-width: 1400px;
  }
}
.cid-uYgsblioNU .card {
  margin: auto;
}
.cid-uYgsblioNU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYgsblioNU .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYgsblioNU .row {
  justify-content: center;
}
.cid-uYgsblioNU .card-title,
.cid-uYgsblioNU .card-box {
  color: #ffffff;
}
.cid-v8hzOFbiD3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eae7e7;
}
.cid-v8hzOFbiD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hzOFbiD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hzOFbiD3 .item {
  padding-bottom: 2rem;
}
.cid-v8hzOFbiD3 .item-wrapper {
  position: relative;
}
.cid-v8hzOFbiD3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8hzOFbiD3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8hzOFbiD3 .carousel-control,
.cid-v8hzOFbiD3 .close {
  background: #1b1b1b;
}
.cid-v8hzOFbiD3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8hzOFbiD3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8hzOFbiD3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8hzOFbiD3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8hzOFbiD3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8hzOFbiD3 .close::before {
  content: '\e91a';
}
.cid-v8hzOFbiD3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8hzOFbiD3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8hzOFbiD3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hzOFbiD3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8hzOFbiD3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8hzOFbiD3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8hzOFbiD3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8hzOFbiD3 .carousel-indicators li.active,
.cid-v8hzOFbiD3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8hzOFbiD3 .carousel-indicators li::after,
.cid-v8hzOFbiD3 .carousel-indicators li::before {
  content: none;
}
.cid-v8hzOFbiD3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8hzOFbiD3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8hzOFbiD3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8hzOFbiD3 .carousel-indicators {
    display: none;
  }
}
.cid-v8hzOFbiD3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8hzOFbiD3 .carousel-inner > .active {
  display: block;
}
.cid-v8hzOFbiD3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hzOFbiD3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8hzOFbiD3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8hzOFbiD3 .carousel-control,
  .cid-v8hzOFbiD3 .carousel-indicators,
  .cid-v8hzOFbiD3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8hzOFbiD3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8hzOFbiD3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8hzOFbiD3 .carousel-indicators .active,
.cid-v8hzOFbiD3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8hzOFbiD3 .carousel-indicators .active {
  background: #fff;
}
.cid-v8hzOFbiD3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8hzOFbiD3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8hzOFbiD3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8hzOFbiD3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8hzOFbiD3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8hzOFbiD3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8hzOFbiD3 .carousel {
  width: 100%;
}
.cid-v8hzOFbiD3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8hzOFbiD3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8hzOFbiD3 .modal.fade .modal-dialog,
.cid-v8hzOFbiD3 .modal.in .modal-dialog {
  transform: none;
}
.cid-v8hzOFbiD3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8hzOFbiD3 H6 {
  text-align: center;
}
.cid-v8hzOFbiD3 H3 {
  text-align: left;
  color: #000000;
}
.cid-v8bB217cv7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8bB217cv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bB217cv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bB217cv7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8bB217cv7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8bB217cv7 .container {
    padding: 0 20px;
  }
}
.cid-v8bB217cv7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8bB217cv7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8bB217cv7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8bB217cv7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v8bB217cv7 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8bB217cv7 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v8bB217cv7 .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v8bB217cv7 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bB217cv7 .image-wrapper img {
    height: 300px;
  }
}
.cid-v8bB217cv7 .mbr-section-title {
  color: #c2b299;
}
.cid-v8bB217cv7 .mbr-text {
  color: #1b1b1b;
}
.cid-v8bB217cv7 .mbr-section-title,
.cid-v8bB217cv7 .mbr-section-btn {
  color: #c91d09;
  text-align: left;
}
.cid-v8bPpL66yc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8bPpL66yc .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8bPpL66yc .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8bPpL66yc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8bPpL66yc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8bPpL66yc img,
.cid-v8bPpL66yc .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8bPpL66yc .item:focus,
.cid-v8bPpL66yc span:focus {
  outline: none;
}
.cid-v8bPpL66yc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8bPpL66yc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8bPpL66yc .mbr-section-title {
  color: #009fe2;
}
.cid-v8bPpL66yc .mbr-text,
.cid-v8bPpL66yc .mbr-section-btn {
  text-align: center;
}
.cid-v8bPpL66yc .item-title {
  text-align: center;
}
.cid-v8bPpL66yc .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-uYgEVxrgWe {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-uYgEVxrgWe .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-uYgEVxrgWe .form-control,
.cid-uYgEVxrgWe .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uYgEVxrgWe .form-control::-webkit-input-placeholder,
.cid-uYgEVxrgWe .field-input::-webkit-input-placeholder,
.cid-uYgEVxrgWe .form-control::-webkit-input-placeholder,
.cid-uYgEVxrgWe .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uYgEVxrgWe .form-control:-moz-placeholder,
.cid-uYgEVxrgWe .field-input:-moz-placeholder,
.cid-uYgEVxrgWe .form-control:-moz-placeholder,
.cid-uYgEVxrgWe .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uYgEVxrgWe .form-control:hover,
.cid-uYgEVxrgWe .field-input:hover,
.cid-uYgEVxrgWe .form-control:focus,
.cid-uYgEVxrgWe .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uYgEVxrgWe .form-control:hover::-webkit-input-placeholder,
.cid-uYgEVxrgWe .field-input:hover::-webkit-input-placeholder,
.cid-uYgEVxrgWe .form-control:focus::-webkit-input-placeholder,
.cid-uYgEVxrgWe .field-input:focus::-webkit-input-placeholder,
.cid-uYgEVxrgWe .form-control:hover::-webkit-input-placeholder,
.cid-uYgEVxrgWe .field-input:hover::-webkit-input-placeholder,
.cid-uYgEVxrgWe .form-control:focus::-webkit-input-placeholder,
.cid-uYgEVxrgWe .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uYgEVxrgWe .form-control:hover:-moz-placeholder,
.cid-uYgEVxrgWe .field-input:hover:-moz-placeholder,
.cid-uYgEVxrgWe .form-control:focus:-moz-placeholder,
.cid-uYgEVxrgWe .field-input:focus:-moz-placeholder,
.cid-uYgEVxrgWe .form-control:hover:-moz-placeholder,
.cid-uYgEVxrgWe .field-input:hover:-moz-placeholder,
.cid-uYgEVxrgWe .form-control:focus:-moz-placeholder,
.cid-uYgEVxrgWe .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uYgEVxrgWe .jq-number__spin:hover,
.cid-uYgEVxrgWe .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uYgEVxrgWe .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uYgEVxrgWe .jq-selectbox li,
.cid-uYgEVxrgWe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uYgEVxrgWe .jq-selectbox li:hover,
.cid-uYgEVxrgWe .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uYgEVxrgWe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uYgEVxrgWe .jq-number__spin.minus:hover:after,
.cid-uYgEVxrgWe .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uYgEVxrgWe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uYgEVxrgWe .jq-number__spin.minus:after,
.cid-uYgEVxrgWe .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uYgEVxrgWe input::-webkit-clear-button {
  display: none;
}
.cid-uYgEVxrgWe input::-webkit-inner-spin-button {
  display: none;
}
.cid-uYgEVxrgWe input::-webkit-outer-spin-button {
  display: none;
}
.cid-uYgEVxrgWe input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uYgEVxrgWe H4 {
  color: #ffffff;
}
.cid-uYckVSqXV2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #0a1c44;
}
.cid-uYckVSqXV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYckVSqXV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYckVSqXV2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYckVSqXV2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYckVSqXV2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYckVSqXV2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYckVSqXV2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYccuVBake {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYccuVBake .container {
    padding: 0 24px;
  }
}
.cid-uYccuVBake .row {
  justify-content: space-between;
}
.cid-uYccuVBake .logo-wrapper {
  display: flex;
}
.cid-uYccuVBake .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYccuVBake .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYccuVBake .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYccuVBake .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYccuVBake .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYccuVBake .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYccuVBake .content-wrapper .list .item-wrap:hover,
.cid-uYccuVBake .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYccuVBake .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYccuVBake .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYccuVBake .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYccuVBake .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYccuVBake .nav-list {
    padding: 0;
  }
}
.cid-uYccuVBake .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYccuVBake .nav-list .item-wrap:hover,
.cid-uYccuVBake .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYccuVBake .nav-list .item-wrap:hover::before,
.cid-uYccuVBake .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYccuVBake .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYccuVBake .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYccuVBake .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYccuVBake .list {
  color: #F9F6E0;
}
.cid-uYccuVBake .mbr-copy {
  color: #F9F6E0;
}
.cid-uYccuVBake .list,
.cid-uYccuVBake .item-wrap {
  color: #ffffff;
}
.cid-uYcjss7qV3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-uYgzDcYHEg .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYgzDcYHEg .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYgzDcYHEg .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYgzDcYHEg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgzDcYHEg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYgzDcYHEg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYgzDcYHEg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYgzDcYHEg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYgzDcYHEg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYgzDcYHEg .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYgzDcYHEg .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYgzDcYHEg .dropdown-item,
.cid-uYgzDcYHEg .nav-link,
.cid-uYgzDcYHEg .brand-name {
  font-style: normal;
}
.cid-uYgzDcYHEg .dropdown-item:hover,
.cid-uYgzDcYHEg .nav-link:hover,
.cid-uYgzDcYHEg .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYgzDcYHEg .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYgzDcYHEg .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYgzDcYHEg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYgzDcYHEg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYgzDcYHEg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYgzDcYHEg .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYgzDcYHEg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgzDcYHEg .content-text {
  margin-bottom: 0;
}
.cid-uYgzDcYHEg .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYgzDcYHEg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYgzDcYHEg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYgzDcYHEg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYgzDcYHEg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYgzDcYHEg .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgzDcYHEg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgzDcYHEg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYgzDcYHEg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYgzDcYHEg .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYgzDcYHEg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYgzDcYHEg .content-right-side {
  text-align: center;
}
.cid-uYgzDcYHEg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYgzDcYHEg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYgzDcYHEg .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYgzDcYHEg .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgzDcYHEg .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgzDcYHEg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYgzDcYHEg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYgzDcYHEg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYgzDcYHEg .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYgzDcYHEg .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYgzDcYHEg .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYgzDcYHEg .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgzDcYHEg .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYgzDcYHEg .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYgzDcYHEg .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgzDcYHEg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYgzDcYHEg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYgzDcYHEg .navbar-toggler {
    display: none;
  }
  .cid-uYgzDcYHEg .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYgzDcYHEg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYgzDcYHEg .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgzDcYHEg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYgzDcYHEg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYgzDcYHEg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYgzDcYHEg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYgzDcYHEg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYgzDcYHEg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYgzDcYHEg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgzDcYHEg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYgzDcYHEg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYgzDcYHEg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYgzDcYHEg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYgzDcYHEg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYgzDcYHEg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYgzDcYHEg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYgzDcYHEg button.navbar-toggler:focus {
  outline: none;
}
.cid-uYgzDcYHEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-uYgzDcYHEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgzDcYHEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgzDcYHEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgzDcYHEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgzDcYHEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgzDcYHEg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgzDcYHEg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgzDcYHEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgzDcYHEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgzDcYHEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgzDcYHEg .collapsed .btn {
  display: flex;
}
.cid-uYgzDcYHEg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYgzDcYHEg .collapsed .navbar-collapse.collapsing,
.cid-uYgzDcYHEg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYgzDcYHEg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYgzDcYHEg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYgzDcYHEg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYgzDcYHEg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYgzDcYHEg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYgzDcYHEg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYgzDcYHEg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYgzDcYHEg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYgzDcYHEg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgzDcYHEg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYgzDcYHEg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYgzDcYHEg .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYgzDcYHEg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYgzDcYHEg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYgzDcYHEg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYgzDcYHEg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYgzDcYHEg .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYgzDcYHEg .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYgzDcYHEg .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYgzDcYHEg .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYgzDcYHEg .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYgzDcYHEg .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYgzDcYHEg .navbar-collapse.collapsing,
  .cid-uYgzDcYHEg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYgzDcYHEg .navbar-collapse.collapsing .navbar-nav,
  .cid-uYgzDcYHEg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYgzDcYHEg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYgzDcYHEg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYgzDcYHEg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYgzDcYHEg .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYgzDcYHEg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYgzDcYHEg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYgzDcYHEg img {
    height: 3.8rem !important;
  }
  .cid-uYgzDcYHEg .btn {
    display: flex;
  }
  .cid-uYgzDcYHEg button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYgzDcYHEg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYgzDcYHEg .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgzDcYHEg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYgzDcYHEg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYgzDcYHEg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYgzDcYHEg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYgzDcYHEg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYgzDcYHEg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYgzDcYHEg .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYgzDcYHEg .nav-link:focus {
  outline: none;
}
.cid-uYgzDcYHEg .navbar-toggler {
  position: relative;
}
.cid-uYgzDcYHEg .dropdown-item.active,
.cid-uYgzDcYHEg .dropdown-item:active {
  color: initial;
}
.cid-uYgzDcYHEg .widget-title,
.cid-uYgzDcYHEg .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYgzDcYHEg .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYgzDcYHEg .menu-logo {
    display: none;
  }
  .cid-uYgzDcYHEg .navbar {
    padding: 0;
  }
  .cid-uYgzDcYHEg .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgzDcYHEg button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYgJRZT1E7 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/couvreur.jpg");
}
.cid-uYgJRZT1E7 .text {
  display: flex;
  align-items: center;
}
.cid-uYgJRZT1E7 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-uYgJRZT1E7 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uYgJRZT1E7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uYgJRZT1E7 .btn:hover {
  box-shadow: none;
}
.cid-uYgJRZT1E7 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYgJRZT1E7 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uYgJRZT1E7 .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYgJRZT1E7 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYgJRZT1E7 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uYgJRZT1E7 .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYgJRZT1E7 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYgJRZT1E7 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uYgJRZT1E7 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uYgJRZT1E7 .row:hover img {
  transform: rotate(0deg);
}
.cid-uYgJRZT1E7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgJRZT1E7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgJRZT1E7 .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uYgJRZT1E7 .image {
  display: flex;
}
.cid-uYgJRZT1E7 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-uYgJRZT1E7 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-uYgzDgUwdi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYgzDgUwdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgzDgUwdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgzDgUwdi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .image-wrapper {
    padding: 0;
  }
}
.cid-uYgzDgUwdi .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .image-wrapper img {
    height: 350px;
  }
}
.cid-uYgzDgUwdi .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYgzDgUwdi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYgzDgUwdi .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYgzDgUwdi .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uYgzDgUwdi .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYgzDgUwdi .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uYgzDgUwdi .mbr-section-title {
  color: #262642;
}
.cid-uYgzDgUwdi .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uYgzDgUwdi .mbr-text {
  color: #2b2b2b;
}
.cid-uYgzDgUwdi .mbr-section-title,
.cid-uYgzDgUwdi .mbr-section-btn {
  color: #000000;
}
.cid-uYgQdpDRmP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYgQdpDRmP img,
.cid-uYgQdpDRmP .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-uYgQdpDRmP .item:focus,
.cid-uYgQdpDRmP span:focus {
  outline: none;
}
.cid-uYgQdpDRmP .item-wrapper {
  position: relative;
}
.cid-uYgQdpDRmP .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYgQdpDRmP .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYgQdpDRmP .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uYgQdpDRmP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYgQdpDRmP .mbr-section-title {
  color: #009fe2;
  text-align: left;
}
.cid-uYgQdpDRmP .mbr-text,
.cid-uYgQdpDRmP .mbr-section-btn {
  text-align: center;
}
.cid-uYgQdpDRmP .item-title {
  text-align: center;
}
.cid-uYgQdpDRmP .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uYgQdpDRmP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uYgQdpDRmP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYgQdpDRmP .embla__button--next,
.cid-uYgQdpDRmP .embla__button--prev {
  display: flex;
}
.cid-uYgQdpDRmP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uYgQdpDRmP .embla__button {
    display: none;
  }
}
.cid-uYgQdpDRmP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYgQdpDRmP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uYgQdpDRmP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYgQdpDRmP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYgQdpDRmP .embla__button {
    top: auto;
  }
}
.cid-uYgQdpDRmP .embla {
  position: relative;
  width: 100%;
}
.cid-uYgQdpDRmP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYgQdpDRmP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYgQdpDRmP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYgQdpDRmP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYgQdpDRmP .mbr-section-subtitle {
  text-align: left;
}
.cid-uYgzDit6NV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-uYgzDit6NV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgzDit6NV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgzDit6NV .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYgzDit6NV .container {
    max-width: 1400px;
  }
}
.cid-uYgzDit6NV .card {
  margin: auto;
}
.cid-uYgzDit6NV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYgzDit6NV .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYgzDit6NV .row {
  justify-content: center;
}
.cid-uYgzDit6NV .card-title,
.cid-uYgzDit6NV .card-box {
  color: #ffffff;
}
.cid-v8hwfDwPgP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebe9e9;
}
.cid-v8hwfDwPgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hwfDwPgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hwfDwPgP .item {
  padding-bottom: 2rem;
}
.cid-v8hwfDwPgP .item-wrapper {
  position: relative;
}
.cid-v8hwfDwPgP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8hwfDwPgP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8hwfDwPgP .carousel-control,
.cid-v8hwfDwPgP .close {
  background: #1b1b1b;
}
.cid-v8hwfDwPgP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8hwfDwPgP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8hwfDwPgP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8hwfDwPgP .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8hwfDwPgP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8hwfDwPgP .close::before {
  content: '\e91a';
}
.cid-v8hwfDwPgP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8hwfDwPgP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8hwfDwPgP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hwfDwPgP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8hwfDwPgP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8hwfDwPgP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8hwfDwPgP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8hwfDwPgP .carousel-indicators li.active,
.cid-v8hwfDwPgP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8hwfDwPgP .carousel-indicators li::after,
.cid-v8hwfDwPgP .carousel-indicators li::before {
  content: none;
}
.cid-v8hwfDwPgP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8hwfDwPgP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8hwfDwPgP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8hwfDwPgP .carousel-indicators {
    display: none;
  }
}
.cid-v8hwfDwPgP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8hwfDwPgP .carousel-inner > .active {
  display: block;
}
.cid-v8hwfDwPgP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hwfDwPgP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8hwfDwPgP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8hwfDwPgP .carousel-control,
  .cid-v8hwfDwPgP .carousel-indicators,
  .cid-v8hwfDwPgP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8hwfDwPgP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8hwfDwPgP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8hwfDwPgP .carousel-indicators .active,
.cid-v8hwfDwPgP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8hwfDwPgP .carousel-indicators .active {
  background: #fff;
}
.cid-v8hwfDwPgP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8hwfDwPgP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8hwfDwPgP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8hwfDwPgP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8hwfDwPgP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8hwfDwPgP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8hwfDwPgP .carousel {
  width: 100%;
}
.cid-v8hwfDwPgP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8hwfDwPgP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8hwfDwPgP .modal.fade .modal-dialog,
.cid-v8hwfDwPgP .modal.in .modal-dialog {
  transform: none;
}
.cid-v8hwfDwPgP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8hwfDwPgP H6 {
  text-align: center;
}
.cid-v8hwfDwPgP H3 {
  text-align: left;
  color: #000000;
}
.cid-v8hwfDwPgP DIV {
  text-align: left;
}
.cid-v8gIy1pYes {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8gIy1pYes .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gIy1pYes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gIy1pYes .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8gIy1pYes .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8gIy1pYes .container {
    padding: 0 20px;
  }
}
.cid-v8gIy1pYes .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gIy1pYes .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8gIy1pYes .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8gIy1pYes .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v8gIy1pYes .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8gIy1pYes .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v8gIy1pYes .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v8gIy1pYes .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8gIy1pYes .image-wrapper img {
    height: 300px;
  }
}
.cid-v8gIy1pYes .mbr-section-title {
  color: #c2b299;
}
.cid-v8gIy1pYes .mbr-text {
  color: #1b1b1b;
}
.cid-v8gIy1pYes .mbr-section-title,
.cid-v8gIy1pYes .mbr-section-btn {
  color: #c91d09;
  text-align: left;
}
.cid-v8gIMZYs6W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8gIMZYs6W .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8gIMZYs6W .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8gIMZYs6W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8gIMZYs6W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8gIMZYs6W img,
.cid-v8gIMZYs6W .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8gIMZYs6W .item:focus,
.cid-v8gIMZYs6W span:focus {
  outline: none;
}
.cid-v8gIMZYs6W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8gIMZYs6W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8gIMZYs6W .mbr-section-title {
  color: #009fe2;
}
.cid-v8gIMZYs6W .mbr-text,
.cid-v8gIMZYs6W .mbr-section-btn {
  text-align: center;
}
.cid-v8gIMZYs6W .item-title {
  text-align: center;
}
.cid-v8gIMZYs6W .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-v8gIOidab7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-v8gIOidab7 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8gIOidab7 .form-control,
.cid-v8gIOidab7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8gIOidab7 .form-control::-webkit-input-placeholder,
.cid-v8gIOidab7 .field-input::-webkit-input-placeholder,
.cid-v8gIOidab7 .form-control::-webkit-input-placeholder,
.cid-v8gIOidab7 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8gIOidab7 .form-control:-moz-placeholder,
.cid-v8gIOidab7 .field-input:-moz-placeholder,
.cid-v8gIOidab7 .form-control:-moz-placeholder,
.cid-v8gIOidab7 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8gIOidab7 .form-control:hover,
.cid-v8gIOidab7 .field-input:hover,
.cid-v8gIOidab7 .form-control:focus,
.cid-v8gIOidab7 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8gIOidab7 .form-control:hover::-webkit-input-placeholder,
.cid-v8gIOidab7 .field-input:hover::-webkit-input-placeholder,
.cid-v8gIOidab7 .form-control:focus::-webkit-input-placeholder,
.cid-v8gIOidab7 .field-input:focus::-webkit-input-placeholder,
.cid-v8gIOidab7 .form-control:hover::-webkit-input-placeholder,
.cid-v8gIOidab7 .field-input:hover::-webkit-input-placeholder,
.cid-v8gIOidab7 .form-control:focus::-webkit-input-placeholder,
.cid-v8gIOidab7 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8gIOidab7 .form-control:hover:-moz-placeholder,
.cid-v8gIOidab7 .field-input:hover:-moz-placeholder,
.cid-v8gIOidab7 .form-control:focus:-moz-placeholder,
.cid-v8gIOidab7 .field-input:focus:-moz-placeholder,
.cid-v8gIOidab7 .form-control:hover:-moz-placeholder,
.cid-v8gIOidab7 .field-input:hover:-moz-placeholder,
.cid-v8gIOidab7 .form-control:focus:-moz-placeholder,
.cid-v8gIOidab7 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8gIOidab7 .jq-number__spin:hover,
.cid-v8gIOidab7 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8gIOidab7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8gIOidab7 .jq-selectbox li,
.cid-v8gIOidab7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8gIOidab7 .jq-selectbox li:hover,
.cid-v8gIOidab7 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8gIOidab7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8gIOidab7 .jq-number__spin.minus:hover:after,
.cid-v8gIOidab7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8gIOidab7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8gIOidab7 .jq-number__spin.minus:after,
.cid-v8gIOidab7 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8gIOidab7 input::-webkit-clear-button {
  display: none;
}
.cid-v8gIOidab7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8gIOidab7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8gIOidab7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8gIOidab7 H4 {
  color: #ffffff;
}
.cid-uYgzDveMeQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYgzDveMeQ .container {
    padding: 0 24px;
  }
}
.cid-uYgzDveMeQ .row {
  justify-content: space-between;
}
.cid-uYgzDveMeQ .logo-wrapper {
  display: flex;
}
.cid-uYgzDveMeQ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYgzDveMeQ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYgzDveMeQ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYgzDveMeQ .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYgzDveMeQ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYgzDveMeQ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgzDveMeQ .content-wrapper .list .item-wrap:hover,
.cid-uYgzDveMeQ .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgzDveMeQ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgzDveMeQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgzDveMeQ .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYgzDveMeQ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYgzDveMeQ .nav-list {
    padding: 0;
  }
}
.cid-uYgzDveMeQ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgzDveMeQ .nav-list .item-wrap:hover,
.cid-uYgzDveMeQ .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgzDveMeQ .nav-list .item-wrap:hover::before,
.cid-uYgzDveMeQ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYgzDveMeQ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYgzDveMeQ .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYgzDveMeQ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYgzDveMeQ .list {
  color: #F9F6E0;
}
.cid-uYgzDveMeQ .mbr-copy {
  color: #F9F6E0;
}
.cid-uYgzDveMeQ .list,
.cid-uYgzDveMeQ .item-wrap {
  color: #ffffff;
}
.cid-uYgzDx392R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-uYgA65zPZP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYgA65zPZP .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYgA65zPZP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYgA65zPZP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgA65zPZP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYgA65zPZP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYgA65zPZP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYgA65zPZP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYgA65zPZP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYgA65zPZP .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYgA65zPZP .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYgA65zPZP .dropdown-item,
.cid-uYgA65zPZP .nav-link,
.cid-uYgA65zPZP .brand-name {
  font-style: normal;
}
.cid-uYgA65zPZP .dropdown-item:hover,
.cid-uYgA65zPZP .nav-link:hover,
.cid-uYgA65zPZP .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYgA65zPZP .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYgA65zPZP .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYgA65zPZP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYgA65zPZP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYgA65zPZP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYgA65zPZP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYgA65zPZP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgA65zPZP .content-text {
  margin-bottom: 0;
}
.cid-uYgA65zPZP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYgA65zPZP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYgA65zPZP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYgA65zPZP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYgA65zPZP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYgA65zPZP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgA65zPZP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgA65zPZP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYgA65zPZP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYgA65zPZP .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYgA65zPZP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYgA65zPZP .content-right-side {
  text-align: center;
}
.cid-uYgA65zPZP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYgA65zPZP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYgA65zPZP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYgA65zPZP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgA65zPZP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgA65zPZP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYgA65zPZP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYgA65zPZP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYgA65zPZP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYgA65zPZP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYgA65zPZP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYgA65zPZP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgA65zPZP .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYgA65zPZP .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYgA65zPZP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgA65zPZP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYgA65zPZP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYgA65zPZP .navbar-toggler {
    display: none;
  }
  .cid-uYgA65zPZP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYgA65zPZP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYgA65zPZP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgA65zPZP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYgA65zPZP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYgA65zPZP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYgA65zPZP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYgA65zPZP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYgA65zPZP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYgA65zPZP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYgA65zPZP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgA65zPZP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYgA65zPZP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYgA65zPZP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYgA65zPZP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYgA65zPZP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYgA65zPZP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYgA65zPZP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYgA65zPZP button.navbar-toggler:focus {
  outline: none;
}
.cid-uYgA65zPZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-uYgA65zPZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgA65zPZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgA65zPZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgA65zPZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgA65zPZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgA65zPZP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgA65zPZP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgA65zPZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgA65zPZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgA65zPZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgA65zPZP .collapsed .btn {
  display: flex;
}
.cid-uYgA65zPZP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYgA65zPZP .collapsed .navbar-collapse.collapsing,
.cid-uYgA65zPZP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYgA65zPZP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYgA65zPZP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYgA65zPZP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYgA65zPZP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYgA65zPZP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYgA65zPZP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYgA65zPZP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYgA65zPZP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYgA65zPZP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgA65zPZP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYgA65zPZP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYgA65zPZP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYgA65zPZP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYgA65zPZP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYgA65zPZP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYgA65zPZP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYgA65zPZP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYgA65zPZP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYgA65zPZP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYgA65zPZP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYgA65zPZP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYgA65zPZP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYgA65zPZP .navbar-collapse.collapsing,
  .cid-uYgA65zPZP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYgA65zPZP .navbar-collapse.collapsing .navbar-nav,
  .cid-uYgA65zPZP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYgA65zPZP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYgA65zPZP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYgA65zPZP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYgA65zPZP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYgA65zPZP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYgA65zPZP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYgA65zPZP img {
    height: 3.8rem !important;
  }
  .cid-uYgA65zPZP .btn {
    display: flex;
  }
  .cid-uYgA65zPZP button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYgA65zPZP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYgA65zPZP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgA65zPZP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYgA65zPZP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYgA65zPZP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYgA65zPZP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYgA65zPZP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYgA65zPZP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYgA65zPZP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYgA65zPZP .nav-link:focus {
  outline: none;
}
.cid-uYgA65zPZP .navbar-toggler {
  position: relative;
}
.cid-uYgA65zPZP .dropdown-item.active,
.cid-uYgA65zPZP .dropdown-item:active {
  color: initial;
}
.cid-uYgA65zPZP .widget-title,
.cid-uYgA65zPZP .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYgA65zPZP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYgA65zPZP .menu-logo {
    display: none;
  }
  .cid-uYgA65zPZP .navbar {
    padding: 0;
  }
  .cid-uYgA65zPZP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgA65zPZP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYgWwD0qhe {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/zinc6acc.jpg");
}
.cid-uYgWwD0qhe .text {
  display: flex;
  align-items: center;
}
.cid-uYgWwD0qhe .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-uYgWwD0qhe .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uYgWwD0qhe .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uYgWwD0qhe .btn:hover {
  box-shadow: none;
}
.cid-uYgWwD0qhe .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYgWwD0qhe .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uYgWwD0qhe .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYgWwD0qhe .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYgWwD0qhe .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uYgWwD0qhe .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYgWwD0qhe .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYgWwD0qhe .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uYgWwD0qhe .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uYgWwD0qhe .row:hover img {
  transform: rotate(0deg);
}
.cid-uYgWwD0qhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgWwD0qhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgWwD0qhe .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uYgWwD0qhe .image {
  display: flex;
}
.cid-uYgWwD0qhe .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-uYgWwD0qhe .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-uYgA69NUas {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYgA69NUas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgA69NUas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgA69NUas .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .image-wrapper {
    padding: 0;
  }
}
.cid-uYgA69NUas .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .image-wrapper img {
    height: 350px;
  }
}
.cid-uYgA69NUas .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYgA69NUas .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYgA69NUas .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYgA69NUas .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uYgA69NUas .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYgA69NUas .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uYgA69NUas .mbr-section-title {
  color: #262642;
}
.cid-uYgA69NUas .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uYgA69NUas .mbr-text {
  color: #2b2b2b;
}
.cid-uYgA69NUas .mbr-section-title,
.cid-uYgA69NUas .mbr-section-btn {
  color: #000000;
}
.cid-v8gKFqT9hQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8gKFqT9hQ img,
.cid-v8gKFqT9hQ .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-v8gKFqT9hQ .item:focus,
.cid-v8gKFqT9hQ span:focus {
  outline: none;
}
.cid-v8gKFqT9hQ .item-wrapper {
  position: relative;
}
.cid-v8gKFqT9hQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8gKFqT9hQ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8gKFqT9hQ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v8gKFqT9hQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8gKFqT9hQ .mbr-section-title {
  color: #009fe2;
  text-align: left;
}
.cid-v8gKFqT9hQ .mbr-text,
.cid-v8gKFqT9hQ .mbr-section-btn {
  text-align: center;
}
.cid-v8gKFqT9hQ .item-title {
  text-align: center;
}
.cid-v8gKFqT9hQ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v8gKFqT9hQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v8gKFqT9hQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8gKFqT9hQ .embla__button--next,
.cid-v8gKFqT9hQ .embla__button--prev {
  display: flex;
}
.cid-v8gKFqT9hQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v8gKFqT9hQ .embla__button {
    display: none;
  }
}
.cid-v8gKFqT9hQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8gKFqT9hQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v8gKFqT9hQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8gKFqT9hQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8gKFqT9hQ .embla__button {
    top: auto;
  }
}
.cid-v8gKFqT9hQ .embla {
  position: relative;
  width: 100%;
}
.cid-v8gKFqT9hQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8gKFqT9hQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8gKFqT9hQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8gKFqT9hQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8gKFqT9hQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uYgA6b7mRZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-uYgA6b7mRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgA6b7mRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgA6b7mRZ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYgA6b7mRZ .container {
    max-width: 1400px;
  }
}
.cid-uYgA6b7mRZ .card {
  margin: auto;
}
.cid-uYgA6b7mRZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYgA6b7mRZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYgA6b7mRZ .row {
  justify-content: center;
}
.cid-uYgA6b7mRZ .card-title,
.cid-uYgA6b7mRZ .card-box {
  color: #ffffff;
}
.cid-v8gKGNbcIp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8gKGNbcIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gKGNbcIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gKGNbcIp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8gKGNbcIp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8gKGNbcIp .container {
    padding: 0 20px;
  }
}
.cid-v8gKGNbcIp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gKGNbcIp .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8gKGNbcIp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8gKGNbcIp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v8gKGNbcIp .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8gKGNbcIp .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v8gKGNbcIp .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v8gKGNbcIp .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8gKGNbcIp .image-wrapper img {
    height: 300px;
  }
}
.cid-v8gKGNbcIp .mbr-section-title {
  color: #c2b299;
}
.cid-v8gKGNbcIp .mbr-text {
  color: #1b1b1b;
}
.cid-v8gKGNbcIp .mbr-section-title,
.cid-v8gKGNbcIp .mbr-section-btn {
  color: #c91d09;
  text-align: left;
}
.cid-v8gKKWo7jC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8gKKWo7jC .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8gKKWo7jC .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8gKKWo7jC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8gKKWo7jC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8gKKWo7jC img,
.cid-v8gKKWo7jC .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8gKKWo7jC .item:focus,
.cid-v8gKKWo7jC span:focus {
  outline: none;
}
.cid-v8gKKWo7jC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8gKKWo7jC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8gKKWo7jC .mbr-section-title {
  color: #009fe2;
}
.cid-v8gKKWo7jC .mbr-text,
.cid-v8gKKWo7jC .mbr-section-btn {
  text-align: center;
}
.cid-v8gKKWo7jC .item-title {
  text-align: center;
}
.cid-v8gKKWo7jC .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-v8gKIZHVcF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-v8gKIZHVcF .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8gKIZHVcF .form-control,
.cid-v8gKIZHVcF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8gKIZHVcF .form-control::-webkit-input-placeholder,
.cid-v8gKIZHVcF .field-input::-webkit-input-placeholder,
.cid-v8gKIZHVcF .form-control::-webkit-input-placeholder,
.cid-v8gKIZHVcF .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8gKIZHVcF .form-control:-moz-placeholder,
.cid-v8gKIZHVcF .field-input:-moz-placeholder,
.cid-v8gKIZHVcF .form-control:-moz-placeholder,
.cid-v8gKIZHVcF .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8gKIZHVcF .form-control:hover,
.cid-v8gKIZHVcF .field-input:hover,
.cid-v8gKIZHVcF .form-control:focus,
.cid-v8gKIZHVcF .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8gKIZHVcF .form-control:hover::-webkit-input-placeholder,
.cid-v8gKIZHVcF .field-input:hover::-webkit-input-placeholder,
.cid-v8gKIZHVcF .form-control:focus::-webkit-input-placeholder,
.cid-v8gKIZHVcF .field-input:focus::-webkit-input-placeholder,
.cid-v8gKIZHVcF .form-control:hover::-webkit-input-placeholder,
.cid-v8gKIZHVcF .field-input:hover::-webkit-input-placeholder,
.cid-v8gKIZHVcF .form-control:focus::-webkit-input-placeholder,
.cid-v8gKIZHVcF .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8gKIZHVcF .form-control:hover:-moz-placeholder,
.cid-v8gKIZHVcF .field-input:hover:-moz-placeholder,
.cid-v8gKIZHVcF .form-control:focus:-moz-placeholder,
.cid-v8gKIZHVcF .field-input:focus:-moz-placeholder,
.cid-v8gKIZHVcF .form-control:hover:-moz-placeholder,
.cid-v8gKIZHVcF .field-input:hover:-moz-placeholder,
.cid-v8gKIZHVcF .form-control:focus:-moz-placeholder,
.cid-v8gKIZHVcF .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8gKIZHVcF .jq-number__spin:hover,
.cid-v8gKIZHVcF .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8gKIZHVcF .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8gKIZHVcF .jq-selectbox li,
.cid-v8gKIZHVcF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8gKIZHVcF .jq-selectbox li:hover,
.cid-v8gKIZHVcF .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8gKIZHVcF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8gKIZHVcF .jq-number__spin.minus:hover:after,
.cid-v8gKIZHVcF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8gKIZHVcF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8gKIZHVcF .jq-number__spin.minus:after,
.cid-v8gKIZHVcF .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8gKIZHVcF input::-webkit-clear-button {
  display: none;
}
.cid-v8gKIZHVcF input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8gKIZHVcF input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8gKIZHVcF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8gKIZHVcF H4 {
  color: #ffffff;
}
.cid-uYgA6muMgf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYgA6muMgf .container {
    padding: 0 24px;
  }
}
.cid-uYgA6muMgf .row {
  justify-content: space-between;
}
.cid-uYgA6muMgf .logo-wrapper {
  display: flex;
}
.cid-uYgA6muMgf .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYgA6muMgf .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYgA6muMgf .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYgA6muMgf .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYgA6muMgf .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYgA6muMgf .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgA6muMgf .content-wrapper .list .item-wrap:hover,
.cid-uYgA6muMgf .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgA6muMgf .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgA6muMgf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgA6muMgf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYgA6muMgf .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYgA6muMgf .nav-list {
    padding: 0;
  }
}
.cid-uYgA6muMgf .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgA6muMgf .nav-list .item-wrap:hover,
.cid-uYgA6muMgf .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgA6muMgf .nav-list .item-wrap:hover::before,
.cid-uYgA6muMgf .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYgA6muMgf .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYgA6muMgf .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYgA6muMgf .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYgA6muMgf .list {
  color: #F9F6E0;
}
.cid-uYgA6muMgf .mbr-copy {
  color: #F9F6E0;
}
.cid-uYgA6muMgf .list,
.cid-uYgA6muMgf .item-wrap {
  color: #ffffff;
}
.cid-uYgA6oeISs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-uYgARnxm3U .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYgARnxm3U .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYgARnxm3U .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYgARnxm3U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgARnxm3U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYgARnxm3U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYgARnxm3U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYgARnxm3U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYgARnxm3U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYgARnxm3U .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYgARnxm3U .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYgARnxm3U .dropdown-item,
.cid-uYgARnxm3U .nav-link,
.cid-uYgARnxm3U .brand-name {
  font-style: normal;
}
.cid-uYgARnxm3U .dropdown-item:hover,
.cid-uYgARnxm3U .nav-link:hover,
.cid-uYgARnxm3U .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYgARnxm3U .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYgARnxm3U .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYgARnxm3U .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYgARnxm3U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYgARnxm3U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYgARnxm3U .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYgARnxm3U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgARnxm3U .content-text {
  margin-bottom: 0;
}
.cid-uYgARnxm3U .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYgARnxm3U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYgARnxm3U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYgARnxm3U .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYgARnxm3U .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYgARnxm3U .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgARnxm3U .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgARnxm3U .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYgARnxm3U .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYgARnxm3U .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYgARnxm3U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYgARnxm3U .content-right-side {
  text-align: center;
}
.cid-uYgARnxm3U .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYgARnxm3U .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYgARnxm3U .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYgARnxm3U .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgARnxm3U .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgARnxm3U .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYgARnxm3U .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYgARnxm3U .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYgARnxm3U .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYgARnxm3U .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYgARnxm3U .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYgARnxm3U .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgARnxm3U .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYgARnxm3U .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYgARnxm3U .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgARnxm3U .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYgARnxm3U .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYgARnxm3U .navbar-toggler {
    display: none;
  }
  .cid-uYgARnxm3U .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYgARnxm3U .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYgARnxm3U .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgARnxm3U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYgARnxm3U .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYgARnxm3U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYgARnxm3U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYgARnxm3U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYgARnxm3U .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYgARnxm3U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYgARnxm3U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgARnxm3U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYgARnxm3U .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYgARnxm3U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYgARnxm3U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYgARnxm3U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYgARnxm3U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYgARnxm3U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYgARnxm3U button.navbar-toggler:focus {
  outline: none;
}
.cid-uYgARnxm3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-uYgARnxm3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgARnxm3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgARnxm3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgARnxm3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgARnxm3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgARnxm3U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgARnxm3U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgARnxm3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgARnxm3U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgARnxm3U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgARnxm3U .collapsed .btn {
  display: flex;
}
.cid-uYgARnxm3U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYgARnxm3U .collapsed .navbar-collapse.collapsing,
.cid-uYgARnxm3U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYgARnxm3U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYgARnxm3U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYgARnxm3U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYgARnxm3U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYgARnxm3U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYgARnxm3U .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYgARnxm3U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYgARnxm3U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYgARnxm3U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgARnxm3U .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYgARnxm3U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYgARnxm3U .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYgARnxm3U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYgARnxm3U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYgARnxm3U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYgARnxm3U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYgARnxm3U .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYgARnxm3U .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYgARnxm3U .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYgARnxm3U .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYgARnxm3U .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYgARnxm3U .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYgARnxm3U .navbar-collapse.collapsing,
  .cid-uYgARnxm3U .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYgARnxm3U .navbar-collapse.collapsing .navbar-nav,
  .cid-uYgARnxm3U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYgARnxm3U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYgARnxm3U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYgARnxm3U .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYgARnxm3U .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYgARnxm3U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYgARnxm3U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYgARnxm3U img {
    height: 3.8rem !important;
  }
  .cid-uYgARnxm3U .btn {
    display: flex;
  }
  .cid-uYgARnxm3U button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYgARnxm3U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYgARnxm3U .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgARnxm3U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYgARnxm3U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYgARnxm3U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYgARnxm3U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYgARnxm3U .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYgARnxm3U .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYgARnxm3U .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYgARnxm3U .nav-link:focus {
  outline: none;
}
.cid-uYgARnxm3U .navbar-toggler {
  position: relative;
}
.cid-uYgARnxm3U .dropdown-item.active,
.cid-uYgARnxm3U .dropdown-item:active {
  color: initial;
}
.cid-uYgARnxm3U .widget-title,
.cid-uYgARnxm3U .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYgARnxm3U .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYgARnxm3U .menu-logo {
    display: none;
  }
  .cid-uYgARnxm3U .navbar {
    padding: 0;
  }
  .cid-uYgARnxm3U .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgARnxm3U button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYgZIOddC7 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/accueil-char.jpg");
}
.cid-uYgZIOddC7 .text {
  display: flex;
  align-items: center;
}
.cid-uYgZIOddC7 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-uYgZIOddC7 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uYgZIOddC7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uYgZIOddC7 .btn:hover {
  box-shadow: none;
}
.cid-uYgZIOddC7 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYgZIOddC7 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uYgZIOddC7 .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYgZIOddC7 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYgZIOddC7 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uYgZIOddC7 .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYgZIOddC7 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYgZIOddC7 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uYgZIOddC7 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uYgZIOddC7 .row:hover img {
  transform: rotate(0deg);
}
.cid-uYgZIOddC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgZIOddC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgZIOddC7 .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uYgZIOddC7 .image {
  display: flex;
}
.cid-uYgZIOddC7 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-uYgZIOddC7 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-uYgARs8mBd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYgARs8mBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgARs8mBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgARs8mBd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .image-wrapper {
    padding: 0;
  }
}
.cid-uYgARs8mBd .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .image-wrapper img {
    height: 350px;
  }
}
.cid-uYgARs8mBd .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYgARs8mBd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYgARs8mBd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYgARs8mBd .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uYgARs8mBd .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYgARs8mBd .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uYgARs8mBd .mbr-section-title {
  color: #262642;
}
.cid-uYgARs8mBd .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uYgARs8mBd .mbr-text {
  color: #2b2b2b;
}
.cid-uYgARs8mBd .mbr-section-title,
.cid-uYgARs8mBd .mbr-section-btn {
  color: #000000;
}
.cid-v92wq7epHM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v92wq7epHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92wq7epHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92wq7epHM .item {
  padding-bottom: 2rem;
}
.cid-v92wq7epHM .item-wrapper {
  position: relative;
}
.cid-v92wq7epHM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v92wq7epHM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v92wq7epHM .carousel-control,
.cid-v92wq7epHM .close {
  background: #1b1b1b;
}
.cid-v92wq7epHM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v92wq7epHM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v92wq7epHM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v92wq7epHM .carousel-control-next span {
  margin-left: 5px;
}
.cid-v92wq7epHM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v92wq7epHM .close::before {
  content: '\e91a';
}
.cid-v92wq7epHM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v92wq7epHM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v92wq7epHM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v92wq7epHM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v92wq7epHM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v92wq7epHM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v92wq7epHM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v92wq7epHM .carousel-indicators li.active,
.cid-v92wq7epHM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v92wq7epHM .carousel-indicators li::after,
.cid-v92wq7epHM .carousel-indicators li::before {
  content: none;
}
.cid-v92wq7epHM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v92wq7epHM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v92wq7epHM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v92wq7epHM .carousel-indicators {
    display: none;
  }
}
.cid-v92wq7epHM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v92wq7epHM .carousel-inner > .active {
  display: block;
}
.cid-v92wq7epHM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v92wq7epHM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v92wq7epHM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v92wq7epHM .carousel-control,
  .cid-v92wq7epHM .carousel-indicators,
  .cid-v92wq7epHM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v92wq7epHM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v92wq7epHM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v92wq7epHM .carousel-indicators .active,
.cid-v92wq7epHM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v92wq7epHM .carousel-indicators .active {
  background: #fff;
}
.cid-v92wq7epHM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v92wq7epHM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v92wq7epHM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v92wq7epHM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v92wq7epHM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v92wq7epHM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v92wq7epHM .carousel {
  width: 100%;
}
.cid-v92wq7epHM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v92wq7epHM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v92wq7epHM .modal.fade .modal-dialog,
.cid-v92wq7epHM .modal.in .modal-dialog {
  transform: none;
}
.cid-v92wq7epHM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v92wq7epHM H6 {
  text-align: center;
}
.cid-v92wq7epHM H3 {
  text-align: left;
  color: #009fe2;
}
.cid-uYgARu7RZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-uYgARu7RZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgARu7RZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgARu7RZO .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYgARu7RZO .container {
    max-width: 1400px;
  }
}
.cid-uYgARu7RZO .card {
  margin: auto;
}
.cid-uYgARu7RZO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYgARu7RZO .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYgARu7RZO .row {
  justify-content: center;
}
.cid-uYgARu7RZO .card-title,
.cid-uYgARu7RZO .card-box {
  color: #ffffff;
}
.cid-v8gPwXHs6L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8gPwXHs6L .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8gPwXHs6L .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8gPwXHs6L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8gPwXHs6L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8gPwXHs6L img,
.cid-v8gPwXHs6L .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8gPwXHs6L .item:focus,
.cid-v8gPwXHs6L span:focus {
  outline: none;
}
.cid-v8gPwXHs6L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8gPwXHs6L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8gPwXHs6L .mbr-section-title {
  color: #009fe2;
}
.cid-v8gPwXHs6L .mbr-text,
.cid-v8gPwXHs6L .mbr-section-btn {
  text-align: center;
}
.cid-v8gPwXHs6L .item-title {
  text-align: center;
}
.cid-v8gPwXHs6L .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-v8gPDRqTmt {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-v8gPDRqTmt .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8gPDRqTmt .form-control,
.cid-v8gPDRqTmt .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8gPDRqTmt .form-control::-webkit-input-placeholder,
.cid-v8gPDRqTmt .field-input::-webkit-input-placeholder,
.cid-v8gPDRqTmt .form-control::-webkit-input-placeholder,
.cid-v8gPDRqTmt .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8gPDRqTmt .form-control:-moz-placeholder,
.cid-v8gPDRqTmt .field-input:-moz-placeholder,
.cid-v8gPDRqTmt .form-control:-moz-placeholder,
.cid-v8gPDRqTmt .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8gPDRqTmt .form-control:hover,
.cid-v8gPDRqTmt .field-input:hover,
.cid-v8gPDRqTmt .form-control:focus,
.cid-v8gPDRqTmt .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8gPDRqTmt .form-control:hover::-webkit-input-placeholder,
.cid-v8gPDRqTmt .field-input:hover::-webkit-input-placeholder,
.cid-v8gPDRqTmt .form-control:focus::-webkit-input-placeholder,
.cid-v8gPDRqTmt .field-input:focus::-webkit-input-placeholder,
.cid-v8gPDRqTmt .form-control:hover::-webkit-input-placeholder,
.cid-v8gPDRqTmt .field-input:hover::-webkit-input-placeholder,
.cid-v8gPDRqTmt .form-control:focus::-webkit-input-placeholder,
.cid-v8gPDRqTmt .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8gPDRqTmt .form-control:hover:-moz-placeholder,
.cid-v8gPDRqTmt .field-input:hover:-moz-placeholder,
.cid-v8gPDRqTmt .form-control:focus:-moz-placeholder,
.cid-v8gPDRqTmt .field-input:focus:-moz-placeholder,
.cid-v8gPDRqTmt .form-control:hover:-moz-placeholder,
.cid-v8gPDRqTmt .field-input:hover:-moz-placeholder,
.cid-v8gPDRqTmt .form-control:focus:-moz-placeholder,
.cid-v8gPDRqTmt .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8gPDRqTmt .jq-number__spin:hover,
.cid-v8gPDRqTmt .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8gPDRqTmt .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8gPDRqTmt .jq-selectbox li,
.cid-v8gPDRqTmt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8gPDRqTmt .jq-selectbox li:hover,
.cid-v8gPDRqTmt .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8gPDRqTmt .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8gPDRqTmt .jq-number__spin.minus:hover:after,
.cid-v8gPDRqTmt .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8gPDRqTmt .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8gPDRqTmt .jq-number__spin.minus:after,
.cid-v8gPDRqTmt .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8gPDRqTmt input::-webkit-clear-button {
  display: none;
}
.cid-v8gPDRqTmt input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8gPDRqTmt input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8gPDRqTmt input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8gPDRqTmt H4 {
  color: #ffffff;
}
.cid-uYgARK1ppE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYgARK1ppE .container {
    padding: 0 24px;
  }
}
.cid-uYgARK1ppE .row {
  justify-content: space-between;
}
.cid-uYgARK1ppE .logo-wrapper {
  display: flex;
}
.cid-uYgARK1ppE .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYgARK1ppE .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYgARK1ppE .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYgARK1ppE .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYgARK1ppE .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYgARK1ppE .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgARK1ppE .content-wrapper .list .item-wrap:hover,
.cid-uYgARK1ppE .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgARK1ppE .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgARK1ppE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgARK1ppE .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYgARK1ppE .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYgARK1ppE .nav-list {
    padding: 0;
  }
}
.cid-uYgARK1ppE .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgARK1ppE .nav-list .item-wrap:hover,
.cid-uYgARK1ppE .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgARK1ppE .nav-list .item-wrap:hover::before,
.cid-uYgARK1ppE .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYgARK1ppE .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYgARK1ppE .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYgARK1ppE .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYgARK1ppE .list {
  color: #F9F6E0;
}
.cid-uYgARK1ppE .mbr-copy {
  color: #F9F6E0;
}
.cid-uYgARK1ppE .list,
.cid-uYgARK1ppE .item-wrap {
  color: #ffffff;
}
.cid-uYgARMocy8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-uYgBYTPynM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYgBYTPynM .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYgBYTPynM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYgBYTPynM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgBYTPynM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYgBYTPynM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYgBYTPynM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYgBYTPynM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYgBYTPynM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYgBYTPynM .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYgBYTPynM .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYgBYTPynM .dropdown-item,
.cid-uYgBYTPynM .nav-link,
.cid-uYgBYTPynM .brand-name {
  font-style: normal;
}
.cid-uYgBYTPynM .dropdown-item:hover,
.cid-uYgBYTPynM .nav-link:hover,
.cid-uYgBYTPynM .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYgBYTPynM .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYgBYTPynM .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYgBYTPynM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYgBYTPynM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYgBYTPynM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYgBYTPynM .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYgBYTPynM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgBYTPynM .content-text {
  margin-bottom: 0;
}
.cid-uYgBYTPynM .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYgBYTPynM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYgBYTPynM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYgBYTPynM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYgBYTPynM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYgBYTPynM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgBYTPynM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgBYTPynM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYgBYTPynM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYgBYTPynM .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYgBYTPynM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYgBYTPynM .content-right-side {
  text-align: center;
}
.cid-uYgBYTPynM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYgBYTPynM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYgBYTPynM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYgBYTPynM .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgBYTPynM .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgBYTPynM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYgBYTPynM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYgBYTPynM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYgBYTPynM .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYgBYTPynM .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYgBYTPynM .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYgBYTPynM .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgBYTPynM .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYgBYTPynM .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYgBYTPynM .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgBYTPynM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYgBYTPynM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYgBYTPynM .navbar-toggler {
    display: none;
  }
  .cid-uYgBYTPynM .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYgBYTPynM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYgBYTPynM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgBYTPynM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYgBYTPynM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYgBYTPynM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYgBYTPynM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYgBYTPynM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYgBYTPynM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYgBYTPynM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYgBYTPynM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgBYTPynM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYgBYTPynM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYgBYTPynM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYgBYTPynM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYgBYTPynM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYgBYTPynM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYgBYTPynM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYgBYTPynM button.navbar-toggler:focus {
  outline: none;
}
.cid-uYgBYTPynM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-uYgBYTPynM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgBYTPynM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgBYTPynM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgBYTPynM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgBYTPynM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgBYTPynM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgBYTPynM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgBYTPynM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgBYTPynM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgBYTPynM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgBYTPynM .collapsed .btn {
  display: flex;
}
.cid-uYgBYTPynM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYgBYTPynM .collapsed .navbar-collapse.collapsing,
.cid-uYgBYTPynM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYgBYTPynM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYgBYTPynM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYgBYTPynM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYgBYTPynM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYgBYTPynM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYgBYTPynM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYgBYTPynM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYgBYTPynM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYgBYTPynM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgBYTPynM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYgBYTPynM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYgBYTPynM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYgBYTPynM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYgBYTPynM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYgBYTPynM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYgBYTPynM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYgBYTPynM .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYgBYTPynM .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYgBYTPynM .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYgBYTPynM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYgBYTPynM .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYgBYTPynM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYgBYTPynM .navbar-collapse.collapsing,
  .cid-uYgBYTPynM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYgBYTPynM .navbar-collapse.collapsing .navbar-nav,
  .cid-uYgBYTPynM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYgBYTPynM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYgBYTPynM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYgBYTPynM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYgBYTPynM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYgBYTPynM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYgBYTPynM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYgBYTPynM img {
    height: 3.8rem !important;
  }
  .cid-uYgBYTPynM .btn {
    display: flex;
  }
  .cid-uYgBYTPynM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYgBYTPynM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYgBYTPynM .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgBYTPynM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYgBYTPynM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYgBYTPynM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYgBYTPynM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYgBYTPynM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYgBYTPynM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYgBYTPynM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYgBYTPynM .nav-link:focus {
  outline: none;
}
.cid-uYgBYTPynM .navbar-toggler {
  position: relative;
}
.cid-uYgBYTPynM .dropdown-item.active,
.cid-uYgBYTPynM .dropdown-item:active {
  color: initial;
}
.cid-uYgBYTPynM .widget-title,
.cid-uYgBYTPynM .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYgBYTPynM .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYgBYTPynM .menu-logo {
    display: none;
  }
  .cid-uYgBYTPynM .navbar {
    padding: 0;
  }
  .cid-uYgBYTPynM .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgBYTPynM button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYhUIrKsuY {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/iso-1.jpg");
}
.cid-uYhUIrKsuY .text {
  display: flex;
  align-items: center;
}
.cid-uYhUIrKsuY .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-uYhUIrKsuY .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uYhUIrKsuY .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uYhUIrKsuY .btn:hover {
  box-shadow: none;
}
.cid-uYhUIrKsuY .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYhUIrKsuY .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uYhUIrKsuY .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhUIrKsuY .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYhUIrKsuY .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uYhUIrKsuY .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhUIrKsuY .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYhUIrKsuY .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uYhUIrKsuY .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uYhUIrKsuY .row:hover img {
  transform: rotate(0deg);
}
.cid-uYhUIrKsuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhUIrKsuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhUIrKsuY .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uYhUIrKsuY .image {
  display: flex;
}
.cid-uYhUIrKsuY .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-uYhUIrKsuY .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-uYgBYXwOff {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYgBYXwOff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgBYXwOff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgBYXwOff .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .image-wrapper {
    padding: 0;
  }
}
.cid-uYgBYXwOff .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .image-wrapper img {
    height: 350px;
  }
}
.cid-uYgBYXwOff .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYgBYXwOff .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYgBYXwOff .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYgBYXwOff .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uYgBYXwOff .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYgBYXwOff .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uYgBYXwOff .mbr-section-title {
  color: #262642;
}
.cid-uYgBYXwOff .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uYgBYXwOff .mbr-text {
  color: #2b2b2b;
}
.cid-uYgBYXwOff .mbr-section-title,
.cid-uYgBYXwOff .mbr-section-btn {
  color: #000000;
}
.cid-uYgBYYYCCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-uYgBYYYCCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgBYYYCCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgBYYYCCK .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYgBYYYCCK .container {
    max-width: 1400px;
  }
}
.cid-uYgBYYYCCK .card {
  margin: auto;
}
.cid-uYgBYYYCCK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYgBYYYCCK .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYgBYYYCCK .row {
  justify-content: center;
}
.cid-uYgBYYYCCK .card-title,
.cid-uYgBYYYCCK .card-box {
  color: #ffffff;
}
.cid-v8hbEHuRhM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8hbEHuRhM .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8hbEHuRhM .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8hbEHuRhM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8hbEHuRhM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8hbEHuRhM img,
.cid-v8hbEHuRhM .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8hbEHuRhM .item:focus,
.cid-v8hbEHuRhM span:focus {
  outline: none;
}
.cid-v8hbEHuRhM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8hbEHuRhM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8hbEHuRhM .mbr-section-title {
  color: #009fe2;
}
.cid-v8hbEHuRhM .mbr-text,
.cid-v8hbEHuRhM .mbr-section-btn {
  text-align: center;
}
.cid-v8hbEHuRhM .item-title {
  text-align: center;
}
.cid-v8hbEHuRhM .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-v8hbGI5E74 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-v8hbGI5E74 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8hbGI5E74 .form-control,
.cid-v8hbGI5E74 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hbGI5E74 .form-control::-webkit-input-placeholder,
.cid-v8hbGI5E74 .field-input::-webkit-input-placeholder,
.cid-v8hbGI5E74 .form-control::-webkit-input-placeholder,
.cid-v8hbGI5E74 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8hbGI5E74 .form-control:-moz-placeholder,
.cid-v8hbGI5E74 .field-input:-moz-placeholder,
.cid-v8hbGI5E74 .form-control:-moz-placeholder,
.cid-v8hbGI5E74 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8hbGI5E74 .form-control:hover,
.cid-v8hbGI5E74 .field-input:hover,
.cid-v8hbGI5E74 .form-control:focus,
.cid-v8hbGI5E74 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8hbGI5E74 .form-control:hover::-webkit-input-placeholder,
.cid-v8hbGI5E74 .field-input:hover::-webkit-input-placeholder,
.cid-v8hbGI5E74 .form-control:focus::-webkit-input-placeholder,
.cid-v8hbGI5E74 .field-input:focus::-webkit-input-placeholder,
.cid-v8hbGI5E74 .form-control:hover::-webkit-input-placeholder,
.cid-v8hbGI5E74 .field-input:hover::-webkit-input-placeholder,
.cid-v8hbGI5E74 .form-control:focus::-webkit-input-placeholder,
.cid-v8hbGI5E74 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8hbGI5E74 .form-control:hover:-moz-placeholder,
.cid-v8hbGI5E74 .field-input:hover:-moz-placeholder,
.cid-v8hbGI5E74 .form-control:focus:-moz-placeholder,
.cid-v8hbGI5E74 .field-input:focus:-moz-placeholder,
.cid-v8hbGI5E74 .form-control:hover:-moz-placeholder,
.cid-v8hbGI5E74 .field-input:hover:-moz-placeholder,
.cid-v8hbGI5E74 .form-control:focus:-moz-placeholder,
.cid-v8hbGI5E74 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8hbGI5E74 .jq-number__spin:hover,
.cid-v8hbGI5E74 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8hbGI5E74 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hbGI5E74 .jq-selectbox li,
.cid-v8hbGI5E74 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8hbGI5E74 .jq-selectbox li:hover,
.cid-v8hbGI5E74 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8hbGI5E74 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8hbGI5E74 .jq-number__spin.minus:hover:after,
.cid-v8hbGI5E74 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8hbGI5E74 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8hbGI5E74 .jq-number__spin.minus:after,
.cid-v8hbGI5E74 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8hbGI5E74 input::-webkit-clear-button {
  display: none;
}
.cid-v8hbGI5E74 input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8hbGI5E74 input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8hbGI5E74 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8hbGI5E74 H4 {
  color: #ffffff;
}
.cid-uYgBZbQJ6o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYgBZbQJ6o .container {
    padding: 0 24px;
  }
}
.cid-uYgBZbQJ6o .row {
  justify-content: space-between;
}
.cid-uYgBZbQJ6o .logo-wrapper {
  display: flex;
}
.cid-uYgBZbQJ6o .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYgBZbQJ6o .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYgBZbQJ6o .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYgBZbQJ6o .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYgBZbQJ6o .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYgBZbQJ6o .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgBZbQJ6o .content-wrapper .list .item-wrap:hover,
.cid-uYgBZbQJ6o .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgBZbQJ6o .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgBZbQJ6o .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgBZbQJ6o .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYgBZbQJ6o .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYgBZbQJ6o .nav-list {
    padding: 0;
  }
}
.cid-uYgBZbQJ6o .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgBZbQJ6o .nav-list .item-wrap:hover,
.cid-uYgBZbQJ6o .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgBZbQJ6o .nav-list .item-wrap:hover::before,
.cid-uYgBZbQJ6o .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYgBZbQJ6o .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYgBZbQJ6o .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYgBZbQJ6o .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYgBZbQJ6o .list {
  color: #F9F6E0;
}
.cid-uYgBZbQJ6o .mbr-copy {
  color: #F9F6E0;
}
.cid-uYgBZbQJ6o .list,
.cid-uYgBZbQJ6o .item-wrap {
  color: #ffffff;
}
.cid-uYgBZdKYyX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-uYgAtCnGa0 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYgAtCnGa0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYgAtCnGa0 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYgAtCnGa0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgAtCnGa0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYgAtCnGa0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYgAtCnGa0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYgAtCnGa0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYgAtCnGa0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYgAtCnGa0 .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYgAtCnGa0 .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYgAtCnGa0 .dropdown-item,
.cid-uYgAtCnGa0 .nav-link,
.cid-uYgAtCnGa0 .brand-name {
  font-style: normal;
}
.cid-uYgAtCnGa0 .dropdown-item:hover,
.cid-uYgAtCnGa0 .nav-link:hover,
.cid-uYgAtCnGa0 .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYgAtCnGa0 .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYgAtCnGa0 .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYgAtCnGa0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYgAtCnGa0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYgAtCnGa0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYgAtCnGa0 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYgAtCnGa0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgAtCnGa0 .content-text {
  margin-bottom: 0;
}
.cid-uYgAtCnGa0 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYgAtCnGa0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYgAtCnGa0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYgAtCnGa0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYgAtCnGa0 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYgAtCnGa0 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgAtCnGa0 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYgAtCnGa0 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYgAtCnGa0 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYgAtCnGa0 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYgAtCnGa0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYgAtCnGa0 .content-right-side {
  text-align: center;
}
.cid-uYgAtCnGa0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYgAtCnGa0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYgAtCnGa0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYgAtCnGa0 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgAtCnGa0 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYgAtCnGa0 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYgAtCnGa0 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYgAtCnGa0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYgAtCnGa0 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYgAtCnGa0 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYgAtCnGa0 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYgAtCnGa0 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgAtCnGa0 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYgAtCnGa0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYgAtCnGa0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYgAtCnGa0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYgAtCnGa0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYgAtCnGa0 .navbar-toggler {
    display: none;
  }
  .cid-uYgAtCnGa0 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYgAtCnGa0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYgAtCnGa0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgAtCnGa0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYgAtCnGa0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYgAtCnGa0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYgAtCnGa0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYgAtCnGa0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYgAtCnGa0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYgAtCnGa0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgAtCnGa0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYgAtCnGa0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYgAtCnGa0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYgAtCnGa0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYgAtCnGa0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYgAtCnGa0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYgAtCnGa0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYgAtCnGa0 button.navbar-toggler:focus {
  outline: none;
}
.cid-uYgAtCnGa0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-uYgAtCnGa0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgAtCnGa0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgAtCnGa0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgAtCnGa0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgAtCnGa0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgAtCnGa0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgAtCnGa0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgAtCnGa0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgAtCnGa0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgAtCnGa0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgAtCnGa0 .collapsed .btn {
  display: flex;
}
.cid-uYgAtCnGa0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.collapsing,
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYgAtCnGa0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYgAtCnGa0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYgAtCnGa0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYgAtCnGa0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYgAtCnGa0 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYgAtCnGa0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYgAtCnGa0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYgAtCnGa0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYgAtCnGa0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYgAtCnGa0 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYgAtCnGa0 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYgAtCnGa0 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYgAtCnGa0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYgAtCnGa0 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYgAtCnGa0 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYgAtCnGa0 .navbar-collapse.collapsing,
  .cid-uYgAtCnGa0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYgAtCnGa0 .navbar-collapse.collapsing .navbar-nav,
  .cid-uYgAtCnGa0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYgAtCnGa0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYgAtCnGa0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYgAtCnGa0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYgAtCnGa0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYgAtCnGa0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYgAtCnGa0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYgAtCnGa0 img {
    height: 3.8rem !important;
  }
  .cid-uYgAtCnGa0 .btn {
    display: flex;
  }
  .cid-uYgAtCnGa0 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYgAtCnGa0 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYgAtCnGa0 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgAtCnGa0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYgAtCnGa0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYgAtCnGa0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYgAtCnGa0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYgAtCnGa0 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYgAtCnGa0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYgAtCnGa0 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYgAtCnGa0 .nav-link:focus {
  outline: none;
}
.cid-uYgAtCnGa0 .navbar-toggler {
  position: relative;
}
.cid-uYgAtCnGa0 .dropdown-item.active,
.cid-uYgAtCnGa0 .dropdown-item:active {
  color: initial;
}
.cid-uYgAtCnGa0 .widget-title,
.cid-uYgAtCnGa0 .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYgAtCnGa0 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYgAtCnGa0 .menu-logo {
    display: none;
  }
  .cid-uYgAtCnGa0 .navbar {
    padding: 0;
  }
  .cid-uYgAtCnGa0 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYgAtCnGa0 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYhhb17oL1 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/main.jpg");
}
.cid-uYhhb17oL1 .text {
  display: flex;
  align-items: center;
}
.cid-uYhhb17oL1 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-uYhhb17oL1 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uYhhb17oL1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uYhhb17oL1 .btn:hover {
  box-shadow: none;
}
.cid-uYhhb17oL1 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYhhb17oL1 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uYhhb17oL1 .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhhb17oL1 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYhhb17oL1 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uYhhb17oL1 .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uYhhb17oL1 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uYhhb17oL1 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uYhhb17oL1 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uYhhb17oL1 .row:hover img {
  transform: rotate(0deg);
}
.cid-uYhhb17oL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhhb17oL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhhb17oL1 .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uYhhb17oL1 .image {
  display: flex;
}
.cid-uYhhb17oL1 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-uYhhb17oL1 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-uYgAtFAxJN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYgAtFAxJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgAtFAxJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgAtFAxJN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .image-wrapper {
    padding: 0;
  }
}
.cid-uYgAtFAxJN .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .image-wrapper img {
    height: 350px;
  }
}
.cid-uYgAtFAxJN .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYgAtFAxJN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYgAtFAxJN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYgAtFAxJN .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uYgAtFAxJN .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYgAtFAxJN .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uYgAtFAxJN .mbr-section-title {
  color: #262642;
}
.cid-uYgAtFAxJN .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uYgAtFAxJN .mbr-text {
  color: #2b2b2b;
}
.cid-uYgAtFAxJN .mbr-section-title,
.cid-uYgAtFAxJN .mbr-section-btn {
  color: #000000;
}
.cid-uYhiw6KsDN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhiw6KsDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhiw6KsDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhiw6KsDN .item {
  padding-bottom: 2rem;
}
.cid-uYhiw6KsDN .item-wrapper {
  position: relative;
}
.cid-uYhiw6KsDN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYhiw6KsDN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYhiw6KsDN .carousel-control,
.cid-uYhiw6KsDN .close {
  background: #1b1b1b;
}
.cid-uYhiw6KsDN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYhiw6KsDN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYhiw6KsDN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYhiw6KsDN .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYhiw6KsDN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYhiw6KsDN .close::before {
  content: '\e91a';
}
.cid-uYhiw6KsDN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYhiw6KsDN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYhiw6KsDN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYhiw6KsDN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYhiw6KsDN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYhiw6KsDN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYhiw6KsDN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYhiw6KsDN .carousel-indicators li.active,
.cid-uYhiw6KsDN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYhiw6KsDN .carousel-indicators li::after,
.cid-uYhiw6KsDN .carousel-indicators li::before {
  content: none;
}
.cid-uYhiw6KsDN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYhiw6KsDN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYhiw6KsDN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhiw6KsDN .carousel-indicators {
    display: none;
  }
}
.cid-uYhiw6KsDN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYhiw6KsDN .carousel-inner > .active {
  display: block;
}
.cid-uYhiw6KsDN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYhiw6KsDN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYhiw6KsDN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYhiw6KsDN .carousel-control,
  .cid-uYhiw6KsDN .carousel-indicators,
  .cid-uYhiw6KsDN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYhiw6KsDN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYhiw6KsDN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYhiw6KsDN .carousel-indicators .active,
.cid-uYhiw6KsDN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYhiw6KsDN .carousel-indicators .active {
  background: #fff;
}
.cid-uYhiw6KsDN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYhiw6KsDN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYhiw6KsDN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYhiw6KsDN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYhiw6KsDN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYhiw6KsDN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYhiw6KsDN .carousel {
  width: 100%;
}
.cid-uYhiw6KsDN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYhiw6KsDN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYhiw6KsDN .modal.fade .modal-dialog,
.cid-uYhiw6KsDN .modal.in .modal-dialog {
  transform: none;
}
.cid-uYhiw6KsDN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYhiw6KsDN H6 {
  text-align: center;
}
.cid-uYhiw6KsDN H3 {
  text-align: left;
  color: #009fe2;
}
.cid-v8hjT2Um67 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eae7e7;
}
.cid-v8hjT2Um67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hjT2Um67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hjT2Um67 .item {
  padding-bottom: 2rem;
}
.cid-v8hjT2Um67 .item-wrapper {
  position: relative;
}
.cid-v8hjT2Um67 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8hjT2Um67 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8hjT2Um67 .carousel-control,
.cid-v8hjT2Um67 .close {
  background: #1b1b1b;
}
.cid-v8hjT2Um67 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8hjT2Um67 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8hjT2Um67 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8hjT2Um67 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8hjT2Um67 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8hjT2Um67 .close::before {
  content: '\e91a';
}
.cid-v8hjT2Um67 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8hjT2Um67 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8hjT2Um67 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hjT2Um67 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8hjT2Um67 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8hjT2Um67 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8hjT2Um67 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8hjT2Um67 .carousel-indicators li.active,
.cid-v8hjT2Um67 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8hjT2Um67 .carousel-indicators li::after,
.cid-v8hjT2Um67 .carousel-indicators li::before {
  content: none;
}
.cid-v8hjT2Um67 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8hjT2Um67 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8hjT2Um67 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8hjT2Um67 .carousel-indicators {
    display: none;
  }
}
.cid-v8hjT2Um67 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8hjT2Um67 .carousel-inner > .active {
  display: block;
}
.cid-v8hjT2Um67 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hjT2Um67 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8hjT2Um67 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8hjT2Um67 .carousel-control,
  .cid-v8hjT2Um67 .carousel-indicators,
  .cid-v8hjT2Um67 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8hjT2Um67 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8hjT2Um67 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8hjT2Um67 .carousel-indicators .active,
.cid-v8hjT2Um67 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8hjT2Um67 .carousel-indicators .active {
  background: #fff;
}
.cid-v8hjT2Um67 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8hjT2Um67 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8hjT2Um67 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8hjT2Um67 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8hjT2Um67 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8hjT2Um67 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8hjT2Um67 .carousel {
  width: 100%;
}
.cid-v8hjT2Um67 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8hjT2Um67 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8hjT2Um67 .modal.fade .modal-dialog,
.cid-v8hjT2Um67 .modal.in .modal-dialog {
  transform: none;
}
.cid-v8hjT2Um67 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8hjT2Um67 H6 {
  text-align: center;
}
.cid-v8hjT2Um67 H3 {
  text-align: left;
  color: #000000;
}
.cid-v8hkGlPWGx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-v8hkGlPWGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hkGlPWGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hkGlPWGx .item {
  padding-bottom: 2rem;
}
.cid-v8hkGlPWGx .item-wrapper {
  position: relative;
}
.cid-v8hkGlPWGx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8hkGlPWGx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8hkGlPWGx .carousel-control,
.cid-v8hkGlPWGx .close {
  background: #1b1b1b;
}
.cid-v8hkGlPWGx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8hkGlPWGx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8hkGlPWGx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8hkGlPWGx .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8hkGlPWGx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8hkGlPWGx .close::before {
  content: '\e91a';
}
.cid-v8hkGlPWGx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8hkGlPWGx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8hkGlPWGx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hkGlPWGx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8hkGlPWGx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8hkGlPWGx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8hkGlPWGx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8hkGlPWGx .carousel-indicators li.active,
.cid-v8hkGlPWGx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8hkGlPWGx .carousel-indicators li::after,
.cid-v8hkGlPWGx .carousel-indicators li::before {
  content: none;
}
.cid-v8hkGlPWGx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8hkGlPWGx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8hkGlPWGx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8hkGlPWGx .carousel-indicators {
    display: none;
  }
}
.cid-v8hkGlPWGx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8hkGlPWGx .carousel-inner > .active {
  display: block;
}
.cid-v8hkGlPWGx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hkGlPWGx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8hkGlPWGx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8hkGlPWGx .carousel-control,
  .cid-v8hkGlPWGx .carousel-indicators,
  .cid-v8hkGlPWGx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8hkGlPWGx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8hkGlPWGx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8hkGlPWGx .carousel-indicators .active,
.cid-v8hkGlPWGx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8hkGlPWGx .carousel-indicators .active {
  background: #fff;
}
.cid-v8hkGlPWGx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8hkGlPWGx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8hkGlPWGx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8hkGlPWGx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8hkGlPWGx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8hkGlPWGx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8hkGlPWGx .carousel {
  width: 100%;
}
.cid-v8hkGlPWGx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8hkGlPWGx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8hkGlPWGx .modal.fade .modal-dialog,
.cid-v8hkGlPWGx .modal.in .modal-dialog {
  transform: none;
}
.cid-v8hkGlPWGx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8hkGlPWGx H6 {
  text-align: center;
}
.cid-v8hkGlPWGx H3 {
  text-align: left;
}
.cid-v8hkGlPWGx H4 {
  text-align: left;
}
.cid-uYgAtGWZ02 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-uYgAtGWZ02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgAtGWZ02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgAtGWZ02 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYgAtGWZ02 .container {
    max-width: 1400px;
  }
}
.cid-uYgAtGWZ02 .card {
  margin: auto;
}
.cid-uYgAtGWZ02 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYgAtGWZ02 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYgAtGWZ02 .row {
  justify-content: center;
}
.cid-uYgAtGWZ02 .card-title,
.cid-uYgAtGWZ02 .card-box {
  color: #ffffff;
}
.cid-v8hktIUbpT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8hktIUbpT .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8hktIUbpT .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8hktIUbpT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8hktIUbpT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8hktIUbpT img,
.cid-v8hktIUbpT .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8hktIUbpT .item:focus,
.cid-v8hktIUbpT span:focus {
  outline: none;
}
.cid-v8hktIUbpT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8hktIUbpT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8hktIUbpT .mbr-section-title {
  color: #009fe2;
}
.cid-v8hktIUbpT .mbr-text,
.cid-v8hktIUbpT .mbr-section-btn {
  text-align: center;
}
.cid-v8hktIUbpT .item-title {
  text-align: center;
}
.cid-v8hktIUbpT .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-v8hkrOAIEr {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-v8hkrOAIEr .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8hkrOAIEr .form-control,
.cid-v8hkrOAIEr .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hkrOAIEr .form-control::-webkit-input-placeholder,
.cid-v8hkrOAIEr .field-input::-webkit-input-placeholder,
.cid-v8hkrOAIEr .form-control::-webkit-input-placeholder,
.cid-v8hkrOAIEr .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8hkrOAIEr .form-control:-moz-placeholder,
.cid-v8hkrOAIEr .field-input:-moz-placeholder,
.cid-v8hkrOAIEr .form-control:-moz-placeholder,
.cid-v8hkrOAIEr .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8hkrOAIEr .form-control:hover,
.cid-v8hkrOAIEr .field-input:hover,
.cid-v8hkrOAIEr .form-control:focus,
.cid-v8hkrOAIEr .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8hkrOAIEr .form-control:hover::-webkit-input-placeholder,
.cid-v8hkrOAIEr .field-input:hover::-webkit-input-placeholder,
.cid-v8hkrOAIEr .form-control:focus::-webkit-input-placeholder,
.cid-v8hkrOAIEr .field-input:focus::-webkit-input-placeholder,
.cid-v8hkrOAIEr .form-control:hover::-webkit-input-placeholder,
.cid-v8hkrOAIEr .field-input:hover::-webkit-input-placeholder,
.cid-v8hkrOAIEr .form-control:focus::-webkit-input-placeholder,
.cid-v8hkrOAIEr .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8hkrOAIEr .form-control:hover:-moz-placeholder,
.cid-v8hkrOAIEr .field-input:hover:-moz-placeholder,
.cid-v8hkrOAIEr .form-control:focus:-moz-placeholder,
.cid-v8hkrOAIEr .field-input:focus:-moz-placeholder,
.cid-v8hkrOAIEr .form-control:hover:-moz-placeholder,
.cid-v8hkrOAIEr .field-input:hover:-moz-placeholder,
.cid-v8hkrOAIEr .form-control:focus:-moz-placeholder,
.cid-v8hkrOAIEr .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8hkrOAIEr .jq-number__spin:hover,
.cid-v8hkrOAIEr .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8hkrOAIEr .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hkrOAIEr .jq-selectbox li,
.cid-v8hkrOAIEr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8hkrOAIEr .jq-selectbox li:hover,
.cid-v8hkrOAIEr .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8hkrOAIEr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8hkrOAIEr .jq-number__spin.minus:hover:after,
.cid-v8hkrOAIEr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8hkrOAIEr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8hkrOAIEr .jq-number__spin.minus:after,
.cid-v8hkrOAIEr .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8hkrOAIEr input::-webkit-clear-button {
  display: none;
}
.cid-v8hkrOAIEr input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8hkrOAIEr input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8hkrOAIEr input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8hkrOAIEr H4 {
  color: #ffffff;
}
.cid-uYgAtSw8jm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYgAtSw8jm .container {
    padding: 0 24px;
  }
}
.cid-uYgAtSw8jm .row {
  justify-content: space-between;
}
.cid-uYgAtSw8jm .logo-wrapper {
  display: flex;
}
.cid-uYgAtSw8jm .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYgAtSw8jm .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYgAtSw8jm .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYgAtSw8jm .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYgAtSw8jm .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYgAtSw8jm .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgAtSw8jm .content-wrapper .list .item-wrap:hover,
.cid-uYgAtSw8jm .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgAtSw8jm .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgAtSw8jm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYgAtSw8jm .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYgAtSw8jm .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYgAtSw8jm .nav-list {
    padding: 0;
  }
}
.cid-uYgAtSw8jm .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYgAtSw8jm .nav-list .item-wrap:hover,
.cid-uYgAtSw8jm .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYgAtSw8jm .nav-list .item-wrap:hover::before,
.cid-uYgAtSw8jm .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYgAtSw8jm .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYgAtSw8jm .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYgAtSw8jm .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYgAtSw8jm .list {
  color: #F9F6E0;
}
.cid-uYgAtSw8jm .mbr-copy {
  color: #F9F6E0;
}
.cid-uYgAtSw8jm .list,
.cid-uYgAtSw8jm .item-wrap {
  color: #ffffff;
}
.cid-uYgAtUbpub {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-uYhXzj7P7B .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uYhXzj7P7B .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYhXzj7P7B .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYhXzj7P7B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhXzj7P7B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uYhXzj7P7B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYhXzj7P7B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYhXzj7P7B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYhXzj7P7B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYhXzj7P7B .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uYhXzj7P7B .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-uYhXzj7P7B .dropdown-item,
.cid-uYhXzj7P7B .nav-link,
.cid-uYhXzj7P7B .brand-name {
  font-style: normal;
}
.cid-uYhXzj7P7B .dropdown-item:hover,
.cid-uYhXzj7P7B .nav-link:hover,
.cid-uYhXzj7P7B .brand-name:hover {
  color: #009fe2 !important;
}
.cid-uYhXzj7P7B .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-uYhXzj7P7B .dropdown-item:active {
  color: #009fe2!important;
}
.cid-uYhXzj7P7B .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYhXzj7P7B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uYhXzj7P7B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYhXzj7P7B .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uYhXzj7P7B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYhXzj7P7B .content-text {
  margin-bottom: 0;
}
.cid-uYhXzj7P7B .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uYhXzj7P7B .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uYhXzj7P7B .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYhXzj7P7B .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYhXzj7P7B .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uYhXzj7P7B .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhXzj7P7B .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhXzj7P7B .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uYhXzj7P7B .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYhXzj7P7B .nav-dropdown .link {
  font-weight: 400;
}
.cid-uYhXzj7P7B .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYhXzj7P7B .content-right-side {
  text-align: center;
}
.cid-uYhXzj7P7B .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYhXzj7P7B .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYhXzj7P7B .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uYhXzj7P7B .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhXzj7P7B .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhXzj7P7B .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYhXzj7P7B .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYhXzj7P7B .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYhXzj7P7B .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYhXzj7P7B .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYhXzj7P7B .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uYhXzj7P7B .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhXzj7P7B .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYhXzj7P7B .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYhXzj7P7B .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhXzj7P7B .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uYhXzj7P7B .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYhXzj7P7B .navbar-toggler {
    display: none;
  }
  .cid-uYhXzj7P7B .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uYhXzj7P7B .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYhXzj7P7B .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYhXzj7P7B .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYhXzj7P7B .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYhXzj7P7B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYhXzj7P7B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYhXzj7P7B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYhXzj7P7B .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYhXzj7P7B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhXzj7P7B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uYhXzj7P7B .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYhXzj7P7B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYhXzj7P7B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYhXzj7P7B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYhXzj7P7B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYhXzj7P7B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uYhXzj7P7B button.navbar-toggler:focus {
  outline: none;
}
.cid-uYhXzj7P7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-uYhXzj7P7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhXzj7P7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhXzj7P7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhXzj7P7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhXzj7P7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhXzj7P7B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhXzj7P7B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhXzj7P7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhXzj7P7B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhXzj7P7B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhXzj7P7B .collapsed .btn {
  display: flex;
}
.cid-uYhXzj7P7B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYhXzj7P7B .collapsed .navbar-collapse.collapsing,
.cid-uYhXzj7P7B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYhXzj7P7B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYhXzj7P7B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYhXzj7P7B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYhXzj7P7B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYhXzj7P7B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYhXzj7P7B .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYhXzj7P7B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYhXzj7P7B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYhXzj7P7B .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhXzj7P7B .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYhXzj7P7B .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYhXzj7P7B .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYhXzj7P7B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uYhXzj7P7B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYhXzj7P7B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYhXzj7P7B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uYhXzj7P7B .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uYhXzj7P7B .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uYhXzj7P7B .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uYhXzj7P7B .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uYhXzj7P7B .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uYhXzj7P7B .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYhXzj7P7B .navbar-collapse.collapsing,
  .cid-uYhXzj7P7B .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYhXzj7P7B .navbar-collapse.collapsing .navbar-nav,
  .cid-uYhXzj7P7B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYhXzj7P7B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYhXzj7P7B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYhXzj7P7B .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYhXzj7P7B .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYhXzj7P7B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYhXzj7P7B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhXzj7P7B img {
    height: 3.8rem !important;
  }
  .cid-uYhXzj7P7B .btn {
    display: flex;
  }
  .cid-uYhXzj7P7B button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uYhXzj7P7B .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uYhXzj7P7B .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhXzj7P7B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uYhXzj7P7B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYhXzj7P7B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYhXzj7P7B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uYhXzj7P7B .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYhXzj7P7B .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uYhXzj7P7B .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uYhXzj7P7B .nav-link:focus {
  outline: none;
}
.cid-uYhXzj7P7B .navbar-toggler {
  position: relative;
}
.cid-uYhXzj7P7B .dropdown-item.active,
.cid-uYhXzj7P7B .dropdown-item:active {
  color: initial;
}
.cid-uYhXzj7P7B .widget-title,
.cid-uYhXzj7P7B .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-uYhXzj7P7B .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uYhXzj7P7B .menu-logo {
    display: none;
  }
  .cid-uYhXzj7P7B .navbar {
    padding: 0;
  }
  .cid-uYhXzj7P7B .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhXzj7P7B button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uYhXzx5UDO {
  padding-top: 14rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #000000);
}
@media (min-width: 992px) {
  .cid-uYhXzx5UDO .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-uYhXzx5UDO .row {
    text-align: center!important;
  }
}
.cid-uYhXzx5UDO .btn {
  width: -webkit-fill-available;
}
.cid-uYhXzx5UDO .col-lg-8 {
  z-index: 2;
}
.cid-uYhXzx5UDO .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 2rem;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 1400px) {
  .cid-uYhXzx5UDO .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhXzx5UDO .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uYhXzx5UDO .content-container {
    padding: 3rem 2rem;
  }
}
.cid-uYhXzx5UDO img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uYhXzx5UDO img {
    margin-bottom: 2rem;
  }
}
.cid-uYhXzx5UDO .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYhXzx5UDO .mbr-section-title {
    text-align: center;
  }
}
.cid-uYhXzx5UDO .mbr-text {
  color: #0a1c44;
  text-align: center;
}
.cid-uYhXzx5UDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXzx5UDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXzx5UDO .mbr-section-title,
.cid-uYhXzx5UDO .mbr-section-btn {
  color: #ae42c8;
}
.cid-uYhXzx5UDO .image2 {
  display: flex;
  justify-content: center;
}
.cid-uYhXzx5UDO .image2 img {
  margin-top: 0px;
  border-radius: 10px;
  object-fit: cover;
  width: 300px;
  height: 254px;
}
@media (max-width: 991px) {
  .cid-uYhXzx5UDO .image2 img {
    width: 300px;
    height: 254px;
  }
}
.cid-v8hu0oLyUw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-v8hu0oLyUw .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8hu0oLyUw .form-control,
.cid-v8hu0oLyUw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hu0oLyUw .form-control::-webkit-input-placeholder,
.cid-v8hu0oLyUw .field-input::-webkit-input-placeholder,
.cid-v8hu0oLyUw .form-control::-webkit-input-placeholder,
.cid-v8hu0oLyUw .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8hu0oLyUw .form-control:-moz-placeholder,
.cid-v8hu0oLyUw .field-input:-moz-placeholder,
.cid-v8hu0oLyUw .form-control:-moz-placeholder,
.cid-v8hu0oLyUw .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8hu0oLyUw .form-control:hover,
.cid-v8hu0oLyUw .field-input:hover,
.cid-v8hu0oLyUw .form-control:focus,
.cid-v8hu0oLyUw .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8hu0oLyUw .form-control:hover::-webkit-input-placeholder,
.cid-v8hu0oLyUw .field-input:hover::-webkit-input-placeholder,
.cid-v8hu0oLyUw .form-control:focus::-webkit-input-placeholder,
.cid-v8hu0oLyUw .field-input:focus::-webkit-input-placeholder,
.cid-v8hu0oLyUw .form-control:hover::-webkit-input-placeholder,
.cid-v8hu0oLyUw .field-input:hover::-webkit-input-placeholder,
.cid-v8hu0oLyUw .form-control:focus::-webkit-input-placeholder,
.cid-v8hu0oLyUw .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8hu0oLyUw .form-control:hover:-moz-placeholder,
.cid-v8hu0oLyUw .field-input:hover:-moz-placeholder,
.cid-v8hu0oLyUw .form-control:focus:-moz-placeholder,
.cid-v8hu0oLyUw .field-input:focus:-moz-placeholder,
.cid-v8hu0oLyUw .form-control:hover:-moz-placeholder,
.cid-v8hu0oLyUw .field-input:hover:-moz-placeholder,
.cid-v8hu0oLyUw .form-control:focus:-moz-placeholder,
.cid-v8hu0oLyUw .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8hu0oLyUw .jq-number__spin:hover,
.cid-v8hu0oLyUw .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8hu0oLyUw .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hu0oLyUw .jq-selectbox li,
.cid-v8hu0oLyUw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8hu0oLyUw .jq-selectbox li:hover,
.cid-v8hu0oLyUw .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8hu0oLyUw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8hu0oLyUw .jq-number__spin.minus:hover:after,
.cid-v8hu0oLyUw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8hu0oLyUw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8hu0oLyUw .jq-number__spin.minus:after,
.cid-v8hu0oLyUw .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8hu0oLyUw input::-webkit-clear-button {
  display: none;
}
.cid-v8hu0oLyUw input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8hu0oLyUw input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8hu0oLyUw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8hu0oLyUw H4 {
  color: #ffffff;
}
.cid-v92JoYTStt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v92JoYTStt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92JoYTStt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92JoYTStt .video-wrapper iframe {
  width: 100%;
}
.cid-v92JoYTStt .mbr-section-title,
.cid-v92JoYTStt .mbr-section-subtitle,
.cid-v92JoYTStt .mbr-text {
  text-align: center;
}
.cid-v92JoYTStt .mbr-section-title {
  color: #009fe2;
  text-align: left;
}
.cid-v92JoYTStt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYhXzJSmwh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #0a1c44;
}
.cid-uYhXzJSmwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhXzJSmwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhXzJSmwh .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYhXzJSmwh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYhXzJSmwh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYhXzJSmwh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYhXzJSmwh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYhXzN5zkC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYhXzN5zkC .container {
    padding: 0 24px;
  }
}
.cid-uYhXzN5zkC .row {
  justify-content: space-between;
}
.cid-uYhXzN5zkC .logo-wrapper {
  display: flex;
}
.cid-uYhXzN5zkC .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uYhXzN5zkC .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-uYhXzN5zkC .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-uYhXzN5zkC .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uYhXzN5zkC .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-uYhXzN5zkC .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uYhXzN5zkC .content-wrapper .list .item-wrap:hover,
.cid-uYhXzN5zkC .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYhXzN5zkC .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYhXzN5zkC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYhXzN5zkC .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uYhXzN5zkC .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYhXzN5zkC .nav-list {
    padding: 0;
  }
}
.cid-uYhXzN5zkC .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uYhXzN5zkC .nav-list .item-wrap:hover,
.cid-uYhXzN5zkC .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-uYhXzN5zkC .nav-list .item-wrap:hover::before,
.cid-uYhXzN5zkC .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uYhXzN5zkC .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uYhXzN5zkC .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uYhXzN5zkC .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYhXzN5zkC .list {
  color: #F9F6E0;
}
.cid-uYhXzN5zkC .mbr-copy {
  color: #F9F6E0;
}
.cid-uYhXzN5zkC .list,
.cid-uYhXzN5zkC .item-wrap {
  color: #ffffff;
}
.cid-uYhXzOYHBM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
.cid-v8bo8MsN3u .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v8bo8MsN3u .navbar-fixed-top {
  padding-top: 0;
}
.cid-v8bo8MsN3u .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v8bo8MsN3u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8bo8MsN3u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v8bo8MsN3u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8bo8MsN3u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8bo8MsN3u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8bo8MsN3u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8bo8MsN3u .menu-content-top {
  background: #1b1818;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v8bo8MsN3u .dropdown-item {
  padding: 0;
  color: #009fe2 !important;
}
.cid-v8bo8MsN3u .dropdown-item,
.cid-v8bo8MsN3u .nav-link,
.cid-v8bo8MsN3u .brand-name {
  font-style: normal;
}
.cid-v8bo8MsN3u .dropdown-item:hover,
.cid-v8bo8MsN3u .nav-link:hover,
.cid-v8bo8MsN3u .brand-name:hover {
  color: #009fe2 !important;
}
.cid-v8bo8MsN3u .dropdown-menu {
  background-color: #ffffff;
  color: #009fe2 !important;
}
.cid-v8bo8MsN3u .dropdown-item:active {
  color: #009fe2!important;
}
.cid-v8bo8MsN3u .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8bo8MsN3u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8bo8MsN3u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v8bo8MsN3u .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v8bo8MsN3u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8bo8MsN3u .content-text {
  margin-bottom: 0;
}
.cid-v8bo8MsN3u .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v8bo8MsN3u .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v8bo8MsN3u .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v8bo8MsN3u .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v8bo8MsN3u .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v8bo8MsN3u .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8bo8MsN3u .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8bo8MsN3u .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v8bo8MsN3u .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8bo8MsN3u .nav-dropdown .link {
  font-weight: 400;
}
.cid-v8bo8MsN3u .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v8bo8MsN3u .content-right-side {
  text-align: center;
}
.cid-v8bo8MsN3u .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v8bo8MsN3u .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v8bo8MsN3u .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v8bo8MsN3u .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8bo8MsN3u .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8bo8MsN3u .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v8bo8MsN3u .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v8bo8MsN3u .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v8bo8MsN3u .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v8bo8MsN3u .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v8bo8MsN3u .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-v8bo8MsN3u .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8bo8MsN3u .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v8bo8MsN3u .navbar {
    display: block;
    padding: 0;
  }
  .cid-v8bo8MsN3u .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8bo8MsN3u .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v8bo8MsN3u .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v8bo8MsN3u .navbar-toggler {
    display: none;
  }
  .cid-v8bo8MsN3u .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-v8bo8MsN3u .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v8bo8MsN3u .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8bo8MsN3u .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v8bo8MsN3u .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v8bo8MsN3u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8bo8MsN3u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8bo8MsN3u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8bo8MsN3u .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8bo8MsN3u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8bo8MsN3u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v8bo8MsN3u .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v8bo8MsN3u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8bo8MsN3u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8bo8MsN3u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8bo8MsN3u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8bo8MsN3u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-v8bo8MsN3u button.navbar-toggler:focus {
  outline: none;
}
.cid-v8bo8MsN3u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443a0a;
}
.cid-v8bo8MsN3u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8bo8MsN3u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8bo8MsN3u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8bo8MsN3u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8bo8MsN3u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8bo8MsN3u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8bo8MsN3u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8bo8MsN3u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8bo8MsN3u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8bo8MsN3u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8bo8MsN3u .collapsed .btn {
  display: flex;
}
.cid-v8bo8MsN3u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8bo8MsN3u .collapsed .navbar-collapse.collapsing,
.cid-v8bo8MsN3u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8bo8MsN3u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8bo8MsN3u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8bo8MsN3u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8bo8MsN3u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8bo8MsN3u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8bo8MsN3u .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v8bo8MsN3u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8bo8MsN3u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8bo8MsN3u .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8bo8MsN3u .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8bo8MsN3u .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v8bo8MsN3u .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8bo8MsN3u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v8bo8MsN3u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8bo8MsN3u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8bo8MsN3u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v8bo8MsN3u .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-v8bo8MsN3u .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-v8bo8MsN3u .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-v8bo8MsN3u .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-v8bo8MsN3u .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v8bo8MsN3u .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8bo8MsN3u .navbar-collapse.collapsing,
  .cid-v8bo8MsN3u .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8bo8MsN3u .navbar-collapse.collapsing .navbar-nav,
  .cid-v8bo8MsN3u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8bo8MsN3u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8bo8MsN3u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8bo8MsN3u .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8bo8MsN3u .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v8bo8MsN3u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8bo8MsN3u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8bo8MsN3u img {
    height: 3.8rem !important;
  }
  .cid-v8bo8MsN3u .btn {
    display: flex;
  }
  .cid-v8bo8MsN3u button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v8bo8MsN3u .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v8bo8MsN3u .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8bo8MsN3u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v8bo8MsN3u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8bo8MsN3u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8bo8MsN3u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v8bo8MsN3u .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v8bo8MsN3u .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v8bo8MsN3u .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v8bo8MsN3u .nav-link:focus {
  outline: none;
}
.cid-v8bo8MsN3u .navbar-toggler {
  position: relative;
}
.cid-v8bo8MsN3u .dropdown-item.active,
.cid-v8bo8MsN3u .dropdown-item:active {
  color: initial;
}
.cid-v8bo8MsN3u .widget-title,
.cid-v8bo8MsN3u .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-v8bo8MsN3u .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-v8bo8MsN3u .menu-logo {
    display: none;
  }
  .cid-v8bo8MsN3u .navbar {
    padding: 0;
  }
  .cid-v8bo8MsN3u .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8bo8MsN3u button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-v8bo8O7EDp {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/faca.jpg");
}
.cid-v8bo8O7EDp .text {
  display: flex;
  align-items: center;
}
.cid-v8bo8O7EDp .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v8bo8O7EDp .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-v8bo8O7EDp .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v8bo8O7EDp .btn:hover {
  box-shadow: none;
}
.cid-v8bo8O7EDp .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v8bo8O7EDp .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v8bo8O7EDp .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v8bo8O7EDp .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v8bo8O7EDp .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v8bo8O7EDp .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v8bo8O7EDp .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v8bo8O7EDp .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v8bo8O7EDp .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v8bo8O7EDp .row:hover img {
  transform: rotate(0deg);
}
.cid-v8bo8O7EDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bo8O7EDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bo8O7EDp .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v8bo8O7EDp .image {
  display: flex;
}
.cid-v8bo8O7EDp .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v8bo8O7EDp .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v8bo8OUHR6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8bo8OUHR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bo8OUHR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bo8OUHR6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .image-wrapper {
    padding: 0;
  }
}
.cid-v8bo8OUHR6 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .image-wrapper img {
    height: 350px;
  }
}
.cid-v8bo8OUHR6 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v8bo8OUHR6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8bo8OUHR6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8bo8OUHR6 .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-v8bo8OUHR6 .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v8bo8OUHR6 .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v8bo8OUHR6 .mbr-section-title {
  color: #262642;
}
.cid-v8bo8OUHR6 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-v8bo8OUHR6 .mbr-text {
  color: #2b2b2b;
}
.cid-v8bo8OUHR6 .mbr-section-title,
.cid-v8bo8OUHR6 .mbr-section-btn {
  color: #000000;
}
.cid-v8bo8PJbnK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ebe9e9;
}
.cid-v8bo8PJbnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bo8PJbnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bo8PJbnK .item {
  padding-bottom: 2rem;
}
.cid-v8bo8PJbnK .item-wrapper {
  position: relative;
}
.cid-v8bo8PJbnK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8bo8PJbnK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8bo8PJbnK .carousel-control,
.cid-v8bo8PJbnK .close {
  background: #1b1b1b;
}
.cid-v8bo8PJbnK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8bo8PJbnK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8bo8PJbnK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8bo8PJbnK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8bo8PJbnK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8bo8PJbnK .close::before {
  content: '\e91a';
}
.cid-v8bo8PJbnK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8bo8PJbnK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8bo8PJbnK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8bo8PJbnK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8bo8PJbnK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8bo8PJbnK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8bo8PJbnK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8bo8PJbnK .carousel-indicators li.active,
.cid-v8bo8PJbnK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8bo8PJbnK .carousel-indicators li::after,
.cid-v8bo8PJbnK .carousel-indicators li::before {
  content: none;
}
.cid-v8bo8PJbnK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8bo8PJbnK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8bo8PJbnK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8bo8PJbnK .carousel-indicators {
    display: none;
  }
}
.cid-v8bo8PJbnK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8bo8PJbnK .carousel-inner > .active {
  display: block;
}
.cid-v8bo8PJbnK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8bo8PJbnK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8bo8PJbnK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8bo8PJbnK .carousel-control,
  .cid-v8bo8PJbnK .carousel-indicators,
  .cid-v8bo8PJbnK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8bo8PJbnK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8bo8PJbnK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8bo8PJbnK .carousel-indicators .active,
.cid-v8bo8PJbnK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8bo8PJbnK .carousel-indicators .active {
  background: #fff;
}
.cid-v8bo8PJbnK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8bo8PJbnK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8bo8PJbnK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8bo8PJbnK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8bo8PJbnK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8bo8PJbnK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8bo8PJbnK .carousel {
  width: 100%;
}
.cid-v8bo8PJbnK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8bo8PJbnK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8bo8PJbnK .modal.fade .modal-dialog,
.cid-v8bo8PJbnK .modal.in .modal-dialog {
  transform: none;
}
.cid-v8bo8PJbnK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8bo8PJbnK H6 {
  text-align: center;
}
.cid-v8bo8PJbnK H3 {
  text-align: left;
  color: #009fe2;
}
.cid-v8bo8RWgBa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #009fe2;
}
.cid-v8bo8RWgBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bo8RWgBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bo8RWgBa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-v8bo8RWgBa .container {
    max-width: 1400px;
  }
}
.cid-v8bo8RWgBa .card {
  margin: auto;
}
.cid-v8bo8RWgBa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-v8bo8RWgBa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8bo8RWgBa .row {
  justify-content: center;
}
.cid-v8bo8RWgBa .card-title,
.cid-v8bo8RWgBa .card-box {
  color: #ffffff;
}
.cid-v8hs7Ll6hx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e7e7;
}
.cid-v8hs7Ll6hx .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8hs7Ll6hx .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8hs7Ll6hx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8hs7Ll6hx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8hs7Ll6hx img,
.cid-v8hs7Ll6hx .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v8hs7Ll6hx .item:focus,
.cid-v8hs7Ll6hx span:focus {
  outline: none;
}
.cid-v8hs7Ll6hx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8hs7Ll6hx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8hs7Ll6hx .mbr-section-title {
  color: #009fe2;
}
.cid-v8hs7Ll6hx .mbr-text,
.cid-v8hs7Ll6hx .mbr-section-btn {
  text-align: center;
}
.cid-v8hs7Ll6hx .item-title {
  text-align: center;
}
.cid-v8hs7Ll6hx .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-v8hs6NynMT {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ctvelux.jpg");
}
.cid-v8hs6NynMT .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-v8hs6NynMT .form-control,
.cid-v8hs6NynMT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hs6NynMT .form-control::-webkit-input-placeholder,
.cid-v8hs6NynMT .field-input::-webkit-input-placeholder,
.cid-v8hs6NynMT .form-control::-webkit-input-placeholder,
.cid-v8hs6NynMT .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8hs6NynMT .form-control:-moz-placeholder,
.cid-v8hs6NynMT .field-input:-moz-placeholder,
.cid-v8hs6NynMT .form-control:-moz-placeholder,
.cid-v8hs6NynMT .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v8hs6NynMT .form-control:hover,
.cid-v8hs6NynMT .field-input:hover,
.cid-v8hs6NynMT .form-control:focus,
.cid-v8hs6NynMT .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v8hs6NynMT .form-control:hover::-webkit-input-placeholder,
.cid-v8hs6NynMT .field-input:hover::-webkit-input-placeholder,
.cid-v8hs6NynMT .form-control:focus::-webkit-input-placeholder,
.cid-v8hs6NynMT .field-input:focus::-webkit-input-placeholder,
.cid-v8hs6NynMT .form-control:hover::-webkit-input-placeholder,
.cid-v8hs6NynMT .field-input:hover::-webkit-input-placeholder,
.cid-v8hs6NynMT .form-control:focus::-webkit-input-placeholder,
.cid-v8hs6NynMT .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v8hs6NynMT .form-control:hover:-moz-placeholder,
.cid-v8hs6NynMT .field-input:hover:-moz-placeholder,
.cid-v8hs6NynMT .form-control:focus:-moz-placeholder,
.cid-v8hs6NynMT .field-input:focus:-moz-placeholder,
.cid-v8hs6NynMT .form-control:hover:-moz-placeholder,
.cid-v8hs6NynMT .field-input:hover:-moz-placeholder,
.cid-v8hs6NynMT .form-control:focus:-moz-placeholder,
.cid-v8hs6NynMT .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v8hs6NynMT .jq-number__spin:hover,
.cid-v8hs6NynMT .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v8hs6NynMT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8hs6NynMT .jq-selectbox li,
.cid-v8hs6NynMT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8hs6NynMT .jq-selectbox li:hover,
.cid-v8hs6NynMT .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v8hs6NynMT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8hs6NynMT .jq-number__spin.minus:hover:after,
.cid-v8hs6NynMT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8hs6NynMT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8hs6NynMT .jq-number__spin.minus:after,
.cid-v8hs6NynMT .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v8hs6NynMT input::-webkit-clear-button {
  display: none;
}
.cid-v8hs6NynMT input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8hs6NynMT input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8hs6NynMT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v8hs6NynMT H4 {
  color: #ffffff;
}
.cid-v8bo92X0T8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v8bo92X0T8 .container {
    padding: 0 24px;
  }
}
.cid-v8bo92X0T8 .row {
  justify-content: space-between;
}
.cid-v8bo92X0T8 .logo-wrapper {
  display: flex;
}
.cid-v8bo92X0T8 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-v8bo92X0T8 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #72716b;
}
.cid-v8bo92X0T8 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-v8bo92X0T8 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-v8bo92X0T8 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-v8bo92X0T8 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bo92X0T8 .content-wrapper .list .item-wrap:hover,
.cid-v8bo92X0T8 .content-wrapper .list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-v8bo92X0T8 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8bo92X0T8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8bo92X0T8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-v8bo92X0T8 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8bo92X0T8 .nav-list {
    padding: 0;
  }
}
.cid-v8bo92X0T8 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bo92X0T8 .nav-list .item-wrap:hover,
.cid-v8bo92X0T8 .nav-list .item-wrap:focus {
  color: #bbbbbb;
}
.cid-v8bo92X0T8 .nav-list .item-wrap:hover::before,
.cid-v8bo92X0T8 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-v8bo92X0T8 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-v8bo92X0T8 .nav-list .item-wrap::before {
  content: '';
  background-color: #bbbbbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-v8bo92X0T8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v8bo92X0T8 .list {
  color: #F9F6E0;
}
.cid-v8bo92X0T8 .mbr-copy {
  color: #F9F6E0;
}
.cid-v8bo92X0T8 .list,
.cid-v8bo92X0T8 .item-wrap {
  color: #ffffff;
}
.cid-v8bo94oPed {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #009fe2;
  overflow: hidden;
}
