@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i&display=swap);




body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Brother1816-Thin';
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e3ac46 !important;
}
.bg-success {
  background-color: #9e7826 !important;
}
.bg-info {
  background-color: #342f2a !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #d73d46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e3ac46 !important;
  border-color: #e3ac46 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c0871d !important;
  border-color: #c0871d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c0871d !important;
  border-color: #c0871d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #342f2a !important;
  border-color: #342f2a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0a0908 !important;
  border-color: #0a0908 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0908 !important;
  border-color: #0a0908 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9e7826 !important;
  border-color: #9e7826 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #604917 !important;
  border-color: #604917 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #604917 !important;
  border-color: #604917 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d73d46 !important;
  border-color: #d73d46 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a5222a !important;
  border-color: #a5222a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a5222a !important;
  border-color: #a5222a !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a9771a;
  color: #a9771a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e3ac46;
  border-color: #e3ac46;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e3ac46 !important;
  border-color: #e3ac46 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #342f2a;
  border-color: #342f2a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #342f2a !important;
  border-color: #342f2a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4c3a12;
  color: #4c3a12;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9e7826;
  border-color: #9e7826;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9e7826 !important;
  border-color: #9e7826 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #901e24;
  color: #901e24;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d73d46;
  border-color: #d73d46;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d73d46 !important;
  border-color: #d73d46 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e3ac46 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #9e7826 !important;
}
.text-info {
  color: #342f2a !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #d73d46 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a9771a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4c3a12 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #901e24 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #342f2a;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #d73d46;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e3ac46;
  border-color: #e3ac46;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e3ac46;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefbf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbb769;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aca298;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fae6e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e3ac46;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e3ac46;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e3ac46;
  border-bottom-color: #e3ac46;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e3ac46 !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: #ff3366 !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%;
}
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='%23e3ac46' %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;
}
.cid-rwXY5nlUuZ .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-rwXY5nlUuZ .navbar .show {
  height: 100vh;
}
.cid-rwXY5nlUuZ .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXY5nlUuZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXY5nlUuZ .bottom {
  padding-bottom: 2rem;
}
.cid-rwXY5nlUuZ a {
  font-style: normal;
}
.cid-rwXY5nlUuZ .dropdown-backdrop {
  display: none;
}
.cid-rwXY5nlUuZ .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-rwXY5nlUuZ .nav-dropdown {
  padding-top: 8rem;
}
.cid-rwXY5nlUuZ .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-rwXY5nlUuZ .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-rwXY5nlUuZ .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rwXY5nlUuZ .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-rwXY5nlUuZ .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXY5nlUuZ .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-rwXY5nlUuZ .navbar-nav {
  width: 100%!important;
}
.cid-rwXY5nlUuZ .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXY5nlUuZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXY5nlUuZ .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-rwXY5nlUuZ .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-rwXY5nlUuZ .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .dropdown-item:hover,
.cid-rwXY5nlUuZ .dropdown-item:active {
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rwXY5nlUuZ .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-rwXY5nlUuZ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-rwXY5nlUuZ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-rwXY5nlUuZ .navbar-logo {
  margin-right: 0!important;
}
.cid-rwXY5nlUuZ .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: fixed!important;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXY5nlUuZ .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-rwXY5nlUuZ .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-rwXY5nlUuZ .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXY5nlUuZ .opened,
.cid-rwXY5nlUuZ .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-rwXY5nlUuZ .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-rwXY5nlUuZ .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-rwXY5nlUuZ .opened,
  .cid-rwXY5nlUuZ .show,
  .cid-rwXY5nlUuZ .navbar {
    width: 100%!important;
  }
  .cid-rwXY5nlUuZ .dropdown-toggle {
    margin: auto!important;
  }
  .cid-rwXY5nlUuZ .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-rwXY5nlUuZ .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-rwXY5nlUuZ .nav-item:focus,
.cid-rwXY5nlUuZ .nav-link:focus {
  outline: none;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXY5nlUuZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXY5nlUuZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXY5nlUuZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-rwXY5nlUuZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXY5nlUuZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXY5nlUuZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rwXY5nlUuZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ img {
    height: 3.8rem !important;
  }
  .cid-rwXY5nlUuZ .btn {
    display: -webkit-flex;
  }
  .cid-rwXY5nlUuZ button.navbar-toggler {
    display: block;
  }
  .cid-rwXY5nlUuZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing,
  .cid-rwXY5nlUuZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-rwXY5nlUuZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tSAS0DQkZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSAS0DQkZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/img-7181-2000x1333-photoroom-1-1280x853.jpg");
}
.cid-tSAUnqdy3c {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSAUnqdy3c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tSAUnqdy3c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tSAUnqdy3c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tSAUnqdy3c .mbr-text,
.cid-tSAUnqdy3c .mbr-section-btn {
  color: #767676;
}
.cid-tSAUnqdy3c H1 {
  color: #342f2a;
}
.cid-tSB0GjBFev {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/419883052-802903958516950-2719441720813445218-n-1536x1536.jpeg");
}
.cid-tSB0GjBFev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB0GjBFev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-saFYxUtYTg {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saFYxUtYTg h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-saFYxUtYTg h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-saFYxUtYTg .mbr-text,
.cid-saFYxUtYTg .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-saFYxUtYTg H1 {
  text-align: center;
  color: #342f2a;
}
.cid-tSB0hDAtz1 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fffcf6;
}
.cid-tSB0hDAtz1 .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB0hDAtz1 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-tSB0hDAtz1 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tSB0hDAtz1 .image {
  margin: auto;
}
.cid-tSB0hDAtz1 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-tSB0hDAtz1 .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-tSB0hDAtz1 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-tSB0hDAtz1 .linked {
    margin: 30px 0 40px;
  }
}
.cid-tSB0hDAtz1 .bottom__block {
  margin-bottom: 40px;
}
.cid-tSB0hDAtz1 .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tSB0hDAtz1 .card__text {
  color: #d0d0d0;
}
.cid-tSB0hDAtz1 .mbr-text,
.cid-tSB0hDAtz1 .linked {
  color: #d0d0d0;
}
.cid-tSB0hDAtz1 .mbr-text,
.cid-tSB0hDAtz1 .linked {
  color: #635a51;
}
.cid-u52OP41zit {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fffcf6;
}
.cid-u52OP41zit .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u52OP41zit .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u52OP41zit .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u52OP41zit .image {
  margin: auto;
}
.cid-u52OP41zit .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u52OP41zit .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u52OP41zit .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u52OP41zit .linked {
    margin: 30px 0 40px;
  }
}
.cid-u52OP41zit .bottom__block {
  margin-bottom: 40px;
}
.cid-u52OP41zit .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u52OP41zit .card__text {
  color: #d0d0d0;
}
.cid-u52OP41zit .mbr-text,
.cid-u52OP41zit .linked {
  color: #d0d0d0;
}
.cid-u52OP41zit .mbr-text,
.cid-u52OP41zit .linked {
  color: #635a51;
}
.cid-tSB31CSrg0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc-1750-photoroom-1280x853.jpg");
}
.cid-tSB31CSrg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB31CSrg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSEuejAJ3T {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSEuejAJ3T .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSEuejAJ3T .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tSEuejAJ3T .mbr-text,
.cid-tSEuejAJ3T .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tSEuejAJ3T img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tSEuacwcLL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSEuacwcLL .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSEuacwcLL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSEuacwcLL p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-tSEuacwcLL .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-tSEuacwcLL .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-tSEuacwcLL .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-tSEuacwcLL .nav-link.active {
  border-color: transparent;
}
.cid-tSEuacwcLL .nav-tabs .nav-link {
  color: #5f5142 !important;
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-tSEuacwcLL .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff !important;
  border-bottom: 1px solid #5f5142;
}
.cid-tSEuacwcLL .nav-tabs .nav-link.active {
  color: #000000 !important;
  border-bottom: 1px solid #5f5142;
  font-style: normal;
  background-color: #ffffff !important;
}
.cid-tSEuacwcLL .nav-tabs .nav-link.active:hover {
  background-color: #ffffff !important;
}
.cid-tSEuacwcLL .mbr-text {
  text-align: center;
}
.cid-tSEuacwcLL P {
  color: #232323;
  text-align: right;
}
.cid-tSEuacwcLL H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tSEuacwcLL .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-tSEuacwcLL .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem !important;
  }
  .cid-tSEuacwcLL .pt-5 {
    padding-top: 2rem !important;
  }
  .cid-tSEuacwcLL .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tSEuacwcLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSEuacwcLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ekHbuWWM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-u6ekHbuWWM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u6ekHbuWWM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u6ekHbuWWM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-u6ekHbuWWM P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-u6ekHbuWWM img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-u6ekHbuWWM .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-u6ekHbuWWM .top,
  .cid-u6ekHbuWWM .top-2 {
    margin-top: 0;
  }
}
.cid-u6ekZEkwVi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fffcf6;
}
.cid-u6ekZEkwVi img,
.cid-u6ekZEkwVi .item-img {
  width: 100%;
}
.cid-u6ekZEkwVi .item:focus,
.cid-u6ekZEkwVi span:focus {
  outline: none;
}
.cid-u6ekZEkwVi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6ekZEkwVi .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6ekZEkwVi .item-content {
  padding: 25px 1rem 0;
}
.cid-u6ekZEkwVi .item-content a:not(.btn):hover {
  color: #e3ac46 !important;
  background-image: none !important;
}
.cid-u6ekZEkwVi .item-wrapper {
  background: transparent;
}
.cid-u6ekZEkwVi .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u6ekZEkwVi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6ekZEkwVi .mbr-section-title,
.cid-u6ekZEkwVi .mbr-section-subtitle {
  color: #111111;
}
.cid-u6ekZEkwVi .mbr-text,
.cid-u6ekZEkwVi .mbr-section-btn {
  text-align: left;
}
.cid-u6ekZEkwVi .item-title {
  text-align: left;
}
.cid-u6ekZEkwVi .item-subtitle {
  text-align: center;
}
.cid-u6ekZEkwVi .item-img {
  overflow: hidden;
}
.cid-u6ekZEkwVi .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u6ekZEkwVi .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u6ekZEkwVi .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u6ekZEkwVi .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-rmLeolfVbR {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fff8ea;
}
.cid-rmLeolfVbR .carousel {
  z-index: 0;
}
.cid-rmLeolfVbR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rmLeolfVbR .carousel-item.active,
.cid-rmLeolfVbR .carousel-item-next,
.cid-rmLeolfVbR .carousel-item-prev {
  display: flex;
}
.cid-rmLeolfVbR .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-rmLeolfVbR .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-rmLeolfVbR .line {
  width: 100px;
  height: 1px;
  background: #ffffff;
}
.cid-rmLeolfVbR .line1 {
  margin-left: -2rem;
}
.cid-rmLeolfVbR .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-rmLeolfVbR .carousel-controls a {
  font-size: 2rem;
}
.cid-rmLeolfVbR .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-rmLeolfVbR .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rmLeolfVbR ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-rmLeolfVbR .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #ffffff;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-rmLeolfVbR .carousel-indicators .active {
  opacity: 1;
}
.cid-rmLeolfVbR .user_text {
  color: #767676;
}
.cid-rmLeolfVbR .user_desk {
  color: #d73d46;
}
.cid-rmLeolfVbR .title,
.cid-rmLeolfVbR .line-align {
  color: #342f2a;
}
.cid-saGpNICpjY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff8ea;
}
.cid-saGpNICpjY .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-saGpNICpjY .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-saGpNICpjY h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-saGpNICpjY h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-saGpNICpjY p {
  text-align: left;
}
.cid-saGpNICpjY img {
  transition: all 0.3s;
}
.cid-saGpNICpjY .mbr-text {
  color: #1c1c1c;
}
.cid-saGpNICpjY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saGpNICpjY .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-saGpNICpjY .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-saGpNICpjY .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-saGpNICpjY .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-saGpNICpjY .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-saGpNICpjY .card-columns {
    column-gap: 4rem;
  }
}
.cid-saGpNICpjY .card-title {
  color: #e3ac46;
}
.cid-u6enyHhDkS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff8ea;
}
.cid-u6enyHhDkS .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-u6enyHhDkS .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-u6enyHhDkS h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u6enyHhDkS h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-u6enyHhDkS p {
  text-align: left;
}
.cid-u6enyHhDkS img {
  transition: all 0.3s;
}
.cid-u6enyHhDkS .mbr-text {
  color: #1c1c1c;
}
.cid-u6enyHhDkS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u6enyHhDkS .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-u6enyHhDkS .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-u6enyHhDkS .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6enyHhDkS .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-u6enyHhDkS .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-u6enyHhDkS .card-columns {
    column-gap: 4rem;
  }
}
.cid-u6enyHhDkS .card-title {
  color: #e3ac46;
}
.cid-u6eF4AnBBH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6eF4AnBBH h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-u6eF4AnBBH h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-u6eF4AnBBH .mbr-text,
.cid-u6eF4AnBBH .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u6eF4AnBBH H1 {
  text-align: center;
  color: #342f2a;
}
.cid-u6eF64agao {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u6eF64agao .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u6eF64agao .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u6eF64agao .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u6eF64agao .row {
  display: flex;
  align-items: stretch;
}
.cid-u6eF64agao .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u6eF64agao .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u6eF64agao .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u6eF64agao .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u6eF64agao .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u6eF64agao .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u6eF64agao .item:focus,
.cid-u6eF64agao span:focus {
  outline: none;
}
.cid-u6eF64agao .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u6eF64agao .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u6eF64agao .item-wrapper .item-content a:hover {
  color: #e3ac46 !important;
}
.cid-u6eF64agao .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u6eF64agao .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u6eF64agao .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u6eF64agao .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u6eF64agao .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u6eF64agao .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u6eF64agao .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u6eF64agao .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6eF64agao .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #e3ac46;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u6eF64agao .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u6eF64agao .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u6eF64agao .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u6eF64agao .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6eF64agao .item-title {
  text-align: left;
  width: 100%;
  color: #e3ac46;
  margin-bottom: 0;
}
.cid-u6eF64agao .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u6eF64agao .mbr-text,
.cid-u6eF64agao .mbr-section-btn {
  color: #444444;
}
.cid-sewf8bAv8L .google-map {
  height: 30rem;
  position: relative;
}
.cid-sewf8bAv8L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sewf8bAv8L .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sewf8bAv8L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sewf8bAv8L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW6vdhtXOE {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #fff8ea;
}
.cid-tW6vdhtXOE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tW6vdhtXOE .form-row {
  justify-content: flex-end;
}
.cid-tW6vdhtXOE .form-control,
.cid-tW6vdhtXOE .field-input {
  padding: 0.5rem;
  background-color: #fff8ea;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tW6vdhtXOE .form-control:hover,
.cid-tW6vdhtXOE .field-input:hover,
.cid-tW6vdhtXOE .form-control:focus,
.cid-tW6vdhtXOE .field-input:focus {
  background-color: #fff8ea;
  box-shadow: none;
  outline: none;
}
.cid-tW6vdhtXOE input::-webkit-input-placeholder,
.cid-tW6vdhtXOE textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-tW6vdhtXOE input:-moz-placeholder,
.cid-tW6vdhtXOE textarea:-moz-placeholder {
  color: #767676;
}
.cid-tW6vdhtXOE .jq-selectbox li,
.cid-tW6vdhtXOE .jq-selectbox li {
  background-color: #fff8ea;
  color: #000000;
}
.cid-tW6vdhtXOE .jq-selectbox li:hover,
.cid-tW6vdhtXOE .jq-selectbox li.selected {
  background-color: #fff8ea;
  color: #000000;
}
.cid-tW6vdhtXOE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #fff8ea;
}
.cid-tW6vdhtXOE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fff8ea;
}
.cid-tW6vdhtXOE textarea {
  min-height: 150px;
}
.cid-tW6vdhtXOE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-tW6vdhtXOE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tW6vdhtXOE .mbr-text,
.cid-tW6vdhtXOE .mbr-section-btn {
  color: #767676;
}
.cid-tW6vdhtXOE H1 {
  color: #4f4943;
}
.cid-tSB5nX05r0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSB5nX05r0 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSB5nX05r0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSB5nX05r0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSB5nX05r0 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSB5nX05r0 .logo-section img {
  width: auto;
}
.cid-tSB5nX05r0 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSB5nX05r0 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSB5nX05r0 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB5nX05r0 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSB5nX05r0 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSB5nX05r0 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tpNpJ0mc0X .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tpNpJ0mc0X .navbar .show {
  height: 100vh;
}
.cid-tpNpJ0mc0X .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tpNpJ0mc0X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tpNpJ0mc0X .bottom {
  padding-bottom: 2rem;
}
.cid-tpNpJ0mc0X a {
  font-style: normal;
}
.cid-tpNpJ0mc0X .dropdown-backdrop {
  display: none;
}
.cid-tpNpJ0mc0X .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tpNpJ0mc0X .nav-dropdown {
  padding-top: 8rem;
}
.cid-tpNpJ0mc0X .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tpNpJ0mc0X .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tpNpJ0mc0X .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-tpNpJ0mc0X .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tpNpJ0mc0X .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tpNpJ0mc0X .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tpNpJ0mc0X .navbar-nav {
  width: 100%!important;
}
.cid-tpNpJ0mc0X .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpNpJ0mc0X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpNpJ0mc0X .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tpNpJ0mc0X .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tpNpJ0mc0X .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-tpNpJ0mc0X .dropdown-item:hover,
.cid-tpNpJ0mc0X .dropdown-item:active {
  color: #ffffff !important;
}
.cid-tpNpJ0mc0X .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tpNpJ0mc0X .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tpNpJ0mc0X .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tpNpJ0mc0X .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tpNpJ0mc0X .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tpNpJ0mc0X .navbar-logo {
  margin-right: 0!important;
}
.cid-tpNpJ0mc0X .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tpNpJ0mc0X .menu-logo {
  position: fixed!important;
}
.cid-tpNpJ0mc0X .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tpNpJ0mc0X .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tpNpJ0mc0X .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tpNpJ0mc0X .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tpNpJ0mc0X .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tpNpJ0mc0X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tpNpJ0mc0X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tpNpJ0mc0X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tpNpJ0mc0X .opened,
.cid-tpNpJ0mc0X .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tpNpJ0mc0X .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tpNpJ0mc0X .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tpNpJ0mc0X .opened,
  .cid-tpNpJ0mc0X .show,
  .cid-tpNpJ0mc0X .navbar {
    width: 100%!important;
  }
  .cid-tpNpJ0mc0X .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tpNpJ0mc0X .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tpNpJ0mc0X .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tpNpJ0mc0X .nav-item:focus,
.cid-tpNpJ0mc0X .nav-link:focus {
  outline: none;
}
.cid-tpNpJ0mc0X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tpNpJ0mc0X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tpNpJ0mc0X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpNpJ0mc0X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tpNpJ0mc0X .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tpNpJ0mc0X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tpNpJ0mc0X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpNpJ0mc0X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tpNpJ0mc0X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpNpJ0mc0X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tpNpJ0mc0X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tpNpJ0mc0X button.navbar-toggler:focus {
  outline: none;
}
.cid-tpNpJ0mc0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-tpNpJ0mc0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpNpJ0mc0X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpNpJ0mc0X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpNpJ0mc0X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpNpJ0mc0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpNpJ0mc0X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpNpJ0mc0X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpNpJ0mc0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpNpJ0mc0X .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpNpJ0mc0X .collapsed .btn {
  display: -webkit-flex;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.collapsing,
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tpNpJ0mc0X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpNpJ0mc0X .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-tpNpJ0mc0X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tpNpJ0mc0X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpNpJ0mc0X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tpNpJ0mc0X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tpNpJ0mc0X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tpNpJ0mc0X .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpNpJ0mc0X img {
    height: 3.8rem !important;
  }
  .cid-tpNpJ0mc0X .btn {
    display: -webkit-flex;
  }
  .cid-tpNpJ0mc0X button.navbar-toggler {
    display: block;
  }
  .cid-tpNpJ0mc0X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpNpJ0mc0X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tpNpJ0mc0X .navbar-collapse.collapsing,
  .cid-tpNpJ0mc0X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tpNpJ0mc0X .navbar-collapse.collapsing .navbar-nav,
  .cid-tpNpJ0mc0X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tpNpJ0mc0X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tpNpJ0mc0X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tpNpJ0mc0X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tpNpJ0mc0X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tpNpJ0mc0X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tpNpJ0mc0X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tpNpJ0mc0X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tpNpJ0mc0X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tpNpJ0mc0X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tpNpJ0mc0X .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tpNpIW3nPb {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/vsp-10-2000x1334.jpeg");
}
.cid-tpNpIYwbfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpNpIYwbfq .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-tpNpIYwbfq .p {
  padding-bottom: 29px;
  color: #232323;
}
.cid-tpNpIYwbfq .p:last-child {
  padding-bottom: 0;
}
.cid-tpNpIYwbfq .row {
  justify-content: center;
}
.cid-tSB5nX05r0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSB5nX05r0 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSB5nX05r0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSB5nX05r0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSB5nX05r0 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSB5nX05r0 .logo-section img {
  width: auto;
}
.cid-tSB5nX05r0 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSB5nX05r0 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSB5nX05r0 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB5nX05r0 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSB5nX05r0 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSB5nX05r0 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tSEJyGA1YZ .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tSEJyGA1YZ .navbar .show {
  height: 100vh;
}
.cid-tSEJyGA1YZ .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tSEJyGA1YZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tSEJyGA1YZ .bottom {
  padding-bottom: 2rem;
}
.cid-tSEJyGA1YZ a {
  font-style: normal;
}
.cid-tSEJyGA1YZ .dropdown-backdrop {
  display: none;
}
.cid-tSEJyGA1YZ .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tSEJyGA1YZ .nav-dropdown {
  padding-top: 8rem;
}
.cid-tSEJyGA1YZ .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tSEJyGA1YZ .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tSEJyGA1YZ .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-tSEJyGA1YZ .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tSEJyGA1YZ .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tSEJyGA1YZ .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tSEJyGA1YZ .navbar-nav {
  width: 100%!important;
}
.cid-tSEJyGA1YZ .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tSEJyGA1YZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tSEJyGA1YZ .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tSEJyGA1YZ .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tSEJyGA1YZ .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-tSEJyGA1YZ .dropdown-item:hover,
.cid-tSEJyGA1YZ .dropdown-item:active {
  color: #ffffff !important;
}
.cid-tSEJyGA1YZ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tSEJyGA1YZ .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tSEJyGA1YZ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tSEJyGA1YZ .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tSEJyGA1YZ .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tSEJyGA1YZ .navbar-logo {
  margin-right: 0!important;
}
.cid-tSEJyGA1YZ .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tSEJyGA1YZ .menu-logo {
  position: fixed!important;
}
.cid-tSEJyGA1YZ .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tSEJyGA1YZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tSEJyGA1YZ .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tSEJyGA1YZ .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tSEJyGA1YZ .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tSEJyGA1YZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tSEJyGA1YZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSEJyGA1YZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSEJyGA1YZ .opened,
.cid-tSEJyGA1YZ .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tSEJyGA1YZ .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tSEJyGA1YZ .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tSEJyGA1YZ .opened,
  .cid-tSEJyGA1YZ .show,
  .cid-tSEJyGA1YZ .navbar {
    width: 100%!important;
  }
  .cid-tSEJyGA1YZ .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tSEJyGA1YZ .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tSEJyGA1YZ .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tSEJyGA1YZ .nav-item:focus,
.cid-tSEJyGA1YZ .nav-link:focus {
  outline: none;
}
.cid-tSEJyGA1YZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tSEJyGA1YZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSEJyGA1YZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSEJyGA1YZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSEJyGA1YZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tSEJyGA1YZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tSEJyGA1YZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSEJyGA1YZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSEJyGA1YZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSEJyGA1YZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tSEJyGA1YZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tSEJyGA1YZ button.navbar-toggler:focus {
  outline: none;
}
.cid-tSEJyGA1YZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-tSEJyGA1YZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSEJyGA1YZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSEJyGA1YZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSEJyGA1YZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSEJyGA1YZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSEJyGA1YZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSEJyGA1YZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSEJyGA1YZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSEJyGA1YZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tSEJyGA1YZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.collapsing,
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSEJyGA1YZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSEJyGA1YZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-tSEJyGA1YZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-tSEJyGA1YZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tSEJyGA1YZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tSEJyGA1YZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSEJyGA1YZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tSEJyGA1YZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tSEJyGA1YZ img {
    height: 3.8rem !important;
  }
  .cid-tSEJyGA1YZ .btn {
    display: -webkit-flex;
  }
  .cid-tSEJyGA1YZ button.navbar-toggler {
    display: block;
  }
  .cid-tSEJyGA1YZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tSEJyGA1YZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSEJyGA1YZ .navbar-collapse.collapsing,
  .cid-tSEJyGA1YZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSEJyGA1YZ .navbar-collapse.collapsing .navbar-nav,
  .cid-tSEJyGA1YZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSEJyGA1YZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSEJyGA1YZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tSEJyGA1YZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSEJyGA1YZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tSEJyGA1YZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSEJyGA1YZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSEJyGA1YZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tSEJyGA1YZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSEJyGA1YZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tSEJyGA1YZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tSEJyCNClD {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc-1750-2000x1333.jpg");
}
.cid-tSEJyDCmpx {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSEJyDCmpx h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tSEJyDCmpx h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tSEJyDCmpx .mbr-text,
.cid-tSEJyDCmpx .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-tSEJyDCmpx H1 {
  text-align: center;
  color: #1c1c1c;
}
.cid-tSEKIgl6YA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSEKIgl6YA .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSEKIgl6YA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSEKIgl6YA p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-tSEKIgl6YA .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-tSEKIgl6YA .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-tSEKIgl6YA .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-tSEKIgl6YA .nav-link.active {
  border-color: transparent;
}
.cid-tSEKIgl6YA .nav-tabs .nav-link {
  color: #1c1c1c !important;
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-tSEKIgl6YA .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff !important;
  border-bottom: 1px solid #1c1c1c;
}
.cid-tSEKIgl6YA .nav-tabs .nav-link.active {
  color: #000000 !important;
  border-bottom: 1px solid #1c1c1c;
  font-style: normal;
  background-color: #ffffff !important;
}
.cid-tSEKIgl6YA .nav-tabs .nav-link.active:hover {
  background-color: #ffffff !important;
}
.cid-tSEKIgl6YA .mbr-text {
  text-align: center;
}
.cid-tSEKIgl6YA P {
  color: #767676;
  text-align: right;
}
.cid-tSEKIgl6YA H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tSEKIgl6YA .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-tSEKIgl6YA .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem !important;
  }
  .cid-tSEKIgl6YA .pt-5 {
    padding-top: 2rem !important;
  }
  .cid-tSEKIgl6YA .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tSEKIgl6YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSEKIgl6YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52RBI2GcN .google-map {
  height: 30rem;
  position: relative;
}
.cid-u52RBI2GcN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u52RBI2GcN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u52RBI2GcN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u52RBI2GcN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tSEJyH4tPj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSEJyH4tPj .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSEJyH4tPj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSEJyH4tPj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSEJyH4tPj .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSEJyH4tPj .logo-section img {
  width: auto;
}
.cid-tSEJyH4tPj .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSEJyH4tPj .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSEJyH4tPj .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSEJyH4tPj .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSEJyH4tPj .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSEJyH4tPj .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t9i4kCF2Hh .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-t9i4kCF2Hh .navbar .show {
  height: 100vh;
}
.cid-t9i4kCF2Hh .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t9i4kCF2Hh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t9i4kCF2Hh .bottom {
  padding-bottom: 2rem;
}
.cid-t9i4kCF2Hh a {
  font-style: normal;
}
.cid-t9i4kCF2Hh .dropdown-backdrop {
  display: none;
}
.cid-t9i4kCF2Hh .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-t9i4kCF2Hh .nav-dropdown {
  padding-top: 8rem;
}
.cid-t9i4kCF2Hh .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-t9i4kCF2Hh .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-t9i4kCF2Hh .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-t9i4kCF2Hh .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-t9i4kCF2Hh .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t9i4kCF2Hh .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-t9i4kCF2Hh .navbar-nav {
  width: 100%!important;
}
.cid-t9i4kCF2Hh .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t9i4kCF2Hh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t9i4kCF2Hh .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-t9i4kCF2Hh .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-t9i4kCF2Hh .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-t9i4kCF2Hh .dropdown-item:hover,
.cid-t9i4kCF2Hh .dropdown-item:active {
  color: #ffffff !important;
}
.cid-t9i4kCF2Hh .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-t9i4kCF2Hh .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-t9i4kCF2Hh .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-t9i4kCF2Hh .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-t9i4kCF2Hh .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-t9i4kCF2Hh .navbar-logo {
  margin-right: 0!important;
}
.cid-t9i4kCF2Hh .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-t9i4kCF2Hh .menu-logo {
  position: fixed!important;
}
.cid-t9i4kCF2Hh .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9i4kCF2Hh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t9i4kCF2Hh .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-t9i4kCF2Hh .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-t9i4kCF2Hh .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-t9i4kCF2Hh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9i4kCF2Hh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9i4kCF2Hh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9i4kCF2Hh .opened,
.cid-t9i4kCF2Hh .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-t9i4kCF2Hh .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-t9i4kCF2Hh .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-t9i4kCF2Hh .opened,
  .cid-t9i4kCF2Hh .show,
  .cid-t9i4kCF2Hh .navbar {
    width: 100%!important;
  }
  .cid-t9i4kCF2Hh .dropdown-toggle {
    margin: auto!important;
  }
  .cid-t9i4kCF2Hh .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-t9i4kCF2Hh .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-t9i4kCF2Hh .nav-item:focus,
.cid-t9i4kCF2Hh .nav-link:focus {
  outline: none;
}
.cid-t9i4kCF2Hh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-t9i4kCF2Hh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9i4kCF2Hh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9i4kCF2Hh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9i4kCF2Hh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t9i4kCF2Hh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t9i4kCF2Hh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9i4kCF2Hh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9i4kCF2Hh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9i4kCF2Hh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t9i4kCF2Hh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t9i4kCF2Hh button.navbar-toggler:focus {
  outline: none;
}
.cid-t9i4kCF2Hh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-t9i4kCF2Hh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9i4kCF2Hh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9i4kCF2Hh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9i4kCF2Hh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9i4kCF2Hh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9i4kCF2Hh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9i4kCF2Hh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9i4kCF2Hh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9i4kCF2Hh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9i4kCF2Hh .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.collapsing,
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9i4kCF2Hh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t9i4kCF2Hh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-t9i4kCF2Hh .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9i4kCF2Hh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t9i4kCF2Hh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t9i4kCF2Hh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9i4kCF2Hh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t9i4kCF2Hh .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9i4kCF2Hh img {
    height: 3.8rem !important;
  }
  .cid-t9i4kCF2Hh .btn {
    display: -webkit-flex;
  }
  .cid-t9i4kCF2Hh button.navbar-toggler {
    display: block;
  }
  .cid-t9i4kCF2Hh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t9i4kCF2Hh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9i4kCF2Hh .navbar-collapse.collapsing,
  .cid-t9i4kCF2Hh .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9i4kCF2Hh .navbar-collapse.collapsing .navbar-nav,
  .cid-t9i4kCF2Hh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9i4kCF2Hh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9i4kCF2Hh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9i4kCF2Hh .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9i4kCF2Hh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t9i4kCF2Hh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9i4kCF2Hh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9i4kCF2Hh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t9i4kCF2Hh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9i4kCF2Hh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-t9i4kCF2Hh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t9i4kxeMwn {
  background-image: url("../../../assets/images/whatsapp-image-2024-02-22-at-05.23.58-1600x1066.jpg");
}
.cid-t9ieUce4Al {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9ieUce4Al .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-t9ieUce4Al .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-t9ieUce4Al .p:last-child {
  padding-bottom: 0;
}
.cid-t9ieUce4Al .row {
  justify-content: center;
}
.cid-t9iiLYfa1X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9iiLYfa1X .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-t9iiLYfa1X .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-t9iiLYfa1X .p:last-child {
  padding-bottom: 0;
}
.cid-t9iiLYfa1X .row {
  justify-content: center;
}
.cid-t9ijfICXLj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t9ijfICXLj .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-t9ijfICXLj .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-t9ijfICXLj .p:last-child {
  padding-bottom: 0;
}
.cid-t9ijfICXLj .row {
  justify-content: center;
}
.cid-tSB5nX05r0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSB5nX05r0 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSB5nX05r0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSB5nX05r0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSB5nX05r0 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSB5nX05r0 .logo-section img {
  width: auto;
}
.cid-tSB5nX05r0 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSB5nX05r0 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSB5nX05r0 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB5nX05r0 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSB5nX05r0 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSB5nX05r0 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tpNnDief3O .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tpNnDief3O .navbar .show {
  height: 100vh;
}
.cid-tpNnDief3O .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tpNnDief3O .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tpNnDief3O .bottom {
  padding-bottom: 2rem;
}
.cid-tpNnDief3O a {
  font-style: normal;
}
.cid-tpNnDief3O .dropdown-backdrop {
  display: none;
}
.cid-tpNnDief3O .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tpNnDief3O .nav-dropdown {
  padding-top: 8rem;
}
.cid-tpNnDief3O .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tpNnDief3O .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tpNnDief3O .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-tpNnDief3O .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tpNnDief3O .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tpNnDief3O .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tpNnDief3O .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tpNnDief3O .navbar-nav {
  width: 100%!important;
}
.cid-tpNnDief3O .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpNnDief3O .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpNnDief3O .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tpNnDief3O .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tpNnDief3O .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-tpNnDief3O .dropdown-item:hover,
.cid-tpNnDief3O .dropdown-item:active {
  color: #ffffff !important;
}
.cid-tpNnDief3O .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tpNnDief3O .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tpNnDief3O .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tpNnDief3O .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tpNnDief3O .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tpNnDief3O .navbar-logo {
  margin-right: 0!important;
}
.cid-tpNnDief3O .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tpNnDief3O .menu-logo {
  position: fixed!important;
}
.cid-tpNnDief3O .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tpNnDief3O .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpNnDief3O .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tpNnDief3O .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tpNnDief3O .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tpNnDief3O .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-tpNnDief3O .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tpNnDief3O .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tpNnDief3O .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tpNnDief3O .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tpNnDief3O .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tpNnDief3O .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tpNnDief3O .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tpNnDief3O .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tpNnDief3O .opened,
.cid-tpNnDief3O .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tpNnDief3O .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tpNnDief3O .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tpNnDief3O .opened,
  .cid-tpNnDief3O .show,
  .cid-tpNnDief3O .navbar {
    width: 100%!important;
  }
  .cid-tpNnDief3O .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tpNnDief3O .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tpNnDief3O .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tpNnDief3O .nav-item:focus,
.cid-tpNnDief3O .nav-link:focus {
  outline: none;
}
.cid-tpNnDief3O .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tpNnDief3O .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tpNnDief3O .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpNnDief3O .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tpNnDief3O .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tpNnDief3O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tpNnDief3O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpNnDief3O .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tpNnDief3O .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpNnDief3O .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tpNnDief3O button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tpNnDief3O button.navbar-toggler:focus {
  outline: none;
}
.cid-tpNnDief3O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-tpNnDief3O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpNnDief3O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpNnDief3O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpNnDief3O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpNnDief3O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpNnDief3O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpNnDief3O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpNnDief3O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpNnDief3O .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpNnDief3O .collapsed .btn {
  display: -webkit-flex;
}
.cid-tpNnDief3O .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tpNnDief3O .collapsed .navbar-collapse.collapsing,
.cid-tpNnDief3O .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tpNnDief3O .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tpNnDief3O .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tpNnDief3O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tpNnDief3O .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tpNnDief3O .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tpNnDief3O .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tpNnDief3O .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tpNnDief3O .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpNnDief3O .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-tpNnDief3O .collapsed button.navbar-toggler {
  display: block;
}
.cid-tpNnDief3O .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpNnDief3O .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tpNnDief3O .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tpNnDief3O .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tpNnDief3O .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpNnDief3O img {
    height: 3.8rem !important;
  }
  .cid-tpNnDief3O .btn {
    display: -webkit-flex;
  }
  .cid-tpNnDief3O button.navbar-toggler {
    display: block;
  }
  .cid-tpNnDief3O .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpNnDief3O .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tpNnDief3O .navbar-collapse.collapsing,
  .cid-tpNnDief3O .navbar-collapse.show {
    display: block !important;
  }
  .cid-tpNnDief3O .navbar-collapse.collapsing .navbar-nav,
  .cid-tpNnDief3O .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tpNnDief3O .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tpNnDief3O .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tpNnDief3O .navbar-collapse.collapsing .navbar-buttons,
  .cid-tpNnDief3O .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tpNnDief3O .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tpNnDief3O .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tpNnDief3O .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tpNnDief3O .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tpNnDief3O .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tpNnDief3O .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWbEBC7VTh {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/clouds-and-mountains-in-chikmagalur-269039-pixahive-2000x1500.jpg");
}
.cid-tpNnDfyLzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpNnDfyLzv .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-tpNnDfyLzv .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-tpNnDfyLzv .p:last-child {
  padding-bottom: 0;
}
.cid-tpNnDfyLzv .row {
  justify-content: center;
}
.cid-tpNnDfYRdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tpNnDfYRdp .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-tpNnDfYRdp .p {
  padding-bottom: 29px;
  color: #52586a;
}
.cid-tpNnDfYRdp .p:last-child {
  padding-bottom: 0;
}
.cid-tpNnDfYRdp .row {
  justify-content: center;
}
.cid-tSB5nX05r0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSB5nX05r0 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSB5nX05r0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSB5nX05r0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSB5nX05r0 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSB5nX05r0 .logo-section img {
  width: auto;
}
.cid-tSB5nX05r0 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSB5nX05r0 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSB5nX05r0 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB5nX05r0 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSB5nX05r0 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSB5nX05r0 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-saRUjLoVrD .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-saRUjLoVrD .navbar .show {
  height: 100vh;
}
.cid-saRUjLoVrD .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-saRUjLoVrD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-saRUjLoVrD .bottom {
  padding-bottom: 2rem;
}
.cid-saRUjLoVrD a {
  font-style: normal;
}
.cid-saRUjLoVrD .dropdown-backdrop {
  display: none;
}
.cid-saRUjLoVrD .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-saRUjLoVrD .nav-dropdown {
  padding-top: 8rem;
}
.cid-saRUjLoVrD .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-saRUjLoVrD .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-saRUjLoVrD .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-saRUjLoVrD .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-saRUjLoVrD .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saRUjLoVrD .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-saRUjLoVrD .navbar-nav {
  width: 100%!important;
}
.cid-saRUjLoVrD .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-saRUjLoVrD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saRUjLoVrD .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-saRUjLoVrD .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-saRUjLoVrD .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-saRUjLoVrD .dropdown-item:hover,
.cid-saRUjLoVrD .dropdown-item:active {
  color: #ffffff !important;
}
.cid-saRUjLoVrD .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-saRUjLoVrD .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-saRUjLoVrD .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-saRUjLoVrD .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-saRUjLoVrD .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-saRUjLoVrD .navbar-logo {
  margin-right: 0!important;
}
.cid-saRUjLoVrD .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-saRUjLoVrD .menu-logo {
  position: fixed!important;
}
.cid-saRUjLoVrD .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saRUjLoVrD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-saRUjLoVrD .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-saRUjLoVrD .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-saRUjLoVrD .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-saRUjLoVrD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saRUjLoVrD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saRUjLoVrD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saRUjLoVrD .opened,
.cid-saRUjLoVrD .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-saRUjLoVrD .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-saRUjLoVrD .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-saRUjLoVrD .opened,
  .cid-saRUjLoVrD .show,
  .cid-saRUjLoVrD .navbar {
    width: 100%!important;
  }
  .cid-saRUjLoVrD .dropdown-toggle {
    margin: auto!important;
  }
  .cid-saRUjLoVrD .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-saRUjLoVrD .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-saRUjLoVrD .nav-item:focus,
.cid-saRUjLoVrD .nav-link:focus {
  outline: none;
}
.cid-saRUjLoVrD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-saRUjLoVrD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saRUjLoVrD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saRUjLoVrD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saRUjLoVrD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saRUjLoVrD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saRUjLoVrD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saRUjLoVrD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saRUjLoVrD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saRUjLoVrD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saRUjLoVrD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saRUjLoVrD button.navbar-toggler:focus {
  outline: none;
}
.cid-saRUjLoVrD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-saRUjLoVrD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saRUjLoVrD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saRUjLoVrD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saRUjLoVrD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saRUjLoVrD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRUjLoVrD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saRUjLoVrD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saRUjLoVrD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRUjLoVrD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saRUjLoVrD .collapsed .btn {
  display: -webkit-flex;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse.collapsing,
.cid-saRUjLoVrD .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saRUjLoVrD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saRUjLoVrD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saRUjLoVrD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saRUjLoVrD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saRUjLoVrD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-saRUjLoVrD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-saRUjLoVrD .collapsed button.navbar-toggler {
  display: block;
}
.cid-saRUjLoVrD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saRUjLoVrD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saRUjLoVrD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saRUjLoVrD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-saRUjLoVrD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saRUjLoVrD img {
    height: 3.8rem !important;
  }
  .cid-saRUjLoVrD .btn {
    display: -webkit-flex;
  }
  .cid-saRUjLoVrD button.navbar-toggler {
    display: block;
  }
  .cid-saRUjLoVrD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saRUjLoVrD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saRUjLoVrD .navbar-collapse.collapsing,
  .cid-saRUjLoVrD .navbar-collapse.show {
    display: block !important;
  }
  .cid-saRUjLoVrD .navbar-collapse.collapsing .navbar-nav,
  .cid-saRUjLoVrD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saRUjLoVrD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saRUjLoVrD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saRUjLoVrD .navbar-collapse.collapsing .navbar-buttons,
  .cid-saRUjLoVrD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saRUjLoVrD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saRUjLoVrD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saRUjLoVrD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saRUjLoVrD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saRUjLoVrD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-saRUjLoVrD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-saRUjBYMwO {
  background-image: url("../../../assets/images/whatsapp-image-2024-02-22-at-05.23.55-1600x1066.jpg");
}
.cid-saRUjDmx3n {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saRUjDmx3n h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-saRUjDmx3n h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-saRUjDmx3n .mbr-text,
.cid-saRUjDmx3n .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-saRUjDmx3n H1 {
  text-align: center;
  color: #1c1c1c;
}
.cid-saRUjFiYjW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff8ea;
}
.cid-saRUjFiYjW img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-saRUjFiYjW img:hover {
  transform: scale(1.1);
}
.cid-saRUjFiYjW .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-saRUjFiYjW h2 {
  padding: 0;
  margin: 0;
}
.cid-saRUjFiYjW .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-saRUjFiYjW .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-saRUjFiYjW .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-saRUjFiYjW .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-saRUjFiYjW .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-saRUjFiYjW .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-saRUjFiYjW .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-saRUjFiYjW .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-saRUjFiYjW .text-col {
    padding: 2rem 1rem;
  }
}
.cid-saRUjFiYjW H2 {
  color: #333333;
}
.cid-saRUjFiYjW .mbr-text {
  color: #767676;
}
.cid-saRUjFiYjW H1 {
  color: #342f2a;
}
.cid-saRUjEDwgc {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saRUjEDwgc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-saRUjEDwgc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-saRUjEDwgc .mbr-text,
.cid-saRUjEDwgc .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-saRUjEDwgc H1 {
  text-align: center;
  color: #1c1c1c;
}
.cid-saRUjEDwgc P {
  text-align: center;
}
.cid-tSBhYCUiLn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSBhYCUiLn img {
  border-radius: 0px;
}
.cid-tSBhYCUiLn .row {
  justify-content: center;
}
.cid-tSBhGTXW6f {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSBhGTXW6f h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tSBhGTXW6f h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tSBhGTXW6f .mbr-text,
.cid-tSBhGTXW6f .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-tSBhGTXW6f H1 {
  text-align: center;
  color: #342f2a;
}
.cid-tSBhGTXW6f P {
  text-align: center;
}
.cid-tSBiYQmHPn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff8ea;
}
.cid-tSBiYQmHPn img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tSBiYQmHPn img:hover {
  transform: scale(1.1);
}
.cid-tSBiYQmHPn .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tSBiYQmHPn h2 {
  padding: 0;
  margin: 0;
}
.cid-tSBiYQmHPn .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBiYQmHPn .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tSBiYQmHPn .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tSBiYQmHPn .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tSBiYQmHPn .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tSBiYQmHPn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tSBiYQmHPn .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tSBiYQmHPn .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tSBiYQmHPn .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tSBiYQmHPn H2 {
  color: #333333;
}
.cid-tSBiYQmHPn .mbr-text {
  color: #767676;
}
.cid-tSBiYQmHPn H1 {
  color: #342f2a;
}
.cid-tSBOpdPufR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSBOpdPufR .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tSBOpdPufR .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-tSBOpdPufR .card {
  height: fit-content;
}
.cid-tSBOpdPufR h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tSBOpdPufR .card1 {
  background: #e3ac46;
}
.cid-tSBOpdPufR .card2 {
  background: #f9f295;
}
.cid-tSBOpdPufR .card3 {
  background: #e3ac46;
}
.cid-tSBOpdPufR .card4 {
  background: #ffffff;
}
.cid-tSBOpdPufR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tSBOpdPufR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tSBOpdPufR .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-tSBOpdPufR .card-subtitle1 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .card-title1 {
  text-align: center;
}
.cid-tSBOpdPufR .mbr-text1 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .mbr-text2 {
  color: #232323;
  text-align: center;
}
.cid-tSBOpdPufR .card-subtitle2 {
  color: #232323;
  text-align: center;
}
.cid-tSBOpdPufR .card-title3 {
  text-align: center;
}
.cid-tSBOpdPufR .mbr-text3 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .card-subtitle3 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .card-title4 {
  text-align: center;
}
.cid-tSBOpdPufR .mbr-text4 {
  text-align: center;
  color: #232323;
}
.cid-tSBOpdPufR .card-subtitle4 {
  text-align: center;
  color: #232323;
}
.cid-tSBOpdPufR .card-title2,
.cid-tSBOpdPufR .title-wrap2 {
  text-align: center;
  color: #232323;
}
.cid-tSBOpdPufR .card-title3,
.cid-tSBOpdPufR .title-wrap3 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .card-title4,
.cid-tSBOpdPufR .title-wrap4 {
  text-align: center;
  color: #232323;
}
.cid-tSBOpdPufR .card-title1,
.cid-tSBOpdPufR .title-wrap1 {
  text-align: center;
  color: #ffffff;
}
.cid-tSBOpdPufR .title {
  text-align: center;
}
.cid-tSBOpdPufR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBOpdPufR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSCArJWKEy {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tSCArJWKEy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-tSCArJWKEy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-tSCArJWKEy .mbr-text,
.cid-tSCArJWKEy .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-tSCArJWKEy H1 {
  text-align: center;
  color: #1c1c1c;
}
.cid-tSCArJWKEy P {
  text-align: center;
}
.cid-tSF8QSv9hl {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSF8QSv9hl .mbr-overlay {
  background: #5eeebb;
}
.cid-tSF8QSv9hl .row {
  margin: 0;
}
.cid-tSF8QSv9hl .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #1c1c1c;
}
.cid-tSF8QSv9hl .mbr-section-title {
  color: #1c1c1c;
  font-weight: 300;
}
.cid-tSF8QSv9hl .mbr-section-title b,
.cid-tSF8QSv9hl .mbr-section-title strong {
  font-weight: 500;
}
.cid-tSF8QSv9hl .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tSF8QSv9hl .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-tSF8QSv9hl .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-tSF8QSv9hl .carousel-item {
  justify-content: center;
}
.cid-tSF8QSv9hl .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tSF8QSv9hl .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.3) 0%, #ffffff 100%);
  border-radius: 3px;
}
.cid-tSF8QSv9hl .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-tSF8QSv9hl .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-tSF8QSv9hl .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tSF8QSv9hl .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tSF8QSv9hl .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-tSF8QSv9hl .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tSF8QSv9hl .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-tSF8QSv9hl .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #5f5142;
  transition: all 0.3s ease-in-out;
}
.cid-tSF8QSv9hl .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tSF8QSv9hl .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tSF8QSv9hl .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-tSF8QSv9hl .cloneditem-1,
.cid-tSF8QSv9hl .cloneditem-2,
.cid-tSF8QSv9hl .cloneditem-3,
.cid-tSF8QSv9hl .cloneditem-4,
.cid-tSF8QSv9hl .cloneditem-5 {
  display: none;
}
.cid-tSF8QSv9hl .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tSF8QSv9hl .wrap {
    margin-bottom: 50px;
  }
  .cid-tSF8QSv9hl .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-tSF8QSv9hl .arrows {
    display: none;
  }
  .cid-tSF8QSv9hl .carousel-item {
    margin-bottom: 60px;
  }
  .cid-tSF8QSv9hl .container-fluid,
  .cid-tSF8QSv9hl .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tSF8QSv9hl .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tSF8QSv9hl .carousel-inner {
    z-index: 1;
  }
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides2 .cloneditem-1,
  .cid-tSF8QSv9hl .carousel-inner.slides2 .cloneditem-2,
  .cid-tSF8QSv9hl .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides3 .cloneditem-1,
  .cid-tSF8QSv9hl .carousel-inner.slides3 .cloneditem-2,
  .cid-tSF8QSv9hl .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides4 .cloneditem-1,
  .cid-tSF8QSv9hl .carousel-inner.slides4 .cloneditem-2,
  .cid-tSF8QSv9hl .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides5 .cloneditem-1,
  .cid-tSF8QSv9hl .carousel-inner.slides5 .cloneditem-2,
  .cid-tSF8QSv9hl .carousel-inner.slides5 .cloneditem-3,
  .cid-tSF8QSv9hl .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tSF8QSv9hl .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tSF8QSv9hl .carousel-inner.slides6 .cloneditem-1,
  .cid-tSF8QSv9hl .carousel-inner.slides6 .cloneditem-2,
  .cid-tSF8QSv9hl .carousel-inner.slides6 .cloneditem-3,
  .cid-tSF8QSv9hl .carousel-inner.slides6 .cloneditem-4,
  .cid-tSF8QSv9hl .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tSF8QSv9hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSF8QSv9hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSCABJHkCQ {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tSCABJHkCQ .carousel {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .cid-tSCABJHkCQ .carousel {
    height: 100vh;
  }
}
.cid-tSCABJHkCQ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tSCABJHkCQ .carousel-item,
.cid-tSCABJHkCQ .carousel-inner {
  height: 100%;
}
.cid-tSCABJHkCQ .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tSCABJHkCQ .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tSCABJHkCQ .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tSCABJHkCQ .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tSCABJHkCQ .mbr-section-btn {
  margin-top: 42px;
}
.cid-tSCABJHkCQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tSCABJHkCQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tSCABJHkCQ .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tSCABJHkCQ .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tSCABJHkCQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tSCABJHkCQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tSCABJHkCQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tSCABJHkCQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tSCABJHkCQ .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tSCABJHkCQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tSCABJHkCQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tSCABJHkCQ .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tSCABJHkCQ .carousel-control {
    display: none !important;
  }
}
.cid-tSCABJHkCQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tSCABJHkCQ .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tSCABJHkCQ .carousel-indicators li.active,
.cid-tSCABJHkCQ .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tSCABJHkCQ .carousel-indicators li::after,
.cid-tSCABJHkCQ .carousel-indicators li::before {
  content: none;
}
.cid-tSCABJHkCQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tSCABJHkCQ .carousel-indicators {
    display: none !important;
  }
}
.cid-tSCABJHkCQ .mbr-section-text,
.cid-tSCABJHkCQ .mbr-section-btn {
  text-align: center;
}
.cid-tSB5nX05r0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSB5nX05r0 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSB5nX05r0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSB5nX05r0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSB5nX05r0 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSB5nX05r0 .logo-section img {
  width: auto;
}
.cid-tSB5nX05r0 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSB5nX05r0 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSB5nX05r0 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB5nX05r0 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSB5nX05r0 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSB5nX05r0 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-saRKALP1LW .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-saRKALP1LW .navbar .show {
  height: 100vh;
}
.cid-saRKALP1LW .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-saRKALP1LW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-saRKALP1LW .bottom {
  padding-bottom: 2rem;
}
.cid-saRKALP1LW a {
  font-style: normal;
}
.cid-saRKALP1LW .dropdown-backdrop {
  display: none;
}
.cid-saRKALP1LW .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-saRKALP1LW .nav-dropdown {
  padding-top: 8rem;
}
.cid-saRKALP1LW .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-saRKALP1LW .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-saRKALP1LW .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-saRKALP1LW .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-saRKALP1LW .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saRKALP1LW .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-saRKALP1LW .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-saRKALP1LW .navbar-nav {
  width: 100%!important;
}
.cid-saRKALP1LW .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-saRKALP1LW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saRKALP1LW .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-saRKALP1LW .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-saRKALP1LW .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-saRKALP1LW .dropdown-item:hover,
.cid-saRKALP1LW .dropdown-item:active {
  color: #ffffff !important;
}
.cid-saRKALP1LW .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-saRKALP1LW .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-saRKALP1LW .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-saRKALP1LW .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-saRKALP1LW .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-saRKALP1LW .navbar-logo {
  margin-right: 0!important;
}
.cid-saRKALP1LW .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-saRKALP1LW .menu-logo {
  position: fixed!important;
}
.cid-saRKALP1LW .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-saRKALP1LW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saRKALP1LW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saRKALP1LW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saRKALP1LW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saRKALP1LW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-saRKALP1LW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saRKALP1LW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-saRKALP1LW .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-saRKALP1LW .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-saRKALP1LW .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-saRKALP1LW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saRKALP1LW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saRKALP1LW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saRKALP1LW .opened,
.cid-saRKALP1LW .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-saRKALP1LW .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-saRKALP1LW .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-saRKALP1LW .opened,
  .cid-saRKALP1LW .show,
  .cid-saRKALP1LW .navbar {
    width: 100%!important;
  }
  .cid-saRKALP1LW .dropdown-toggle {
    margin: auto!important;
  }
  .cid-saRKALP1LW .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-saRKALP1LW .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-saRKALP1LW .nav-item:focus,
.cid-saRKALP1LW .nav-link:focus {
  outline: none;
}
.cid-saRKALP1LW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-saRKALP1LW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saRKALP1LW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saRKALP1LW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saRKALP1LW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saRKALP1LW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saRKALP1LW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saRKALP1LW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saRKALP1LW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saRKALP1LW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saRKALP1LW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saRKALP1LW button.navbar-toggler:focus {
  outline: none;
}
.cid-saRKALP1LW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-saRKALP1LW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saRKALP1LW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saRKALP1LW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saRKALP1LW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saRKALP1LW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRKALP1LW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saRKALP1LW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saRKALP1LW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRKALP1LW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saRKALP1LW .collapsed .btn {
  display: -webkit-flex;
}
.cid-saRKALP1LW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saRKALP1LW .collapsed .navbar-collapse.collapsing,
.cid-saRKALP1LW .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-saRKALP1LW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saRKALP1LW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saRKALP1LW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saRKALP1LW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saRKALP1LW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saRKALP1LW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saRKALP1LW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saRKALP1LW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-saRKALP1LW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-saRKALP1LW .collapsed button.navbar-toggler {
  display: block;
}
.cid-saRKALP1LW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saRKALP1LW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saRKALP1LW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saRKALP1LW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-saRKALP1LW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saRKALP1LW img {
    height: 3.8rem !important;
  }
  .cid-saRKALP1LW .btn {
    display: -webkit-flex;
  }
  .cid-saRKALP1LW button.navbar-toggler {
    display: block;
  }
  .cid-saRKALP1LW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saRKALP1LW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saRKALP1LW .navbar-collapse.collapsing,
  .cid-saRKALP1LW .navbar-collapse.show {
    display: block !important;
  }
  .cid-saRKALP1LW .navbar-collapse.collapsing .navbar-nav,
  .cid-saRKALP1LW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saRKALP1LW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saRKALP1LW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saRKALP1LW .navbar-collapse.collapsing .navbar-buttons,
  .cid-saRKALP1LW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saRKALP1LW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saRKALP1LW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saRKALP1LW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saRKALP1LW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saRKALP1LW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-saRKALP1LW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-saRKACgulI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/plant-field-farm-tea-flower-produce-623369-pxhere.com-2000x1253.jpg");
}
.cid-t5mtCmqXas {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #fffcf6;
}
.cid-t5mtCmqXas h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t5mtCmqXas h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5mtCmqXas h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t5mtCmqXas .mbr-text,
.cid-t5mtCmqXas .mbr-section-btn {
  color: #767676;
}
.cid-t5mtCmqXas H1 {
  color: #1c1c1c;
}
.cid-saRKAEaGqu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saRKAEaGqu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-saRKAEaGqu img:hover {
  transform: scale(1.1);
}
.cid-saRKAEaGqu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-saRKAEaGqu h2 {
  padding: 0;
  margin: 0;
}
.cid-saRKAEaGqu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-saRKAEaGqu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-saRKAEaGqu .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-saRKAEaGqu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-saRKAEaGqu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-saRKAEaGqu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-saRKAEaGqu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-saRKAEaGqu .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-saRKAEaGqu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-saRKAEaGqu H2 {
  color: #333333;
}
.cid-saRKAEaGqu .mbr-text {
  color: #767676;
}
.cid-saRKAEaGqu H1 {
  color: #82786e;
}
.cid-t5mvjCxmmH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5mvjCxmmH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t5mvjCxmmH img:hover {
  transform: scale(1.1);
}
.cid-t5mvjCxmmH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-t5mvjCxmmH h2 {
  padding: 0;
  margin: 0;
}
.cid-t5mvjCxmmH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5mvjCxmmH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-t5mvjCxmmH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-t5mvjCxmmH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-t5mvjCxmmH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-t5mvjCxmmH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5mvjCxmmH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t5mvjCxmmH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-t5mvjCxmmH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-t5mvjCxmmH H2 {
  color: #333333;
}
.cid-t5mvjCxmmH .mbr-text {
  color: #767676;
}
.cid-t5mvjCxmmH H1 {
  color: #82786e;
}
.cid-t5mvQQ75XH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5mvQQ75XH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t5mvQQ75XH img:hover {
  transform: scale(1.1);
}
.cid-t5mvQQ75XH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-t5mvQQ75XH h2 {
  padding: 0;
  margin: 0;
}
.cid-t5mvQQ75XH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5mvQQ75XH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-t5mvQQ75XH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-t5mvQQ75XH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-t5mvQQ75XH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-t5mvQQ75XH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5mvQQ75XH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t5mvQQ75XH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-t5mvQQ75XH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-t5mvQQ75XH H2 {
  color: #333333;
}
.cid-t5mvQQ75XH .mbr-text {
  color: #767676;
}
.cid-t5mvQQ75XH H1 {
  color: #82786e;
}
.cid-t5mvVBdMci {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5mvVBdMci img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t5mvVBdMci img:hover {
  transform: scale(1.1);
}
.cid-t5mvVBdMci .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-t5mvVBdMci h2 {
  padding: 0;
  margin: 0;
}
.cid-t5mvVBdMci .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5mvVBdMci .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-t5mvVBdMci .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-t5mvVBdMci .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-t5mvVBdMci .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-t5mvVBdMci .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5mvVBdMci .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t5mvVBdMci .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-t5mvVBdMci .text-col {
    padding: 2rem 1rem;
  }
}
.cid-t5mvVBdMci H2 {
  color: #333333;
}
.cid-t5mvVBdMci .mbr-text {
  color: #767676;
}
.cid-t5mvVBdMci H1 {
  color: #82786e;
}
.cid-t5mwfYCQHO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5mwfYCQHO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t5mwfYCQHO img:hover {
  transform: scale(1.1);
}
.cid-t5mwfYCQHO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-t5mwfYCQHO h2 {
  padding: 0;
  margin: 0;
}
.cid-t5mwfYCQHO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5mwfYCQHO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-t5mwfYCQHO .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-t5mwfYCQHO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-t5mwfYCQHO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-t5mwfYCQHO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5mwfYCQHO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t5mwfYCQHO .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-t5mwfYCQHO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-t5mwfYCQHO H2 {
  color: #333333;
}
.cid-t5mwfYCQHO .mbr-text {
  color: #767676;
}
.cid-t5mwfYCQHO H1 {
  color: #82786e;
}
.cid-saRKAGCEwT {
  background-image: url("../../../assets/images/plantation-343915-1280-1280x877.jpg");
}
.cid-tSB5nX05r0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tSB5nX05r0 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tSB5nX05r0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tSB5nX05r0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tSB5nX05r0 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tSB5nX05r0 .logo-section img {
  width: auto;
}
.cid-tSB5nX05r0 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tSB5nX05r0 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tSB5nX05r0 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tSB5nX05r0 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tSB5nX05r0 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tSB5nX05r0 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tVlAA3wtKt .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-tVlAA3wtKt .navbar .show {
  height: 100vh;
}
.cid-tVlAA3wtKt .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVlAA3wtKt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVlAA3wtKt .bottom {
  padding-bottom: 2rem;
}
.cid-tVlAA3wtKt a {
  font-style: normal;
}
.cid-tVlAA3wtKt .dropdown-backdrop {
  display: none;
}
.cid-tVlAA3wtKt .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-tVlAA3wtKt .nav-dropdown {
  padding-top: 8rem;
}
.cid-tVlAA3wtKt .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-tVlAA3wtKt .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-tVlAA3wtKt .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-tVlAA3wtKt .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-tVlAA3wtKt .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVlAA3wtKt .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tVlAA3wtKt .navbar-nav {
  width: 100%!important;
}
.cid-tVlAA3wtKt .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVlAA3wtKt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVlAA3wtKt .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-tVlAA3wtKt .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-tVlAA3wtKt .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-tVlAA3wtKt .dropdown-item:hover,
.cid-tVlAA3wtKt .dropdown-item:active {
  color: #ffffff !important;
}
.cid-tVlAA3wtKt .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tVlAA3wtKt .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-tVlAA3wtKt .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-tVlAA3wtKt .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-tVlAA3wtKt .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-tVlAA3wtKt .navbar-logo {
  margin-right: 0!important;
}
.cid-tVlAA3wtKt .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-tVlAA3wtKt .menu-logo {
  position: fixed!important;
}
.cid-tVlAA3wtKt .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVlAA3wtKt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVlAA3wtKt .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-tVlAA3wtKt .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-tVlAA3wtKt .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-tVlAA3wtKt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVlAA3wtKt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVlAA3wtKt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVlAA3wtKt .opened,
.cid-tVlAA3wtKt .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-tVlAA3wtKt .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-tVlAA3wtKt .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-tVlAA3wtKt .opened,
  .cid-tVlAA3wtKt .show,
  .cid-tVlAA3wtKt .navbar {
    width: 100%!important;
  }
  .cid-tVlAA3wtKt .dropdown-toggle {
    margin: auto!important;
  }
  .cid-tVlAA3wtKt .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-tVlAA3wtKt .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-tVlAA3wtKt .nav-item:focus,
.cid-tVlAA3wtKt .nav-link:focus {
  outline: none;
}
.cid-tVlAA3wtKt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-tVlAA3wtKt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVlAA3wtKt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVlAA3wtKt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVlAA3wtKt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVlAA3wtKt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVlAA3wtKt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVlAA3wtKt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVlAA3wtKt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVlAA3wtKt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tVlAA3wtKt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVlAA3wtKt button.navbar-toggler:focus {
  outline: none;
}
.cid-tVlAA3wtKt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-tVlAA3wtKt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVlAA3wtKt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVlAA3wtKt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVlAA3wtKt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVlAA3wtKt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVlAA3wtKt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVlAA3wtKt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVlAA3wtKt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVlAA3wtKt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVlAA3wtKt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse.collapsing,
.cid-tVlAA3wtKt .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVlAA3wtKt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVlAA3wtKt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVlAA3wtKt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVlAA3wtKt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVlAA3wtKt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tVlAA3wtKt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-tVlAA3wtKt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVlAA3wtKt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVlAA3wtKt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tVlAA3wtKt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVlAA3wtKt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tVlAA3wtKt .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVlAA3wtKt img {
    height: 3.8rem !important;
  }
  .cid-tVlAA3wtKt .btn {
    display: -webkit-flex;
  }
  .cid-tVlAA3wtKt button.navbar-toggler {
    display: block;
  }
  .cid-tVlAA3wtKt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVlAA3wtKt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVlAA3wtKt .navbar-collapse.collapsing,
  .cid-tVlAA3wtKt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVlAA3wtKt .navbar-collapse.collapsing .navbar-nav,
  .cid-tVlAA3wtKt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVlAA3wtKt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVlAA3wtKt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVlAA3wtKt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVlAA3wtKt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVlAA3wtKt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVlAA3wtKt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVlAA3wtKt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tVlAA3wtKt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVlAA3wtKt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-tVlAA3wtKt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVlAA1JimZ {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2024-02-22-at-05.23.53-1600x1066.jpg");
}
.cid-tVlAA26jtr {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #fffcf6;
}
.cid-tVlAA26jtr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tVlAA26jtr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tVlAA26jtr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tVlAA26jtr .mbr-text,
.cid-tVlAA26jtr .mbr-section-btn {
  color: #767676;
}
.cid-tVlAA26jtr H1 {
  color: #1c1c1c;
}
.cid-tVlAA2i0zl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVlAA2i0zl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tVlAA2i0zl img:hover {
  transform: scale(1.1);
}
.cid-tVlAA2i0zl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tVlAA2i0zl h2 {
  padding: 0;
  margin: 0;
}
.cid-tVlAA2i0zl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVlAA2i0zl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tVlAA2i0zl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tVlAA2i0zl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tVlAA2i0zl .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tVlAA2i0zl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tVlAA2i0zl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tVlAA2i0zl .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tVlAA2i0zl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tVlAA2i0zl H2 {
  color: #333333;
}
.cid-tVlAA2i0zl .mbr-text {
  color: #767676;
}
.cid-tVlAA2i0zl H1 {
  color: #e3ac46;
}
.cid-tVlAA2wTa3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVlAA2wTa3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tVlAA2wTa3 img:hover {
  transform: scale(1.1);
}
.cid-tVlAA2wTa3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tVlAA2wTa3 h2 {
  padding: 0;
  margin: 0;
}
.cid-tVlAA2wTa3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVlAA2wTa3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tVlAA2wTa3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tVlAA2wTa3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tVlAA2wTa3 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tVlAA2wTa3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tVlAA2wTa3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tVlAA2wTa3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tVlAA2wTa3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tVlAA2wTa3 H2 {
  color: #333333;
}
.cid-tVlAA2wTa3 .mbr-text {
  color: #767676;
}
.cid-tVlAA2wTa3 H1 {
  color: #e3ac46;
}
.cid-tVlAA2KStS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVlAA2KStS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tVlAA2KStS img:hover {
  transform: scale(1.1);
}
.cid-tVlAA2KStS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tVlAA2KStS h2 {
  padding: 0;
  margin: 0;
}
.cid-tVlAA2KStS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVlAA2KStS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tVlAA2KStS .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tVlAA2KStS .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tVlAA2KStS .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tVlAA2KStS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tVlAA2KStS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tVlAA2KStS .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tVlAA2KStS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tVlAA2KStS H2 {
  color: #333333;
}
.cid-tVlAA2KStS .mbr-text {
  color: #767676;
}
.cid-tVlAA2KStS H1 {
  color: #e3ac46;
}
.cid-tVlAA2U2f0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVlAA2U2f0 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tVlAA2U2f0 img:hover {
  transform: scale(1.1);
}
.cid-tVlAA2U2f0 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tVlAA2U2f0 h2 {
  padding: 0;
  margin: 0;
}
.cid-tVlAA2U2f0 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVlAA2U2f0 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tVlAA2U2f0 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tVlAA2U2f0 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tVlAA2U2f0 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tVlAA2U2f0 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tVlAA2U2f0 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tVlAA2U2f0 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tVlAA2U2f0 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tVlAA2U2f0 H2 {
  color: #333333;
}
.cid-tVlAA2U2f0 .mbr-text {
  color: #767676;
}
.cid-tVlAA2U2f0 H1 {
  color: #e3ac46;
}
.cid-tVlAA3617B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVlAA3617B img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tVlAA3617B img:hover {
  transform: scale(1.1);
}
.cid-tVlAA3617B .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tVlAA3617B h2 {
  padding: 0;
  margin: 0;
}
.cid-tVlAA3617B .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVlAA3617B .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tVlAA3617B .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tVlAA3617B .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tVlAA3617B .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tVlAA3617B .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tVlAA3617B .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tVlAA3617B .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tVlAA3617B .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tVlAA3617B H2 {
  color: #333333;
}
.cid-tVlAA3617B .mbr-text {
  color: #767676;
}
.cid-tVlAA3617B H1 {
  color: #e3ac46;
}
.cid-u7iMINVkI0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7iMINVkI0 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u7iMINVkI0 img:hover {
  transform: scale(1.1);
}
.cid-u7iMINVkI0 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u7iMINVkI0 h2 {
  padding: 0;
  margin: 0;
}
.cid-u7iMINVkI0 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iMINVkI0 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u7iMINVkI0 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-u7iMINVkI0 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-u7iMINVkI0 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-u7iMINVkI0 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7iMINVkI0 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7iMINVkI0 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-u7iMINVkI0 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u7iMINVkI0 H2 {
  color: #333333;
}
.cid-u7iMINVkI0 .mbr-text {
  color: #767676;
}
.cid-u7iMINVkI0 H1 {
  color: #e3ac46;
}
.cid-u6eG2UFPIc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fff8ea;
}
.cid-u6eG2UFPIc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-u6eG2UFPIc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-u6eG2UFPIc .mbr-text,
.cid-u6eG2UFPIc .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u6eG2UFPIc H1 {
  text-align: center;
  color: #342f2a;
}
.cid-u6eGi0Siti {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff8ea;
}
.cid-u6eGi0Siti img,
.cid-u6eGi0Siti .item-img {
  width: 100%;
}
.cid-u6eGi0Siti .item:focus,
.cid-u6eGi0Siti span:focus {
  outline: none;
}
.cid-u6eGi0Siti .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6eGi0Siti .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6eGi0Siti .item-content {
  padding: 25px 1rem 0;
}
.cid-u6eGi0Siti .item-content a:not(.btn):hover {
  color: #e3ac46 !important;
  background-image: none !important;
}
.cid-u6eGi0Siti .item-wrapper {
  background: transparent;
}
.cid-u6eGi0Siti .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u6eGi0Siti .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6eGi0Siti .mbr-section-title,
.cid-u6eGi0Siti .mbr-section-subtitle {
  color: #111111;
}
.cid-u6eGi0Siti .mbr-text,
.cid-u6eGi0Siti .mbr-section-btn {
  text-align: left;
}
.cid-u6eGi0Siti .item-title {
  text-align: left;
}
.cid-u6eGi0Siti .item-subtitle {
  text-align: center;
}
.cid-u6eGi0Siti .item-img {
  overflow: hidden;
}
.cid-u6eGi0Siti .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u6eGi0Siti .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u6eGi0Siti .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u6eGi0Siti .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6eKQraXjv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fff8ea;
}
.cid-u6eKQraXjv img,
.cid-u6eKQraXjv .item-img {
  width: 100%;
}
.cid-u6eKQraXjv .item:focus,
.cid-u6eKQraXjv span:focus {
  outline: none;
}
.cid-u6eKQraXjv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6eKQraXjv .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6eKQraXjv .item-content {
  padding: 25px 1rem 0;
}
.cid-u6eKQraXjv .item-content a:not(.btn):hover {
  color: #e3ac46 !important;
  background-image: none !important;
}
.cid-u6eKQraXjv .item-wrapper {
  background: transparent;
}
.cid-u6eKQraXjv .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u6eKQraXjv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6eKQraXjv .mbr-section-title,
.cid-u6eKQraXjv .mbr-section-subtitle {
  color: #111111;
}
.cid-u6eKQraXjv .mbr-text,
.cid-u6eKQraXjv .mbr-section-btn {
  text-align: left;
}
.cid-u6eKQraXjv .item-title {
  text-align: left;
}
.cid-u6eKQraXjv .item-subtitle {
  text-align: center;
}
.cid-u6eKQraXjv .item-img {
  overflow: hidden;
}
.cid-u6eKQraXjv .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u6eKQraXjv .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u6eKQraXjv .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u6eKQraXjv .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tVlAA3ibGU {
  background-image: url("../../../assets/images/vsp-208-2000x1334.jpg");
}
.cid-tVlAA3QVj9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-tVlAA3QVj9 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tVlAA3QVj9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tVlAA3QVj9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tVlAA3QVj9 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tVlAA3QVj9 .logo-section img {
  width: auto;
}
.cid-tVlAA3QVj9 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tVlAA3QVj9 .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-tVlAA3QVj9 .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-tVlAA3QVj9 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tVlAA3QVj9 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tVlAA3QVj9 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u52GKHpKoP .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-u52GKHpKoP .navbar .show {
  height: 100vh;
}
.cid-u52GKHpKoP .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u52GKHpKoP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u52GKHpKoP .bottom {
  padding-bottom: 2rem;
}
.cid-u52GKHpKoP a {
  font-style: normal;
}
.cid-u52GKHpKoP .dropdown-backdrop {
  display: none;
}
.cid-u52GKHpKoP .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-u52GKHpKoP .nav-dropdown {
  padding-top: 8rem;
}
.cid-u52GKHpKoP .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-u52GKHpKoP .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-u52GKHpKoP .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-u52GKHpKoP .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-u52GKHpKoP .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u52GKHpKoP .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u52GKHpKoP .navbar-nav {
  width: 100%!important;
}
.cid-u52GKHpKoP .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u52GKHpKoP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u52GKHpKoP .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-u52GKHpKoP .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-u52GKHpKoP .dropdown-item {
  background: #d73d46;
  color: #ffffff !important;
}
.cid-u52GKHpKoP .dropdown-item:hover,
.cid-u52GKHpKoP .dropdown-item:active {
  color: #ffffff !important;
}
.cid-u52GKHpKoP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u52GKHpKoP .soc-item {
  width: 45px;
  height: 45px;
  background: #d73d46;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-u52GKHpKoP .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-u52GKHpKoP .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-u52GKHpKoP .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #d73d46;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-u52GKHpKoP .navbar-logo {
  margin-right: 0!important;
}
.cid-u52GKHpKoP .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-u52GKHpKoP .menu-logo {
  position: fixed!important;
}
.cid-u52GKHpKoP .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-width: 90px;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u52GKHpKoP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u52GKHpKoP .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-u52GKHpKoP .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-u52GKHpKoP .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-u52GKHpKoP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u52GKHpKoP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u52GKHpKoP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u52GKHpKoP .opened,
.cid-u52GKHpKoP .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-u52GKHpKoP .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-u52GKHpKoP .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-u52GKHpKoP .opened,
  .cid-u52GKHpKoP .show,
  .cid-u52GKHpKoP .navbar {
    width: 100%!important;
  }
  .cid-u52GKHpKoP .dropdown-toggle {
    margin: auto!important;
  }
  .cid-u52GKHpKoP .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-u52GKHpKoP .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-u52GKHpKoP .nav-item:focus,
.cid-u52GKHpKoP .nav-link:focus {
  outline: none;
}
.cid-u52GKHpKoP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-u52GKHpKoP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u52GKHpKoP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u52GKHpKoP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u52GKHpKoP .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u52GKHpKoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u52GKHpKoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u52GKHpKoP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u52GKHpKoP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u52GKHpKoP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u52GKHpKoP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u52GKHpKoP button.navbar-toggler:focus {
  outline: none;
}
.cid-u52GKHpKoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-u52GKHpKoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u52GKHpKoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u52GKHpKoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u52GKHpKoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u52GKHpKoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u52GKHpKoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u52GKHpKoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u52GKHpKoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u52GKHpKoP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u52GKHpKoP .collapsed .btn {
  display: -webkit-flex;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse.collapsing,
.cid-u52GKHpKoP .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u52GKHpKoP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u52GKHpKoP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u52GKHpKoP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u52GKHpKoP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u52GKHpKoP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u52GKHpKoP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.3125vh;
  }
}
.cid-u52GKHpKoP .collapsed button.navbar-toggler {
  display: block;
}
.cid-u52GKHpKoP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u52GKHpKoP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u52GKHpKoP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u52GKHpKoP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u52GKHpKoP .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u52GKHpKoP img {
    height: 3.8rem !important;
  }
  .cid-u52GKHpKoP .btn {
    display: -webkit-flex;
  }
  .cid-u52GKHpKoP button.navbar-toggler {
    display: block;
  }
  .cid-u52GKHpKoP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u52GKHpKoP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u52GKHpKoP .navbar-collapse.collapsing,
  .cid-u52GKHpKoP .navbar-collapse.show {
    display: block !important;
  }
  .cid-u52GKHpKoP .navbar-collapse.collapsing .navbar-nav,
  .cid-u52GKHpKoP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u52GKHpKoP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u52GKHpKoP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u52GKHpKoP .navbar-collapse.collapsing .navbar-buttons,
  .cid-u52GKHpKoP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u52GKHpKoP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u52GKHpKoP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u52GKHpKoP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u52GKHpKoP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u52GKHpKoP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-u52GKHpKoP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u52GKwEUze {
  background-image: url("../../../assets/images/vsp-108-2000x1333.jpg");
}
.cid-u52GKwEUze .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52GKwEUze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52GKxIoKW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u52GKxIoKW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u52GKxIoKW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u52GKxIoKW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u52GKxIoKW .mbr-text,
.cid-u52GKxIoKW .mbr-section-btn {
  color: #767676;
}
.cid-u52GKxIoKW H1 {
  color: #342f2a;
}
.cid-u52GKyOTj2 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc-1913-2000x1333.jpg");
}
.cid-u52GKyOTj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52GKyOTj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52GKzvrbo {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u52GKzvrbo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-u52GKzvrbo h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-u52GKzvrbo .mbr-text,
.cid-u52GKzvrbo .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u52GKzvrbo H1 {
  text-align: center;
  color: #342f2a;
}
.cid-u52GKAadYH {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fffcf6;
}
.cid-u52GKAadYH .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u52GKAadYH .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u52GKAadYH .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-u52GKAadYH .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u52GKAadYH .image {
  margin: auto;
}
.cid-u52GKAadYH .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u52GKAadYH .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u52GKAadYH .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u52GKAadYH .linked {
    margin: 30px 0 40px;
  }
}
.cid-u52GKAadYH .bottom__block {
  margin-bottom: 40px;
}
.cid-u52GKAadYH .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u52GKAadYH .card__text {
  color: #d0d0d0;
}
.cid-u52GKAadYH .mbr-text,
.cid-u52GKAadYH .linked {
  color: #d0d0d0;
}
.cid-u52GKAadYH .mbr-text,
.cid-u52GKAadYH .linked {
  color: #635a51;
}
.cid-u6dVn9U94Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6dVn9U94Z .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u6dVn9U94Z .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u6dVn9U94Z .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-u6dVn9U94Z .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u6dVn9U94Z .image {
  margin: auto;
}
.cid-u6dVn9U94Z .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u6dVn9U94Z .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u6dVn9U94Z .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u6dVn9U94Z .linked {
    margin: 30px 0 40px;
  }
}
.cid-u6dVn9U94Z .bottom__block {
  margin-bottom: 40px;
}
.cid-u6dVn9U94Z .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u6dVn9U94Z .card__text {
  color: #d0d0d0;
}
.cid-u6dVn9U94Z .mbr-text,
.cid-u6dVn9U94Z .linked {
  color: #d0d0d0;
}
.cid-u6dVn9U94Z .mbr-text,
.cid-u6dVn9U94Z .linked {
  color: #635a51;
}
.cid-u6eRjVYSWV {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fffcf6;
}
.cid-u6eRjVYSWV .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u6eRjVYSWV .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u6eRjVYSWV .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-u6eRjVYSWV .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u6eRjVYSWV .image {
  margin: auto;
}
.cid-u6eRjVYSWV .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u6eRjVYSWV .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u6eRjVYSWV .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u6eRjVYSWV .linked {
    margin: 30px 0 40px;
  }
}
.cid-u6eRjVYSWV .bottom__block {
  margin-bottom: 40px;
}
.cid-u6eRjVYSWV .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u6eRjVYSWV .card__text {
  color: #d0d0d0;
}
.cid-u6eRjVYSWV .mbr-text,
.cid-u6eRjVYSWV .linked {
  color: #d0d0d0;
}
.cid-u6eRjVYSWV .mbr-text,
.cid-u6eRjVYSWV .linked {
  color: #635a51;
}
.cid-u6eRkPiP4x {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u6eRkPiP4x .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u6eRkPiP4x .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u6eRkPiP4x .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-u6eRkPiP4x .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u6eRkPiP4x .image {
  margin: auto;
}
.cid-u6eRkPiP4x .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u6eRkPiP4x .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u6eRkPiP4x .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u6eRkPiP4x .linked {
    margin: 30px 0 40px;
  }
}
.cid-u6eRkPiP4x .bottom__block {
  margin-bottom: 40px;
}
.cid-u6eRkPiP4x .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u6eRkPiP4x .card__text {
  color: #d0d0d0;
}
.cid-u6eRkPiP4x .mbr-text,
.cid-u6eRkPiP4x .linked {
  color: #d0d0d0;
}
.cid-u6eRkPiP4x .mbr-text,
.cid-u6eRkPiP4x .linked {
  color: #635a51;
}
.cid-u6eRpdghPW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #fffcf6;
}
.cid-u6eRpdghPW .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u6eRpdghPW .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u6eRpdghPW .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-u6eRpdghPW .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u6eRpdghPW .image {
  margin: auto;
}
.cid-u6eRpdghPW .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u6eRpdghPW .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u6eRpdghPW .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u6eRpdghPW .linked {
    margin: 30px 0 40px;
  }
}
.cid-u6eRpdghPW .bottom__block {
  margin-bottom: 40px;
}
.cid-u6eRpdghPW .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u6eRpdghPW .card__text {
  color: #d0d0d0;
}
.cid-u6eRpdghPW .mbr-text,
.cid-u6eRpdghPW .linked {
  color: #d0d0d0;
}
.cid-u6eRpdghPW .mbr-text,
.cid-u6eRpdghPW .linked {
  color: #635a51;
}
.cid-u6eRpQUnZZ {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u6eRpQUnZZ .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u6eRpQUnZZ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u6eRpQUnZZ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-u6eRpQUnZZ .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u6eRpQUnZZ .image {
  margin: auto;
}
.cid-u6eRpQUnZZ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u6eRpQUnZZ .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u6eRpQUnZZ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u6eRpQUnZZ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u6eRpQUnZZ .bottom__block {
  margin-bottom: 40px;
}
.cid-u6eRpQUnZZ .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u6eRpQUnZZ .card__text {
  color: #d0d0d0;
}
.cid-u6eRpQUnZZ .mbr-text,
.cid-u6eRpQUnZZ .linked {
  color: #d0d0d0;
}
.cid-u6eRpQUnZZ .mbr-text,
.cid-u6eRpQUnZZ .linked {
  color: #635a51;
}
.cid-u6dXofUxpP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fff8ea;
}
.cid-u6dXofUxpP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-u6dXofUxpP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-u6dXofUxpP .mbr-text,
.cid-u6dXofUxpP .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u6dXofUxpP H1 {
  text-align: center;
  color: #342f2a;
}
.cid-u6dWm44e35 {
  background: #fff8ea;
  padding-top: 0px;
  padding-bottom: 90px;
}
.cid-u6dWm44e35 .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-u6dWm44e35 .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #767676;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u6dWm44e35 .image-block:hover:before {
  opacity: 0.6;
}
.cid-u6dWm44e35 .image-block:hover .wrap {
  opacity: 1;
}
.cid-u6dWm44e35 .image-block:hover img {
  transform: scale(1.1);
}
.cid-u6dWm44e35 .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u6dWm44e35 img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6dWm44e35 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u6dWm44e35 .wrap {
    opacity: 1 !important;
  }
  .cid-u6dWm44e35 .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-u6dWm44e35 H4 {
  color: #ffffff;
}
.cid-u52GKAPZUW {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-7123-2000x1333.jpg");
}
.cid-u52GKAPZUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u52GKAPZUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u52GKFuHMZ {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #fff8ea;
}
.cid-u52GKFuHMZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u52GKFuHMZ .form-row {
  justify-content: flex-end;
}
.cid-u52GKFuHMZ .form-control,
.cid-u52GKFuHMZ .field-input {
  padding: 0.5rem;
  background-color: #fff8ea;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u52GKFuHMZ .form-control:hover,
.cid-u52GKFuHMZ .field-input:hover,
.cid-u52GKFuHMZ .form-control:focus,
.cid-u52GKFuHMZ .field-input:focus {
  background-color: #fff8ea;
  box-shadow: none;
  outline: none;
}
.cid-u52GKFuHMZ input::-webkit-input-placeholder,
.cid-u52GKFuHMZ textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-u52GKFuHMZ input:-moz-placeholder,
.cid-u52GKFuHMZ textarea:-moz-placeholder {
  color: #767676;
}
.cid-u52GKFuHMZ .jq-selectbox li,
.cid-u52GKFuHMZ .jq-selectbox li {
  background-color: #fff8ea;
  color: #000000;
}
.cid-u52GKFuHMZ .jq-selectbox li:hover,
.cid-u52GKFuHMZ .jq-selectbox li.selected {
  background-color: #fff8ea;
  color: #000000;
}
.cid-u52GKFuHMZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #fff8ea;
}
.cid-u52GKFuHMZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fff8ea;
}
.cid-u52GKFuHMZ textarea {
  min-height: 150px;
}
.cid-u52GKFuHMZ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-u52GKFuHMZ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-u52GKFuHMZ .mbr-text,
.cid-u52GKFuHMZ .mbr-section-btn {
  color: #767676;
}
.cid-u52GKFuHMZ H1 {
  color: #4f4943;
}
.cid-u52GKGCvno {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffcf6;
}
.cid-u52GKGCvno .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u52GKGCvno .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u52GKGCvno .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u52GKGCvno .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u52GKGCvno .logo-section img {
  width: auto;
}
.cid-u52GKGCvno .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fffcf6;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u52GKGCvno .icon-transition span:hover {
  background-color: #d3ccc0;
}
.cid-u52GKGCvno .mbr-text {
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-u52GKGCvno .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-u52GKGCvno .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-u52GKGCvno .mbr-text {
    margin-bottom: 1.5rem;
  }
}
