body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.625rem 0.874rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.3125rem 2.5rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #9f509a !important;
}
.bg-success {
  background-color: #9f509a !important;
}
.bg-info {
  background-color: #4fbecf !important;
}
.bg-warning {
  background-color: #9f509a !important;
}
.bg-danger {
  background-color: #4fbecf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9f509a !important;
  border-color: #9f509a !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: #7d3f79 !important;
  border-color: #7d3f79 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7d3f79 !important;
  border-color: #7d3f79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4fbecf !important;
  border-color: #4fbecf !important;
  color: #ffffff !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: #32a7b9 !important;
  border-color: #32a7b9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #32a7b9 !important;
  border-color: #32a7b9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4fbecf !important;
  border-color: #4fbecf !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: #32a7b9 !important;
  border-color: #32a7b9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #32a7b9 !important;
  border-color: #32a7b9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9f509a !important;
  border-color: #9f509a !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: #7d3f79 !important;
  border-color: #7d3f79 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d3f79 !important;
  border-color: #7d3f79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f509a !important;
  border-color: #9f509a !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: #7d3f79 !important;
  border-color: #7d3f79 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7d3f79 !important;
  border-color: #7d3f79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4fbecf !important;
  border-color: #4fbecf !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: #32a7b9 !important;
  border-color: #32a7b9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #32a7b9 !important;
  border-color: #32a7b9 !important;
}
.btn-white {
  color: #333333 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f509a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7d3f79 !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: #9f509a !important;
  border-color: #9f509a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4fbecf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #32a7b9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4fbecf !important;
  border-color: #4fbecf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4fbecf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #32a7b9 !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: #4fbecf !important;
  border-color: #4fbecf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f509a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d3f79 !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: #9f509a !important;
  border-color: #9f509a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f509a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7d3f79 !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: #9f509a !important;
  border-color: #9f509a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4fbecf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #32a7b9 !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: #4fbecf !important;
  border-color: #4fbecf !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #9f509a !important;
}
.text-secondary {
  color: #4fbecf !important;
}
.text-success {
  color: #9f509a !important;
}
.text-info {
  color: #4fbecf !important;
}
.text-warning {
  color: #9f509a !important;
}
.text-danger {
  color: #4fbecf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7d3f79 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #32a7b9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7d3f79 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #32a7b9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7d3f79 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #32a7b9 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4fbecf;
}
.alert-warning {
  background-color: #9f509a;
}
.alert-danger {
  background-color: #4fbecf;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9f509a;
  border-color: #9f509a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9f509a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfa0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cfa0cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eff9fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cfa0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eff9fb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #9f509a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9f509a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9f509a;
  border-bottom-color: #9f509a;
}
.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: #9f509a !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: #4fbecf !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='%239f509a' %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-t5MZmxp7Zf {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #9f509a;
  background: linear-gradient(to right top, #9f509a, #4fbecf);
}
.cid-t5MZmxp7Zf .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-t5MZmxp7Zf .img-wrap img {
  width: 60%;
  margin: auto;
}
.cid-t5MZmxp7Zf .mbr-text,
.cid-t5MZmxp7Zf .mbr-section-btn {
  color: #ffffff;
}
.cid-t5MZmxp7Zf .mbr-section-title {
  color: #ffffff;
}
.cid-t5MZmxp7Zf .buttons-wrap .link {
  display: flex;
}
.cid-t5MZmxp7Zf .mbr-arrow {
  bottom: 0;
}
.cid-t6jTqLlnUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cichu-spiritsofibiza-3-2000x1333.jpg");
}
@media (min-width: 1400px) {
  .cid-t6jTqLlnUV .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-t6jTqLlnUV .row {
    min-height: 400px;
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t6jTqLlnUV .row {
    min-height: 800px;
  }
}
.cid-t6jTqLlnUV .card-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t6jTqLlnUV .card-title {
    font-size: 64px;
  }
}
.cid-t6jTqLlnUV .mbr-text,
.cid-t6jTqLlnUV .mbr-section-btn {
  color: #ffffff;
}
.cid-t6jTqLlnUV .btn {
  padding: 13px 37px 17px;
  border-radius: 30px;
}
.cid-t6jTqLlnUV .btn:hover,
.cid-t6jTqLlnUV .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-t5MZPaHbj9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #4fbecf;
}
.cid-t5MZPaHbj9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-t5MZPaHbj9 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-t5MZPaHbj9 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5MZPaHbj9 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5MZPaHbj9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-t5MZPaHbj9 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-t5MZPaHbj9 .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-t5MZPaHbj9 .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-t5MZPaHbj9 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t5MZPaHbj9 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-t5MZPaHbj9 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-t5MZPaHbj9 .mbr-section-title,
.cid-t5MZPaHbj9 .social-list {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t5MZPaHbj9 h2:before,
  .cid-t5MZPaHbj9 h2:after {
    display: none;
  }
}
.cid-t6jSjoK1oW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/timber-2000x1125.jpg");
}
.cid-t6jSjoK1oW .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6jSjoK1oW .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6jSjoK1oW .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6jSjoK1oW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t6jSjoK1oW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t6jSjoK1oW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t6jSjoK1oW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6jSjoK1oW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t6jSjoK1oW .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t6jSjoK1oW .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t6jSjoK1oW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6jSjoK1oW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6jSjoK1oW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t6jSjoK1oW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t86FCOazm4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #9f509a;
  background: linear-gradient(to right top, #9f509a, #4fbecf);
}
.cid-t86FCOazm4 .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-t86FCOazm4 .img-wrap img {
  width: 0%;
  margin: auto;
}
.cid-t86FCOazm4 .mbr-text,
.cid-t86FCOazm4 .mbr-section-btn {
  color: #ffffff;
}
.cid-t86FCOazm4 .mbr-section-title {
  color: #d70c72;
}
.cid-t86FCOazm4 .buttons-wrap .link {
  display: flex;
}
.cid-t86FCOazm4 .mbr-arrow {
  bottom: 0;
}
.cid-twHSJZpPwI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-twHSJZpPwI .carousel {
  height: 800px;
}
.cid-twHSJZpPwI .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twHSJZpPwI .carousel-item,
.cid-twHSJZpPwI .carousel-inner {
  height: 100%;
}
.cid-twHSJZpPwI .mbr-overlay {
  z-index: 1;
}
.cid-twHSJZpPwI .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-twHSJZpPwI .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-twHSJZpPwI .carousel-caption {
    width: 900px;
  }
}
.cid-twHSJZpPwI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-twHSJZpPwI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-twHSJZpPwI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-twHSJZpPwI .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twHSJZpPwI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-twHSJZpPwI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-twHSJZpPwI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-twHSJZpPwI .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-twHSJZpPwI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twHSJZpPwI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-twHSJZpPwI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twHSJZpPwI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-twHSJZpPwI .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-twHSJZpPwI .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-twHSJZpPwI .carousel-indicators li::after,
.cid-twHSJZpPwI .carousel-indicators li::before {
  content: none;
}
.cid-twHSJZpPwI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-twH2viJ9zx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d70c72;
}
.cid-twH2viJ9zx .row {
  align-items: center;
}
.cid-twH2viJ9zx .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-twH2viJ9zx .main-col {
    flex-wrap: wrap;
  }
}
.cid-twH2viJ9zx .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-twH2viJ9zx .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-twH2viJ9zx .main-title {
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
.cid-twH2viJ9zx .main-subtitle {
  margin-top: 40px;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
.cid-twH2viJ9zx .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-twH2viJ9zx .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-twH2viJ9zx .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #fdff81;
}
@media (max-width: 991px) {
  .cid-twH2viJ9zx .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-twH2viJ9zx .form-bg {
    padding: 35px 30px;
  }
}
.cid-twH2viJ9zx form {
  width: 100%;
}
.cid-twH2viJ9zx form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-twH2viJ9zx form p {
  color: #1d191f;
}
.cid-twH2viJ9zx form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-twH2viJ9zx form .mbr-section-btn {
    width: 100%;
  }
}
.cid-twH2viJ9zx form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-twH2viJ9zx form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-twH2viJ9zx form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-twH2viJ9zx form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form select {
  color: #adadad !important;
}
.cid-twH2viJ9zx form textarea {
  height: 192px !important;
}
.cid-twH2viJ9zx form input:active,
.cid-twH2viJ9zx form textarea:active,
.cid-twH2viJ9zx form input:focus,
.cid-twH2viJ9zx form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-twH2viJ9zx form input:active::-webkit-input-placeholder,
.cid-twH2viJ9zx form textarea:active::-webkit-input-placeholder,
.cid-twH2viJ9zx form input:focus::-webkit-input-placeholder,
.cid-twH2viJ9zx form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form input:active::-moz-placeholder,
.cid-twH2viJ9zx form textarea:active::-moz-placeholder,
.cid-twH2viJ9zx form input:focus::-moz-placeholder,
.cid-twH2viJ9zx form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form input:active:-moz-placeholder,
.cid-twH2viJ9zx form textarea:active:-moz-placeholder,
.cid-twH2viJ9zx form input:focus:-moz-placeholder,
.cid-twH2viJ9zx form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form input:active:-ms-input-placeholder,
.cid-twH2viJ9zx form textarea:active:-ms-input-placeholder,
.cid-twH2viJ9zx form input:focus:-ms-input-placeholder,
.cid-twH2viJ9zx form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-twH2viJ9zx form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-twH2viJ9zx form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-twH2viJ9zx form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-twH2viJ9zx form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-twH2viJ9zx form .form-check-input:focus,
.cid-twH2viJ9zx form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-twH2viJ9zx form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-t86FCRm7hD {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/timber-2000x1125.jpg");
}
.cid-t86FCRm7hD .mbr-section-subtitle {
  color: #cccccc;
}
.cid-t86FCRm7hD h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-t86FCRm7hD h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t86FCRm7hD h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t86FCRm7hD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-t86FCRm7hD .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-t86FCRm7hD .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-t86FCRm7hD .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-t86FCRm7hD .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t86FCRm7hD .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-t86FCRm7hD .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-t86FCRm7hD .mbr-section-title,
.cid-t86FCRm7hD .social-list {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t86FCRm7hD h2:before,
  .cid-t86FCRm7hD h2:after {
    display: none;
  }
}
.cid-t86FCS6X22 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/timber-2000x1125.jpg");
}
.cid-t86FCS6X22 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86FCS6X22 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t86FCS6X22 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t86FCS6X22 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t86FCS6X22 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t86FCS6X22 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t86FCS6X22 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t86FCS6X22 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t86FCS6X22 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t86FCS6X22 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t86FCS6X22 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t86FCS6X22 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t86FCS6X22 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t86FCS6X22 .media-container-row .row-copirayt p {
  width: 100%;
}
