body {
  font-family: 'Lato', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6b6b6b !important;
}
.bg-success {
  background-color: #ff5b34 !important;
}
.bg-info {
  background-color: #6ec1e4 !important;
}
.bg-warning {
  background-color: #ee3102 !important;
}
.bg-danger {
  background-color: #ee2852 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4fa20 !important;
  border-color: #f4fa20 !important;
  color: #1a1a01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #babf04 !important;
  border-color: #babf04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1a1a01 !important;
  background-color: #babf04 !important;
  border-color: #babf04 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff5b34 !important;
  border-color: #ff5b34 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #dc2a00 !important;
  border-color: #dc2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #dc2a00 !important;
  border-color: #dc2a00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee2852 !important;
  border-color: #ee2852 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b10e31 !important;
  border-color: #b10e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b10e31 !important;
  border-color: #b10e31 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404040 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4fa20;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #babf04 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1a1a01 !important;
  background-color: #f4fa20 !important;
  border-color: #f4fa20 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec1e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27a1d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5b34;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #dc2a00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5b34 !important;
  border-color: #ff5b34 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee3102;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #981f01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee2852;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b10e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2852 !important;
  border-color: #ee2852 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6b6b6b !important;
}
.text-secondary {
  color: #f4fa20 !important;
}
.text-success {
  color: #ff5b34 !important;
}
.text-info {
  color: #6ec1e4 !important;
}
.text-warning {
  color: #ee3102 !important;
}
.text-danger {
  color: #ee2852 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #383838 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #abb004 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cd2700 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2597c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #891c01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a30d2d !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: #6b6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec1e4;
}
.alert-warning {
  background-color: #ee3102;
}
.alert-danger {
  background-color: #ee2852;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6b6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ababab;
}
.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: #fecabe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde5ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6b6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6b6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6b6b;
}
.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: #6b6b6b;
  border-bottom-color: #6b6b6b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4fa20 !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='%236b6b6b' %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-tuNci6Qbt7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-tuNci6Qbt7 nav.navbar {
  position: fixed;
}
.cid-tuNci6Qbt7 .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-tuNci6Qbt7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuNci6Qbt7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuNci6Qbt7 .dropdown-item:hover,
.cid-tuNci6Qbt7 .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-tuNci6Qbt7 .dropdown-item:hover span {
  color: white;
}
.cid-tuNci6Qbt7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuNci6Qbt7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuNci6Qbt7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuNci6Qbt7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuNci6Qbt7 .nav-link {
  position: relative;
}
.cid-tuNci6Qbt7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuNci6Qbt7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tuNci6Qbt7 .dropdown-menu,
.cid-tuNci6Qbt7 .navbar.opened {
  background: #090f10 !important;
}
.cid-tuNci6Qbt7 .nav-item:focus,
.cid-tuNci6Qbt7 .nav-link:focus {
  outline: none;
}
.cid-tuNci6Qbt7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuNci6Qbt7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuNci6Qbt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuNci6Qbt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuNci6Qbt7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuNci6Qbt7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuNci6Qbt7 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #090f10;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #fcdb42;
}
.cid-tuNci6Qbt7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuNci6Qbt7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuNci6Qbt7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuNci6Qbt7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuNci6Qbt7 .navbar.collapsed {
  justify-content: center;
}
.cid-tuNci6Qbt7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuNci6Qbt7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuNci6Qbt7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuNci6Qbt7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuNci6Qbt7 .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-tuNci6Qbt7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuNci6Qbt7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuNci6Qbt7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuNci6Qbt7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuNci6Qbt7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuNci6Qbt7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuNci6Qbt7 .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-tuNci6Qbt7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuNci6Qbt7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuNci6Qbt7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuNci6Qbt7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tuNci6Qbt7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tuNci6Qbt7 .navbar.navbar-short {
  min-height: auto;
}
.cid-tuNci6Qbt7 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-tuNci6Qbt7 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tuNci6Qbt7 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-tuNci6Qbt7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-tuNci6Qbt7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuNci6Qbt7 .dropdown-item.active,
.cid-tuNci6Qbt7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuNci6Qbt7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuNci6Qbt7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuNci6Qbt7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuNci6Qbt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-tuNci6Qbt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuNci6Qbt7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuNci6Qbt7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuNci6Qbt7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-tuNci6Qbt7 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-tuNci6Qbt7 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tuNci6Qbt7 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-tuNci6Qbt7 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-tuNci6Qbt7 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-tuNci6Qbt7 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-tuNci6Qbt7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuNci6Qbt7 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-tuNci6Qbt7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-tuNci6Qbt7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-tuNci6Qbt7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-tuNci6Qbt7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-tuNci6Qbt7 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNci6Qbt7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tuNci6Qbt7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tuNci6Qbt7 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNci6Qbt7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuNci6Qbt7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuNci6Qbt7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuNci6Qbt7 .navbar {
    height: 70px;
  }
  .cid-tuNci6Qbt7 .navbar.opened {
    height: auto;
  }
  .cid-tuNci6Qbt7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNci6Qbt7 .container-fluid {
  padding-right: 0;
}
.cid-tuNci6Qbt7 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-tuNci6Qbt7 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-tuNci6Qbt7 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-tuNci6Qbt7 .navbar-collapse .nav-link:hover {
  color: #6b6b6b !important;
}
@media (max-width: 991px) {
  .cid-tuNci6Qbt7 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-tuNci6Qbt7 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-tuNci6Qbt7 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-tuNci6Qbt7 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-tuNci6Qbt7 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-tuNci6Qbt7 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-tuNci6Qbt7 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-tuNci6Qbt7 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-tuNci6Qbt7 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-tuNci6Qbt7 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-tuNci6Qbt7 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-tuNci6Qbt7 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-tuNci6Qbt7 .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-tv9CIbeLgY {
  background-image: url("../../../assets/images/front-6-1920x1280.jpg");
}
.cid-tv9CIbeLgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv9CIbeLgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv9CIbeLgY .mbr-section-title {
  color: #FFFFFF;
}
.cid-tv9CIbeLgY .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tv9CIbeLgY .mbr-section-btn {
  margin-top: 30px;
}
.cid-tv9sa0GNf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcf0d5;
}
.cid-tv9sa0GNf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv9sa0GNf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv9sa0GNf5 .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tv9sa0GNf5 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tv9sa0GNf5 .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tv9sa0GNf5 .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tv9sa0GNf5 .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tv9sa0GNf5 .card-wrapper {
  width: 100%;
}
.cid-tv9sa0GNf5 .card-box {
  width: 100%;
}
.cid-tv9sa0GNf5 .card-title {
  color: #75083A;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tv9sa0GNf5 .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tv9sa0GNf5 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tv9sa0GNf5 .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tv9sa0GNf5 .col-img {
    width: 100%;
  }
}
.cid-tv9sa0GNf5 .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tv9sa0GNf5 .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tv9sa0GNf5 .image-wrapper {
    width: 250px;
  }
}
.cid-tv9sa0GNf5 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tv9sa0GNf5 .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tv9sa0GNf5 .mbr-iconfont {
  font-size: 48px;
  color: #75083a;
}
.cid-tuNdNWJpjz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tuNdNWJpjz .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-tuNdNWJpjz img,
.cid-tuNdNWJpjz .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-tuNdNWJpjz .item-img {
  height: 100%;
}
.cid-tuNdNWJpjz .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tuNdNWJpjz .item:focus,
.cid-tuNdNWJpjz span:focus {
  outline: none;
}
.cid-tuNdNWJpjz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tuNdNWJpjz .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tuNdNWJpjz .mbr-text {
  color: #9ad7f1;
}
.cid-tuNdNWJpjz .mbr-section-subtitle {
  color: #9a948d;
}
.cid-tuNdNWJpjz .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tuNdNWJpjz .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-tuNdNWJpjz .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tuNdNWJpjz .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tuNdNWJpjz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tuNdNWJpjz .embla__button--next,
.cid-tuNdNWJpjz .embla__button--prev {
  display: flex;
}
.cid-tuNdNWJpjz .embla__button {
  color: #fafafa;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-tuNdNWJpjz .embla__button .mobi-mbri {
    display: none;
  }
}
.cid-tuNdNWJpjz .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-tuNdNWJpjz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tuNdNWJpjz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tuNdNWJpjz .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-tuNdNWJpjz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tuNdNWJpjz .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-tuNdNWJpjz .embla {
  position: relative;
  width: 100%;
}
.cid-tuNdNWJpjz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tuNdNWJpjz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tuNdNWJpjz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tuNdNWJpjz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tuNdNWJpjz H3 {
  color: #fafafa;
}
.cid-tuN2GxR7Bo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/back-massage-1920x1280.jpg");
}
.cid-tuN2GxR7Bo h2,
.cid-tuN2GxR7Bo h3,
.cid-tuN2GxR7Bo h4,
.cid-tuN2GxR7Bo p {
  margin: 0;
}
.cid-tuN2GxR7Bo .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tuN2GxR7Bo .mbr-section-title {
  color: #f4fa20;
  margin-bottom: 10px;
}
.cid-tuN2GxR7Bo .mbr-text {
  color: #fafafa;
  margin: 10px 0;
}
.cid-tw6hR7LD2a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tw6hR7LD2a h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tw6hR7LD2a .container {
    position: relative;
  }
  .cid-tw6hR7LD2a .row {
    margin: 0;
  }
  .cid-tw6hR7LD2a h2 {
    margin: 0;
  }
}
.cid-tw6hR7LD2a .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tw6hR7LD2a .mbr-text {
  margin-top: 1.4rem;
}
.cid-tw6hR7LD2a h2 {
  color: #7d087c;
}
.cid-twWQ0d3gOL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #efefec;
}
.cid-twWQ0d3gOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-twWQ0d3gOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-twWQ0d3gOL .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .cid-twWQ0d3gOL .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-twWQ0d3gOL .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-twWQ0d3gOL .col-title {
    flex-wrap: wrap;
  }
}
.cid-twWQ0d3gOL .mbr-section-title {
  color: #2B2B2B;
  width: 60%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-twWQ0d3gOL .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-twWQ0d3gOL .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 40%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-twWQ0d3gOL .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-twWQ0d3gOL .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-twWQ0d3gOL .mbr-section-btn {
    width: 100%;
  }
  .cid-twWQ0d3gOL .mbr-section-btn .btn {
    min-width: max-content !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-twWQ0d3gOL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-twWQ0d3gOL .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-twWQ0d3gOL .cards-container {
    padding: 0 !important;
  }
}
.cid-twWQ0d3gOL .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-twWQ0d3gOL .col-card {
    margin-bottom: 60px;
  }
}
.cid-twWQ0d3gOL .card-wrap {
  border-radius: 0;
}
.cid-twWQ0d3gOL .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-twWQ0d3gOL .card-title {
  color: #2B2B2B;
}
.cid-twWQ0d3gOL .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-twWQ0d3gOL .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-twWQ0d3gOL .image-wrap img {
  height: 360px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-twWQ0d3gOL .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .cid-twWQ0d3gOL .image-wrap img {
    height: auto !important;
    max-height: 600px;
  }
}
.cid-twWQyBUf84 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #efefec;
}
.cid-twWQyBUf84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twWQyBUf84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-twWQyBUf84 .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .cid-twWQyBUf84 .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-twWQyBUf84 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-twWQyBUf84 .col-title {
    flex-wrap: wrap;
  }
}
.cid-twWQyBUf84 .mbr-section-title {
  color: #2B2B2B;
  width: 60%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-twWQyBUf84 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-twWQyBUf84 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 40%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-twWQyBUf84 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-twWQyBUf84 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-twWQyBUf84 .mbr-section-btn {
    width: 100%;
  }
  .cid-twWQyBUf84 .mbr-section-btn .btn {
    min-width: max-content !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-twWQyBUf84 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-twWQyBUf84 .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-twWQyBUf84 .cards-container {
    padding: 0 !important;
  }
}
.cid-twWQyBUf84 .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-twWQyBUf84 .col-card {
    margin-bottom: 60px;
  }
}
.cid-twWQyBUf84 .card-wrap {
  border-radius: 0;
}
.cid-twWQyBUf84 .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-twWQyBUf84 .card-title {
  color: #2B2B2B;
}
.cid-twWQyBUf84 .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-twWQyBUf84 .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-twWQyBUf84 .image-wrap img {
  height: 360px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-twWQyBUf84 .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .cid-twWQyBUf84 .image-wrap img {
    height: auto !important;
    max-height: 600px;
  }
}
.cid-twWQyBUf84 .card-title,
.cid-twWQyBUf84 .mbr-section-btn {
  color: #3a3e44;
}
.cid-tuMRkchKob {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tuMRkchKob .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twWPs4pnqr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1d1f;
}
.cid-twWPs4pnqr .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-twWPs4pnqr .container {
  max-width: 1300px;
}
.cid-twMCqS2UGC.popup-builder {
  background-color: #ffffff;
}
.cid-twMCqS2UGC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twMCqS2UGC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twMCqS2UGC .modal-content,
.cid-twMCqS2UGC .modal-dialog {
  height: auto;
}
.cid-twMCqS2UGC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twMCqS2UGC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twMCqS2UGC .form-wrapper .mbr-form .form-group,
  .cid-twMCqS2UGC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twMCqS2UGC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twMCqS2UGC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twMCqS2UGC .mbr-text {
  text-align: center;
}
.cid-twMCqS2UGC .pt-0 {
  padding-top: 0 !important;
}
.cid-twMCqS2UGC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twMCqS2UGC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twMCqS2UGC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twMCqS2UGC .modal-open {
  overflow: hidden;
}
.cid-twMCqS2UGC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twMCqS2UGC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twMCqS2UGC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twMCqS2UGC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-twMCqS2UGC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twMCqS2UGC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twMCqS2UGC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twMCqS2UGC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-twMCqS2UGC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twMCqS2UGC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twMCqS2UGC .modal-backdrop.fade {
  opacity: 0;
}
.cid-twMCqS2UGC .modal-backdrop.show {
  opacity: .5;
}
.cid-twMCqS2UGC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-twMCqS2UGC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCqS2UGC .modal-header {
    padding: 1rem;
  }
}
.cid-twMCqS2UGC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twMCqS2UGC .modal-header .close svg {
  fill: #353535;
}
.cid-twMCqS2UGC .modal-header .close:hover {
  opacity: 1;
}
.cid-twMCqS2UGC .modal-header .close:focus {
  outline: none;
}
.cid-twMCqS2UGC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-twMCqS2UGC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twMCqS2UGC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCqS2UGC .modal-body {
    padding: 1rem;
  }
}
.cid-twMCqS2UGC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-twMCqS2UGC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCqS2UGC .modal-footer {
    padding: 1rem;
  }
}
.cid-twMCqS2UGC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twMCqS2UGC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twMCqS2UGC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twMCqS2UGC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twMCqS2UGC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twMCqS2UGC .modal-lg,
  .cid-twMCqS2UGC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twMCqS2UGC .modal-xl {
    max-width: 1140px;
  }
}
.cid-twMCqS2UGC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twMCqS2UGC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-twMCqS2UGC .form-group {
  margin-bottom: 1rem;
}
.cid-twMCqS2UGC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twMCqS2UGC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twMCqS2UGC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twMCqS2UGC .mbr-section-btn {
  margin: 0;
}
.cid-twMCqS2UGC .mbr-section-btn .btn {
  margin: 0;
}
.cid-twMCsl2yzt.popup-builder {
  background-color: #ffffff;
}
.cid-twMCsl2yzt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twMCsl2yzt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twMCsl2yzt .modal-content,
.cid-twMCsl2yzt .modal-dialog {
  height: auto;
}
.cid-twMCsl2yzt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twMCsl2yzt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twMCsl2yzt .form-wrapper .mbr-form .form-group,
  .cid-twMCsl2yzt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twMCsl2yzt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twMCsl2yzt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twMCsl2yzt .mbr-text {
  text-align: center;
}
.cid-twMCsl2yzt .pt-0 {
  padding-top: 0 !important;
}
.cid-twMCsl2yzt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twMCsl2yzt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twMCsl2yzt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twMCsl2yzt .modal-open {
  overflow: hidden;
}
.cid-twMCsl2yzt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twMCsl2yzt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twMCsl2yzt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twMCsl2yzt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-twMCsl2yzt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twMCsl2yzt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twMCsl2yzt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twMCsl2yzt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-twMCsl2yzt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twMCsl2yzt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twMCsl2yzt .modal-backdrop.fade {
  opacity: 0;
}
.cid-twMCsl2yzt .modal-backdrop.show {
  opacity: .5;
}
.cid-twMCsl2yzt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-twMCsl2yzt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCsl2yzt .modal-header {
    padding: 1rem;
  }
}
.cid-twMCsl2yzt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twMCsl2yzt .modal-header .close svg {
  fill: #353535;
}
.cid-twMCsl2yzt .modal-header .close:hover {
  opacity: 1;
}
.cid-twMCsl2yzt .modal-header .close:focus {
  outline: none;
}
.cid-twMCsl2yzt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-twMCsl2yzt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twMCsl2yzt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCsl2yzt .modal-body {
    padding: 1rem;
  }
}
.cid-twMCsl2yzt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-twMCsl2yzt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCsl2yzt .modal-footer {
    padding: 1rem;
  }
}
.cid-twMCsl2yzt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twMCsl2yzt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twMCsl2yzt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twMCsl2yzt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twMCsl2yzt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twMCsl2yzt .modal-lg,
  .cid-twMCsl2yzt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twMCsl2yzt .modal-xl {
    max-width: 1140px;
  }
}
.cid-twMCsl2yzt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twMCsl2yzt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-twMCsl2yzt .form-group {
  margin-bottom: 1rem;
}
.cid-twMCsl2yzt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twMCsl2yzt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twMCsl2yzt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twMCsl2yzt .mbr-section-btn {
  margin: 0;
}
.cid-twMCsl2yzt .mbr-section-btn .btn {
  margin: 0;
}
.cid-twMCtnwQiw.popup-builder {
  background-color: #ffffff;
}
.cid-twMCtnwQiw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twMCtnwQiw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twMCtnwQiw .modal-content,
.cid-twMCtnwQiw .modal-dialog {
  height: auto;
}
.cid-twMCtnwQiw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twMCtnwQiw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twMCtnwQiw .form-wrapper .mbr-form .form-group,
  .cid-twMCtnwQiw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twMCtnwQiw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twMCtnwQiw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twMCtnwQiw .mbr-text {
  text-align: center;
}
.cid-twMCtnwQiw .pt-0 {
  padding-top: 0 !important;
}
.cid-twMCtnwQiw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twMCtnwQiw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twMCtnwQiw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twMCtnwQiw .modal-open {
  overflow: hidden;
}
.cid-twMCtnwQiw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twMCtnwQiw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twMCtnwQiw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twMCtnwQiw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-twMCtnwQiw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twMCtnwQiw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twMCtnwQiw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twMCtnwQiw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-twMCtnwQiw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twMCtnwQiw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twMCtnwQiw .modal-backdrop.fade {
  opacity: 0;
}
.cid-twMCtnwQiw .modal-backdrop.show {
  opacity: .5;
}
.cid-twMCtnwQiw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-twMCtnwQiw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCtnwQiw .modal-header {
    padding: 1rem;
  }
}
.cid-twMCtnwQiw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twMCtnwQiw .modal-header .close svg {
  fill: #353535;
}
.cid-twMCtnwQiw .modal-header .close:hover {
  opacity: 1;
}
.cid-twMCtnwQiw .modal-header .close:focus {
  outline: none;
}
.cid-twMCtnwQiw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-twMCtnwQiw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twMCtnwQiw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCtnwQiw .modal-body {
    padding: 1rem;
  }
}
.cid-twMCtnwQiw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-twMCtnwQiw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCtnwQiw .modal-footer {
    padding: 1rem;
  }
}
.cid-twMCtnwQiw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twMCtnwQiw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twMCtnwQiw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twMCtnwQiw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twMCtnwQiw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twMCtnwQiw .modal-lg,
  .cid-twMCtnwQiw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twMCtnwQiw .modal-xl {
    max-width: 1140px;
  }
}
.cid-twMCtnwQiw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twMCtnwQiw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-twMCtnwQiw .form-group {
  margin-bottom: 1rem;
}
.cid-twMCtnwQiw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twMCtnwQiw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twMCtnwQiw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twMCtnwQiw .mbr-section-btn {
  margin: 0;
}
.cid-twMCtnwQiw .mbr-section-btn .btn {
  margin: 0;
}
.cid-twMCu6tfuW.popup-builder {
  background-color: #ffffff;
}
.cid-twMCu6tfuW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twMCu6tfuW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twMCu6tfuW .modal-content,
.cid-twMCu6tfuW .modal-dialog {
  height: auto;
}
.cid-twMCu6tfuW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twMCu6tfuW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twMCu6tfuW .form-wrapper .mbr-form .form-group,
  .cid-twMCu6tfuW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twMCu6tfuW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twMCu6tfuW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twMCu6tfuW .mbr-text {
  text-align: center;
}
.cid-twMCu6tfuW .pt-0 {
  padding-top: 0 !important;
}
.cid-twMCu6tfuW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twMCu6tfuW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twMCu6tfuW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twMCu6tfuW .modal-open {
  overflow: hidden;
}
.cid-twMCu6tfuW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twMCu6tfuW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twMCu6tfuW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twMCu6tfuW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-twMCu6tfuW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twMCu6tfuW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twMCu6tfuW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twMCu6tfuW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-twMCu6tfuW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twMCu6tfuW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twMCu6tfuW .modal-backdrop.fade {
  opacity: 0;
}
.cid-twMCu6tfuW .modal-backdrop.show {
  opacity: .5;
}
.cid-twMCu6tfuW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-twMCu6tfuW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCu6tfuW .modal-header {
    padding: 1rem;
  }
}
.cid-twMCu6tfuW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twMCu6tfuW .modal-header .close svg {
  fill: #353535;
}
.cid-twMCu6tfuW .modal-header .close:hover {
  opacity: 1;
}
.cid-twMCu6tfuW .modal-header .close:focus {
  outline: none;
}
.cid-twMCu6tfuW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-twMCu6tfuW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twMCu6tfuW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCu6tfuW .modal-body {
    padding: 1rem;
  }
}
.cid-twMCu6tfuW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-twMCu6tfuW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCu6tfuW .modal-footer {
    padding: 1rem;
  }
}
.cid-twMCu6tfuW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twMCu6tfuW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twMCu6tfuW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twMCu6tfuW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twMCu6tfuW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twMCu6tfuW .modal-lg,
  .cid-twMCu6tfuW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twMCu6tfuW .modal-xl {
    max-width: 1140px;
  }
}
.cid-twMCu6tfuW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twMCu6tfuW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-twMCu6tfuW .form-group {
  margin-bottom: 1rem;
}
.cid-twMCu6tfuW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twMCu6tfuW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twMCu6tfuW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twMCu6tfuW .mbr-section-btn {
  margin: 0;
}
.cid-twMCu6tfuW .mbr-section-btn .btn {
  margin: 0;
}
.cid-twMCwC2cmB.popup-builder {
  background-color: #ffffff;
}
.cid-twMCwC2cmB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twMCwC2cmB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twMCwC2cmB .modal-content,
.cid-twMCwC2cmB .modal-dialog {
  height: auto;
}
.cid-twMCwC2cmB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twMCwC2cmB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twMCwC2cmB .form-wrapper .mbr-form .form-group,
  .cid-twMCwC2cmB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twMCwC2cmB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twMCwC2cmB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twMCwC2cmB .mbr-text {
  text-align: center;
}
.cid-twMCwC2cmB .pt-0 {
  padding-top: 0 !important;
}
.cid-twMCwC2cmB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twMCwC2cmB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twMCwC2cmB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twMCwC2cmB .modal-open {
  overflow: hidden;
}
.cid-twMCwC2cmB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twMCwC2cmB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twMCwC2cmB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twMCwC2cmB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-twMCwC2cmB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twMCwC2cmB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twMCwC2cmB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twMCwC2cmB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-twMCwC2cmB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twMCwC2cmB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twMCwC2cmB .modal-backdrop.fade {
  opacity: 0;
}
.cid-twMCwC2cmB .modal-backdrop.show {
  opacity: .5;
}
.cid-twMCwC2cmB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-twMCwC2cmB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCwC2cmB .modal-header {
    padding: 1rem;
  }
}
.cid-twMCwC2cmB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twMCwC2cmB .modal-header .close svg {
  fill: #353535;
}
.cid-twMCwC2cmB .modal-header .close:hover {
  opacity: 1;
}
.cid-twMCwC2cmB .modal-header .close:focus {
  outline: none;
}
.cid-twMCwC2cmB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-twMCwC2cmB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twMCwC2cmB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCwC2cmB .modal-body {
    padding: 1rem;
  }
}
.cid-twMCwC2cmB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-twMCwC2cmB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twMCwC2cmB .modal-footer {
    padding: 1rem;
  }
}
.cid-twMCwC2cmB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twMCwC2cmB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twMCwC2cmB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twMCwC2cmB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twMCwC2cmB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twMCwC2cmB .modal-lg,
  .cid-twMCwC2cmB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twMCwC2cmB .modal-xl {
    max-width: 1140px;
  }
}
.cid-twMCwC2cmB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twMCwC2cmB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-twMCwC2cmB .form-group {
  margin-bottom: 1rem;
}
.cid-twMCwC2cmB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twMCwC2cmB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twMCwC2cmB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twMCwC2cmB .mbr-section-btn {
  margin: 0;
}
.cid-twMCwC2cmB .mbr-section-btn .btn {
  margin: 0;
}
