@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
/*****************************************************************
	Breakpoints
*****************************************************************/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animate {
  opacity: 0;
  transition: 0.3s ease-out;
}
.animate.visible {
  opacity: 1;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, body blockquote h6, body blockquote cite, p, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_heading .gform_description, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  width: 100%;
}

.container {
  width: 1540px;
}

.container-fluid, .container {
  max-width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 1270px) {
  .container-fluid, .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .container-fluid, .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (min-width: 580px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media (min-width: 1270px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Geist", sans-serif;
  color: #412415;
}
body ::-moz-selection {
  background: #E8B198;
}
body ::selection {
  background: #E8B198;
}
body * {
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}
body a {
  color: #DD5826;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #412415;
}
body strong, body b {
  font-weight: 700;
}
body em {
  font-style: italic;
}
body hr {
  width: 100%;
  height: 0.5px;
  max-width: 100%;
  background: #E9E3D8;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  margin: 40px auto;
  background-color: #412415;
  opacity: 0.5;
}
body h1, body .h1 {
  font-family: "EB Garamond", serif;
  color: #412415;
  font-size: 46px;
  margin: 0 0 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%; /* 72px */
  letter-spacing: -0.9px;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 52px;
  }
}
@media (min-width: 1180px) {
  body h1, body .h1 {
    font-size: 60px;
  }
}
body h2, body .h2 {
  font-family: "Geist", sans-serif;
  color: #412415;
  font-size: 31px;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 150%; /* 60px */
  letter-spacing: -0.2px;
}
body h2.section-title, body .h2.section-title {
  font-style: italic;
  font-family: "EB Garamond", serif;
}
@media (min-width: 1180px) {
  body h2.section-title, body .h2.section-title {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1180px) {
  body h2, body .h2 {
    font-size: 40px;
  }
}
body h3, body .h3 {
  font-family: "Geist", sans-serif;
  color: #412415;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1180px) {
  body h3, body .h3 {
    font-size: 25px;
  }
}
body h4, body .h4 {
  font-family: "EB Garamond", serif;
  color: #412415;
  font-size: 27px;
  margin: 0 0 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  body h4, body .h4 {
    font-size: 28px;
  }
}
@media (min-width: 1180px) {
  body h4, body .h4 {
    font-size: 30px;
  }
}
body h5, body .h5 {
  font-family: "Geist", sans-serif;
  color: #412415;
  font-size: 19px;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1180px) {
  body h5, body .h5 {
    font-size: 21px;
  }
}
body h6, body blockquote h6, body blockquote cite, body .h6 {
  font-family: "Geist", sans-serif;
  color: #412415;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h6, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 15px;
  }
}
@media (min-width: 1180px) {
  body h6, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 15px;
  }
}
body p, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_heading .gform_description {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #412415;
}
@media (min-width: 768px) {
  body p, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_heading .gform_description {
    font-size: 18px;
  }
}
@media (min-width: 1180px) {
  body p, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_heading .gform_description {
    font-size: 18px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  body img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .wp-caption {
  font-size: 14px;
  max-width: 100%;
}
body .wp-caption img {
  max-width: 100%;
  height: auto;
}
body .wp-caption p, body .wp-caption .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .wp-caption .gfield_radio > .gchoice > label, body .wp-caption .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .wp-caption .gfield_checkbox > .gchoice > label, body .wp-caption .gform_wrapper.gravity-theme .gform_heading .gform_description, body .gform_wrapper.gravity-theme .gform_heading .wp-caption .gform_description, body .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin-top: 5px;
}
body blockquote {
  border-left: 5px solid #DD5826;
  padding-left: 40px;
  font-family: "EB Garamond", serif;
  color: #412415;
  font-size: 27px;
  margin: 40px 0;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  body blockquote {
    font-size: 28px;
  }
}
@media (min-width: 1180px) {
  body blockquote {
    font-size: 30px;
  }
}
body blockquote p, body blockquote .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield blockquote .gfield_radio > .gchoice > label, body blockquote .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield blockquote .gfield_checkbox > .gchoice > label, body blockquote .gform_wrapper.gravity-theme .gform_heading .gform_description, body .gform_wrapper.gravity-theme .gform_heading blockquote .gform_description {
  font-family: "EB Garamond", serif;
  color: #412415;
  font-size: 27px;
  margin: 0;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
body blockquote h6, body blockquote cite {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
body .content-styled {
  text-align: left;
}
body .content-styled > *:last-child {
  margin-bottom: 0;
}
body .content-styled img {
  max-width: 100%;
  height: auto;
}
body .content-styled img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
body .content-styled p > a, body .content-styled .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label > a, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .content-styled .gfield_radio > .gchoice > label > a, body .content-styled .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label > a, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .content-styled .gfield_checkbox > .gchoice > label > a, body .content-styled .gform_wrapper.gravity-theme .gform_heading .gform_description > a, body .gform_wrapper.gravity-theme .gform_heading .content-styled .gform_description > a, body .content-styled li > a, body .content-styled h2 > a, body .content-styled h3 > a, body .content-styled h4 > a {
  color: #DD5826;
  text-decoration: underline;
}
body .content-styled p > a:hover, body .content-styled .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label > a:hover, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .content-styled .gfield_radio > .gchoice > label > a:hover, body .content-styled .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label > a:hover, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .content-styled .gfield_checkbox > .gchoice > label > a:hover, body .content-styled .gform_wrapper.gravity-theme .gform_heading .gform_description > a:hover, body .gform_wrapper.gravity-theme .gform_heading .content-styled .gform_description > a:hover, body .content-styled li > a:hover, body .content-styled h2 > a:hover, body .content-styled h3 > a:hover, body .content-styled h4 > a:hover {
  color: #412415;
  text-decoration: none;
}
body .content-styled ul, body .content-styled ol {
  padding: none;
}
body .content-styled ul li, body .content-styled ol li {
  position: relative;
  padding-left: 40px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #412415;
}
@media (min-width: 768px) {
  body .content-styled ul li, body .content-styled ol li {
    font-size: 18px;
  }
}
@media (min-width: 1180px) {
  body .content-styled ul li, body .content-styled ol li {
    font-size: 18px;
  }
}
body .content-styled ul li:before, body .content-styled ol li:before {
  content: "•";
  position: absolute;
  left: 20px;
}
body .content-styled ol {
  counter-reset: item;
}
body .content-styled ol li {
  counter-increment: item;
  list-style: none inside;
}
body .content-styled ol li:before {
  content: "" counter(item) ".";
}

.site-wrapper {
  position: relative;
  width: 100%;
  background-color: #F0ECE4;
}

.skip-navigation {
  font-size: 1px;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
  text-align: center;
  color: #fff;
}

header.global-header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  left: 0;
}
header.global-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 1180px) {
  header.global-header .main-navigation {
    height: 70px;
  }
}
@media (max-width: 1180px) {
  header.global-header .main-navigation .logo-link {
    width: 232px;
  }
}
@media (max-width: 768px) {
  header.global-header .main-navigation .logo-link {
    width: 202px;
  }
}
header.global-header .main-navigation .logo-link svg {
  max-width: 100%;
  height: auto;
}
header.global-header .main-navigation .menu {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  header.global-header .main-navigation .menu {
    display: none;
  }
}
header.global-header .main-navigation .menu .menu-item {
  margin-left: 40px;
}
header.global-header .main-navigation .menu .menu-item a {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #412415;
}
header.global-header .main-navigation .menu .menu-item a:hover {
  color: #DD5826;
}

@media (max-width: 1180px) {
  html.nav-locked .global-main, html.nav-locked .footer-cta, html.nav-locked .global-footer, body.nav-locked .global-main, body.nav-locked .footer-cta, body.nav-locked .global-footer {
    display: none;
  }
}

.hamburger {
  display: none;
  float: right;
  cursor: pointer;
  overflow: hidden;
  height: 20px;
}
@media (max-width: 1180px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 10px 0 20px;
  width: 25px;
  height: 2px;
  background-color: #412415;
  position: relative;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #412415;
  transition: 0.3s;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.active span {
  background-color: transparent;
}
.hamburger.active span:before, .hamburger.active span:after {
  width: 25px;
}
.hamburger.active span:before {
  transform: rotate(45deg);
  top: 0;
}
.hamburger.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
}

.mobile-navigation-wrapper {
  display: none;
  min-height: 100vh;
  padding: 110px 0 30px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  position: absolute;
  width: 100%;
}
@media (max-width: 1180px) {
  .mobile-navigation-wrapper {
    display: block;
  }
  .mobile-navigation-wrapper.active {
    opacity: 1;
    z-index: 900;
    position: relative;
    transition: 0.5s;
  }
}
.mobile-navigation-wrapper .menu {
  width: 100%;
  box-sizing: border-box;
}
.mobile-navigation-wrapper .menu .menu-item {
  margin-bottom: 35px;
  display: block;
}
.mobile-navigation-wrapper .menu .menu-item a {
  color: #412415;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.mobile-navigation-wrapper .menu .menu-item a:hover {
  color: #DD5826;
}
.mobile-navigation-wrapper .menu .menu-item .sub-menu {
  display: none;
}
.mobile-navigation-wrapper .social-links {
  margin-bottom: 80px;
}
.mobile-navigation-wrapper .label {
  color: #412415;
  font-family: "EB Garamond", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  text-transform: none;
  margin-bottom: 10px;
}
.mobile-navigation-wrapper .email, .mobile-navigation-wrapper .phone {
  color: #412415;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

footer.global-footer {
  padding-bottom: 8px;
  background-color: #E9E3D8;
  padding-top: 50px;
}
footer.global-footer .logo-link {
  display: block;
  width: 358px;
  max-width: 100%;
}
@media (max-width: 1270px) {
  footer.global-footer .logo-link {
    width: 252px;
    margin-bottom: 60px;
  }
}
footer.global-footer .logo-link svg {
  width: 100%;
  height: auto;
}
footer.global-footer .social-links {
  margin-top: -10px;
}
@media (max-width: 1270px) {
  footer.global-footer .social-links {
    margin: 0;
  }
}
footer.global-footer .menu {
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1270px) {
  footer.global-footer .menu {
    justify-content: flex-start;
    margin: 60px 0;
  }
}
footer.global-footer .menu .menu-item {
  margin-left: 40px;
}
@media (max-width: 1270px) {
  footer.global-footer .menu .menu-item {
    margin: 0 40px 0 0;
  }
}
footer.global-footer .menu .menu-item a {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #412415;
}
footer.global-footer .menu .menu-item a:hover {
  color: #DD5826;
}
footer.global-footer .contact-columns {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 75px;
       column-gap: 75px; /* adjust to taste — this is the consistent gap */
  align-items: flex-start;
}
footer.global-footer .contact-columns .column {
  flex: 0 0 auto;
}
@media (max-width: 1270px) {
  footer.global-footer .contact-columns .column {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  footer.global-footer .contact-columns .column {
    min-width: 30%;
  }
}
footer.global-footer .contact-columns .column .content-styled h6, footer.global-footer .contact-columns .column .content-styled body blockquote cite, body blockquote footer.global-footer .contact-columns .column .content-styled cite {
  margin-bottom: 10px;
  color: #412415;
  font-family: "EB Garamond", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: 0;
  text-transform: none;
}
footer.global-footer .contact-columns .column .content-styled p, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield footer.global-footer .contact-columns .column .content-styled .gfield_radio > .gchoice > label, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield footer.global-footer .contact-columns .column .content-styled .gfield_checkbox > .gchoice > label, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_heading .gform_description, body .gform_wrapper.gravity-theme .gform_heading footer.global-footer .contact-columns .column .content-styled .gform_description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
footer.global-footer .contact-columns .column .content-styled p a, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label a, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield footer.global-footer .contact-columns .column .content-styled .gfield_radio > .gchoice > label a, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label a, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield footer.global-footer .contact-columns .column .content-styled .gfield_checkbox > .gchoice > label a, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_heading .gform_description a, body .gform_wrapper.gravity-theme .gform_heading footer.global-footer .contact-columns .column .content-styled .gform_description a {
  color: #412415;
  text-decoration: none;
}
footer.global-footer .contact-columns .column .content-styled p a:hover, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label a:hover, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield footer.global-footer .contact-columns .column .content-styled .gfield_radio > .gchoice > label a:hover, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label a:hover, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield footer.global-footer .contact-columns .column .content-styled .gfield_checkbox > .gchoice > label a:hover, footer.global-footer .contact-columns .column .content-styled body .gform_wrapper.gravity-theme .gform_heading .gform_description a:hover, body .gform_wrapper.gravity-theme .gform_heading footer.global-footer .contact-columns .column .content-styled .gform_description a:hover {
  text-decoration: underline;
  color: #DD5826;
}
footer.global-footer hr {
  margin: 39px 0 26px;
}
footer.global-footer .copyright {
  color: #412415;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 13.2px */
  letter-spacing: -0.22px;
}
footer.global-footer .copyright span, footer.global-footer .copyright a {
  display: inline-block;
  margin-right: 30px;
  color: #412415;
}
@media (max-width: 991px) {
  footer.global-footer .copyright span, footer.global-footer .copyright a {
    margin-bottom: 10px;
  }
}
footer.global-footer .copyright a:hover {
  color: #DD5826;
  text-decoration: underline;
}
footer.global-footer .copyright a.roni {
  opacity: 0.5;
  font-style: italic;
}
footer.global-footer .copyright a.roni:hover {
  opacity: 1;
}
footer.global-footer .to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  color: #F0ECE4;
  opacity: 0;
}

.global-hero {
  padding-top: 170px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .global-hero {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.body-noscroll {
  overflow: hidden;
}

.cookied-popup-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: block;
  overflow: scroll;
}
.cookied-popup-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.cookied-popup-wrapper .popup-content-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translate(-50);
  background-color: #F0ECE4;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  width: 800px;
}
@media (max-width: 1180px) {
  .cookied-popup-wrapper .popup-content-wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .cookied-popup-wrapper .popup-content-wrapper {
    width: calc(100% - 60px);
  }
}
.cookied-popup-wrapper .popup-content-wrapper .close-icon {
  right: -50px;
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}
.cookied-popup-wrapper .popup-content-wrapper .close-icon:hover i {
  color: #412415;
}
.cookied-popup-wrapper .popup-content-wrapper .close-icon i {
  color: #F0ECE4;
  font-size: 30px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1180px) {
  .cookied-popup-wrapper .popup-content-wrapper .close-icon {
    top: -50px;
    right: 0;
  }
}
.cookied-popup-wrapper .popup-content-wrapper .image {
  height: 200px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .cookied-popup-wrapper .popup-content-wrapper .image {
    height: auto;
    width: 50%;
  }
}
.cookied-popup-wrapper .popup-content-wrapper .side-content {
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cookied-popup-wrapper .popup-content-wrapper .side-content {
    padding: 50px;
  }
  .cookied-popup-wrapper .popup-content-wrapper .side-content.has-image {
    width: 50%;
  }
}

.video-popup-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
.video-popup-wrapper.active {
  display: block;
}
.video-popup-wrapper .close-icon {
  right: 15px;
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.video-popup-wrapper .close-icon:hover i {
  color: #412415;
}
.video-popup-wrapper .close-icon i {
  color: #F0ECE4;
  font-size: 30px;
}
.video-popup-wrapper .popup-content-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #412415;
  max-width: 175vh;
  width: 90%;
  height: auto;
  transition: 0.3s ease-out;
  box-sizing: border-box;
}
.video-popup-wrapper .popup-content-wrapper .popup-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  display: block;
}
.video-popup-wrapper .popup-content-wrapper .popup-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.social-links {
  display: flex;
  align-items: center;
}
.social-links li {
  margin-right: 48px;
}
.social-links li a:hover svg path {
  fill: #DD5826;
}

.btn, body .gform_wrapper.gravity-theme .gform_footer .gform_button, .pagination a {
  font-size: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  border: none;
  background-color: #DD5826;
  display: inline-block;
  padding: 12px 45px 13px 25px;
  color: #F0ECE4;
  position: relative;
}
.btn:hover, body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .pagination a:hover {
  color: #F0ECE4;
  border-color: #412415;
  background-color: #412415;
}
.btn svg, body .gform_wrapper.gravity-theme .gform_footer .gform_button svg, .pagination a svg {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-outline, body .gform_wrapper.gravity-theme .gform_footer .btn-outline.gform_button, .pagination a.btn-outline {
  border: 1px solid #412415;
  color: #412415;
  background-color: transparent;
  padding: 11px 44px 12px 24px;
}
.btn.btn-outline svg path, body .gform_wrapper.gravity-theme .gform_footer .btn-outline.gform_button svg path, .pagination a.btn-outline svg path {
  stroke: #412415;
  transition: 0.3s ease-out;
}
.btn.btn-outline:hover, body .gform_wrapper.gravity-theme .gform_footer .btn-outline.gform_button:hover, .pagination a.btn-outline:hover {
  color: #F0ECE4;
  background-color: #412415;
}
.btn.btn-outline:hover svg path, body .gform_wrapper.gravity-theme .gform_footer .btn-outline.gform_button:hover svg path, .pagination a.btn-outline:hover svg path {
  stroke: #F0ECE4;
}
.btn.btn-back, body .gform_wrapper.gravity-theme .gform_footer .btn-back.gform_button, .pagination a.btn-back {
  padding: 12px 25px 13px 45px;
}
.btn.btn-back svg, body .gform_wrapper.gravity-theme .gform_footer .btn-back.gform_button svg, .pagination a.btn-back svg {
  right: auto;
  left: 25px;
  transform: translateY(-50%) rotate(180deg);
}

.ajax-loader {
  display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #412415;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #412415;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #412415;
}

:-moz-placeholder { /* Firefox 18- */
  color: #412415;
}

body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme select {
  width: 100%;
  box-sizing: border-box;
  color: #412415;
  border: 1px solid #E9E3D8;
  height: 50px;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
  padding: 13px 13px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: #F0ECE4;
  font-family: "Geist", sans-serif;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 5px;
  float: none;
  transition: 0.3s ease-out;
}
body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=url]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=tel]:focus, body .gform_wrapper.gravity-theme input[type=number]:focus, body .gform_wrapper.gravity-theme input[type=date]:focus, body .gform_wrapper.gravity-theme input[type=search]:focus, body .gform_wrapper.gravity-theme input[type=password]:focus, body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme select:focus {
  background-color: #F0ECE4;
}
body .gform_wrapper.gravity-theme select {
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 30px center;
  padding-right: 50px;
  border: none;
  background-color: #412415;
  color: #F0ECE4;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme select:hover, body .gform_wrapper.gravity-theme select:focus {
  background-color: #DD5826;
}
body .gform_wrapper.gravity-theme textarea {
  height: 200px;
}
body .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 40px;
}
body .gform_wrapper.gravity-theme .gform_heading .gform_title {
  color: #DD5826;
  margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .validation_error {
  display: none;
}
body .gform_wrapper.gravity-theme div.gform_validation_errors {
  padding: 0;
  border: none;
  background-color: transparent;
  margin: 0 0 40px;
}
body .gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error {
  font-size: 29px;
  font-weight: 400;
  line-height: 140%; /* 40.6px */
  letter-spacing: -0.29px;
  color: #DD5826;
  text-transform: none;
  margin: 0;
}
body .gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error .gform-icon.gform-icon--circle-error {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields {
  display: block;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  padding-left: 0;
  margin-bottom: 30px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.amount {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:before {
  display: none;
}
@media (min-width: 768px) {
  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.two_col_left, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.two_col_right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.two_col_left {
    padding-right: 15px;
  }
  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.two_col_right {
    padding-left: 15px;
  }
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.one_col {
  width: 100%;
  float: none;
  clear: both;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error {
  position: relative;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  color: #DD5826;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error .gfield_label > .gfield_required:before {
  color: #DD5826;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=url], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=tel], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=number], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=date], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=search], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input[type=password], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error select {
  border-color: #DD5826;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error .gfield_description.validation_message {
  text-align: right;
  color: #DD5826;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  border: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  background-color: transparent;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label {
  font-size: 13px;
  font-weight: 700;
  line-height: 110%; /* 14.3px */
  letter-spacing: 0.13px;
  text-transform: uppercase;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label > .gfield_required:before {
  content: "*";
  color: #412415;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label > .gfield_required .gfield_required_text {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.inline .gfield_radio, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.inline .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.inline .gfield_radio > .gchoice, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.inline .gfield_checkbox > .gchoice {
  margin-right: 55px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox {
  margin-bottom: -25px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice:before, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice:before {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice:hover label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice:hover label {
  text-decoration: underline;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label {
  margin: 0 !important;
  padding-top: 2px;
  padding-bottom: 25px;
  transition: 0.3s ease-out;
  display: block;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > input, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > input {
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  outline: none;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > input {
  background-image: url("../img/radio-unchecked.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  padding-right: 13px;
  padding-top: 5px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > input:checked {
  background-image: url("../img/radio-checked.svg");
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > input {
  background-image: url("../img/checkbox-unchecked.svg");
  background-size: 28px 25px;
  width: 28px;
  height: 25px;
  padding-right: 5px;
  margin-top: 2px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > input:checked {
  background-image: url("../img/checkbox-checked.svg");
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex label {
  font-family: "EB Garamond", serif;
  color: #412415;
  font-size: 12px;
  line-height: 1.45em;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex .ginput_left, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex .ginput_left {
    padding-right: 15px;
  }
  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    padding-left: 15px;
  }
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex .gf_clear {
  float: none;
  clear: both;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: 0.3s ease-out;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: #412415;
  color: #F0ECE4;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover svg path {
  fill: #F0ECE4;
}

section {
  position: relative;
}
section.padding-top-large {
  padding-top: 100px;
}
@media (max-width: 768px) {
  section.padding-top-large {
    padding-top: 50px;
  }
}
section.padding-bottom-large {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.padding-bottom-large {
    padding-bottom: 50px;
  }
}
section.padding-top-small {
  padding-top: 60px;
}
@media (max-width: 768px) {
  section.padding-top-small {
    padding-top: 30px;
  }
}
section.padding-bottom-small {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  section.padding-bottom-small {
    padding-bottom: 30px;
  }
}
section.padding-top-none {
  padding-top: 0px;
}
section.padding-bottom-none {
  padding-bottom: 0px;
}

section.columns .row {
  margin-bottom: -30px;
}
section.columns .row > div {
  margin-bottom: 30px;
}

section.contact .row {
  margin-bottom: -50px;
}
section.contact .row > div {
  margin-bottom: 50px;
}
section.contact .heading {
  margin-bottom: 10px;
}
section.contact .details {
  font-size: 18px;
  margin-bottom: 0;
}
section.contact .details a {
  color: #412415;
}
section.contact .details a:hover {
  color: #DD5826;
  text-decoration: underline;
}
section.contact .social-links {
  margin-top: 20px;
}

section.divider hr {
  height: 10px;
  opacity: 1;
  background-color: #E9E3D8;
}

section.grid_features .row {
  margin-bottom: -30px;
}
section.grid_features .row .col-md-6 {
  margin-bottom: 30px;
}
section.grid_features .features-row {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.grid_features .features-row {
    display: block;
  }
}
section.grid_features .features-row.col-3 .feature {
  flex: 0 1 calc((100% - 20px) / 3); /* 3 cols, 2 gaps */
  min-width: 0;
}
section.grid_features .features-row.col-4 .feature {
  flex: 0 1 calc((100% - 30px) / 4); /* 4 cols, 3 gaps */
  min-width: 0;
}
section.grid_features .features-row .feature {
  flex: 1;
  background-color: #E9E3D8;
}
@media (max-width: 768px) {
  section.grid_features .features-row .feature {
    margin-bottom: 10px;
  }
}
section.grid_features .features-row .feature .image {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
section.grid_features .features-row .feature .feature-title {
  padding: 0 40px;
}
section.grid_features .features-row .feature .content-styled {
  padding: 0 40px 55px;
}

section.highlights {
  background-color: #412415;
  padding: 100px 0;
  position: relative;
  color: #F0ECE4;
}
section.highlights h1, section.highlights h2, section.highlights h3, section.highlights h4, section.highlights h5, section.highlights h6, section.highlights body blockquote cite, body blockquote section.highlights cite, section.highlights p, section.highlights body .gform_wrapper.gravity-theme .gform_heading .gform_description, body .gform_wrapper.gravity-theme .gform_heading section.highlights .gform_description, section.highlights body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_radio > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield section.highlights .gfield_radio > .gchoice > label, section.highlights body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox > .gchoice > label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield section.highlights .gfield_checkbox > .gchoice > label, section.highlights li, section.highlights span:not(.label) {
  color: #F0ECE4;
}
@media (max-width: 1270px) {
  section.highlights {
    padding-top: 400px;
  }
}
@media (min-width: 1270px) {
  section.highlights:before, section.highlights:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #F0ECE4;
    z-index: 100;
  }
  section.highlights:before {
    left: 0;
  }
  section.highlights:after {
    right: 0;
  }
}
section.highlights .background {
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  width: calc(33.333% - 100px);
  z-index: 10;
}
@media (max-width: 1270px) {
  section.highlights .background {
    width: calc(100% - 80px);
    top: 40px;
    height: 340px;
  }
}
@media (max-width: 768px) {
  section.highlights .background {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
  }
}
section.highlights .background .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.introduction .btn, section.introduction .pagination a, .pagination section.introduction a, section.introduction body .gform_wrapper.gravity-theme .gform_footer .gform_button, body .gform_wrapper.gravity-theme .gform_footer section.introduction .gform_button {
  margin-top: 30px;
}
section.introduction .row {
  margin-bottom: -30px;
}
section.introduction .row > div {
  margin-bottom: 30px;
}

section.large_cta .flex-row {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 768px) {
  section.large_cta .flex-row {
    display: block;
  }
}
section.large_cta .flex-row > * {
  width: 25%;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 14px;
  color: #F0ECE4;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  section.large_cta .flex-row > * {
    width: 100%;
    height: 250px;
    margin-bottom: 14px;
  }
}
section.large_cta .flex-row > *:hover .arrow {
  opacity: 1;
}
section.large_cta .flex-row > * .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}
section.large_cta .flex-row > *.btn:hover svg path, section.large_cta .pagination .flex-row > a:hover svg path, .pagination section.large_cta .flex-row > a:hover svg path, section.large_cta body .gform_wrapper.gravity-theme .gform_footer .flex-row > *.gform_button:hover svg path, body .gform_wrapper.gravity-theme .gform_footer section.large_cta .flex-row > *.gform_button:hover svg path {
  stroke: #F0ECE4;
}
section.large_cta .flex-row > *.btn svg, section.large_cta .pagination .flex-row > a svg, .pagination section.large_cta .flex-row > a svg, section.large_cta body .gform_wrapper.gravity-theme .gform_footer .flex-row > .gform_button svg, body .gform_wrapper.gravity-theme .gform_footer section.large_cta .flex-row > .gform_button svg {
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  width: 30px;
  height: 22px;
}
section.large_cta .flex-row > *.btn svg path, section.large_cta .pagination .flex-row > a svg path, .pagination section.large_cta .flex-row > a svg path, section.large_cta body .gform_wrapper.gravity-theme .gform_footer .flex-row > .gform_button svg path, body .gform_wrapper.gravity-theme .gform_footer section.large_cta .flex-row > .gform_button svg path {
  stroke: #412415;
  transition: 0.3s ease-out;
}

section.normal_content .content-styled {
  text-align: left;
}

section.team .headshot {
  border-radius: 100%;
  background-color: #E9E3D8;
}
@media (max-width: 991px) {
  section.team .headshot {
    width: 100%;
    max-width: 230px;
    margin-bottom: 30px;
  }
}
section.team .name {
  margin-bottom: 0px;
}
section.team .flex-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.team .flex-row {
    display: block;
  }
}
section.team .flex-row .job-title {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  section.team .flex-row .job-title {
    margin-bottom: 10px;
  }
}
section.team .flex-row a {
  text-decoration: underline;
  margin-bottom: 12px;
}
section.team .row {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  section.team .row {
    margin-bottom: 100px;
  }
}
section.team .row:last-child {
  margin-bottom: 0;
}

body.home .home-hero {
  height: 85vh;
  box-sizing: border-box;
  position: relative;
}
body.home .home-hero .background-image {
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 120px);
  top: 100px;
  left: 40px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1180px) {
  body.home .home-hero .background-image {
    top: 70px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  body.home .home-hero .background-image {
    width: calc(100% - 60px);
    left: 30px;
  }
}
body.home .home-hero .background-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 284px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 0.01%, rgba(0, 0, 0, 0) 100%);
}
body.home .home-hero .btn, body.home .home-hero .pagination a, .pagination body.home .home-hero a, body.home .home-hero .gform_wrapper.gravity-theme .gform_footer .gform_button, body.home .gform_wrapper.gravity-theme .gform_footer .home-hero .gform_button {
  position: absolute;
  bottom: 0;
  left: 80px;
}
@media (max-width: 991px) {
  body.home .home-hero .btn, body.home .home-hero .pagination a, .pagination body.home .home-hero a, body.home .home-hero .gform_wrapper.gravity-theme .gform_footer .gform_button, body.home .gform_wrapper.gravity-theme .gform_footer .home-hero .gform_button {
    left: 50px;
  }
}
@media (max-width: 768px) {
  body.home .home-hero .btn, body.home .home-hero .pagination a, .pagination body.home .home-hero a, body.home .home-hero .gform_wrapper.gravity-theme .gform_footer .gform_button, body.home .gform_wrapper.gravity-theme .gform_footer .home-hero .gform_button {
    left: 50px;
    bottom: 50px;
  }
}
body.home .home-hero .page-title {
  font-weight: 700;
  line-height: 100%; /* 78px */
  letter-spacing: -1.95px;
  font-family: "Geist", sans-serif;
  font-style: normal;
  color: #F0ECE4;
  position: absolute;
  bottom: 50px;
  right: 80px;
}
@media (min-width: 991px) {
  body.home .home-hero .page-title {
    font-size: 78px;
  }
}
@media (max-width: 991px) {
  body.home .home-hero .page-title {
    right: 50px;
  }
}
@media (max-width: 768px) {
  body.home .home-hero .page-title {
    right: 50px;
    bottom: 100px;
    text-align: right;
    max-width: calc(100% - 100px);
  }
}

body.post-type-archive-work .page-title, body.tax-work-type .page-title {
  margin: 0;
}
body.post-type-archive-work .work-type-list, body.tax-work-type .work-type-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.post-type-archive-work .work-type-list, body.tax-work-type .work-type-list {
    margin-top: 25px;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
body.post-type-archive-work .work-type-list li, body.tax-work-type .work-type-list li {
  margin-left: 40px;
}
@media (max-width: 768px) {
  body.post-type-archive-work .work-type-list li, body.tax-work-type .work-type-list li {
    margin-left: 0;
    margin-right: 20px;
  }
}
body.post-type-archive-work .work-type-list a, body.tax-work-type .work-type-list a {
  color: #412415;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  text-decoration-line: none;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  white-space: nowrap;
}
body.post-type-archive-work .work-type-list a:hover, body.tax-work-type .work-type-list a:hover {
  color: #DD5826;
  text-decoration-line: underline;
}
body.post-type-archive-work .work-type-list a.active, body.tax-work-type .work-type-list a.active {
  text-decoration-line: underline;
}
body.post-type-archive-work .work-archive-body, body.tax-work-type .work-archive-body {
  padding-bottom: 65px;
}
body.post-type-archive-work .work-archive-body .work-post, body.tax-work-type .work-archive-body .work-post {
  margin-bottom: 50px;
  display: block;
}
body.post-type-archive-work .work-archive-body .work-post:hover .post-title, body.tax-work-type .work-archive-body .work-post:hover .post-title {
  text-decoration: underline;
  color: #DD5826;
}
body.post-type-archive-work .work-archive-body .work-post .thumb-wrapper, body.tax-work-type .work-archive-body .work-post .thumb-wrapper {
  position: relative;
}
body.post-type-archive-work .work-archive-body .work-post .thumb-wrapper:hover svg, body.tax-work-type .work-archive-body .work-post .thumb-wrapper:hover svg {
  opacity: 1;
}
body.post-type-archive-work .work-archive-body .work-post .thumb-wrapper svg, body.tax-work-type .work-archive-body .work-post .thumb-wrapper svg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}
body.post-type-archive-work .work-archive-body .work-post img, body.tax-work-type .work-archive-body .work-post img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.post-type-archive-work .work-archive-body .work-post img, body.tax-work-type .work-archive-body .work-post img {
    height: 260px;
  }
}

body.single-work .work-post-body {
  padding-bottom: 44px;
}
body.single-work .work-post-body .image-row {
  margin-left: -15px;
  margin-right: -15px;
}
body.single-work .work-post-body .image-row .image-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
body.single-work .work-post-body .image-wrapper {
  position: relative;
  cursor: pointer;
}
body.single-work .work-post-body .image-wrapper:hover .plus {
  opacity: 1;
}
body.single-work .work-post-body .image-wrapper .plus {
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 0;
  transition: 0.3s ease-out;
}
body.single-work .work-post-body .first-image-wrapper {
  padding: 0 40px 80px;
}
@media (max-width: 768px) {
  body.single-work .work-post-body .first-image-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
  }
}
body.single-work .work-post-body .first-image-wrapper .plus {
  right: 40px;
}
@media (max-width: 768px) {
  body.single-work .work-post-body .first-image-wrapper .plus {
    right: 30px;
  }
}
body.single-work .work-post-body .first-image-wrapper .first-image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
body.single-work .work-post-body .intro-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.single-work .work-post-body .intro-wrapper {
    margin-bottom: 60px;
  }
}
body.single-work .work-post-body .details-wrapper {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  body.single-work .work-post-body .details-wrapper {
    padding-top: 50pxs;
    padding-bottom: 55px;
  }
}
body.single-work .work-post-body .detail {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.single-work .work-post-body .detail {
    margin-bottom: 40px;
  }
}
body.single-work .work-post-body .detail .heading {
  margin-bottom: 10px;
}
body.single-work .work-post-body .detail .detail-text {
  margin: 0;
}
body.single-work .work-post-body .image {
  margin-bottom: 30px;
  cursor: pointer;
}
body.single-work .work-post-body .button-wrapper {
  padding-top: 30px;
  padding-bottom: 80px;
}

.work-carousel-popup {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background: #F0ECE4;
  transition: 0.3s ease-out;
}
.work-carousel-popup.active {
  z-index: 2000;
  opacity: 1;
}
.work-carousel-popup .work-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.work-carousel-popup .work-carousel-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.work-carousel-popup .work-carousel-close:hover svg rect {
  fill: #DD5826;
}
.work-carousel-popup .work-carousel-close:hover svg path {
  stroke: #F0ECE4;
}
.work-carousel-popup .work-carousel-inner {
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}
.work-carousel-popup .work-carousel-header {
  position: fixed;
  top: 25px;
  left: 40px;
  z-index: 10;
}
.work-carousel-popup .work-carousel-title {
  color: var(--Brown, #412415);
  font-family: "EB Garamond";
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.45px;
}
.work-carousel-popup .work-image-carousel {
  width: 100%;
}
.work-carousel-popup .work-image-carousel .carousel-slide {
  text-align: center;
}
.work-carousel-popup .work-image-carousel .carousel-slide img {
  display: inline-block;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .work-carousel-popup .work-carousel-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .work-carousel-popup .work-image-carousel .carousel-slide img {
    max-height: calc(100vh - 105px);
  }
}
.work-carousel-popup .slick-prev,
.work-carousel-popup .slick-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .work-carousel-popup .slick-prev,
  .work-carousel-popup .slick-next {
    width: 40px;
    height: 40px;
  }
}
.work-carousel-popup .slick-prev:focus,
.work-carousel-popup .slick-next:focus {
  outline: none;
}
.work-carousel-popup .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' transform='matrix(-1 0 0 1 60 0)' fill='%23E9E3D8'/%3E%3Cpath d='M45 29.9998H15M26.2001 41L15 29.9998L26.2001 19' stroke='%23412415' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.work-carousel-popup .slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' transform='matrix(-1 0 0 1 60 0)' fill='%23DD5826'/%3E%3Cpath d='M45 29.9998H15M26.2001 41L15 29.9998L26.2001 19' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.work-carousel-popup .slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='%23E9E3D8'/%3E%3Cpath d='M15 29.9998H45M33.7999 41L45 29.9998L33.7999 19' stroke='%23412415' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.work-carousel-popup .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='%23DD5826'/%3E%3Cpath d='M15 29.9998H45M33.7999 41L45 29.9998L33.7999 19' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*# sourceMappingURL=master.css.map*/