/* front.css */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.block {
  display: block;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.w-100 {
  width: 100%;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
}
.duration-250 {
  transition-duration: 250ms;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.rich-text {
  line-height: 1.6;
}
.button {
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.button:hover {
  background: #f5f5f5;
}

/* ../widgets/ada-testimonial-slider/ada-testimonial-slider.css */
.ada-testimonial-slider-block {
  .slider {
    position: relative;
  }
  .slick-autoplay-toggle-button {
    display: none;
  }
  button[is=ada-slider-prev],
  button[is=ada-slider-next] {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    flex-shrink: 0;
    height: 37px;
    padding: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    z-index: 2;
    &:hover,
    &:focus {
      background: #136598;
      &:after {
        border-color: white;
      }
    }
    &:focus {
      outline: 2px solid black;
    }
    &:after {
      content: "";
      border-right: 2px solid black;
      border-bottom: 2px solid black;
      display: block;
      height: 100%;
      width: 100%;
    }
  }
  button[is=ada-slider-autoplay-control] {
    background: #136598;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    padding: 5px 4px 5px 6px;
    &:hover,
    &:focus {
      background: #FFCD33;
      border-color: #136598;
      color: black;
    }
  }
  button[is=ada-slider-prev] {
    left: 0;
    transform: rotate(135deg);
    &:after {
      position: relative;
      left: -2px;
      top: -2px;
    }
  }
  button[is=ada-slider-next] {
    right: 0;
    transform: rotate(-45deg);
    &:after {
      position: relative;
      left: -1px;
      top: -1px;
    }
  }
  button[is=ada-slider-page] {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    border: 2px solid #136598;
    background: #fff;
    padding: 0;
    &:hover,
    &:focus {
      border-color: #ffffff;
      background: #136598;
      outline: 2px solid black;
    }
    &[aria-current=true] {
      background: #136598;
      border-color: #136598;
      &:hover,
      &:focus {
        border-color: #ffffff;
      }
    }
    @media (max-width:767px) {
      width: 1.2rem;
      height: 1.2rem;
    }
  }
  .slider--slide {
    padding: 1rem 2rem;
    blockquote {
      font-size: 1.8rem;
      font-style: italic;
      text-align: center;
    }
    .slider--slide--author {
      font-size: 1.5rem;
      margin-bottom: 0;
      text-align: center;
    }
    .slider--slide--author-title {
      font-size: 1.2rem;
      text-align: center;
    }
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mt-8 {
    margin-top: 2rem;
  }
  .ml-2 {
    margin-left: 0.5rem;
  }
  .mr-2 {
    margin-right: 0.5rem;
  }
  .mt-3 {
    margin-top: 0.75rem;
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-8 {
    margin-bottom: 2rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-center {
    justify-content: center;
  }
  .align-center {
    align-items: center;
  }
  .text-center {
    text-align: center;
  }
  .block {
    display: block;
  }
  .ease-in-out {
    transition-timing-function: ease-in-out;
  }
  .duration-250 {
    transition-duration: 250ms;
  }
}
@media (max-width: 767px) {
  .ada-testimonial-slider-block {
    .slider--slide {
      padding: 1rem 2.5rem;
      blockquote {
        font-size: 1.2rem;
        margin: 0;
      }
      .slider--slide--author {
        font-size: 1.1rem;
      }
      .slider--slide--author-title {
        font-size: 1rem;
      }
    }
  }
}

/* ../widgets/ada-slider/ada-slider.css */
.ada-slider-block {
  .slider {
    position: relative;
  }
  .slick-autoplay-toggle-button {
    display: none;
  }
  button[is=ada-slider-prev],
  button[is=ada-slider-next] {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    flex-shrink: 0;
    height: 37px;
    padding: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    z-index: 2;
    &:hover,
    &:focus {
      background: #136598;
      &:after {
        border-color: white;
      }
    }
    &:focus {
      outline: 2px solid black;
    }
    &:after {
      content: "";
      border-right: 2px solid black;
      border-bottom: 2px solid black;
      display: block;
      height: 100%;
      width: 100%;
    }
  }
  button[is=ada-slider-autoplay-control] {
    background: #136598;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    padding: 5px 4px 5px 6px;
    &:hover,
    &:focus {
      background: #FFCD33;
      border-color: #136598;
      color: black;
    }
  }
  button[is=ada-slider-prev] {
    left: 0;
    transform: rotate(135deg);
    &:after {
      position: relative;
      left: -2px;
      top: -2px;
    }
  }
  button[is=ada-slider-next] {
    right: 0;
    transform: rotate(-45deg);
    &:after {
      position: relative;
      left: -1px;
      top: -1px;
    }
  }
  button[is=ada-slider-page] {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    border: 2px solid #136598;
    background: #fff;
    padding: 0;
    &:hover,
    &:focus {
      border-color: #ffffff;
      background: #136598;
      outline: 2px solid black;
    }
    &[aria-current=true] {
      background: #136598;
      border-color: #136598;
      &:hover,
      &:focus {
        border-color: #ffffff;
      }
    }
    @media (max-width:767px) {
      width: 1.2rem;
      height: 1.2rem;
    }
  }
  .slider--slide {
    padding: 1rem 3rem;
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mt-8 {
    margin-top: 2rem;
  }
  .ml-2 {
    margin-left: 0.5rem;
  }
  .mr-2 {
    margin-right: 0.5rem;
  }
  .mt-3 {
    margin-top: 0.75rem;
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-8 {
    margin-bottom: 2rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-center {
    justify-content: center;
  }
  .align-center {
    align-items: center;
  }
  .text-center {
    text-align: center;
  }
  .block {
    display: block;
  }
  .ease-in-out {
    transition-timing-function: ease-in-out;
  }
  .duration-250 {
    transition-duration: 250ms;
  }
}

/* ../widgets/ada-accordion/ada-accordion.css */
.accordion-component {
  button[is=ada-toggler] {
    &:after {
      content: "+"/ "";
      display: block;
      font-size: 1.5rem;
      margin-left: 0.5rem;
    }
    &[aria-expanded=true]:after {
      content: "-"/ "";
    }
  }
  .accordion-component--content {
    padding-top: 1rem;
  }
}

/* temp-front.css */
/*# sourceMappingURL=front.css.map */
