/*
Theme Name: STRO
theme	Theme URI: 
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

.textfield-input {
  width: 100%;
}

@media (min-width: 1024px) {
  .s15-12 .map-aside {
    display: block;
    width: 360px;
    z-index: auto;
  }
}

.map-aside-group .map-card.active .card-footer {
  height: auto;
  opacity: 1;
  padding: 15rem 0 0;
}

.s12-4-2 a {
  text-decoration: underline;
}

.s12-4-2-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6rem 16rem;
  justify-content: flex-end;
}

.page-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
  justify-content: flex-end;
}

.button__grey {
  background-color: var(--c2);
  color: var(--c0);
  padding: 0 30rem;
  height: var(--btn);
  border: var(--sl) solid var(--c2);
  transition: all 0.25s;
}

.button.button__grey .button-text {
  font-size: var(--f-xs);
  background-image: none;
  background-size: 0 0;
}

.button__grey:hover {
  background-color: var(--c0);
  color: var(--c2);
  border-color: currentColor;
}

.button.button__grey:hover .button-text {
  background-size: 0 0;
}

.s13-1.s13-1__minimal {
  grid-gap: 50rem;
}

@media (max-width: 1023px) {
  .page-header-actions {
    justify-content: flex-start;
  }

  .s12-4-2-links {
    justify-content: flex-start;
  }

  .s13-1.s13-1__minimal {
    grid-gap: 40rem;
  }
}

.s9-1-1 .card-2:has(.card-title > a.fill) .card-header::after,
.s9-1-1 .card-2:has(.card-title > a.fill) .card-media::before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12rem);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 2;
}

.s9-1-1 .card-2:has(.card-title > a.fill) .card-header::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 38rem;
  background-color: var(--c3);
}

.s9-1-1 .card-2:has(.card-title > a.fill) .card-media::before {
  bottom: 9rem;
  right: 5rem;
  width: max(23px, 23rem);
  height: max(23px, 23rem);
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2553 6.07286L3.27891 6.07286L3.30341 3.30426H18.9839V18.9848L16.2154 19.0093V8.03292L4.28344 19.9648L2.32337 18.0048L14.2553 6.07286Z' fill='%23EEEBE5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.s9-1-1 .card-2:has(.card-title > a.fill):hover .card-header::after,
.s9-1-1 .card-2:has(.card-title > a.fill):hover .card-media::before,
.s9-1-1 .card-2:has(.card-title > a.fill):focus-within .card-header::after,
.s9-1-1 .card-2:has(.card-title > a.fill):focus-within .card-media::before {
  opacity: 1;
  transform: translateY(0);
}

.s22-4-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, var(--c10));
  opacity: 0;
  z-index: 2;
  transition: 0.25s ease;
}

.s22-3:hover .s22-4-1::before {
  opacity: 1;
}

.s20-5-2 ul li {
  list-style: disc;
  margin-left: 1em;
}

.s98-1 {
  display: grid;
}

.s98-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.s98-2-2 {
  margin-top: 60rem;
  font-size: var(--f-m);
  color: var(--c10);
}

.s98-2-3 {
  margin-top: 40rem;
}

.s98-3 {
  display: flex;
  position: relative;
  overflow: hidden;
}

.s98-3:before {
  content: "";
  flex: none;
  width: 0;
  padding-top: 85%;
}

.s98-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.s99-1 {
  padding: 150rem var(--wr) 150rem;
  background-color: var(--c2);
  color: var(--c0);
  margin: 0 var(--awr);
}

.s99-2 {
  max-width: 755rem;
  margin: 0 auto;
}

.s99-2-2 {
  margin-top: 40rem;
}

.s99-3 {
  margin-top: 100rem;
}

.s99-3-2 {
  display: flex;
  position: relative;
  overflow: hidden;
}

.s99-3-2:before {
  content: "";
  flex: none;
  width: 0;
  padding-top: 70%;
}

.s99-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media (max-width: 1023px) {
  .popup .contact {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }

  .s9-1-1 .card-2:has(.card-title > a.fill) .card-header::after,
  .s9-1-1 .card-2:has(.card-title > a.fill) .card-media::before {
    opacity: 1;
    transform: translateY(0);
  }

  .s23-3 {
    margin: 0 -15rem;
    padding: 50rem 15rem 0;
    background-color: var(--c2);
    width: calc(100% + 30rem);
  }

  .s98-1 {
    gap: 50rem;
  }

  .s98-2 {
    order: 1;
  }

  .s98-2-2 {
    margin-top: 40rem;
  }

  .s99-3 {
    margin-top: 50rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 50rem;
  }

  .s99-3-1 {
    order: 1;
  }
}

@media (min-width: 1024px) {
  .s98-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .s98-2 {
    margin-right: 70rem;
  }

  .s98-1__image-left .s98-2 {
    order: 1;
    margin-right: 0;
    margin-left: 70rem;
  }

  .s99-3-1 {
    margin-right: 90rem;
  }

  .s7-3 {
    display: flex;
    justify-content: center;
  }
}
