.wc-footer {
  background: rgb(21, 58, 100);
  color: #fff;
}

.wc-footer-inner {
  width: min(calc(100% - var(--wc-shell-gutter)), 79rem);
  margin-inline: auto;
  padding-top: clamp(3.25rem, 5vw, 4.5rem);
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .wc-footer-inner {
    width: min(calc(100% - var(--wc-shell-gutter-lg)), 79rem);
  }
}

.wc-footer-top {
  margin-bottom: 0;
}

.wc-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 4.25rem;
}

.wc-footer-brand .wc-header-logo {
  width: 15.3125rem;
}

.wc-footer-callout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.1rem;
  margin: 0 0 1rem;
  text-align: right;
}

.wc-footer-callout__q,
.wc-footer-callout__tel {
  font-family: "Inter", sans-serif;
  
  font-size: clamp(1.75rem, 0.5rem + 1.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.15;
}

.wc-footer-callout__q {
  color: #fff;
}

.wc-footer-callout__tel {
  color: var(--wc-gold);
  text-decoration: none;
  transition: text-decoration 0.2s ease, color 0.2s ease;
}

.wc-footer-callout__tel:hover {
  color: var(--wc-gold);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .wc-footer-top .wc-footer-brand {
    min-height: 0;
  }

  .wc-footer-callout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.5rem;
    text-align: right;
    gap: 0 0.45em;
  }

}

@media (min-width: 1200px) {
  .wc-footer-callout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 100%;
    gap: 0 0.4em;
  }

  .wc-footer-callout__q,
  .wc-footer-callout__tel {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

.wc-footer-main {
  display: grid;
  margin-top: 0;

  padding-top: clamp(1.54rem, 3.08vw, 2.42rem);
  column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
  row-gap: 1.75rem;
}

@media (min-width: 1200px) {
  
  .wc-footer .wc-footer-top.row {
    --bs-gutter-x: 4.25rem;
    --bs-gutter-y: 0.5rem;
  }

  .wc-footer-main {
    padding-top: clamp(2.42rem, 4.84vw, 3.74rem);
    column-gap: clamp(2.25rem, 3.25vw, 3.75rem);
    
    grid-template-columns: 2.5fr 2.5fr 3.1fr 3.9fr;
    align-items: start;
  }

  .wc-footer__block--design {
    grid-column: 1;
    grid-row: 1;
  }

  .wc-footer__block--build {
    grid-column: 2;
    grid-row: 1;
  }

  .wc-footer__block--nav {
    grid-column: 3;
    grid-row: 1;
  }

  .wc-footer__aside {
    grid-column: 4;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .wc-footer .wc-footer-top.row {
    --bs-gutter-x: 1.5rem;
  }

  .wc-footer-top .col-md-8 {
    text-align: start;
    padding-left: 0.75rem !important;
  }

  .wc-footer .wc-footer-callout {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .wc-footer-main {
    --wc-footer-tablet-col-gap: clamp(1.75rem, 4vw, 2.75rem);
    
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
    align-items: start;
    column-gap: var(--wc-footer-tablet-col-gap);
  }

  .wc-footer__block--design {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .wc-footer__block--build {
    grid-column: 3 / 5;
    grid-row: 1;
  }

  .wc-footer__block--nav {
    grid-column: 5 / 7;
    grid-row: 1;
  }

  .wc-footer__aside {
    display: contents;
    min-width: 0;
  }

  .wc-footer__aside-chunk--contact {
    grid-column: 1 / 3;
    grid-row: 2;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .wc-footer__aside-chunk--contact .wc-footer-contact-list,
  .wc-footer__aside-chunk--contact .wc-footer-contact-item {
    min-width: 0;
    max-width: 100%;
  }

  .wc-footer__aside-chunk--contact .wc-footer-contact-item a,
  .wc-footer__aside-chunk--contact .wc-footer-contact-item span {
    min-width: 0;
    flex: 1 1 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }

  .wc-footer__aside-chunk--region {
    grid-column: 3 / 7;
    grid-row: 2 / 4;
    min-width: 0;
    align-self: start;
    overflow-wrap: break-word;
  }

  .wc-footer__aside-chunk--social {
    grid-column: 1 / 3;
    grid-row: 3;
    align-self: start;
    margin-top: 0.27rem;
    min-width: 0;
  }

  .wc-footer__aside-chunk--region .wc-footer-region-title {
    margin-top: 0;
  }

  .wc-footer__aside-chunk--social .wc-footer-socials {
    display: inline-flex;
    flex-wrap: nowrap;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .wc-footer-main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "fdesign fbuild"
      "fnav fbuild"
      "faside faside";
    row-gap: 1.5rem;
    column-gap: 1.25rem;
    align-items: start;
  }

  .wc-footer__block--design {
    grid-area: fdesign;
  }

  .wc-footer__block--build {
    grid-area: fbuild;
    align-self: start;
  }

  .wc-footer__block--nav {
    grid-area: fnav;
    align-self: start;
  }

  .wc-footer__aside {
    grid-area: faside;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
    
    margin-top: 1.5rem;
  }
}

.wc-footer__block,
.wc-footer__aside {
  min-width: 0;
}

.wc-footer-title {
  display: block;
  margin: 0 0 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: var(--wc-gold);
  text-decoration: none;
  cursor: default;
}

.wc-footer-link {
  display: block;
  margin: 0 0 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: var(--wc-gold);
  text-decoration: none;
  cursor: pointer;
  transition: text-decoration 0.2s ease;
}

.wc-footer-link:hover {
  text-decoration: underline;
}

.wc-footer-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #fff;
  list-style-type: disc;
  list-style-position: outside;
}

.wc-footer-list li::marker {
  color: #fff;
}

.wc-footer-list li:hover::marker {
  color: var(--wc-gold);
}

.wc-footer-list li {
  margin: 0 0 0.12rem;
  padding-left: 0.1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
  transition: color 0.2s ease;
  cursor: pointer;
}

.wc-footer-list a {
  color: inherit;
  text-decoration: none;
}

.wc-footer-list li:hover {
  color: var(--wc-gold);
}

.wc-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin-top: 0;
}

.wc-footer-links a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: var(--wc-gold);
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

.wc-footer-links a:hover {
  text-decoration: underline;
}

.wc-footer-links--main a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem;
}

.wc-footer__aside .wc-footer-title,
.wc-footer__aside-chunk h3.wc-footer-title {
  font-size: 1rem;
  font-weight: 500;
}

.wc-footer__aside .wc-footer-socials {
  margin-top: 0;
}

.wc-footer__aside-chunk--social .wc-footer-socials a {
  width: 1.7rem;
  height: 1.7rem;
}

.wc-footer-contact-list {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.wc-footer__aside-chunk--contact .wc-footer-contact-list {
  margin-bottom: 0;
}

.wc-footer-contact-item {
  display: flex;
  align-items: start;
  gap: 0.7rem;
  color: #fff;
}

.wc-footer-contact-item img {
  flex: 0 0 auto;
  width: 1rem;
  height: auto;
  object-fit: contain;
  margin-top: 0.18rem;
}

.wc-footer-contact-item {
  transition: color 0.2s ease;
  cursor: pointer;
}

.wc-footer-contact-item:hover span,
.wc-footer-contact-item:hover a {
  color: var(--wc-gold);
}

.wc-footer-contact-item span,
.wc-footer-contact-item a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3125rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

@media (max-width: 1080px) {
  .wc-footer-contact-item a,
  .wc-footer-contact-item span {
    font-size: 0.8125rem;
    line-height: 1.35;
  }
}

@media (max-width: 767.98px) {
  .wc-footer-contact-item a,
  .wc-footer-contact-item span {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.wc-footer-region-title {
  margin: 1rem 0 0.45rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: var(--wc-gold);
}

.wc-footer-region-copy {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
}

.wc-footer-region-copy a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wc-footer-region-copy a:hover {
  color: var(--wc-gold);
}

.wc-footer-socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wc-footer-socials a {
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
}

.wc-footer-socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wc-footer-note {
  display: none;
}

@media (min-width: 1200px) {
  .wc-footer-note {
    display: block;
    margin-top: 2.5rem;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.75;
    text-align: center;
    color: #4274ac;
    text-transform: uppercase;
  }

  .wc-footer-note a {
    color: inherit;
    text-decoration: none;
  }

  .wc-footer-note a:hover {
    color: var(--wc-gold);
    text-decoration: underline;
  }
}
