body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Bodoni-16-Book-Italic';
  font-size: 3.35rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.36rem;
}
.display-2 {
  font-family: 'OptimaLTPro-Roman';
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-4 {
  font-family: 'OptimaLTPro-Roman';
  font-size: 0.65rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.04rem;
}
.display-5 {
  font-family: 'Didot Regular';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Bodoni-16-Book-Italic';
  font-size: 0.83rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.328rem;
}
/* ---- 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.68rem;
    font-size: calc( 1.8225rem + (3.35 - 1.8225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8225rem + (3.35 - 1.8225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.52rem;
    font-size: calc( 0.8775rem + (0.65 - 0.8775) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.8775rem + (0.65 - 0.8775) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7e0c8 !important;
}
.bg-success {
  background-color: #0c090a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7e0c8 !important;
  border-color: #e7e0c8 !important;
  color: #7b6b35 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #7b6b35 !important;
  background-color: #d0c293 !important;
  border-color: #d0c293 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7b6b35 !important;
  background-color: #d0c293 !important;
  border-color: #d0c293 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e7e0c8 !important;
  border-color: #e7e0c8 !important;
  color: #7b6b35 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #7b6b35 !important;
  background-color: #d0c293 !important;
  border-color: #d0c293 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7b6b35 !important;
  background-color: #d0c293 !important;
  border-color: #d0c293 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c090a !important;
  border-color: #0c090a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c8b881;
  color: #c8b881;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7b6b35;
  background-color: #e7e0c8;
  border-color: #e7e0c8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7b6b35 !important;
  background-color: #e7e0c8 !important;
  border-color: #e7e0c8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c8b881;
  color: #c8b881;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7b6b35;
  background-color: #e7e0c8;
  border-color: #e7e0c8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7b6b35 !important;
  background-color: #e7e0c8 !important;
  border-color: #e7e0c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0c090a;
  border-color: #0c090a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c090a !important;
  border-color: #0c090a !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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7e0c8 !important;
}
.text-secondary {
  color: #e7e0c8 !important;
}
.text-success {
  color: #0c090a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c8b881 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c8b881 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #e7e0c8;
  border-color: #e7e0c8;
  color: #8c7a3d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e7e0c8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6b4ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Bodoni-16-Book-Italic';
  font-size: 0.83rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.328rem;
}
blockquote {
  border-color: #e7e0c8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e7e0c8;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7e0c8;
  border-bottom-color: #e7e0c8;
}
.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: #e7e0c8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e7e0c8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e7e0c8' %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-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .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-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .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-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-udrLGJsmbA {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/gemini-generated-image-f8oml9f8oml9f8om-1024x738.webp");
}
.cid-udrLGJsmbA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-udrLGJsmbA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udrLGJsmbA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udrLGJsmbA H1 {
  color: #ffffff;
}
.cid-udrLGJsmbA H3 {
  color: #ffffff;
}
.cid-udrLGJsmbA .mbr-text,
.cid-udrLGJsmbA .mbr-section-btn {
  color: #ebebe6;
}
.cid-uJ9pW9abvw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJ9pW9abvw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ9pW9abvw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ9pW9abvw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ9pW9abvw .mbr-text,
.cid-uJ9pW9abvw .mbr-section-btn {
  color: #635a51;
}
.cid-uJ9pW9abvw H1 {
  color: #9f7a34;
}
.cid-uw8i8WC6S9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uw8i8WC6S9 .mbr-text {
    text-align: center;
  }
}
.cid-uw8i8WC6S9 .container-fluid {
  padding: 0;
}
.cid-uw8i8WC6S9 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uw8i8WC6S9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uw8i8WC6S9 .mbr-figure {
  height: 100%;
}
.cid-uw8i8WC6S9 .col-lg-6 {
  padding: 0;
}
.cid-uw8i8WC6S9 .row {
  margin: 0;
}
.cid-uw8i8WC6S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw8i8WC6S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw8i8WC6S9 H1 {
  color: #9f7a34;
}
.cid-uYTEAmlCej {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYTEAmlCej .mbr-text {
    text-align: center;
  }
}
.cid-uYTEAmlCej .container-fluid {
  padding: 0;
}
.cid-uYTEAmlCej .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uYTEAmlCej img {
  height: 100%;
  object-fit: cover;
}
.cid-uYTEAmlCej .mbr-figure {
  height: 100%;
}
.cid-uYTEAmlCej .col-lg-6 {
  padding: 0;
}
.cid-uYTEAmlCej .row {
  margin: 0;
}
.cid-uYTEAmlCej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYTEAmlCej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udrQLzbYa2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udrQLzbYa2 .mbr-text {
    text-align: center;
  }
}
.cid-udrQLzbYa2 .container-fluid {
  padding: 0;
}
.cid-udrQLzbYa2 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-udrQLzbYa2 img {
  height: 100%;
  object-fit: cover;
}
.cid-udrQLzbYa2 .mbr-figure {
  height: 100%;
}
.cid-udrQLzbYa2 .col-lg-6 {
  padding: 0;
}
.cid-udrQLzbYa2 .row {
  margin: 0;
}
.cid-udrQLzbYa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrQLzbYa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udrQLzbYa2 H1 {
  color: #9f7a34;
}
.cid-udrQKrCsAF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-udrQKrCsAF .mbr-text {
    text-align: center;
  }
}
.cid-udrQKrCsAF .container-fluid {
  padding: 0;
}
.cid-udrQKrCsAF .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-udrQKrCsAF img {
  height: 100%;
  object-fit: cover;
}
.cid-udrQKrCsAF .mbr-figure {
  height: 100%;
}
.cid-udrQKrCsAF .col-lg-6 {
  padding: 0;
}
.cid-udrQKrCsAF .row {
  margin: 0;
}
.cid-udrQKrCsAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrQKrCsAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqqqR9gUc {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/crew-1pjjydjw5hm-unsplash-2000x1335.webp");
}
.cid-udqqqR9gUc .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udqqqR9gUc .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-udqqqR9gUc .mbr-text,
.cid-udqqqR9gUc .mbr-section-btn {
  color: #465052;
}
@media (max-width: 767px) {
  .cid-udqqqR9gUc img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-udqqqR9gUc H1 {
  color: #465052;
}
.cid-uJ9sDSmG1Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJ9sDSmG1Q .mbr-text {
  color: #635a51;
  text-align: left;
}
.cid-uJ9sDSmG1Q .mbr-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJ9sDSmG1Q .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uJ9sDSmG1Q .mbr-title {
  text-align: left;
}
.cid-uJ9sDSmG1Q .mbr-text DIV {
  text-align: center;
}
.cid-uJ9sDSmG1Q .mbr-text P {
  text-align: left;
}
.cid-uJ9sUUqSc0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uJ9sUUqSc0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ9sUUqSc0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ9sUUqSc0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ9sUUqSc0 .mbr-text,
.cid-uJ9sUUqSc0 .mbr-section-btn {
  color: #54504a;
  text-align: center;
}
.cid-uJ9sUUqSc0 H1 {
  color: #b69954;
}
.cid-rymwwlZkw4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rymwwlZkw4 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-rymwwlZkw4 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rymwwlZkw4 .image-block:hover:before {
  opacity: 0.2;
}
.cid-rymwwlZkw4 .image-block:hover .wrap {
  opacity: 1;
}
.cid-rymwwlZkw4 h4 {
  letter-spacing: 2px;
}
.cid-rymwwlZkw4 figcaption {
  position: relative;
}
.cid-rymwwlZkw4 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rymwwlZkw4 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rymwwlZkw4 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rymwwlZkw4 .wrap {
    opacity: 1!important;
  }
  .cid-rymwwlZkw4 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-uJ9tbaPAXh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJ9tbaPAXh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ9tbaPAXh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ9tbaPAXh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ9tbaPAXh .mbr-text,
.cid-uJ9tbaPAXh .mbr-section-btn {
  color: #767676;
}
.cid-uJ9tbaPAXh H1 {
  color: #b69954;
}
.cid-uJ9tbaPAXh H3 {
  color: #24262b;
}
.cid-uZDS3RMiNK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZDS3RMiNK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZDS3RMiNK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZDS3RMiNK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZDS3RMiNK .mbr-text,
.cid-uZDS3RMiNK .mbr-section-btn {
  color: #767676;
}
.cid-uZDS3RMiNK H1 {
  color: #0c090a;
}
.cid-uZDS3RMiNK H3 {
  color: #b69954;
}
.cid-uZDS5IhPHQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZDS5IhPHQ {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZDS5IhPHQ .box {
  background-image: url("../../../assets/images/violette-et-alexandre-04-2-2000x1063.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZDS5IhPHQ .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uZDS5IhPHQ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uZDS5IhPHQ .icon-wrap span {
  padding-left: 8px;
}
.cid-uZDS5IhPHQ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uZDS5IhPHQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZDS5IhPHQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZDS5IhPHQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZDS5IhPHQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZDS5IhPHQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZDS5IhPHQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uZDS5IhPHQ {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .cid-uZDS5IhPHQ .box {
    height: 250px;
  }
}
.cid-uJizpSn93S {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJizpSn93S h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJizpSn93S h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJizpSn93S h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJizpSn93S .mbr-text,
.cid-uJizpSn93S .mbr-section-btn {
  color: #767676;
}
.cid-uJizpSn93S H1 {
  color: #0c090a;
}
.cid-uJizpSn93S H3 {
  color: #b69954;
}
.cid-uJizscORQW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJizscORQW {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uJizscORQW .box {
  background-image: url("../../../assets/images/gabriel-amanda-08-2000x1055.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJizscORQW .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJizscORQW .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJizscORQW .icon-wrap span {
  padding-left: 8px;
}
.cid-uJizscORQW .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJizscORQW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJizscORQW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJizscORQW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJizscORQW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJizscORQW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJizscORQW a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uJizscORQW {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .cid-uJizscORQW .box {
    height: 250px;
  }
}
.cid-uzYPmOa4Th {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzYPmOa4Th h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uzYPmOa4Th h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzYPmOa4Th h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzYPmOa4Th .mbr-text,
.cid-uzYPmOa4Th .mbr-section-btn {
  color: #767676;
}
.cid-uzYPmOa4Th H1 {
  color: #0c090a;
}
.cid-uzYPmOa4Th H3 {
  color: #9f7a34;
}
.cid-uzYPob9B1N {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzYPob9B1N {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uzYPob9B1N .box {
  background-image: url("../../../assets/images/people-4050698-ninosouza-pixabay-2000x1125.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzYPob9B1N .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uzYPob9B1N .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uzYPob9B1N .icon-wrap span {
  padding-left: 8px;
}
.cid-uzYPob9B1N .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uzYPob9B1N .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uzYPob9B1N .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uzYPob9B1N .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uzYPob9B1N .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uzYPob9B1N a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uzYPob9B1N a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uzYPob9B1N {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .cid-uzYPob9B1N .box {
    height: 250px;
  }
}
.cid-uJiQLViRT5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJiQLViRT5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJiQLViRT5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJiQLViRT5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJiQLViRT5 .mbr-text,
.cid-uJiQLViRT5 .mbr-section-btn {
  color: #767676;
}
.cid-uJiQLViRT5 H1 {
  color: #0c090a;
}
.cid-uJiQLViRT5 H3 {
  color: #b69954;
}
.cid-uJiQTGdDex {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJiQTGdDex {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uJiQTGdDex .box {
  background-image: url("../../../assets/images/wedding-dress-workshop-09-1920x1080.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJiQTGdDex .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJiQTGdDex .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJiQTGdDex .icon-wrap span {
  padding-left: 8px;
}
.cid-uJiQTGdDex .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJiQTGdDex .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJiQTGdDex .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJiQTGdDex .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJiQTGdDex .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJiQTGdDex a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJiQTGdDex a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uJiQTGdDex {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .cid-uJiQTGdDex .box {
    height: 250px;
  }
}
.cid-uJiTsNpQSx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJiTsNpQSx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJiTsNpQSx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJiTsNpQSx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJiTsNpQSx .mbr-text,
.cid-uJiTsNpQSx .mbr-section-btn {
  color: #767676;
}
.cid-uJiTsNpQSx H1 {
  color: #0c090a;
}
.cid-uJiTsNpQSx H3 {
  color: #9f7a34;
}
.cid-uJiU67HjLc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJiU67HjLc {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uJiU67HjLc .box {
  background-image: url("../../../assets/images/heineken-light-up-your-celebration-04-1920x1080.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJiU67HjLc .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJiU67HjLc .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJiU67HjLc .icon-wrap span {
  padding-left: 8px;
}
.cid-uJiU67HjLc .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJiU67HjLc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJiU67HjLc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJiU67HjLc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJiU67HjLc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJiU67HjLc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJiU67HjLc a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uJiU67HjLc {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .cid-uJiU67HjLc .box {
    height: 250px;
  }
}
.cid-udqskkcJwO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udqskkcJwO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udqskkcJwO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udqskkcJwO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udqskkcJwO .mbr-text,
.cid-udqskkcJwO .mbr-section-btn {
  color: #767676;
}
.cid-udqskkcJwO H1 {
  color: #0c090a;
}
.cid-udqskkcJwO H3 {
  color: #9f7a34;
}
.cid-udqslfqwEZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udqslfqwEZ {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-udqslfqwEZ .box {
  background-image: url("../../../assets/images/aerial-cinematography-lighttram-cg-2023-2.1.2-1323x794.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udqslfqwEZ .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-udqslfqwEZ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-udqslfqwEZ .icon-wrap span {
  padding-left: 8px;
}
.cid-udqslfqwEZ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-udqslfqwEZ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-udqslfqwEZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-udqslfqwEZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-udqslfqwEZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-udqslfqwEZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-udqslfqwEZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-udqslfqwEZ {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .cid-udqslfqwEZ .box {
    height: 250px;
  }
}
.cid-udqsrVmPzG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/woman-1839998-image-by-pexels-from-pixabay-1505x878.webp");
}
.cid-udqsrVmPzG .mbr-text {
  color: #767676;
}
.cid-udqsrVmPzG .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-udqsrVmPzG .link {
  margin: 0;
}
.cid-udqsrVmPzG .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-udqsrVmPzG .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-udqsrVmPzG .card {
    display: flex;
    flex-direction: row;
  }
  .cid-udqsrVmPzG .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udqsrVmPzG .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-udqsrVmPzG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udqsrVmPzG .card {
    margin-bottom: 2rem;
  }
}
.cid-udqsrVmPzG .card-title,
.cid-udqsrVmPzG .card-img {
  color: #24262b;
}
.cid-udqsrVmPzG .mbr-text,
.cid-udqsrVmPzG .link {
  color: #4f4943;
}
.cid-udqt6ECF1Z {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-udqt6ECF1Z .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-udqt6ECF1Z .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-udqt6ECF1Z .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-udqt6ECF1Z .subtitle,
.cid-udqt6ECF1Z .icons-menu {
  color: #ffffff;
}
.cid-udqtgsRptk {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-udqtgsRptk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udqtgsRptk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udqtgsRptk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udqtgsRptk .mbr-text,
.cid-udqtgsRptk .mbr-section-btn {
  color: #635a51;
}
.cid-udqtgsRptk H1 {
  color: #9f7a34;
}
.cid-udrXbE73BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bruce-mars-fwvmhua-wby-unsplash-2000x1333.webp");
}
.cid-udrXbE73BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrXbE73BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udrXbE73BI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udrXbE73BI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udrXbE73BI .container {
    padding: 0 20px;
  }
}
.cid-udrXbE73BI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udrXbE73BI .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-udrXbE73BI .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udrXbE73BI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udrXbE73BI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udrXbE73BI .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udrXbE73BI .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udrXbE73BI .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-udrXbE73BI .dragArea.row .form-group .form-control {
  padding: 22px 25px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-udrXbE73BI .dragArea.row .form-group .form-control:hover,
.cid-udrXbE73BI .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-udrXbE73BI .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-udrXbE73BI .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0;
}
.cid-udrXbE73BI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #787878;
  border-color: #787878;
}
.cid-udrXbE73BI .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-udrXbE73BI .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-udrXbE73BI .mbr-section-title {
  color: #c2b299;
}
.cid-udrXbE73BI .mbr-text {
  color: #e4dfd4;
}
.cid-udrXbE73BI label {
  color: #c2b299;
}
.cid-udrXbE73BI H4 {
  color: #e7e0c8;
}
.cid-udrXbE73BI LABEL {
  color: #c2b299;
}
.cid-udrXbE73BI P {
  color: #ffffff;
}
.cid-udrXbE73BI .mbr-section-title,
.cid-udrXbE73BI .mbr-section-btn {
  text-align: left;
}
.cid-rymwwwoGgw {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rymwwwoGgw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rymwwwoGgw .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rymwwwoGgw .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rymwwwoGgw .media-content {
  padding-left: 2rem;
}
.cid-rymwwwoGgw textarea {
  min-height: 150px;
}
.cid-rymwwwoGgw .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rymwwwoGgw .form-control,
.cid-rymwwwoGgw .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rymwwwoGgw .form-control input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rymwwwoGgw .form-control input:-moz-placeholder,
.cid-rymwwwoGgw .field-input input:-moz-placeholder,
.cid-rymwwwoGgw .form-control textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rymwwwoGgw .form-control:hover,
.cid-rymwwwoGgw .field-input:hover,
.cid-rymwwwoGgw .form-control:focus,
.cid-rymwwwoGgw .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .form-control:hover input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:hover input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:focus input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:focus input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:hover textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:hover textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:focus textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rymwwwoGgw .form-control:hover input:-moz-placeholder,
.cid-rymwwwoGgw .field-input:hover input:-moz-placeholder,
.cid-rymwwwoGgw .form-control:focus input:-moz-placeholder,
.cid-rymwwwoGgw .field-input:focus input:-moz-placeholder,
.cid-rymwwwoGgw .form-control:hover textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input:hover textarea:-moz-placeholder,
.cid-rymwwwoGgw .form-control:focus textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rymwwwoGgw .jq-number__spin:hover,
.cid-rymwwwoGgw .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .jq-selectbox li,
.cid-rymwwwoGgw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymwwwoGgw .jq-selectbox li:hover,
.cid-rymwwwoGgw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymwwwoGgw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rymwwwoGgw .jq-number__spin.minus:hover:after,
.cid-rymwwwoGgw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymwwwoGgw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rymwwwoGgw .jq-number__spin.minus:after,
.cid-rymwwwoGgw .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymwwwoGgw input::-webkit-clear-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-inner-spin-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-outer-spin-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rymwwwoGgw .mbr-text,
.cid-rymwwwoGgw .mbr-section-btn {
  color: #24262b;
}
.cid-rymwwwoGgw .text2,
.cid-rymwwwoGgw .mbr-section-btn {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-rymwwwoGgw .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-rymwwwoGgw H3 {
  color: #b69954;
}
.cid-rymwwwoGgw H1 {
  color: #465052;
}
.cid-rymwxiDonX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-rymwxiDonX .media-container-row .mbr-text {
  text-align: center;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .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-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .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-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tQsrK3irXP {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-andrea-piacquadio-3774903-2000x1333.webp");
}
.cid-tQsrK3irXP h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tQsrK3irXP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tQsrK3irXP .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tQsrK3irXP h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tQsrK3irXP h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tQsrK3irXP H3 {
  text-align: center;
}
.cid-tQslXeg90g {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.cid-tQslXeg90g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQslXeg90g .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/pexels-anna-shvets-3727474-2000x3000.webp");
}
.cid-tQslXeg90g .row {
  justify-content: flex-start;
}
.cid-tQslXeg90g .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQslXeg90g .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tQslXeg90g .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tQslXeg90g .image-wrapper {
  width: 100%;
}
.cid-tQslXeg90g .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tQslXeg90g .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tQslXeg90g .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tQslXeg90g .mbr-text {
    margin-top: 45px;
  }
}
.cid-tQslXeg90g .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tQslXeg90g .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tQslXeg90g .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tQslXeg90g .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tQslXeg90g .mbr-section-title DIV {
  text-align: center;
}
.cid-tQssd3yZAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tQssd3yZAO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tQssd3yZAO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tQssd3yZAO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c2b299;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tQssd3yZAO .mbr-section-title {
  text-align: center;
}
.cid-tQssd3yZAO .mbr-text {
  color: #232323;
}
.cid-tQssd3yZAO .mbr-text DIV {
  text-align: left;
}
.cid-tQsseOeoWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQsseOeoWq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tQsseOeoWq .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tQsseOeoWq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tQsseOeoWq .mbr-section-title {
  text-align: center;
}
.cid-tQsseOeoWq .mbr-text {
  color: #232323;
}
.cid-tQsseOeoWq .mbr-text DIV {
  text-align: left;
}
.cid-rymwxiDonX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-rymwxiDonX .media-container-row .mbr-text {
  text-align: center;
}
