/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 730px;
}
#hero picture.main-image {
  width: 100% !important;
  max-width: 100% !important;
  z-index: -1;
  top: 0;
}
#hero picture.main-image img {
  width: 100% !important;
}
#hero h1 {
  color: #FFFFFF;
  opacity: 0.17;
  font-weight: bold;
}
#hero p.h5 {
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 900;
  margin-top: -45px;
}
#hero p.h4 {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 35px;
}
#hero picture.main-image img {
  height: 730px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #hero p.h5 {
    margin-top: -49px;
  }
}

/*Breadcrumb*/
#breadcrumb a, #breadcrumb p {
  font: normal normal normal 14px/40px "Lato", "sans-serif";
  letter-spacing: 0.7px;
  color: #2D3126;
  text-transform: uppercase;
}
#breadcrumb span.last {
  font-weight: 900;
}

/*Highlights*/
#highlights {
  margin-bottom: 4em;
}
#highlights h2 {
  color: #F2F0EF;
  font-weight: bold;
}
#highlights p.h5 {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  margin-top: -45px;
}
#highlights p.h4 {
  color: #2D3126;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  #highlights p.h4 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  #highlights {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #highlights h2 {
    font-size: clamp(3rem, 3rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
  }
}

/* Cases */
#cases {
  margin-bottom: 3em;
}
#cases h2 {
  color: #F2F0EF;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#cases p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#cases {
  /*
   * Owl Carousel
   * Makes all cards use the height of the tallest card
   */
}
#cases .cases-carousel .owl-stage {
  display: flex;
}
#cases .cases-carousel .owl-item {
  display: flex;
  height: auto;
}
#cases .cases-carousel .card-case {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#cases .cases-carousel .main-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#cases .card-case {
  background: #F8F8F7;
  padding: 30px 30px 60px 30px;
  border-radius: 10px;
  height: 100%;
}
#cases .attachment-post-thumbnail {
  max-width: 110px;
}
#cases .container-image {
  margin-left: auto;
  width: fit-content;
}
#cases p.h5.subtitle {
  margin-top: -45px;
}
#cases .btn-transparent-black {
  width: 100%;
}
#cases .owl-prev,
#cases .owl-next {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #282B22;
  border-radius: 5px;
}
#cases .owl-prev.disabled,
#cases .owl-next.disabled {
  opacity: 0.1;
}
#cases .owl-prev:hover,
#cases .owl-next:hover {
  background: #282B22;
}
#cases .owl-prev:hover .icon-chevron-right,
#cases .owl-prev:hover .icon-dhevron-left,
#cases .owl-next:hover .icon-chevron-right,
#cases .owl-next:hover .icon-dhevron-left {
  color: #FFFFFF;
}
#cases .owl-prev .icon-chevron-right,
#cases .owl-prev .icon-dhevron-left,
#cases .owl-next .icon-chevron-right,
#cases .owl-next .icon-dhevron-left {
  color: #282B22;
}
#cases .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em;
  gap: 12px;
}
#cases .container-location {
  gap: 8px;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
#cases .main-content p.h5 {
  margin-bottom: 0;
}
#cases .owl-nav.disabled {
  display: none;
}
#cases .container-location img {
  display: block;
  max-width: 30px;
}
#cases p.location {
  font: normal normal bold 14px/30px "Lato", "sans-serif";
}
@media screen and (min-width: 641px) {
  #cases .btn-transparent-black {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  #cases .main-link {
    padding-left: 20px;
  }
  #cases .attachment-post-thumbnail {
    max-width: 100px;
  }
  #cases .btn-transparent-black {
    margin-left: auto;
  }
  #cases p.h5.subtitle {
    margin-top: -49px;
  }
  #cases .card-case {
    padding: 30px 50px 70px;
    min-height: 575px;
  }
  #cases .owl-prev {
    position: absolute;
    top: 37%;
    left: -2vw;
  }
  #cases .owl-next {
    position: absolute;
    top: 37%;
    right: -2vw;
  }
}
@media screen and (min-width: 1640px) {
  #cases .attachment-post-thumbnail {
    max-width: 178px;
    height: 165px;
  }
}
@media screen and (min-width: 1640px) {
  #cases .owl-prev {
    left: -5vw;
  }
  #cases .owl-next {
    right: -5vw;
  }
}

/*Reviews*/
#reviews {
  background: #464A3F;
}
#reviews .icon-star {
  color: #F8B805;
  font-size: 27px;
}
#reviews .container-stars {
  gap: 7px;
}
#reviews .icon-quote {
  color: #F2F0EF;
  font-size: 45px;
}
#reviews h2 {
  color: #F2F0EF;
  opacity: 0.23;
}
#reviews p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #FFFFFF;
}
#reviews .testimonial-item {
  background: #51554B;
  border-radius: 5px;
}
#reviews .testimonial-text p {
  font-size: clamp(1.5rem, 1.5rem + 0.003125 * (100vw - 640px), 1.75rem) !important;
  line-height: 40px !important;
  font-family: "Playfair Display", "sans-serif";
  font-style: italic;
  color: #FFFFFF;
}
#reviews p.h5.subtitle {
  margin-top: -45px;
}
#reviews .btn-transparent {
  width: 100%;
}
#reviews .owl-prev,
#reviews .owl-next {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F2F0EF;
  border-radius: 5px;
}
#reviews .owl-prev.disabled,
#reviews .owl-next.disabled {
  opacity: 0.1;
}
#reviews .owl-prev:hover,
#reviews .owl-next:hover {
  background: #F2F0EF;
}
#reviews .owl-prev:hover .icon-chevron-right,
#reviews .owl-prev:hover .icon-dhevron-left,
#reviews .owl-next:hover .icon-chevron-right,
#reviews .owl-next:hover .icon-dhevron-left {
  color: #51554B;
}
#reviews .owl-prev .icon-chevron-right,
#reviews .owl-prev .icon-dhevron-left,
#reviews .owl-next .icon-chevron-right,
#reviews .owl-next .icon-dhevron-left {
  color: #F2F0EF;
}
#reviews .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em;
  gap: 12px;
}
#reviews .testimonials-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
#reviews .testimonials-carousel .owl-item {
  height: auto;
  display: flex;
}
#reviews .testimonials-carousel .testimonial-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  #reviews .btn-transparent {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #reviews p.h5.subtitle {
    margin-top: -55px;
  }
  #reviews .owl-prev {
    position: absolute;
    top: 40%;
    left: -2vw;
  }
  #reviews .owl-next {
    position: absolute;
    top: 40%;
    right: -2vw;
  }
  #reviews .testimonial-item {
    min-height: 421px;
  }
}
@media screen and (min-width: 1640px) {
  #reviews .owl-prev {
    left: -5vw;
  }
  #reviews .owl-next {
    right: -5vw;
  }
}

/*Practice*/
#practice h2 {
  color: #F2F0EF;
}
#practice p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#practice .main-link {
  min-height: 74px;
  background: #EEEEED;
  border-radius: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 6px;
  padding-left: 17px;
}
#practice .main-link.active {
  background: #464A3F;
  color: #FFFFFF;
}
#practice .main-link-service {
  border-top: 1px solid #EEEEED;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 15px;
  padding-right: 15px;
}
#practice .main-link-service:hover {
  background: #FAFAFA;
}
#practice .container-services {
  display: none;
}
#practice .container-services.active {
  display: block;
}
#practice .last-item {
  border-bottom: 1px solid #EEEEED;
}
#practice p.h5.subtitle {
  margin-top: -45px;
}
#practice p.h4 {
  margin-bottom: 20px;
  margin-top: -10px;
}
#practice .container-individual-case {
  border-bottom: 1px solid #EEEEED;
  margin-bottom: 2em;
  padding-bottom: 2em;
  padding-left: 17px;
  padding-right: 17px;
}
#practice .container-individual-case p {
  margin-bottom: 1em;
}
#practice .container-individual-case p:last-of-type {
  margin-bottom: 0;
}
#practice .container-individual-case p:not(.h5) {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 1025px) {
  #practice .main-link {
    padding-left: 20px;
  }
  #practice p.h4 {
    margin-bottom: unset;
    margin-top: unset;
  }
  #practice p.h5.subtitle {
    margin-top: -49px;
  }
}

/*Contact*/
#contact {
  background: #F8F8F7;
  border-bottom: 4px solid #EEEEED;
  margin-top: 4em;
}
#contact h2 {
  color: #EBE9E8;
}
#contact p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#contact p.h5.subtitle {
  margin-top: -45px;
}
#contact p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #contact {
    margin-top: 14em;
  }
  #contact picture img {
    transform: translateY(-100px);
  }
  #contact p.h5.subtitle {
    margin-top: -49px;
  }
}