:root {
  --grey: #867456;
  --tan: #b29b76;
  --drageon-green: #33524b;
  --dragon-purple: #a086a0;
  --dark-khaki: #bda968;
}

body {
  color: #333;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21.5px;
  line-height: 30px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--grey);
  text-decoration: none;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 21px;
  line-height: 32px;
}

.dropdown {
  float: none;
  margin-right: 10px;
  display: inline-block;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 120px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.navbar {
  background-color: #fff;
  border-top: 4px solid #a086a0;
  border-bottom: 1px solid #ddd;
  height: 124px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.line-1 {
  background-color: #252525;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
}

.line-3 {
  background-color: #252525;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
}

.nav-menu {
  float: right;
  align-items: center;
  display: flex;
}

.navlink-padding {
  margin-left: 8px;
  margin-right: 8px;
}

.div-block {
  align-self: flex-start;
}

.nav-link {
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  height: 120px;
  margin-right: 27px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.mobile.w--current {
  color: #00000073;
}

.nav-link.mobile.white {
  color: #fff;
}

.nav-link.mobile.white.w--current {
  color: #b9b9b9;
}

.underline {
  background-color: var(--tan);
  width: 100%;
  height: 2px;
  margin-top: 2px;
}

.underline.mobile-none {
  background-color: var(--drageon-green);
}

.underline.mobile-none.footer {
  background-color: var(--dragon-purple);
}

.content-wrapper {
  max-width: 1446px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.hero-underline-white {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 28px;
}

.hero-text-box {
  text-align: center;
  width: 85%;
  position: relative;
}

.hero-subtitle {
  color: #fff;
  margin-top: 27px;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.hero-section {
  height: 900px;
  position: relative;
  overflow: hidden;
}

.hero-section._3 {
  margin-top: 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 150px;
  height: 46px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  background-color: #4face9;
  border-style: none;
  padding-top: 11px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.button-3.color {
  border-style: solid;
  border-color: var(--grey);
  background-color: var(--tan);
}

.button-3.color:hover {
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  padding-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.slider {
  height: 900px;
}

.hero-h1 {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-size: 58px;
  line-height: 70px;
}

.slide-nav {
  font-size: 14px;
}

.hero-box {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-box.top-padding {
  padding-top: 0;
}

.top-border {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border._40 {
  margin-top: 40px;
}

.top-border._30 {
  margin-top: 30px;
}

.top-border._10 {
  margin-top: 10px;
}

.top-border.bottom-border {
  margin-bottom: 30px;
}

.top-border._60 {
  margin-top: 60px;
}

.top-border._50 {
  margin-top: 50px;
}

.title-white {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.title-white.italic {
  font-size: 11px;
  font-style: italic;
}

.title-white.italic.no-shadow {
  color: #303030;
  text-transform: capitalize;
  text-shadow: none;
  font-weight: 400;
}

.title-white.italic.non-caps {
  text-transform: capitalize;
}

.slide-1 {
  background-image: linear-gradient(#a086a063, #a086a063), linear-gradient(#00000024, #00000024), url('../images/212153408_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#a086a045, #a086a045), linear-gradient(#0000000d, #0000000d), url('../images/42021547_m.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/29488011_m.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-section {
  padding-top: 7%;
  padding-bottom: 7%;
  overflow: hidden;
}

.content-section.tint {
  background-color: #f8f8f8;
}

.content-section.service {
  background-color: #d7e8ee;
  padding-top: 0;
}

.content-section.services-gray {
  background-color: #f7f7f7;
  padding-top: 0;
}

.header-box {
  text-align: center;
  width: 56%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.no-bottom {
  width: 65%;
  margin-bottom: 2%;
}

.header-box.no-bottom._0 {
  margin-bottom: 0%;
}

.header-box.why-us {
  width: 70%;
}

.title-gold {
  color: var(--dragon-purple);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
}

.large-subtitle {
  font-size: 31px;
  line-height: 46px;
}

.large-subtitle.gold {
  color: var(--dragon-purple);
  font-family: Qwigley, sans-serif;
  font-size: 72px;
  line-height: 73px;
}

.large-subtitle.gold.small {
  font-size: 38px;
  line-height: 43px;
}

.large-subtitle.gold.small.no-bottom {
  margin-bottom: -8px;
}

.image--signature {
  margin-left: 25px;
}

.wide-section {
  height: 750px;
  position: relative;
}

.wide-bg-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.wide-bg-section._1 {
  background-image: url('../images/233104024_m.jpg');
  background-position: 10%;
}

.wide-bg-section._2 {
  background-image: url('../images/209480694_m.jpg');
}

.center-text {
  text-align: center;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-space._25-inner {
  padding-left: 25px;
}

.inner-wrapper {
  max-width: 1231px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox {
  width: 30%;
  margin-bottom: 5%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  overflow: hidden;
}

.lightbox:hover {
  text-decoration: none;
}

.lightbox._100 {
  width: 100%;
}

.lightbox.fixed {
  background-image: url('../images/228140493_m.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.lightbox.fixed._2 {
  background-image: url('../images/6639861_m.jpg');
}

.lightbox.fixed._3 {
  background-image: url('../images/209503451_m.jpg');
}

.expand {
  flex: 1;
}

.success-message {
  background-color: #0000;
}

.submit-button {
  border: 1px solid var(--tan);
  background-color: var(--dragon-purple);
  color: #fff;
  text-align: center;
  min-width: 180px;
  min-height: 46px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.submit-button:hover {
  text-decoration: none;
}

.contact-right {
  border-left: 1px solid #ddd;
  justify-content: flex-start;
  width: 60%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 7%;
  display: flex;
}

.gold-line-short {
  background-color: var(--dragon-purple);
  width: 100%;
  height: 1px;
  margin-top: 5%;
  position: relative;
}

.header-box-2 {
  text-align: center;
  width: 42%;
  max-width: 328px;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box-2.contact {
  width: 70%;
  max-width: 500px;
}

.input-item {
  width: 47%;
  margin-bottom: 25px;
}

.input-item.full, .input-item.message {
  width: 100%;
}

._81-column {
  width: 81%;
}

.field-label {
  color: var(--dragon-purple);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

.form-flex {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.title-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
  padding-bottom: 1%;
}

.contact-details {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 10%;
}

.contact-details.no-top {
  border-top-style: none;
}

.contact-details.no-top.no-bottom {
  padding-bottom: 0%;
  padding-left: 7%;
  padding-right: 7%;
}

.error-message {
  font-size: 18px;
}

.text-field {
  border: 1px solid var(--tan);
  background-color: #0000;
  height: 50px;
  font-size: 22px;
}

.text-field::placeholder {
  font-size: 22px;
  font-style: italic;
}

.h3-large {
  margin-top: 0;
  font-size: 40px;
  line-height: 49px;
}

.member-picture {
  transition: filter .2s;
  position: relative;
  overflow: hidden;
}

.member-picture:hover {
  filter: none;
}

.member-picture.round {
  background-image: url('../images/Regina-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-line {
  border-bottom: 1px solid #ddd;
}

.bottom-line.delete {
  border-bottom-style: none;
}

.contact-left {
  width: 40%;
  padding-top: 0%;
  padding-bottom: 4%;
}

.textarea {
  border: 1px solid var(--tan);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 60px;
  font-size: 22px;
}

.textarea::placeholder {
  font-size: 22px;
  font-style: italic;
}

.social-icon-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border: 2px solid #b6946f;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-2:hover {
  background-color: #b6946f;
}

.social-icon-2.facebook {
  background-image: url('../images/facebook.svg');
  background-size: 256px 12px;
}

.social-icon-2.facebook:hover {
  background-image: url('../images/facebook-1.svg');
  background-size: 256px 12px;
}

.social-icon-2.twitter {
  background-image: url('../images/simbolo-de-twitter.svg');
  background-size: 12px;
}

.social-icon-2.twitter:hover {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-size: 12px;
}

.social-icon-2.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-size: 12px;
}

.social-icon-2.linkedin:hover {
  background-image: url('../images/logo-linkedin-1.svg');
  background-size: 12px;
}

.social-icon-2.instagram {
  background-image: url('../images/logo-de-instagram.svg');
  background-size: 12px;
}

.social-icon-2.instagram:hover {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-size: 12px;
}

.social-icon-2.whatsapp {
  background-image: url('../images/whatsapp-logo.svg');
  background-size: 13px;
}

.social-icon-2.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-1.svg');
  background-size: 12px;
}

.flex-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-center._2.ile {
  justify-content: space-between;
}

.footer {
  border-top: 4px solid var(--drageon-green);
  background-color: var(--drageon-green);
  color: #fff;
  overflow: hidden;
}

.brand-footer {
  padding: 15px 25px;
  transition: opacity .2s;
}

.brand-footer:hover {
  opacity: .8;
}

.footer-columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image--logo {
  height: 94px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.image--logo.footer {
  border-top-style: none;
  height: 70px;
}

.slide-nav-2 {
  font-size: 11px;
  display: block;
  position: relative;
}

.testimonial-pic {
  background-image: url('../images/thumbnail_IMG_3771.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.testimonial-text-box {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.mini-title-1 {
  color: var(--tan);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.testimonial-bg {
  border: 1px solid var(--tan);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-arrow {
  cursor: pointer;
  background-image: url('../images/Slide-arrow-right_1Slide-arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: opacity .2s;
}

.slider-arrow:hover {
  opacity: .7;
}

.slider-arrow.left {
  background-image: url('../images/Slide-arrow-left_1Slide-arrow-left.png');
  background-size: 18px;
}

.mosca-contact-details {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 10% 10px;
}

.mosca-contact-details.no-top {
  border-top-style: none;
}

.footer-notice {
  border-top: 1px solid #ddd;
  margin-top: 75px;
  padding-top: 30px;
}

.notice-text {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  position: relative;
  bottom: 10px;
}

.go-up {
  background-color: var(--dragon-purple);
  color: var(--dragon-purple);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: #c7a683;
}

.mosca-footer {
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 30px;
}

.connect-icons {
  border: 2px solid var(--dragon-purple);
  background-image: url('../images/np_email_8107533_9C879F.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  transition: background-color .2s;
}

.connect-icons:hover {
  background-color: var(--dragon-purple);
  background-image: url('../images/np_email_8107533_FFFFFF.svg');
}

.connect-icons.facebook {
  background-image: url('../images/facebook.svg');
  background-size: 256px 12px;
}

.connect-icons.facebook:hover {
  background-image: url('../images/facebook-1.svg');
  background-size: 256px 12px;
}

.connect-icons.twitter {
  background-image: url('../images/simbolo-de-twitter.svg');
  background-size: 12px;
}

.connect-icons.twitter:hover {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-size: 12px;
}

.connect-icons.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-size: 12px;
}

.connect-icons.linkedin:hover {
  background-image: url('../images/logo-linkedin-1.svg');
  background-size: 12px;
}

.connect-icons.instagram {
  background-image: url('../images/logo-de-instagram.svg');
  background-size: 12px;
}

.connect-icons.instagram:hover {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-size: 12px;
}

.connect-icons.whatsapp {
  background-image: url('../images/whatsapp-logo.svg');
  background-size: 13px;
}

.connect-icons.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-1.svg');
  background-size: 12px;
}

.connect-icons.phone {
  background-image: url('../images/np_phone_1147910_9C879F.svg');
}

.connect-icons.phone:hover {
  background-image: url('../images/np_phone_1147910_FFFFFF.svg');
}

.link--black {
  color: #303030;
}

.hero-underline {
  background-color: #b6946f;
  width: 100%;
  height: 1px;
  margin-top: 4%;
}

.hero-underline.less-border {
  margin-top: 2%;
}

.inner-hero-bg {
  background-image: url('../images/25573668_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0;
}

.inner-hero-bg._2 {
  background-image: linear-gradient(#a086a036, #a086a036), url('../images/214542687_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-hero-bg.mobile-padding {
  padding-top: 0;
}

.inner-hero-bg.kontakt {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/233104024_m.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-hero-bg.caterina {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/83229848_m_r.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-hero {
  height: 455px;
  position: relative;
  overflow: hidden;
}

.hero-h1-2 {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 60px;
  line-height: 70px;
}

.hero-h1-2.lowcaps {
  letter-spacing: 0;
  text-transform: none;
  margin-left: 1px;
  font-size: 82.5px;
  line-height: 77.5px;
}

.hero-text-box-2 {
  text-align: center;
  width: 51%;
  max-width: 700px;
  position: relative;
}

.hero-subtitle-2 {
  color: #fff;
  margin-top: 27px;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.scroll-down {
  z-index: 10;
  background-color: #b6946f;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll-down:hover {
  background-color: #a98966;
}

.text-columns {
  column-count: 1;
  column-gap: 45px;
}

.bottom-gold-line {
  border-bottom: 1px solid #b6946f;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7%;
  padding-bottom: 5%;
  display: flex;
}

.bottom-gold-line.large {
  border-bottom-color: var(--dragon-purple);
  padding-bottom: 3%;
}

.header-box-4 {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle-box {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._35-side-borders {
  margin-left: 3%;
  margin-right: 3%;
}

.white-center-box-2 {
  background-color: #fff;
  width: 85%;
  margin-top: -10%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5%;
  display: block;
  position: relative;
}

.borders {
  z-index: 10;
  margin-top: 3%;
  margin-bottom: 3%;
  position: relative;
}

.capital-letter {
  margin-right: 3px;
  font-size: 33px;
  font-weight: 600;
  line-height: 33px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.gold-line-short-2 {
  background-color: var(--dragon-purple);
  width: 100%;
  height: 1px;
  margin-top: 5%;
  position: relative;
}

._70-side-borders {
  margin-left: 6%;
  margin-right: 6%;
}

.subtitle {
  font-size: 25px;
  line-height: 31px;
}

.h2-large {
  font-size: 45px;
  line-height: 50px;
}

.content-section-9 {
  background-color: #b29b7626;
  background-image: url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 123%;
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
}

.content-section-9.all-white {
  background-color: #ffffff26;
}

.content-section-9.all-white.no-top {
  padding-top: 0%;
}

.image--90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.split-rich {
  column-count: 2;
  column-gap: 45px;
}

.white-left {
  background-color: #fff;
  flex: 1;
  width: 80%;
  height: 77px;
  display: inline-block;
}

.post-wrapper {
  max-width: 1156px;
  margin-top: -7%;
  margin-left: 9%;
  margin-right: 9%;
  display: block;
  position: relative;
}

.help {
  border-right: 1px solid #ddd;
  width: 50%;
  margin-bottom: 1.5%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.help.right {
  border-right-style: none;
  padding-left: 35px;
}

.text-link {
  color: #252525;
  font-size: 22.5px;
  line-height: 29.5px;
}

.text-link:hover {
  color: #b6946f;
  text-decoration: none;
}

.inner-hero-2 {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.contact-details-left {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 8% 5%;
}

.button {
  color: #b6946f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #b6946f;
  border-radius: 25px;
  min-width: 150px;
  min-height: 45px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #b6946f;
  text-decoration: none;
}

.post-content {
  background-color: #fff;
  padding-bottom: 7%;
  padding-left: 6%;
  padding-right: 6%;
}

.post-content.flex-space {
  position: relative;
}

._68-column {
  width: 68%;
}

.text-link-block {
  color: #b6946f;
  margin-right: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.member-box {
  filter: grayscale();
  text-align: center;
  max-width: 328px;
}

.overlay {
  opacity: .2;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0;
}

.overlay.reduced {
  background-image: linear-gradient(#0000, #0000);
}

.top-bg {
  flex-direction: row;
  height: 77px;
  display: flex;
}

.sales-rep {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-arrow {
  margin-top: -2px;
}

.help-box {
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5%;
  padding-top: 3%;
  display: flex;
}

.left-column {
  width: 28%;
}

.link-block {
  color: #00adef;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.dark-small-text {
  color: #252525;
  margin-right: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 150px;
  height: 46px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-4:hover {
  background-color: #b6946f;
  border-style: none;
  padding-top: 11px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.title-link {
  color: #b6946f;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
}

.inner-wrapper-2 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-link-2 {
  color: #b6946f;
  letter-spacing: 3px;
  text-transform: uppercase;
  height: 17px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  display: inline-block;
  position: relative;
}

.text-link-2:hover {
  text-decoration: none;
}

.text-link-2.w--current {
  color: #b6946f;
}

.top-line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 7px;
}

.title {
  color: #878d94;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
}

.button-bg {
  background-color: #b6946f;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.flex {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.link-underline {
  background-color: #b6946f;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-border {
  margin-bottom: 20px;
}

.button-5 {
  color: #b6946f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #b6946f;
  border-radius: 0;
  min-width: 150px;
  min-height: 45px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #b6946f;
  text-decoration: none;
}

.gray-text {
  color: #878d94;
}

.heading-3.white {
  color: #fff;
}

.mini-close {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  margin-right: 25px;
  display: flex;
}

.mini-close.absolute {
  margin-top: 5px;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.flex-wrapper {
  flex-flow: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.cookies {
  width: 400px;
}

.form-8 {
  width: 95%;
  margin-top: 20px;
}

.error-message-2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

._30-percent-column {
  width: 30%;
  position: relative;
}

._30-percent-column.image {
  background-image: url('../images/Thumbnail.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-message-2 {
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.small {
  font-size: 15px;
}

.paragraph.small.lightgray {
  color: #505050;
  font-size: 15px;
  line-height: 27px;
}

.cookies-fixed {
  z-index: 100;
  width: 400px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 0;
}

.content-wrapper-2 {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

._70-percent-column {
  width: 70%;
}

._70-percent-column.newsletter {
  background-color: #26272e;
  padding: 35px 20px 10px 40px;
  position: relative;
}

.form-8-input {
  width: 31.5%;
  height: 50px;
}

.form-8-input.button {
  background-image: linear-gradient(#b1b1b1, #b1b1b1);
  font-size: 15px;
  transition: opacity .2s;
}

.form-8-input.button:hover {
  opacity: .8;
}

.cookies-window {
  background-color: #fff;
  width: 100%;
  padding: 35px 20px 10px 40px;
  position: relative;
  box-shadow: 7px 7px 33px #00000030;
}

.cookies-window.newsletter {
  background-color: #fff;
  width: 100%;
  padding: 35px 20px 10px 40px;
  position: relative;
  box-shadow: 7px 7px 33px #0000002b;
}

.title-quote-gold {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.title-quote-gold.italic {
  font-size: 11px;
  font-style: italic;
}

.title-quote-gold.italic.no-shadow {
  color: var(--tan);
  text-transform: capitalize;
  text-shadow: none;
  font-weight: 400;
}

.title-quote-gold.italic.no-shadow.black {
  color: #303030;
}

.title-quote-gold.italic.non-caps {
  text-transform: capitalize;
}

.html--nav-embed {
  width: 240px;
  height: 120px;
  padding-top: 40px;
  position: relative;
  overflow: visible;
}

._43-column {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43%;
  height: 424px;
  position: relative;
}

._43-column._1 {
  background-image: url('../images/Regina-1.jpg');
  background-position: 50% 0;
  height: 500px;
}

.h3-medium {
  margin-top: 0;
  font-size: 35px;
  line-height: 44px;
}

._47-column-2 {
  justify-content: flex-end;
  align-items: center;
  width: 47%;
}

.div-block-8 {
  margin-right: 20px;
}

.header-white {
  color: #fff;
  margin-top: 0;
}

.header-white.les-border {
  margin-bottom: 5px;
}

.title-white-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.flex-space-center-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._45-column-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  min-height: 725px;
  position: relative;
  overflow: hidden;
}

._45-column-3._1 {
  background-image: url('../images/jessica-arends-603132-unsplash.jpg');
}

.bottom-line-gray {
  border-bottom: 1px solid #ddd;
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

._44-column {
  width: 44%;
}

.gold-box-short {
  background-color: #b6946ff2;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 60%;
  padding: 6% 7% 5%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gold-box-short.left {
  bottom: 0;
  left: 0;
  right: auto;
}

.flex-stretch-center {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lines-box-2 {
  border-top: 1px solid #abc7d1;
  border-bottom: 1px solid #abc7d1;
  margin-bottom: 7%;
  padding: 2% 4% 3%;
  display: flex;
}

._55-column {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  min-height: 650px;
}

._55-column._2 {
  background-image: url('../images/226328110_m.jpg');
  background-position: 77% 0;
}

.side-padding {
  padding-left: 8px;
  padding-right: 8px;
}

.side-padding.large {
  padding-left: 20px;
  padding-right: 20px;
}

._45-column-2 {
  background-color: #f8f8f8;
  width: 45%;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-left: 6%;
}

._82-column {
  width: 82%;
  max-width: 526px;
}

.icon-box {
  width: 20px;
  margin-right: 20px;
  padding-top: 9px;
}

.contact-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7%;
}

.contact-section._2 {
  border-bottom-style: none;
  padding-top: 90px;
  padding-bottom: 0;
}

.contact-section.no-bottom {
  border-bottom-style: none;
  padding-bottom: 0%;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  background-color: #b6946f;
  border: 1px solid #b6946f;
  min-width: 180px;
  min-height: 46px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.submit-button-2:hover {
  text-decoration: none;
}

.textarea-2 {
  background-color: #0000;
  border: 1px solid #b6946f;
  padding-top: 15px;
  padding-bottom: 60px;
}

.textarea-2::placeholder {
  font-size: 18px;
  font-style: italic;
}

.input-item-2 {
  width: 47%;
  margin-bottom: 25px;
}

.input-item-2.message {
  width: 100%;
}

.contact-left-2 {
  border: 1px solid #ddd;
  width: 38%;
  padding: 3%;
}

.text-field-2 {
  background-color: #0000;
  border: 1px solid #b6946f;
  height: 50px;
}

.text-field-2::placeholder {
  font-size: 18px;
  font-style: italic;
}

._28-column {
  width: 28%;
}

.field-label-2 {
  color: #b6946f;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

.contact-right-2 {
  border: 1px solid #ddd;
  justify-content: flex-end;
  width: 55%;
  padding: 4% 3% 5%;
  display: flex;
}

.btn {
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: #fff;
  margin-bottom: 10px;
  padding: 14px 23px;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #bda968;
}

.btn.nav {
  border-top-color: var(--dragon-purple);
  background-color: var(--dragon-purple);
}

.html-hide {
  display: none;
}

.image-2 {
  height: 94px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.image-3 {
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .dropdown {
    margin-right: 0;
  }

  .brand {
    width: 161px;
    height: 96px;
  }

  .brand.w--current {
    height: 96px;
  }

  .menu-button {
    height: 96px;
    padding-top: 44px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .navbar {
    height: 100px;
  }

  .nav-menu {
    background-color: #fff;
    height: 100vh;
    overflow: scroll;
  }

  .nav-link.mobile {
    text-align: left;
    width: 100%;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .nav-link.mobile:hover {
    background-color: #f8f5ee;
  }

  .nav-link.mobile.white:hover {
    background-color: #f8f5ee29;
  }

  .underline.mobile-none {
    display: none;
  }

  .hero-text-box {
    width: 88%;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .header-box {
    width: 76%;
  }

  .header-box-2 {
    width: 38%;
  }

  .flex-center._2 {
    flex-direction: column;
  }

  .brand-footer.w--current {
    margin-right: 0;
  }

  .footer-columns {
    flex-direction: column;
  }

  .image--logo {
    height: 72px;
  }

  .hero-h1-2.reduce {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-text-box-2 {
    width: 80%;
  }

  .header-box-4 {
    width: 70%;
  }

  .post-wrapper {
    margin-top: -15%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .contact-details-left {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  ._68-column {
    width: 60%;
  }

  .left-column {
    width: 31%;
  }

  .flex-wrapper.cookies {
    flex-wrap: nowrap;
  }

  ._70-percent-column, .cookies-window {
    width: 80%;
  }

  .mobile-border {
    margin-bottom: 10px;
  }

  .gold-box-short {
    width: 80%;
  }

  .flex-stretch-center {
    align-items: stretch;
  }

  .btn.nav {
    width: 270px;
    margin-left: 22px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-box {
    width: 92%;
  }

  .hero-section._3, .slider {
    height: 500px;
  }

  .hero-h1 {
    font-size: 34px;
    line-height: 45px;
  }

  .header-box {
    margin-bottom: 10%;
  }

  .header-box.no-bottom, .header-box.why-us {
    width: 100%;
  }

  .large-subtitle.gold {
    font-size: 57px;
    line-height: 56px;
  }

  .flex-space.mobile-center {
    flex-flow: column;
    align-items: stretch;
  }

  .lightbox {
    width: 47%;
  }

  .lightbox.fixed {
    width: 100%;
  }

  .header-box-2 {
    width: 42%;
    margin-bottom: 8%;
  }

  .title-box {
    padding-bottom: 3%;
  }

  .member-picture.round {
    width: 180px;
    height: 180px;
  }

  .image--logo {
    height: 74px;
  }

  .go-up {
    margin-top: 15px;
  }

  .inner-hero {
    height: 555px;
  }

  .help {
    border-bottom: 1px solid #ddd;
    border-right-style: none;
    width: 100%;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }

  .help.right {
    padding-left: 0;
  }

  .inner-hero-2 {
    height: 555px;
  }

  ._68-column {
    width: 56%;
  }

  .left-column {
    width: 38%;
  }

  .flex-wrapper.cookies {
    width: 100%;
  }

  .error-message-2, ._30-percent-column {
    width: 80%;
  }

  ._30-percent-column.image {
    width: 30%;
  }

  .cookies-fixed {
    bottom: 64px;
  }

  .form-8-input {
    width: 100%;
  }

  .cookies-window {
    width: 100%;
    min-width: 300px;
  }

  .contact-left-2 {
    width: 100%;
    margin-bottom: 8%;
  }

  ._28-column {
    width: 47%;
    margin-bottom: 8%;
  }

  .contact-right-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 17px;
  }

  blockquote {
    font-size: 18px;
    line-height: 29px;
  }

  .nav-link.mobile.white {
    text-align: center;
    margin-right: 0;
    padding-left: 0;
  }

  .hero-text-box {
    width: 100%;
  }

  .hero-subtitle {
    margin-top: 17px;
  }

  .hero-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .title-white {
    text-align: center;
  }

  .content-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .header-box {
    width: 86%;
  }

  .large-subtitle.gold {
    font-size: 45px;
    line-height: 44px;
  }

  .wide-section {
    height: 400px;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .lightbox {
    width: 100%;
    margin-bottom: 12%;
  }

  .lightbox.fixed {
    height: 210px;
  }

  .contact-right {
    border-left-style: none;
    width: 100%;
    padding-right: 7%;
  }

  .header-box-2 {
    width: 60%;
    margin-bottom: 12%;
  }

  .input-item, ._81-column {
    width: 100%;
  }

  .h3-large {
    font-size: 34px;
    line-height: 43px;
  }

  .member-picture.round {
    width: 220px;
    height: 220px;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 14%;
  }

  .brand-footer.w--current {
    margin-bottom: 20px;
  }

  .image--logo {
    height: 72px;
  }

  .slide-nav-2 {
    display: block;
    position: relative;
  }

  .testimonial-text-box {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .inner-hero-bg.mobile-padding {
    padding-top: 18%;
  }

  .inner-hero {
    height: 300px;
  }

  .hero-h1-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-h1-2.reduce {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-text-box-2 {
    width: 100%;
  }

  .text-columns {
    column-count: 1;
  }

  .subtitle-box {
    width: 80%;
  }

  .h2-large {
    font-size: 31px;
    line-height: 40px;
  }

  .help {
    border-right-style: none;
    width: 100%;
  }

  .help.right {
    padding-left: 0;
  }

  .post-content {
    padding-bottom: 14%;
  }

  .post-content.flex-space {
    flex-wrap: wrap-reverse;
  }

  ._68-column {
    width: 100%;
  }

  ._68-column.mobile-border {
    margin-bottom: 18%;
  }

  .left-column {
    width: 100%;
  }

  .flex-wrapper.cookies {
    flex-wrap: wrap;
  }

  ._30-percent-column.image {
    width: 100%;
    height: 150px;
    display: none;
  }

  .cookies-fixed {
    width: 300px;
  }

  ._70-percent-column.newsletter {
    width: 100%;
    padding-left: 30px;
  }

  .cookies-window {
    padding-top: 40px;
    padding-left: 20px;
  }

  .cookies-window.newsletter {
    width: 100%;
    padding-left: 30px;
  }

  .title-quote-gold {
    text-align: center;
  }

  ._43-column {
    width: 100%;
    margin-bottom: 14%;
  }

  ._43-column._1 {
    height: 300px;
  }

  ._47-column-2, ._45-column-3._1, ._44-column {
    width: 100%;
  }

  ._44-column.mobile-border {
    margin-bottom: 11%;
  }

  ._55-column._2 {
    width: 100%;
    min-height: 300px;
  }

  ._45-column-2 {
    width: 100%;
    padding-right: 6%;
  }

  ._82-column, ._28-column {
    width: 100%;
  }

  .contact-right-2 {
    padding: 7%;
  }

  .arrows {
    display: none;
  }

  .rich-text-block h2 {
    font-size: 19px;
  }

  .rich-text-block p {
    font-size: 19px;
    line-height: 27px;
  }

  .rich-text-block h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .rich-text-block li {
    font-size: 19px;
  }

  .image-2 {
    height: 77px;
  }
}


