@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap&subset=latin-ext&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: .90rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.48rem;
    font-size: calc( 1.9rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #ff0000 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #black !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #000 !important;
}
.btn-info,
.btn-info:active {
  color: #ff0000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a80000;
  border-color: #a80000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  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: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800;
  background-color: #ffd10a;
  border-color: #ffd10a;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline:active {
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-secondary-outline {
  color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline:active {
  color: #ff0000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:active {
  color: #ffffff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-success-outline {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:active {
  color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-warning-outline {
  color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:active {
  color: #ffe161 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-danger-outline {
  color: #ff8484 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-danger-outline:active {
  color: #ff8484 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ff0000 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fff4c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffeaea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff8484;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM 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: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}

.cid-szamtE45R0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szamtE45R0 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-szamtE45R0 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-szamtE45R0 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-szamtE45R0 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-szamtE45R0 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-szamtE45R0 .container {
    padding: 0 1rem;
  }
}
.cid-szamtE45R0 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-szamtE45R0 .nav-link {
  position: relative;
}
.cid-szamtE45R0 .nav-link:hover {
  color: #ff0000 !important;
}
.cid-szamtE45R0 nav.navbar {
  position: fixed;
  top: 1.5rem;
}
.cid-szamtE45R0 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-szamtE45R0 .navbar.opened {
  transition: all 0.3s;
}
.cid-szamtE45R0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-szamtE45R0 .navbar .navbar-logo img {
  width: auto;
}
.cid-szamtE45R0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szamtE45R0 .navbar.collapsed {
  justify-content: center;
}
.cid-szamtE45R0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szamtE45R0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szamtE45R0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-szamtE45R0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szamtE45R0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szamtE45R0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-szamtE45R0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szamtE45R0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szamtE45R0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szamtE45R0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szamtE45R0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szamtE45R0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szamtE45R0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szamtE45R0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-szamtE45R0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szamtE45R0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szamtE45R0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szamtE45R0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szamtE45R0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szamtE45R0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szamtE45R0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-szamtE45R0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szamtE45R0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szamtE45R0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szamtE45R0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szamtE45R0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szamtE45R0 .dropdown-item:hover,
.cid-szamtE45R0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-szamtE45R0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szamtE45R0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szamtE45R0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-szamtE45R0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szamtE45R0 .dropdown-menu,
.cid-szamtE45R0 .navbar.opened {
  background: #ffffff !important;
}
.cid-szamtE45R0 .nav-item:focus,
.cid-szamtE45R0 .nav-link:focus {
  outline: none;
}
.cid-szamtE45R0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szamtE45R0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szamtE45R0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-szamtE45R0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szamtE45R0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szamtE45R0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szamtE45R0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szamtE45R0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szamtE45R0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szamtE45R0 .dropdown-item.active,
.cid-szamtE45R0 .dropdown-item:active {
  background-color: transparent;
}
.cid-szamtE45R0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szamtE45R0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szamtE45R0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szamtE45R0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szamtE45R0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szamtE45R0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szamtE45R0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szamtE45R0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szamtE45R0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-szamtE45R0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-szamtE45R0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szamtE45R0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szamtE45R0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szamtE45R0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szamtE45R0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szamtE45R0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szamtE45R0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szamtE45R0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szamtE45R0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szamtE45R0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szamtE45R0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szamtE45R0 .navbar {
    height: 70px;
  }
  .cid-szamtE45R0 .navbar.opened {
    height: auto;
  }
  .cid-szamtE45R0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szamvCjagq .mbr-text,
.cid-szamvCjagq .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-szamvCjagq .mbr-section-subtitle {
  color: #ffe161;
  text-align: left;
}
.cid-szamvCjagq .mbr-section-title {
  text-align: left;
}

@media (max-width: 767px) {
  .cid-szamvCjagq H1 {
    margin-top: -2rem;
  }
}


.cid-szamzBlC7C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-szamzBlC7C .card {
  background: #efefef;
  border-radius: 10px;
}
.cid-szamzBlC7C img {
  width: 100%;
  border-radius: 10px;
}
.cid-szamzBlC7C .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-szamzBlC7C .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-szamzBlC7C .wrapper {
    max-width: 450px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-szamzBlC7C img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-szamzBlC7C .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-szamzBlC7C img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-szamzBlC7C img {
    width: 100%;
  }
}
.cid-szamzBlC7C .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-szamzBlC7C .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-szamzBlC7C .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff0000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-szamzBlC7C .mbr-text,
.cid-szamzBlC7C .mbr-section-btn {
  color: #464646;
}
.cid-szamzBlC7C .mbr-section-subtitle {
  color: #777777;
}
.cid-szamLQi4Ga {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-szamLQi4Ga .mbr-media {
  position: relative;
}
.cid-szamLQi4Ga .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-szamLQi4Ga .box {
  background-image: url("../../../assets/images/risen-wang-20jx9b35r-m-unsplash-2000x1498.jpeg");
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-szamLQi4Ga .box {
    min-height: 300px;
  }
}
.cid-szamLQi4Ga .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-szamLQi4Ga .icon-wrap a {
  height: 20px;
}
.cid-szamLQi4Ga .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-szamLQi4Ga .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-szamLQi4Ga .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-szamLQi4Ga .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-szamLQi4Ga .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cid-szamLQi4Ga .modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
  }
}

.cid-szamLQi4Ga .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-szamLQi4Ga .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-szamQXrw5S {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szamQXrw5S img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-szamQXrw5S img {
    width: 100%;
  }
}
.cid-szamQXrw5S .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-szamQXrw5S .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-szamQXrw5S .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-szamQXrw5S .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-szamQXrw5S .mbr-text,
.cid-szamQXrw5S .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-szamQXrw5S .mbr-section-subtitle {
  color: #777777;
}
.cid-szamQXrw5S .mbr-list {
  color: #232323;
}
.cid-szamQXrw5S .mbr-section-title {
  text-align: left;
  color: #ff0000;
}
.cid-szayc5A0Td {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-szayc5A0Td .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1b2026;
  margin-bottom: 2rem;
}
.cid-szayc5A0Td .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-szayc5A0Td .card-title,
.cid-szayc5A0Td .card-box {
  color: #777777;
}
.cid-szaB0dMdat {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-szaB0dMdat .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-szaB0dMdat img {
  width: 100%;
  border-radius: 10px;
}
.cid-szaB0dMdat .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-szaB0dMdat .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-szaB0dMdat .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-szaB0dMdat img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-szaB0dMdat .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-szaB0dMdat img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-szaB0dMdat img {
    width: 100%;
  }
}
.cid-szaB0dMdat .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-szaB0dMdat .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-szaB0dMdat .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-szaB0dMdat ul {
  padding-left: 1.7rem!important;
}
.cid-szaB0dMdat .mbr-text,
.cid-szaB0dMdat .mbr-section-btn {
  color: #464646;
}
.cid-szaB0dMdat .mbr-section-subtitle {
  color: #777777;
}
.cid-szaB0dMdat .mbr-section-title {
  color: #ff0000;
}
.cid-szaneSoG0N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.cid-szaneSoG0N .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-szaneSoG0N img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-szaneSoG0N img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-szaneSoG0N img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-szaneSoG0N .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-szaneSoG0N .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-szaneSoG0N .card {
    padding: 2rem 0rem;
  }
}
.cid-szaneSoG0N .mbr-text,
.cid-szaneSoG0N .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-szaneSoG0N .mbr-section-subtitle {
  color: #14191e;
}
.cid-szaneSoG0N .mbr-section-title {
  color: #ff0000;
  text-align: left;
}
.cid-szauix2k0z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szauix2k0z .row {
  background: #464646;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-szauix2k0z .row {
    padding: 1rem 0rem;
  }
}
.cid-szauix2k0z .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #353535;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-szauix2k0z .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-szauix2k0z .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-szauix2k0z .card {
  z-index: 2;
}
.cid-szauix2k0z .mbr-text,
.cid-szauix2k0z .mbr-section-btn {
  color: #ffffff;
}
.cid-szauix2k0z .mbr-section-subtitle {
  color: #14191e;
}
.cid-szauix2k0z .mbr-section-title {
  color: #777777;
}
.cid-szan2AMoXs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: url('../../../assets/images/risen-wang-20jx9b35r-m-unsplash-2000x1498.jpeg');
    
}
.cid-szan2AMoXs .row {
  background: #efefef;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-szan2AMoXs .row {
    padding: 1rem 0rem;
  }
}
.cid-szan2AMoXs img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-szan2AMoXs img {
    width: 100%;
  }
}
.cid-szan2AMoXs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-szan2AMoXs .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-szan2AMoXs .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-szan2AMoXs ul {
  padding-left: 1.7rem!important;
}
.cid-szan2AMoXs .mbr-text,
.cid-szan2AMoXs .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-szan2AMoXs .mbr-section-subtitle {
  color: #777777;
}
.cid-szan2AMoXs .mbr-section-title {
  text-align: left;
  color: #ff0000;
}
.cid-szavnpUsrT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-szavnpUsrT .mbr-section-subtitle {
  color: #14191e;
}
.cid-szavnpUsrT .mbr-text {
  color: #777777;
}
.cid-szavnpUsrT .mbr-section-title {
  text-align: center;
  color: #ff0000;
}
.cid-szanqcIBK1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szanqcIBK1 .carousel {
  z-index: 0;
}
.cid-szanqcIBK1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-szanqcIBK1 .carousel-item.active,
.cid-szanqcIBK1 .carousel-item-next,
.cid-szanqcIBK1 .carousel-item-prev {
  display: flex;
}
.cid-szanqcIBK1 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-szanqcIBK1 .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-szanqcIBK1 .line {
  width: 100px;
  height: 1px;
  background: #232323;
}
.cid-szanqcIBK1 .line1 {
  margin-left: -2rem;
}
.cid-szanqcIBK1 .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-szanqcIBK1 .carousel-controls a {
  font-size: 2rem;
}
.cid-szanqcIBK1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-szanqcIBK1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-szanqcIBK1 ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-szanqcIBK1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #232323;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-szanqcIBK1 .carousel-indicators .active {
  opacity: 1;
}
.cid-szanqcIBK1 .user_text,
.cid-szanqcIBK1 .user_desk {
  color: #767676;
}
.cid-szanqcIBK1 .user_text {
  color: #232323;
}
.cid-szanqcIBK1 .user_desk {
  color: #232323;
}
.cid-szanuboGrw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eee;
}
.cid-szanuboGrw .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-szanuboGrw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-szanuboGrw .panel-group {
  border: none;
}
.cid-szanuboGrw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-szanuboGrw .panel-body,
.cid-szanuboGrw .card-header {
  padding: 1rem 0;
}
.cid-szanuboGrw .panel-title-edit {
  color: #1d2c35;
}
.cid-szanuboGrw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-szanuboGrw H3 {
  color: #ff0000;
}
.cid-szants7yrb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-szants7yrb .mbr-text,
.cid-szants7yrb .mbr-section-subtitle {
  color: #767676;
}
.cid-szants7yrb .card-title {
  color: #66458e;
}
.cid-szants7yrb .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-szants7yrb .mbr-section-subtitle,
  .cid-szants7yrb .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szants7yrb .card .card-img span {
    background: none;
  }
}
.cid-szants7yrb .card-title,
.cid-szants7yrb .card-img {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cid-szants7yrb .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}



.cid-szanA69Ctp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-szanA69Ctp section {
  position: relative;
}
.cid-szanA69Ctp h4 {
  margin: 0;
}
.cid-szanA69Ctp img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-szanA69Ctp a {
  font-weight: 300;
}
.cid-szanA69Ctp .img1 {
  color: #ffffff;
}
.cid-szanA69Ctp .img2 {
  color: #ffffff;
}
.cid-szanA69Ctp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-szanA69Ctp .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-szanA69Ctp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-szanA69Ctp .item,
.cid-szanA69Ctp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-szanA69Ctp .item h4,
.cid-szanA69Ctp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-szanA69Ctp .card-img {
  width: auto;
}
.cid-szanA69Ctp .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-szanA69Ctp .item {
    justify-content: center;
  }
}
.cid-szanA69Ctp .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-szanA69Ctp .items-title,
.cid-szanA69Ctp .items-title + .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-szanA69Ctp .links-title,
.cid-szanA69Ctp .links-title + .line-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-szany2SPyZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}

/*========================================== FOOTER TOP WITH ICONS======================= */
.footer-top{
    padding: 50px 0 20px 0;
    background: #000;
}
.footer-top .container{
    width: 80%;
    margin: 0 auto;
}
.footer-top .container .row-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top .container .row-footer .col-footer{
    width: 25%;
    color: #f8f9fa;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-top .container .row-footer .col-footer h4{
    font-size: 14px;

}
.footer-top .box-image{
    width: 40px !important;
    margin-bottom: 10px;
}
.footer-top .box-image img{
    width: 100%;
}
@media screen and (max-width: 992px){
    .footer-top .container .row-footer .col-footer{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .footer-top .container .row-footer .col-footer{
        width: 50%;
    }
    .footer-top .container .row-footer .col-footer h4{
    font-size: 12px;

}
}
/*========================================== END FOOTER TOP WITH ICONS======================= */
.footer-middle, .footer-middle .container{
    width: 100%;
    background: #000000;
}
.footer-middle .row-footer{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.footer-middle .col-footer-12{
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 768px){
    .footer-middle .col-footer-12 {
        width: 100% !important;
    }
    .footer-middle a, .footer-middle p{
        font-size: 12px !important;
    }
}
.footer-middle a{
    text-decoration: none;
    padding: 0 3px;
    transition-duration: 0.3s;
}
.footer-middle a:hover{
    color: red;
}
.footer-middle a, .footer-middle p{
    color: #e9ecef;
    font-size: 16px;

}

/*===================SECTION FORM =========================================*/
/* SECTION HERE YOU PUT THE BACKGROUND IMAGE IF YOU WANT IT*/
.cid-snhz20VR9d{
   background: url('../../../assets/images/risen-wang-20jx9b35r-m-unsplash-2000x1498.jpeg');
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
   position: relative;
   z-index: 1;
   padding-top: 5rem;
   padding-bottom: 5rem;
}
.cid-snhz20VR9d:after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   z-index: -1;
}
/* END SECTION */

/* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
.cid-snhz20VR9d .div-container-form{
  /* ================== */-webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) 20 20 20 20 !important;
   -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) 20 20 20 20 !important;
   box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) 20 20 20 20 !important; 
}
/* END CONTAINER FORM */

/* BOX FORM HEADER */
.cid-snhz20VR9d .header-form{
   /* ================== */background: rgba(197, 197, 197, 0.9);
   height: auto;
   /* =================== */padding: 7px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
/* END BOX FORM HEADER */

/* BOX FORM BODY */
.cid-snhz20VR9d form.mbr-form{
   /* ======== */background: rgba(197, 197, 197, 0.9);
   width: 100%;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
  /*  ======= */border-bottom-left-radius: 20px;
  /*  ======= */border-bottom-right-radius: 20px;
  /* ============== */ margin-top: -20px;
  /* ============== */ padding-bottom: 0px;
  padding: 3rem 2rem;
}
/*END BOX FORM BODY */

/* INPUTS FORM-CONTROL */
.cid-snhz20VR9d .form-control{
   color: #656565;
   background-color: #f5f5f5;
   border-radius: 0.25;
   padding-left: 8px !important;
}
/* END INPUTS FORM-CONTROL */

/* LABEL FORM-CONTROL */
.cid-snhz20VR9d label{
   color: #495057;
}
.cid-snhz20VR9d a{
   color: #d10000 !important;
}
/* END LABEL FORM-CONTROL */

/* LABEL FORM-CONTROL */
.cid-snhz20VR9d label a:hover{
   color: #03045e !important;
}
/* END LABEL FORM-CONTROL */

/* 1 TEXT OFFER*/
.cid-snhz20VR9d .text-offer-form{
   color: #d10000;
  /*  ============ */font-size: 3.1rem;
   letter-spacing: 9px;
   font-weight: bold;
   padding-top: 15px;
   text-align: center !important;
}
/* END TEXT OFFER */

/* 2 TEXT TIME YOU RECIVE ORDER */
.cid-snhz20VR9d .text-hours-form{
   text-align: center !important;
   /* ============= */font-weight: BOLD;
   /* ============= */font-size: 1rem;
}
/* TEXT TIME YOU RECIVE ORDER */

/* 3 TEXT FINISH SOON */
.cid-snhz20VR9d .text-soon-form{
   text-align: center !important;
   font-size: 1.3rem;
   /* BLUE */
   /* background: rgba(0, 116, 186, 0.9); */
   /* ORANGE */
   /* background: rgba(231, 111, 81, 0.9); */
   /* GREEN */
   background: rgba(113, 180, 141, 0.9);
   /* RED */
   /* background: rgba(224, 30, 55, 0.8) !important; */
   color: white;
   letter-spacing: 2px;
   /* padding: 4px 4px; */
   /* ========== */padding: 10px;
   /* ========== */border-radius: 10px;
   /* ============ */width: 90%;
   /* ============= */margin: 10px auto;
}
/* END TEXT FINISH SOON */

/* 4 TEXT PRODUCT */
.cid-snhz20VR9d .text-product-form{
   text-align: center;
   padding: 10px 0;
   font-size: 1.3rem !important;
}
.cid-snhz20VR9d .text-product-form .form-price{
   font-weight: bolder !important;
}
/* END TEXT PRODUCT */

/* 5 TEXT ICONS FREE SHIPPING */
.cid-snhz20VR9d .box-icons{
   /* BLUE */
   /* background: rgba(0, 116, 186, 0.9); */
   /* ORANGE */
   /* background: rgba(231, 111, 81, 0.9); */
   /* GREEN */
   background: rgba(113, 180, 141, 0.9);
   /* RED */
   /* background: rgba(224, 30, 55, 0.8) !important; */
   color: white;
   /* ============ */padding: 10px;
   /* ============ */border-radius: 10px;
  /* ============ */ width: 90%;
   /* ============ */margin: 0 auto;

}
.cid-snhz20VR9d .text-icons{
   font-size: 1.1rem;
   text-align: center;
}
/* END TEXT ICONS FREE SHIPPING */  

/* BUTTON */
.btn{
   /* BLUE */
   /* background: rgba(45, 130, 183, 0.8) !important;
   border: rgba(45, 130, 183, 0.8) !important;  */
   /* ORANGE */
   /* background: rgba(211, 97, 53, 0.8) !important;
   border: rgba(211, 97, 53, 0.8) !important; */ 
   /* GREEN */
   background: rgba(88, 188, 130, 1) !important; 
   border: rgba(88, 188, 130, 1) !important; 
   /* RED */
   /* background: rgba(220, 20, 60, 0.8) !important;
   border: rgba(220, 20, 60, 0.8) !important; */
   
}
.btn:active{
   /* BLUE */
   /* background: #2d82b7 !important; */
   /* ORANGE */
   /* background: #d36135 !important; */
   /* GREEN */
   background: #58bc82 !important;
   /* RED */
   /* background: #DC143C !important; */
}
.btn:hover{
   /* BLUE */
   /* background: #2d82b7 !important; */
   /* ORANGE */
   /* background: #d36135 !important; */
   /* GREEN */
   background: #58bc82 !important;
   /* RED */
   /* background: #DC143C !important; */
}

/* MEDIA QUERIES */
/* IPHONE 5/SE */
@media screen and (min-width:320px) and (max-width:360px){
   .cid-snhz20VR9d .text-offer-form{
       font-size: 1.2rem !important;
       font-weight: bold;
   }
   .cid-snhz20VR9d .text-soon-form{
       font-size: 1rem !important;
   }
   .cid-snhz20VR9d .text-product-form{
       font-size: 0.8rem !important;
   }
   .cid-snhz20VR9d form.mbr-form{
       margin-top: 0px;
   }
}
/* END IPHONE 5/SE */
/* DISPOSITIVOS MOBILES  */
@media screen and (min-width:360px) and (max-width:768px){
   .cid-snhz20VR9d .text-offer-form{
       font-size: 2rem !important;
       letter-spacing: 5px !important;
   }
   .cid-snhz20VR9d .text-hours-form{
       font-size: 1rem !important;
       font-weight: bold;
   }
   .cid-snhz20VR9d .text-soon-form{
       font-size: 1rem !important;
       letter-spacing: 0px !important;
      /*  =============== */width: 94%;
   }
   .cid-snhz20VR9d .text-product-form{
       font-size: 0.9rem !important;
   }
   .cid-snhz20VR9d .box-icons{
       /* ================= */width: 94%;
   }
   /* ======================== */.cid-snhz20VR9d form.mbr-form{
       margin-top: 0px;
   }
}
/* END MEDIA QUERIES */
.cid-szamvCjagq {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/back.jpg");
  overflow: hidden;
  }
  @media (max-width: 767px) {
  .cid-szamvCjagq {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../../assets/images/back-2.jpg");
    overflow: hidden;
    }
    .ac {
    text-align: center !important;
    }
  }
  @media screen and (max-width: 990px){
    .cid-szaB0dMdat .image-wrapper {
    order: 2 !important;
    }  
    } 