@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900&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: #bf6cff !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: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !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: #ff6d76 !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: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !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: #bf6cff !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: #9306ff !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: #bf6cff;
}
.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: #ffffff;
}
.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-s7KsVF2YYZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #beefc1;
}
.cid-s7KsVF2YYZ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s7KsVF2YYZ .text-block {
  position: relative;
  z-index: 0;
}
.cid-s7KsVF2YYZ .box {
  width: 25%;
  height: 40%;
  background: #06df9e;
  position: absolute;
  top: 4%;
}
.cid-s7KsVF2YYZ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7KsVF2YYZ .box {
  right: 20%;
}
.cid-s7KsVF2YYZ .text-box {
  right: 0;
}
.cid-s7KsVF2YYZ .mbr-section-title,
.cid-s7KsVF2YYZ .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-s7KsVF2YYZ .text-box {
    display: none;
  }
  .cid-s7KsVF2YYZ .mbr-section-title,
  .cid-s7KsVF2YYZ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s7KsVF2YYZ .box {
    display: none;
  }
  .cid-s7KsVF2YYZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7KsVF2YYZ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7KsVF2YYZ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s7KsVF2YYZ .mbr-section-text {
  color: #767676;
}
.cid-s7Kudi1xEL {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #beefc1;
}
.cid-s7Kudi1xEL .animated-element {
  color: #efefef;
}
.cid-s7Kudi1xEL .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-s7Kudi1xEL .img-block {
    padding-left: 2rem;
  }
}
.cid-s7Kudi1xEL .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s7Kudi1xEL .mbr-text,
.cid-s7Kudi1xEL .mbr-section-btn {
  color: #64697a;
}
.cid-s7Kudi1xEL .mbr-section-title {
  color: #64697a;
}
.cid-s7EZ2AICyV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #beefc1;
}
.cid-s7EZ2AICyV .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-s7EZ2AICyV .mbr-text {
  line-height: 1.5;
}
.cid-s7EZ2AICyV .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s7EZ2AICyV .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s7EZ2AICyV .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s7EZ2AICyV .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s7EZ2AICyV .container2 input:checked ~ .checkmark {
  background-color: #06df9e;
}
.cid-s7EZ2AICyV .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s7EZ2AICyV .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s7EZ2AICyV .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s7EZ2AICyV .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-s7EZudPat0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #beefc1;
}
.cid-s7EZudPat0 .mbr-text {
  line-height: 1.5;
}
.cid-s7EZudPat0 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s7EZudPat0 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s7EZudPat0 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s7EZudPat0 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s7EZudPat0 .container2 input:checked ~ .checkmark {
  background-color: #06df9e;
}
.cid-s7EZudPat0 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s7EZudPat0 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s7EZudPat0 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s7EZudPat0 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-s7F10y5imV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #beefc1;
}
.cid-s7F10y5imV .mbr-text {
  line-height: 1.5;
}
.cid-s7F10y5imV .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s7F10y5imV .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s7F10y5imV .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s7F10y5imV .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s7F10y5imV .container2 input:checked ~ .checkmark {
  background-color: #06df9e;
}
.cid-s7F10y5imV .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s7F10y5imV .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s7F10y5imV .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s7F10y5imV .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-s7Kz782f39 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #beefc1;
}
.cid-s7Kz782f39 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7Kz782f39 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Kz782f39 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7Kz782f39 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s7Kz782f39 .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-s7Kz782f39 .brown {
  color: #233d63;
}
.cid-s7Kz782f39 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Kz782f39 .paragraphs-wrapper .first-paragraph,
.cid-s7Kz782f39 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s7Kz782f39 .text-element {
    padding-bottom: 0;
  }
  .cid-s7Kz782f39 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7Kz782f39 .paragraphs-wrapper .first-paragraph,
  .cid-s7Kz782f39 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7Kz782f39 .first-paragraph,
  .cid-s7Kz782f39 .second-paragraph {
    width: 50%;
  }
  .cid-s7Kz782f39 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s7Kz782f39 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s7Kz782f39 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s7Kz782f39 .mbr-section-title,
  .cid-s7Kz782f39 .mbr-section-btn {
    text-align: left;
  }
}
.cid-s7Kz782f39 .mbr-text,
.cid-s7Kz782f39 .mbr-section-btn {
  color: #64697a;
}
.cid-s7Kz782f39 .title,
.cid-s7Kz782f39 .mbr-section-title {
  color: #64697a;
}
.cid-s7Kz782f39 .mbr-section-subtitle,
.cid-s7Kz782f39 .underline {
  color: #64697a;
}
.cid-s7F329PL1i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #beefc1;
}
.cid-s7F329PL1i .mbr-gallery-filter {
  text-align: left;
}
.cid-s7F329PL1i .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-s7F329PL1i .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-s7F329PL1i .mbr-gallery-filter ul:before {
    content: '';
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ff6400;
  }
}
.cid-s7F329PL1i .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s7F329PL1i .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-s7F329PL1i .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-s7F329PL1i .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-s7F329PL1i .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-s7F329PL1i .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-s7F329PL1i .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-s7F329PL1i .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-s7F329PL1i .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: 'FontAwesome' !important;
}
.cid-s7F329PL1i .mbr-gallery-item > div .icon-focus:before {
  content: "\f00e";
}
.cid-s7F329PL1i .mbr-gallery-item > div:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-s7F329PL1i .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-s7F329PL1i .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7F329PL1i .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7F329PL1i .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7F329PL1i .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-s7F329PL1i .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-s7F329PL1i .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-s7F329PL1i .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-s7F329PL1i .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-s7Kvs4kQBq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #beefc1;
}
.cid-s7Kvs4kQBq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7Kvs4kQBq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Kvs4kQBq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7Kvs4kQBq .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s7Kvs4kQBq .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-s7Kvs4kQBq .brown {
  color: #233d63;
}
.cid-s7Kvs4kQBq .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Kvs4kQBq .paragraphs-wrapper .first-paragraph,
.cid-s7Kvs4kQBq .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s7Kvs4kQBq .text-element {
    padding-bottom: 0;
  }
  .cid-s7Kvs4kQBq .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7Kvs4kQBq .paragraphs-wrapper .first-paragraph,
  .cid-s7Kvs4kQBq .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7Kvs4kQBq .first-paragraph,
  .cid-s7Kvs4kQBq .second-paragraph {
    width: 50%;
  }
  .cid-s7Kvs4kQBq .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s7Kvs4kQBq .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s7Kvs4kQBq .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s7Kvs4kQBq .mbr-section-title,
  .cid-s7Kvs4kQBq .mbr-section-btn {
    text-align: left;
  }
}
.cid-s7Kvs4kQBq .mbr-text,
.cid-s7Kvs4kQBq .mbr-section-btn {
  color: #64697a;
}
.cid-s7F8tAPISQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #beefc1;
}
.cid-s7F8tAPISQ .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-s7F8tAPISQ .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-s7F8tAPISQ .mbr-section-title,
.cid-s7F8tAPISQ .icon__wrap {
  text-align: center;
  color: #64697a;
}
.cid-s7F8tAPISQ .mbr-section-subtitle {
  text-align: center;
}
.cid-s7F901zvxz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #beefc1;
}
.cid-s7F901zvxz .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-s7F901zvxz .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-s7F901zvxz .mbr-section-title,
.cid-s7F901zvxz .icon__wrap {
  text-align: center;
  color: #64697a;
}
.cid-s7F901zvxz .mbr-section-subtitle {
  text-align: center;
}
.cid-s7F6SdDpvm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #beefc1;
}
.cid-s7F6SdDpvm .mbr-gallery-filter {
  text-align: left;
}
.cid-s7F6SdDpvm .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-s7F6SdDpvm .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-s7F6SdDpvm .mbr-gallery-filter ul:before {
    content: '';
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ff6400;
  }
}
.cid-s7F6SdDpvm .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s7F6SdDpvm .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-s7F6SdDpvm .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-s7F6SdDpvm .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-s7F6SdDpvm .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-s7F6SdDpvm .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: 'FontAwesome' !important;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div .icon-focus:before {
  content: "\f00e";
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-s7F6SdDpvm .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-s7F6SdDpvm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7F6SdDpvm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7F6SdDpvm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-s7F6SdDpvm .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-s7F6SdDpvm .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-s7F6SdDpvm .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-s7F9C0tV4S {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #beefc1;
}
.cid-s7F9C0tV4S .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7F9C0tV4S .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7F9C0tV4S .text-content {
  padding: 2rem 0rem;
  background-color: #06df9e;
}
.cid-s7F9C0tV4S .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7F9C0tV4S .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7F9C0tV4S .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7F9C0tV4S .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7F9C0tV4S P {
  color: #1a1a1a;
}
.cid-s7FaZWWnRT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #beefc1;
}
.cid-s7FaZWWnRT .mbr-section-title {
  color: #233d63;
}
.cid-s7FaZWWnRT .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-s7FaZWWnRT .mbr-section-title,
.cid-s7FaZWWnRT .icon__wrap {
  text-align: center;
  color: #64697a;
}
.cid-s7FaZWWnRT .mbr-section-subtitle {
  text-align: center;
}
