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





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #233d63 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #e1a34c !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #ff3a46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #233d63;
  border-color: #233d63;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-primary:hover {
  background-color: #16263d !important;
  border-color: #16263d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #e1a34c !important;
  border-color: #e1a34c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e1a34c;
  border-color: #e1a34c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e1a34c !important;
  border-color: #e1a34c !important;
}
.btn-info:hover {
  background-color: #d68c24 !important;
  border-color: #d68c24 !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-danger:hover {
  background-color: lighte(#ff3a46, 10%) !important;
  border-color: #ff0716 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #233d63;
  color: #233d63;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #233d63 !important;
  border-color: #233d63;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e1a34c;
  color: #e1a34c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e1a34c !important;
  border-color: #e1a34c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e1a34c !important;
  border-color: #e1a34c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #233d63 !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #e1a34c !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #ff3a46 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080f18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #aa6f1d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d3000d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #233d63 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #e1a34c;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #ff3a46;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #233d63;
  border-color: #233d63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #233d63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4778be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fefdfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.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: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #233d63;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #233d63;
  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: #233d63;
  border-bottom-color: #233d63;
}
.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: #233d63 !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: #64697a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s3FsZNrqVt .navbar {
  padding: 0.5rem 0;
  background: #4a0f6c;
  transition: none;
  min-height: 50px;
}
.cid-s3FsZNrqVt .navbar-fixed-top {
  padding-top: 0;
}
.cid-s3FsZNrqVt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s3FsZNrqVt .menu-logo {
  margin: 0 auto !important;
}
.cid-s3FsZNrqVt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3FsZNrqVt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s3FsZNrqVt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3FsZNrqVt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3FsZNrqVt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3FsZNrqVt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3FsZNrqVt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s3FsZNrqVt .dropdown-item {
  padding: 0;
}
.cid-s3FsZNrqVt .dropdown-item,
.cid-s3FsZNrqVt .nav-link,
.cid-s3FsZNrqVt .brand-name {
  font-style: normal;
}
.cid-s3FsZNrqVt .dropdown-item:hover,
.cid-s3FsZNrqVt .nav-link:hover,
.cid-s3FsZNrqVt .brand-name:hover {
  color: #233d63 !important;
}
.cid-s3FsZNrqVt .dropdown-menu {
  background-color: #4f1d6b;
}
.cid-s3FsZNrqVt .dropdown-item:active {
  background-color: #4f1d6b;
}
.cid-s3FsZNrqVt .menu-bottom {
  margin: auto;
  width: 100%;
  display: -webkit-flex;
  padding: 0rem 2rem;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s3FsZNrqVt .navbar-dropdown.bg-color.transparent.opened {
  background: #4a0f6c;
}
.cid-s3FsZNrqVt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s3FsZNrqVt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-s3FsZNrqVt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3FsZNrqVt .content-text {
  margin-bottom: 0;
}
.cid-s3FsZNrqVt .navbar-nav {
  position: relative;
  min-height: 90px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s3FsZNrqVt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #233d63;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s3FsZNrqVt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s3FsZNrqVt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s3FsZNrqVt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s3FsZNrqVt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s3FsZNrqVt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s3FsZNrqVt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s3FsZNrqVt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3FsZNrqVt .nav-dropdown .link {
  font-weight: 400;
}
.cid-s3FsZNrqVt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s3FsZNrqVt .content-right-side {
  text-align: center;
}
.cid-s3FsZNrqVt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s3FsZNrqVt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s3FsZNrqVt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s3FsZNrqVt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3FsZNrqVt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3FsZNrqVt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s3FsZNrqVt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s3FsZNrqVt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s3FsZNrqVt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-s3FsZNrqVt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s3FsZNrqVt .navbar .menu-content-top {
    display: flex;
    min-height: 60px;
    height: 100%;
  }
  .cid-s3FsZNrqVt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s3FsZNrqVt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s3FsZNrqVt .navbar {
    display: block;
    padding: 0;
  }
  .cid-s3FsZNrqVt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s3FsZNrqVt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s3FsZNrqVt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-s3FsZNrqVt .navbar-toggler {
    display: none;
  }
  .cid-s3FsZNrqVt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-s3FsZNrqVt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s3FsZNrqVt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3FsZNrqVt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s3FsZNrqVt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s3FsZNrqVt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3FsZNrqVt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3FsZNrqVt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s3FsZNrqVt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3FsZNrqVt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3FsZNrqVt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s3FsZNrqVt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-s3FsZNrqVt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3FsZNrqVt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3FsZNrqVt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3FsZNrqVt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3FsZNrqVt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: start;
  align-self: start;
}
.cid-s3FsZNrqVt button.navbar-toggler:focus {
  outline: none;
}
.cid-s3FsZNrqVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s3FsZNrqVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s3FsZNrqVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s3FsZNrqVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s3FsZNrqVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s3FsZNrqVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s3FsZNrqVt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s3FsZNrqVt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s3FsZNrqVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s3FsZNrqVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3FsZNrqVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3FsZNrqVt .collapsed .btn {
  display: flex;
}
.cid-s3FsZNrqVt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3FsZNrqVt .collapsed .navbar-collapse.collapsing,
.cid-s3FsZNrqVt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3FsZNrqVt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3FsZNrqVt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3FsZNrqVt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3FsZNrqVt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3FsZNrqVt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3FsZNrqVt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s3FsZNrqVt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3FsZNrqVt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3FsZNrqVt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s3FsZNrqVt .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3FsZNrqVt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-s3FsZNrqVt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3FsZNrqVt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-s3FsZNrqVt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3FsZNrqVt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3FsZNrqVt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-s3FsZNrqVt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-s3FsZNrqVt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-s3FsZNrqVt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-s3FsZNrqVt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-s3FsZNrqVt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3FsZNrqVt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3FsZNrqVt .navbar-collapse.collapsing,
  .cid-s3FsZNrqVt .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3FsZNrqVt .navbar-collapse.collapsing .navbar-nav,
  .cid-s3FsZNrqVt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3FsZNrqVt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3FsZNrqVt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3FsZNrqVt .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3FsZNrqVt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-s3FsZNrqVt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3FsZNrqVt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3FsZNrqVt img {
    height: 3.8rem !important;
  }
  .cid-s3FsZNrqVt .btn {
    display: flex;
  }
  .cid-s3FsZNrqVt button.navbar-toggler {
    display: block;
  }
  .cid-s3FsZNrqVt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-s3FsZNrqVt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s3FsZNrqVt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-s3FsZNrqVt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3FsZNrqVt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3FsZNrqVt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-s3FsZNrqVt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s3FsZNrqVt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s3FsZNrqVt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s3FsZNrqVt .nav-link:focus {
  outline: none;
}
.cid-s3FsZNrqVt .navbar-toggler {
  position: relative;
}
.cid-s3FsZNrqVt .dropdown-item.active,
.cid-s3FsZNrqVt .dropdown-item:active {
  color: initial;
}
.cid-s3FsZNrqVt .widget-title,
.cid-s3FsZNrqVt .widget-icon {
  color: #e9e9e9;
}
.cid-s3FsZNrqVt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-s3FsZNrqVt .menu-logo {
    display: none;
  }
  .cid-s3FsZNrqVt .navbar {
    padding: 0;
  }
  .cid-s3FsZNrqVt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s3FsZNrqVt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s3BSsYzley {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top:80px;
  background-color: #efefef;
}
.cid-s3BSsYzley .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #6a1d9b;
}
.cid-s3BSsYzley img {
  width: 100%;
}
.cid-s3BSsYzley p {
  margin-top: 2rem;
}
.cid-s3BSsYzley .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s3BSsYzley .content-wrapper {
  padding-top: 6rem;
}
.cid-s3BSsYzley h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s3BSsYzley .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s3BSsYzley p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s3BSsYzley .back {
    width: 100%;
    height: 75%;
  }
  .cid-s3BSsYzley .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s3BSsYzley p {
    margin-top: 4rem;
  }
}
.cid-s3BSsYzley .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-s3BSsYzley .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s3BSsYzley .content-wrapper {
    padding-right: 3rem;
  }
  .cid-s3BSsYzley h4 {
    right: 2rem;
  }
}
.cid-s3BSsYzley .mbr-text,
.cid-s3BSsYzley .mbr-section-btn {
  color: #e9e9e9;
}
.cid-s3BSsYzley H1 {
  color: #ffffff;
}
.cid-s3BSsYzley H3 {
  color: #ffffff;
}
.cid-s3Er0NYXdA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s3Er0NYXdA .text-content .btn-bgr {
  z-index: 0;
}
.cid-s3Er0NYXdA .mbr-overlay {
  background: #d7e8f6;
}
.cid-s3Er0NYXdA .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-s3Er0NYXdA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s3Er0NYXdA .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s3Er0NYXdA .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s3Er0NYXdA .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s3EsAM2wJ7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f0fbff;
}
.cid-s3EsAM2wJ7 .container {
  pointer-events: none;
}
.cid-s3EsAM2wJ7 .mbr-section-subtitle,
.cid-s3EsAM2wJ7 .title,
.cid-s3EsAM2wJ7 .mbr-text,
.cid-s3EsAM2wJ7 .phone,
.cid-s3EsAM2wJ7 .subscribe__form {
  pointer-events: all;
}
.cid-s3EsAM2wJ7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-s3EsAM2wJ7 .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-s3EsAM2wJ7 .mbr-section-title span {
  font-weight: 500;
}
.cid-s3EsAM2wJ7 .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
}
.cid-s3EsAM2wJ7 .mbr-text {
  margin-bottom: 15px;
}
.cid-s3EsAM2wJ7 .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-s3EsAM2wJ7 .form-group {
  margin-bottom: 0;
}
.cid-s3EsAM2wJ7 .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #4a156b;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-s3EsAM2wJ7 .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-s3EsAM2wJ7 .dragArea input::-webkit-input-placeholder {
  color: #4a156b;
  opacity: .8;
}
.cid-s3EsAM2wJ7 .dragArea input::-moz-placeholder {
  color: #4a156b;
  opacity: .8;
}
.cid-s3EsAM2wJ7 .dragArea textarea::-webkit-input-placeholder {
  color: #4a156b;
  opacity: .8;
}
.cid-s3EsAM2wJ7 .dragArea textarea::-moz-placeholder {
  color: #4a156b;
  opacity: .8;
}
.cid-s3EsAM2wJ7 .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(255, 58, 70, 0.65) 0%, rgba(255, 100, 0, 0.65) 100%) !important;
}
.cid-s3EsAM2wJ7 .phone {
  color: #000000;
}
.cid-s3EsAM2wJ7 .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-s3EsAM2wJ7 .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-s3EsAM2wJ7 .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(35, 61, 99, 0.1);
}
@media (max-width: 1199px) {
  .cid-s3EsAM2wJ7 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s3EsAM2wJ7 .image__background .circle__image1 {
    display: none;
  }
}
.cid-s3EsAM2wJ7 .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(225, 163, 76, 0.23);
}
@media (max-width: 1199px) {
  .cid-s3EsAM2wJ7 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-s3EsAM2wJ7 .image__background .circle__image2 {
    display: none;
  }
}
.cid-s3EsAM2wJ7 .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-s3EsAM2wJ7 .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-s3EsAM2wJ7 .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationTwo 25s infinite linear;
}
.cid-s3EsAM2wJ7 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #e1a34c;
  animation: animationOne 35s infinite linear;
}
