@charset "UTF-8";
.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-blue-grey {
  background: #202124 !important;
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
  color: #000;
}

.bg-light-grey {
  background: #f8f8f8;
  color: #000;
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-off-white {
  background: #f8f8f8;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

#page.bg-black header .header-container {
  background: rgba(255, 255, 255, 0.75);
}

main {
  /* one wrapper per word – keep that word intact */
  /* individual letters */
}
main .wp-block-acf-search-hero {
  background-color: #f2f2f2;
  padding-top: 100px;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative !important;
  top: 0;
}
main .wp-block-acf-search-hero .search-hero-container {
  max-width: 1056px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 8px;
}
main .wp-block-acf-search-hero .search-hero-container .global-search {
  width: 100%;
}
main .wp-block-acf-search-hero .search-hero-container svg {
  margin: 0 12px;
}
@media (max-width: 767px) {
  main .wp-block-acf-search-hero .search-hero-container svg {
    display: none;
  }
}
main .wp-block-acf-search-hero .buttons {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  main .wp-block-acf-search-hero .buttons {
    display: none;
  }
}
main .wp-block-acf-search-hero .buttons .button {
  border-radius: 50px !important;
}
main .wp-block-acf-search-hero .search-filter-input-text.search-filter-input-text.search-filter-field__input {
  background: white;
  border: 1px solid #babcbe;
  border-radius: 50px;
  height: 75px;
  position: relative;
  padding: 0px 20px;
  color: black;
}
main .wp-block-acf-search-hero .search-filter-input-text.search-filter-input-text.search-filter-field__input:hover, main .wp-block-acf-search-hero .search-filter-input-text.search-filter-input-text.search-filter-field__input:focus {
  height: 75px !important;
}
main .wp-block-acf-search-hero .search-filter-input-text.search-filter-input-text.search-filter-field__input::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  height: 65px;
  width: 65px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='17.7129' cy='18.1055' r='17.5' fill='black'/%3E%3Cpath d='M16.6192 20.433C19.3979 20.433 21.6505 18.1491 21.6505 15.3317C21.6505 12.5144 19.3979 10.2305 16.6192 10.2305C13.8405 10.2305 11.588 12.5144 11.588 15.3317C11.588 18.1491 13.8405 20.433 16.6192 20.433Z' stroke='white' stroke-width='1.25' stroke-linecap='round'/%3E%3Cpath d='M21.4579 21.168L24.3279 24.4055' stroke='white' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
main .background-video {
  position: relative;
  overflow: hidden;
}
main .background-video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  margin-top: 50px;
}
main .background-video .container {
  position: relative;
  z-index: 1;
}
main .intro-animation-text {
  white-space: normal;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 20px;
  margin: 0;
  overflow: hidden;
  margin: 0;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 44px;
  height: 200px;
  font-weight: 300;
  text-transform: none;
  left: 0;
  top: 0;
}
@media (max-width: 620px) {
  main .intro-animation-text {
    top: -28px;
  }
}
main .intro-animation-text .word {
  display: inline-block; /* atomic unit for wrapping */
  white-space: nowrap; /* never split inside the word */
}
main .intro-animation-text .letter {
  opacity: 0;
  display: inline-block;
  transform: translateY(0.8em);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
main .intro-animation-text .letter.visible {
  opacity: 1;
  transform: translateY(0);
}
main .search-hero-container {
  opacity: 0;
  transition: opacity 1s ease;
}
main .search-hero-container.visible {
  opacity: 1;
}

.search-results {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}
.search-results a.search-result-link {
  text-decoration: none;
  color: black;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 920px) {
  .search-results-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.search-results-grid .search-results-outer-container {
  grid-column: span 8;
}
.search-results-grid .col {
  grid-column: span 1;
}

.search-title-container {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 120px;
  margin-bottom: 40px;
}
.search-title-container p {
  font-weight: 400;
}
.search-title-container h1 {
  margin: 0;
}

.search-result {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result h3 {
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.search-result h3 a {
  text-decoration: none;
  color: black;
}

.no-results h3 {
  margin-bottom: 20px;
}
.no-results .search-form {
  display: none;
}/*# sourceMappingURL=search-hero.css.map */