/* You can remove this page div in your website */
#page{
  width:100%;
  height:100%;
  position:absolute;
}

/* Our normalize css */
*{
  margin:0;
  box-sizing: border-box;
}

/* Our wrapper */
.wrapper{
  width: 900px;
  height: 600px;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  overflow:hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
  height:100%;
}

.after{
  width:125px;
}

.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:100px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
  // z-index: 1;
}

.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #fff;
}
.scroller:before,
.scroller:after{
  background: #fff;
}

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800,900,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: 'Poppins', sans-serif;
}
.section__title__upper{
  text-transform: uppercase !important;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
  color: #733C1D !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase !important;
  font-size: 2rem;
  font-display: swap;
  color: #733C1D !important;
  font-weight: bold !important;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold !important;
  font-size: 1rem;
  font-display: swap;
  color: #733C1D !important;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  font-size: 1.5rem;
  font-display: swap;
  color: #733C1D !important;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
  font-weight: 400 !important;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #a67c66 !important;
}
.bg-success {
  background-color: #e2b175 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e3bc96 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a67c66 !important;
  border-color: #a67c66 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #795846 !important;
  border-color: #795846 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #795846 !important;
  border-color: #795846 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #265105 !important;
  border-color: #265105 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #040901 !important;
  border-color: #040901 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #040901 !important;
  border-color: #040901 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #e2b175 !important;
  border-color: #e2b175 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d58d36 !important;
  border-color: #d58d36 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d58d36 !important;
  border-color: #d58d36 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e3bc96 !important;
  border-color: #e3bc96 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d3955a !important;
  border-color: #d3955a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d3955a !important;
  border-color: #d3955a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #694c3d;
  color: #694c3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #a67c66;
  border-color: #a67c66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a67c66 !important;
  border-color: #a67c66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #265105;
  border-color: #265105;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #265105 !important;
  border-color: #265105 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c7802a;
  color: #c7802a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e2b175;
  border-color: #e2b175;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e2b175 !important;
  border-color: #e2b175 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ce8945;
  color: #ce8945;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e3bc96;
  border-color: #e3bc96;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e3bc96 !important;
  border-color: #e3bc96 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a67c66 !important;
}
.text-secondary {
  color: #265105 !important;
}
.text-success {
  color: #e2b175 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e3bc96 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #694c3d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c7802a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ce8945 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e3bc96;
}
.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: none !important;
}
.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: #a67c66;
  border-color: #a67c66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a67c66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5c1b7;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #a67c66;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #a67c66;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a67c66;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a67c66;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a67c66;
  border-bottom-color: #a67c66;
}
.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: #a67c66 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #265105 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23a67c66' %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.3;
}
.cid-rRvVzEnH5i .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rRvVzEnH5i .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rRvVzEnH5i a {
  font-style: normal;
}
.cid-rRvVzEnH5i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rRvVzEnH5i .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rRvVzEnH5i .nav-item:focus,
.cid-rRvVzEnH5i .nav-link:focus {
  outline: none;
}
.cid-rRvVzEnH5i .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rRvVzEnH5i .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rRvVzEnH5i .menu-logo {
  margin-right: auto;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rRvVzEnH5i .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rRvVzEnH5i .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rRvVzEnH5i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rRvVzEnH5i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRvVzEnH5i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rRvVzEnH5i .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rRvVzEnH5i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rRvVzEnH5i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRvVzEnH5i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rRvVzEnH5i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRvVzEnH5i .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rRvVzEnH5i .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rRvVzEnH5i .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rRvVzEnH5i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rRvVzEnH5i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rRvVzEnH5i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rRvVzEnH5i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rRvVzEnH5i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rRvVzEnH5i button.navbar-toggler:focus {
  outline: none;
}
.cid-rRvVzEnH5i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rRvVzEnH5i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRvVzEnH5i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRvVzEnH5i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRvVzEnH5i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRvVzEnH5i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRvVzEnH5i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRvVzEnH5i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRvVzEnH5i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRvVzEnH5i .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRvVzEnH5i .collapsed .btn {
  display: -webkit-flex;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse.collapsing,
.cid-rRvVzEnH5i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rRvVzEnH5i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rRvVzEnH5i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rRvVzEnH5i .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rRvVzEnH5i .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rRvVzEnH5i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rRvVzEnH5i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rRvVzEnH5i .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rRvVzEnH5i .collapsed button.navbar-toggler {
  display: block;
}
.cid-rRvVzEnH5i .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rRvVzEnH5i .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRvVzEnH5i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rRvVzEnH5i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rRvVzEnH5i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rRvVzEnH5i .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rRvVzEnH5i.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRvVzEnH5i img {
    height: 3.8rem !important;
  }
  .cid-rRvVzEnH5i .btn {
    display: -webkit-flex;
  }
  .cid-rRvVzEnH5i button.navbar-toggler {
    display: block;
  }
  .cid-rRvVzEnH5i .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rRvVzEnH5i .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRvVzEnH5i .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rRvVzEnH5i .navbar-collapse.collapsing,
  .cid-rRvVzEnH5i .navbar-collapse.show {
    display: block !important;
  }
  .cid-rRvVzEnH5i .navbar-collapse.collapsing .navbar-nav,
  .cid-rRvVzEnH5i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rRvVzEnH5i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rRvVzEnH5i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rRvVzEnH5i .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rRvVzEnH5i .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRvVzEnH5i .navbar-collapse.collapsing .navbar-buttons,
  .cid-rRvVzEnH5i .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rRvVzEnH5i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rRvVzEnH5i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRvVzEnH5i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rRvVzEnH5i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rRvVzEnH5i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rRvVzEnH5i .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rRvVzEnH5i .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rRvVzEnH5i .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rRvVzEnH5i .nav-link:hover,
.cid-rRvVzEnH5i .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rRwHZXiM2Z {
  background-image: url("../../../assets/images/fature-1920x1080.png");
}
.cid-rRwHZXiM2Z h1 {
  color: #616161;
}
.cid-rRwHZXiM2Z h2,
.cid-rRwHZXiM2Z h3,
.cid-rRwHZXiM2Z p {
  color: #767676;
}
.cid-rRwHZXiM2Z .mbr-section-subtitle {
  font-style: italic;
}
.cid-rRwHZXiM2Z H1 {
  color: #232323;
}
.cid-rRwHZXiM2Z H3 {
  color: #465052;
}
.cid-rRwHZXiM2Z .mbr-text,
.cid-rRwHZXiM2Z .mbr-section-btn {
  text-align: left;
}
.cid-rS4roNcGaw {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rS4roNcGaw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rS4roNcGaw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS4roNcGaw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rS4roNcGaw .mbr-text {
    text-align: center;
  }
}
.cid-rS4roNcGaw H3 {
  color: #465052;
  text-align: left;
}
.cid-rS4roNcGaw .mbr-text,
.cid-rS4roNcGaw .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
.cid-rS4roNcGaw H1 {
  color: #232323;
  text-align: left;
}
.cid-rRBaxaxWWH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRBaxaxWWH .item {
  padding-bottom: 2rem;
}
.cid-rRBaxaxWWH .item-wrapper {
  height: 100%;
}
.cid-rRBaxaxWWH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rRBaxaxWWH .carousel-control,
.cid-rRBaxaxWWH .close {
  background: #1b1b1b;
}
.cid-rRBaxaxWWH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rRBaxaxWWH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rRBaxaxWWH .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rRBaxaxWWH .close::before {
  content: '\e91a';
}
.cid-rRBaxaxWWH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rRBaxaxWWH .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rRBaxaxWWH .carousel-inner > .active {
  display: block;
}
.cid-rRBaxaxWWH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rRBaxaxWWH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rRBaxaxWWH .carousel-control .icon-next,
.cid-rRBaxaxWWH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rRBaxaxWWH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rRBaxaxWWH .carousel-control,
  .cid-rRBaxaxWWH .carousel-indicators,
  .cid-rRBaxaxWWH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rRBaxaxWWH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rRBaxaxWWH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rRBaxaxWWH .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rRBaxaxWWH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rRBaxaxWWH .carousel-indicators {
    display: none;
  }
}
.cid-rRBaxaxWWH .carousel-indicators .active,
.cid-rRBaxaxWWH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rRBaxaxWWH .carousel-indicators .active {
  background: #fff;
}
.cid-rRBaxaxWWH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rRBaxaxWWH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rRBaxaxWWH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rRBaxaxWWH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rRBaxaxWWH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rRBaxaxWWH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rRBaxaxWWH .carousel {
  width: 100%;
}
.cid-rRBaxaxWWH .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rRBaxaxWWH .modal-backdrop.in {
  opacity: .8;
}
.cid-rRBaxaxWWH .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rRBaxaxWWH .modal.fade .modal-dialog,
.cid-rRBaxaxWWH .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rRx0nxDMTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/jhkjh-2000x567.jpg");
}
.cid-rRx0nxDMTc .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rRx0nxDMTc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rRx0nxDMTc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rRx0nxDMTc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRx0nxDMTc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRx0nxDMTc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rRx0nxDMTc a.close:hover {
  color: #ffffff;
}
.cid-rRx0nxDMTc .icon-description {
  color: #ffffff;
}
.cid-rRCxcsekfk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRCxcsekfk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRCxcsekfk p {
  color: #767676;
  text-align: left;
}
.cid-rRCxcsekfk .card-box {
  padding-top: 2rem;
}
.cid-rRCxcsekfk .card-wrapper {
  height: 100%;
}
.cid-rRvXBlDxdk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff7ef;
}
.cid-rRvXBlDxdk .line {
  /* background-color: #265105;
  color: #265105;
  align: center;
  height: 2px; */
  margin: 0 auto;
}
.cid-rRvXBlDxdk .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-rRvXBlDxdk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rRvXBlDxdk .inner-container {
    width: 100% !important;
  }
}
.cid-rRwBu2apnx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ecd1b7;
}
@media (min-width: 992px) {
  .cid-rRwBu2apnx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rRwBu2apnx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rRwBu2apnx .mbr-text {
    text-align: center;
  }
}
.cid-rRwBu2apnx H1 {
  color: #232323;
}
.cid-rRwBu2apnx .mbr-text,
.cid-rRwBu2apnx .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
.cid-rRwBu2apnx DIV {
  text-align: left;
}
.cid-rRwKhpHC7M {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffe4c3;
}
.cid-rRwKhpHC7M P {
  color: #767676;
}
.cid-rRwKhpHC7M H1 {
  color: #232323;
  text-align: right;
}
.cid-rRwKhpHC7M .mbr-text,
.cid-rRwKhpHC7M .mbr-section-btn {
  text-align: right;
  color: #465052;
}
.cid-rRBlvM1KYw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRBlvM1KYw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rRBlvM1KYw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rRBlvM1KYw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rRBlvM1KYw .mbr-text {
    text-align: center;
  }
}
.cid-rRBlvM1KYw .mbr-text,
.cid-rRBlvM1KYw .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
.cid-rRBlvM1KYw H3 {
  color: #232323;
  text-align: left;
}
.cid-rS4a0d3894 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS4a0d3894 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rS4a0d3894 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rS4a0d3894 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rS4a0d3894 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rS4a0d3894 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rS4a0d3894 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rS4a0d3894 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rS4a0d3894 .media-block {
    padding-right: 2rem;
  }
}
.cid-rS4a0d3894 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rS4a0d3894 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rS4a0d3894 .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rS4a0d3894 .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rS4a0d3894 .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rRBodXofH7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-1920x616.png");
}
.cid-rRBodXofH7 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-rRBodXofH7 .step {
  width: 68px;
  height: 68px;
  font-size: 34px;
  border-radius: 50%;
  border: 2px solid #fff7ef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rRBodXofH7 .separline .step-wrapper {
    position: relative;
  }
  .cid-rRBodXofH7 .separline .step-wrapper:before,
  .cid-rRBodXofH7 .separline .step-wrapper:after {
    top: 36px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 34px - 8px);
    background-color: #fff7ef;
  }
  .cid-rRBodXofH7 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rRBodXofH7 .separline .step-wrapper:after {
    left: calc(50% + 8px + 34px);
  }
  .cid-rRBodXofH7 .separline.last-child .step-wrapper:after,
  .cid-rRBodXofH7 .separline:nth-child(3n) .step-wrapper:after,
  .cid-rRBodXofH7 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rRBodXofH7 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rRBodXofH7 .mbr-step-text {
  color: #232323;
  text-align: left;
}
.cid-rS4ldB1o82 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rS4ldB1o82 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rS4ldB1o82 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS4ldB1o82 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rS4ldB1o82 .mbr-text {
    text-align: center;
  }
}
.cid-rS4ldB1o82 H1 {
  color: #232323;
}
.cid-rS4ldB1o82 .mbr-text,
.cid-rS4ldB1o82 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rRBpr5Jh7A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rRBpr5Jh7A .mbr-section-subtitle {
  color: #767676;
}
.cid-rRBpr5Jh7A .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBpr5Jh7A .mbr-text {
  color: #767676;
}
.cid-rRBpr5Jh7A .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rRBpr5Jh7A .mbr-author-name {
  color: #767676;
}
.cid-rRBpr5Jh7A .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rRBpr5Jh7A .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rRBpr5Jh7A .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rRBpr5Jh7A .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rRBpr5Jh7A .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rRBpr5Jh7A .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rS48dngePU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rS48dngePU .title {
  margin-bottom: 2rem;
}
.cid-rS48dngePU .mbr-section-subtitle {
  color: #767676;
}
.cid-rS48dngePU a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rS48dngePU a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rS48dngePU textarea.form-control {
  min-height: 188px;
}
.cid-rRwxSYwuW5 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rRwxSYwuW5 p {
  color: #767676;
}
.cid-rRwxSYwuW5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRwxSYwuW5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rRwxSYwuW5 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rRwxSYwuW5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRwxSYwuW5 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rRwxSYwuW5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rRwxSYwuW5 H2 {
  color: #232323;
}
.cid-rRwxSYwuW5 H4 {
  color: #465052;
}
.cid-rRwxSYwuW5 .panel-text {
  color: #465052;
}
.cid-rS48tJ0IaC {
  background: #2e2e2e;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-rS48tJ0IaC .image-block {
  margin: auto;
}
.cid-rS48tJ0IaC figcaption {
  position: relative;
}
.cid-rS48tJ0IaC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS48tJ0IaC .image-block {
    width: 100% !important;
  }
}
.cid-rS48ZIXR74 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rS48ZIXR74 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rS48ZIXR74 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rS48ZIXR74 .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-rS48ZIXR74 .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-rS48ZIXR74 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rS48ZIXR74 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rS48ZIXR74 .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-rS48ZIXR74 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rS48ZIXR74 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rS48ZIXR74 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rS48ZIXR74 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rS48ZIXR74 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rS48ZIXR74 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rS48ZIXR74 .media-container-row .row-copirayt p {
  width: 100%;
}



.cid-t5q78mzn6e {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background: url('../../images/reviews.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cid-t5q78mzn6e::after{
  background-color: rgba(255,255,255, 0.7);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-t5q78mzn6e .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-t5q78mzn6e .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t5q78mzn6e .mbr-section-title {
  color: #733c1d;
}
.cid-t5q78mzn6e .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-t5q78mzn6e .main-text {
  color: #606060;
}
.cid-t5q78mzn6e .carousel {
  z-index: 2;
  position: relative;
}
.cid-t5q78mzn6e .user {
  padding: 0 !important;
}
.cid-t5q78mzn6e .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-t5q78mzn6e .carousel-item.active,
.cid-t5q78mzn6e .carousel-item-next,
.cid-t5q78mzn6e .carousel-item-prev {
  display: flex;
}
.cid-t5q78mzn6e .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-t5q78mzn6e .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-t5q78mzn6e .details .info {
  padding-left: 20px;
}
.cid-t5q78mzn6e .details .info .user_name {
  margin: 0;
}
.cid-t5q78mzn6e .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-t5q78mzn6e .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-t5q78mzn6e .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-t5q78mzn6e .carousel-controls a {
  font-size: 2rem;
}
.cid-t5q78mzn6e .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-t5q78mzn6e .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-t5q78mzn6e ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-t5q78mzn6e .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-t5q78mzn6e .carousel-indicators li:hover {
  opacity: 1;
}
.cid-t5q78mzn6e .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-t5q78mzn6e .user_text {
  color: #707070;
  text-align: left;
}
.cid-t5q78mzn6e .user_text p.display-5 {
  line-height: 1.54;
}
.cid-t5q78mzn6e .user_desk {
  color: #767676;
}
.cid-t5q78mzn6e .user_desk,
.cid-t5q78mzn6e .carousel-item {
  text-align: left;
}
.cid-t5q78mzn6e .carousel-item {
  padding-right: 20px;
}
.cid-t5q78mzn6e .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-t5q78mzn6e .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-t5q78mzn6e .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-t5q78mzn6e .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-t5q78mzn6e .user_text p,
.cid-t5q78mzn6e .carousel-item {
  color: #000000;
}
.cid-t5q78mzn6e .user_text p{
  color: black !important;
  font-weight: normal !important;
}


.cid-sZvk4JBheX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall.jpg");
}
.cid-sZvk4JBheX .mbr-overlay {
  background: #010304;
  opacity: 0.5;
}
.cid-sZvk4JBheX .item:focus,
.cid-sZvk4JBheX span:focus {
  outline: none;
}
.cid-sZvk4JBheX .item-wrapper {
  position: relative;
}
.cid-sZvk4JBheX .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sZvk4JBheX .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-sZvk4JBheX .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-sZvk4JBheX .mbr-text,
.cid-sZvk4JBheX .mbr-section-btn {
  text-align: left;
}
.cid-sZvk4JBheX .item-title {
  text-align: left;
}
.cid-sZvk4JBheX .item-subtitle {
  text-align: left;
}
.cid-sZvk4JBheX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sZvk4JBheX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sZvk4JBheX .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sZvk4JBheX .embla__slide {
    min-width: 375px;
  }
}
.cid-sZvk4JBheX .embla__button--next,
.cid-sZvk4JBheX .embla__button--prev {
  display: flex;
}
.cid-sZvk4JBheX .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #733C1D;
  color: #fff !important;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sZvk4JBheX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sZvk4JBheX .embla__button:hover {
  background-color: rgba(185, 99, 41, 0.8);
  color: #fff;
  transform: scale(1.05);
}
.cid-sZvk4JBheX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZvk4JBheX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZvk4JBheX .embla__button {
    top: auto;
  }
}
.cid-sZvk4JBheX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sZvk4JBheX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sZvk4JBheX .embla {
  position: relative;
  width: 100%;
}
.cid-sZvk4JBheX .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sZvk4JBheX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sZvk4JBheX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sZvk4JBheX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sZvk4JBheX .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sZvk4JBheX .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sZvk4JBheX .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 19px;
  margin: 0 8px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-sZvk4JBheX .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  /* padding: 0px 20px 20px; */
  display: flex;
  justify-content: center;
}
.cid-sZvk4JBheX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sZvk4JBheX .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sZvk4JBheX .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sZvk4JBheX .shadow:hover .number,
.cid-sZvk4JBheX .shadow:hover .card-title {
  color: #bbbbbb !important;
}
.cid-sZvk4JBheX .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-sZvk4JBheX .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-sZvk4JBheX .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-sZvk4JBheX H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-sZvk4JBheX .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-sZvk4JBheX .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-sZvk4JBheX .link-title {
  display: inline-block;
}
.cid-sZvk4JBheX .margin {
  margin-right: 14px;
}
.cid-sZvk4JBheX .article {
  display: contents;
}
.cid-sZvk4JBheX .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-sZvk4JBheX .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-sZvk4JBheX .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-sZvk4JBheX .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-sZvk4JBheX .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-sZvk4JBheX .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-sZvk4JBheX .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sZvk4JBheX .btn {
  margin-top: 20px;
}
.cid-sZvk4JBheX .card-title,
.cid-sZvk4JBheX .iconfont-wrapper {
  text-align: center;
  color: #3b006b;
}
.cid-sZvk4JBheX a.btn > span {
  margin-left: 0.5rem;
}


.cid-t5vYmIF8kU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0e7d4;
}
.cid-t5vYmIF8kU .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-t5vYmIF8kU .carousel-item.active,
.cid-t5vYmIF8kU .carousel-item-next,
.cid-t5vYmIF8kU .carousel-item-prev {
  display: flex;
}
.cid-t5vYmIF8kU h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-t5vYmIF8kU .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-t5vYmIF8kU .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #b69b74;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-t5vYmIF8kU .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-t5vYmIF8kU H2 {
  color: #b69b74;
}
.cid-t5vYmIF8kU .title {
  color: #343434;
}
.cid-t5vYmIF8kU .user_text {
  color: #767676;
}
.cid-t5vYOooF0r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0e7d4;
}
.cid-t5vYOooF0r .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-t5vYOooF0r .carousel-item.active,
.cid-t5vYOooF0r .carousel-item-next,
.cid-t5vYOooF0r .carousel-item-prev {
  display: flex;
}
.cid-t5vYOooF0r h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-t5vYOooF0r .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-t5vYOooF0r .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #b69b74;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-t5vYOooF0r .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-t5vYOooF0r H2 {
  color: #b69b74;
}
.cid-t5vYOooF0r .title {
  color: #343434;
}
.cid-t5vYOooF0r .user_text {
  color: #767676;
}


.cid-t5vYmIF8kU p{
  font-family: 'Poppins', sans-serif;
    font-size: 1.1rem !important;
    font-display: swap;
    font-weight: bold !important;
    padding: 34px !important;
}
.cid-t5vYmIF8kU h2 {
  font-size: 11rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -2rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-t5vYmIF8kU {
  padding-top: 30px;
  padding-bottom: 0px;
}

.cid-t5vYOooF0r p{
  font-family: 'Poppins', sans-serif;
    font-size: 1.1rem !important;
    font-display: swap;
    font-weight: bold !important;
    padding: 34px !important;
}
.cid-t5vYOooF0r h2 {
  font-size: 11rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -2rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-t5vYOooF0r {
  padding-top: 30px;
  padding-bottom: 0px;
}





#slider-products{
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0px;
  overflow: hidden !important;
}
#slider-products .card{
  position: relative;
  background: white;
  width: 400px;
  height: 670px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:768px){
  #slider-products .card, #slider-products .card .content, #slider-products .swiper-slide, #slider-products .box-image-slider{
      width: 280px !important;
  }
  #slider-products .card .content h3{
      font-size: 1.4rem !important;
  }
  #slider-products .card .content .box-offer .save{
      font-size: 1.2rem !important;
  }
  #slider-products .card .content .box-offer .price{
      font-size: 1.4rem !important;
  }
  #slider-products .card .content .box-offer .free{
      font-size: 0.9rem !important;
  }
}
#slider-products .card .content{
  width: 400px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#slider-products .card .content h3{
  font-family: 'Poppins', sans-serif;
  color: #F24405;
  font-weight: bolder;
  font-size: 1.9rem;
  text-align: center;
}
#slider-products .card .content h4{
  text-align: center;
}
/* SAVE */
#slider-products .card .content .box-offer .save{
  font-size: 1.7rem;
  font-weight: 700;
  color: #477f37 !important;
  font-family: 'Poppins', sans-serif;
  text-align: center !important;
}
/* PRICE */
#slider-products .card .content .box-offer .price{
  font-weight: bold;
  font-size: 2rem;
  color: #F24405;
    font-family: 'Poppins', sans-serif;
}
/* FREE SHIPPING */
#slider-products .card .content .box-offer .free{
  font-size: 1rem;
  font-weight: bold;
  color: black;
    font-family: 'Poppins', sans-serif;
}

#slider-products .swiper-slide{
  width: 400px;
}
#slider-products .box-image-slider{
  width: 350px;
  height: 380px;
  padding: 20px;
}
#slider-products .box-image-slider img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#slider-products select{
  margin-bottom: 10px;
}
#slider-products .btn-primary{
  border-radius: 40px;
}
.swiper-button-next,
.swiper-button-prev{
color: #F24405!important;
}

.swiper-button-prev {
  left: 239px !important;
  right: auto;
}
.swiper-button-next {
  right: 239px !important;
  left: auto;
}