.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Retro Floral';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Retro Floral';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Retro Floral';
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Nunito Sans', 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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.4rem 2.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #13a05d !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffc800 !important;
}
.bg-danger {
  background-color: #ffc800 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: white!important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ff6666 !important;
  background-color: white!important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info {
  box-shadow: none!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: #47b5ed !important;
  background-color: white!important;
  border-color: #47b5ed !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 {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #13a05d !important;
  border-color: #13a05d !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: #13a05d !important;
  background-color: white!important;
  border-color: #13a05d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a5330 !important;
  border-color: #0a5330 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !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: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !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: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-white {
  background: white;
  transition: all 0.3s;
  color: #ffffff;
  border-color: white;
}
.btn-white:hover {
  background: #ffffff;
  color: white;
  border-color: #ffffff;
}
.btn-black {
  box-shadow: none!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: #232323 !important;
  background-color: white!important;
  border-color: #232323 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #13a05d;
  color: #13a05d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a5330 !important;
  background-color: transparent!important;
  border-color: #0a5330 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #13a05d !important;
  border-color: #13a05d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #13a05d !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffc800 !important;
}
.text-danger {
  color: #ffc800 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #084528 !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: #997800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997800 !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]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffc800;
}
.alert-danger {
  background-color: #ffc800;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #49e99d;
}
.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: #fff4cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-uUMN2lmjn1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -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-uUMN2lmjn1 .display-2 {
  font-size: 2rem;
}
.cid-uUMN2lmjn1 .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 0.2em;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uUMN2lmjn1 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uUMN2lmjn1 .dropdown-item:hover {
    color: #ff0000 !important;
    background: #ffffff !important;
  }
  .cid-uUMN2lmjn1 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uUMN2lmjn1.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMN2lmjn1.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUMN2lmjn1.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uUMN2lmjn1.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uUMN2lmjn1 .navbar .navbar-brand {
    padding-left: 10px;
  }
  .cid-uUMN2lmjn1 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uUMN2lmjn1 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMN2lmjn1.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMN2lmjn1 .dropdown-menu {
    top: 0;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uUMN2lmjn1 .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUMN2lmjn1 ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
  }
  .cid-uUMN2lmjn1 .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUMN2lmjn1 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUMN2lmjn1 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 155px;
  }
}
@media (min-width: 576px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-uUMN2lmjn1 .container {
  width: 100%;
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUMN2lmjn1 .navbar {
  min-height: 77px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 4.9rem !important;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short .navbar-brand {
    padding-top: 0.5rem;
  }
  .cid-uUMN2lmjn1 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #000000;
    border-bottom-right-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
  }
  .cid-uUMN2lmjn1 .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uUMN2lmjn1 .navbar.opened {
  transition: all .3s;
}
.cid-uUMN2lmjn1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uUMN2lmjn1 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUMN2lmjn1 .nav-link:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uUMN2lmjn1 .nav-link:hover:before {
  color: #000000 !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uUMN2lmjn1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .icons-menu {
    min-width: 75px;
    width: 75px;
  }
}
.cid-uUMN2lmjn1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .nav-dropdown .link {
    margin-right: 2.5em !important;
    padding: 0.3em 0.3em !important;
    margin-top: .2em !important;
  }
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uUMN2lmjn1 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uUMN2lmjn1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUMN2lmjn1 .navbar-caption {
  padding-right: 1rem;
}
.cid-uUMN2lmjn1 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .dropdown-menu,
  .cid-uUMN2lmjn1 .navbar.opened {
    background: rgba(16, 49, 120, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .dropdown-menu,
  .cid-uUMN2lmjn1 .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uUMN2lmjn1 .nav-item:focus,
.cid-uUMN2lmjn1 .nav-link:focus {
  outline: none;
}
.cid-uUMN2lmjn1 .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;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uUMN2lmjn1 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uUMN2lmjn1 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uUMN2lmjn1 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uUMN2lmjn1 .collapsed .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUMN2lmjn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMN2lmjn1 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uUMN2lmjn1 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uUMN2lmjn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uUMN2lmjn1 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uUMN2lmjn1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-uUMN2lmjn1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUMN2lmjn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMN2lmjn1 .dropdown-item.active,
.cid-uUMN2lmjn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMN2lmjn1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMN2lmjn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uUMN2lmjn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMN2lmjn1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMN2lmjn1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .navbar-buttons {
    text-align: right;
    min-width: 195px;
    width: 195px;
  }
}
.cid-uUMN2lmjn1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMN2lmjn1 .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uUMN2lmjn1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMN2lmjn1 .navbar-brand span {
  display: inline-block;
}
.cid-uUMN2lmjn1 .navbar-brand a {
  font-weight: 500 ;
}
.cid-uUMN2lmjn1 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #000000;
}
.cid-uUMN2lmjn1 .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
}
.cid-uUMN2lmjn1 .btn .mbr-iconfont,
.cid-uUMN2lmjn1 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uUMN2lmjn1 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffa500;
  border-top-color: #232323;
  background: #ffa500 !important;
  background: linear-gradient(to right, #ffa500, #000000, #3bc444) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #232323;
}
.cid-uUMN2lmjn1 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uUMN2lmjn1 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uUMN2lmjn1 .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 20;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 20;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 20;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uUMN2lmjn1 img {
  width: auto;
}
.cid-uUMN2lmjn1 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uU8uslDuXC {
  background-color: #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uU8uslDuXC .carousel {
  height: 800px;
}
.cid-uU8uslDuXC .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU8uslDuXC .carousel-item,
.cid-uU8uslDuXC .carousel-inner {
  height: 100%;
}
.cid-uU8uslDuXC img,
.cid-uU8uslDuXC .item-wrapper {
  border-radius: 0 !important;
}
.cid-uU8uslDuXC .carousel-caption {
  bottom: 40px;
}
.cid-uU8uslDuXC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU8uslDuXC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU8uslDuXC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uU8uslDuXC .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uU8uslDuXC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uU8uslDuXC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uU8uslDuXC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uU8uslDuXC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uU8uslDuXC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU8uslDuXC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU8uslDuXC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU8uslDuXC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uU8uslDuXC .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-uU8uslDuXC .carousel-indicators li.active,
.cid-uU8uslDuXC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uU8uslDuXC .carousel-indicators li::after,
.cid-uU8uslDuXC .carousel-indicators li::before {
  content: none;
}
.cid-uU8uslDuXC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uU8uslDuXC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uU8uslDuXC .mbr-section-subtitle,
  .cid-uU8uslDuXC .mbr-section-text,
  .cid-uU8uslDuXC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU8uslDuXC .carousel-control-prev,
.cid-uU8uslDuXC .carousel-control-next {
  display: none;
}
.cid-uU8uslDuXC H5 {
  text-align: center;
}
.cid-uU8uslDuXC .mbr-section-text,
.cid-uU8uslDuXC .mbr-section-btn {
  color: #ffffff;
}
.cid-uUUuNwE5Nc {
  background: #f6f4f2;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUUuNwE5Nc .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-uUUuNwE5Nc .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUUuNwE5Nc .image-block:hover:before {
  opacity: 0.6;
}
.cid-uUUuNwE5Nc .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUUuNwE5Nc .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUUuNwE5Nc h4 {
  letter-spacing: 2px;
}
.cid-uUUuNwE5Nc figcaption {
  position: relative;
}
.cid-uUUuNwE5Nc figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUUuNwE5Nc img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUUuNwE5Nc .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uUUuNwE5Nc .wrap {
    opacity: 1!important;
  }
  .cid-uUUuNwE5Nc .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uTVAjHmfkl {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
@media (min-width: 1500px) {
  .cid-uTVAjHmfkl .container {
    max-width: 1400px;
  }
}
.cid-uTVAjHmfkl .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-uTVAjHmfkl .card-wrapper {
  margin-top: 3rem;
}
.cid-uTVAjHmfkl .row {
  justify-content: center;
}
.cid-uTVAjHmfkl .card-title,
.cid-uTVAjHmfkl .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTVAjHmfkl .card-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uTVAjHmfkl .mbr-section-title {
  color: #bbbbbb;
}
.cid-uTVAjHmfkl .mbr-section-subtitle {
  color: #808080;
}
.cid-uUo9ewpYz3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUo9ewpYz3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uUnKORkMsJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUnKORkMsJ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-uUnKORkMsJ section {
  position: relative;
}
.cid-uUnKORkMsJ a {
  font-weight: 600;
}
.cid-uUnKORkMsJ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-uUnKORkMsJ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background: #ffffff;
}
.cid-uUnKORkMsJ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-uUnKORkMsJ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-uUnKORkMsJ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-uUnKORkMsJ .card-wrapper {
  height: 100%;
}
.cid-uUnKORkMsJ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-uUnKORkMsJ .card-wrapper:hover .card-title a {
  color: #ff6666 !important;
}
.cid-uUnKORkMsJ .text {
  color: #767676;
}
.cid-uUnKORkMsJ .card-title {
  color: #ffffff;
}
.cid-uUnKORkMsJ .title {
  text-align: center;
}
.cid-uUo8SO89Gr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUo8SO89Gr .mbr-section-title {
  color: #232323;
}
.cid-uUnHMUvNj8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUnHMUvNj8 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-uUnHMUvNj8 section {
  position: relative;
}
.cid-uUnHMUvNj8 a {
  font-weight: 600;
}
.cid-uUnHMUvNj8 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-uUnHMUvNj8 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background: #ffffff;
}
.cid-uUnHMUvNj8 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-uUnHMUvNj8 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-uUnHMUvNj8 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-uUnHMUvNj8 .card-wrapper {
  height: 100%;
}
.cid-uUnHMUvNj8 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-uUnHMUvNj8 .card-wrapper:hover .card-title a {
  color: #ff6666 !important;
}
.cid-uUnHMUvNj8 .text {
  color: #767676;
}
.cid-uUnHMUvNj8 .card-title {
  color: #ffffff;
}
.cid-uUnHMUvNj8 .title {
  text-align: center;
}
.cid-uUd44F7f7Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (min-width: 1500px) {
  .cid-uUd44F7f7Q .container {
    max-width: 1400px;
  }
}
.cid-uUd44F7f7Q .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-uUd44F7f7Q .card-wrapper {
  margin-top: 3rem;
}
.cid-uUd44F7f7Q .row {
  justify-content: center;
}
.cid-uUd44F7f7Q .card-title,
.cid-uUd44F7f7Q .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUd44F7f7Q .card-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uUd44F7f7Q .mbr-section-title {
  color: #bbbbbb;
}
.cid-uUd44F7f7Q .mbr-section-subtitle {
  color: #808080;
}
.cid-uUUihxfxmc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uUUihxfxmc .row {
  flex-direction: row-reverse;
}
.cid-uUUihxfxmc .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #232323;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uUUihxfxmc .price-wrapper h4,
.cid-uUUihxfxmc .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uUUihxfxmc .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uUUihxfxmc .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uUUihxfxmc .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uUUihxfxmc .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uUUihxfxmc .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uUUihxfxmc .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uUUihxfxmc .card-title {
  padding: 0;
  margin: 0;
}
.cid-uUUihxfxmc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uUUihxfxmc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUihxfxmc .card-wrapper {
    width: fit-content;
  }
}
.cid-uUUihxfxmc .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uUUihxfxmc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUUihxfxmc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUUihxfxmc .card-title,
.cid-uUUihxfxmc .card-icon {
  color: #bbbbbb;
}
.cid-uUUihxfxmc .mbr-section-title {
  color: #bbbbbb;
}
.cid-uUUihxfxmc .mbr-text,
.cid-uUUihxfxmc .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uUUihxfxmc .price-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUUihxfxmc .price {
  text-align: center;
  color: #ffffff;
}
.cid-uUoaWiE5i0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUoaWiE5i0 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-uUoaWiE5i0 section {
  position: relative;
}
.cid-uUoaWiE5i0 a {
  font-weight: 600;
}
.cid-uUoaWiE5i0 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-uUoaWiE5i0 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background: #ffffff;
}
.cid-uUoaWiE5i0 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-uUoaWiE5i0 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-uUoaWiE5i0 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-uUoaWiE5i0 .card-wrapper {
  height: 100%;
}
.cid-uUoaWiE5i0 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-uUoaWiE5i0 .card-wrapper:hover .card-title a {
  color: #ff6666 !important;
}
.cid-uUoaWiE5i0 .text {
  color: #767676;
}
.cid-uUoaWiE5i0 .card-title {
  color: #f0f2f5;
}
.cid-uUoaWiE5i0 .title {
  text-align: center;
}
.cid-uU9jjBP8cz {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uU9jjBP8cz .container-fluid {
  padding: 2rem;
}
.cid-uU9jjBP8cz .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.cid-uU9jjBP8cz .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU9jjBP8cz .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU9jjBP8cz .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU9jjBP8cz .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU9jjBP8cz h4 {
  letter-spacing: 2px;
}
.cid-uU9jjBP8cz figcaption {
  position: relative;
}
.cid-uU9jjBP8cz figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU9jjBP8cz img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uU9jjBP8cz .image-block {
    height: 400px;
  }
  .cid-uU9jjBP8cz .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU9jjBP8cz .container-fluid {
    padding: 1rem;
  }
  .cid-uU9jjBP8cz .image-block:before {
    opacity: 0.4;
  }
  .cid-uU9jjBP8cz .image-block .wrap {
    opacity: 1;
  }
  .cid-uU9jjBP8cz .image-block img {
    transform: scale(1.05);
  }
}
.cid-uTWmwTUNvj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uTWmwTUNvj .row {
  flex-direction: row-reverse;
}
.cid-uTWmwTUNvj .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #232323;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uTWmwTUNvj .price-wrapper h4,
.cid-uTWmwTUNvj .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uTWmwTUNvj .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uTWmwTUNvj .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uTWmwTUNvj .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uTWmwTUNvj .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uTWmwTUNvj .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uTWmwTUNvj .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uTWmwTUNvj .card-title {
  padding: 0;
  margin: 0;
}
.cid-uTWmwTUNvj .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uTWmwTUNvj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTWmwTUNvj .card-wrapper {
    width: fit-content;
  }
}
.cid-uTWmwTUNvj .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uTWmwTUNvj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTWmwTUNvj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTWmwTUNvj .card-title,
.cid-uTWmwTUNvj .card-icon {
  color: #ffffff;
}
.cid-uTWmwTUNvj .mbr-section-title {
  color: #ffffff;
}
.cid-uTWmwTUNvj .mbr-text,
.cid-uTWmwTUNvj .mbr-section-btn {
  color: #f0f2f5;
}
.cid-uTWmwTUNvj .price {
  text-align: center;
  color: #ffffff;
}
.cid-uTUVXlmOZq {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uTUVXlmOZq .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uTUVXlmOZq .row .row {
    flex-direction: column-reverse;
  }
  .cid-uTUVXlmOZq .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTUVXlmOZq .text-wrapper {
  width: 65%;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uTUVXlmOZq .card1-subtitle {
  width: fit-content;
  background: #13a05d;
  border-radius: 16px;
  padding: 0 1rem;
  color: #ffffff;
}
.cid-uTUVXlmOZq .col-lg-4 {
  height: auto;
}
@media (max-width: 992px) {
  .cid-uTUVXlmOZq .col-12 {
    margin-bottom: 2rem;
  }
}
.cid-uTUVXlmOZq .card-wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTUVXlmOZq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTUVXlmOZq .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uTUVXlmOZq .card-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cid-uTUVXlmOZq .img-wrapper img {
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.cid-uTUVXlmOZq .card-subtitle {
  color: #ffffff;
}
.cid-uTUVXlmOZq .mbr-text {
  color: #555555;
}
.cid-uTUVXlmOZq .card2-title {
  color: #000000;
}
.cid-uTUVXlmOZq .card1-title {
  color: #000000;
}
.cid-uTUVXlmOZq .card2-subtitle {
  color: #000000;
}
.cid-uTUVXlmOZq .card3-subtitle {
  color: #000000;
}
.cid-uTUVXlmOZq .card3-title {
  color: #000000;
}
.cid-uTUVXlmOZq .card3-price {
  color: #000000;
  text-decoration: line-through;
}
.cid-uUUCkjTo6p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f2f5;
}
.cid-uUUCkjTo6p .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-uUUCkjTo6p .block2 {
  background-image: url("../../../assets/images/steptodown.com334079-4.jpeg");
}
.cid-uUUCkjTo6p .block2:hover .block2-over {
  opacity: 0;
}
.cid-uUUCkjTo6p .block1 {
  background-image: url("../../../assets/images/steptodown.com647732-1.jpeg");
}
.cid-uUUCkjTo6p .block1:hover .block1-over {
  opacity: 0;
}
.cid-uUUCkjTo6p .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffa500;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uUUCkjTo6p .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #232323;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uUUCkjTo6p .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/steptodown.com995975-2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-uUUCkjTo6p .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #232323;
}
.cid-uUUCkjTo6p .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-uUUCkjTo6p .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uUUCkjTo6p .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-uUUCkjTo6p .wrap:hover .box-title2,
.cid-uUUCkjTo6p .wrap:hover .box-text2 {
  color: #000000;
  transition-delay: 0.3s;
}
.cid-uUUCkjTo6p .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-uUUCkjTo6p .box-title2,
.cid-uUUCkjTo6p .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uUUCkjTo6p .box-content {
  transition: all 0.3s;
  background: #232323;
  width: 50%;
}
.cid-uUUCkjTo6p .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uUUCkjTo6p .img-content {
    opacity: 1;
  }
  .cid-uUUCkjTo6p .box-title2,
  .cid-uUUCkjTo6p .box-text2 {
    color: #000000 !important;
  }
  .cid-uUUCkjTo6p .content-block,
  .cid-uUUCkjTo6p .content1 {
    padding: 3rem 1rem;
  }
  .cid-uUUCkjTo6p .wrap {
    min-height: 300px;
  }
  .cid-uUUCkjTo6p .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-uUUCkjTo6p .box-text2 {
  color: #bbbbbb;
  text-align: left;
}
.cid-uUUCkjTo6p .block1-title {
  color: #000000;
}
.cid-uUUCkjTo6p .box-title2 {
  color: #f0f2f5;
}
.cid-uUUCkjTo6p .block2-title {
  color: #ffffff;
}
.cid-uUUCkjTo6p .block2-text,
.cid-uUUCkjTo6p .mbr-section-btn {
  color: #ffffff;
}
.cid-uUUCkjTo6p .block2-subtitle {
  color: #f0f2f5;
}
.cid-uUUCkjTo6p .block1-text,
.cid-uUUCkjTo6p .mbr-section-btn {
  color: #ffffff;
}
.cid-uTVohkOVJx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/picture1picture1.jpg");
}
.cid-uTVohkOVJx .row {
  flex-direction: row-reverse;
}
.cid-uTVohkOVJx .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #232323;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uTVohkOVJx .price-wrapper h4,
.cid-uTVohkOVJx .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uTVohkOVJx .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uTVohkOVJx .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uTVohkOVJx .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uTVohkOVJx .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uTVohkOVJx .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uTVohkOVJx .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uTVohkOVJx .card-title {
  padding: 0;
  margin: 0;
}
.cid-uTVohkOVJx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uTVohkOVJx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTVohkOVJx .card-wrapper {
    width: fit-content;
  }
}
.cid-uTVohkOVJx .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uTVohkOVJx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTVohkOVJx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTVohkOVJx .card-title,
.cid-uTVohkOVJx .card-icon {
  color: #232323;
}
.cid-uTVohkOVJx .mbr-section-title {
  color: #232323;
}
.cid-uTVohkOVJx .mbr-text,
.cid-uTVohkOVJx .mbr-section-btn {
  color: #000000;
}
.cid-uTVohkOVJx .price {
  text-align: center;
  color: #ffffff;
}
.cid-uTVwevFhuH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTVwevFhuH .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uTVwevFhuH .row .row {
    flex-direction: column-reverse;
  }
  .cid-uTVwevFhuH .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTVwevFhuH .text-wrapper {
  width: 65%;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uTVwevFhuH .card1-subtitle {
  width: fit-content;
  background: #13a05d;
  border-radius: 16px;
  padding: 0 1rem;
  color: #ffffff;
}
.cid-uTVwevFhuH .col-lg-4 {
  height: auto;
}
@media (max-width: 992px) {
  .cid-uTVwevFhuH .col-12 {
    margin-bottom: 2rem;
  }
}
.cid-uTVwevFhuH .card-wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTVwevFhuH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTVwevFhuH .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uTVwevFhuH .card-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cid-uTVwevFhuH .img-wrapper img {
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.cid-uTVwevFhuH .card-subtitle {
  color: #ffffff;
}
.cid-uTVwevFhuH .mbr-text {
  color: #555555;
}
.cid-uTVwevFhuH .card2-title {
  color: #232323;
}
.cid-uTVwevFhuH .card1-title {
  color: #232323;
}
.cid-uTVwevFhuH .card2-subtitle {
  color: #232323;
}
.cid-uTVwevFhuH .card3-subtitle {
  color: #232323;
}
.cid-uTVwevFhuH .card3-title {
  color: #232323;
}
.cid-uTVwevFhuH .card3-price {
  color: #232323;
  text-decoration: line-through;
}
.cid-uUUCGs71Ck {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUUCGs71Ck img {
  transition: all 0.3s;
}
.cid-uUUCGs71Ck img:hover {
  transform: scale(1.1);
}
.cid-uUUCGs71Ck img,
.cid-uUUCGs71Ck .item-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uUUCGs71Ck .item:focus,
.cid-uUUCGs71Ck span:focus {
  outline: none;
}
.cid-uUUCGs71Ck .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUUCGs71Ck .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUUCGs71Ck .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUUCGs71Ck .mbr-section-title {
  color: #232323;
}
.cid-uUUCGs71Ck .item-title {
  color: #f23801;
  text-align: center;
}
.cid-uUUCGs71Ck .item-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uUUFqIGtM9 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uUUFqIGtM9 .container-fluid {
  padding: 2rem;
}
.cid-uUUFqIGtM9 .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.cid-uUUFqIGtM9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUUFqIGtM9 .image-block:hover:before {
  opacity: 0.4;
}
.cid-uUUFqIGtM9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUUFqIGtM9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUUFqIGtM9 h4 {
  letter-spacing: 2px;
}
.cid-uUUFqIGtM9 figcaption {
  position: relative;
}
.cid-uUUFqIGtM9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUUFqIGtM9 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUUFqIGtM9 .image-block {
    height: 400px;
  }
  .cid-uUUFqIGtM9 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUFqIGtM9 .container-fluid {
    padding: 1rem;
  }
  .cid-uUUFqIGtM9 .image-block:before {
    opacity: 0.4;
  }
  .cid-uUUFqIGtM9 .image-block .wrap {
    opacity: 1;
  }
  .cid-uUUFqIGtM9 .image-block img {
    transform: scale(1.05);
  }
}
.cid-uUUHE2hV6b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUUHE2hV6b .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-uUUHE2hV6b .block2 {
  background-image: url("../../../assets/images/picture15-1.png");
}
.cid-uUUHE2hV6b .block2:hover .block2-over {
  opacity: 0;
}
.cid-uUUHE2hV6b .block1 {
  background-image: url("../../../assets/images/picture14-2.png");
}
.cid-uUUHE2hV6b .block1:hover .block1-over {
  opacity: 0;
}
.cid-uUUHE2hV6b .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #232323;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uUUHE2hV6b .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #232323;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uUUHE2hV6b .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/picture13-1.png");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-uUUHE2hV6b .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #000000;
}
.cid-uUUHE2hV6b .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-uUUHE2hV6b .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uUUHE2hV6b .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-uUUHE2hV6b .wrap:hover .box-title2,
.cid-uUUHE2hV6b .wrap:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uUUHE2hV6b .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-uUUHE2hV6b .box-title2,
.cid-uUUHE2hV6b .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uUUHE2hV6b .box-content {
  transition: all 0.3s;
  background: #000000;
  width: 50%;
}
.cid-uUUHE2hV6b .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uUUHE2hV6b .img-content {
    opacity: 1;
  }
  .cid-uUUHE2hV6b .box-title2,
  .cid-uUUHE2hV6b .box-text2 {
    color: #ffffff !important;
  }
  .cid-uUUHE2hV6b .content-block,
  .cid-uUUHE2hV6b .content1 {
    padding: 3rem 1rem;
  }
  .cid-uUUHE2hV6b .wrap {
    min-height: 300px;
  }
  .cid-uUUHE2hV6b .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-uUUHE2hV6b .box-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uUUHE2hV6b .block1-title {
  color: #ffffff;
}
.cid-uUUHE2hV6b .box-title2 {
  color: #f0f2f5;
}
.cid-uUUHE2hV6b .block2-title {
  color: #ffffff;
}
.cid-uUUHE2hV6b .block2-text,
.cid-uUUHE2hV6b .mbr-section-btn {
  color: #ffffff;
}
.cid-uUUHE2hV6b .block2-subtitle {
  color: #f0f2f5;
}
.cid-uUUHE2hV6b .block1-text,
.cid-uUUHE2hV6b .mbr-section-btn {
  color: #ffffff;
}
.cid-uUUHE2hV6b .block1-subtitle {
  color: #ffffff;
}
.cid-uTVtPHn0m7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTVtPHn0m7 .row {
  flex-direction: row-reverse;
}
.cid-uTVtPHn0m7 .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #232323;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uTVtPHn0m7 .price-wrapper h4,
.cid-uTVtPHn0m7 .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uTVtPHn0m7 .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uTVtPHn0m7 .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uTVtPHn0m7 .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uTVtPHn0m7 .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uTVtPHn0m7 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uTVtPHn0m7 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uTVtPHn0m7 .card-title {
  padding: 0;
  margin: 0;
}
.cid-uTVtPHn0m7 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uTVtPHn0m7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTVtPHn0m7 .card-wrapper {
    width: fit-content;
  }
}
.cid-uTVtPHn0m7 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uTVtPHn0m7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTVtPHn0m7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTVtPHn0m7 .card-title,
.cid-uTVtPHn0m7 .card-icon {
  color: #232323;
}
.cid-uTVtPHn0m7 .mbr-section-title {
  color: #232323;
}
.cid-uTVtPHn0m7 .mbr-text,
.cid-uTVtPHn0m7 .mbr-section-btn {
  color: #000000;
}
.cid-uTVtPHn0m7 .price {
  text-align: center;
  color: #ffffff;
}
.cid-uTWtqES0Lu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTWtqES0Lu .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uTWtqES0Lu .row .row {
    flex-direction: column-reverse;
  }
  .cid-uTWtqES0Lu .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTWtqES0Lu .text-wrapper {
  width: 65%;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uTWtqES0Lu .card1-subtitle {
  width: fit-content;
  background: #13a05d;
  border-radius: 16px;
  padding: 0 1rem;
  color: #ffffff;
}
.cid-uTWtqES0Lu .col-lg-4 {
  height: auto;
}
@media (max-width: 992px) {
  .cid-uTWtqES0Lu .col-12 {
    margin-bottom: 2rem;
  }
}
.cid-uTWtqES0Lu .card-wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTWtqES0Lu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTWtqES0Lu .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uTWtqES0Lu .card-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cid-uTWtqES0Lu .img-wrapper img {
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.cid-uTWtqES0Lu .card-subtitle {
  color: #ffffff;
}
.cid-uTWtqES0Lu .mbr-text {
  color: #555555;
}
.cid-uTWtqES0Lu .card2-title {
  color: #232323;
}
.cid-uTWtqES0Lu .card1-title {
  color: #232323;
}
.cid-uTWtqES0Lu .card2-subtitle {
  color: #232323;
}
.cid-uTWtqES0Lu .card3-subtitle {
  color: #000000;
}
.cid-uTWtqES0Lu .card3-title {
  color: #232323;
}
.cid-uTWtqES0Lu .card3-price {
  color: #103178;
  text-decoration: line-through;
}
.cid-uUUogZMgBg {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uUUogZMgBg .container-fluid {
  padding: 2rem;
}
.cid-uUUogZMgBg .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.cid-uUUogZMgBg .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUUogZMgBg .image-block:hover:before {
  opacity: 0.4;
}
.cid-uUUogZMgBg .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUUogZMgBg .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUUogZMgBg h4 {
  letter-spacing: 2px;
}
.cid-uUUogZMgBg figcaption {
  position: relative;
}
.cid-uUUogZMgBg figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUUogZMgBg img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUUogZMgBg .image-block {
    height: 400px;
  }
  .cid-uUUogZMgBg .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUogZMgBg .container-fluid {
    padding: 1rem;
  }
  .cid-uUUogZMgBg .image-block:before {
    opacity: 0.4;
  }
  .cid-uUUogZMgBg .image-block .wrap {
    opacity: 1;
  }
  .cid-uUUogZMgBg .image-block img {
    transform: scale(1.05);
  }
}
.cid-uTW91LOAxF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTW91LOAxF .row {
  flex-direction: row-reverse;
}
.cid-uTW91LOAxF .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #232323;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uTW91LOAxF .price-wrapper h4,
.cid-uTW91LOAxF .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uTW91LOAxF .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uTW91LOAxF .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uTW91LOAxF .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uTW91LOAxF .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uTW91LOAxF .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uTW91LOAxF .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uTW91LOAxF .card-title {
  padding: 0;
  margin: 0;
}
.cid-uTW91LOAxF .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uTW91LOAxF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTW91LOAxF .card-wrapper {
    width: fit-content;
  }
}
.cid-uTW91LOAxF .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uTW91LOAxF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTW91LOAxF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTW91LOAxF .card-title,
.cid-uTW91LOAxF .card-icon {
  color: #232323;
}
.cid-uTW91LOAxF .mbr-section-title {
  color: #232323;
}
.cid-uTW91LOAxF .mbr-text,
.cid-uTW91LOAxF .mbr-section-btn {
  color: #232323;
}
.cid-uTW91LOAxF .price-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTW91LOAxF .price {
  text-align: left;
  color: #ffffff;
}
.cid-uTWl7UEKRx {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #f0f2f5;
}
.cid-uTWl7UEKRx .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uTWl7UEKRx .row .row {
    flex-direction: column-reverse;
  }
  .cid-uTWl7UEKRx .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTWl7UEKRx .text-wrapper {
  width: 65%;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uTWl7UEKRx .card1-subtitle {
  width: fit-content;
  background: #13a05d;
  border-radius: 16px;
  padding: 0 1rem;
  color: #ffffff;
}
.cid-uTWl7UEKRx .col-lg-4 {
  height: auto;
}
@media (max-width: 992px) {
  .cid-uTWl7UEKRx .col-12 {
    margin-bottom: 2rem;
  }
}
.cid-uTWl7UEKRx .card-wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uTWl7UEKRx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTWl7UEKRx .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uTWl7UEKRx .card-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cid-uTWl7UEKRx .img-wrapper img {
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}
.cid-uTWl7UEKRx .card-subtitle {
  color: #ffffff;
}
.cid-uTWl7UEKRx .mbr-text {
  color: #555555;
}
.cid-uTWl7UEKRx .card2-title {
  color: #000000;
}
.cid-uTWl7UEKRx .card1-title {
  color: #232323;
}
.cid-uTWl7UEKRx .card2-subtitle {
  color: #232323;
}
.cid-uTWl7UEKRx .card3-subtitle {
  color: #232323;
}
.cid-uTWl7UEKRx .card3-title {
  color: #232323;
}
.cid-uTWl7UEKRx .card3-price {
  color: #103178;
  text-decoration: line-through;
}
.cid-uUH5LnWTLE {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/steptodown.com465145.jpg");
}
.cid-uUH5LnWTLE .row {
  flex-direction: row-reverse;
}
.cid-uUH5LnWTLE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUH5LnWTLE .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUH5LnWTLE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUH5LnWTLE .mbr-section-title {
  color: #ffffff;
}
.cid-uUH5LnWTLE .mbr-text,
.cid-uUH5LnWTLE .mbr-section-btn {
  color: #ffffff;
}
.cid-uUH5VG5Cre {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUH5VG5Cre .row {
  border: 2px solid #ffffff;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uUH5VG5Cre .row {
    padding: 1rem;
  }
}
.cid-uUH5VG5Cre .price-wrapper {
  position: absolute;
  z-index: 10;
  left: 1rem;
  top: 1rem;
  background: #232323;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uUH5VG5Cre .price-wrapper h4,
.cid-uUH5VG5Cre .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uUH5VG5Cre .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .cid-uUH5VG5Cre .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uUH5VG5Cre .social-row {
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uUH5VG5Cre .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-uUH5VG5Cre .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uUH5VG5Cre .social-row {
    justify-content: center;
  }
}
.cid-uUH5VG5Cre img {
  transition: all 0.3s;
}
.cid-uUH5VG5Cre img:hover {
  transform: scale(1.1);
}
.cid-uUH5VG5Cre .item-img {
  position: relative;
}
.cid-uUH5VG5Cre img,
.cid-uUH5VG5Cre .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUH5VG5Cre .item:focus,
.cid-uUH5VG5Cre span:focus {
  outline: none;
}
.cid-uUH5VG5Cre .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUH5VG5Cre .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-uUH5VG5Cre .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUH5VG5Cre .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUH5VG5Cre .mbr-section-title {
  color: #103178;
}
.cid-uUH5VG5Cre .item-title {
  color: #103178;
}
.cid-uUH5VG5Cre .item-subtitle {
  color: #103178;
}
.cid-uUH5VG5Cre .price {
  color: #ffffff;
}
.cid-uUH5VG5Cre .mbr-count {
  color: #808080;
}
.cid-uUH5VG5Cre .mbr-count-text {
  color: #000000;
  text-align: right;
}
.cid-uTXZlr3sy6 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uTXZlr3sy6 .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-uTXZlr3sy6 .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uTXZlr3sy6 .card {
  height: fit-content;
}
.cid-uTXZlr3sy6 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uTXZlr3sy6 .card1 {
  background: #232323;
}
.cid-uTXZlr3sy6 .card2 {
  background: #f0f2f5;
}
.cid-uTXZlr3sy6 .card3 {
  background: #232323;
}
.cid-uTXZlr3sy6 .card4 {
  background: #232323;
}
.cid-uTXZlr3sy6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uTXZlr3sy6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uTXZlr3sy6 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-uTXZlr3sy6 .card-subtitle1 {
  text-align: center;
}
.cid-uTXZlr3sy6 .card-title1 {
  text-align: center;
}
.cid-uTXZlr3sy6 .mbr-text1 {
  text-align: center;
}
.cid-uTXZlr3sy6 .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-uTXZlr3sy6 .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uTXZlr3sy6 .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-uTXZlr3sy6 .card-title3 {
  text-align: center;
}
.cid-uTXZlr3sy6 .mbr-text3 {
  text-align: center;
}
.cid-uTXZlr3sy6 .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-uTXZlr3sy6 .card-title4 {
  text-align: center;
}
.cid-uTXZlr3sy6 .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-uTXZlr3sy6 .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-uTXZlr3sy6 .card-title2,
.cid-uTXZlr3sy6 .title-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-uTXZlr3sy6 .card-title3,
.cid-uTXZlr3sy6 .title-wrap3 {
  text-align: center;
  color: #ffffff;
}
.cid-uTXZlr3sy6 .card-title4,
.cid-uTXZlr3sy6 .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-uTXZlr3sy6 .card-title1,
.cid-uTXZlr3sy6 .title-wrap1 {
  text-align: center;
  color: #ffffff;
}
.cid-uTXZlr3sy6 .title {
  text-align: center;
  color: #232323;
}
.cid-uUVaymIJ49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uUVaymIJ49 .row {
  flex-direction: row-reverse;
}
.cid-uUVaymIJ49 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUVaymIJ49 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUVaymIJ49 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUVaymIJ49 .mbr-section-title {
  color: #ffffff;
}
.cid-uUVaymIJ49 .mbr-text,
.cid-uUVaymIJ49 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUVaqnzmpS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUVaqnzmpS .row {
  border: 2px solid #ffffff;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uUVaqnzmpS .row {
    padding: 1rem;
  }
}
.cid-uUVaqnzmpS .price-wrapper {
  position: absolute;
  z-index: 10;
  left: 1rem;
  top: 1rem;
  background: #232323;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uUVaqnzmpS .price-wrapper h4,
.cid-uUVaqnzmpS .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uUVaqnzmpS .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .cid-uUVaqnzmpS .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uUVaqnzmpS .social-row {
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uUVaqnzmpS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-uUVaqnzmpS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uUVaqnzmpS .social-row {
    justify-content: center;
  }
}
.cid-uUVaqnzmpS img {
  transition: all 0.3s;
}
.cid-uUVaqnzmpS img:hover {
  transform: scale(1.1);
}
.cid-uUVaqnzmpS .item-img {
  position: relative;
}
.cid-uUVaqnzmpS img,
.cid-uUVaqnzmpS .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUVaqnzmpS .item:focus,
.cid-uUVaqnzmpS span:focus {
  outline: none;
}
.cid-uUVaqnzmpS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUVaqnzmpS .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-uUVaqnzmpS .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUVaqnzmpS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUVaqnzmpS .mbr-section-title {
  color: #103178;
}
.cid-uUVaqnzmpS .item-title {
  color: #103178;
}
.cid-uUVaqnzmpS .item-subtitle {
  color: #103178;
}
.cid-uUVaqnzmpS .price {
  color: #ffffff;
}
.cid-uUVaqnzmpS .mbr-count {
  color: #808080;
}
.cid-uUVaqnzmpS .mbr-count-text {
  color: #000000;
  text-align: right;
}
.cid-uUHoUv13us {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uUHoUv13us .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-uUHoUv13us .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uUHoUv13us .card {
  height: fit-content;
}
.cid-uUHoUv13us h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uUHoUv13us .card1 {
  background: #232323;
}
.cid-uUHoUv13us .card2 {
  background: #f0f2f5;
}
.cid-uUHoUv13us .card3 {
  background: #232323;
}
.cid-uUHoUv13us .card4 {
  background: #232323;
}
.cid-uUHoUv13us .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uUHoUv13us .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uUHoUv13us .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-uUHoUv13us .card-subtitle1 {
  text-align: center;
}
.cid-uUHoUv13us .card-title1 {
  text-align: center;
}
.cid-uUHoUv13us .mbr-text1 {
  text-align: center;
}
.cid-uUHoUv13us .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-uUHoUv13us .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uUHoUv13us .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-uUHoUv13us .card-title3 {
  text-align: center;
}
.cid-uUHoUv13us .mbr-text3 {
  text-align: center;
}
.cid-uUHoUv13us .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-uUHoUv13us .card-title4 {
  text-align: center;
}
.cid-uUHoUv13us .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-uUHoUv13us .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-uUHoUv13us .card-title2,
.cid-uUHoUv13us .title-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-uUHoUv13us .card-title3,
.cid-uUHoUv13us .title-wrap3 {
  text-align: center;
  color: #ffffff;
}
.cid-uUHoUv13us .card-title4,
.cid-uUHoUv13us .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-uUHoUv13us .card-title1,
.cid-uUHoUv13us .title-wrap1 {
  text-align: center;
  color: #ffffff;
}
.cid-uUHoUv13us .title {
  text-align: center;
}
.cid-uUHpubd2Ax {
  overflow-x: hidden !important;
}
.cid-uUHpubd2Ax,
.cid-uUHpubd2Ax .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uUHpubd2Ax .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-uUHpubd2Ax .mbr-section-title {
  color: #ffffff;
}
.cid-uUHpubd2Ax .mbr-section-title span {
  color: #ffffff;
}
.cid-uUHpubd2Ax .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uUHpubd2Ax .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 51s !important;
  animation-duration: 51s;
  background-image: url("../../../assets/images/picture14-3.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uUHpubd2Ax .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uUHpubd2Ax .mbr-overlay {
  z-index: 1;
}
.cid-uUHpubd2Ax .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uUHpubd2Ax H4 {
  color: #ffffff;
}
.cid-uUIJY9ak52 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUIJY9ak52 .row {
  flex-direction: row-reverse;
}
.cid-uUIJY9ak52 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUIJY9ak52 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIJY9ak52 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUIJY9ak52 .mbr-section-title {
  color: #232323;
}
.cid-uUIJY9ak52 .mbr-text,
.cid-uUIJY9ak52 .mbr-section-btn {
  color: #000000;
}
.cid-uUUyB2BnRI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUUyB2BnRI .mbr-iconfont {
  color: #656565;
  font-size: 0.2rem;
}
.cid-uUUyB2BnRI .title,
.cid-uUUyB2BnRI .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-uUUyB2BnRI .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #232323;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-uUUyB2BnRI .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-uUUyB2BnRI .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-uUUyB2BnRI .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-uUUyB2BnRI .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-uUUyB2BnRI .card-title {
  color: #6a696c;
  margin: 0;
  padding-bottom: 0.2rem;
  text-align: center;
}
.cid-uUUyB2BnRI .card-img {
  overflow: hidden;
}
.cid-uUUyB2BnRI .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uUUyB2BnRI .card-box {
  padding: 0rem;
}
.cid-uUUyB2BnRI img {
  transition: all 0.3s;
}
.cid-uUUyB2BnRI .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #000000;
}
.cid-uUUyB2BnRI status {
  color: #855dd8;
}
.cid-uUUyB2BnRI .status {
  color: #ffffff;
  text-align: center;
}
.cid-uUUB56N6GH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUUB56N6GH .row {
  flex-direction: row-reverse;
}
.cid-uUUB56N6GH .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUUB56N6GH .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUUB56N6GH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUUB56N6GH .mbr-section-title {
  color: #232323;
}
.cid-uUUB56N6GH .mbr-text,
.cid-uUUB56N6GH .mbr-section-btn {
  color: #000000;
}
.cid-uUUBaX3YY4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uUUBaX3YY4 .mbr-iconfont {
  color: #656565;
  font-size: 0.2rem;
}
.cid-uUUBaX3YY4 .title,
.cid-uUUBaX3YY4 .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-uUUBaX3YY4 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #232323;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-uUUBaX3YY4 .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-uUUBaX3YY4 .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-uUUBaX3YY4 .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-uUUBaX3YY4 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-uUUBaX3YY4 .card-title {
  color: #6a696c;
  margin: 0;
  padding-bottom: 0.2rem;
  text-align: center;
}
.cid-uUUBaX3YY4 .card-img {
  overflow: hidden;
}
.cid-uUUBaX3YY4 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uUUBaX3YY4 .card-box {
  padding: 0rem;
}
.cid-uUUBaX3YY4 img {
  transition: all 0.3s;
}
.cid-uUUBaX3YY4 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #000000;
}
.cid-uUUBaX3YY4 status {
  color: #855dd8;
}
.cid-uUUBaX3YY4 .status {
  color: #ffffff;
  text-align: center;
}
.cid-uTVubTa2KQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTVubTa2KQ img {
  transition: all 0.3s;
}
.cid-uTVubTa2KQ img:hover {
  transform: scale(1.1);
}
.cid-uTVubTa2KQ img,
.cid-uTVubTa2KQ .item-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uTVubTa2KQ .item:focus,
.cid-uTVubTa2KQ span:focus {
  outline: none;
}
.cid-uTVubTa2KQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTVubTa2KQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTVubTa2KQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTVubTa2KQ .mbr-section-title {
  color: #232323;
}
.cid-uTVubTa2KQ .item-title {
  color: #5b6c8f;
  text-align: center;
}
.cid-uTVubTa2KQ .item-subtitle {
  color: #103178;
  text-align: center;
}
.cid-uU9SlijwbB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f1eb;
}
.cid-uU9SlijwbB .mbr-overlay {
  padding: 0;
  background: #ffffff;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uU9SlijwbB .mbr-text,
.cid-uU9SlijwbB .mbr-section-btn {
  color: #232323;
}
.cid-uU9SlijwbB .btn {
  width: 100%;
}
.cid-uU9SlijwbB .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-uU9SlijwbB .mbr-section-subtitle {
  margin-bottom: 25px;
  color: #6a3649;
}
.cid-uU9SlijwbB input::-webkit-input-placeholder,
.cid-uU9SlijwbB textarea::-webkit-input-placeholder {
  color: #47b5ed !important;
  opacity: 0.5;
}
.cid-uU9SlijwbB input:-moz-placeholder,
.cid-uU9SlijwbB textarea:-moz-placeholder {
  color: #47b5ed !important;
  opacity: 0.5;
}
.cid-uU9SlijwbB .form-control {
  border-color: #7b4c5d !important;
  color: #ebc6b8 !important;
}
.cid-uU9SlijwbB input::-webkit-input-placeholder,
.cid-uU9SlijwbB textarea::-webkit-input-placeholder {
  color: #420c20 !important;
}
.cid-uU9SlijwbB input:-moz-placeholder,
.cid-uU9SlijwbB textarea:-moz-placeholder {
  color: #420c20 !important;
}
.cid-uU9SlijwbB H1 {
  text-align: center;
}
.cid-uU9SlijwbB P {
  color: #6a3649;
}
.cid-uU9SlijwbB .mbr-text {
  color: #282727;
}
.cid-uV5nuZhbVr {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uV5nuZhbVr .content {
    text-align: center;
  }
  .cid-uV5nuZhbVr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV5nuZhbVr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uV5nuZhbVr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uV5nuZhbVr .media-wrap img {
  height: 6rem;
}
.cid-uV5nuZhbVr .mbr-text {
  color: #8d97ad;
}
.cid-uV5nuZhbVr .p-title {
  font-size: 17px;
}
.cid-uV5nuZhbVr .p-title span {
  color: #111111;
}
.cid-uV5nuZhbVr .title-card {
  font-size: 1.3rem;
}
.cid-uV5nuZhbVr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV5nuZhbVr .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uV5nuZhbVr .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uV5nuZhbVr .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uV5nuZhbVr .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uV5nuZhbVr .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV5nuZhbVr .copyright img {
  margin-right: 10px;
}
.cid-uV5nuZhbVr .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #808080;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV5nuZhbVr .icon-transition span:hover {
  background-color: #ffa500;
}
@media (max-width: 767px) {
  .cid-uV5nuZhbVr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uV5nuZhbVr .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uV5nuZhbVr .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV5nuZhbVr .p-title,
.cid-uV5nuZhbVr .social-media {
  color: #bbbbbb;
}
.cid-uV5nuZhbVr H5 {
  color: #ffffff;
}
.cid-uV5nuZhbVr .copyright > p {
  color: #bbbbbb;
}
.cid-uUcvALS44k .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUcvALS44k .icon-bar a:hover {
  background-color: #ffa500;
}
.cid-uUcvALS44k .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 0px;
}
.cid-uUcvALS44k .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .custom1 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .custom2 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUcvALS44k .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uUcvALS44k .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uUcvALS44k .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uUcvALS44k .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uUcvALS44k P {
  color: #bf4040;
}
.cid-uUcvALS44k DIV {
  color: #ffffff;
}
.cid-uUcvALS44k H10 {
  color: #767676;
}
.cid-uUcvALS44k .hidden {
  display: none;
}
.cid-uV5oR2Dj9v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -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-uV5oR2Dj9v .display-2 {
  font-size: 2rem;
}
.cid-uV5oR2Dj9v .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 0.2em;
}
@media (max-width: 991px) {
  .cid-uV5oR2Dj9v .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uV5oR2Dj9v .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uV5oR2Dj9v .dropdown-item:hover {
    color: #ff0000 !important;
    background: #ffffff !important;
  }
  .cid-uV5oR2Dj9v .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uV5oR2Dj9v.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV5oR2Dj9v.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV5oR2Dj9v.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV5oR2Dj9v.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV5oR2Dj9v.collapsed .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uV5oR2Dj9v.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV5oR2Dj9v.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uV5oR2Dj9v.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uV5oR2Dj9v .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-uV5oR2Dj9v .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uV5oR2Dj9v .navbar .navbar-brand {
    padding-left: 10px;
  }
  .cid-uV5oR2Dj9v .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uV5oR2Dj9v .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV5oR2Dj9v.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV5oR2Dj9v .dropdown-menu {
    top: 0;
  }
  .cid-uV5oR2Dj9v .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV5oR2Dj9v .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV5oR2Dj9v .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uV5oR2Dj9v .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV5oR2Dj9v ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV5oR2Dj9v .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
  }
  .cid-uV5oR2Dj9v .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV5oR2Dj9v .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV5oR2Dj9v .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV5oR2Dj9v .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 155px;
  }
}
@media (min-width: 576px) {
  .cid-uV5oR2Dj9v .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uV5oR2Dj9v .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-uV5oR2Dj9v .container {
  width: 100%;
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uV5oR2Dj9v .navbar {
  min-height: 77px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-uV5oR2Dj9v .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 4.9rem !important;
  }
  .cid-uV5oR2Dj9v .navbar.navbar-short .navbar-brand {
    padding-top: 0.5rem;
  }
  .cid-uV5oR2Dj9v .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #000000;
    border-bottom-right-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
  }
  .cid-uV5oR2Dj9v .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uV5oR2Dj9v .navbar.opened {
  transition: all .3s;
}
.cid-uV5oR2Dj9v .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uV5oR2Dj9v .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uV5oR2Dj9v .nav-link:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uV5oR2Dj9v .nav-link:hover:before {
  color: #000000 !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uV5oR2Dj9v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .icons-menu {
    min-width: 75px;
    width: 75px;
  }
}
.cid-uV5oR2Dj9v .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV5oR2Dj9v .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .nav-dropdown .link {
    margin-right: 2.5em !important;
    padding: 0.3em 0.3em !important;
    margin-top: .2em !important;
  }
}
@media (max-width: 991px) {
  .cid-uV5oR2Dj9v .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uV5oR2Dj9v .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uV5oR2Dj9v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV5oR2Dj9v .navbar-caption {
  padding-right: 1rem;
}
.cid-uV5oR2Dj9v .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uV5oR2Dj9v .dropdown-menu,
  .cid-uV5oR2Dj9v .navbar.opened {
    background: rgba(16, 49, 120, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .dropdown-menu,
  .cid-uV5oR2Dj9v .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uV5oR2Dj9v .nav-item:focus,
.cid-uV5oR2Dj9v .nav-link:focus {
  outline: none;
}
.cid-uV5oR2Dj9v .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;
}
@media (max-width: 991px) {
  .cid-uV5oR2Dj9v .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uV5oR2Dj9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV5oR2Dj9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uV5oR2Dj9v .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uV5oR2Dj9v .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uV5oR2Dj9v .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uV5oR2Dj9v .collapsed .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uV5oR2Dj9v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV5oR2Dj9v .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uV5oR2Dj9v .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uV5oR2Dj9v .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uV5oR2Dj9v .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uV5oR2Dj9v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-uV5oR2Dj9v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV5oR2Dj9v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV5oR2Dj9v .dropdown-item.active,
.cid-uV5oR2Dj9v .dropdown-item:active {
  background-color: transparent;
}
.cid-uV5oR2Dj9v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV5oR2Dj9v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV5oR2Dj9v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV5oR2Dj9v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uV5oR2Dj9v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV5oR2Dj9v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV5oR2Dj9v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV5oR2Dj9v .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uV5oR2Dj9v .navbar-buttons {
    text-align: right;
    min-width: 195px;
    width: 195px;
  }
}
.cid-uV5oR2Dj9v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV5oR2Dj9v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV5oR2Dj9v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV5oR2Dj9v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV5oR2Dj9v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV5oR2Dj9v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV5oR2Dj9v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV5oR2Dj9v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV5oR2Dj9v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV5oR2Dj9v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV5oR2Dj9v .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uV5oR2Dj9v a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV5oR2Dj9v .navbar-brand span {
  display: inline-block;
}
.cid-uV5oR2Dj9v .navbar-brand a {
  font-weight: 500 ;
}
.cid-uV5oR2Dj9v .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #000000;
}
.cid-uV5oR2Dj9v .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
}
.cid-uV5oR2Dj9v .btn .mbr-iconfont,
.cid-uV5oR2Dj9v .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uV5oR2Dj9v .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffa500;
  border-top-color: #232323;
  background: #ffa500 !important;
  background: linear-gradient(to right, #ffa500, #000000, #3bc444) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #232323;
}
.cid-uV5oR2Dj9v .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uV5oR2Dj9v .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uV5oR2Dj9v .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 20;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 20;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 20;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uV5oR2Dj9v img {
  width: auto;
}
.cid-uV5oR2Dj9v .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uU9QKdouus {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uU9QKdouus .carousel {
  height: 800px;
}
.cid-uU9QKdouus .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU9QKdouus .carousel-item,
.cid-uU9QKdouus .carousel-inner {
  height: 100%;
}
.cid-uU9QKdouus .mbr-overlay {
  z-index: 1;
}
.cid-uU9QKdouus .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 70%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-uU9QKdouus .carousel-caption {
    height: 119%;
  }
}
.cid-uU9QKdouus .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 70%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #fafafa;
  opacity: 1;
}
.cid-uU9QKdouus .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-uU9QKdouus .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uU9QKdouus .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU9QKdouus .carousel-control:hover {
  opacity: 0.6;
}
.cid-uU9QKdouus .item-wrapper {
  width: 100%;
}
.cid-uU9QKdouus .mbr-section-subtitle,
.cid-uU9QKdouus .slider-subtitle {
  margin-bottom: 30px;
}
.cid-uU9QKdouus .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-uU9QKdouus .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uU9QKdouus .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uU9QKdouus .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uU9QKdouus .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-uU9QKdouus .carousel-indicators li.active,
.cid-uU9QKdouus .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uU9QKdouus .carousel-indicators li::after,
.cid-uU9QKdouus .carousel-indicators li::before {
  content: none;
}
.cid-uU9QKdouus .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uU9QKdouus .carousel-indicators {
    display: none !important;
  }
}
.cid-uU9QKdouus H5 {
  color: #fafafa;
  text-align: left;
}
.cid-uU9QKdouus .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-uU9QKdouus P {
  color: #ffffff;
}
.cid-uU9QXW3Gpr {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU9QXW3Gpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU9QXW3Gpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU9QXW3Gpr .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uU9QXW3Gpr .item .icon-wrap {
  text-align: center;
}
.cid-uU9QXW3Gpr .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uU9QXW3Gpr .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #000000;
}
.cid-uU9QXW3Gpr .item.first:before {
  display: none;
}
.cid-uU9QXW3Gpr .item.five:before {
  display: none;
}
.cid-uU9QXW3Gpr .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uU9QXW3Gpr .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uU9QXW3Gpr .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uU9QXW3Gpr .item:before {
    display: none;
  }
  .cid-uU9QXW3Gpr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU9QXW3Gpr .icon-title,
.cid-uU9QXW3Gpr .item .icon-wrap {
  color: #000000;
}
.cid-uU9QXW3Gpr .mbr-text,
.cid-uU9QXW3Gpr .mbr-section-btn {
  color: #000000;
}
.cid-uU9QXW3Gpr .text-box .mbr-text {
  color: #444345;
}
.cid-uTWOSX3ke1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTWOSX3ke1 .titles-section {
  margin-bottom: 40px;
}
.cid-uTWOSX3ke1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uTWOSX3ke1 .mbr-section-title {
  color: #6a3649;
}
.cid-uTWOSX3ke1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uTWOSX3ke1 .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uTWOSX3ke1 .card .card-title,
.cid-uTWOSX3ke1 .iconfont-wrapper {
  color: #6a3649;
}
.cid-uU9RFrSPw0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f1eb;
}
.cid-uU9RFrSPw0 .mbr-overlay {
  padding: 0;
  background: #f0f2f5;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uU9RFrSPw0 .mbr-text,
.cid-uU9RFrSPw0 .mbr-section-btn {
  color: #232323;
}
.cid-uU9RFrSPw0 .btn {
  width: 100%;
}
.cid-uU9RFrSPw0 .mbr-section-title {
  margin-bottom: 25px;
  color: #5d1f36;
}
.cid-uU9RFrSPw0 .mbr-section-subtitle {
  margin-bottom: 25px;
  color: #6a3649;
}
.cid-uU9RFrSPw0 input::-webkit-input-placeholder,
.cid-uU9RFrSPw0 textarea::-webkit-input-placeholder {
  color: #47b5ed !important;
  opacity: 0.5;
}
.cid-uU9RFrSPw0 input:-moz-placeholder,
.cid-uU9RFrSPw0 textarea:-moz-placeholder {
  color: #47b5ed !important;
  opacity: 0.5;
}
.cid-uU9RFrSPw0 .form-control {
  border-color: #7b4c5d !important;
  color: #ebc6b8 !important;
}
.cid-uU9RFrSPw0 input::-webkit-input-placeholder,
.cid-uU9RFrSPw0 textarea::-webkit-input-placeholder {
  color: #420c20 !important;
}
.cid-uU9RFrSPw0 input:-moz-placeholder,
.cid-uU9RFrSPw0 textarea:-moz-placeholder {
  color: #420c20 !important;
}
.cid-uU9RFrSPw0 H1 {
  text-align: center;
}
.cid-uU9RFrSPw0 P {
  color: #6a3649;
}
.cid-uU9RFrSPw0 .mbr-text {
  color: #282727;
}
.cid-uV5mUohj3o {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uV5mUohj3o .content {
    text-align: center;
  }
  .cid-uV5mUohj3o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV5mUohj3o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uV5mUohj3o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uV5mUohj3o .media-wrap img {
  height: 6rem;
}
.cid-uV5mUohj3o .mbr-text {
  color: #8d97ad;
}
.cid-uV5mUohj3o .p-title {
  font-size: 17px;
}
.cid-uV5mUohj3o .p-title span {
  color: #111111;
}
.cid-uV5mUohj3o .title-card {
  font-size: 1.3rem;
}
.cid-uV5mUohj3o .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV5mUohj3o .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uV5mUohj3o .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uV5mUohj3o .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uV5mUohj3o .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uV5mUohj3o .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV5mUohj3o .copyright img {
  margin-right: 10px;
}
.cid-uV5mUohj3o .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #808080;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV5mUohj3o .icon-transition span:hover {
  background-color: #ffa500;
}
@media (max-width: 767px) {
  .cid-uV5mUohj3o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uV5mUohj3o .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uV5mUohj3o .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV5mUohj3o .p-title,
.cid-uV5mUohj3o .social-media {
  color: #bbbbbb;
}
.cid-uV5mUohj3o H5 {
  color: #ffffff;
}
.cid-uV5mUohj3o .copyright > p {
  color: #bbbbbb;
}
.cid-uUcvDQwAG6 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUcvDQwAG6 .icon-bar a:hover {
  background-color: #ffa500;
}
.cid-uUcvDQwAG6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 0px;
}
.cid-uUcvDQwAG6 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .custom1 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .custom2 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUcvDQwAG6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uUcvDQwAG6 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uUcvDQwAG6 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uUcvDQwAG6 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uUcvDQwAG6 P {
  color: #bf4040;
}
.cid-uUcvDQwAG6 DIV {
  color: #ffffff;
}
.cid-uUcvDQwAG6 H10 {
  color: #767676;
}
.cid-uUcvDQwAG6 .hidden {
  display: none;
}
.cid-uUtZItezyo.popup-builder {
  background-color: #ffffff;
}
.cid-uUtZItezyo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUtZItezyo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUtZItezyo .modal-content,
.cid-uUtZItezyo .modal-dialog {
  height: auto;
}
.cid-uUtZItezyo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUtZItezyo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUtZItezyo .form-wrapper .mbr-form .form-group,
  .cid-uUtZItezyo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUtZItezyo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUtZItezyo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUtZItezyo .mbr-text {
  text-align: center;
  color: #f0f2f5;
}
.cid-uUtZItezyo .pt-0 {
  padding-top: 0 !important;
}
.cid-uUtZItezyo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUtZItezyo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUtZItezyo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUtZItezyo .modal-open {
  overflow: hidden;
}
.cid-uUtZItezyo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUtZItezyo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUtZItezyo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUtZItezyo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUtZItezyo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUtZItezyo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUtZItezyo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUtZItezyo .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUtZItezyo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUtZItezyo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUtZItezyo .modal-backdrop.show {
  opacity: .5;
}
.cid-uUtZItezyo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUtZItezyo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUtZItezyo .modal-header .close:hover {
  opacity: 1;
}
.cid-uUtZItezyo .modal-header .close:focus {
  outline: none;
}
.cid-uUtZItezyo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uUtZItezyo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUtZItezyo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUtZItezyo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUtZItezyo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUtZItezyo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUtZItezyo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUtZItezyo .modal-sm {
    max-width: 300px;
  }
  .cid-uUtZItezyo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUtZItezyo .modal-lg,
  .cid-uUtZItezyo .modal-xl {
    max-width: 800px;
  }
  .cid-uUtZItezyo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUtZItezyo .modal-xl {
    max-width: 1140px;
  }
  .cid-uUtZItezyo .container {
    max-width: 1140px;
  }
}
.cid-uUtZItezyo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUtZItezyo .container {
    max-width: 720px;
  }
}
.cid-uUtZItezyo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUtZItezyo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUtZItezyo .form-group {
  margin-bottom: 1rem;
}
.cid-uUtZItezyo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUtZItezyo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUtZItezyo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uV5oYWrcBd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -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-uV5oYWrcBd .display-2 {
  font-size: 2rem;
}
.cid-uV5oYWrcBd .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 0.2em;
}
@media (max-width: 991px) {
  .cid-uV5oYWrcBd .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uV5oYWrcBd .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uV5oYWrcBd .dropdown-item:hover {
    color: #ff0000 !important;
    background: #ffffff !important;
  }
  .cid-uV5oYWrcBd .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uV5oYWrcBd.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV5oYWrcBd.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV5oYWrcBd.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV5oYWrcBd.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV5oYWrcBd.collapsed .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uV5oYWrcBd.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV5oYWrcBd.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uV5oYWrcBd.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uV5oYWrcBd .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-uV5oYWrcBd .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uV5oYWrcBd .navbar .navbar-brand {
    padding-left: 10px;
  }
  .cid-uV5oYWrcBd .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uV5oYWrcBd .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV5oYWrcBd.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV5oYWrcBd .dropdown-menu {
    top: 0;
  }
  .cid-uV5oYWrcBd .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV5oYWrcBd .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV5oYWrcBd .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uV5oYWrcBd .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV5oYWrcBd ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV5oYWrcBd .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
  }
  .cid-uV5oYWrcBd .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV5oYWrcBd .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV5oYWrcBd .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV5oYWrcBd .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 155px;
  }
}
@media (min-width: 576px) {
  .cid-uV5oYWrcBd .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uV5oYWrcBd .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-uV5oYWrcBd .container {
  width: 100%;
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uV5oYWrcBd .navbar {
  min-height: 77px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-uV5oYWrcBd .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 4.9rem !important;
  }
  .cid-uV5oYWrcBd .navbar.navbar-short .navbar-brand {
    padding-top: 0.5rem;
  }
  .cid-uV5oYWrcBd .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #000000;
    border-bottom-right-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
  }
  .cid-uV5oYWrcBd .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uV5oYWrcBd .navbar.opened {
  transition: all .3s;
}
.cid-uV5oYWrcBd .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uV5oYWrcBd .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uV5oYWrcBd .nav-link:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uV5oYWrcBd .nav-link:hover:before {
  color: #000000 !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uV5oYWrcBd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .icons-menu {
    min-width: 75px;
    width: 75px;
  }
}
.cid-uV5oYWrcBd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV5oYWrcBd .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .nav-dropdown .link {
    margin-right: 2.5em !important;
    padding: 0.3em 0.3em !important;
    margin-top: .2em !important;
  }
}
@media (max-width: 991px) {
  .cid-uV5oYWrcBd .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uV5oYWrcBd .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uV5oYWrcBd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV5oYWrcBd .navbar-caption {
  padding-right: 1rem;
}
.cid-uV5oYWrcBd .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uV5oYWrcBd .dropdown-menu,
  .cid-uV5oYWrcBd .navbar.opened {
    background: rgba(16, 49, 120, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .dropdown-menu,
  .cid-uV5oYWrcBd .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uV5oYWrcBd .nav-item:focus,
.cid-uV5oYWrcBd .nav-link:focus {
  outline: none;
}
.cid-uV5oYWrcBd .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;
}
@media (max-width: 991px) {
  .cid-uV5oYWrcBd .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uV5oYWrcBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV5oYWrcBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uV5oYWrcBd .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uV5oYWrcBd .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uV5oYWrcBd .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uV5oYWrcBd .collapsed .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uV5oYWrcBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV5oYWrcBd .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uV5oYWrcBd .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uV5oYWrcBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uV5oYWrcBd .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uV5oYWrcBd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-uV5oYWrcBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV5oYWrcBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV5oYWrcBd .dropdown-item.active,
.cid-uV5oYWrcBd .dropdown-item:active {
  background-color: transparent;
}
.cid-uV5oYWrcBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV5oYWrcBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV5oYWrcBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV5oYWrcBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uV5oYWrcBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV5oYWrcBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV5oYWrcBd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV5oYWrcBd .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uV5oYWrcBd .navbar-buttons {
    text-align: right;
    min-width: 195px;
    width: 195px;
  }
}
.cid-uV5oYWrcBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV5oYWrcBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV5oYWrcBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV5oYWrcBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV5oYWrcBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV5oYWrcBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV5oYWrcBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV5oYWrcBd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV5oYWrcBd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV5oYWrcBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV5oYWrcBd .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uV5oYWrcBd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV5oYWrcBd .navbar-brand span {
  display: inline-block;
}
.cid-uV5oYWrcBd .navbar-brand a {
  font-weight: 500 ;
}
.cid-uV5oYWrcBd .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #000000;
}
.cid-uV5oYWrcBd .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
}
.cid-uV5oYWrcBd .btn .mbr-iconfont,
.cid-uV5oYWrcBd .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uV5oYWrcBd .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffa500;
  border-top-color: #232323;
  background: #ffa500 !important;
  background: linear-gradient(to right, #ffa500, #000000, #3bc444) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #232323;
}
.cid-uV5oYWrcBd .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uV5oYWrcBd .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uV5oYWrcBd .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 20;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 20;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 20;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uV5oYWrcBd img {
  width: auto;
}
.cid-uV5oYWrcBd .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uU9U5O12vD {
  background-image: url("../../../assets/images/steptodown.com334079-1.jpg");
}
.cid-uU9U5O12vD .slider-text-two {
  background: rgba(35, 35, 35, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-uU9U5O12vD .mbr-section-title {
  color: #ffffff;
}
.cid-uU9U5O12vD .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU9U5O12vD .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cid-uV5i4zlfoM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTWOKugfxV {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #fafafa;
  background: linear-gradient(45deg, #fafafa, #f0f2f5);
}
.cid-uTWOKugfxV .card:hover .item-content {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-uTWOKugfxV .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-uTWOKugfxV .center {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-uTWOKugfxV .item-content {
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 3rem 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cid-uTWOKugfxV .border1 {
  border-bottom: 2px dotted lightgray;
}
.cid-uTWOKugfxV .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.cid-uTWOKugfxV .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uTWOKugfxV .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #060424;
}
.cid-uTWOKugfxV .bigicon {
  color: #000000;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uTWOKugfxV .item-content {
    padding: 3rem 1rem;
  }
}
.cid-uTWOKugfxV .mbr-text,
.cid-uTWOKugfxV .mbr-section-btn {
  color: #000000;
}
.cid-uTWOKugfxV .location,
.cid-uTWOKugfxV .icon-wrap {
  color: #e7272d;
}
.cid-uTWOKugfxV H3 {
  color: #000000;
}
.cid-uV5hFRAhV4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uV5hFRAhV4 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uV5fPNLty9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uV5fPNLty9 .main {
  height: 480px;
}
.cid-uV5fPNLty9 .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-uV5fPNLty9 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uV5fPNLty9 .map {
    height: auto;
  }
}
.cid-uV5fPNLty9 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-uV5fPNLty9 .block__content1,
.cid-uV5fPNLty9 .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-uV5fPNLty9 .block__content1 {
  background-color: #232323;
}
.cid-uV5fPNLty9 .block__content2 {
  background-color: #1a191d;
}
.cid-uV5fPNLty9 .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV5fPNLty9 .content__title,
.cid-uV5fPNLty9 .title__address {
  margin-bottom: 20px;
}
.cid-uV5fPNLty9 .content__span,
.cid-uV5fPNLty9 .content__span2 {
  color: #6a696c;
}
.cid-uV5fPNLty9 .content__phone {
  margin-bottom: 25px;
  color: #bbbbbb;
}
.cid-uV5fPNLty9 .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uV5fPNLty9 .main {
    height: auto;
  }
  .cid-uV5fPNLty9 .block__content1,
  .cid-uV5fPNLty9 .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-uV5fPNLty9 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-uV5fPNLty9 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-uV5fPNLty9 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-uV5fPNLty9 .wrap__content {
    flex-direction: column;
  }
}
.cid-uV5fPNLty9 .content__span {
  color: #bbbbbb;
}
.cid-uV5fPNLty9 .content__span2 {
  color: #bbbbbb;
}
.cid-uV5fPNLty9 .text__address {
  color: #bbbbbb;
}
.cid-uV5hU2WhMQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV5hU2WhMQ .mbr-section-title {
  color: #000000;
}
.cid-uV5eFx7quM {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #fafafa;
  background: linear-gradient(45deg, #fafafa, #f0f2f5);
}
.cid-uV5eFx7quM .card:hover .item-content {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-uV5eFx7quM .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-uV5eFx7quM .center {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-uV5eFx7quM .item-content {
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 3rem 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cid-uV5eFx7quM .border1 {
  border-bottom: 2px dotted lightgray;
}
.cid-uV5eFx7quM .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.cid-uV5eFx7quM .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uV5eFx7quM .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #060424;
}
.cid-uV5eFx7quM .bigicon {
  color: #000000;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uV5eFx7quM .item-content {
    padding: 3rem 1rem;
  }
}
.cid-uV5eFx7quM .mbr-text,
.cid-uV5eFx7quM .mbr-section-btn {
  color: #000000;
}
.cid-uV5eFx7quM .location,
.cid-uV5eFx7quM .icon-wrap {
  color: #e7272d;
}
.cid-uV5eFx7quM H3 {
  color: #000000;
}
.cid-uV5hSgaqi3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uV5hSgaqi3 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uV5fW6tFKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uV5fW6tFKP .main {
  height: 480px;
}
.cid-uV5fW6tFKP .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-uV5fW6tFKP .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uV5fW6tFKP .map {
    height: auto;
  }
}
.cid-uV5fW6tFKP .wrap__content {
  display: flex;
  padding: 0;
}
.cid-uV5fW6tFKP .block__content1,
.cid-uV5fW6tFKP .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-uV5fW6tFKP .block__content1 {
  background-color: #232323;
}
.cid-uV5fW6tFKP .block__content2 {
  background-color: #1a191d;
}
.cid-uV5fW6tFKP .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV5fW6tFKP .content__title,
.cid-uV5fW6tFKP .title__address {
  margin-bottom: 20px;
}
.cid-uV5fW6tFKP .content__span,
.cid-uV5fW6tFKP .content__span2 {
  color: #6a696c;
}
.cid-uV5fW6tFKP .content__phone {
  margin-bottom: 25px;
  color: #bbbbbb;
}
.cid-uV5fW6tFKP .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uV5fW6tFKP .main {
    height: auto;
  }
  .cid-uV5fW6tFKP .block__content1,
  .cid-uV5fW6tFKP .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-uV5fW6tFKP .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-uV5fW6tFKP .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-uV5fW6tFKP .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-uV5fW6tFKP .wrap__content {
    flex-direction: column;
  }
}
.cid-uV5fW6tFKP .content__span {
  color: #bbbbbb;
}
.cid-uV5fW6tFKP .content__span2 {
  color: #bbbbbb;
}
.cid-uV5fW6tFKP .text__address {
  color: #bbbbbb;
}
.cid-uU6nNZvveW {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uU6nNZvveW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uU9bSJgeK7 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uU9bSJgeK7 .content {
    text-align: center;
  }
  .cid-uU9bSJgeK7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU9bSJgeK7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uU9bSJgeK7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uU9bSJgeK7 .media-wrap img {
  height: 6rem;
}
.cid-uU9bSJgeK7 .mbr-text {
  color: #8d97ad;
}
.cid-uU9bSJgeK7 .p-title {
  font-size: 17px;
}
.cid-uU9bSJgeK7 .p-title span {
  color: #111111;
}
.cid-uU9bSJgeK7 .title-card {
  font-size: 1.3rem;
}
.cid-uU9bSJgeK7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uU9bSJgeK7 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uU9bSJgeK7 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uU9bSJgeK7 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uU9bSJgeK7 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uU9bSJgeK7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uU9bSJgeK7 .copyright img {
  margin-right: 10px;
}
.cid-uU9bSJgeK7 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #808080;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uU9bSJgeK7 .icon-transition span:hover {
  background-color: #ffa500;
}
@media (max-width: 767px) {
  .cid-uU9bSJgeK7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uU9bSJgeK7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uU9bSJgeK7 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU9bSJgeK7 .p-title,
.cid-uU9bSJgeK7 .social-media {
  color: #bbbbbb;
}
.cid-uU9bSJgeK7 H5 {
  color: #ffffff;
}
.cid-uU9bSJgeK7 .copyright > p {
  color: #bbbbbb;
}
.cid-uUacCqamPI .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUacCqamPI .icon-bar a:hover {
  background-color: #ffa500;
}
.cid-uUacCqamPI .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 0px;
}
.cid-uUacCqamPI .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .custom1 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .custom2 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUacCqamPI .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uUacCqamPI .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uUacCqamPI .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uUacCqamPI .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uUacCqamPI P {
  color: #bf4040;
}
.cid-uUacCqamPI DIV {
  color: #ffffff;
}
.cid-uUacCqamPI H10 {
  color: #767676;
}
.cid-uUacCqamPI .hidden {
  display: none;
}
.cid-uUu2Bbzko5.popup-builder {
  background-color: #ffffff;
}
.cid-uUu2Bbzko5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUu2Bbzko5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUu2Bbzko5 .modal-content,
.cid-uUu2Bbzko5 .modal-dialog {
  height: auto;
}
.cid-uUu2Bbzko5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUu2Bbzko5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUu2Bbzko5 .form-wrapper .mbr-form .form-group,
  .cid-uUu2Bbzko5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUu2Bbzko5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUu2Bbzko5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUu2Bbzko5 .mbr-text {
  text-align: center;
  color: #f0f2f5;
}
.cid-uUu2Bbzko5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uUu2Bbzko5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUu2Bbzko5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUu2Bbzko5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUu2Bbzko5 .modal-open {
  overflow: hidden;
}
.cid-uUu2Bbzko5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUu2Bbzko5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUu2Bbzko5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUu2Bbzko5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUu2Bbzko5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUu2Bbzko5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUu2Bbzko5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUu2Bbzko5 .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUu2Bbzko5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUu2Bbzko5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUu2Bbzko5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uUu2Bbzko5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uUu2Bbzko5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUu2Bbzko5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uUu2Bbzko5 .modal-header .close:focus {
  outline: none;
}
.cid-uUu2Bbzko5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uUu2Bbzko5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uUu2Bbzko5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uUu2Bbzko5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUu2Bbzko5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUu2Bbzko5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUu2Bbzko5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUu2Bbzko5 .modal-sm {
    max-width: 300px;
  }
  .cid-uUu2Bbzko5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uUu2Bbzko5 .modal-lg,
  .cid-uUu2Bbzko5 .modal-xl {
    max-width: 800px;
  }
  .cid-uUu2Bbzko5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uUu2Bbzko5 .modal-xl {
    max-width: 1140px;
  }
  .cid-uUu2Bbzko5 .container {
    max-width: 1140px;
  }
}
.cid-uUu2Bbzko5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uUu2Bbzko5 .container {
    max-width: 720px;
  }
}
.cid-uUu2Bbzko5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUu2Bbzko5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUu2Bbzko5 .form-group {
  margin-bottom: 1rem;
}
.cid-uUu2Bbzko5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUu2Bbzko5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUu2Bbzko5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uV5oUWGTce .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -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-uV5oUWGTce .display-2 {
  font-size: 2rem;
}
.cid-uV5oUWGTce .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 0.2em;
}
@media (max-width: 991px) {
  .cid-uV5oUWGTce .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uV5oUWGTce .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uV5oUWGTce .dropdown-item:hover {
    color: #ff0000 !important;
    background: #ffffff !important;
  }
  .cid-uV5oUWGTce .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uV5oUWGTce.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV5oUWGTce.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV5oUWGTce.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV5oUWGTce.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV5oUWGTce.collapsed .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uV5oUWGTce.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV5oUWGTce.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uV5oUWGTce.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uV5oUWGTce .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-uV5oUWGTce .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uV5oUWGTce .navbar .navbar-brand {
    padding-left: 10px;
  }
  .cid-uV5oUWGTce .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uV5oUWGTce .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV5oUWGTce.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV5oUWGTce .dropdown-menu {
    top: 0;
  }
  .cid-uV5oUWGTce .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV5oUWGTce .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV5oUWGTce .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uV5oUWGTce .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV5oUWGTce ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV5oUWGTce .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
  }
  .cid-uV5oUWGTce .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV5oUWGTce .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV5oUWGTce .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV5oUWGTce .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 155px;
  }
}
@media (min-width: 576px) {
  .cid-uV5oUWGTce .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uV5oUWGTce .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-uV5oUWGTce .container {
  width: 100%;
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uV5oUWGTce .navbar {
  min-height: 77px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-uV5oUWGTce .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 4.9rem !important;
  }
  .cid-uV5oUWGTce .navbar.navbar-short .navbar-brand {
    padding-top: 0.5rem;
  }
  .cid-uV5oUWGTce .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #000000;
    border-bottom-right-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
  }
  .cid-uV5oUWGTce .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uV5oUWGTce .navbar.opened {
  transition: all .3s;
}
.cid-uV5oUWGTce .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uV5oUWGTce .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uV5oUWGTce .nav-link:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uV5oUWGTce .nav-link:hover:before {
  color: #000000 !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uV5oUWGTce .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .icons-menu {
    min-width: 75px;
    width: 75px;
  }
}
.cid-uV5oUWGTce .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV5oUWGTce .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .nav-dropdown .link {
    margin-right: 2.5em !important;
    padding: 0.3em 0.3em !important;
    margin-top: .2em !important;
  }
}
@media (max-width: 991px) {
  .cid-uV5oUWGTce .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uV5oUWGTce .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uV5oUWGTce .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV5oUWGTce .navbar-caption {
  padding-right: 1rem;
}
.cid-uV5oUWGTce .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uV5oUWGTce .dropdown-menu,
  .cid-uV5oUWGTce .navbar.opened {
    background: rgba(16, 49, 120, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .dropdown-menu,
  .cid-uV5oUWGTce .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uV5oUWGTce .nav-item:focus,
.cid-uV5oUWGTce .nav-link:focus {
  outline: none;
}
.cid-uV5oUWGTce .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;
}
@media (max-width: 991px) {
  .cid-uV5oUWGTce .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uV5oUWGTce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV5oUWGTce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uV5oUWGTce .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uV5oUWGTce .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uV5oUWGTce .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uV5oUWGTce .collapsed .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uV5oUWGTce .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV5oUWGTce .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uV5oUWGTce .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uV5oUWGTce .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uV5oUWGTce .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uV5oUWGTce .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-uV5oUWGTce .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV5oUWGTce .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV5oUWGTce .dropdown-item.active,
.cid-uV5oUWGTce .dropdown-item:active {
  background-color: transparent;
}
.cid-uV5oUWGTce .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV5oUWGTce .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV5oUWGTce .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV5oUWGTce .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uV5oUWGTce .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV5oUWGTce .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV5oUWGTce ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV5oUWGTce .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uV5oUWGTce .navbar-buttons {
    text-align: right;
    min-width: 195px;
    width: 195px;
  }
}
.cid-uV5oUWGTce button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV5oUWGTce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV5oUWGTce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV5oUWGTce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV5oUWGTce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV5oUWGTce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV5oUWGTce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV5oUWGTce nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV5oUWGTce nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV5oUWGTce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV5oUWGTce .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uV5oUWGTce a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV5oUWGTce .navbar-brand span {
  display: inline-block;
}
.cid-uV5oUWGTce .navbar-brand a {
  font-weight: 500 ;
}
.cid-uV5oUWGTce .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #000000;
}
.cid-uV5oUWGTce .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
}
.cid-uV5oUWGTce .btn .mbr-iconfont,
.cid-uV5oUWGTce .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uV5oUWGTce .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffa500;
  border-top-color: #232323;
  background: #ffa500 !important;
  background: linear-gradient(to right, #ffa500, #000000, #3bc444) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #232323;
}
.cid-uV5oUWGTce .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uV5oUWGTce .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uV5oUWGTce .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 20;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 20;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 20;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uV5oUWGTce img {
  width: auto;
}
.cid-uV5oUWGTce .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uU9SYNYW82 {
  background-image: url("../../../assets/images/steptodown.com995975-2.jpg");
}
.cid-uU9SYNYW82 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uU9SYNYW82 .mbr-section-title {
  color: #232323;
}
.cid-uU9SYNYW82 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uU9SYNYW82 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU9SYNYW82 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uU3qNQoFFM {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uU3qNQoFFM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV5mQX8Qzw {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uV5mQX8Qzw .content {
    text-align: center;
  }
  .cid-uV5mQX8Qzw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV5mQX8Qzw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uV5mQX8Qzw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uV5mQX8Qzw .media-wrap img {
  height: 6rem;
}
.cid-uV5mQX8Qzw .mbr-text {
  color: #8d97ad;
}
.cid-uV5mQX8Qzw .p-title {
  font-size: 17px;
}
.cid-uV5mQX8Qzw .p-title span {
  color: #111111;
}
.cid-uV5mQX8Qzw .title-card {
  font-size: 1.3rem;
}
.cid-uV5mQX8Qzw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV5mQX8Qzw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uV5mQX8Qzw .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uV5mQX8Qzw .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uV5mQX8Qzw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uV5mQX8Qzw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV5mQX8Qzw .copyright img {
  margin-right: 10px;
}
.cid-uV5mQX8Qzw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #808080;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV5mQX8Qzw .icon-transition span:hover {
  background-color: #ffa500;
}
@media (max-width: 767px) {
  .cid-uV5mQX8Qzw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uV5mQX8Qzw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uV5mQX8Qzw .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV5mQX8Qzw .p-title,
.cid-uV5mQX8Qzw .social-media {
  color: #bbbbbb;
}
.cid-uV5mQX8Qzw H5 {
  color: #ffffff;
}
.cid-uV5mQX8Qzw .copyright > p {
  color: #bbbbbb;
}
.cid-uUcvG1oEWN .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUcvG1oEWN .icon-bar a:hover {
  background-color: #ffa500;
}
.cid-uUcvG1oEWN .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 0px;
}
.cid-uUcvG1oEWN .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .custom1 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .custom2 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUcvG1oEWN .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uUcvG1oEWN .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uUcvG1oEWN .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uUcvG1oEWN .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uUcvG1oEWN P {
  color: #bf4040;
}
.cid-uUcvG1oEWN DIV {
  color: #ffffff;
}
.cid-uUcvG1oEWN H10 {
  color: #767676;
}
.cid-uUcvG1oEWN .hidden {
  display: none;
}
.cid-uUMN2lmjn1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -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-uUMN2lmjn1 .display-2 {
  font-size: 2rem;
}
.cid-uUMN2lmjn1 .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 0.2em;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uUMN2lmjn1 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uUMN2lmjn1 .dropdown-item:hover {
    color: #ff0000 !important;
    background: #ffffff !important;
  }
  .cid-uUMN2lmjn1 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uUMN2lmjn1.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMN2lmjn1.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUMN2lmjn1.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMN2lmjn1.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uUMN2lmjn1.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uUMN2lmjn1 .navbar .navbar-brand {
    padding-left: 10px;
  }
  .cid-uUMN2lmjn1 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uUMN2lmjn1 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMN2lmjn1.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMN2lmjn1 .dropdown-menu {
    top: 0;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uUMN2lmjn1 .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUMN2lmjn1 ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMN2lmjn1 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
  }
  .cid-uUMN2lmjn1 .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUMN2lmjn1 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUMN2lmjn1 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 155px;
  }
}
@media (min-width: 576px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uUMN2lmjn1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-uUMN2lmjn1 .container {
  width: 100%;
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uUMN2lmjn1 .navbar {
  min-height: 77px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 4.9rem !important;
  }
  .cid-uUMN2lmjn1 .navbar.navbar-short .navbar-brand {
    padding-top: 0.5rem;
  }
  .cid-uUMN2lmjn1 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #000000;
    border-bottom-right-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
  }
  .cid-uUMN2lmjn1 .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uUMN2lmjn1 .navbar.opened {
  transition: all .3s;
}
.cid-uUMN2lmjn1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uUMN2lmjn1 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uUMN2lmjn1 .nav-link:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uUMN2lmjn1 .nav-link:hover:before {
  color: #000000 !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uUMN2lmjn1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .icons-menu {
    min-width: 75px;
    width: 75px;
  }
}
.cid-uUMN2lmjn1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .nav-dropdown .link {
    margin-right: 2.5em !important;
    padding: 0.3em 0.3em !important;
    margin-top: .2em !important;
  }
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uUMN2lmjn1 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uUMN2lmjn1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUMN2lmjn1 .navbar-caption {
  padding-right: 1rem;
}
.cid-uUMN2lmjn1 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .dropdown-menu,
  .cid-uUMN2lmjn1 .navbar.opened {
    background: rgba(16, 49, 120, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .dropdown-menu,
  .cid-uUMN2lmjn1 .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uUMN2lmjn1 .nav-item:focus,
.cid-uUMN2lmjn1 .nav-link:focus {
  outline: none;
}
.cid-uUMN2lmjn1 .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;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMN2lmjn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uUMN2lmjn1 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uUMN2lmjn1 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uUMN2lmjn1 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uUMN2lmjn1 .collapsed .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUMN2lmjn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMN2lmjn1 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uUMN2lmjn1 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uUMN2lmjn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uUMN2lmjn1 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #ffffff !important;
}
.cid-uUMN2lmjn1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-uUMN2lmjn1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUMN2lmjn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMN2lmjn1 .dropdown-item.active,
.cid-uUMN2lmjn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMN2lmjn1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMN2lmjn1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMN2lmjn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uUMN2lmjn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMN2lmjn1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMN2lmjn1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUMN2lmjn1 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUMN2lmjn1 .navbar-buttons {
    text-align: right;
    min-width: 195px;
    width: 195px;
  }
}
.cid-uUMN2lmjn1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMN2lmjn1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUMN2lmjn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMN2lmjn1 .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uUMN2lmjn1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMN2lmjn1 .navbar-brand span {
  display: inline-block;
}
.cid-uUMN2lmjn1 .navbar-brand a {
  font-weight: 500 ;
}
.cid-uUMN2lmjn1 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #000000;
}
.cid-uUMN2lmjn1 .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
}
.cid-uUMN2lmjn1 .btn .mbr-iconfont,
.cid-uUMN2lmjn1 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uUMN2lmjn1 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffa500;
  border-top-color: #232323;
  background: #ffa500 !important;
  background: linear-gradient(to right, #ffa500, #000000, #3bc444) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #232323;
}
.cid-uUMN2lmjn1 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uUMN2lmjn1 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uUMN2lmjn1 .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 20;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 20;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 20;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uUMN2lmjn1 img {
  width: auto;
}
.cid-uUMN2lmjn1 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uUV3sTqLhB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1.png");
}
.cid-uUV3sTqLhB .wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUV3sTqLhB .wrapper {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-uUV3sTqLhB .image-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uUV3sTqLhB .old-price {
  text-decoration: line-through;
  color: #bbbbbb;
  padding-left: 1rem;
}
.cid-uUV3sTqLhB .price-wrapper {
  background: #4a7955;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uUV3sTqLhB .price-wrapper h4,
.cid-uUV3sTqLhB .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uUV3sTqLhB .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uUV3sTqLhB .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uUV3sTqLhB .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uUV3sTqLhB .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uUV3sTqLhB .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uUV3sTqLhB .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uUV3sTqLhB .card-title {
  padding: 0;
  margin: 0;
}
.cid-uUV3sTqLhB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uUV3sTqLhB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUV3sTqLhB .card-wrapper {
    width: fit-content;
  }
}
.cid-uUV3sTqLhB .mbr-section-title {
  color: #ffffff;
}
.cid-uUV3sTqLhB .mbr-text,
.cid-uUV3sTqLhB .mbr-section-btn {
  color: #ffffff;
}
.cid-uUV3sTqLhB .price {
  text-align: center;
  color: #4a7955;
}
.cid-uUV3sTqLhB .price-title {
  color: #4a7955;
}
.cid-uUV3sTqLhB .new-price {
  color: #ffc800;
}
.cid-uUV2j0crp7 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUV2j0crp7 .mbr-iconfont {
  color: #656565;
  font-size: 0.3rem;
}
.cid-uUV2j0crp7 .title,
.cid-uUV2j0crp7 .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-uUV2j0crp7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-uUV2j0crp7 .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-uUV2j0crp7 .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-uUV2j0crp7 .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-uUV2j0crp7 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-uUV2j0crp7 .card-title {
  color: #6a696c;
  margin: 0;
  padding-bottom: 0.2rem;
  text-align: center;
}
.cid-uUV2j0crp7 .card-img {
  overflow: hidden;
}
.cid-uUV2j0crp7 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uUV2j0crp7 .card-box {
  padding: 0rem;
}
.cid-uUV2j0crp7 img {
  transition: all 0.3s;
}
.cid-uUV2j0crp7 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #000000;
  text-align: center;
}
.cid-uUV2j0crp7 status {
  color: #855dd8;
}
.cid-uUV2j0crp7 .status {
  color: #000000;
  text-align: center;
}
.cid-uUV17DukFM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUV17DukFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUV17DukFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUV17DukFM .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uUV17DukFM .item .icon-wrap {
  text-align: center;
}
.cid-uUV17DukFM .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uUV17DukFM .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4a7955;
}
.cid-uUV17DukFM .item.first:before {
  display: none;
}
.cid-uUV17DukFM .item.five:before {
  display: none;
}
.cid-uUV17DukFM .icon-box {
  background: #4a7955;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uUV17DukFM .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uUV17DukFM .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUV17DukFM .item:before {
    display: none;
  }
  .cid-uUV17DukFM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUV17DukFM .icon-title,
.cid-uUV17DukFM .item .icon-wrap {
  color: #4a7955;
}
.cid-uUV17DukFM .mbr-text,
.cid-uUV17DukFM .mbr-section-btn {
  color: #232323;
}
.cid-uUV17DukFM .text-box .mbr-text {
  color: #232323;
}
.cid-uUVcsf1luk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUVcsf1luk .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUVcsf1luk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUVcsf1luk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUVcsf1luk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUVcsf1luk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUVcsf1luk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUVcsf1luk .image-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  object-fit: cover;
  border-radius: 5%;
  background: #ffffff;
  box-shadow: 22px 22px 44px #9c9c9c, -22px -22px 44px #ffffff;
}
.cid-uUVcsf1luk .image-wrapper img {
  background-blend-mode: overlay;
  padding: 10px;
}
.cid-uUVcsf1luk .card-title {
  color: #4a7955;
}
.cid-uUVcsf1luk .mbr-text,
.cid-uUVcsf1luk .mbr-section-btn {
  color: #232323;
}
.cid-uUVe3fak0r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUVe3fak0r .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUVe3fak0r .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUVe3fak0r .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUVe3fak0r .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUVe3fak0r .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUVe3fak0r .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUVe3fak0r .image-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  object-fit: cover;
  border-radius: 5%;
  background: #ffffff;
  box-shadow: 22px 22px 44px #9c9c9c, -22px -22px 44px #ffffff;
}
.cid-uUVe3fak0r .image-wrapper img {
  background-blend-mode: overlay;
  padding: 10px;
}
.cid-uUVe3fak0r .card-title {
  color: #4a7955;
}
.cid-uUVe3fak0r .mbr-text,
.cid-uUVe3fak0r .mbr-section-btn {
  color: #232323;
}
.cid-uUVwrUQYs1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUVfhS9tf9 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uUVfhS9tf9 .mbr-text {
  color: #767676;
}
.cid-uUVfhS9tf9 .card-subtitle {
  margin: 0;
}
.cid-uUVfhS9tf9 .link {
  margin: 0;
  text-align: left;
}
.cid-uUVfhS9tf9 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uUVfhS9tf9 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uUVfhS9tf9 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uUVfhS9tf9 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uUVfhS9tf9 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUVfhS9tf9 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uUVfhS9tf9 .card-img:hover img {
  transform: scale(1.05);
}
.cid-uUVfhS9tf9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVfhS9tf9 .card {
    margin-bottom: 3rem;
  }
}
.cid-uUVfhS9tf9 .card-title,
.cid-uUVfhS9tf9 .card-img {
  text-align: left;
}
.cid-uUVl9DT5as {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUVl9DT5as .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVl9DT5as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVl9DT5as .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uUVl9DT5as .item .icon-wrap {
  text-align: center;
}
.cid-uUVl9DT5as .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uUVl9DT5as .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4a7955;
}
.cid-uUVl9DT5as .item.first:before {
  display: none;
}
.cid-uUVl9DT5as .item.five:before {
  display: none;
}
.cid-uUVl9DT5as .icon-box {
  background: #4a7955;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uUVl9DT5as .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uUVl9DT5as .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUVl9DT5as .item:before {
    display: none;
  }
  .cid-uUVl9DT5as .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUVl9DT5as .icon-title,
.cid-uUVl9DT5as .item .icon-wrap {
  color: #4a7955;
  text-align: center;
}
.cid-uUVl9DT5as .mbr-text,
.cid-uUVl9DT5as .mbr-section-btn {
  color: #4a7955;
  text-align: center;
}
.cid-uUVl9DT5as .text-box .mbr-text {
  color: #ffffff;
}
.cid-uUVj8TZ6Oh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-uUVj8TZ6Oh .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uUVj8TZ6Oh textarea {
  min-height: 150px;
}
.cid-uUVj8TZ6Oh .form-col {
  background: #f0f2f5;
  padding: 3rem 1rem;
}
.cid-uUVj8TZ6Oh .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-uUVj8TZ6Oh .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-uUVj8TZ6Oh .form-wrap {
    max-width: 690px;
  }
  .cid-uUVj8TZ6Oh .md-pb {
    padding-bottom: 3rem;
  }
  .cid-uUVj8TZ6Oh .text-wrap {
    max-width: 690px;
  }
}
.cid-uUVj8TZ6Oh .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-uUVj8TZ6Oh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #000000;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uUVj8TZ6Oh .form-control,
.cid-uUVj8TZ6Oh .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #ffffff;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-uUVj8TZ6Oh .form-control:hover,
.cid-uUVj8TZ6Oh .field-input:hover,
.cid-uUVj8TZ6Oh .form-control:focus,
.cid-uUVj8TZ6Oh .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-uUVj8TZ6Oh input::-webkit-input-placeholder,
.cid-uUVj8TZ6Oh textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-uUVj8TZ6Oh input:-moz-placeholder,
.cid-uUVj8TZ6Oh textarea:-moz-placeholder {
  color: #000000;
}
.cid-uUVj8TZ6Oh .jq-selectbox li,
.cid-uUVj8TZ6Oh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUVj8TZ6Oh .jq-selectbox li:hover,
.cid-uUVj8TZ6Oh .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-uUVj8TZ6Oh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uUVj8TZ6Oh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-uUVj8TZ6Oh H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-uUVj8TZ6Oh .col-auto {
    margin: auto;
  }
}
.cid-uUVj8TZ6Oh H3 {
  color: #ffffff;
}
.cid-uUVj8TZ6Oh H4 {
  color: #4a7955;
}
.cid-uUVt7ZnAYl {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f0f2f5;
}
.cid-uUVt7ZnAYl .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-uUVt7ZnAYl .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-uUVt7ZnAYl h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUVt7ZnAYl .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uUVt7ZnAYl .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uUVt7ZnAYl .mbr-section-subtitle {
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-uUVt7ZnAYl .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uUVt7ZnAYl .panel-group {
  width: 100%;
}
.cid-uUVt7ZnAYl .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-uUVt7ZnAYl .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uUVt7ZnAYl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUVt7ZnAYl .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uUVt7ZnAYl .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uUVt7ZnAYl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUVt7ZnAYl .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-uUVt7ZnAYl .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uUVt7ZnAYl .card .panel-body {
  background: #ffffff;
}
.cid-uUVt7ZnAYl .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUVt7ZnAYl .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uUVt7ZnAYl .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uUVt7ZnAYl .header-text,
.cid-uUVt7ZnAYl .sign {
  color: #232323;
}
.cid-uUVFMZ2jSR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f1eb;
}
.cid-uUVFMZ2jSR .mbr-overlay {
  padding: 0;
  background: #ffffff;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uUVFMZ2jSR .mbr-text,
.cid-uUVFMZ2jSR .mbr-section-btn {
  color: #232323;
}
.cid-uUVFMZ2jSR .btn {
  width: 100%;
}
.cid-uUVFMZ2jSR .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-uUVFMZ2jSR .mbr-section-subtitle {
  margin-bottom: 25px;
  color: #6a3649;
}
.cid-uUVFMZ2jSR input::-webkit-input-placeholder,
.cid-uUVFMZ2jSR textarea::-webkit-input-placeholder {
  color: #47b5ed !important;
  opacity: 0.5;
}
.cid-uUVFMZ2jSR input:-moz-placeholder,
.cid-uUVFMZ2jSR textarea:-moz-placeholder {
  color: #47b5ed !important;
  opacity: 0.5;
}
.cid-uUVFMZ2jSR .form-control {
  border-color: #7b4c5d !important;
  color: #ebc6b8 !important;
}
.cid-uUVFMZ2jSR input::-webkit-input-placeholder,
.cid-uUVFMZ2jSR textarea::-webkit-input-placeholder {
  color: #420c20 !important;
}
.cid-uUVFMZ2jSR input:-moz-placeholder,
.cid-uUVFMZ2jSR textarea:-moz-placeholder {
  color: #420c20 !important;
}
.cid-uUVFMZ2jSR H1 {
  text-align: center;
}
.cid-uUVFMZ2jSR P {
  color: #6a3649;
}
.cid-uUVFMZ2jSR .mbr-text {
  color: #282727;
}
.cid-uV5mZ0FtJK {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uV5mZ0FtJK .content {
    text-align: center;
  }
  .cid-uV5mZ0FtJK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV5mZ0FtJK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uV5mZ0FtJK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uV5mZ0FtJK .media-wrap img {
  height: 6rem;
}
.cid-uV5mZ0FtJK .mbr-text {
  color: #8d97ad;
}
.cid-uV5mZ0FtJK .p-title {
  font-size: 17px;
}
.cid-uV5mZ0FtJK .p-title span {
  color: #111111;
}
.cid-uV5mZ0FtJK .title-card {
  font-size: 1.3rem;
}
.cid-uV5mZ0FtJK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV5mZ0FtJK .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uV5mZ0FtJK .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uV5mZ0FtJK .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uV5mZ0FtJK .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uV5mZ0FtJK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV5mZ0FtJK .copyright img {
  margin-right: 10px;
}
.cid-uV5mZ0FtJK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #808080;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV5mZ0FtJK .icon-transition span:hover {
  background-color: #ffa500;
}
@media (max-width: 767px) {
  .cid-uV5mZ0FtJK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uV5mZ0FtJK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uV5mZ0FtJK .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV5mZ0FtJK .p-title,
.cid-uV5mZ0FtJK .social-media {
  color: #bbbbbb;
}
.cid-uV5mZ0FtJK H5 {
  color: #ffffff;
}
.cid-uV5mZ0FtJK .copyright > p {
  color: #bbbbbb;
}
.cid-uUVAJQaBKm .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUVAJQaBKm .icon-bar a:hover {
  background-color: #ffa500;
}
.cid-uUVAJQaBKm .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 0px;
}
.cid-uUVAJQaBKm .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .custom1 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .custom2 {
  background: #232323;
  color: white;
  width: 50px;
}
.cid-uUVAJQaBKm .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uUVAJQaBKm .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uUVAJQaBKm .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uUVAJQaBKm .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uUVAJQaBKm P {
  color: #bf4040;
}
.cid-uUVAJQaBKm DIV {
  color: #ffffff;
}
.cid-uUVAJQaBKm H10 {
  color: #767676;
}
.cid-uUVAJQaBKm .hidden {
  display: none;
}
