body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.1875rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.765625rem + (3.1875 - 1.765625) * ((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.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #6f6f6f !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #1a191d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e2116b !important;
  border-color: #e2116b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e2116b !important;
  border-color: #e2116b !important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #237b64 !important;
  border-color: #237b64 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #237b64 !important;
  border-color: #237b64 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9e260c !important;
  border-color: #9e260c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9e260c !important;
  border-color: #9e260c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ca0f5f;
  color: #ca0f5f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f24d94;
  border-color: #f24d94;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1d6854;
  color: #1d6854;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #34b794;
  border-color: #34b794;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #86200b;
  color: #86200b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e53712;
  border-color: #e53712;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1a191d;
  border-color: #1a191d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #6f6f6f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #1a191d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c3c3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1d6854 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #1a191d;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6f6f6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afafaf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.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: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccad1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #6f6f6f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #6f6f6f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #6f6f6f;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6f6f6f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6f6f6f;
  border-bottom-color: #6f6f6f;
}
.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: #6f6f6f !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: #ffffff !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%236f6f6f' %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.3;
}
.cid-sGvAr9hs0T {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #000000;
}
@media (min-width: 991px) {
  .cid-sGvAr9hs0T {
    min-height: 170px !important;
  }
}
.cid-sGvAr9hs0T .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sGvAr9hs0T .empty_md {
    display: block;
  }
}
.cid-sGvAr9hs0T .container,
.cid-sGvAr9hs0T .container-fluid,
.cid-sGvAr9hs0T .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sGvAr9hs0T .container,
  .cid-sGvAr9hs0T .container-fluid,
  .cid-sGvAr9hs0T .empty_md {
    min-height: 170px !important;
  }
}
.cid-sGvAr9hs0T .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sGvAr9hs0T .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-sGvAr9hs0T .top_menu {
    min-height: 110px !important;
  }
}
.cid-sGvAr9hs0T .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sGvAr9hs0T .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sGvAr9hs0T .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sGvAr9hs0T .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sGvAr9hs0T .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sGvAr9hs0T .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sGvAr9hs0T .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-sGvAr9hs0T .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-sGvAr9hs0T .empty,
  .cid-sGvAr9hs0T .icons-menu {
    min-width: 265px;
  }
  .cid-sGvAr9hs0T .navbar-logo {
    margin: 0;
  }
  .cid-sGvAr9hs0T .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sGvAr9hs0T .btn {
    white-space: nowrap;
  }
  .cid-sGvAr9hs0T .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sGvAr9hs0T .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sGvAr9hs0T .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sGvAr9hs0T .dropdown-toggle::after,
  .cid-sGvAr9hs0T .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sGvAr9hs0T .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sGvAr9hs0T .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGvAr9hs0T .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sGvAr9hs0T .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGvAr9hs0T .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sGvAr9hs0T .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sGvAr9hs0T .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sGvAr9hs0T .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sGvAr9hs0T .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sGvAr9hs0T .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sGvAr9hs0T .nav-item:focus,
.cid-sGvAr9hs0T .nav-link:focus {
  outline: none;
}
.cid-sGvAr9hs0T .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sGvAr9hs0T .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sGvAr9hs0T .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGvAr9hs0T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGvAr9hs0T .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sGvAr9hs0T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGvAr9hs0T ul.navbar-nav li {
  margin: auto;
}
.cid-sGvAr9hs0T .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-sGvAr9hs0T .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-sGvAr9hs0T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sGvAr9hs0T .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sGvAr9hs0T .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sGvAr9hs0T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGvAr9hs0T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGvAr9hs0T .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sGvAr9hs0T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2.3rem - 1rem);
  }
}
.cid-sGvAr9hs0T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGvAr9hs0T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGvAr9hs0T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sGvAr9hs0T .navbar .icons-menu,
  .cid-sGvAr9hs0T .navbar .empty {
    display: none;
  }
  .cid-sGvAr9hs0T .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sGvAr9hs0T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGvAr9hs0T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGvAr9hs0T .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sGvAr9hs0T .navbar .container-fluid,
  .cid-sGvAr9hs0T .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sGvAr9hs0T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGvAr9hs0T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGvAr9hs0T .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sGvAr9hs0T .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sGvAr9hs0T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sGvAr9hs0T .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sGvAr9hs0T .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-sGvAr9hs0T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGvAr9hs0T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGvAr9hs0T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGvAr9hs0T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGvAr9hs0T .dropdown-item.active,
.cid-sGvAr9hs0T .dropdown-item:active {
  background-color: transparent;
}
.cid-sGvAr9hs0T .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGvAr9hs0T .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sGvAr9hs0T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sGvAr9hs0T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sGvAr9hs0T .navbar-buttons {
  text-align: center;
}
.cid-sGvAr9hs0T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sGvAr9hs0T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGvAr9hs0T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGvAr9hs0T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGvAr9hs0T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGvAr9hs0T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGvAr9hs0T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGvAr9hs0T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGvAr9hs0T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGvAr9hs0T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGvAr9hs0T .navbar-dropdown {
  position: absolute;
}
.cid-sGvAr9hs0T a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sGvAr9hs0T a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-sGvAr9hs0T .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGvAr9hs0T .navbar {
    height: 77px;
  }
  .cid-sGvAr9hs0T .navbar.opened {
    height: auto;
  }
  .cid-sGvAr9hs0T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGvAu1KCbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sGvAu1KCbJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sGh2CD0lGh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sGh2CD0lGh .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-sGh2CD0lGh .img-wrap img {
  width: 63%;
  margin: auto;
}
.cid-sGh2CD0lGh .mbr-text,
.cid-sGh2CD0lGh .mbr-section-btn {
  color: #ffffff;
}
.cid-sGh2CD0lGh .mbr-section-title {
  color: #ffffff;
}
.cid-sGh2CD0lGh .buttons-wrap .link {
  display: flex;
}
.cid-sGh2CD0lGh .mbr-arrow {
  bottom: 0;
}
.cid-sGh2CD0lGh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sGuC9qEfgI {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sGuC9qEfgI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sGuC9qEfgI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGuC9qEfgI .text-content {
  padding-right: 1.5rem;
}
.cid-sGuC9qEfgI .mbr-text,
.cid-sGuC9qEfgI .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuC9qEfgI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(170, 149, 154, 0.3);
  box-shadow: 0px 0px 30px rgba(170, 149, 154, 0.3);
  border-radius: .25rem;
}
.cid-sGuC9qEfgI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sGuC9qEfgI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sGuC9qEfgI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sGuC9qEfgI .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #e70740;
}
@media (max-width: 991px) {
  .cid-sGuC9qEfgI .main-row {
    margin: 0;
  }
  .cid-sGuC9qEfgI .mbr-section-title,
  .cid-sGuC9qEfgI .mbr-text,
  .cid-sGuC9qEfgI .list,
  .cid-sGuC9qEfgI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sGuC9qEfgI .text-content {
    padding: 0;
  }
}
.cid-sGuC9qEfgI .list {
  color: #ffffff;
}
.cid-sGuColIR32 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sGuColIR32 .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-sGuColIR32 .mbr-section-title {
  text-align: left;
  color: #e70740;
}
.cid-sGuColIR32 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sGuColIR32 .mbr-image-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGuCkOePjl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sGuCkOePjl H1 {
  color: #e70740;
}
.cid-sGuCkOePjl .mbr-text,
.cid-sGuCkOePjl .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuCkOePjl img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sGuCkOePjl .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sGuXtHjsC5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGuXtHjsC5 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sGuXtHjsC5 img:hover {
  transform: scale(1.1);
}
.cid-sGuXtHjsC5 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sGuXtHjsC5 h2 {
  padding: 0;
  margin: 0;
}
.cid-sGuXtHjsC5 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGuXtHjsC5 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sGuXtHjsC5 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sGuXtHjsC5 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sGuXtHjsC5 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sGuXtHjsC5 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sGuXtHjsC5 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sGuXtHjsC5 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sGuXtHjsC5 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sGuXtHjsC5 H2 {
  color: #333333;
}
.cid-sGuXtHjsC5 .mbr-text {
  color: #ffffff;
}
.cid-sGuXtHjsC5 H1 {
  color: #e70740;
}
.cid-sGvz9zNhIr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-sGvz9zNhIr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sGuXyTVzS0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sGuXyTVzS0 .container {
  max-width: 1500px;
}
.cid-sGuXyTVzS0 .row {
  background: #000000;
}
.cid-sGuXyTVzS0 .img-col {
  padding: 0;
}
.cid-sGuXyTVzS0 .title-col {
  padding: 4rem 8rem;
}
.cid-sGuXyTVzS0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGuXyTVzS0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sGuXyTVzS0 .text-wrap {
  margin: auto;
}
.cid-sGuXyTVzS0 .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sGuXyTVzS0 .row {
    margin: 2rem;
  }
  .cid-sGuXyTVzS0 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sGuXyTVzS0 .row {
    margin: 0rem;
  }
  .cid-sGuXyTVzS0 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sGuXyTVzS0 H2 {
  color: #e70740;
}
.cid-sGvz4a4Ank {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-sGvz4a4Ank .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sGv4UudNeq {
  background-color: #000000;
}
.cid-sGv4UudNeq .container {
  max-width: 1500px;
}
.cid-sGv4UudNeq .row {
  background: #000000;
}
.cid-sGv4UudNeq .img-col {
  padding: 0;
}
.cid-sGv4UudNeq .title-col {
  padding: 4rem 8rem;
}
.cid-sGv4UudNeq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGv4UudNeq h2 {
  padding: 0;
  margin: 0;
}
.cid-sGv4UudNeq .text-wrap {
  margin: auto;
}
.cid-sGv4UudNeq .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sGv4UudNeq .row {
    margin: 2rem;
  }
  .cid-sGv4UudNeq .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sGv4UudNeq .row {
    margin: 0rem;
  }
  .cid-sGv4UudNeq .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sGv4UudNeq H2 {
  color: #ffffff;
}
.cid-sa6jXKqAqJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sa6jXKqAqJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-sa6jXKqAqJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-sa6jXKqAqJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-sa6jXKqAqJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-sa6jXKqAqJ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-sa6jXKqAqJ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .privacy {
    text-align: left;
  }
}
.cid-sa6jXKqAqJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sa6jXKqAqJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .divider {
    margin: 20px 0;
  }
  .cid-sa6jXKqAqJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-sa6jXKqAqJ .footer_wrap img {
    margin: auto;
  }
  .cid-sa6jXKqAqJ .privacy {
    text-align: center;
  }
}
.cid-sGvz7mXKtk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-sGvz7mXKtk .mbr-text {
  color: #ffffff;
  text-align: center;
}
