@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.faq-center-wrap {
  padding: 5.625rem;
  padding-top: 3.75rem; }
  @media (max-width: 74.9375rem) {
    .faq-center-wrap {
      padding: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .faq-center-wrap {
      padding: 1.875rem; } }
  .faq-center-wrap h1 {
    font-size: 2.875rem;
    margin: 0 0 1.875rem;
    line-height: 1.2; }
    @media (max-width: 47.9375rem) {
      .faq-center-wrap h1 {
        font-size: 2.25rem; } }
  .faq-center-wrap h2 {
    font-size: 1.5rem; }

.faq-center-search {
  display: block;
  position: relative;
  margin-bottom: 3.125rem; }
  .faq-center-search input {
    padding-right: 5rem;
    font-size: 1.25rem; }
    .faq-center-search input::-moz-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .faq-center-search input::placeholder {
      color: #6c6c6c;
      opacity: 1; }
  .faq-center-search__button {
    all: unset;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.625rem; }
    .faq-center-search__button:focus-visible {
      border: 1px solid #2b2b2b; }

.faq-center-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 3%; }
  @media (max-width: 74.9375rem) {
    .faq-center-topics {
      gap: 2%; } }
  @media (max-width: 61.9375rem) {
    .faq-center-topics {
      gap: 3%; } }
  @media (max-width: 47.9375rem) {
    .faq-center-topics {
      gap: 4%; } }

.faq-center-topic {
  width: 22.75%;
  margin-bottom: 2.5rem;
  background: white;
  border-radius: 0.9375rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08); }
  @media (max-width: 74.9375rem) {
    .faq-center-topic {
      width: 23.5%;
      margin-bottom: 1.25rem; } }
  @media (max-width: 61.9375rem) {
    .faq-center-topic {
      width: 31.3333%; } }
  @media (max-width: 47.9375rem) {
    .faq-center-topic {
      width: 48%;
      margin-bottom: 1.875rem; } }
  @media (max-width: 35.9375rem) {
    .faq-center-topic {
      margin-bottom: 1.25rem; } }
  @media (max-width: 23.6875rem) {
    .faq-center-topic {
      margin-bottom: 0.625rem; } }
  .faq-center-topic a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9375rem;
    text-align: center;
    padding: 2.5rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 0.9375rem;
    border: 1px solid transparent;
    height: 100%;
    transition: all 500ms ease; }
    .faq-center-topic a:hover, .faq-center-topic a:focus-visible {
      color: #2b2b2b;
      text-decoration: none;
      border: 1px solid #ffcf3e;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
    @media (max-width: 35.9375rem) {
      .faq-center-topic a {
        gap: 0.625rem; } }
    @media (max-width: 23.6875rem) {
      .faq-center-topic a {
        padding: 1.25rem 0.625rem;
        font-size: 1.125rem; } }
  .faq-center-topic img {
    width: 4.375rem;
    height: 4.375rem; }
    @media (max-width: 35.9375rem) {
      .faq-center-topic img {
        width: 2.5rem;
        height: 2.5rem; } }

.faq-center-contact-wrap {
  padding: 5.625rem; }
  @media (max-width: 74.9375rem) {
    .faq-center-contact-wrap {
      padding: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .faq-center-contact-wrap {
      padding: 1.875rem; } }

.faq-center-contact {
  background: white;
  border-radius: 0.9375rem;
  padding: 2.5rem; }
  @media (max-width: 47.9375rem) {
    .faq-center-contact {
      padding: 1.875rem; } }
  .faq-center-contact__header {
    display: flex;
    gap: 0.9375rem;
    align-items: center;
    margin-bottom: 1.875rem; }
    @media (max-width: 23.6875rem) {
      .faq-center-contact__header {
        flex-direction: column;
        align-items: flex-start; } }
    .faq-center-contact__header-icon {
      flex-shrink: 0;
      width: 2.8125rem;
      height: 2.8125rem; }
      .faq-center-contact__header-icon img {
        width: 100%;
        height: 100%; }
    .faq-center-contact__header-title h2 {
      font-size: 1.875rem;
      font-weight: bold;
      margin: 0; }
      @media (max-width: 35.9375rem) {
        .faq-center-contact__header-title h2 {
          font-size: 1.5rem; } }
  .faq-center-contact__content {
    font-size: 1.25rem; }
    .faq-center-contact__content--2col {
      display: flex;
      flex-wrap: wrap;
      gap: 5%; }
      @media (max-width: 47.9375rem) {
        .faq-center-contact__content--2col {
          row-gap: 1.875rem; } }
      .faq-center-contact__content--2col > div {
        width: 47.5%; }
        @media (max-width: 47.9375rem) {
          .faq-center-contact__content--2col > div {
            width: 100%; } }
    .faq-center-contact__content h2,
    .faq-center-contact__content h3,
    .faq-center-contact__content h4 {
      margin: 0; }
    .faq-center-contact__content h3 {
      font-size: 1.3125rem; }
      .faq-center-contact__content h3 span {
        white-space: nowrap; }

/*# sourceMappingURL=faq-center.css.map */
