.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #f9f7f4;
}
body {
  font-family: 'Manrope', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffcba4 !important;
}
.bg-success {
  background-color: #87e9bc !important;
}
.bg-info {
  background-color: #78e2f8 !important;
}
.bg-warning {
  background-color: #ffdc71 !important;
}
.bg-danger {
  background-color: #ea8690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcba4 !important;
  border-color: #ffcba4 !important;
  color: #a44600 !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: #ff994d !important;
  border-color: #ff994d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a44600 !important;
  background-color: #ff994d !important;
  border-color: #ff994d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #94553d !important;
  border-color: #94553d !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: #573224 !important;
  border-color: #573224 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #573224 !important;
  border-color: #573224 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78e2f8 !important;
  border-color: #78e2f8 !important;
  color: #065a6b !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: #26d0f4 !important;
  border-color: #26d0f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065a6b !important;
  background-color: #26d0f4 !important;
  border-color: #26d0f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #87e9bc !important;
  border-color: #87e9bc !important;
  color: #125f3c !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: #3edc93 !important;
  border-color: #3edc93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #125f3c !important;
  background-color: #3edc93 !important;
  border-color: #3edc93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdc71 !important;
  border-color: #ffdc71 !important;
  color: #715500 !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: #1a1400 !important;
  background-color: #ffc71a !important;
  border-color: #ffc71a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #715500 !important;
  background-color: #ffc71a !important;
  border-color: #ffc71a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea8690 !important;
  border-color: #ea8690 !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: #dd3c4c !important;
  border-color: #dd3c4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3c4c !important;
  border-color: #dd3c4c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffcba4;
  color: #ffcba4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff994d !important;
  background-color: transparent !important;
  border-color: #ff994d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a44600 !important;
  background-color: #ffcba4 !important;
  border-color: #ffcba4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #94553d;
  color: #94553d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #573224 !important;
  background-color: transparent !important;
  border-color: #573224 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #94553d !important;
  border-color: #94553d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #78e2f8;
  color: #78e2f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #26d0f4 !important;
  background-color: transparent !important;
  border-color: #26d0f4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065a6b !important;
  background-color: #78e2f8 !important;
  border-color: #78e2f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87e9bc;
  color: #87e9bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3edc93 !important;
  background-color: transparent !important;
  border-color: #3edc93 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #125f3c !important;
  background-color: #87e9bc !important;
  border-color: #87e9bc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdc71;
  color: #ffdc71;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc71a !important;
  background-color: transparent !important;
  border-color: #ffc71a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #715500 !important;
  background-color: #ffdc71 !important;
  border-color: #ffdc71 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ea8690;
  color: #ea8690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dd3c4c !important;
  background-color: transparent !important;
  border-color: #dd3c4c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8690 !important;
  border-color: #ea8690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffcba4 !important;
}
.text-secondary {
  color: #94553d !important;
}
.text-success {
  color: #87e9bc !important;
}
.text-info {
  color: #78e2f8 !important;
}
.text-warning {
  color: #ffdc71 !important;
}
.text-danger {
  color: #ea8690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff913e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4c2c1f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #31d98c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #17cdf3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc30b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db2f40 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #ffcba4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78e2f8;
}
.alert-warning {
  background-color: #ffdc71;
}
.alert-danger {
  background-color: #ea8690;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcba4;
  border-color: #ffcba4;
  color: #bd5100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffcba4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ffcba4;
}
/* 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: #ffcba4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffcba4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcba4;
  border-bottom-color: #ffcba4;
}
.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: #000000 !important;
  background-color: #ffcba4 !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: #94553d !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='%23ffcba4' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-v5DDYSuYCR .navbar-dropdown {
  position: relative !important;
}
.cid-v5DDYSuYCR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5DDYSuYCR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v5DDYSuYCR .dropdown-item:hover,
.cid-v5DDYSuYCR .dropdown-item:focus {
  color: #ffcba4 !important;
}
.cid-v5DDYSuYCR .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v5DDYSuYCR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5DDYSuYCR .nav-link {
  position: relative;
  padding: 0;
}
.cid-v5DDYSuYCR .container {
  display: flex;
  margin: auto;
}
.cid-v5DDYSuYCR .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5DDYSuYCR .dropdown-menu,
.cid-v5DDYSuYCR .navbar.opened {
  background: #f9f7f4 !important;
}
.cid-v5DDYSuYCR .nav-item:focus,
.cid-v5DDYSuYCR .nav-link:focus {
  outline: none;
}
.cid-v5DDYSuYCR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5DDYSuYCR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5DDYSuYCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5DDYSuYCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5DDYSuYCR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5DDYSuYCR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5DDYSuYCR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f7f4;
}
.cid-v5DDYSuYCR .navbar.opened {
  transition: all 0.3s;
}
.cid-v5DDYSuYCR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5DDYSuYCR .navbar .navbar-logo img {
  width: auto;
}
.cid-v5DDYSuYCR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5DDYSuYCR .navbar.collapsed {
  justify-content: center;
}
.cid-v5DDYSuYCR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5DDYSuYCR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5DDYSuYCR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5DDYSuYCR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5DDYSuYCR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5DDYSuYCR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5DDYSuYCR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5DDYSuYCR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5DDYSuYCR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5DDYSuYCR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5DDYSuYCR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5DDYSuYCR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5DDYSuYCR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5DDYSuYCR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5DDYSuYCR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5DDYSuYCR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5DDYSuYCR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5DDYSuYCR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5DDYSuYCR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5DDYSuYCR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5DDYSuYCR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5DDYSuYCR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5DDYSuYCR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5DDYSuYCR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5DDYSuYCR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5DDYSuYCR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5DDYSuYCR .dropdown-item.active,
.cid-v5DDYSuYCR .dropdown-item:active {
  background-color: transparent;
}
.cid-v5DDYSuYCR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5DDYSuYCR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5DDYSuYCR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5DDYSuYCR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f7f4;
}
.cid-v5DDYSuYCR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5DDYSuYCR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5DDYSuYCR ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v5DDYSuYCR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5DDYSuYCR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5DDYSuYCR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5DDYSuYCR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5DDYSuYCR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5DDYSuYCR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5DDYSuYCR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5DDYSuYCR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5DDYSuYCR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5DDYSuYCR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5DDYSuYCR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5DDYSuYCR .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v5DDYSuYCR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5DDYSuYCR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5DDYSuYCR .navbar {
    height: 70px;
  }
  .cid-v5DDYSuYCR .navbar.opened {
    height: auto;
  }
  .cid-v5DDYSuYCR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5DDYSuYCR a {
  display: inline;
}
.cid-v5DDYSuYCR img {
  display: inline;
  padding-right: 10px;
}
.cid-v5DDYSuYCR .dropdown-toggle:after {
  display: none;
}
.cid-v5DDYSuYCR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v5DDYSuYCR .dropdown-item:hover {
  color: #632b16 !important;
}
@media (max-width: 990px) {
  .cid-v5DDYSuYCR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v5DDYSuYCR .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v5DDYSuYCR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v5DDYSuYCR .nav-item {
  margin-right: 32px;
}
.cid-v5DDYSuYCR .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v5DDYSuYCR ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v5DDYSuYCR .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v5DDYSuYCR .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v5DDYSuYCR .navbar-nav {
  margin: auto;
}
.cid-v5DDYSuYCR .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v5DDYSuYCR .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v5DDYSuYCR .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v5DDYSuYCR .btn {
  border-radius: 1000px !important;
}
.cid-v5DDYSuYCR .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v5DDYSuYCR .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v5DDYSuYCR .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5DDYSuYCR .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cid-v5DDYSuYCR .dropdown-item:focus {
  color: #632b16 !important;
}
@media (max-width: 945px) {
  .cid-v5DDYSuYCR .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v5DDYSuYCR .top {
    margin-top: 25px;
  }
}
.cid-v5DDYSuYCR .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v5DDYSuYCR .container,
  .cid-v5DDYSuYCR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v5DDYSuYCR li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v5DDYSuYCR ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v5DDYSuYCR .icons-menu {
    min-width: initial !important;
  }
  .cid-v5DDYSuYCR a.btn {
    margin-top: 10px;
  }
}
.cid-v5DDYSuYCR a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYSuYCR .navbar-nav .nav-item .nav-link:hover,
.cid-v5DDYSuYCR .navbar-nav .nav-item .nav-link:focus {
  color: #632b16 !important;
}
.cid-v5DDYSuYCR .navbar-caption {
  color: #000000;
}
.cid-v5DDYSuYCR .nav-link,
.cid-v5DDYSuYCR .dropdown-item {
  color: #000000;
}
.cid-v5DDYTgo3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYTgo3q .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-v5DDYTgo3q .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-v5DDYTgo3q .button-align {
  text-align: center;
}
.cid-v5DDYTgo3q .margin {
  margin-right: 14px;
}
.cid-v5DDYTgo3q .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-v5DDYTgo3q .margin {
    margin-right: 0px;
  }
}
.cid-v5DDYTgo3q .btn {
  margin-top: 20px;
}
.cid-v5DDYTgo3q a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYTgo3q .mbr-text,
.cid-v5DDYTgo3q .button-align {
  color: #000000;
}
.cid-v5DDYTzAdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYTzAdC .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5DDYTzAdC .bottom,
.cid-v5DDYTzAdC .card-title {
  color: #ffffff;
}
.cid-v5DDYTzAdC .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-v5DDYTzAdC .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-v5DDYTzAdC {
    padding-bottom: 0;
  }
  .cid-v5DDYTzAdC .card-wrapper {
    position: initial;
  }
  .cid-v5DDYTzAdC .card-box {
    padding: 10%;
  }
}
.cid-v5DDYTzAdC .bottom {
  color: #8c8c95;
}
.cid-v5DDYTzAdC .plus1 {
  color: #c4ac95;
}
.cid-v5DDYTzAdC .plus2 {
  color: #ffcba4;
}
.cid-v5DDYTzAdC .plus3 {
  color: #94553d;
}
.cid-v5DDYTzAdC .plus4 {
  color: #c4ac95;
}
.cid-v5DDYTzAdC .card-title,
.cid-v5DDYTzAdC .bottom {
  text-align: center;
  color: #000000;
}
.cid-v5DDYTIQ9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYTIQ9M .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v5DDYTIQ9M .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-v5DDYTIQ9M .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYTIQ9M .wrapper {
  margin: auto;
}
.cid-v5DDYTIQ9M .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-v5DDYTIQ9M .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-v5DDYTIQ9M .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-v5DDYTIQ9M a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-v5DDYTIQ9M .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-v5DDYTIQ9M .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v5DDYTNPCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v5DDYTNPCV .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #000000;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-v5DDYTNPCV .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-v5DDYTNPCV .align-center {
    margin-top: 2rem;
  }
  .cid-v5DDYTNPCV .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-v5DDYTNPCV .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-v5DDYTNPCV .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-v5DDYTNPCV .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-v5DDYTNPCV .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-v5DDYTNPCV .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5DDYTNPCV .link {
  text-align: left;
}
.cid-v5DDYTNPCV li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-v5DDYTNPCV li:last-child {
  margin-bottom: 0;
}
.cid-v5DDYTNPCV ul {
  padding-inline-start: 0px;
}
.cid-v5DDYTNPCV .card1 {
  background-color: #ffffff;
}
.cid-v5DDYTNPCV .card2 {
  background-color: #ffcba4;
}
.cid-v5DDYTNPCV .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-v5DDYTNPCV .plan {
    padding: 47px;
  }
}
.cid-v5DDYTNPCV a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-v5DDYTNPCV .card {
  border: 1px solid #eff0f6;
}
.cid-v5DDYTNPCV .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v5DDYTNPCV .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v5DDYTNPCV .align {
  margin-bottom: 16px;
}
.cid-v5DDYTNPCV .name {
  margin-bottom: 9px;
}
.cid-v5DDYTNPCV .name2 {
  margin-bottom: 9px;
}
.cid-v5DDYTNPCV .price,
.cid-v5DDYTNPCV .month {
  display: inline !important;
}
.cid-v5DDYTNPCV .price2,
.cid-v5DDYTNPCV .month2 {
  display: inline !important;
}
.cid-v5DDYTNPCV .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v5DDYTNPCV .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-v5DDYTNPCV .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-v5DDYTNPCV .mbr-iconfont {
  padding: 6px;
  background-color: #94553d;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-v5DDYTNPCV .name,
.cid-v5DDYTNPCV .align {
  text-align: left;
  color: #000000;
}
.cid-v5DDYTNPCV .name2,
.cid-v5DDYTNPCV .align {
  text-align: left;
  color: #000000;
}
.cid-v5DDYTNPCV .price2 {
  text-align: left;
  color: #000000;
}
.cid-v5DDYTNPCV .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-v5DDYTNPCV .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5DDYTNPCV .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYTNPCV .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5DDYTNPCV .card1:hover,
.cid-v5DDYTNPCV .card2:hover,
.cid-v5DDYTNPCV .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-v5DDYTNPCV .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-v5DDYTNPCV .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-v5DDYTNPCV a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-v5DDYTNPCV .price {
  color: #000000;
}
.cid-v5DDYTNPCV .list,
.cid-v5DDYTNPCV .link {
  color: #000000;
}
.cid-v5DDYTNPCV .list2,
.cid-v5DDYTNPCV .link {
  color: #000000;
}
.cid-v5DDYU11Zd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYU11Zd .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-v5DDYU11Zd .link-title {
  width: 100%;
  display: inline-block;
}
.cid-v5DDYU11Zd .shadow {
  border-radius: 30px;
  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;
}
.cid-v5DDYU11Zd .item-wrapper {
  position: relative;
}
.cid-v5DDYU11Zd .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-v5DDYU11Zd .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYU11Zd .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-v5DDYU11Zd .col-12.col-sm-6.col-lg-3:hover .number,
.cid-v5DDYU11Zd .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYU11Zd .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYU11Zd .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-v5DDYU11Zd .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-v5DDYU11Zd .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-v5DDYU11Zd .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v5DDYU11Zd .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-v5DDYU11Zd .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-v5DDYU11Zd .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5DDYU11Zd .col-12 {
    padding-top: 50px;
  }
  .cid-v5DDYU11Zd .col-12:first-child {
    padding-top: 0px;
  }
  .cid-v5DDYU11Zd .wrap-img {
    margin-bottom: 30px;
  }
  .cid-v5DDYU11Zd .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-v5DDYU11Zd .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v5DDYU11Zd .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5DDYU11Zd .episode {
  color: #ffffff;
}
.cid-v5DDYU11Zd .img-title {
  color: #ffffff;
}
.cid-v5DDYU11Zd .margin {
  margin-right: 14px;
}
.cid-v5DDYU11Zd .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYU11Zd .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-v5DDYU11Zd .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-v5DDYU11Zd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYU11Zd .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5DDYU11Zd .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5DDYU11Zd .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5DDYU11Zd .card-button .btn-primary,
.cid-v5DDYU11Zd .card-button .btn-secondary,
.cid-v5DDYU11Zd .card-button .btn-success,
.cid-v5DDYU11Zd .card-button .btn-info,
.cid-v5DDYU11Zd .card-button .btn-warning,
.cid-v5DDYU11Zd .card-button .btn-danger,
.cid-v5DDYU11Zd .card-button .btn-black,
.cid-v5DDYU11Zd .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5DDYU11Zd .card-text,
.cid-v5DDYU11Zd .link-title {
  color: #000000;
}
.cid-v5DDYUhBrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f7f4;
}
.cid-v5DDYUhBrd .item:focus,
.cid-v5DDYUhBrd span:focus {
  outline: none;
}
.cid-v5DDYUhBrd .item-wrapper {
  position: relative;
}
.cid-v5DDYUhBrd .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v5DDYUhBrd .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v5DDYUhBrd .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v5DDYUhBrd .mbr-text,
.cid-v5DDYUhBrd .mbr-section-btn {
  text-align: left;
}
.cid-v5DDYUhBrd .item-title {
  text-align: left;
}
.cid-v5DDYUhBrd .item-subtitle {
  text-align: left;
}
.cid-v5DDYUhBrd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v5DDYUhBrd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v5DDYUhBrd .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v5DDYUhBrd .embla__slide {
    min-width: 375px;
  }
}
.cid-v5DDYUhBrd .embla__button--next,
.cid-v5DDYUhBrd .embla__button--prev {
  display: flex;
}
.cid-v5DDYUhBrd .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: #ffcba4;
  color: #94553d;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v5DDYUhBrd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5DDYUhBrd .embla__button:hover {
  background-color: #ffcba4;
  color: #94553d;
  transform: scale(1.05);
}
.cid-v5DDYUhBrd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5DDYUhBrd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5DDYUhBrd .embla__button {
    top: auto;
  }
}
.cid-v5DDYUhBrd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5DDYUhBrd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5DDYUhBrd .embla {
  position: relative;
  width: 100%;
}
.cid-v5DDYUhBrd .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v5DDYUhBrd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5DDYUhBrd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5DDYUhBrd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5DDYUhBrd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYUhBrd .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5DDYUhBrd .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: 48px 32px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v5DDYUhBrd .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-v5DDYUhBrd img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5DDYUhBrd .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYUhBrd .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYUhBrd .shadow:hover .number,
.cid-v5DDYUhBrd .shadow:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYUhBrd .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-v5DDYUhBrd .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-v5DDYUhBrd .card-text {
  color: #000000;
  text-align: center;
}
.cid-v5DDYUhBrd H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v5DDYUhBrd .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v5DDYUhBrd .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-v5DDYUhBrd .link-title {
  display: inline-block;
}
.cid-v5DDYUhBrd .margin {
  margin-right: 14px;
}
.cid-v5DDYUhBrd .article {
  display: contents;
}
.cid-v5DDYUhBrd .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-v5DDYUhBrd .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-v5DDYUhBrd .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v5DDYUhBrd .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v5DDYUhBrd .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-v5DDYUhBrd .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-v5DDYUhBrd .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v5DDYUhBrd .btn {
  margin-top: 20px;
}
.cid-v5DDYUhBrd .card-title,
.cid-v5DDYUhBrd .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v5DDYUhBrd a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYUhBrd .mbr-section-title,
.cid-v5DDYUhBrd .button-align {
  color: #000000;
}
.cid-v5DDYULjnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYULjnI .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5DDYULjnI .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v5DDYULjnI .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v5DDYULjnI .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-v5DDYULjnI .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-v5DDYULjnI .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5DDYULjnI .margin {
  margin-right: 14px;
}
.cid-v5DDYULjnI .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v5DDYULjnI .socicon-bg-youtube {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYULjnI .socicon-bg-facebook {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYULjnI .socicon-bg-twitter {
  background-color: #94553d;
  color: #ffffff;
}
.cid-v5DDYULjnI .socicon-bg-pinterest {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYULjnI .socicon-bg-mail {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYULjnI .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ffcba4;
  cursor: pointer;
}
.cid-v5DDYULjnI .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5DDYULjnI .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5DDYULjnI img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-v5DDYULjnI .mbr-social-likes {
  max-width: 454px;
}
.cid-v5DDYULjnI .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-v5DDYULjnI .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-v5DDYULjnI .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-v5DDYULjnI .card-title,
.cid-v5DDYULjnI .card-subtitle,
.cid-v5DDYULjnI .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-v5DDYULjnI .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-v5DDYULjnI .al {
    flex-direction: column;
  }
  .cid-v5DDYULjnI .shadow {
    padding: 39px 36px;
  }
  .cid-v5DDYULjnI img {
    padding-bottom: 20px;
  }
  .cid-v5DDYULjnI .card-title,
  .cid-v5DDYULjnI .card-subtitle,
  .cid-v5DDYULjnI .card-text,
  .cid-v5DDYULjnI .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-v5DDYULjnI .shadow {
    padding: 35px 15px;
  }
}
.cid-v5DDYULjnI .mbr-iconfont {
  margin-left: 0;
}
.cid-v5DDYULjnI .card-text,
.cid-v5DDYULjnI .mbr-social-likes {
  color: #000000;
}
.cid-v5DDYUOPJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYUOPJs .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5DDYUOPJs .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5DDYUOPJs .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v5DDYUOPJs .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5DDYUOPJs ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v5DDYUOPJs li::marker {
  color: #ffcba4;
  width: 10px;
}
.cid-v5DDYUOPJs li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v5DDYUOPJs img {
  width: 90%;
}
.cid-v5DDYUOPJs .gray {
  background-color: #f9f7f4;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v5DDYUOPJs .b {
  max-width: 598px;
}
.cid-v5DDYUOPJs .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v5DDYUOPJs .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v5DDYUOPJs .t {
    padding-top: 90px;
  }
  .cid-v5DDYUOPJs .b {
    max-width: initial;
  }
  .cid-v5DDYUOPJs .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v5DDYUOPJs .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v5DDYUOPJs .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v5DDYUOPJs .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v5DDYUOPJs .btn {
  margin-top: 20px;
}
.cid-v5DDYUOPJs .t {
  max-width: 542px;
}
.cid-v5DDYUOPJs .mbr-text,
.cid-v5DDYUOPJs .button-align,
.cid-v5DDYUOPJs .list {
  color: #000000;
}
.cid-v5DDYUOPJs .list {
  color: #000000;
}
.cid-v5DDYUSnyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DDYUSnyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5DDYUUqym {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5DDYUUqym .shadow {
  border-radius: 30px;
  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;
}
.cid-v5DDYUUqym .wrap-img {
  border-bottom: 1px solid #000000;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYUUqym .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYUUqym .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYUUqym .shadow:hover .mbr-iconfont,
.cid-v5DDYUUqym .shadow:hover .number,
.cid-v5DDYUUqym .shadow:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYUUqym .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYUUqym .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYUUqym .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-v5DDYUUqym .title-block {
  margin-bottom: 56px;
}
.cid-v5DDYUUqym .card-text {
  color: #000000;
  text-align: center;
}
.cid-v5DDYUUqym H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYUUqym .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-v5DDYUUqym .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5DDYUUqym .link-title {
  display: inline-block;
}
.cid-v5DDYUUqym .episode {
  color: #ffffff;
}
.cid-v5DDYUUqym .img-title {
  color: #ffffff;
}
.cid-v5DDYUUqym .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYUUqym .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5DDYUUqym .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-v5DDYUUqym .title-block {
    flex-direction: column;
  }
  .cid-v5DDYUUqym .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v5DDYUUqym .item.features-image {
  margin-top: 35px;
}
.cid-v5DDYUUqym .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5DDYUUqym .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5DDYUUqym .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5DDYUUqym .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-v5DDYUUqym .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v5DDYUUqym .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-v5DDYUUqym .mbr-section-subtitle {
  color: #000000;
}
.cid-v5DDYVcSQI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVcSQI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #ffcba4;
}
.cid-v5DDYVcSQI .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYVcSQI .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v5DDYVcSQI .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v5DDYVcSQI .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v5DDYVd7S2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVd7S2 .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v5DDYVd7S2 .row {
  justify-content: center;
}
.cid-v5DDYVd7S2 .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #ffcba4;
}
.cid-v5DDYVd7S2 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v5DDYVd7S2 .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-v5DDYVd7S2 .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v5DDYVd7S2 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-v5DDYVd7S2 .text,
.cid-v5DDYVd7S2 .article {
  color: #000000;
}
.cid-v5DDYVd7S2 .p {
  color: #000000;
}
.cid-v5DDYVh6Z7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVh6Z7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v5DDYVh6Z7 .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-v5DDYVh6Z7 .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYVh6Z7 .wrapper {
  margin: auto;
}
.cid-v5DDYVjBsF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVjBsF .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v5DDYVjBsF .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v5DDYVjBsF .p:last-child {
  padding-bottom: 0;
}
.cid-v5DDYVjBsF .row {
  justify-content: center;
}
.cid-v5DDYVkzQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVkzQp img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-v5DDYVkzQp .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-v5DDYVkzQp .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-v5DDYVkzQp .brand:hover {
  transform: translate(0px, -4px);
}
.cid-v5DDYVkzQp .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v5DDYVkzQp .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-v5DDYVkzQp .row-main {
    flex-direction: column;
  }
  .cid-v5DDYVkzQp .col-auto {
    margin-bottom: 10px;
  }
  .cid-v5DDYVkzQp .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v5DDYVlQfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVlQfD .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-v5DDYVlQfD .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v5DDYVlQfD .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5DDYVlQfD .iconfont-wrapper .mbr-iconfont {
  color: #ffcba4;
}
.cid-v5DDYVlQfD .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v5DDYVlQfD .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v5DDYVlQfD .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5DDYVlQfD img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v5DDYVlQfD .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v5DDYVlQfD .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-v5DDYVlQfD .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v5DDYVlQfD .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v5DDYVlQfD .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v5DDYVlQfD .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5DDYVlQfD .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v5DDYVlQfD .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v5DDYVlQfD .align {
  display: flex;
  align-items: center;
}
.cid-v5DDYVlQfD .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-v5DDYVlQfD .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v5DDYVlQfD .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v5DDYVlQfD .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v5DDYVlQfD .card-text,
.cid-v5DDYVlQfD .iconfont-wrapper {
  color: #000000;
}
.cid-v5DDYVrdUN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVrdUN .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-v5DDYVrdUN .align-left {
  max-width: 547px;
}
.cid-v5DDYVrdUN .mbr-text,
.cid-v5DDYVrdUN .mbr-section-btn {
  color: #000000;
}
.cid-v5DDYVrdUN .left-side {
  margin-right: 20px;
}
.cid-v5DDYVrdUN .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-v5DDYVrdUN .left-side {
    margin-right: 0px;
  }
  .cid-v5DDYVrdUN .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-v5DDYVu4nN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVu4nN img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-v5DDYVu4nN .title {
  color: #14142b;
  width: auto;
}
.cid-v5DDYVu4nN .row.justify-content-between {
  align-items: center;
}
.cid-v5DDYVu4nN .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-v5DDYVu4nN .row.margin:hover {
  transform: scale(1.05);
}
.cid-v5DDYVu4nN .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v5DDYVu4nN .left {
  max-width: 549px;
}
.cid-v5DDYVu4nN .right {
  max-width: 452px;
  overflow: visible;
}
.cid-v5DDYVu4nN .shadow {
  padding: 40px 61px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 452px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v5DDYVu4nN .socicon-bg-youtube {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYVu4nN .socicon-bg-facebook {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYVu4nN .socicon-bg-twitter {
  background-color: #94553d;
  color: #ffffff;
}
.cid-v5DDYVu4nN .socicon-bg-pinterest {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYVu4nN .socicon-bg-mail {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYVu4nN .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 42px;
  height: 42px;
  line-height: 44px;
  margin: 0 16px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ffcba4;
  cursor: pointer;
}
.cid-v5DDYVu4nN .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5DDYVu4nN .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5DDYVu4nN .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5DDYVu4nN .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-v5DDYVu4nN .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-v5DDYVu4nN .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-v5DDYVu4nN .mbr-section-title,
  .cid-v5DDYVu4nN .mbr-section-subtitle {
    text-align: center;
  }
  .cid-v5DDYVu4nN .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-v5DDYVu4nN .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-v5DDYVu4nN .mbr-iconfont {
  margin-left: 0;
}
.cid-v5DDYVyvmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYVyvmC .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v5DDYVyvmC .panel-title {
  display: flex;
  align-items: center;
}
.cid-v5DDYVyvmC .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-v5DDYVyvmC .panel-body,
.cid-v5DDYVyvmC .card-header {
  padding: 1rem 0;
}
.cid-v5DDYVyvmC .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v5DDYVyvmC .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-v5DDYVyvmC .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-v5DDYVyvmC .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 24px;
}
.cid-v5DDYVyvmC .section-head {
  margin-bottom: 56px;
}
.cid-v5DDYVyvmC .card {
  margin-bottom: 32px;
}
.cid-v5DDYVyvmC H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v5DDYVyvmC .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v5DDYVyvmC .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5DDYVyvmC .mbr-section-title {
  color: #000000;
}
.cid-v5DDYVC2yI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5DDYVC2yI .item:focus,
.cid-v5DDYVC2yI span:focus {
  outline: none;
}
.cid-v5DDYVC2yI .item-wrapper {
  position: relative;
}
.cid-v5DDYVC2yI .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v5DDYVC2yI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5DDYVC2yI .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v5DDYVC2yI .mbr-text,
.cid-v5DDYVC2yI .mbr-section-btn {
  text-align: left;
}
.cid-v5DDYVC2yI .item-title {
  text-align: left;
}
.cid-v5DDYVC2yI .item-subtitle {
  text-align: left;
}
.cid-v5DDYVC2yI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v5DDYVC2yI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5DDYVC2yI .embla__button--next,
.cid-v5DDYVC2yI .embla__button--prev {
  display: flex;
}
.cid-v5DDYVC2yI .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: #ffcba4;
  color: #94553d;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v5DDYVC2yI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5DDYVC2yI .embla__button:hover {
  background: #ffcba4;
  color: #94553d;
  transform: scale(1.05);
}
.cid-v5DDYVC2yI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5DDYVC2yI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5DDYVC2yI .embla__button {
    top: auto;
  }
}
.cid-v5DDYVC2yI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5DDYVC2yI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5DDYVC2yI .embla {
  position: relative;
  width: 100%;
}
.cid-v5DDYVC2yI .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v5DDYVC2yI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5DDYVC2yI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5DDYVC2yI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5DDYVC2yI .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYVC2yI .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5DDYVC2yI .shadow {
  border-radius: 30px;
  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;
}
.cid-v5DDYVC2yI .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v5DDYVC2yI .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-v5DDYVC2yI H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYVC2yI .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v5DDYVC2yI .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5DDYVC2yI .link-title {
  display: inline-block;
}
.cid-v5DDYVC2yI .margin {
  margin-right: 14px;
}
.cid-v5DDYVC2yI .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f9f7f4;
  color: #000000;
}
.cid-v5DDYVC2yI .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5DDYVC2yI .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-v5DDYVC2yI .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v5DDYVC2yI .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v5DDYVC2yI .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYVC2yI .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYVC2yI .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYVC2yI .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYVC2yI .shadow:hover .mbr-iconfont,
.cid-v5DDYVC2yI .shadow:hover .number,
.cid-v5DDYVC2yI .shadow:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYVC2yI .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v5DDYVC2yI .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5DDYVC2yI .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5DDYVC2yI .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5DDYVC2yI .col-auto .card-button .btn-primary,
.cid-v5DDYVC2yI .col-auto .card-button .btn-secondary,
.cid-v5DDYVC2yI .col-auto .card-button .btn-success,
.cid-v5DDYVC2yI .col-auto .card-button .btn-info,
.cid-v5DDYVC2yI .col-auto .card-button .btn-warning,
.cid-v5DDYVC2yI .col-auto .card-button .btn-danger,
.cid-v5DDYVC2yI .col-auto .card-button .btn-black,
.cid-v5DDYVC2yI .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5DDYVLJVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f7f4;
}
.cid-v5DDYVLJVq .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5DDYVLJVq .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5DDYVLJVq .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v5DDYVLJVq .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-v5DDYVLJVq .right-side {
  max-width: 554px;
}
.cid-v5DDYVLJVq .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5DDYVLJVq .margin {
  margin-right: 14px;
}
.cid-v5DDYVLJVq .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v5DDYVLJVq .socicon-bg-youtube {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYVLJVq .socicon-bg-facebook {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYVLJVq .socicon-bg-twitter {
  background-color: #94553d;
  color: #ffffff;
}
.cid-v5DDYVLJVq .socicon-bg-pinterest {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYVLJVq .socicon-bg-mail {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYVLJVq .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-v5DDYVLJVq .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-v5DDYVLJVq .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5DDYVLJVq .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5DDYVLJVq img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v5DDYVLJVq .mbr-social-likes {
  max-width: 454px;
}
.cid-v5DDYVLJVq .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-v5DDYVLJVq .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-v5DDYVLJVq .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-v5DDYVLJVq .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-v5DDYVLJVq .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-v5DDYVLJVq .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-v5DDYVLJVq .shadow {
    margin: auto;
  }
  .cid-v5DDYVLJVq .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-v5DDYVLJVq .btn {
  margin-top: 20px;
}
.cid-v5DDYVLJVq a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5DDYVLJVq .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-v5DDYVLJVq .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-v5DDYVLJVq .mbr-text,
.cid-v5DDYVLJVq .button-align {
  color: #000000;
}
.cid-v5DDYVLJVq .card-text,
.cid-v5DDYVLJVq .mbr-social-likes {
  color: #000000;
}
.cid-v5DDYW1g5X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5DDYW1g5X .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5DDYW1g5X .shadow {
  border-color: #eff0f6;
  border-radius: 30px;
  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;
  display: flex;
  flex-direction: row;
  padding: 52px 52px 52px 40px;
  background-color: #ffffff;
}
.cid-v5DDYW1g5X .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYW1g5X .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-v5DDYW1g5X .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYW1g5X .shadow:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYW1g5X .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYW1g5X .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  color: #000000;
}
.cid-v5DDYW1g5X .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v5DDYW1g5X H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYW1g5X .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-v5DDYW1g5X .link-title {
  display: inline-block;
}
.cid-v5DDYW1g5X .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f9f7f4;
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5DDYW1g5X .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v5DDYW1g5X .link-row,
.cid-v5DDYW1g5X .title-block {
  align-items: center;
}
.cid-v5DDYW1g5X .link2 {
  display: inline;
}
.cid-v5DDYW1g5X .socicon-bg-youtube {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYW1g5X .socicon-bg-facebook {
  background-color: #ffcba4;
  color: #000000 !important;
}
.cid-v5DDYW1g5X .socicon-bg-twitter {
  background-color: #94553d;
  color: #ffffff !important;
}
.cid-v5DDYW1g5X .socicon-bg-pinterest {
  background-color: #c4ac95;
  color: #000000 !important;
}
.cid-v5DDYW1g5X .socicon-bg-mail {
  background-color: #ffcba4;
  color: #000000 !important;
}
.cid-v5DDYW1g5X .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ffcba4;
  cursor: pointer;
}
.cid-v5DDYW1g5X .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5DDYW1g5X .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5DDYW1g5X .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5DDYW1g5X .bottom {
    display: block;
  }
}
.cid-v5DDYW1g5X .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v5DDYW1g5X .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-v5DDYW1g5X .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-v5DDYW1g5X .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-v5DDYW1g5X .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-v5DDYW1g5X .right {
    margin-left: 0;
  }
  .cid-v5DDYW1g5X .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-v5DDYW1g5X .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-v5DDYW1g5X .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-v5DDYW1g5X .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-v5DDYW1g5X .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-v5DDYW1g5X .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v5DDYW1g5X .shadow {
    padding: 32px;
  }
  .cid-v5DDYW1g5X .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-v5DDYW1g5X .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v5DDYW1g5X .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-v5DDYW1g5X .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5DDYW1g5X .card-title,
.cid-v5DDYW1g5X span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-v5DDYW1g5X .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5DDYW1g5X .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5DDYW1g5X .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5DDYW1g5X .card-button .btn-primary,
.cid-v5DDYW1g5X .card-button .btn-secondary,
.cid-v5DDYW1g5X .card-button .btn-success,
.cid-v5DDYW1g5X .card-button .btn-info,
.cid-v5DDYW1g5X .card-button .btn-warning,
.cid-v5DDYW1g5X .card-button .btn-danger,
.cid-v5DDYW1g5X .card-button .btn-black,
.cid-v5DDYW1g5X .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5DDYW1g5X .item {
  margin-bottom: 32px;
}
.cid-v5DDYW84Bk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYW84Bk .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5DDYW84Bk .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-v5DDYW84Bk .button-align {
  text-align: center;
}
.cid-v5DDYW84Bk .margin {
  margin-right: 14px;
}
.cid-v5DDYW84Bk .mbr-section-btn {
  display: inline-block;
}
.cid-v5DDYW84Bk .container {
  max-width: 493px;
}
.cid-v5DDYW84Bk .btn {
  margin-top: 20px;
}
.cid-v5DDYW84Bk a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYW84Bk .mbr-text,
.cid-v5DDYW84Bk .button-align {
  color: #000000;
}
.cid-v5DDYWcxkw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f7f4;
}
.cid-v5DDYWcxkw .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5DDYWcxkw .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v5DDYWcxkw .shadow {
  border-radius: 30px;
  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;
}
.cid-v5DDYWcxkw .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYWcxkw .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYWcxkw .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYWcxkw .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYWcxkw .shadow:hover .mbr-iconfont,
.cid-v5DDYWcxkw .shadow:hover .number,
.cid-v5DDYWcxkw .shadow:hover .card-title {
  color: #632b16 !important;
}
.cid-v5DDYWcxkw .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYWcxkw .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-v5DDYWcxkw span,
.cid-v5DDYWcxkw .number {
  transition: 0.35s;
}
.cid-v5DDYWcxkw .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v5DDYWcxkw .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5DDYWcxkw .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v5DDYWcxkw H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYWcxkw .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v5DDYWcxkw .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5DDYWcxkw .link-title {
  display: inline-block;
  color: #000000;
}
.cid-v5DDYWcxkw .episode {
  color: #ffffff;
}
.cid-v5DDYWcxkw .img-title {
  color: #ffffff;
}
.cid-v5DDYWcxkw .margin {
  margin-right: 14px;
}
.cid-v5DDYWcxkw .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYWcxkw .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5DDYWcxkw .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v5DDYWcxkw a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v5DDYWcxkw .title-block {
    flex-direction: column;
  }
  .cid-v5DDYWcxkw .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v5DDYWcxkw .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5DDYWcxkw .item.features-image {
  margin-top: 30px;
}
.cid-v5DDYWcxkw .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5DDYWcxkw .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5DDYWcxkw .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v5DDYWcxkw .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v5DDYWcxkw .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v5DDYWcxkw .link-row {
  align-items: center;
}
.cid-v5DDYWcxkw .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5DDYWcxkw .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5DDYWcxkw .col-auto .card-button .btn-primary,
.cid-v5DDYWcxkw .col-auto .card-button .btn-secondary,
.cid-v5DDYWcxkw .col-auto .card-button .btn-success,
.cid-v5DDYWcxkw .col-auto .card-button .btn-info,
.cid-v5DDYWcxkw .col-auto .card-button .btn-warning,
.cid-v5DDYWcxkw .col-auto .card-button .btn-danger,
.cid-v5DDYWcxkw .col-auto .card-button .btn-black,
.cid-v5DDYWcxkw .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5DDYWcxkw .mbr-section-subtitle {
  color: #000000;
}
.cid-v5DDYWcxkw .number {
  color: #000000;
}
.cid-v5DDYWnBP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYWnBP5 .right {
  display: flex;
  flex-direction: column;
}
.cid-v5DDYWnBP5 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v5DDYWnBP5 .row {
  justify-content: center;
}
.cid-v5DDYWnBP5 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-v5DDYWnBP5 li {
  margin-bottom: 16px;
}
.cid-v5DDYWnBP5 li:last-child {
  margin-bottom: 0;
}
.cid-v5DDYWnBP5 a:hover,
.cid-v5DDYWnBP5 a:focus {
  color: #3f69ff !important;
}
.cid-v5DDYWnBP5 .list {
  color: #000000;
}
.cid-v5DDYWqtvm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYWqtvm .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-v5DDYWqtvm .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-v5DDYWqtvm .p {
  color: #000000;
}
.cid-v5DDYWqtvm .p:last-child {
  padding-bottom: 0;
}
.cid-v5DDYWqtvm .row {
  justify-content: center;
}
.cid-v5DDYWqtvm .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-v5DDYWtltW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5DDYWtltW .item:focus,
.cid-v5DDYWtltW span:focus {
  outline: none;
}
.cid-v5DDYWtltW .item-wrapper {
  position: relative;
}
.cid-v5DDYWtltW .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v5DDYWtltW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v5DDYWtltW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v5DDYWtltW .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v5DDYWtltW .embla__slide {
    min-width: 375px;
  }
}
.cid-v5DDYWtltW .embla__button--next,
.cid-v5DDYWtltW .embla__button--prev {
  display: flex;
}
.cid-v5DDYWtltW .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: #ffcba4;
  color: #94553d;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v5DDYWtltW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5DDYWtltW .embla__button:hover {
  background-color: #ffcba4;
  color: #94553d;
  transform: scale(1.05);
}
.cid-v5DDYWtltW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5DDYWtltW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5DDYWtltW .embla__button {
    top: auto;
  }
}
.cid-v5DDYWtltW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5DDYWtltW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5DDYWtltW .embla {
  position: relative;
  width: 100%;
}
.cid-v5DDYWtltW .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v5DDYWtltW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5DDYWtltW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5DDYWtltW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5DDYWtltW .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  height: 100%;
}
.cid-v5DDYWtltW .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYWtltW .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-v5DDYWtltW .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYWtltW .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYWtltW .shadow:hover .number,
.cid-v5DDYWtltW .shadow:hover .card-title {
  color: #78e2f8 !important;
}
.cid-v5DDYWtltW .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-v5DDYWtltW .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-v5DDYWtltW .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v5DDYWtltW .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v5DDYWtltW H3 {
  color: #1d1d1f;
}
.cid-v5DDYWtltW .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5DDYWtltW .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5DDYWtltW .iconfont-wrapper .mbr-iconfont {
  color: #ffcba4;
}
.cid-v5DDYWtltW .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v5DDYWtltW .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v5DDYWtltW .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v5DDYWtltW .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5DDYWtltW .people {
  align-items: center;
}
.cid-v5DDYWtltW img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5DDYWtltW .row.title-block {
    flex-direction: column;
  }
  .cid-v5DDYWtltW .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v5DDYWtltW .mbr-section-title {
    text-align: center;
  }
}
.cid-v5DDYWtltW .card-subtitle,
.cid-v5DDYWtltW .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-v5DDYWtltW .people {
    flex-direction: column;
  }
  .cid-v5DDYWtltW .card-text,
  .cid-v5DDYWtltW .align,
  .cid-v5DDYWtltW .iconfont-wrapper {
    text-align: center;
  }
  .cid-v5DDYWtltW img {
    margin-bottom: 20px !important;
  }
}
.cid-v5DDYWtltW .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-v5DDYWtltW .button-align {
    margin-top: 20px;
  }
}
.cid-v5DDYWtltW .btn {
  margin-top: 20px;
}
.cid-v5DDYWtltW a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5DDYWtltW .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v5DDYWtltW .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v5DDYWtltW .mbr-section-subtitle,
.cid-v5DDYWtltW .button-align {
  color: #000000;
}
.cid-v5DDYWtltW .mbr-section-title {
  color: #000000;
}
.cid-v5DDYWtltW .card-text,
.cid-v5DDYWtltW .iconfont-wrapper,
.cid-v5DDYWtltW .align {
  color: #000000;
}
.cid-v5DDYWtltW .card-subtitle2 {
  color: #000000;
}
.cid-v5DDYWTamQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYWTamQ img {
  border-radius: 0px;
}
.cid-v5DDYWTamQ .row {
  justify-content: center;
}
.cid-v5DDYWTamQ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-v5DDYWUFh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c0f00;
}
.cid-v5DDYWUFh2 img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-v5DDYWUFh2 .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-v5DDYWUFh2 .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-v5DDYWUFh2 .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #ca9a75;
}
.cid-v5DDYWUFh2 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v5DDYWUFh2 .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-v5DDYWUFh2 .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v5DDYWUFh2 .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-v5DDYWUFh2 .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-v5DDYWUFh2 .row-main {
    flex-direction: column;
  }
  .cid-v5DDYWUFh2 .col-auto {
    margin-bottom: 20px;
  }
  .cid-v5DDYWUFh2 .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v5DDYWXQtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYWXQtZ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYWXQtZ .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-v5DDYWXQtZ .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5DDYWXQtZ H3 {
  color: #1d1d1f;
}
.cid-v5DDYWXQtZ .card-subtitle {
  text-align: left;
}
.cid-v5DDYWXQtZ .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYWXQtZ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5DDYWXQtZ .card-title,
.cid-v5DDYWXQtZ .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-v5DDYWXQtZ .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5DDYWXQtZ .card-text {
  color: #8c8c95;
}
.cid-v5DDYWXQtZ .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-v5DDYWXQtZ .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYWXQtZ .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-v5DDYWXQtZ .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-v5DDYWXQtZ .accent1 {
  background-color: #c4ac95;
}
.cid-v5DDYWXQtZ .accent2 {
  background-color: #ffcba4;
}
.cid-v5DDYWXQtZ .accent3 {
  background-color: #94553d;
}
.cid-v5DDYWXQtZ .accent4 {
  background-color: #c4ac95;
}
.cid-v5DDYWXQtZ .accent5 {
  background-color: #ffcba4;
}
.cid-v5DDYWXQtZ .timeline {
  align-items: center;
}
.cid-v5DDYWXQtZ .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-v5DDYWXQtZ .year-title.year1:before {
  background-color: #c4ac95;
}
.cid-v5DDYWXQtZ .year-title.year2:before {
  background-color: #ffcba4;
}
.cid-v5DDYWXQtZ .year-title.year3:before {
  background-color: #94553d;
}
.cid-v5DDYWXQtZ .year-title.year4:before {
  background-color: #c4ac95;
}
.cid-v5DDYWXQtZ .year-title.year5:before {
  background-color: #ffcba4;
}
.cid-v5DDYWXQtZ .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-v5DDYWXQtZ .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-v5DDYWXQtZ .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-v5DDYWXQtZ .year {
    flex-direction: row;
  }
  .cid-v5DDYWXQtZ .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-v5DDYWXQtZ .year-title:before {
    display: block;
  }
  .cid-v5DDYWXQtZ .accent {
    display: none;
  }
  .cid-v5DDYWXQtZ .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-v5DDYWXQtZ .line {
    display: none;
  }
  .cid-v5DDYWXQtZ .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-v5DDYWXQtZ .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-v5DDYWXQtZ .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-v5DDYWXQtZ .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-v5DDYWXQtZ .main {
    flex-direction: column;
  }
  .cid-v5DDYWXQtZ .row.title-block,
  .cid-v5DDYWXQtZ .timeline {
    margin: auto;
  }
  .cid-v5DDYWXQtZ .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-v5DDYWXQtZ .button-align {
    margin-top: 16px;
  }
}
.cid-v5DDYWXQtZ .btn {
  margin-top: 20px;
}
.cid-v5DDYWXQtZ a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYX2UPa {
  background-image: url("../../../assets/images/photo-1569150265639-3286d4af16f7.jpeg");
}
.cid-v5DDYX2UPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DDYX2UPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DDYX3XYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYX3XYr .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v5DDYX3XYr .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v5DDYX3XYr .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYX3XYr .wrapper {
  margin: auto;
}
.cid-v5DDYX3XYr .t1 {
  margin-bottom: 24px;
}
.cid-v5DDYX3XYr .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-v5DDYX3XYr .line1 {
  margin-bottom: 60px;
}
.cid-v5DDYX3XYr .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-v5DDYX3XYr .t {
    padding-top: 20px;
  }
}
.cid-v5DDYX5cy8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f7f4;
}
.cid-v5DDYX5cy8 .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v5DDYX5cy8 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5DDYX5cy8 .shadow {
  border-radius: 30px;
  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;
}
.cid-v5DDYX5cy8 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYX5cy8 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYX5cy8 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYX5cy8 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYX5cy8 .shadow:hover .mbr-iconfont,
.cid-v5DDYX5cy8 .shadow:hover .number,
.cid-v5DDYX5cy8 .shadow:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYX5cy8 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYX5cy8 .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v5DDYX5cy8 .card-title span,
.cid-v5DDYX5cy8 .card-title .number {
  transition: 0.35s;
}
.cid-v5DDYX5cy8 .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v5DDYX5cy8 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5DDYX5cy8 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v5DDYX5cy8 H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYX5cy8 img {
  width: auto;
  height: 70px;
}
.cid-v5DDYX5cy8 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v5DDYX5cy8 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5DDYX5cy8 .link-title {
  display: inline-block;
}
.cid-v5DDYX5cy8 .episode {
  color: #ffffff;
}
.cid-v5DDYX5cy8 .img-title {
  color: #ffffff;
}
.cid-v5DDYX5cy8 .margin {
  margin-right: 14px;
}
.cid-v5DDYX5cy8 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYX5cy8 .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-v5DDYX5cy8 .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-v5DDYX5cy8 .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v5DDYX5cy8 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5DDYX5cy8 span,
.cid-v5DDYX5cy8 .number {
  transition: 0.35s;
}
.cid-v5DDYX5cy8 .item.features-image {
  margin-top: 30px;
}
.cid-v5DDYX5cy8 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5DDYX5cy8 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5DDYX5cy8 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5DDYX5cy8 .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v5DDYX5cy8 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v5DDYX5cy8 .link-row {
  align-items: center;
}
.cid-v5DDYX5cy8 .col-auto .card-button {
  display: block;
}
.cid-v5DDYX5cy8 .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5DDYX5cy8 .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5DDYX5cy8 .col-auto .card-button .btn-primary,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-secondary,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-success,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-info,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-warning,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-danger,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-black,
.cid-v5DDYX5cy8 .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5DDYX5cy8 .mbr-section-title,
.cid-v5DDYX5cy8 .button-align {
  color: #000000;
}
.cid-v5DDYX5cy8 .number {
  color: #000000;
}
.cid-v5DDYXsQ8v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5DDYXsQ8v .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v5DDYXsQ8v .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #f9f7f4;
  display: inline-block;
}
.cid-v5DDYXsQ8v .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-v5DDYXsQ8v .shadow {
    padding: 40px;
  }
}
.cid-v5DDYXsQ8v .card-text,
.cid-v5DDYXsQ8v .align {
  color: #000000;
}
.cid-v5DDYXuYNi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c0f00;
}
.cid-v5DDYXuYNi .item:focus,
.cid-v5DDYXuYNi span:focus {
  outline: none;
}
.cid-v5DDYXuYNi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5DDYXuYNi .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v5DDYXuYNi .item {
    min-height: 45px;
  }
}
.cid-v5DDYXwrWX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f7f4;
}
.cid-v5DDYXwrWX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-v5DDYXwrWX .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-v5DDYXwrWX .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYXwrWX .wrapper {
  margin: auto;
}
.cid-v5DDYXyKpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYXyKpj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v5DDYXyKpj .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v5DDYXyKpj .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYXyKpj .wrapper {
  margin: auto;
}
.cid-v5DDYXyKpj .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v5DDYXyKpj .t {
    padding-top: 20px;
  }
}
.cid-v5DDYXyKpj .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-v5DDYXyKpj .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v5DDYXyKpj .list .item-wrap:hover,
.cid-v5DDYXyKpj .list .item-wrap:focus {
  color: #ca9a75;
}
.cid-v5DDYXyKpj a:hover,
.cid-v5DDYXyKpj a:focus {
  color: #ca9a75 !important;
}
.cid-v5DDYXyKpj .list,
.cid-v5DDYXyKpj .item-wrap {
  color: #000000;
}
.cid-v5DDYXAwAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYXAwAv .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5DDYXAwAv .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5DDYXAwAv .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v5DDYXAwAv .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v5DDYXAwAv .right-side {
  max-width: 554px;
}
.cid-v5DDYXAwAv .rs {
  margin-right: 60px;
}
.cid-v5DDYXAwAv .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5DDYXAwAv .margin {
  margin-right: 14px;
}
.cid-v5DDYXAwAv .gray {
  padding: 45px 0;
  background-color: #f9f7f4;
}
.cid-v5DDYXAwAv img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v5DDYXAwAv .gray {
    padding: 0px 0 5px;
  }
  .cid-v5DDYXAwAv img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v5DDYXAwAv .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v5DDYXAwAv .b {
    margin-bottom: 10px;
  }
}
.cid-v5DDYXAwAv .btn {
  margin-top: 20px;
}
.cid-v5DDYXAwAv a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYXAwAv .mbr-text,
.cid-v5DDYXAwAv .button-align {
  color: #000000;
}
.cid-v5DDYXDG22 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f7f4;
}
.cid-v5DDYXDG22 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v5DDYXDG22 .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-v5DDYXDG22 .row {
  align-items: center;
  height: 100%;
}
.cid-v5DDYXDG22 .wrapper {
  margin: auto;
}
.cid-v5DDYXFDAn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5DDYXFDAn .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5DDYXFDAn .shadow {
  border-radius: 30px;
  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;
  display: flex;
  flex-direction: row;
}
.cid-v5DDYXFDAn .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYXFDAn .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5DDYXFDAn .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYXFDAn .shadow:hover .mbr-iconfont,
.cid-v5DDYXFDAn .shadow:hover .number,
.cid-v5DDYXFDAn .shadow:hover .card-title {
  color: #ca9a75 !important;
}
.cid-v5DDYXFDAn .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYXFDAn .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v5DDYXFDAn .title-block {
  margin-bottom: 56px;
}
.cid-v5DDYXFDAn .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v5DDYXFDAn H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYXFDAn .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYXFDAn .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-v5DDYXFDAn .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5DDYXFDAn .link-title {
  display: inline-block;
}
.cid-v5DDYXFDAn .episode {
  color: #ffffff;
}
.cid-v5DDYXFDAn .img-title {
  color: #ffffff;
}
.cid-v5DDYXFDAn .margin {
  margin-right: 14px;
}
.cid-v5DDYXFDAn .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5DDYXFDAn .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f9f7f4;
  color: #000000;
}
.cid-v5DDYXFDAn .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v5DDYXFDAn .link-row,
.cid-v5DDYXFDAn .title-block {
  align-items: center;
}
.cid-v5DDYXFDAn .line {
  width: 100%;
  height: 1px;
  background-color: #f9f7f4;
  margin-bottom: 35px;
}
.cid-v5DDYXFDAn .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-v5DDYXFDAn .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-v5DDYXFDAn .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-v5DDYXFDAn .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-v5DDYXFDAn .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-v5DDYXFDAn .title-block {
    flex-direction: column;
  }
  .cid-v5DDYXFDAn .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-v5DDYXFDAn .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-v5DDYXFDAn .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5DDYXFDAn .card-title,
.cid-v5DDYXFDAn span {
  transition: 0.35s;
}
.cid-v5DDYXFDAn .item {
  margin-bottom: 32px;
}
.cid-v5DDYXFDAn .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5DDYXFDAn .link-row {
    display: block;
  }
}
.cid-v5DDYXFDAn .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-v5DDYXFDAn .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5DDYXFDAn .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5DDYXFDAn .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5DDYXFDAn .col-auto .card-button .btn-primary,
.cid-v5DDYXFDAn .col-auto .card-button .btn-secondary,
.cid-v5DDYXFDAn .col-auto .card-button .btn-success,
.cid-v5DDYXFDAn .col-auto .card-button .btn-info,
.cid-v5DDYXFDAn .col-auto .card-button .btn-warning,
.cid-v5DDYXFDAn .col-auto .card-button .btn-danger,
.cid-v5DDYXFDAn .col-auto .card-button .btn-black,
.cid-v5DDYXFDAn .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5DDYXFDAn .mbr-section-subtitle {
  color: #000000;
}
.cid-v5DDYXOWLl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5DDYXOWLl .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v5DDYXOWLl .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5DDYXOWLl .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-v5DDYXOWLl .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5DDYXOWLl .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5DDYXOWLl .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-v5DDYXOWLl .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5DDYXOWLl .shadow:hover .mbr-iconfont,
.cid-v5DDYXOWLl .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5DDYXOWLl .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v5DDYXOWLl .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v5DDYXOWLl .card-title span,
.cid-v5DDYXOWLl .card-title .number {
  transition: 0.35s;
}
.cid-v5DDYXOWLl .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v5DDYXOWLl .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5DDYXOWLl .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v5DDYXOWLl H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5DDYXOWLl img {
  width: auto;
  height: 70px;
}
.cid-v5DDYXOWLl .card-wrapper {
  background-color: #ffcba4;
  padding: 37px 32px 43px;
}
.cid-v5DDYXOWLl .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5DDYXOWLl .link-title {
  display: inline-block;
}
.cid-v5DDYXOWLl .episode {
  color: #ffffff;
}
.cid-v5DDYXOWLl .img-title {
  color: #ffffff;
}
.cid-v5DDYXOWLl .margin {
  margin-right: 14px;
}
.cid-v5DDYXOWLl .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYXOWLl .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5DDYXOWLl .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-v5DDYXOWLl .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v5DDYXOWLl .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5DDYXOWLl span,
.cid-v5DDYXOWLl .number {
  transition: 0.35s;
}
.cid-v5DDYXOWLl .item.features-image {
  margin-top: 30px;
}
.cid-v5DDYXOWLl .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5DDYXOWLl .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5DDYXOWLl .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5DDYXOWLl .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v5DDYXOWLl .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v5DDYXOWLl .mbr-section-title,
.cid-v5DDYXOWLl .button-align {
  color: #000000;
}
.cid-v5DDYY22Eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f7f4;
}
.cid-v5DDYY22Eb .row {
  justify-content: center;
}
.cid-v5DDYY3pvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYY3pvg .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5DDYY3pvg .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5DDYY3pvg .wrapper {
  padding: 0rem;
}
.cid-v5DDYY3pvg .icon-left {
  margin-right: 0.1rem;
}
.cid-v5DDYY3pvg .icon-right {
  margin-left: 0.1rem;
}
.cid-v5DDYY3pvg .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v5DDYY3pvg .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v5DDYY3pvg .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5DDYY3pvg .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  background-color: #ffffff;
}
.cid-v5DDYY3pvg .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5DDYY3pvg .iconfont-wrapper .mbr-iconfont {
  color: #ffcba4;
}
.cid-v5DDYY3pvg .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v5DDYY3pvg .margin {
  margin-right: 14px;
}
.cid-v5DDYY3pvg .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5DDYY3pvg .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5DDYY3pvg .people {
  align-items: center;
}
.cid-v5DDYY3pvg .item-wrapper {
  width: 100%;
}
.cid-v5DDYY3pvg .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-v5DDYY3pvg img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-v5DDYY3pvg .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v5DDYY3pvg .card-text,
.cid-v5DDYY3pvg .iconfont-wrapper {
  color: #8c8c95;
}
.cid-v5DDYY3pvg .card-subtitle,
.cid-v5DDYY3pvg .card-subtitle2 {
  display: inline;
}
.cid-v5DDYY3pvg .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v5DDYY3pvg .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-v5DDYY3pvg .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-v5DDYY3pvg img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v5DDYY3pvg .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v5DDYY3pvg .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v5DDYY3pvg .card-text,
.cid-v5DDYY3pvg .iconfont-wrapper,
.cid-v5DDYY3pvg .align {
  color: #000000;
}
.cid-v5DDYYiAXd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f7f4;
}
.cid-v5DDYYiAXd .item:focus,
.cid-v5DDYYiAXd span:focus {
  outline: none;
}
.cid-v5DDYYiAXd .item {
  cursor: pointer;
}
.cid-v5DDYYiAXd .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v5DDYYiAXd .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v5DDYYiAXd .grid-container-1,
.cid-v5DDYYiAXd .grid-container-2,
.cid-v5DDYYiAXd .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v5DDYYiAXd .grid-container-1,
  .cid-v5DDYYiAXd .grid-container-2,
  .cid-v5DDYYiAXd .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v5DDYYiAXd .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-v5DDYYiAXd .content-head {
  max-width: 800px;
}
.cid-v5DDYYiAXd .container,
.cid-v5DDYYiAXd .container-fluid {
  overflow: hidden;
}
.cid-v5DDYYiAXd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5DDYYiAXd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-v5DDYYiAXd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
}
@media (max-width: 1200px) {
  .cid-v5DDYYiAXd .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5DDYYiAXd .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v5DDYYiAXd .grid-container-1,
.cid-v5DDYYiAXd .grid-container-2,
.cid-v5DDYYiAXd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5DDYYiAXd .grid-container-1 {
  align-items: flex-end;
}
.cid-v5DDYYiAXd .grid-container-2 {
  align-items: flex-start;
}
.cid-v5DDYYl91A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5DDYYl91A a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5DDYYl91A .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5DDYYl91A .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5DDYYl91A .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-v5DDYYl91A .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-v5DDYYl91A .right-side {
  max-width: 554px;
}
.cid-v5DDYYl91A .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5DDYYl91A .margin {
  margin-right: 14px;
}
.cid-v5DDYYl91A .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v5DDYYl91A img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v5DDYYl91A .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-v5DDYYl91A .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-v5DDYYl91A .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v5DDYYl91A .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ffcba4;
  cursor: pointer;
}
.cid-v5DDYYl91A .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5DDYYl91A .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5DDYYl91A .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v5DDYYl91A .mbr-social-likes.small {
  display: flex;
}
.cid-v5DDYYl91A .mbr-social-likes.big {
  display: block;
}
.cid-v5DDYYl91A .form-control,
.cid-v5DDYYl91A form .btn {
  min-height: initial;
}
.cid-v5DDYYl91A a.btn,
.cid-v5DDYYl91A button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-v5DDYYl91A input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-v5DDYYl91A textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-v5DDYYl91A input:hover {
  border-color: #14142b !important;
}
.cid-v5DDYYl91A textarea:hover {
  border-color: #14142b !important;
}
.cid-v5DDYYl91A input:focus {
  border-color: #14142b !important;
}
.cid-v5DDYYl91A textarea:focus {
  border-color: #14142b !important;
}
.cid-v5DDYYl91A .form-group {
  margin-bottom: 0;
}
.cid-v5DDYYl91A .listen {
  margin-bottom: 24px;
}
.cid-v5DDYYl91A .phone {
  color: #14142b;
  margin-bottom: 44px;
}
.cid-v5DDYYl91A .email {
  color: #14142b;
  margin-bottom: 21px;
  text-align: left;
}
.cid-v5DDYYl91A .listen,
.cid-v5DDYYl91A .big {
  text-align: left;
  color: #8c8c95;
}
.cid-v5DDYYl91A .mbr-text,
.cid-v5DDYYl91A .button-align {
  color: #000000;
}
.cid-v5DDYYl91A .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v5DDYYl91A .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v5DDYYl91A select.form-control:hover {
  border-color: #14142b;
}
.cid-v5DDYYl91A select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-v5DDYYl91A .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-v5DDYYl91A .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-v5DDYYl91A .left-side,
  .cid-v5DDYYl91A .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-v5DDYYl91A .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-v5DDYYl91A .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-v5DDYYl91A .shadow {
    padding: 25px;
  }
  .cid-v5DDYYl91A input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v5DDYYl91A .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-v5DDYYl91A .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-v5DDYYl91A .big > .socicon-bg-youtube {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYYl91A .big > .socicon-bg-facebook {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYYl91A .big > .socicon-bg-twitter {
  background-color: #94553d;
  color: #ffffff;
}
.cid-v5DDYYl91A .big > .socicon-bg-pinterest {
  background-color: #c4ac95;
  color: #000000;
}
.cid-v5DDYYl91A .big > .socicon-bg-mail {
  background-color: #ffcba4;
  color: #000000;
}
.cid-v5DDYYl91A .mbr-iconfont {
  margin-right: 8px;
}
.cid-v5DDYYl91A .listen,
.cid-v5DDYYl91A .mbr-social-likes {
  color: #000000;
}
.cid-v5DDYYq65z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5DDYYq65z .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v5DDYYq65z .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #f9f7f4;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-v5DDYYq65z ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-v5DDYYq65z li {
  margin-bottom: 16px;
}
.cid-v5DDYYq65z li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-v5DDYYq65z .shadow {
    padding: 40px;
  }
}
.cid-v5DDYYq65z .list {
  color: #000000;
  text-align: left;
}
.cid-v5DDYYq65z .card-subtitle,
.cid-v5DDYYq65z .align {
  text-align: left;
  color: #000000;
}
.cid-v5DDYYrezm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f7f4;
}
.cid-v5DDYYrezm .mbr-text {
  color: #000000;
}
.cid-v5DDYYrezm .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
