* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'Satoshi', sans-serif;
    --secondary--color:#c59953 ;
}
h1,h2,h3,h4,h5,h6, .primary-font {
  font-family: 'Sentient', serif;
}

*, *:after, *:before {
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


.mobile-menu .navigation__listItem--level-1 {
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 1rem auto;
  font-size: 1.5rem;
}
.mobile-menu a.navigation__listItem--btn {
  margin-left:0;
}
.mobile-menu-toggle{
color:  var(--secondary--color);
height: 2rem;
width: 2rem;
}
.mobile-overlay {
  display: none;
}
.body-blurred .mobile-overlay {
  background-color: rgb(0 0 0 / 0.5);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  display: block;
  content: '';
  position: fixed;
  cursor: pointer;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  display: block;
}
.mobile-menu {
  background-color: #292929;
  font-weight: 500;
  position: fixed;
  width: 100%;
  max-width: 700px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  border-radius: 1px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.mobile-menu.active {
  transform: translateX(0);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}
.mobile-menu-item-container {
  padding: 0 20px;
  max-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  perspective: 400px;
  perspective-origin: 50% 0;
}
.mobile-menu-sidebar-form {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding-top: 90px;
  padding-bottom: 30px;;
}

.mobile-menu-title {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.btn--close {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 45px;
  z-index: 2;
  color: #fff;
  border: none;
  background: transparent;
  transition: transform 100ms ease;
  cursor: pointer;
}

.btn--close:hover {
  transform: scale(1.05);
  color: dimgray;
}
.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* DEfault */
.column-text-block--heading {
  font-size: 50px;
  line-height: 66px;
  font-weight: 500;
  margin-bottom:1rem;
}
.column-text--column{
  margin-bottom: 40px;
  max-width:40%;
  margin-right:5%;
}
.column-text--column-container{
  display:flex;
}
@media only screen and (min-width: 768px) {
  .column-text--column{
      margin-bottom: 40px;
      max-width:40%;
      margin-right:5%;
  }
  .column-text--column-container{
      display:flex;
  }
}

@media only screen and (max-width: 768px) {
  .column-text--column{
      margin-bottom: 40px;
      max-width:100%;
  }
  .column-text--column-container{
      display:block;
  }
}
.panel {
  border-bottom: 1px solid #eee
}

.acc-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0 1.25rem 0;
  font-family: 'Sentient', serif;
  cursor: pointer;
  line-height: 1.5;
  transition: .2s
}

.acc-header::after {
  content: "+";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 400;
  color: #202324;
  -webkit-transform-origin: center;
  transform-origin: center;
  text-align: center
}

.panel.active .acc-header::after {
  content: "-"
}

.acc-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden
}

.panel.active .acc-body {
  opacity: 1;
  height: auto;
  padding: 0 0 2rem .8rem;
  visibility: visible;
  opacity: 1;
  color: #4f5659;
  line-height: 2
}




.container-default {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 1;
}

.align-right .image-wrapper.home-hero {
  left: 0;
}
.align-right .split-content.home-hero-left {
  margin-right: 0;
}
.home-hero-wrapper.align-right {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .split-content.home-hero-left {
    margin-right:0;  
  }
  h1.display-1 {
      font-size: 40px;
      font-weight: 500;
      line-height:1.5;
  }
  .home-hero .container-default {
      margin-top: -50px;
      margin-bottom: 0px;
      position: relative;
  }
  .home-hero {
      max-height: 800px;
      min-height: 600px;
  }
  .image-wrapper.home-hero {
      width: 100%;
      right: 0;
      opacity: .5;
  }
  .home-hero--btn-container {
      display:block;
  }
  .home-hero--btn-container a{
      display:block;
  }
}
@media only screen and (min-width: 768px) {
  .split-content.home-hero-left {
    margin-right:-160px;  
  }
  h1.display-1 {
      font-size: 40px;
      font-weight: 500;
      line-height:1.5;
  }
  .home-hero .container-default {
      margin-top: -50px;
      margin-bottom: 0px;
      position: relative;
  }
  .home-hero {
    max-height: 800px;
    min-height: 700px;
  }
  .image-wrapper.home-hero {
    width: 40%;
    right: 0;
    top: -25%;
  }
  .home-hero--btn-container {
    display:flex;
    align-items:center;
  }
  .home-hero--btn-container a{
      display:block;
  }
}

.home-hero {
  background:#fff;
  color:#fff;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
}
 

.home-hero .container-default {
  margin-top: 55px;
  margin-bottom: 160px;
  position:relative;
}

.home-hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.split-content.home-hero-left {
  position: relative;
  z-index: 1;

}
.split-content.home-hero-right {
  height: 100%;
  max-width: 48%;
}
.image-wrapper.home-hero {
  z-index: 0;
  display: block;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  position: absolute;
} 
.image.full-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-wrapper img
{
  object-fit: cover;
  height: 100%;
  min-height: 700px;
}

.display-1 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 500;
}

.home-hero--subtext, .home-hero--btn-container {
  max-width: 580px;
}
.home-hero--subtext {
color:#2a2a2a;
    margin-top: 25px;
  font-size:1.25rem;
  margin-bottom: 20px;
}

.home-hero--subtext p{
  margin-bottom: 20px;
}
.home-hero--btn-container .button.button-secondary{
    color: #2a2a2a;
    border-color: #2a2a2a;
}



.home-hero--btn-container a{
  margin-right:1rem;
  margin-top:1rem;
}

.button {
  padding: 9px 30px!important;
  border-style: solid;
  border-width: 1px;
  border-radius: 80px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: 'Sentient', serif;
  letter-spacing: 0.5px;
}

.button-primary {
  background: var(--secondary--color);
  border-color: var(--secondary--color);
  color:#fff;
}
.button-secondary {
  background: transparent;
  border-color: #fff;
}

/* START Navigation */
header {
  background-color: #fff;
  font-weight: 500;
  font-family: 'Sentient', serif!important;
  --header--navitem--color: #c59953;

  --header--navitem--level-1--background--hover-color: rgb(0, 0, 0, .1);
  --header--navitem--level-1--text--hover-color: white;
  --header--navitem--level-2--background--hover-color: rgb(0, 0, 0, .1);
  --header--navitem--level-2--text--hover-color: white;
  --header--navitem--level-3--background--hover-color: rgb(0, 0, 0, .1);
  --header--navitem--level-3--text--hover-color: white;

  --header--hamburger--color: black;
  --header--x-button--color: black;
  --header--chevron-button--color: black;
  --header--mobile-menu--background-color: gray;
}

@media screen and (max-width: 767px) {
  header #menu-mobile {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;;
    align-items: center;
    position: relative;
  }

  header #menu-mobile #hamburger-button #hamburger {
    stroke: var(--header--hamburger--color);
  }

  header #menu-mobile #menu-nav {
    overflow: hidden;
    top: 0;
    left: 0;
    position: fixed;
    background-color: var(--header--mobile-menu--background-color);
    transition: all 350ms ease-in-out;
  }

  header #menu-mobile #menu-nav:not(.active) {
    width: 0;
    height: 0;
  }

  header #menu-mobile #menu-nav.active {
    height: 100vh;
    width: 100vw;
  }

  header #menu-mobile #menu-nav #menu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }

  header #menu-mobile #menu-nav #menu .x-button {
    cursor: pointer;
    width: 40px;
    height: auto;
    stroke: var(--header--x-button--color);
  }

  header #menu-mobile #menu-nav #menu #menu-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  header #menu-header #logo-mobile {
    width: 60%;
    height: auto;
  }

  header #menu-header #logo-mobile img {
    width: 100%;
    height: auto;
  }

  header .navigation__list {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
  }

  header #menu-mobile .navigation__listItem {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: max-content;
    color: var(--header--navitem--color);
  }

  header #menu-mobile .navigation__list a, header #menu-mobile .navigation__list span {
    padding: .5rem;
    white-space: nowrap;
  }

  header #menu-mobile .navigation__list--level-1 {
    width: 100%;
  }

  header #menu-mobile .navigation__listItem--level-1 .navigation__subItemsWrapper--level-2 {
    height: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
    transition: height 250ms ease-in-out;
  }

  header #menu-mobile .navigation__listItem--level-1.active .navigation__subItemsWrapper--level-2 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  header #menu-mobile .navigation__list--level-2 {
    width: 100%;
  }

  header #menu-mobile .navigation__listItem--level-2 .navigation__subItemsWrapper--level-3 {
    height: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
    transition: height 250ms ease-in-out;
  }

  header #menu-mobile .navigation__listItem--level-2.active .navigation__subItemsWrapper--level-3 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  header #menu-mobile .navigation__list .chevron-down {
    width: 30px;
    stroke-width: 2.5;
    stroke: var(--header--chevron-button--color);
    transition: transform 250ms ease-in-out;
  }

  header #menu-mobile .navigation__list .chevron-down.rotate {
    transform: rotate(180deg);
  }

  header #menu-mobile .navigation__listItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

}

li.navigation__listItem.navigation__listItem--level-1 a {
    font-family: 'Sentient', serif !important;
}

@media screen and (min-width: 768px) {
  header #menu-desktop .navigation__list .chevron-down {
    display: none;
  }

  header #menu-desktop .navigation__list--level-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  header #menu-desktop .navigation__listItem {
    position: relative;
    font-family: 'Sentient', serif !important;
    display: inline-flex;
    flex-direction: column;
    height: max-content;
    color: var(--header--navitem--color);
  }

  header #menu-desktop .navigation__list a, header #menu-desktop .navigation__list span {
    padding: 1rem;
    white-space: nowrap;
  }


  header #menu-desktop .navigation__listItem--level-1 {
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
  }

  header #menu-desktop .navigation__listItem--level-1:hover {
    color:  var(--secondary--color);
  }

  header #menu-desktop .navigation__listItem--level-2:hover {
    background-color: var(--header--navitem--level-2--background--hover-color);
    color: var(--header--navitem--level-2--text--hover-color);
  }

  header #menu-desktop .navigation__listItem--level-3:hover {
    background-color: var(--header--navitem--level-3--background--hover-color);
    color: var(--header--navitem--level-3--text--hover-color);
  }

  header #menu-desktop .navigation__subItemsWrapper--level-2 {
    display: none;
    min-width: 100%;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
  }

  header #menu-desktop .navigation__subItemsWrapper--level-3 {
    display: none;
    min-width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
  }

  header #menu-desktop .navigation__listItem--level-1:hover .navigation__subItemsWrapper--level-2 {
    display: block;
    background-color: var(--header--navitem--level-1--background--hover-color);
    color: var(--header--navitem--level-1--text--hover-color);
  }

  header #menu-desktop .navigation__listItem--level-2:hover .navigation__subItemsWrapper--level-3 {
    display: block;
    background-color: var(--header--navitem--level-2--background--hover-color);
    color: var(--header--navitem--level-2--text--hover-color);
  }

  header #menu-desktop .navigation__list--level-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  header #menu-desktop .navigation__list--level-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

a.navigation__listItem--btn {
  padding: 9px 30px!important;
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary--color);
  border-radius: 80px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #fff;
  background:var(--secondary--color);
  text-align: center;
  font-weight:600;
  font-family: 'Sentient', serif;
  letter-spacing: 0.5px;
  margin-left:1rem;
}

a.navigation__listLink.navigation__listLink--level-1.navigation__listItem--btn:hover {
  background: #fff;
  border-color: #fff;
  color: #98763f;
}


/* END Navigation */

/* START Footer */
footer {
  --footer--background-color: white;
  --footer--text-color: black;
  --footer--text-link--hover-color: var(--secondary--color);

  background-color: var(--footer--background-color);
}

footer .footer-nav__listLink, footer .footer-nav__listHeading {
  color: var(--footer--text-color);
}

@media screen and (min-width: 768px) {
  footer .footer-nav__list:not(.footer-nav__list--level-1) {
    display: flex;
    flex-direction: column;
  }

  footer .footer-nav__list--level-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  footer .footer-nav__listLink--level-1, footer .footer-nav__listHeading--level-1{
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
  }

  li.footer-nav__listItem.footer-nav__listItem--level-2 {
    line-height: 2;
  }
  footer .footer-nav__listLink:hover {
    color: var(--footer--text-link--hover-color);
    text-decoration: underline;
  }

  footer .chevron-down {
    display: none;
  }

  footer .footer-subnav {
    display: flex;
    justify-content: space-between;
  }


  footer .social-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }

  footer .additional-links a:hover {
    text-decoration: underline;
    color: var(--footer--text-link--hover-color);
  }
}

@media screen and (max-width: 767px) {
  footer .footer-nav__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .footer-nav__list--level-1 {
    gap: 1rem;
  }

  footer .footer-nav__listItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .footer-nav__subItemsWrapper {
    width: 100%;
  }

  footer .footer-nav__listLink, footer .footer-nav__listHeading {
    width: 100%;
    text-align: center;
  }

  footer .footer-nav__listLink--level-1, footer .footer-nav__listHeading--level-1{
    font-size: 1.2rem;
    font-weight: bold;
  }

  footer .footer-nav__listLink:hover {
    color: var(--footer--text-link--hover-color);
    text-decoration: underline;
  }

  footer .chevron-down {
    display: none;
  }

  footer .footer-subnav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }


  footer .social-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    order: 1;
  }

  footer .additional-links {
    display: inline-flex;
    justify-content: center;
    order: 2;
  }

  footer .footer-subnav > p {
    order: 3;
  }

  footer .additional-links a:hover {
    text-decoration: underline;
    color: var(--footer--text-link--hover-color);
  }
}
/* END Footer */



.loader {
  -webkit-animation: 2s linear infinite svg-animation;
  animation: 2s linear infinite svg-animation;
  height: 24px;
  fill: #fff;
  margin: auto
}

@keyframes svg-animation {
  0% {
    transform: rotateZ(0)
  }

  100% {
    transform: rotateZ(360deg)
  }
}

.loader circle {
  -webkit-animation: 1.4s ease-in-out infinite both circle-animation;
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%
}

@keyframes circle-animation {

  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0)
  }

  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg)
  }

  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg)
  }
}


@media only screen and (min-width: 768px) {
    .footer-subscribe-section {
      grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 444px 1fr;
  }
}

@media only screen and (max-width: 768px) {
    .footer-subscribe-section {
      grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  main#main {
    overflow-x: hidden;
  }
}


  .footer-subscribe--heading{
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }
  .social-link {
    margin-right: 14px;
    margin-left: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -14px;
    margin-left: -14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
  .footer-fine-print{
    -webkit-text-size-adjust: 100%;
    font-family: Satoshi, sans-serif;
    color: #343434;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer-grid{
    -webkit-text-size-adjust: 100%;
    font-family: Satoshi, sans-serif;
    color: #343434;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: grid;
    grid-auto-columns: 1fr;
    margin-bottom: 70px;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
  }
  .footer-subscribe-section {
    -webkit-text-size-adjust: 100%;
    font-family: Satoshi, sans-serif;
    color: #343434;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: grid;
    padding-top: 112px;
    padding-bottom: 112px;
    justify-items: center;
    -webkit-box-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .footer-contact-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
}
.contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight:500;
  text-decoration: underline;
  margin-top: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-details-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

select#language-switcher {
  border: 0;
  line-height: 1.5rem;
  border-radius: 0.375rem;
  padding: 0 1.25rem 0;
  width: 100%;
  outline: 0;
  resize: none;
}

@media only screen and (min-width: 768px) {
  .model-subtext{
      font-size: 1.1rem;
      line-height: 2;
  }
  .model-item--img img{
    width:100%;
    height:400px;
    object-fit:cover;
}
  .model-item {
      margin-bottom: 120px;
  }
  a.button.teaser-btn.btn-primary {
      font-size:1.5em;
      top: 10%;
  }
  .link .teaser-container-noclick {
      height: 300px;
  }
  .model-item--content-text {
      display: block;
      font-size: 1em;
  }
  .teaser-modal {
      padding: 3rem 5rem;
  }
  .model-item--img:hover {
      transform: scale(1.05);
  }
}

@media only screen and (max-width: 768px) {
  .model-subtext{
      font-size: 1.1rem;
      max-width: 100%;
      line-height: 1.5;
  }
  .model-item {
      margin-bottom: 20px;
  }
  .model-item:nth-child(even) {
      top: 0;
  }
  a.button.teaser-btn.btn-primary {
      width: 90%;
      margin-left: 0;
      font-size: 1.1rem;
      top: 25%;
  }
  .link .teaser-container-noclick {
      height: 250px;
  }
  .teaser .teaser-container-noclick {
      height: 600px;
  }
  .model-item--content-text, .model-item--content-link {
    
      font-size: 1.2rem;
  }
  .model-item--content-text, .model-item--content-link {
    display: none;
  }
  .teaser-modal {
      padding: 3rem 2rem;
      width: 90%;
  }
}

.model-item--img {
  height: 500px;
  width: 100%;
  margin-bottom: 1rem;
  object-fit: cover;
}
.link .teaser-container-noclick {
  margin-bottom: 8rem;
}
a.button.teaser-btn.btn-primary {
  position: absolute;
  z-index: 20;
  left: 50%;
  text-transform: uppercase;

  transform: translateX(-50%);
  color: #fff;
}
.btn-primary {
  padding: 9px 30px!important;
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary--color);
  border-radius: 80px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #292929;
  background: var(--secondary--color);
  text-align: center;
  font-weight: 600;
  font-family: 'Sentient', serif;
  letter-spacing: 0.5px;
  margin-left: 1rem;
}
.model-headline{
font-size:2.5rem;
font-weight: 500;
margin-bottom:1rem;
}
.model-gallery--intro{
    margin-top: 3rem;
    padding: 3rem 0;
    margin-bottom: 4rem;
    max-width: 48rem;
    margin: auto;
    text-align: center;

}
.model-gallery {
    padding: 3rem 0;
    margin: 8rem 0;
    background: #292929;
}
.model-intro{
  padding: 3rem 0;

}

.model-gallery--intro .model-subtext {
  line-height: 2;
  max-width: 100%;
  margin: auto;
}

.teaser-modal {
position: absolute;
background: var(--secondary--color);
text-align: center;
z-index: 5;
left: 50%;
top: 10%;
transform: translateX(-50%);
filter: drop-shadow(0 0 0.75rem var(--secondary--color));
}

.teaser-modal h3{
font-size:2.5rem;
font-family: 'Sentient', serif;
font-weight:600;
line-height: 1.25;
margin-bottom: 1rem;
}

.teaser-modal a{
padding: 9px 30px!important;
border-style: solid;
border-width: 1px;
border-color: #fff;
border-radius: 80px;
background-color: transparent;
transition: all 300ms ease;
color: #292929;
background: #fff;
margin-top:1rem;
display:inline-block;
text-align: center;
font-weight: 600;
font-family: 'Sentient', serif;
letter-spacing: 0.5px;
}
.blurred-teaser {
filter: blur(5px);
-webkit-filter: blur(5px);
}

.teaser-container{
position:relative;
overflow:hidden
}


.teaser-container-noclick {
 pointer-events: none;
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

.model-item--card {
  color: #585858;
  text-decoration: none;
  display: block;
}
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }

.model-wrapper, .teaser-container-noclick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
@media only screen and (max-width: 768px) {
  .model-wrapper, .teaser-container-noclick {
    grid-template-columns: repeat(2, 1fr);
  }
  .model-item--content h3 {
    font-size: 1.25rem;
}
.model-item--content a {
    font-size: .9rem;
}

.model-item--content-text {
  font-size: .9rem;
}
  .model-item--img {
    height: 250px;
    filter: none;
}
.model-item--img img {
    height: 250px;
    object-fit:contain;
    filter: none;
}
}
@media only screen and (min-width: 768px) {
  .model-wrapper, .teaser-container-noclick {
    grid-template-columns: repeat(4, 1fr);
  }
  .model-item--content h3 {
    font-size: 2.25rem;}
}

.model-item {
  position: relative;
  max-width: 620px;
  min-width: 42%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.model-item--content h3{
  line-height: 1.4em;
  font-family: 'Sentient', serif;
  font-weight: 500;
  margin: 0 0 .75rem 0;
}
.model-item--content h4{
  line-height: 1.2em;
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 1.5rem;
}
.model-item--content-text{
  margin-bottom: 1rem;
  line-height: 1.8;
}

.model-item--content-text:hover {
  color:#c59953;
}
.model-item--img {
  transition: transform .7s ease;
  width: 100%;
}

.model-item--img{
  overflow: hidden;
}

.gallery-grid{
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 3;
  column-count: 3;
}
.gallery-grid--item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .about-img.img-4 {
  left: 0;
  right: -20%;
  width: 120%;
  background-position: 50% 100%;
  background-size: cover;
}
.about-img.img-3 {
  left: 0;
  width: 100%;
  height: 450px;
  background-position: 50% 100%;
}
.about-img.img-2 {
  left: 0;
  width: 100%;
  height: 600px;
}
.about-img {
  position: relative;
  left: -20%;
  right: 0;
  width: 120%;
  height: 300px;
  background-image: var(--bg-img);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-gallery {
  -webkit-text-size-adjust: 100%;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-areas: ". . . .";
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  grid-template-rows: auto;
}

}
@media only screen and (max-width: 768px) {
.about-img {
  height:120px;
  background-image: var(--bg-img);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
} 
}




.block-image-grid-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 1200px;
  max-width: 1544px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-image-grid--items {
  max-width: 40%;
  margin-right: 5%;
}

.grayscale .block-image-grid--items {
}

@media only screen and (min-width: 768px) {
  .img-text-block{
  grid-template-columns: 1fr 1fr;
  }
  .img-text-block--content.align-right {
      grid-row-start: 1;
  }
}

@media only screen and (max-width: 768px) {
  .img-text-block{
      grid-template-columns: 1fr;

  }
}


.img-text-block--content p {
  display: block;
  margin-bottom: 1rem;
}

.img-text-block--content a {
  text-decoration:underline;
}

.img-text-block--content a:hover{
  color:#c59953;
}
.img-text-blocksection {
  padding:2rem 0;
}
.img-text-block--content .img-square img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.img-text-block{
  -webkit-text-size-adjust: 100%;
  font-family: Satoshi, sans-serif;
  color: #343434;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: grid;
  grid-auto-columns: 1fr;
  justify-items: center;
  -webkit-box-align: center;
  align-items: center;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}
.img-text-block--img{

}
.img-text-block--content{
  -webkit-text-size-adjust: 100%;
  font-family: Satoshi, sans-serif;
  color: #343434;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.img-text-block--content h3 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

select#escortModel {
    padding: 0.85rem 1.25rem 0.75rem 1rem;
}
.cta-btn {
    padding: 15px 50px!important;
    margin:1rem auto;
    border-style: solid;
    border-width: 1px;
    border-color: var(--secondary--color);
    border-radius: 80px;
    background-color: transparent;
    transition: all 300ms ease;
    color: #292929;
    background: var(--secondary--color);
    text-align: center;
    font-weight: 600;
    font-family: 'Sentient', serif;
    letter-spacing: 0.5px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}
.form input[type=email], .form input[type=text],.form input[type=password], .form textarea, select {
    border: 2px solid #e2e8f0;
    line-height: 1.5rem;
    border-radius: 0.375rem;
    padding: 0.85rem 1.25rem 0.75rem;
    width: 100%;
    outline: 0;
    resize: none;
}
ul.usp>li:before {
    background-image: url('/assets/img/check.svg');
    margin-right: 0.75em;
    position: relative;
    top: 0.2em;
}
ul.custom-bullet>li:before {
    content: "";
    height: 21px;
    width: 21px;
    display: inline-block;
    background-repeat: no-repeat;
}


.file input[type=file] {
  display: none
}

.file {
  border: 2px solid #e2e8f0;
  line-height: 1.5rem;
  border-radius: .375rem;
  padding: 2em 1em;
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .collection-item--content h3{
      font-size: 2.25rem;
  }
  .city-subtext{
      font-size: 1.1rem;
      max-width: 60%;
      line-height: 2;
  }
  .collection-item--img img, .collection-item--img{
      height: 250px;
  }
  .collection-item--content-text {
      font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .collection-item--content h3{
      font-size: 1.25rem;
  }
  .city-subtext{
      font-size: 1.1rem;
      max-width: 100%;
      line-height: 1.5;
  }
  .collection-item--img img, .collection-item--img{
      height: 200px;
  }
  .collection-item--content-text {
      font-size: .9rem;
  }
}

.collection-item--img img {
  object-fit: cover;
  width: 100%;
}

.collection-item--content h3{
  margin: 1rem 0 .75rem 0;
  font-family: 'Sentient', serif;
  font-weight: 500;
}
.city-headline{
  line-height: 1.4em;
  font-size:2.5rem;
  font-weight: 500;
  margin-bottom:1rem;
}
.city-intro{
  margin:3rem 0;
}


  .collection-item--card {
      overflow: hidden;
      color: #585858;
      text-decoration: none;
      display: block;
  }
  .city-wrapper, .teaser-container-noclick {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .collection-item {
      position: relative;
      max-width: 620px;
      min-width: 30%;
      margin-right: 20px;
      margin-bottom: 80px;
      margin-left: 20px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }
  .collection-item--content h4{
      line-height: 1.2em;
      font-size: 1.25rem;
      font-weight: 300;
      margin-top: 1.5rem;
  }
  .collection-item--content-text{
      margin-bottom: 1rem;
      line-height: 1.8;
  }

  .collection-item--content-text:hover {
      color:#c59953;
  }
  .collection-item--img {
      transition: transform .7s ease;
      overflow: hidden;
      width: 100%;
  }
  .collection-item--img:hover {
      transform: scale(1.05);
      filter: grayscale(0);
  }

         /* CSS for NavBar */
#NavBar {
  margin-top:4rem;
  background-color: #303233;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 100;
}
/* CSS for NavBar Anchor Tag i.e. Links  */
#NavBar a:hover {
  background-color: #ddd;
  color: black;
}
#NavBar a {
  color: white;
  text-align: center;
  padding: 15px;
  float: left;
  display: block;
}
/* Sticky Class Designed to provide Sticky Property to the Navbar using JavaScript */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.model-content-wrapper:first-child {
  margin-top:2rem;
}
.model-content-wrapper{
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:space-between;
  margin:5rem 0;
}
.model-content-img, .model-content-text {
  width:45%;
}

.model-content-img {
  overflow: hidden;
  position: absolute;
  right:0;
  top: 2%;
}
.model-content-img img {
  margin-top:3rem;
}
.reversed .model-content-img {
  left:0;
  right:auto;
}
.model-content-wrapper.reversed {
  flex-direction: row-reverse;
}

.model-dimensions, .model-tables table{
  border: 2px solid #c59953a6!important;
  padding: 1rem;
  border-radius: 10px;
}
.model-dimensions hr {
  border-color: #c59953a6!important;
}
.model-tables table tbody .bg-gray-50{background: #c5995338;}

@media only screen and (max-width: 768px) {
  .model-content-wrapper {
      display: block;
  }
  .model-content-img, .model-content-text {
      width:100%;
      position:relative;
  }
  .model-content-img {
      display:none;
  }
  .model-title {
      text-align:center;
  }
  .model-hero-wrapper {
      padding:1rem;
  }
.model-tables table{
  min-width: calc(100% - 2rem) !important;
  margin: auto;
  overflow: scroll;
}
}

h1, h2, h3, h4 {
    color:#c59953
}
.max-h-60vh {
  max-height: 60vh;
}