/* 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 {
  min-height: 830px;
  padding-top: 45px;
}
#hero picture.main-image img {
  height: 830px;
  object-fit: cover;
}
#hero h1 {
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 730px;
    padding-top: 0;
  }
  #hero h1 {
    opacity: 0.17;
  }
  #hero picture.main-image img {
    height: 730px;
  }
}

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

/*Steps*/
#steps .container-inner-card {
  background: #F8F8F7;
  height: 100%;
  border-radius: 10px;
}
#steps .container-inner-card .index {
  font-size: clamp(4.375rem, 4.375rem + 0.0234375 * (100vw - 640px), 6.25rem) !important;
  line-height: clamp(60 / 16 * 1rem, 60px + (86 - 60) * (100vw - 640px) / 1280, 86 / 16 * 1rem) !important;
  font-family: "Playfair Display", "sans-serif";
  color: #464A3F;
  opacity: 0.16;
  text-align: right;
  margin-bottom: 0.75em;
}
#steps .container-inner-card p.h5 {
  font-weight: 900;
  letter-spacing: 1px;
}
#steps .container-inner-card p:not(.h5) {
  font-size: 16px;
  line-height: 30px;
}

/*Accepted*/
#accepted {
  background: #464A3F;
}
#accepted h2 {
  color: #F2F0EF;
  opacity: 0.23;
}
#accepted p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-top: -45px;
}
#accepted h3, #accepted h4, #accepted h5, #accepted h6, #accepted p {
  color: #FFFFFF;
}
#accepted p.h4 {
  margin-top: 37px;
  margin-bottom: 27px;
}
@media screen and (max-width: 500px) {
  #accepted h2 {
    font-size: clamp(3.375rem, 3.375rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
    line-height: 50px !important;
  }
}

/*Questions*/
#questions {
  background: #F8F8F7;
  border-bottom: 4px solid #EEEEED;
}
#questions a {
  text-decoration: underline;
}
#questions h2 {
  color: #EBE9E8;
}
#questions p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#questions .container-faq {
  background: #F5F5F4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  cursor: pointer;
}
#questions .answer {
  display: none;
}
@media screen and (min-width: 1025px) {
  #questions p.h5.subtitle {
    margin-top: -49px;
  }
}
@media screen and (max-width: 500px) {
  #questions h2 {
    font-size: clamp(3.2rem, 3.2rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
    line-height: clamp(3.75rem, 60px + 26 * (100vw - 640px) / 1280, 5.375rem) !important;
  }
}