/* 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 {
  padding-top: 70px;
}
#hero h1 {
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #hero h1 {
    opacity: 0.17;
  }
}
@media screen and (min-width: 1025px) {
  #hero {
    padding-top: 0;
  }
}

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

/*Steps*/
#steps .container-inner-card {
  background: #F8F8F7;
  height: 100%;
  border-radius: 10px;
}
#steps .container-inner-card .btn-transparent-black {
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
}
#steps .container-inner-card:hover {
  background: #464A3F;
}
#steps .container-inner-card:hover p {
  color: #FFFFFF;
}
#steps .container-inner-card:hover .btn-transparent-black {
  background: #F8F8F7;
  border: 2px solid transparent;
  color: #282B22;
}
#steps .container-inner-card p:not(.h5) {
  font-size: 16px;
  line-height: 30px;
  transition: color 0.4s ease-in-out;
}
#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;
}

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

/*Compliance*/
#compliance h2 {
  color: #F2F0EF;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#compliance p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#compliance picture {
  z-index: -1;
  width: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
#compliance picture img {
  border-radius: 10px;
  width: 100% !important;
  height: 100% !important;
}
#compliance .main-content {
  color: #FFFFFF;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
  z-index: 1;
}
#compliance .main-content p:not(.h4) {
  font-size: 16px;
  line-height: 30px;
}
#compliance .main-content p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
#compliance .main-content p.h3 {
  margin-bottom: 15px;
}
#compliance .main-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 511px;
}
#compliance .main-card img {
  position: relative;
  z-index: 0;
  transition: transform 0.4s ease;
  min-height: 511px;
  object-fit: cover;
}
#compliance .main-card:hover img {
  transform: scale(1.1);
}
#compliance .main-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(40, 43, 34, 0.57);
  pointer-events: none;
}
#compliance p.h5.subtitle {
  margin-top: -45px;
}
#compliance .btn-transparent-black {
  width: 100%;
}
#compliance p.h4-subtitle {
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  #compliance .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #compliance p.h5.subtitle {
    margin-top: -49px;
  }
  #compliance .btn-transparent-black {
    margin-left: auto;
  }
  #compliance .btn.btn-transparent {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1640px) {
  #compliance .btn.btn-transparent {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 360px) {
  #compliance h2 {
    font-size: 45px !important;
  }
  #compliance p.h4-subtitle {
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  #compliance .main-content {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}

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