.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a26a38 !important;
}
.bg-success {
  background-color: #ffb8f3 !important;
}
.bg-info {
  background-color: #db5b9b !important;
}
.bg-warning {
  background-color: #ddb693 !important;
}
.bg-danger {
  background-color: #ffb8f3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a26a38 !important;
  border-color: #a26a38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c1834c !important;
  border-color: #c1834c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c1834c !important;
  border-color: #c1834c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a26a38 !important;
  border-color: #a26a38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c1834c !important;
  border-color: #c1834c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c1834c !important;
  border-color: #c1834c !important;
}
.btn-info,
.btn-info:active {
  background-color: #db5b9b !important;
  border-color: #db5b9b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e485b5 !important;
  border-color: #e485b5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e485b5 !important;
  border-color: #e485b5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb8f3 !important;
  border-color: #ffb8f3 !important;
  color: #b80099 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffebfc !important;
  border-color: #ffebfc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #b80099 !important;
  background-color: #ffebfc !important;
  border-color: #ffebfc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ddb693 !important;
  border-color: #ddb693 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e9d0ba !important;
  border-color: #e9d0ba !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e9d0ba !important;
  border-color: #e9d0ba !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb8f3 !important;
  border-color: #ffb8f3 !important;
  color: #b80099 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffebfc !important;
  border-color: #ffebfc !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b80099 !important;
  background-color: #ffebfc !important;
  border-color: #ffebfc !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a26a38;
  color: #a26a38;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #624022 !important;
  background-color: transparent !important;
  border-color: #624022 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a26a38 !important;
  border-color: #a26a38 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a26a38;
  color: #a26a38;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #624022 !important;
  background-color: transparent !important;
  border-color: #624022 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a26a38 !important;
  border-color: #a26a38 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #db5b9b;
  color: #db5b9b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b72870 !important;
  background-color: transparent !important;
  border-color: #b72870 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #db5b9b !important;
  border-color: #db5b9b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffb8f3;
  color: #ffb8f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff61e4 !important;
  background-color: transparent !important;
  border-color: #ff61e4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #b80099 !important;
  background-color: #ffb8f3 !important;
  border-color: #ffb8f3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ddb693;
  color: #ddb693;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c88951 !important;
  background-color: transparent !important;
  border-color: #c88951 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ddb693 !important;
  border-color: #ddb693 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffb8f3;
  color: #ffb8f3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff61e4 !important;
  background-color: transparent !important;
  border-color: #ff61e4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b80099 !important;
  background-color: #ffb8f3 !important;
  border-color: #ffb8f3 !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: #a26a38 !important;
}
.text-secondary {
  color: #a26a38 !important;
}
.text-success {
  color: #ffb8f3 !important;
}
.text-info {
  color: #db5b9b !important;
}
.text-warning {
  color: #ddb693 !important;
}
.text-danger {
  color: #ffb8f3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #56381e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #56381e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff52e2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ab2568 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c58245 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff52e2 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a26a38;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #db5b9b;
}
.alert-warning {
  background-color: #ddb693;
}
.alert-danger {
  background-color: #ffb8f3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a26a38;
  border-color: #a26a38;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a26a38;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5aa85;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a26a38 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #a26a38;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #a26a38;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a26a38;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a26a38;
  border-bottom-color: #a26a38;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a26a38 !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: #a26a38 !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='%23a26a38' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vg1NhwXmWZ .navbar {
  background: #fafafa;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vg1NhwXmWZ .navbar-dropdown.bg-color.transparent.opened {
  background: #fafafa;
}
.cid-vg1NhwXmWZ a {
  font-style: normal;
}
.cid-vg1NhwXmWZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vg1NhwXmWZ .show {
  overflow: visible;
}
.cid-vg1NhwXmWZ .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-vg1NhwXmWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vg1NhwXmWZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vg1NhwXmWZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .nav-item:focus,
.cid-vg1NhwXmWZ .nav-link:focus {
  outline: none;
}
.cid-vg1NhwXmWZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vg1NhwXmWZ .menu-logo {
  margin-right: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu {
  background: #fafafa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vg1NhwXmWZ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vg1NhwXmWZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-vg1NhwXmWZ button.navbar-toggler:focus {
  outline: none;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-vg1NhwXmWZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-vg1NhwXmWZ .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-vg1NhwXmWZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vg1NhwXmWZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vg1NhwXmWZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ img {
    height: 3.8rem !important;
  }
  .cid-vg1NhwXmWZ .btn {
    display: -webkit-flex;
  }
  .cid-vg1NhwXmWZ button.navbar-toggler {
    display: block;
  }
  .cid-vg1NhwXmWZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing,
  .cid-vg1NhwXmWZ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-vg1NhwXmWZ .nav-link {
    justify-content: start !important;
  }
  .cid-vg1NhwXmWZ .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vg1NhwXmWZ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vg1NhwXmWZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vg1NhwXmWZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vg1NhwXmWZ .nav-link:hover,
.cid-vg1NhwXmWZ .dropdown-item:hover {
  color: #000000 !important;
  opacity: .75;
}
.cid-vg1NhwXmWZ .nav-link:active,
.cid-vg1NhwXmWZ .dropdown-item:active {
  color: #ddb693;
}
@media (min-width: 1500px) {
  .cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-vg1NhwXmWZ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vg1NhwXmWZ .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-vg1NvEh4kW {
  background-image: url("../../../assets/images/pexels-pixabay-415322-2000x1333.jpg");
}
.cid-vg1NvEh4kW h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vg1NvEh4kW span {
  background-image: url("../../../assets/images/istockphoto-1367614696-612x612.jpg-612x408.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vg1NvEh4kW .mbr-section-title {
  color: #ffffff;
}
.cid-vg1NvEh4kW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1NvEh4kW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1NMpv9SG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1NMpv9SG .section-head {
  margin-bottom: 2rem;
}
.cid-vg1NMpv9SG .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vg1NMpv9SG .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vg1NMpv9SG .row {
    text-align: center;
  }
}
.cid-vg1NMpv9SG .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vg1NMpv9SG .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vg1NMpv9SG .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vg1NMpv9SG .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vg1NOScGwd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vg1NOScGwd .card-wrapper {
  background-color: #ffb8f3;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-vg1NOScGwd .card-wrapper {
    padding: 1rem;
  }
}
.cid-vg1NOScGwd .text-wrapper {
  max-width: 28rem;
}
.cid-vg1NOScGwd .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vg1NOScGwd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vg1NOScGwd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vg1NOScGwd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1NOScGwd .content-wrapper {
    padding: 3rem;
  }
  .cid-vg1NOScGwd .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-vg1NOScGwd .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vg1NOScGwd .text-column {
    padding-left: 16px !important;
    padding-right: 4rem;
  }
}
.cid-vg1NOScGwd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vg1OxAf1zF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1OxAf1zF .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-vg1OxAf1zF .linkBtn {
  margin-top: 2.5rem;
}
.cid-vg1OxAf1zF b,
.cid-vg1OxAf1zF strong {
  font-weight: 500;
  color: #a26a38;
}
@media (max-width: 767px) {
  .cid-vg1OxAf1zF .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-vg1OxAf1zF .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-vg1OxAf1zF .mbr-section-title,
.cid-vg1OxAf1zF .linkBtn {
  color: #000000;
}
.cid-vg1OxAf1zF H4 {
  color: #dfccee;
}
.cid-vg1PhuXp7S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vg1PhuXp7S .font {
  color: #c0bcb7;
}
.cid-vg1PhuXp7S .wrap {
  position: relative;
}
.cid-vg1PhuXp7S .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-vg1PhuXp7S .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vg1PhuXp7S .wrapper-title {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vg1PhuXp7S .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vg1PhuXp7S .mbr-section-title {
  text-align: center;
  color: #db5b9b;
}
.cid-vg1PBX6Rbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1PBX6Rbz .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-vg1PBX6Rbz .linkBtn {
  margin-top: 2.5rem;
}
.cid-vg1PBX6Rbz b,
.cid-vg1PBX6Rbz strong {
  font-weight: 500;
  color: #a26a38;
}
@media (max-width: 767px) {
  .cid-vg1PBX6Rbz .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-vg1PBX6Rbz .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-vg1PBX6Rbz .mbr-section-title,
.cid-vg1PBX6Rbz .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-vg1PBX6Rbz H4 {
  color: #dfccee;
}
.cid-vg1PVCxT1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1PVCxT1j .row {
  align-items: center;
  justify-content: space-between;
}
.cid-vg1PVCxT1j .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #db5b9b;
}
.cid-vg1PVCxT1j .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-vg1PVCxT1j .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-vg1PVCxT1j .right-side {
  max-width: 554px;
}
.cid-vg1PVCxT1j .rs {
  margin-right: 60px;
}
.cid-vg1PVCxT1j .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-vg1PVCxT1j .margin {
  margin-right: 14px;
}
.cid-vg1PVCxT1j .gray {
  padding: 45px 0;
  background-color: #eec29b;
}
.cid-vg1PVCxT1j img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-vg1PVCxT1j .gray {
    padding: 0px 0 5px;
  }
  .cid-vg1PVCxT1j img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-vg1PVCxT1j .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-vg1PVCxT1j .b {
    margin-bottom: 10px;
  }
}
.cid-vg1PVCxT1j .btn {
  margin-top: 20px;
}
.cid-vg1PVCxT1j a.btn > span {
  margin-left: 0.5rem;
}
.cid-vg1PVCxT1j .mbr-text,
.cid-vg1PVCxT1j .button-align {
  color: #000000;
}
.cid-vg1Qhu5YX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1Qhu5YX4 .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-vg1Qhu5YX4 .linkBtn {
  margin-top: 2.5rem;
}
.cid-vg1Qhu5YX4 b,
.cid-vg1Qhu5YX4 strong {
  font-weight: 500;
  color: #a26a38;
}
@media (max-width: 767px) {
  .cid-vg1Qhu5YX4 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-vg1Qhu5YX4 .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-vg1Qhu5YX4 .mbr-section-title,
.cid-vg1Qhu5YX4 .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-vg1Qhu5YX4 H4 {
  color: #dfccee;
}
.cid-vg1QFWNmi1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1QFWNmi1 .mbr-section-title {
  color: #233d63;
}
.cid-vg1QFWNmi1 .icon__block {
  background: linear-gradient(135deg, rgba(199, 147, 100, 0.54) 0%, rgba(199, 147, 100, 0.85) 60%, #c79364 100%);
}
.cid-vg1QFWNmi1 .mbr-section-title,
.cid-vg1QFWNmi1 .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1QFWNmi1 .mbr-section-subtitle {
  text-align: center;
}
.cid-vg1QFWNmi1 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vg1QFWNmi1 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-vg1QFWNmi1 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-vg1QFWNmi1 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-vg1QFWNmi1 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-vg1QFWNmi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1QFWNmi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1R5lKnao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1R5lKnao .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1R5lKnao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .container {
    padding: 0 20px;
  }
}
.cid-vg1R5lKnao .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .row {
    padding: 0;
  }
}
.cid-vg1R5lKnao .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vg1R5lKnao .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .item {
    padding: 0 12px;
  }
}
.cid-vg1R5lKnao .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .item .item-wrapper {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
}
.cid-vg1R5lKnao .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffb8f3;
  opacity: .5;
}
.cid-vg1R5lKnao .item .item-wrapper .blur-wrap_1,
.cid-vg1R5lKnao .item .item-wrapper .blur-wrap_2 {
  position: absolute;
  top: 0;
  right: -12%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  filter: blur(300px);
}
.cid-vg1R5lKnao .item .item-wrapper .blur-wrap_1 {
  background-color: #c79364;
}
.cid-vg1R5lKnao .item .item-wrapper .blur-wrap_2 {
  background-color: #c79364;
}
.cid-vg1R5lKnao .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-vg1R5lKnao .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-vg1R5lKnao .item .item-wrapper .item-content .item-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-vg1R5lKnao .item .item-wrapper .item-content .list {
  list-style-position: inside;
  margin-bottom: 32px;
  padding: 0;
}
.cid-vg1R5lKnao .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 0;
}
.cid-vg1R5lKnao .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-vg1R5lKnao .item .item-wrapper .item-img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vg1R5lKnao .item .item-wrapper .item-img {
    margin-bottom: 50px;
    width: 100%;
  }
}
.cid-vg1R5lKnao .item .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto;
}
.cid-vg1R5lKnao .item-title {
  color: #c79364;
}
.cid-vg1R5lKnao .item-desc {
  color: #000000;
}
.cid-vg1R5lKnao .mbr-text {
  color: #ffffff;
}
.cid-vg1R5lKnao .list {
  color: #0e0c0c;
}
.cid-vg1RGFNWG0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-vg1RGFNWG0 {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-vg1RGFNWG0 {
    padding-top: 0rem;
    padding-bottom: 0.9rem;
  }
}
.cid-vg1RGFNWG0 .f-row {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 991px) {
  .cid-vg1RGFNWG0 .flex-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 990px) {
  .cid-vg1RGFNWG0 .f-row {
    flex-direction: column;
  }
  .cid-vg1RGFNWG0 .flex-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 991px) {
  .cid-vg1RGFNWG0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-vg1RGFNWG0 .text-wrapper {
  background-color: #ffb8f3;
  padding: 6rem 1.5rem 1rem;
}
@media (min-width: 1200px) {
  .cid-vg1RGFNWG0 .text-wrapper {
    padding: 8rem 3rem 2rem;
    margin: 1rem;
  }
}
.cid-vg1RGFNWG0 .title {
  transform: translateY(8rem);
  padding: 1rem;
}
@media (max-width: 1200px) {
  .cid-vg1RGFNWG0 .title {
    transform: translateY(7rem);
  }
}
@media (max-width: 1000px) {
  .cid-vg1RGFNWG0 .title {
    transform: translateY(6rem);
  }
}
.cid-vg1RGFNWG0 .mbr-section-title {
  color: #c79364;
  text-align: left;
}
.cid-vg1RGFNWG0 .mbr-text,
.cid-vg1RGFNWG0 .mbr-section-btn {
  color: #ffd8db;
}
.cid-vg1RGFNWG0 .z-100 {
  z-index: 100;
}
.cid-vg1RGFNWG0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-vg1SI0Iu7Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-vg1SI0Iu7Y .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vg1SI0Iu7Y h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-vg1SI0Iu7Y h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vg1SI0Iu7Y h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vg1SI0Iu7Y .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #a26a38;
  margin: 15px 0.5rem;
  display: block;
}
.cid-vg1SI0Iu7Y .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-vg1SI0Iu7Y .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-vg1SI0Iu7Y .mbr-iconfont-social:hover:before {
  background: #a26a38;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-vg1SI0Iu7Y .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vg1SI0Iu7Y .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-vg1SI0Iu7Y .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-vg1SI0Iu7Y .mbr-section-title,
.cid-vg1SI0Iu7Y .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vg1SI0Iu7Y h2:before,
  .cid-vg1SI0Iu7Y h2:after {
    display: none;
  }
}
.cid-vg1Su4Tv0C {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-vg1Su4Tv0C .carousel-control {
  background: #000;
}
.cid-vg1Su4Tv0C .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vg1Su4Tv0C .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg1Su4Tv0C .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vg1Su4Tv0C .carousel-item .wrap-img {
  text-align: center;
}
.cid-vg1Su4Tv0C .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-vg1Su4Tv0C .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg1Su4Tv0C .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vg1Su4Tv0C .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vg1Su4Tv0C .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vg1Su4Tv0C .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vg1Su4Tv0C .cloneditem-1,
.cid-vg1Su4Tv0C .cloneditem-2,
.cid-vg1Su4Tv0C .cloneditem-3,
.cid-vg1Su4Tv0C .cloneditem-4,
.cid-vg1Su4Tv0C .cloneditem-5 {
  display: none;
}
.cid-vg1Su4Tv0C .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vg1Su4Tv0C .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides2 .cloneditem-1,
  .cid-vg1Su4Tv0C .carousel-inner.slides2 .cloneditem-2,
  .cid-vg1Su4Tv0C .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides3 .cloneditem-1,
  .cid-vg1Su4Tv0C .carousel-inner.slides3 .cloneditem-2,
  .cid-vg1Su4Tv0C .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides4 .cloneditem-1,
  .cid-vg1Su4Tv0C .carousel-inner.slides4 .cloneditem-2,
  .cid-vg1Su4Tv0C .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides5 .cloneditem-1,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 .cloneditem-2,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 .cloneditem-3,
  .cid-vg1Su4Tv0C .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vg1Su4Tv0C .carousel-inner.slides6 .cloneditem-1,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 .cloneditem-2,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 .cloneditem-3,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 .cloneditem-4,
  .cid-vg1Su4Tv0C .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vg1Su4Tv0C H2 {
  color: #ffffff;
}
.cid-vg1TgU7fFd {
  overflow: hidden !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 100%);
}
.cid-vg1TgU7fFd .animated-element {
  color: #e688c8;
}
.cid-vg1TgU7fFd .img-block {
  -webkit-align-self: center;
  align-self: center -5px;
}
.cid-vg1TgU7fFd .mbr-section-subtitle {
  color: #c79364;
}
@media (min-width: 992px) {
  .cid-vg1TgU7fFd .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vg1TgU7fFd .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vg1TgU7fFd {
    background: #ffffff;
  }
  .cid-vg1TgU7fFd .img-block {
    padding-bottom: 2rem;
  }
}
.cid-vg1TgU7fFd .mbr-section-title {
  color: #000000;
}
.cid-vg1TgU7fFd .mbr-text,
.cid-vg1TgU7fFd .mbr-section-btn {
  color: #000000;
}
.cid-vg1U0HIdYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1U0HIdYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1U0HIdYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1U0HIdYg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg1U0HIdYg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vg1U0HIdYg .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #c79364;
  display: block;
  margin: 8px 16px;
}
.cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #c79364;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #c79364;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
}
.cid-vg1U0HIdYg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-vg1U0HIdYg .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-vg1U0HIdYg .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-vg1U0HIdYg .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vg1U0HIdYg .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vg1U0HIdYg .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1U0HIdYg .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vg1U0HIdYg .mbr-section-title {
  color: #ffffff;
}
.cid-vg1U0HIdYg .item-title {
  color: #ffffff;
}
.cid-vg1U0HIdYg .item-text,
.cid-vg1U0HIdYg .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-vg1U0HIdYg .mbr-section-title,
.cid-vg1U0HIdYg .tabs-wrapper {
  text-align: center;
  color: #db5b9b;
}
.cid-vg1U0HIdYg .item-title,
.cid-vg1U0HIdYg .image-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vg1TVAIY9M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vg1TVAIY9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1TVAIY9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1TVAIY9M .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg1TVAIY9M .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vg1TVAIY9M .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vg1TVAIY9M .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1TVAIY9M .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg1TVAIY9M .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vg1TVAIY9M .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vg1TVAIY9M .item {
    margin-bottom: 28px;
  }
}
.cid-vg1TVAIY9M .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #c79364;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vg1TVAIY9M .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vg1TVAIY9M .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vg1TVAIY9M .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vg1TVAIY9M .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #db5b9b;
  background: linear-gradient(90deg, #db5b9b, #e485b5 65%, #edafce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vg1TVAIY9M .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vg1TVAIY9M .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vg1TVAIY9M .mbr-section-title {
  color: #a26a38;
  text-align: center;
}
.cid-vg1TVAIY9M .mbr-text,
.cid-vg1TVAIY9M .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vg1TVAIY9M .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vg1TVAIY9M .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vg1TVAIY9M .item-title,
.cid-vg1TVAIY9M .icon-wrapper {
  color: #000000;
}
.cid-vg1UitWcWj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vg1UitWcWj .line {
  background-color: #c79364;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vg1UitWcWj .mbr-text {
  color: #000000;
}
.cid-vg1Upzee2w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1Upzee2w .row {
  flex-direction: row-reverse;
}
.cid-vg1Upzee2w img {
  display: inline;
}
.cid-vg1Upzee2w .si {
  width: 100%;
}
.cid-vg1Upzee2w .si img {
  width: auto;
}
.cid-vg1Upzee2w .text {
  color: #ffffff;
}
.cid-vg1Upzee2w .text,
.cid-vg1Upzee2w .si {
  color: #000000;
  text-align: center;
}
.cid-vg1Upzee2w .copyright {
  font-family: "EB Garamond";
  color: #000000;
}
.cid-vg1Upzee2w .list {
  font-family: "Josefin Sans";
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a26a38;
}
@media (max-width: 991px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 0rem;
  }
}
.cid-vg1Upzee2w .list li {
  margin-bottom: .5rem;
}
.cid-vg1Upzee2w .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-vg1Upzee2w .logo {
    margin-top: 2rem;
  }
}
.cid-vg1Upzee2w .mbr-section-subtitle {
  color: #000000;
}
.cid-vg1NhwXmWZ .navbar {
  background: #fafafa;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vg1NhwXmWZ .navbar-dropdown.bg-color.transparent.opened {
  background: #fafafa;
}
.cid-vg1NhwXmWZ a {
  font-style: normal;
}
.cid-vg1NhwXmWZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vg1NhwXmWZ .show {
  overflow: visible;
}
.cid-vg1NhwXmWZ .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-vg1NhwXmWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vg1NhwXmWZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vg1NhwXmWZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .nav-item:focus,
.cid-vg1NhwXmWZ .nav-link:focus {
  outline: none;
}
.cid-vg1NhwXmWZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vg1NhwXmWZ .menu-logo {
  margin-right: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu {
  background: #fafafa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vg1NhwXmWZ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vg1NhwXmWZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-vg1NhwXmWZ button.navbar-toggler:focus {
  outline: none;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-vg1NhwXmWZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-vg1NhwXmWZ .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-vg1NhwXmWZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vg1NhwXmWZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vg1NhwXmWZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ img {
    height: 3.8rem !important;
  }
  .cid-vg1NhwXmWZ .btn {
    display: -webkit-flex;
  }
  .cid-vg1NhwXmWZ button.navbar-toggler {
    display: block;
  }
  .cid-vg1NhwXmWZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing,
  .cid-vg1NhwXmWZ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-vg1NhwXmWZ .nav-link {
    justify-content: start !important;
  }
  .cid-vg1NhwXmWZ .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vg1NhwXmWZ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vg1NhwXmWZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vg1NhwXmWZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vg1NhwXmWZ .nav-link:hover,
.cid-vg1NhwXmWZ .dropdown-item:hover {
  color: #000000 !important;
  opacity: .75;
}
.cid-vg1NhwXmWZ .nav-link:active,
.cid-vg1NhwXmWZ .dropdown-item:active {
  color: #ddb693;
}
@media (min-width: 1500px) {
  .cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-vg1NhwXmWZ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vg1NhwXmWZ .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-vg1VxV2DRi {
  background-image: url("../../../assets/images/20211206-135457.gif");
}
.cid-vg1VxV2DRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1VxV2DRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1VxV2DRi .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vg1VxV2DRi .container-fluid {
    padding: 0 25px;
  }
}
.cid-vg1VxV2DRi .container-fluid .row {
  padding: 0;
}
.cid-vg1VxV2DRi .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-vg1VxV2DRi .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-vg1VxV2DRi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vg1VxV2DRi .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vg1VxV2DRi .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vg1VxV2DRi .mbr-section-title {
  color: #ffffff;
}
.cid-vg1VxV2DRi .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-vg1VxV2DRi .mbr-section-title,
.cid-vg1VxV2DRi .mbr-section-btn,
.cid-vg1VxV2DRi .image-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-vg1VcBx3X2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vg1VcBx3X2 span {
  color: #c1c1c1;
}
.cid-vg1VcBx3X2 .mbr-text {
  padding-left: 1.5rem;
}
.cid-vg1VcBx3X2 .mbr-section-title {
  padding-left: 1.5px;
}
.cid-vg1VcBx3X2 .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-vg1VcBx3X2 H1 {
  text-align: left;
  color: #ffb8f3;
}
.cid-vg1VcBx3X2 .mbr-text,
.cid-vg1VcBx3X2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vg1Vj5vMyV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg1Vj5vMyV h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vg1Vj5vMyV span {
  background-image: url("../../../assets/images/image-36-11-960x538.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vg1Vj5vMyV .mbr-section-title {
  color: #ffffff;
}
.cid-vg1VC8dCDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1VC8dCDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1VC8dCDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1VC8dCDA .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vg1VC8dCDA .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vg1VC8dCDA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg1VC8dCDA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vg1VC8dCDA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg1VC8dCDA .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-vg1VC8dCDA .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #ebd2b4;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_2 {
  background-color: #ffffff;
  border-color: #ffb8f3;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_3 {
  background-color: #fafafa;
  border-color: #ffb8f3;
}
.cid-vg1VC8dCDA .items-wrapper .item .item-wrapper .card_4 {
  background-color: #fafafa;
  border-color: #ebd2b4;
}
.cid-vg1VC8dCDA .btn-wrapper {
  margin-right: 9%;
}
.cid-vg1VC8dCDA .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vg1VC8dCDA .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vg1VC8dCDA .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vg1VC8dCDA .mbr-text,
.cid-vg1VC8dCDA .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vg1VC8dCDA .card-title_1 {
  color: #ffffff;
}
.cid-vg1VC8dCDA .card-title_2 {
  color: #ffb8f3;
}
.cid-vg1VC8dCDA .card-title_3 {
  color: #ffb8f3;
}
.cid-vg1VC8dCDA .card-title_4 {
  color: #ffffff;
}
.cid-vg1VC8dCDA .card-text_1 {
  color: #000000;
}
.cid-vg1VC8dCDA .card-text_2 {
  color: #000000;
}
.cid-vg1VC8dCDA .card-text_3 {
  color: #121212;
}
.cid-vg1VC8dCDA .card-text_4 {
  color: #000000;
}
.cid-vg1VC8dCDA .card-title_4,
.cid-vg1VC8dCDA .mbr-section-btn {
  color: #ffb8f3;
}
.cid-vg1VC8dCDA .card-title_1,
.cid-vg1VC8dCDA .mbr-section-btn {
  color: #ffb8f3;
}
.cid-vg1Upzee2w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1Upzee2w .row {
  flex-direction: row-reverse;
}
.cid-vg1Upzee2w img {
  display: inline;
}
.cid-vg1Upzee2w .si {
  width: 100%;
}
.cid-vg1Upzee2w .si img {
  width: auto;
}
.cid-vg1Upzee2w .text {
  color: #ffffff;
}
.cid-vg1Upzee2w .text,
.cid-vg1Upzee2w .si {
  color: #000000;
  text-align: center;
}
.cid-vg1Upzee2w .copyright {
  font-family: "EB Garamond";
  color: #000000;
}
.cid-vg1Upzee2w .list {
  font-family: "Josefin Sans";
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a26a38;
}
@media (max-width: 991px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 0rem;
  }
}
.cid-vg1Upzee2w .list li {
  margin-bottom: .5rem;
}
.cid-vg1Upzee2w .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-vg1Upzee2w .logo {
    margin-top: 2rem;
  }
}
.cid-vg1Upzee2w .mbr-section-subtitle {
  color: #000000;
}
.cid-vg1NhwXmWZ .navbar {
  background: #fafafa;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vg1NhwXmWZ .navbar-dropdown.bg-color.transparent.opened {
  background: #fafafa;
}
.cid-vg1NhwXmWZ a {
  font-style: normal;
}
.cid-vg1NhwXmWZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vg1NhwXmWZ .show {
  overflow: visible;
}
.cid-vg1NhwXmWZ .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-vg1NhwXmWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vg1NhwXmWZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vg1NhwXmWZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .nav-item:focus,
.cid-vg1NhwXmWZ .nav-link:focus {
  outline: none;
}
.cid-vg1NhwXmWZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vg1NhwXmWZ .menu-logo {
  margin-right: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu {
  background: #fafafa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vg1NhwXmWZ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vg1NhwXmWZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-vg1NhwXmWZ button.navbar-toggler:focus {
  outline: none;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-vg1NhwXmWZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-vg1NhwXmWZ .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-vg1NhwXmWZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vg1NhwXmWZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vg1NhwXmWZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ img {
    height: 3.8rem !important;
  }
  .cid-vg1NhwXmWZ .btn {
    display: -webkit-flex;
  }
  .cid-vg1NhwXmWZ button.navbar-toggler {
    display: block;
  }
  .cid-vg1NhwXmWZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing,
  .cid-vg1NhwXmWZ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-vg1NhwXmWZ .nav-link {
    justify-content: start !important;
  }
  .cid-vg1NhwXmWZ .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vg1NhwXmWZ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vg1NhwXmWZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vg1NhwXmWZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vg1NhwXmWZ .nav-link:hover,
.cid-vg1NhwXmWZ .dropdown-item:hover {
  color: #000000 !important;
  opacity: .75;
}
.cid-vg1NhwXmWZ .nav-link:active,
.cid-vg1NhwXmWZ .dropdown-item:active {
  color: #ddb693;
}
@media (min-width: 1500px) {
  .cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-vg1NhwXmWZ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vg1NhwXmWZ .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-vg1WLlZzSO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg1WLlZzSO h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vg1WLlZzSO span {
  background-image: url("");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vg1WLlZzSO .mbr-section-title {
  color: #ffffff;
}
.cid-vg1WTi0ybV {
  overflow: hidden !important;
  background-image: url("../../../assets/images/797c761eee7bd30d14426692f3c8218c-1199x1438.jpg");
}
.cid-vg1WTi0ybV .animated-element {
  color: #522802;
}
.cid-vg1WTi0ybV .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-vg1WTi0ybV .img-block {
    padding-right: 2rem;
  }
}
.cid-vg1WTi0ybV .mbr-section-subtitle {
  color: #ffef00;
}
.cid-vg1WTi0ybV .mbr-text,
.cid-vg1WTi0ybV .mbr-section-btn {
  color: #efefef;
}
.cid-vg1WTi0ybV .mbr-section-title {
  color: #db5b9b;
  text-align: center;
}
.cid-vg1WMx9Ob6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg1WMx9Ob6 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vg1WMx9Ob6 span {
  background-image: url("../../../assets/images/image-36-11-960x538.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vg1WMx9Ob6 .mbr-section-title {
  color: #ffffff;
}
.cid-vg1WY9vU9u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1WY9vU9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1WY9vU9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1WY9vU9u .row {
  justify-content: center;
}
.cid-vg1WY9vU9u .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg1WY9vU9u .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg1WY9vU9u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg1WY9vU9u .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-vg1WY9vU9u .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vg1WY9vU9u .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-vg1WY9vU9u .items-wrapper {
    display: block;
  }
}
.cid-vg1WY9vU9u .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-vg1WY9vU9u .item {
    margin-bottom: 16px;
  }
}
.cid-vg1WY9vU9u .item:hover .item-wrapper .item-img img,
.cid-vg1WY9vU9u .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vg1WY9vU9u .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffb8f3;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-vg1WY9vU9u .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-vg1WY9vU9u .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vg1WY9vU9u .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vg1WY9vU9u .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-vg1WY9vU9u .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vg1WY9vU9u .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vg1WY9vU9u .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-vg1WY9vU9u .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-vg1WY9vU9u .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1WY9vU9u .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vg1WY9vU9u .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vg1WY9vU9u .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vg1WY9vU9u .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vg1WY9vU9u .mbr-section-title {
  color: #ffffff;
}
.cid-vg1WY9vU9u .card-name {
  color: #c79364;
}
.cid-vg1WY9vU9u .card-role {
  color: #cbff5b;
}
.cid-vg1WY9vU9u .card-text {
  color: #ffffff;
}
.cid-vg1WY9vU9u .mbr-tag {
  color: #000000;
}
.cid-vg1WY9vU9u .card-text,
.cid-vg1WY9vU9u .mbr-section-btn,
.cid-vg1WY9vU9u .text-wrapper {
  color: #000000;
}
.cid-vg1WBJqm9t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1WBJqm9t .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-vg1WBJqm9t .linkBtn {
  margin-top: 2.5rem;
}
.cid-vg1WBJqm9t b,
.cid-vg1WBJqm9t strong {
  font-weight: 500;
  color: #a26a38;
}
@media (max-width: 767px) {
  .cid-vg1WBJqm9t .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-vg1WBJqm9t .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-vg1WBJqm9t .mbr-section-title,
.cid-vg1WBJqm9t .linkBtn {
  color: #e0b494;
  text-align: center;
}
.cid-vg1WBJqm9t H4 {
  color: #dfccee;
}
.cid-vg1WGjduDD {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vg1WGjduDD h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-vg1WGjduDD .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-vg1WGjduDD .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-vg1WGjduDD .mbr-section-subtitle {
  color: #999999;
}
.cid-vg1WGjduDD .card-title {
  margin-bottom: 0;
}
.cid-vg1WGjduDD .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vg1WGjduDD .svg-gradient {
  position: absolute;
}
.cid-vg1WGjduDD svg {
  overflow: visible;
}
.cid-vg1WGjduDD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-vg1WGjduDD path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vg1WGjduDD .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-vg1WGjduDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1WGjduDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1WGjduDD .card-text {
  color: #000000;
}
.cid-vg1Upzee2w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1Upzee2w .row {
  flex-direction: row-reverse;
}
.cid-vg1Upzee2w img {
  display: inline;
}
.cid-vg1Upzee2w .si {
  width: 100%;
}
.cid-vg1Upzee2w .si img {
  width: auto;
}
.cid-vg1Upzee2w .text {
  color: #ffffff;
}
.cid-vg1Upzee2w .text,
.cid-vg1Upzee2w .si {
  color: #000000;
  text-align: center;
}
.cid-vg1Upzee2w .copyright {
  font-family: "EB Garamond";
  color: #000000;
}
.cid-vg1Upzee2w .list {
  font-family: "Josefin Sans";
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a26a38;
}
@media (max-width: 991px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 0rem;
  }
}
.cid-vg1Upzee2w .list li {
  margin-bottom: .5rem;
}
.cid-vg1Upzee2w .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-vg1Upzee2w .logo {
    margin-top: 2rem;
  }
}
.cid-vg1Upzee2w .mbr-section-subtitle {
  color: #000000;
}
.cid-vg1NhwXmWZ .navbar {
  background: #fafafa;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-vg1NhwXmWZ .navbar-dropdown.bg-color.transparent.opened {
  background: #fafafa;
}
.cid-vg1NhwXmWZ a {
  font-style: normal;
}
.cid-vg1NhwXmWZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vg1NhwXmWZ .show {
  overflow: visible;
}
.cid-vg1NhwXmWZ .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-vg1NhwXmWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vg1NhwXmWZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vg1NhwXmWZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .nav-item:focus,
.cid-vg1NhwXmWZ .nav-link:focus {
  outline: none;
}
.cid-vg1NhwXmWZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vg1NhwXmWZ .menu-logo {
  margin-right: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu {
  background: #fafafa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg1NhwXmWZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg1NhwXmWZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vg1NhwXmWZ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vg1NhwXmWZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vg1NhwXmWZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-vg1NhwXmWZ button.navbar-toggler:focus {
  outline: none;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1NhwXmWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg1NhwXmWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-vg1NhwXmWZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-vg1NhwXmWZ .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vg1NhwXmWZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vg1NhwXmWZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-vg1NhwXmWZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vg1NhwXmWZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vg1NhwXmWZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vg1NhwXmWZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vg1NhwXmWZ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ img {
    height: 3.8rem !important;
  }
  .cid-vg1NhwXmWZ .btn {
    display: -webkit-flex;
  }
  .cid-vg1NhwXmWZ button.navbar-toggler {
    display: block;
  }
  .cid-vg1NhwXmWZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg1NhwXmWZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing,
  .cid-vg1NhwXmWZ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vg1NhwXmWZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vg1NhwXmWZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vg1NhwXmWZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vg1NhwXmWZ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-vg1NhwXmWZ .nav-link {
    justify-content: start !important;
  }
  .cid-vg1NhwXmWZ .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vg1NhwXmWZ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vg1NhwXmWZ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vg1NhwXmWZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vg1NhwXmWZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vg1NhwXmWZ .nav-link:hover,
.cid-vg1NhwXmWZ .dropdown-item:hover {
  color: #000000 !important;
  opacity: .75;
}
.cid-vg1NhwXmWZ .nav-link:active,
.cid-vg1NhwXmWZ .dropdown-item:active {
  color: #ddb693;
}
@media (min-width: 1500px) {
  .cid-vg1NhwXmWZ .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-vg1NhwXmWZ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vg1NhwXmWZ .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vg1NhwXmWZ .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-vg1ZF0z11p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vg1ZF0z11p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1ZF0z11p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1ZF0z11p .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vg1ZF0z11p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vg1ZF0z11p .container {
    padding: 0 20px;
  }
}
.cid-vg1ZF0z11p .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vg1ZF0z11p .row {
    padding: 50px 16px;
  }
}
.cid-vg1ZF0z11p .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #a26a38;
  filter: blur(120px);
}
.cid-vg1ZF0z11p .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #a26a38;
  filter: blur(150px);
}
.cid-vg1ZF0z11p .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fafafa;
  opacity: 1;
}
.cid-vg1ZF0z11p .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-vg1ZF0z11p .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vg1ZF0z11p .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vg1ZF0z11p .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vg1ZF0z11p .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vg1ZF0z11p .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg1ZF0z11p .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vg1ZF0z11p .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vg1ZF0z11p .mbr-desc {
  color: #ffffff;
}
.cid-vg1ZF0z11p .mbr-section-title {
  color: #ffffff;
}
.cid-vg1ZF0z11p .mbr-text {
  color: #ffffff;
}
.cid-vg1ZF0z11p .mbr-section-title,
.cid-vg1ZF0z11p .mbr-section-btn {
  color: #db5b9b;
  text-align: left;
}
.cid-vg1YuhmQOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1YuhmQOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1YuhmQOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1YuhmQOm .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vg1YuhmQOm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vg1YuhmQOm .container {
    padding: 0 20px;
  }
}
.cid-vg1YuhmQOm .container,
.cid-vg1YuhmQOm .container-fluid {
  position: relative;
}
.cid-vg1YuhmQOm .container .blur-wrap,
.cid-vg1YuhmQOm .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ffb8f3 10%, #ffb8f3 60%);
  filter: blur(50px);
}
.cid-vg1YuhmQOm .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vg1YuhmQOm .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-vg1YuhmQOm .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #a26a38;
  opacity: .2;
}
.cid-vg1YuhmQOm .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vg1YuhmQOm .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vg1YuhmQOm .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-vg1YuhmQOm .dragArea.row::before {
  content: none;
}
.cid-vg1YuhmQOm .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-vg1YuhmQOm .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-vg1YuhmQOm .dragArea.row .form-group .form-control::placeholder {
  color: #0e0c0c;
  opacity: .5;
}
.cid-vg1YuhmQOm .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-vg1YuhmQOm .dragArea.row .form-group .form-check .form-check-input {
  background-color: #a26a38;
  border-collapse: #a26a38;
}
.cid-vg1YuhmQOm .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-vg1YuhmQOm .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-vg1YuhmQOm .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-vg1YuhmQOm .row.forms-row::before {
  content: none !important;
}
.cid-vg1YuhmQOm .mbr-desc {
  color: #ffffff;
}
.cid-vg1YuhmQOm .mbr-text {
  color: #ffffff;
}
.cid-vg1YuhmQOm label {
  color: #f5fd7b;
}
.cid-vg1YuhmQOm .mbr-section-title,
.cid-vg1YuhmQOm .mbr-section-btn {
  color: #a26a38;
}
.cid-vg1YfFzUma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1YfFzUma .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1YfFzUma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1YfFzUma .google-map iframe {
  height: 400px;
  width: 100%;
  border: 8px solid #ffb8f3 !important;
}
@media (max-width: 992px) {
  .cid-vg1YfFzUma .google-map iframe {
    height: 300px;
  }
}
.cid-vg1YjiH6iu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg1YjiH6iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg1YjiH6iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg1YjiH6iu .items-wrapper {
  margin: 0 -8px;
}
.cid-vg1YjiH6iu .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vg1YjiH6iu .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vg1YjiH6iu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #c79364;
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #db5b9b;
  margin-right: 16px;
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #ebd2b4;
}
@media (max-width: 992px) {
  .cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vg1YjiH6iu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vg1YjiH6iu .item-title {
  color: #000000;
}
.cid-vg1YjiH6iu .item-text {
  color: #000000;
}
.cid-vg1ZKOyoKD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vg1ZKOyoKD .line {
  background-color: #c79364;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vg1ZKOyoKD .mbr-text {
  color: #000000;
}
.cid-vg1Upzee2w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vg1Upzee2w .row {
  flex-direction: row-reverse;
}
.cid-vg1Upzee2w img {
  display: inline;
}
.cid-vg1Upzee2w .si {
  width: 100%;
}
.cid-vg1Upzee2w .si img {
  width: auto;
}
.cid-vg1Upzee2w .text {
  color: #ffffff;
}
.cid-vg1Upzee2w .text,
.cid-vg1Upzee2w .si {
  color: #000000;
  text-align: center;
}
.cid-vg1Upzee2w .copyright {
  font-family: "EB Garamond";
  color: #000000;
}
.cid-vg1Upzee2w .list {
  font-family: "Josefin Sans";
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #a26a38;
}
@media (max-width: 991px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg1Upzee2w .list {
    margin-bottom: 0rem;
  }
}
.cid-vg1Upzee2w .list li {
  margin-bottom: .5rem;
}
.cid-vg1Upzee2w .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-vg1Upzee2w .logo {
    margin-top: 2rem;
  }
}
.cid-vg1Upzee2w .mbr-section-subtitle {
  color: #000000;
}
