<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
.display-1 {
  font-family: 'Poppins-Regular';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poppins-Regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #51add0 !important;
}
.bg-success {
  background-color: #7567f8 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #d86a64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #51add0 !important;
  border-color: #51add0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7567f8 !important;
  border-color: #7567f8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a14f4 !important;
  border-color: #2a14f4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a14f4 !important;
  border-color: #2a14f4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7f9f;
  color: #51add0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b7f9f !important;
  background-color: transparent!important;
  border-color: #2b7f9f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51add0 !important;
  border-color: #51add0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a14f4;
  color: #7567f8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a14f4 !important;
  background-color: transparent!important;
  border-color: #2a14f4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7567f8 !important;
  border-color: #7567f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5046;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b7352e;
  color: #d86a64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7352e !important;
  background-color: transparent!important;
  border-color: #b7352e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #51add0 !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #7567f8 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #d86a64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #287693 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #210bee !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab322b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #51add0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #d86a64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51add0;
  border-color: #51add0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #51add0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f9fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #51add0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #51add0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51add0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #51add0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #51add0;
  border-bottom-color: #51add0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #000000 !important;
  background-color: #51add0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #cacbcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2351add0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sJfYrbSYZg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfYrbSYZg nav.navbar {
  position: fixed;
}
.cid-sJfYrbSYZg .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .wrapper {
    padding: 0;
  }
}
.cid-sJfYrbSYZg .btn {
  border-radius: 30px;
}
.cid-sJfYrbSYZg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfYrbSYZg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfYrbSYZg .dropdown-item:hover,
.cid-sJfYrbSYZg .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfYrbSYZg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfYrbSYZg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfYrbSYZg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfYrbSYZg .nav-link {
  position: relative;
}
.cid-sJfYrbSYZg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown-menu,
.cid-sJfYrbSYZg .navbar.opened {
  background: #ffffff !important;
}
.cid-sJfYrbSYZg .nav-item:focus,
.cid-sJfYrbSYZg .nav-link:focus {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfYrbSYZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfYrbSYZg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfYrbSYZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfYrbSYZg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfYrbSYZg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar.collapsed {
  justify-content: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfYrbSYZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfYrbSYZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfYrbSYZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfYrbSYZg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfYrbSYZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfYrbSYZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfYrbSYZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfYrbSYZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfYrbSYZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfYrbSYZg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown-item.active,
.cid-sJfYrbSYZg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfYrbSYZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfYrbSYZg .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sJfYrbSYZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfYrbSYZg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfYrbSYZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b18b9;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfYrbSYZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfYrbSYZg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfYrbSYZg .navbar {
    height: 70px;
  }
  .cid-sJfYrbSYZg .navbar.opened {
    height: auto;
  }
  .cid-sJfYrbSYZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJfYry2agV {
  background-color: #ffffff;
}
.cid-sJfYry2agV .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sJfYry2agV .wrapper {
    padding: 0;
  }
  .cid-sJfYry2agV .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sJfYry2agV .wrapper {
    padding: 0 6rem;
  }
}
.cid-sJfYry2agV .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sJfYry2agV .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sJfYry2agV .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfYry2agV .btn-black::after,
  .cid-sJfYry2agV .btn-black::before {
    display: none;
  }
}
.cid-sJfYry2agV .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sJfYry2agV .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfYry2agV .btn-black::after {
  content: "â†’";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfYry2agV .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfYry2agV .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sJfYry2agV .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sJfYry2agV .mbr-text,
.cid-sJfYry2agV .mbr-section-btn {
  color: #ffa29d;
}
.cid-sJfYO9esDZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJfYO9esDZ .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfYO9esDZ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYO9esDZ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfYO9esDZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sJfYO9esDZ .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-sJfYO9esDZ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-sJfYO9esDZ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-sJfYO9esDZ .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJfYO9esDZ .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJfYO9esDZ .wrapp {
    padding: 1rem;
  }
}
.cid-tqaKdIvMBG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eccdf3;
}
.cid-tqaKdIvMBG .mbr-media {
  position: relative;
}
.cid-tqaKdIvMBG .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tqaKdIvMBG .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tqaKdIvMBG .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-tqaKdIvMBG .mbr-media span {
  font-size: 4rem;
  color: #cacbcc;
}
.cid-tqaKdIvMBG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tqaKdIvMBG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tqaKdIvMBG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tqaKdIvMBG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tqaKdIvMBG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJfYPGmmr9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #51add0;
}
@media (max-width: 991px) {
  .cid-sJfYPGmmr9 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYPGmmr9 .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sJfYPGmmr9 .card .card-header {
  background-color: transparent;
}
.cid-sJfYPGmmr9 .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-sJfYPGmmr9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJfYPGmmr9 .panel-body,
.cid-sJfYPGmmr9 .card-header {
  padding: 1rem 0;
}
.cid-sJfYPGmmr9 .panel-title-edit {
  color: #ffffff;
}
.cid-sJfYPGmmr9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-sJfYStyB1M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfYStyB1M .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYStyB1M .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfYStyB1M img,
.cid-sJfYStyB1M .item-img {
  width: 100%;
}
.cid-sJfYStyB1M .item:focus,
.cid-sJfYStyB1M span:focus {
  outline: none;
}
.cid-sJfYStyB1M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJfYStyB1M .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sJfYStyB1M img {
  border-radius: 30px;
}
.cid-tq0etxvcNt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tq0etxvcNt .wrapper {
  background-color: #51add0;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.cid-tq0etxvcNt .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tq0etxvcNt .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tq0etxvcNt .wrapper {
    padding: 6rem;
  }
}
.cid-tq0etxvcNt .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-tq0eVRGaF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefec;
}
.cid-tq0eVRGaF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq0eVRGaF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq0eVRGaF2 .row {
  justify-content: center;
}
.cid-tq0eVRGaF2 .col-title {
  margin-bottom: 40px;
}
.cid-tq0eVRGaF2 .mbr-section-title {
  color: #2B2B2B;
}
.cid-tq0eVRGaF2 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-tq0eVRGaF2 .img-container {
  margin: 0 auto;
}
.cid-tq0eVRGaF2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tq0eVRGaF2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJfYVUs1po {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfYVUs1po .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYVUs1po .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfYVUs1po .card-wrapper {
  background-color: #fafafa;
  border-radius: 30px;
  border: 1px solid;
  background: #fafafa;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sJfYVUs1po .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sJfYVUs1po .color {
  color: #FFA29D;
}
.cid-sJfYVUs1po .btn {
  border-radius: 30px;
  text-transform: uppercase;
  padding: 1rem 4rem;
}
@media (max-width: 768px) {
  .cid-sJfYVUs1po .btn {
    width: 90%;
  }
}
.cid-sJg19Rd4Hn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJg19Rd4Hn .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJg19Rd4Hn .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJg19Rd4Hn .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sJg19Rd4Hn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJg19Rd4Hn .btn {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-sJg19Rd4Hn .btn {
    width: 100%;
    margin-left: 0;
  }
}
.cid-sJg19Rd4Hn .b1 {
  background-color: #FFA29D;
}
.cid-sJg19Rd4Hn .b2 {
  background-color: #cacbcc;
}
.cid-sJg19Rd4Hn .b3 {
  background-color: #51add0;
}
.cid-sJg19Rd4Hn .info {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cid-sJg19Rd4Hn .info {
    right: -10px;
  }
}
.cid-sJfYYVRtsn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfYYVRtsn .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYYVRtsn .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfYYVRtsn .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-sJfYYVRtsn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sJfYYVRtsn .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-sJfYYVRtsn .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-sJfYYVRtsn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sJfYYVRtsn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJfYYVRtsn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sJfYYVRtsn .card-title,
.cid-sJfYYVRtsn .mbr-text {
  color: #232323;
}
.cid-sJfYYVRtsn .mbr-section-title {
  color: #295664;
}
.cid-sJfYYVRtsn .card-title {
  color: #295664;
}
.cid-sJfYYVRtsn .mbr-text {
  color: #295664;
}
.cid-sJfZ0xQwEp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #51add0;
}
@media (max-width: 991px) {
  .cid-sJfZ0xQwEp .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfZ0xQwEp .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfZ0xQwEp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sJfZ0xQwEp .team-card:hover {
  transform: translateY(-10px);
}
.cid-sJfZ0xQwEp .card-wrap {
  background: #232323;
  border-radius: 30px;
}
.cid-sJfZ0xQwEp .card-wrap .image-wrapper img {
  width: 35%;
}
.cid-sJfZ0xQwEp .card-wrap .content-wrap {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-sJfZ0xQwEp .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sJfZ0xQwEp .bc1 {
  border: 2px solid #aeffb6;
}
.cid-sJfZ0xQwEp .bc2 {
  color: #aeffb6;
}
.cid-sJfZ0xQwEp .bc3 {
  color: #78C5E2;
}
.cid-sJfZ0xQwEp .bc4 {
  border: 2px solid #78C5E2;
}
.cid-sJfZ3JpCGA {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfZ3JpCGA .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfZ3JpCGA .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfZ3JpCGA .card .card-header {
  background-color: transparent;
}
.cid-sJfZ3JpCGA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #295664;
}
.cid-sJfZ3JpCGA .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #295664;
}
.cid-sJfZ3JpCGA .panel-body,
.cid-sJfZ3JpCGA .card-header {
  padding: 1rem 0;
}
.cid-sJg14ar2o3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sJg14ar2o3 .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-sJg14ar2o3 .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sJg14ar2o3 .wrapper {
    padding: 1rem;
  }
  .cid-sJg14ar2o3 .wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-sJg14ar2o3 .wrapper {
    padding: 6rem;
  }
  .cid-sJg14ar2o3 .wrapper img {
    width: 100%;
  }
}
.cid-sJg14ar2o3 .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sJg14ar2o3 .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJg14ar2o3 .btn-black::after,
  .cid-sJg14ar2o3 .btn-black::before {
    display: none;
  }
}
.cid-sJg14ar2o3 .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sJg14ar2o3 .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJg14ar2o3 .btn-black::after {
  content: "â†’";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJg14ar2o3 .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJg14ar2o3 .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
    margin-right: 40px;
  }
}
.cid-sJg14ar2o3 .color {
  color: #FFA29D;
}
.cid-sJg14ar2o3 .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sJfZj1kNEV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sJfZj1kNEV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-sJfZj1kNEV .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfZj1kNEV .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfZj1kNEV input {
  padding: .6rem 1.2rem;
  border-radius: 10px;
}
.cid-sJfZj1kNEV .btn {
  display: inline-block;
  border-radius: 30px;
}
.cid-sJfZj1kNEV img {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sJfZj1kNEV img {
    margin-top: 3rem;
  }
}
.cid-sJfZjTBcJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #51add0;
}
.cid-sJfZjTBcJK [class^="socicon-"]:before,
.cid-sJfZjTBcJK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJfZjTBcJK .btn-social {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  border-width: 2px;
  transition: all .3s;
  border-color: #ffffff;
}
.cid-sJfZjTBcJK .btn-social:hover {
  background: #ffffff;
}
.cid-sJfZjTBcJK .btn-social:hover i.socicon {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sJfZjTBcJK .wrapper {
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfZjTBcJK .wrapper {
    padding: 0 6rem;
  }
  .cid-sJfZjTBcJK .wrapper .mbr-social-likes {
    text-align: right;
  }
}
.cid-sJfYrbSYZg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfYrbSYZg nav.navbar {
  position: fixed;
}
.cid-sJfYrbSYZg .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .wrapper {
    padding: 0;
  }
}
.cid-sJfYrbSYZg .btn {
  border-radius: 30px;
}
.cid-sJfYrbSYZg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfYrbSYZg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfYrbSYZg .dropdown-item:hover,
.cid-sJfYrbSYZg .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfYrbSYZg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfYrbSYZg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfYrbSYZg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfYrbSYZg .nav-link {
  position: relative;
}
.cid-sJfYrbSYZg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown-menu,
.cid-sJfYrbSYZg .navbar.opened {
  background: #ffffff !important;
}
.cid-sJfYrbSYZg .nav-item:focus,
.cid-sJfYrbSYZg .nav-link:focus {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfYrbSYZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfYrbSYZg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfYrbSYZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfYrbSYZg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfYrbSYZg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar.collapsed {
  justify-content: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfYrbSYZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfYrbSYZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfYrbSYZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfYrbSYZg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfYrbSYZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfYrbSYZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfYrbSYZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfYrbSYZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfYrbSYZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfYrbSYZg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown-item.active,
.cid-sJfYrbSYZg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfYrbSYZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfYrbSYZg .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sJfYrbSYZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfYrbSYZg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfYrbSYZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b18b9;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfYrbSYZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfYrbSYZg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfYrbSYZg .navbar {
    height: 70px;
  }
  .cid-sJfYrbSYZg .navbar.opened {
    height: auto;
  }
  .cid-sJfYrbSYZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-19 p {
  font-size: 20px;
  color: #777;
}
.cid-twgQZnBF6V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/red-bud-600x400.jpg");
}
.cid-twgQZnBF6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-twgQZnBF6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twgQZnBF6V .mbr-section-title {
  margin-bottom: 32px;
}
.cid-twgQZnBF6V .mbr-text {
  text-align: left;
}
.cid-twgQZnBF6V .mbr-section-title,
.cid-twgQZnBF6V .mbr-section-btn {
  text-align: left;
}
.cid-twgYgue2tB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-twgYgue2tB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twgYgue2tB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twgYgue2tB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twgYgue2tB img {
  border-radius: 2rem;
}
.cid-twgYgue2tB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twgYgue2tB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twgYgue2tB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twgYgue2tB .mbr-section-title {
  color: #1e2330;
}
.cid-twgYgue2tB .mbr-text,
.cid-twgYgue2tB .mbr-section-btn {
  color: #1e2330;
}
.cid-tweeipcHgu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffe3e1;
}
.cid-tweeipcHgu .mbr-shop {
  display: table;
  width: 100%;
}
.cid-tweeipcHgu .galleryItem {
  border-radius: 10px;
}
.cid-tweeipcHgu .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-tweeipcHgu .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-tweeipcHgu .mbr-gallery-filter li {
  display: block;
}
.cid-tweeipcHgu .mbr-gallery-item .shop-item-price {
  font-size: 17px;
  color: #78c5e2;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-tweeipcHgu .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 17px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-tweeipcHgu .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-tweeipcHgu .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-tweeipcHgu .mbr-shop .row {
  margin: 0;
}
.cid-tweeipcHgu .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tweeipcHgu .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tweeipcHgu .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tweeipcHgu .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tweeipcHgu .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-tweeipcHgu .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-tweeipcHgu .mbr-shop .hide-modal {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-tweeipcHgu .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tweeipcHgu .mbr-shop .filter-by-pu,
.cid-tweeipcHgu .mbr-shop .filter-by-pd,
.cid-tweeipcHgu .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tweeipcHgu .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tweeipcHgu .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tweeipcHgu .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-tweeipcHgu .mbr-shop .galleryItem h4,
.cid-tweeipcHgu .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-tweeipcHgu .mbr-shop .galleryItem h5,
.cid-tweeipcHgu .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-tweeipcHgu .mbr-shop .galleryItem p,
.cid-tweeipcHgu .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-tweeipcHgu .mbr-shop .item-button {
  text-align: center;
}
.cid-tweeipcHgu .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tweeipcHgu .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-tweeipcHgu .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-tweeipcHgu .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tweeipcHgu .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #effff1;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-tweeipcHgu .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tweeipcHgu .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tweeipcHgu .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #678a95;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-item__hided h4,
.cid-tweeipcHgu .mbr-shop .mbr-gallery-item__hided h5,
.cid-tweeipcHgu .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-tweeipcHgu .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-tweeipcHgu .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tweeipcHgu .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tweeipcHgu .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-tweeipcHgu .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-tweeipcHgu .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-tweeipcHgu .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tweeipcHgu .mbr-shop .range-controls {
  position: relative;
}
.cid-tweeipcHgu .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tweeipcHgu .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #51add0;
}
.cid-tweeipcHgu .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #51add0;
  cursor: pointer;
}
.cid-tweeipcHgu .mbr-shop .toggle:hover,
.cid-tweeipcHgu .mbr-shop .toggle:active {
  background-color: #cacbcc;
}
.cid-tweeipcHgu .mbr-shop .min-toggle {
  left: 0;
}
.cid-tweeipcHgu .mbr-shop .max-toggle {
  right: 0;
}
.cid-tweeipcHgu .mbr-shop .hided-by-price {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tweeipcHgu .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tweeipcHgu .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tweeipcHgu .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tweeipcHgu .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tweeipcHgu .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-tweeipcHgu .mbr-shop .text-modal .price-block .oldprice {
  color: #ffa29d;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-tweeipcHgu .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tweeipcHgu .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tweeipcHgu .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tweeipcHgu .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tweeipcHgu .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-tweeipcHgu .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-tweeipcHgu .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tweeipcHgu .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-tweeipcHgu .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tweeipcHgu .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tweeipcHgu .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tweeipcHgu .mbr-shop .price-range {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .price-range-reset {
  display: none;
}
.cid-tweeipcHgu .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tweeipcHgu .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tweeipcHgu .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tweeipcHgu .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tweeipcHgu .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tweeipcHgu .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tweeipcHgu .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tweeipcHgu .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tweeipcHgu .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tweeipcHgu .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tweeipcHgu .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tweeipcHgu .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tweeipcHgu .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tweeipcHgu .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-tweeipcHgu .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tweeipcHgu .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tweeipcHgu .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tweeipcHgu .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tweeipcHgu .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-tweeipcHgu .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tweeipcHgu .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tweeipcHgu .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tweeipcHgu .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tweeipcHgu .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tweeipcHgu .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tweeipcHgu .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tweeipcHgu .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tweeipcHgu .sidebar .sidebar_wraper {
  background-color: #effff1;
}
.cid-tweeipcHgu .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1.1rem !important;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-tweeipcHgu .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-tweeipcHgu .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-tweeipcHgu .range-slider {
  order: 1;
}
.cid-tweeipcHgu .sidebar-categories {
  order: 2;
}
.cid-tweeipcHgu .bestseller-block {
  order: 3;
}
.cid-tweeipcHgu .categories {
  padding: 0;
}
.cid-tweeipcHgu .sidebar-title {
  font-weight: bold;
}
.cid-twEJDQtTTO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-twEJDQtTTO .container {
    max-width: 1162px;
  }
}
.cid-twEJDQtTTO img,
.cid-twEJDQtTTO .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-twEJDQtTTO .item-img {
  height: 100%;
}
.cid-twEJDQtTTO .item-img img {
  object-fit: cover;
}
.cid-twEJDQtTTO .item-wrapper {
  position: relative;
}
.cid-twEJDQtTTO .item:focus,
.cid-twEJDQtTTO span:focus {
  outline: none;
}
.cid-twEJDQtTTO .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-twEJDQtTTO .mbr-text {
  font-weight: 600;
}
.cid-twEJDQtTTO .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-twEJDQtTTO .mbr-text,
.cid-twEJDQtTTO .mbr-section-btn {
  text-align: left;
}
.cid-twEJDQtTTO .btn {
  border-radius: 50px;
}
.cid-twEJDQtTTO .btn:hover,
.cid-twEJDQtTTO .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
.cid-twefYVPwt4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twefYVPwt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twefYVPwt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twefYVPwt4 .row {
  justify-content: flex-start;
}
.cid-twefYVPwt4 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twefYVPwt4 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twefYVPwt4 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-twefYVPwt4 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-twexveCeNl {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e3d9ca;
}
.cid-twexveCeNl .mbr-overlay {
  padding: 0;
  background: #ffe3e1;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
@media (min-width: 768px) {
  .cid-twexveCeNl .row {
    justify-content: center;
  }
}
.cid-twexveCeNl form .mbr-section-btn {
  width: 100%;
}
.cid-twexveCeNl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-twexveCeNl form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-twexveCeNl .form-with-styler {
    padding: 30px;
  }
  .cid-twexveCeNl .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-twexveCeNl input::-webkit-input-placeholder,
.cid-twexveCeNl textarea::-webkit-input-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-twexveCeNl input:-moz-placeholder,
.cid-twexveCeNl textarea:-moz-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-twexveCeNl .form-control {
  border-color: #7567f8 !important;
  color: #7b18b9 !important;
}
.cid-twexveCeNl input::-webkit-input-placeholder,
.cid-twexveCeNl textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-twexveCeNl input:-moz-placeholder,
.cid-twexveCeNl textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-twexveCeNl .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-twexveCeNl .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-twexveCeNl .mbr-section-subtitle {
  color: #7b18b9;
  text-align: left;
}
.cid-twexveCeNl .mbr-section-text,
.cid-twexveCeNl .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-tweAlt6liG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7567f8;
}
.cid-tweAlt6liG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tweAlt6liG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tweAlt6liG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tweAlt6liG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tweAlt6liG .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tweAlt6liG .row {
    text-align: center;
  }
  .cid-tweAlt6liG .social-row {
    justify-content: center;
  }
}
.cid-tweAlt6liG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tweAlt6liG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tweAlt6liG .list {
    margin-bottom: 0rem;
  }
}
.cid-tweAlt6liG .mbr-text {
  color: #bbbbbb;
}
.cid-tweAlt6liG .mbr-iconfont {
  color: black;
}
.cid-tweAlt6liG .copyright {
  color: #ffffff;
}
.cid-sJfYrbSYZg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfYrbSYZg nav.navbar {
  position: fixed;
}
.cid-sJfYrbSYZg .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .wrapper {
    padding: 0;
  }
}
.cid-sJfYrbSYZg .btn {
  border-radius: 30px;
}
.cid-sJfYrbSYZg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfYrbSYZg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfYrbSYZg .dropdown-item:hover,
.cid-sJfYrbSYZg .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfYrbSYZg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfYrbSYZg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfYrbSYZg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfYrbSYZg .nav-link {
  position: relative;
}
.cid-sJfYrbSYZg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown-menu,
.cid-sJfYrbSYZg .navbar.opened {
  background: #ffffff !important;
}
.cid-sJfYrbSYZg .nav-item:focus,
.cid-sJfYrbSYZg .nav-link:focus {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfYrbSYZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfYrbSYZg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfYrbSYZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfYrbSYZg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfYrbSYZg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar.collapsed {
  justify-content: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfYrbSYZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfYrbSYZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfYrbSYZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfYrbSYZg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfYrbSYZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfYrbSYZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfYrbSYZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfYrbSYZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfYrbSYZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfYrbSYZg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown-item.active,
.cid-sJfYrbSYZg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfYrbSYZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfYrbSYZg .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sJfYrbSYZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfYrbSYZg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfYrbSYZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b18b9;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfYrbSYZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfYrbSYZg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfYrbSYZg .navbar {
    height: 70px;
  }
  .cid-sJfYrbSYZg .navbar.opened {
    height: auto;
  }
  .cid-sJfYrbSYZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1p {
  /* Type valid CSS here */
}
#custom-html-1p div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-1p p {
  font-size: 20px;
  color: #777;
}
.cid-tyWo65xJAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyWo65xJAX .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tyWo65xJAX .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tyWo65xJAX .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tyWo65xJAX img {
  width: 100%;
  border-radius: 30px;
}
.cid-tyWo65xJAX .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tyWo65xJAX .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyWo65xJAX .wrapp {
    padding: 3rem;
  }
}
.cid-tyXic7ijgT {
  background-color: #ffffff;
}
.cid-tyXic7ijgT .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tyXic7ijgT .wrapper {
    padding: 0;
  }
  .cid-tyXic7ijgT .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-tyXic7ijgT .wrapper {
    padding: 0 6rem;
  }
}
.cid-tyXic7ijgT .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-tyXic7ijgT .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tyXic7ijgT .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-tyXic7ijgT .btn-black::after,
  .cid-tyXic7ijgT .btn-black::before {
    display: none;
  }
}
.cid-tyXic7ijgT .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tyXic7ijgT .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-tyXic7ijgT .btn-black::after {
  content: "â†’";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-tyXic7ijgT .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-tyXic7ijgT .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-tyXic7ijgT .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tyXic7ijgT .mbr-text,
.cid-tyXic7ijgT .mbr-section-btn {
  color: #ffa29d;
}

  /* Type valid CSS here */

#custom-html-2v div {
  padding: 40px 0;
  
  text-align: center;
  margin-top:-10px;
 color: transparent;
}
#custom-html-2v p {
  font-size: 30px;
  color: #777;
}
.cid-twjMH9rJlz {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twjMH9rJlz .nav-tabs .nav-item.open .nav-link:focus,
.cid-twjMH9rJlz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-twjMH9rJlz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-twjMH9rJlz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-twjMH9rJlz .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-twjMH9rJlz .nav-tabs .nav-item {
  margin-right: 0;
  width: 290px;
  padding: 0 6px;
}
.cid-twjMH9rJlz .nav-link,
.cid-twjMH9rJlz .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-twjMH9rJlz .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-twjMH9rJlz H4 {
 
}
.cid-twjMH9rJlz H3 {
 
}
.cid-twjMH9rJlz .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #f2f5fb;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-twjMH9rJlz .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-twjMH9rJlz .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #111213;
}
.cid-twjMH9rJlz P {
  color: #52586a;
  line-height:1.5;
}
.cid-twjMH9rJlz .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tyUvPaFfw2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e3d9ca;
}
.cid-tyUvPaFfw2 .mbr-overlay {
  padding: 0;
  background: #ffe3e1;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
@media (min-width: 768px) {
  .cid-tyUvPaFfw2 .row {
    justify-content: center;
  }
}
.cid-tyUvPaFfw2 form .mbr-section-btn {
  width: 100%;
}
.cid-tyUvPaFfw2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tyUvPaFfw2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tyUvPaFfw2 .form-with-styler {
    padding: 30px;
  }
  .cid-tyUvPaFfw2 .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tyUvPaFfw2 input::-webkit-input-placeholder,
.cid-tyUvPaFfw2 textarea::-webkit-input-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-tyUvPaFfw2 input:-moz-placeholder,
.cid-tyUvPaFfw2 textarea:-moz-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-tyUvPaFfw2 .form-control {
  border-color: #7567f8 !important;
  color: #7b18b9 !important;
}
.cid-tyUvPaFfw2 input::-webkit-input-placeholder,
.cid-tyUvPaFfw2 textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-tyUvPaFfw2 input:-moz-placeholder,
.cid-tyUvPaFfw2 textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-tyUvPaFfw2 .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-tyUvPaFfw2 .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-tyUvPaFfw2 .mbr-section-subtitle {
  color: #7b18b9;
  text-align: left;
}
.cid-tyUvPaFfw2 .mbr-section-text,
.cid-tyUvPaFfw2 .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-txUVAuI2n8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-txUVAuI2n8 .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-txUVAuI2n8 .container {
    max-width: 1130px;
  }
  .cid-txUVAuI2n8 .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-txUVAuI2n8 .item-content {
  padding: 0 1rem;
}
.cid-txUVAuI2n8 img,
.cid-txUVAuI2n8 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-txUVAuI2n8 img,
  .cid-txUVAuI2n8 .item-img {
    height: 260px;
  }
}
.cid-txUVAuI2n8 .item:focus,
.cid-txUVAuI2n8 span:focus {
  outline: none;
}
.cid-txUVAuI2n8 .item-wrapper {
  position: relative;
}
.cid-txUVAuI2n8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fef7f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-txUVAuI2n8 .mbr-text {
  text-align: center;
}
.cid-txUVAuI2n8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-txUVAuI2n8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-txUVAuI2n8 .embla__button--next,
.cid-txUVAuI2n8 .embla__button--prev {
  display: flex;
}
.cid-txUVAuI2n8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txUVAuI2n8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-txUVAuI2n8 .embla__button:hover {
  background-color: #f4aee6;
  color: #ffffff;
}
.cid-txUVAuI2n8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txUVAuI2n8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txUVAuI2n8 .embla__button {
    top: auto;
  }
}
.cid-txUVAuI2n8 .embla {
  position: relative;
  width: 100%;
}
.cid-txUVAuI2n8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-txUVAuI2n8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-txUVAuI2n8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-txUVAuI2n8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tyUux2BR5F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7567f8;
}
.cid-tyUux2BR5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyUux2BR5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyUux2BR5F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tyUux2BR5F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tyUux2BR5F .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tyUux2BR5F .row {
    text-align: center;
  }
  .cid-tyUux2BR5F .social-row {
    justify-content: center;
  }
}
.cid-tyUux2BR5F .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyUux2BR5F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyUux2BR5F .list {
    margin-bottom: 0rem;
  }
}
.cid-tyUux2BR5F .mbr-text {
  color: #bbbbbb;
}
.cid-tyUux2BR5F .mbr-iconfont {
  color: black;
}
.cid-tyUux2BR5F .copyright {
  color: #ffffff;
}
.cid-sJfYrbSYZg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfYrbSYZg nav.navbar {
  position: fixed;
}
.cid-sJfYrbSYZg .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .wrapper {
    padding: 0;
  }
}
.cid-sJfYrbSYZg .btn {
  border-radius: 30px;
}
.cid-sJfYrbSYZg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfYrbSYZg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfYrbSYZg .dropdown-item:hover,
.cid-sJfYrbSYZg .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfYrbSYZg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfYrbSYZg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfYrbSYZg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfYrbSYZg .nav-link {
  position: relative;
}
.cid-sJfYrbSYZg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown-menu,
.cid-sJfYrbSYZg .navbar.opened {
  background: #ffffff !important;
}
.cid-sJfYrbSYZg .nav-item:focus,
.cid-sJfYrbSYZg .nav-link:focus {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfYrbSYZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfYrbSYZg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfYrbSYZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfYrbSYZg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfYrbSYZg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar.collapsed {
  justify-content: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfYrbSYZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfYrbSYZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfYrbSYZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfYrbSYZg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfYrbSYZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfYrbSYZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfYrbSYZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfYrbSYZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfYrbSYZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfYrbSYZg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown-item.active,
.cid-sJfYrbSYZg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfYrbSYZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfYrbSYZg .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sJfYrbSYZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfYrbSYZg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfYrbSYZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b18b9;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfYrbSYZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfYrbSYZg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfYrbSYZg .navbar {
    height: 70px;
  }
  .cid-sJfYrbSYZg .navbar.opened {
    height: auto;
  }
  .cid-sJfYrbSYZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-22 {
  /* Type valid CSS here */
}
#custom-html-22 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-22 p {
  font-size: 60px;
  color: #777;
}
.cid-txU1Ct2twO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-txU1Ct2twO .mbr-fallback-image.disabled {
  display: none;
}
.cid-txU1Ct2twO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txU1Ct2twO .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-txU1Ct2twO .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-txU1Ct2twO .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-txU1Ct2twO .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-txU1Ct2twO .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #78c5e2 !important;
}
.cid-txU1Ct2twO .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-txU1Ct2twO .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-txU1Ct2twO .text-wrapper {
    margin: 0 30px;
  }
}
.cid-txU1Ct2twO .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-txU1Ct2twO .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-txU1Ct2twO .mbr-section-title {
  color: #FFFFFF;
}
.cid-txU1Ct2twO .mbr-section-title,
.cid-txU1Ct2twO .mbr-section-btn {
  text-align: center;
}
.cid-twXBxd4rm8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twXBxd4rm8 nav.navbar {
  position: fixed;
}
.cid-twXBxd4rm8 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-twXBxd4rm8 .wrapper {
    padding: 0;
  }
}
.cid-twXBxd4rm8 .btn {
  border-radius: 30px;
}
.cid-twXBxd4rm8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twXBxd4rm8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twXBxd4rm8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twXBxd4rm8 .dropdown-item:hover,
.cid-twXBxd4rm8 .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-twXBxd4rm8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twXBxd4rm8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twXBxd4rm8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-twXBxd4rm8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twXBxd4rm8 .nav-link {
  position: relative;
}
.cid-twXBxd4rm8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twXBxd4rm8 .dropdown-menu,
.cid-twXBxd4rm8 .navbar.opened {
  background: #ffffff !important;
}
.cid-twXBxd4rm8 .nav-item:focus,
.cid-twXBxd4rm8 .nav-link:focus {
  outline: none;
}
.cid-twXBxd4rm8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twXBxd4rm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twXBxd4rm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twXBxd4rm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twXBxd4rm8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twXBxd4rm8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twXBxd4rm8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twXBxd4rm8 .navbar.opened {
  transition: all 0.3s;
}
.cid-twXBxd4rm8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twXBxd4rm8 .navbar .navbar-logo img {
  width: auto;
}
.cid-twXBxd4rm8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twXBxd4rm8 .navbar.collapsed {
  justify-content: center;
}
.cid-twXBxd4rm8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twXBxd4rm8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twXBxd4rm8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twXBxd4rm8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twXBxd4rm8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twXBxd4rm8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twXBxd4rm8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twXBxd4rm8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twXBxd4rm8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twXBxd4rm8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twXBxd4rm8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twXBxd4rm8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twXBxd4rm8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twXBxd4rm8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-twXBxd4rm8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twXBxd4rm8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twXBxd4rm8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twXBxd4rm8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twXBxd4rm8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twXBxd4rm8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twXBxd4rm8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twXBxd4rm8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twXBxd4rm8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twXBxd4rm8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twXBxd4rm8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twXBxd4rm8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twXBxd4rm8 .dropdown-item.active,
.cid-twXBxd4rm8 .dropdown-item:active {
  background-color: transparent;
}
.cid-twXBxd4rm8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twXBxd4rm8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twXBxd4rm8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twXBxd4rm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twXBxd4rm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twXBxd4rm8 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-twXBxd4rm8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twXBxd4rm8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twXBxd4rm8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-twXBxd4rm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b18b9;
}
.cid-twXBxd4rm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twXBxd4rm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twXBxd4rm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twXBxd4rm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twXBxd4rm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twXBxd4rm8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twXBxd4rm8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twXBxd4rm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twXBxd4rm8 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-twXBxd4rm8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twXBxd4rm8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twXBxd4rm8 .navbar {
    height: 70px;
  }
  .cid-twXBxd4rm8 .navbar.opened {
    height: auto;
  }
  .cid-twXBxd4rm8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-24 {
  /* Type valid CSS here */
}
#custom-html-24 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-24 p {
  font-size: 20px;
  color: #777;
}
.cid-twXBxexaWl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/red-bud-600x400.jpg");
}
.cid-twXBxexaWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-twXBxexaWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twXBxexaWl .mbr-section-title {
  margin-bottom: 32px;
}
.cid-twXBxexaWl .mbr-text {
  text-align: left;
}
.cid-twXBxexaWl .mbr-section-title,
.cid-twXBxexaWl .mbr-section-btn {
  text-align: left;
}
.cid-twXBxfcj1V {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-twXBxfcj1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-twXBxfcj1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twXBxfcj1V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twXBxfcj1V img {
  border-radius: 2rem;
}
.cid-twXBxfcj1V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twXBxfcj1V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twXBxfcj1V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twXBxfcj1V .mbr-section-title {
  color: #1e2330;
}
.cid-twXBxfcj1V .mbr-text,
.cid-twXBxfcj1V .mbr-section-btn {
  color: #1e2330;
}
.cid-twXBxh1XTo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-twXBxh1XTo .container {
    max-width: 1162px;
  }
}
.cid-twXBxh1XTo img,
.cid-twXBxh1XTo .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-twXBxh1XTo .item-img {
  height: 100%;
}
.cid-twXBxh1XTo .item-img img {
  object-fit: cover;
}
.cid-twXBxh1XTo .item-wrapper {
  position: relative;
}
.cid-twXBxh1XTo .item:focus,
.cid-twXBxh1XTo span:focus {
  outline: none;
}
.cid-twXBxh1XTo .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-twXBxh1XTo .mbr-text {
  font-weight: 600;
}
.cid-twXBxh1XTo .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-twXBxh1XTo .mbr-text,
.cid-twXBxh1XTo .mbr-section-btn {
  text-align: left;
}
.cid-twXBxh1XTo .btn {
  border-radius: 50px;
}
.cid-twXBxh1XTo .btn:hover,
.cid-twXBxh1XTo .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
.cid-twXBxieLuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twXBxieLuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-twXBxieLuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twXBxieLuG .row {
  justify-content: flex-start;
}
.cid-twXBxieLuG .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twXBxieLuG .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twXBxieLuG .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-twXBxieLuG .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-twXBxj9EBn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e3d9ca;
}
.cid-twXBxj9EBn .mbr-overlay {
  padding: 0;
  background: #ffe3e1;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
@media (min-width: 768px) {
  .cid-twXBxj9EBn .row {
    justify-content: center;
  }
}
.cid-twXBxj9EBn form .mbr-section-btn {
  width: 100%;
}
.cid-twXBxj9EBn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-twXBxj9EBn form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-twXBxj9EBn .form-with-styler {
    padding: 30px;
  }
  .cid-twXBxj9EBn .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-twXBxj9EBn input::-webkit-input-placeholder,
.cid-twXBxj9EBn textarea::-webkit-input-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-twXBxj9EBn input:-moz-placeholder,
.cid-twXBxj9EBn textarea:-moz-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-twXBxj9EBn .form-control {
  border-color: #7567f8 !important;
  color: #7b18b9 !important;
}
.cid-twXBxj9EBn input::-webkit-input-placeholder,
.cid-twXBxj9EBn textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-twXBxj9EBn input:-moz-placeholder,
.cid-twXBxj9EBn textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-twXBxj9EBn .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-twXBxj9EBn .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-twXBxj9EBn .mbr-section-subtitle {
  color: #7b18b9;
  text-align: left;
}
.cid-twXBxj9EBn .mbr-section-text,
.cid-twXBxj9EBn .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-twXBxk3bEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7567f8;
}
.cid-twXBxk3bEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-twXBxk3bEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twXBxk3bEV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twXBxk3bEV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twXBxk3bEV .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-twXBxk3bEV .row {
    text-align: center;
  }
  .cid-twXBxk3bEV .social-row {
    justify-content: center;
  }
}
.cid-twXBxk3bEV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twXBxk3bEV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twXBxk3bEV .list {
    margin-bottom: 0rem;
  }
}
.cid-twXBxk3bEV .mbr-text {
  color: #bbbbbb;
}
.cid-twXBxk3bEV .mbr-iconfont {
  color: black;
}
.cid-twXBxk3bEV .copyright {
  color: #ffffff;
}
.cid-tyXxJKN0a6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyXxJKN0a6 nav.navbar {
  position: fixed;
}
.cid-tyXxJKN0a6 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-tyXxJKN0a6 .wrapper {
    padding: 0;
  }
}
.cid-tyXxJKN0a6 .btn {
  border-radius: 30px;
}
.cid-tyXxJKN0a6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyXxJKN0a6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyXxJKN0a6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyXxJKN0a6 .dropdown-item:hover,
.cid-tyXxJKN0a6 .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-tyXxJKN0a6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyXxJKN0a6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyXxJKN0a6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-tyXxJKN0a6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyXxJKN0a6 .nav-link {
  position: relative;
}
.cid-tyXxJKN0a6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyXxJKN0a6 .dropdown-menu,
.cid-tyXxJKN0a6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tyXxJKN0a6 .nav-item:focus,
.cid-tyXxJKN0a6 .nav-link:focus {
  outline: none;
}
.cid-tyXxJKN0a6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyXxJKN0a6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyXxJKN0a6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyXxJKN0a6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyXxJKN0a6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyXxJKN0a6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyXxJKN0a6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyXxJKN0a6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyXxJKN0a6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyXxJKN0a6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyXxJKN0a6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyXxJKN0a6 .navbar.collapsed {
  justify-content: center;
}
.cid-tyXxJKN0a6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyXxJKN0a6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyXxJKN0a6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyXxJKN0a6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyXxJKN0a6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyXxJKN0a6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyXxJKN0a6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyXxJKN0a6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyXxJKN0a6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyXxJKN0a6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyXxJKN0a6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyXxJKN0a6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyXxJKN0a6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyXxJKN0a6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyXxJKN0a6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyXxJKN0a6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyXxJKN0a6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyXxJKN0a6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyXxJKN0a6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyXxJKN0a6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyXxJKN0a6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyXxJKN0a6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyXxJKN0a6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyXxJKN0a6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyXxJKN0a6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyXxJKN0a6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyXxJKN0a6 .dropdown-item.active,
.cid-tyXxJKN0a6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyXxJKN0a6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyXxJKN0a6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyXxJKN0a6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyXxJKN0a6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyXxJKN0a6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyXxJKN0a6 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tyXxJKN0a6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyXxJKN0a6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyXxJKN0a6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-tyXxJKN0a6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b18b9;
}
.cid-tyXxJKN0a6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyXxJKN0a6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyXxJKN0a6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyXxJKN0a6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyXxJKN0a6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyXxJKN0a6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyXxJKN0a6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyXxJKN0a6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyXxJKN0a6 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-tyXxJKN0a6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyXxJKN0a6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyXxJKN0a6 .navbar {
    height: 70px;
  }
  .cid-tyXxJKN0a6 .navbar.opened {
    height: auto;
  }
  .cid-tyXxJKN0a6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-3o {
  /* Type valid CSS here */
}
#custom-html-3o div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-3o p {
  font-size: 20px;
  color: #777;
}
.cid-tyXxJMIQsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyXxJMIQsR .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tyXxJMIQsR .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tyXxJMIQsR .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tyXxJMIQsR img {
  width: 100%;
  border-radius: 30px;
}
.cid-tyXxJMIQsR .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tyXxJMIQsR .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyXxJMIQsR .wrapp {
    padding: 3rem;
  }
}
.cid-tyXxJNT4BU {
  background-color: #ffffff;
}
.cid-tyXxJNT4BU .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tyXxJNT4BU .wrapper {
    padding: 0;
  }
  .cid-tyXxJNT4BU .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-tyXxJNT4BU .wrapper {
    padding: 0 6rem;
  }
}
.cid-tyXxJNT4BU .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-tyXxJNT4BU .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tyXxJNT4BU .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-tyXxJNT4BU .btn-black::after,
  .cid-tyXxJNT4BU .btn-black::before {
    display: none;
  }
}
.cid-tyXxJNT4BU .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tyXxJNT4BU .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-tyXxJNT4BU .btn-black::after {
  content: "â†’";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-tyXxJNT4BU .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-tyXxJNT4BU .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-tyXxJNT4BU .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tyXxJNT4BU .mbr-text,
.cid-tyXxJNT4BU .mbr-section-btn {
  color: #ffa29d;
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-3r p {
  font-size: 30px;
  color: #777;
}
.cid-tyXxJQbe1w {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyXxJQbe1w .nav-tabs .nav-item.open .nav-link:focus,
.cid-tyXxJQbe1w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tyXxJQbe1w .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tyXxJQbe1w .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tyXxJQbe1w .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tyXxJQbe1w .nav-tabs .nav-item {
  margin-right: 0;
  width: 290px;
  padding: 0 6px;
}
.cid-tyXxJQbe1w .nav-link,
.cid-tyXxJQbe1w .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tyXxJQbe1w .nav-tabs .nav-link.active {
  color: #040E17;
  border-bottom: none;
  transition: all .3s ease !important;
  padding: 21px;
  background-color: transparent;
  border-top: 2px solid #040e17;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tyXxJQbe1w H4 {
  text-align: center;
}
.cid-tyXxJQbe1w H3 {
  text-align: center;
}
.cid-tyXxJQbe1w .nav-tabs .nav-link:not(.active) {
  transition: all .3s ease !important;
  padding: 21px;
  border: none;
  font-weight: 500;
  background-color: #f2f5fb;
  color: #040E17;
  border-top: 2px solid transparent;
  width: 100%;
  margin: auto;
  text-align: center;
}
.cid-tyXxJQbe1w .nav-tabs .nav-link:not(.active):hover {
  background-color: transparent;
  border-top: 2px solid #040e17;
}
.cid-tyXxJQbe1w .card-heading {
  margin-bottom: 25px;
  text-align: left;
  color: #111213;
}
.cid-tyXxJQbe1w P {
  color: #52586a;
}
.cid-tyXxJQbe1w .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tyXxJR1OV0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyXxJR1OV0 iframe,
.cid-tyXxJR1OV0 img,
.cid-tyXxJR1OV0 video {
  width: 100%;
}
.cid-tyXxJR1OV0 .container-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cid-tyXxJR1OV0 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tyXxJR1OV0 .mbr-section-title {
  color: #9b8db7;
}
.cid-tyXxJR1OV0 .mbr-media {
  position: relative;
}
.cid-tyXxJR1OV0 .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.3);
}
.cid-tyXxJR1OV0 .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
}
.cid-tyXxJR1OV0 .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  min-width: 67px;
  min-height: 67px;
  background-color: #f0e8f8;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
}
.cid-tyXxJR1OV0 .mbr-media span {
  font-size: 25px;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
  color: #9b8db7;
}
.cid-tyXxJR1OV0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tyXxJR1OV0 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tyXxJR1OV0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tyXxJR1OV0 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tyXxJR1OV0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tyXxJR1OV0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyXxJTbGSK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e3d9ca;
}
.cid-tyXxJTbGSK .mbr-overlay {
  padding: 0;
  background: #ffe3e1;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
@media (min-width: 768px) {
  .cid-tyXxJTbGSK .row {
    justify-content: center;
  }
}
.cid-tyXxJTbGSK form .mbr-section-btn {
  width: 100%;
}
.cid-tyXxJTbGSK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tyXxJTbGSK form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tyXxJTbGSK .form-with-styler {
    padding: 30px;
  }
  .cid-tyXxJTbGSK .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tyXxJTbGSK input::-webkit-input-placeholder,
.cid-tyXxJTbGSK textarea::-webkit-input-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-tyXxJTbGSK input:-moz-placeholder,
.cid-tyXxJTbGSK textarea:-moz-placeholder {
  color: #78c5e2 !important;
  opacity: 0.5;
}
.cid-tyXxJTbGSK .form-control {
  border-color: #7567f8 !important;
  color: #7b18b9 !important;
}
.cid-tyXxJTbGSK input::-webkit-input-placeholder,
.cid-tyXxJTbGSK textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-tyXxJTbGSK input:-moz-placeholder,
.cid-tyXxJTbGSK textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-tyXxJTbGSK .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-tyXxJTbGSK .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-tyXxJTbGSK .mbr-section-subtitle {
  color: #7b18b9;
  text-align: left;
}
.cid-tyXxJTbGSK .mbr-section-text,
.cid-tyXxJTbGSK .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-tyXxJU4LCT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-tyXxJU4LCT .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tyXxJU4LCT .container {
    max-width: 1130px;
  }
  .cid-tyXxJU4LCT .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-tyXxJU4LCT .item-content {
  padding: 0 1rem;
}
.cid-tyXxJU4LCT img,
.cid-tyXxJU4LCT .item-img {
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-tyXxJU4LCT img,
  .cid-tyXxJU4LCT .item-img {
    height: 260px;
  }
}
.cid-tyXxJU4LCT .item:focus,
.cid-tyXxJU4LCT span:focus {
  outline: none;
}
.cid-tyXxJU4LCT .item-wrapper {
  position: relative;
}
.cid-tyXxJU4LCT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fef7f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tyXxJU4LCT .mbr-text {
  text-align: center;
}
.cid-tyXxJU4LCT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-tyXxJU4LCT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tyXxJU4LCT .embla__button--next,
.cid-tyXxJU4LCT .embla__button--prev {
  display: flex;
}
.cid-tyXxJU4LCT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyXxJU4LCT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tyXxJU4LCT .embla__button:hover {
  background-color: #f4aee6;
  color: #ffffff;
}
.cid-tyXxJU4LCT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyXxJU4LCT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyXxJU4LCT .embla__button {
    top: auto;
  }
}
.cid-tyXxJU4LCT .embla {
  position: relative;
  width: 100%;
}
.cid-tyXxJU4LCT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tyXxJU4LCT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tyXxJU4LCT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tyXxJU4LCT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tyXxJVAJxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7567f8;
}
.cid-tyXxJVAJxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyXxJVAJxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyXxJVAJxD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tyXxJVAJxD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tyXxJVAJxD .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tyXxJVAJxD .row {
    text-align: center;
  }
  .cid-tyXxJVAJxD .social-row {
    justify-content: center;
  }
}
.cid-tyXxJVAJxD .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyXxJVAJxD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyXxJVAJxD .list {
    margin-bottom: 0rem;
  }
}
.cid-tyXxJVAJxD .mbr-text {
  color: #bbbbbb;
}
.cid-tyXxJVAJxD .mbr-iconfont {
  color: black;
}
.cid-tyXxJVAJxD .copyright {
  color: #ffffff;
}
</pre></body></html>