/* 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;
}

/*Hero*/
#hero {
  padding-top: 45px;
}
@media screen and (min-height: 1025px) {
  #hero {
    padding-top: 0;
  }
}

/*About*/
#about {
  margin-bottom: 4em;
}
#about h2 {
  color: #F2F0EF;
  font-weight: bold;
}
#about p.h5 {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  margin-top: -45px;
}
#about p.h4 {
  color: #2D3126;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  #about {
    margin-bottom: 14em;
  }
  #about p.h4 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}

/*Highlights*/
#highlights {
  background: #F8F8F7;
}
#highlights h2 {
  color: #EBE9E8;
  font-weight: bold;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#highlights p.h5.subtitle {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  margin-top: -45px;
}
#highlights p.h4 {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
#highlights .container-faq {
  background: #EEEEED;
  border-radius: 10px;
  cursor: pointer;
}
#highlights .answer p {
  font-size: 16px;
  line-height: 30px;
}
#highlights .main-subtitle {
  margin-top: 10px;
  margin-bottom: 7px;
}
@media screen and (min-width: 1025px) {
  #highlights picture.main-image img {
    transform: translateY(-230px);
  }
  #highlights p.h4 {
    margin-top: 1.8em;
    margin-bottom: 1.5em;
  }
}

/*Mission*/
#mission {
  background: #464A3F;
}
#mission h2 {
  color: #F2F0EF;
  opacity: 0.23;
}
#mission h3, #mission h4, #mission h5, #mission h6, #mission p {
  color: #FFFFFF;
}
#mission p.h5.subtitle {
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 900;
  margin-top: -45px;
}
#mission p.h4 {
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 1.4em;
}
#mission .icon-Group-221,
#mission .icon-Group-222,
#mission .icon-Group-223 {
  color: #FFFFFF;
  font-size: 70px;
}
#mission p.h5.main-subtitle {
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
#mission .container-subcontent p:not(.h5) {
  font-size: 16px;
  line-height: 30px;
}
#mission .card-content {
  height: 100%;
  border-bottom: 8px solid #63665C;
  padding-bottom: 3em;
}

/*Cases*/
#cases {
  margin-bottom: 3em;
}
#cases h2 {
  color: #F2F0EF;
}
#cases p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#cases .card-case {
  background: #F8F8F7;
  padding: 30px 30px 60px 30px;
  border-radius: 10px;
}
#cases .attachment-post-thumbnail {
  max-width: 178px;
}
#cases .container-image {
  margin-left: auto;
  width: fit-content;
}
#cases p.h5.subtitle {
  margin-top: -45px;
}
#cases .attachment-post-thumbnail {
  max-width: 110px;
}
#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.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 .owl-nav.disabled {
  display: none;
}
#cases .owl-stage {
  display: flex;
}
#cases .owl-item {
  height: inherit;
  display: flex;
}
#cases .card-case {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#cases .card-case .main-content {
  margin-top: auto;
}
#cases .location {
  font: normal normal bold 14px/30px "Lato", "sans-serif" !important;
}
#cases .js-case-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cases .js-case-text p {
  font-size: 16px;
  line-height: 30px;
}
#cases .js-case-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
#cases .case-read-more {
  background: none;
  border: none;
  color: #282B22;
  cursor: pointer;
  padding: 0;
  margin-top: 5px;
  font-weight: 600;
  display: block;
}
@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: 40%;
    left: -2vw;
  }
  #cases .owl-next {
    position: absolute;
    top: 40%;
    right: -2vw;
  }
}
@media screen and (min-width: 1640px) {
  #cases .attachment-post-thumbnail {
    max-width: 178px;
  }
  #cases .container-image {
    height: 178px;
  }
  #cases .owl-prev {
    left: -5vw;
  }
  #cases .owl-next {
    right: -5vw;
  }
}

/*Contact*/
#contact {
  background: #F8F8F7;
  border-bottom: 4px solid #EEEEED;
}
#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 picture img {
    transform: translateY(-100px);
  }
  #contact p.h5.subtitle {
    margin-top: -49px;
  }
  #contact {
    margin-top: 7em;
  }
}