@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #353535 !important;
}
.bg-success {
  background-color: #756ff5 !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: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #353535 !important;
  background-color: white!important;
  border-color: #353535 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #756ff5 !important;
  border-color: #756ff5 !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: #756ff5 !important;
  background-color: white!important;
  border-color: #756ff5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #271eef !important;
  border-color: #271eef !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: #353535;
  border-color: white;
}
.btn-white:hover {
  background: #353535;
  color: white;
  border-color: #353535;
}
.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: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !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: #756ff5;
  color: #756ff5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #271eef !important;
  background-color: transparent!important;
  border-color: #271eef !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #756ff5 !important;
  border-color: #756ff5 !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: #353535 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #756ff5 !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: #020202 !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: #1a10ee !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]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.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: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.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: #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: 'Poppins', 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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', 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: #353535;
}
/* 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: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !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='%23353535' %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-suEnnGjEub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suEnnGjEub .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-suEnnGjEub .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-suEnnGjEub .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-suEnnGjEub .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-suEnnGjEub .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-suEnnGjEub .container {
    padding: 0 1rem;
  }
}
.cid-suEnnGjEub .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-suEnnGjEub .nav-link {
  position: relative;
}
.cid-suEnnGjEub .nav-link:hover {
  color: #47b5ed !important;
}
.cid-suEnnGjEub nav.navbar {
  position: fixed;
}
.cid-suEnnGjEub .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-suEnnGjEub .navbar.opened {
  transition: all 0.3s;
}
.cid-suEnnGjEub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suEnnGjEub .navbar .navbar-logo img {
  width: auto;
}
.cid-suEnnGjEub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suEnnGjEub .navbar.collapsed {
  justify-content: center;
}
.cid-suEnnGjEub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suEnnGjEub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suEnnGjEub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suEnnGjEub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suEnnGjEub .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-suEnnGjEub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suEnnGjEub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suEnnGjEub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suEnnGjEub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suEnnGjEub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suEnnGjEub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suEnnGjEub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suEnnGjEub .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-suEnnGjEub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suEnnGjEub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suEnnGjEub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suEnnGjEub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suEnnGjEub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suEnnGjEub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suEnnGjEub .navbar.navbar-short {
  min-height: 60px;
}
.cid-suEnnGjEub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suEnnGjEub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suEnnGjEub .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-suEnnGjEub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suEnnGjEub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suEnnGjEub .dropdown-item:hover,
.cid-suEnnGjEub .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-suEnnGjEub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suEnnGjEub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suEnnGjEub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-suEnnGjEub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suEnnGjEub .dropdown-menu,
.cid-suEnnGjEub .navbar.opened {
  background: #ffffff !important;
}
.cid-suEnnGjEub .nav-item:focus,
.cid-suEnnGjEub .nav-link:focus {
  outline: none;
}
.cid-suEnnGjEub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suEnnGjEub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suEnnGjEub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suEnnGjEub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suEnnGjEub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suEnnGjEub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suEnnGjEub .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-suEnnGjEub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suEnnGjEub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suEnnGjEub .dropdown-item.active,
.cid-suEnnGjEub .dropdown-item:active {
  background-color: transparent;
}
.cid-suEnnGjEub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suEnnGjEub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suEnnGjEub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suEnnGjEub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suEnnGjEub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suEnnGjEub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suEnnGjEub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suEnnGjEub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suEnnGjEub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suEnnGjEub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-suEnnGjEub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suEnnGjEub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suEnnGjEub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suEnnGjEub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suEnnGjEub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suEnnGjEub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suEnnGjEub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suEnnGjEub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suEnnGjEub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suEnnGjEub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suEnnGjEub .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-suEnnGjEub .navbar {
    height: 70px;
  }
  .cid-suEnnGjEub .navbar.opened {
    height: auto;
  }
  .cid-suEnnGjEub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suEniTAxkD {
  background-image: url("../../../assets/images/dsc-153-2000x1333.jpeg");
}
.cid-suEniTAxkD .row {
  flex-direction: row-reverse;
}
.cid-suEniTAxkD .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #22a5e5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-suEniTAxkD .price-wrapper h4,
.cid-suEniTAxkD .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-suEniTAxkD .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-suEniTAxkD .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-suEniTAxkD .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-suEniTAxkD .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-suEniTAxkD .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-suEniTAxkD .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-suEniTAxkD .card-title {
  padding: 0;
  margin: 0;
}
.cid-suEniTAxkD .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-suEniTAxkD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suEniTAxkD .card-wrapper {
    width: fit-content;
  }
}
.cid-suEniTAxkD .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-suEniTAxkD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suEniTAxkD .image-wrapper img {
  width: 80%;
  object-fit: cover;
}
.cid-suEniTAxkD .card-title,
.cid-suEniTAxkD .card-icon {
  color: #103178;
}
.cid-suEniTAxkD .mbr-section-title {
  color: #6ec7f2;
  text-align: left;
}
.cid-suEniTAxkD .mbr-text,
.cid-suEniTAxkD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-suEniTAxkD .price {
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .cid-suEniTAxkD .activa {
    display: flex;
    order: 2


  }
}

@media (max-width: 767px) {
  .cid-suEniTAxkD .activo {
    display: flex;
    order: 1


  }
}




.cid-suErirsIlH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suErirsIlH .row {
  flex-direction: row-reverse;
}
.cid-suErirsIlH .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-suErirsIlH .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suErirsIlH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-suErirsIlH .mbr-section-title {
  color: #47b5ed;
  text-align: left;
}
.cid-suErirsIlH .mbr-text,
.cid-suErirsIlH .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-suErMrunZm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suErMrunZm .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-suErMrunZm .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suErMrunZm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-suErMrunZm .mbr-section-title {
  color: #103178;
}
.cid-suErMrunZm .mbr-text,
.cid-suErMrunZm .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-suExzsSkTe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f2f5;
}
.cid-suExzsSkTe .container {
  max-width: 1500px;
}
.cid-suExzsSkTe img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-suExzsSkTe img:hover {
  transform: scale(1.1);
}
.cid-suExzsSkTe .row {
  background: #ffffff;
}
.cid-suExzsSkTe .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-suExzsSkTe h2 {
  padding: 0;
  margin: 0;
}
.cid-suExzsSkTe .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suExzsSkTe .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-suExzsSkTe .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-suExzsSkTe .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-suExzsSkTe .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-suExzsSkTe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-suExzsSkTe .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-suExzsSkTe .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suExzsSkTe .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-suExzsSkTe .row {
    margin: 0rem;
  }
  .cid-suExzsSkTe .text-col {
    padding: 2rem 1rem;
  }
  .cid-suExzsSkTe .number {
    margin-right: 2rem;
  }
  .cid-suExzsSkTe .img-col {
    margin-bottom: 3rem;
  }
}
.cid-suExzsSkTe H2 {
  color: #22a5e5;
  text-align: left;
}
.cid-suExzsSkTe .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-suEIXqp3Ma {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f2f5;
}
.cid-suEIXqp3Ma h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suEIXqp3Ma p {
  color: #767676;
  text-align: left;
}
.cid-suEIXqp3Ma .card-wrapper {
  height: 100%;
}
.cid-suEIXqp3Ma .container-fluid {
  max-width: 1600px;
}
.cid-suEIXqp3Ma .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-suEIXqp3Ma img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-suEIXqp3Ma .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-suEIXqp3Ma .card:hover img {
  filter: blur(0px);
}
.cid-suEIXqp3Ma .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-suEIXqp3Ma .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-suEIXqp3Ma .mbr-iconfont {
    opacity: 1;
  }
  .cid-suEIXqp3Ma img {
    filter: blur(0px);
  }
}
.cid-suEy30kffY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suEy30kffY .row {
  flex-direction: row-reverse;
}
.cid-suEy30kffY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-suEy30kffY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suEy30kffY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-suEy30kffY .mbr-section-title {
  color: #22a5e5;
  text-align: left;
}
.cid-suEy30kffY .mbr-text,
.cid-suEy30kffY .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-suEzNHLCIU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suEzNHLCIU H1 {
  color: #22a5e5;
  text-align: left;
}
.cid-suEzNHLCIU .mbr-text,
.cid-suEzNHLCIU .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-suEzNHLCIU img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-suEzNHLCIU .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-suED7Jodat {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-suED7Jodat .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #353535;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-suED7Jodat .mbr-media span:hover {
  background: #353535;
  color: #ffffff;
}
.cid-suED7Jodat .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-suED7Jodat .mbr-media a:hover {
  background-image: none!important;
}
.cid-suED7Jodat .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-suED7Jodat .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-suED7Jodat .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-suED7Jodat .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-suED7Jodat .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suED7Jodat .mbr-section-title {
  color: #22a5e5;
}
.cid-suEA2Fst1k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suEA2Fst1k .row {
  padding: 0 1rem;
}
.cid-suEA2Fst1k .item-wrapper {
  background: #f0f2f5;
  min-width: 100%;
  display: flex;
  margin: 2rem;
  padding: 4rem;
}
@media (max-width: 992px) {
  .cid-suEA2Fst1k .item-wrapper {
    padding: 2rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-suEA2Fst1k .item-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-suEA2Fst1k .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #22a5e5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-suEA2Fst1k .price-wrapper h4,
.cid-suEA2Fst1k .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-suEA2Fst1k .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-suEA2Fst1k .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-suEA2Fst1k .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-suEA2Fst1k .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-suEA2Fst1k .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-suEA2Fst1k .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-suEA2Fst1k .card-title {
  padding: 0;
  margin: 0;
}
.cid-suEA2Fst1k .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-suEA2Fst1k .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suEA2Fst1k .card-wrapper {
    width: fit-content;
  }
  .cid-suED7Jodat .modalWindow .modalWindow-video {
    height: calc(100vw);
    width: 80vw;
    margin: 0 auto;
  }
}
.cid-suEA2Fst1k .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-suEA2Fst1k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suEA2Fst1k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suEA2Fst1k .card-title,
.cid-suEA2Fst1k .card-icon {
  color: #5b6c8f;
}
.cid-suEA2Fst1k .mbr-section-title {
  color: #22a5e5;
}
.cid-suEA2Fst1k .mbr-text,
.cid-suEA2Fst1k .mbr-section-btn {
  color: #353535;
}
.cid-suEA2Fst1k .price-title {
  text-align: center;
  color: #103178;
}
.cid-suEA2Fst1k .price {
  text-align: center;
  color: #103178;
}
.cid-suEA4xhyOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suEA4xhyOn .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-suEA4xhyOn .row .row {
    flex-direction: column-reverse;
  }
  .cid-suEA4xhyOn .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suEA4xhyOn .text-wrapper {
  width: 70%;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-suEA4xhyOn .card1-subtitle {
  width: fit-content;
  background: #756ff5;
  border-radius: 16px;
  padding: 0 1rem;
  color: #ffffff;
}
.cid-suEA4xhyOn .col-lg-4 {
  height: auto;
}
@media (max-width: 992px) {
  .cid-suEA4xhyOn .col-12 {
    margin-bottom: 2rem;
  }
}
.cid-suEA4xhyOn .card-wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-suEA4xhyOn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-suEA4xhyOn .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-suEA4xhyOn .card-wrapper .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cid-suEA4xhyOn .img-wrapper img {
  transition: all 0.6s;
  height: 100%;
  object-fit: contain;
}
.cid-suEA4xhyOn .card-subtitle {
  color: #ffffff;
}
.cid-suEA4xhyOn .mbr-text {
  color: #555555;
}
.cid-suEA4xhyOn .card2-title {
  color: #ffc800;
}
.cid-suEA4xhyOn .card1-title {
  color: #103178;
}
.cid-suEA4xhyOn .card2-subtitle {
  color: #103178;
}
.cid-suEA4xhyOn .card3-subtitle {
  color: #ffffff;
}
.cid-suEA4xhyOn .card3-title {
  color: #ffc800;
}
.cid-suEA4xhyOn .card3-price {
  color: #bbbbbb;
  text-decoration: line-through;
}
.cid-suED0YUS6d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suED0YUS6d .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-suED0YUS6d .carousel-item.active,
.cid-suED0YUS6d .carousel-item-next,
.cid-suED0YUS6d .carousel-item-prev {
  display: flex;
}
.cid-suED0YUS6d .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-suED0YUS6d .img-box .mbr-iconfont {
  color: #ffffff;
  background: #3e62f1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-suED0YUS6d .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suED0YUS6d .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-suED0YUS6d .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-suED0YUS6d .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-suED0YUS6d .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-suED0YUS6d H1 {
  color: #36404c;
}
.cid-suED0YUS6d .mbr-text,
.cid-suED0YUS6d .mbr-section-btn {
  color: #767676;
}
.cid-suED0YUS6d .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-suED0YUS6d .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-suED0YUS6d .author {
  margin: auto 0;
}
.cid-suED0YUS6d h3,
.cid-suED0YUS6d h4 {
  margin: 0;
  padding: 0;
}
.cid-suED0YUS6d H3 {
  color: #36404c;
}
.cid-suED0YUS6d H4 {
  color: #767676;
}
.cid-suED0YUS6d .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-suED0YUS6d .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-suED0YUS6d .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-suEE5cu0qV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-suEE5cu0qV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-suEE5cu0qV a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-suEE5cu0qV .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-suEE5cu0qV .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-suEE5cu0qV .form-control {
  background: none;
  border-radius: 0px;
}
.cid-suEE5cu0qV textarea.form-control {
  min-height: 214.5px;
}
.cid-suEE5cu0qV .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-suEE5cu0qV h4,
.cid-suEE5cu0qV p {
  margin: 0;
}
.cid-suEE5cu0qV h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-suEE5cu0qV h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-suEE5cu0qV .icon {
  color: #656565;
  font-size: 2.3rem;
}
@media (max-width: 991px) {
  .cid-suEE5cu0qV h2 {
    text-align: center;
  }
  .cid-suEE5cu0qV h3 {
    text-align: center;
  }
  .cid-suEE5cu0qV .input-group-btn {
    text-align: center;
  }
  .cid-suEE5cu0qV .social-list {
    text-align: center;
  }
  .cid-suEE5cu0qV .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-suEE5cu0qV H2 {
  color: #656565;
}
.cid-suEE5cu0qV .content {
  text-align: left;
  color: #656565;
}
.cid-suEE5cu0qV .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-suEE5cu0qV .title1 {
  text-align: left;
}
.cid-suEE5cu0qV .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-suEE5cu0qV .title2 {
  color: #756ff5;
}
.cid-suEE5cu0qV P {
  text-align: center;
}
.cid-suEDE10Wgg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suEDE10Wgg h4 {
  display: flex;
  color: #232323;
}
.cid-suEDE10Wgg .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-suEDE10Wgg .wrap {
  display: flex;
}
.cid-suEDE10Wgg .icon {
  background: #22a5e5;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-suEDE10Wgg img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-suEDE10Wgg .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-suEDE10Wgg p {
  margin: 0;
}
.cid-suEDE10Wgg .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-suEDE10Wgg .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-suEDE10Wgg .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-suEDE10Wgg .panel-group {
  width: 100%;
}
.cid-suEDE10Wgg .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-suEDE10Wgg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-suEDE10Wgg .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-suEDE10Wgg .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-suEDE10Wgg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-suEDE10Wgg .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-suEDE10Wgg .card .panel-body {
  background: #ffffff;
}
.cid-suEDE10Wgg .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-suEDE10Wgg .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-suEDE10Wgg .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-suEDE10Wgg .header-text,
.cid-suEDE10Wgg .sign {
  color: #232323;
}
.cid-suEE23XxGU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #353535;
}
.cid-suEE23XxGU .mbr-text,
.cid-suEE23XxGU .mbr-section-subtitle {
  color: #767676;
}
.cid-suEE23XxGU .card-title {
  color: #66458e;
}
.cid-suEE23XxGU .card .card-img span {
  color: #22a5e5;
  font-size: 60px;
  background: linear-gradient(45deg, #22a5e5, #756ff5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-suEE23XxGU .mbr-section-subtitle,
  .cid-suEE23XxGU .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suEE23XxGU .card .card-img span {
    background: none;
  }
}
.cid-suEE23XxGU .card-title,
.cid-suEE23XxGU .card-img {
  color: #ffffff;
}

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

.cid-suEFCCfSPq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-suEFCCfSPq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-suEFCCfSPq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-suEFCCfSPq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-suEFCCfSPq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-suEFCCfSPq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-suEFCCfSPq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-suEFCCfSPq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-suEFCCfSPq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-suEFCCfSPq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-suEFCCfSPq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-suEFCCfSPq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suEFCCfSPq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-suEFCCfSPq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-suEFCCfSPq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-suEFCCfSPq foot-menu-item {
  color: #67beb0;
}



.cid-snhz20VR9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-snhz20VR9d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snhz20VR9d form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 1rem;
  }
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-snhz20VR9d .mbr-section-title {
  color: #4479d9;
}
  /*===================SECTION FORM =========================================*/
     /* SECTION HERE YOU PUT THE BACKGROUND IMAGE IF YOU WANT IT*/
     .cid-snhz20VR9d{
      background: url('../../images/form.jpg');
      background-position: center;
      background-size: cover;
      position: relative;
      z-index: 1;
  }
  .cid-snhz20VR9d:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      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) !important;
      -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
      box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
  }
  /* END CONTAINER FORM */

  /* BOX FORM HEADER */
  .cid-snhz20VR9d .header-form,
  .body-form{
    font-family: 'Poppins', sans-serif;
      /* background: #f5f3f4; */
      background: rgba(255, 255, 255, 0.9);
      height: auto;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  /* END BOX FORM HEADER */
  .cid-snhz20VR9d label,
  .cid-snhz20VR9d input{
    font-family: 'Poppins', sans-serif;
  }
  /* BOX FORM BODY */
  .cid-snhz20VR9d form.mbr-form{
      /* background: #274c77; */
      background: #35353590;
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  /*END BOX FORM BODY */

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

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label{
      color: #f5f5f5;
  }
  /* END LABEL FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label a:hover{
      color: #b9d5fd;
  }
  /* END LABEL FORM-CONTROL */
  
  /* 1 TEXT OFFER*/
  .cid-snhz20VR9d .text-offer-form{
      color: #22a5e5;
      font-size: 3.3rem;
      letter-spacing: 6px;
      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;
      
  }
  /* TEXT TIME YOU RECIVE ORDER */

  /* 3 TEXT FINISH SOON */
  .cid-snhz20VR9d .text-soon-form{
      text-align: center !important;
      font-weight: lighter;
      /* background: #0b7fab; */
      background: #22a5e5;
      color: white;
      letter-spacing: 3px;
      padding: 4px 4px;
      border-radius: 2px;
      margin: 10px 0;
  }
  /* 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{
      /* background: #0b7fab; */
      background: #22a5e5;
      color: white;
      padding: 20px;
      margin-bottom: 20px;

  }
  .cid-snhz20VR9d .text-icons{
      font-size: 1.1rem;
      text-align: center;
  }
  /* END TEXT ICONS FREE SHIPPING */  
      
  /* MEDIA QUERIES */
  @media screen and (max-width:768px){
      .cid-snhz20VR9d .text-offer-form{
          font-size: 2.4rem !important;
          letter-spacing: 2px !important;
      }
      .cid-snhz20VR9d .text-hours-form{
          font-size: 1rem !important;
      }
      .cid-snhz20VR9d .text-soon-form{
          font-size: 1.2rem !important;
          letter-spacing: 0px !important;
      }
      .cid-snhz20VR9d .text-product-form{
          font-size: 1.1rem !important;
      }
  }
  /* END MEDIA QUERIES */

  .content__offer{
    background-color: rgba(255, 255, 255, 0.7);
  }