/* VTO footer component */
.vto-modern-footer {
  position: relative;
  left: 50%;
  clear: both;
  width: 100vw;
  margin: 48px 0 0 -50vw;
  padding: 44px max(24px, calc((100vw - 1260px) / 2)) 20px;
  background: #171b24;
  color: #c7ced9;
  box-sizing: border-box;
  font-family: Boston, Arial, Helvetica, sans-serif;
}

.vto-modern-footer,
.vto-modern-footer * {
  box-sizing: border-box;
}

.vto-modern-footer .vto-footer-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 0 0 32px;
}

.vto-modern-footer .vto-footer-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}

.vto-modern-footer .vto-footer-logo {
  display: block;
  width: 132px;
  height: 68px;
  background: transparent url('/img/VTO_Logo_RGB.svg') center / contain no-repeat;
}

.vto-modern-footer .vto-footer-map {
  width: min(680px, 55vw);
}

.vto-modern-footer .vto-footer-map iframe {
  display: block;
  width: 100%;
  height: 160px;
  border: 0;
  border-radius: 8px;
  filter: grayscale(0.25);
}

.vto-modern-footer .vto-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #475467;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.vto-modern-footer .vto-social-icon + .vto-social-icon {
  margin-left: 7px;
}

.vto-modern-footer .vto-social-icon:before {
  content: "";
  width: 17px;
  height: 17px;
  background: currentColor;
}

.vto-modern-footer .vto-social-facebook:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v3H6v4h3v8h4v-8h3l1-4h-4V9c0-.7.3-1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v3H6v4h3v8h4v-8h3l1-4h-4V9c0-.7.3-1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vto-modern-footer .vto-social-instagram:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7Zm5 3a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM17.5 6.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7Zm5 3a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM17.5 6.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vto-modern-footer .vto-social-icon:hover,
.vto-modern-footer .vto-social-icon:focus {
  border-color: #e4002b;
  background: #e4002b;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.vto-modern-footer .vto-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.vto-modern-footer .vto-footer-contact strong {
  color: #fff;
  font-size: 16px;
}

.vto-modern-footer .vto-footer-phone-hours {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
}

.vto-modern-footer .vto-footer-phone-hours .vto-contact-row {
  white-space: nowrap;
}

.vto-modern-footer .vto-footer-contact a {
  color: #c7ced9;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.vto-modern-footer .vto-footer-contact span {
  color: #98a2b3;
  font-size: 13px;
}

.vto-modern-footer .vto-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vto-modern-footer .vto-contact-row::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background: #e4002b;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.vto-modern-footer .vto-contact-address::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.vto-modern-footer .vto-contact-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.7 21 3 13.3 3 3.7c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.7 21 3 13.3 3 3.7c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.vto-modern-footer .vto-contact-email::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3V5Zm2 2v.5l7 5 7-5V7H5Zm14 10V10l-7 5-7-5v7h14Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3V5Zm2 2v.5l7 5 7-5V7H5Zm14 10V10l-7 5-7-5v7h14Z'/%3E%3C/svg%3E");
}

.vto-modern-footer .vto-contact-hours::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 5v4.6l3.2 2-.9 1.5L11 12.5V7h2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 5v4.6l3.2 2-.9 1.5L11 12.5V7h2Z'/%3E%3C/svg%3E");
}

.vto-modern-footer .social {
  display: none;
}

.vto-modern-footer .newsletter {
  float: none;
  width: 100%;
  min-height: 0;
  margin: 32px 0 0;
  padding: 22px 24px;
  border: 0;
  border-radius: 10px;
  background: #222936;
}

.vto-modern-footer .newsletter > div {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: 4px 32px;
}

.vto-modern-footer .newsletter h5,
.vto-modern-footer .newsletter p {
  margin: 0;
}

.vto-modern-footer .newsletter h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.vto-modern-footer .newsletter p {
  float: none;
  width: auto;
  color: #98a2b3;
  font-size: 13px;
}

.vto-modern-footer .newsletter p:before {
  display: none;
}

.vto-modern-footer .newsletter .newsletter_form {
  display: flex;
  float: none;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  margin: 0;
}

.vto-modern-footer .newsletter .newsletter_form input[type="email"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #475467;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: #171b24;
  color: #fff;
}

.vto-modern-footer .newsletter .newsletter_form button {
  position: static;
  flex: 0 0 auto;
  height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: #c91531;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vto-modern-footer .newsletter .newsletter_form button:hover,
.vto-modern-footer .newsletter .newsletter_form button:focus {
  background: #e4002b;
}

.vto-modern-footer .footernav {
  margin: 38px 0 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.vto-modern-footer .footernav .sitemap {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 30px 32px;
}

.vto-modern-footer .vto-footer-location {
  grid-column: 3;
}

.vto-modern-footer .footernav .vto-footer-socials {
  display: block;
  grid-column: 4;
  align-self: start;
}

.vto-modern-footer .vto-footer-payments {
  grid-column: 5;
}

.vto-modern-footer .footernav .sitemap > li {
  float: none;
  clear: none;
  width: auto;
  margin: 0;
}

.vto-modern-footer .footernav .sitemap > li:nth-child(1) {
  grid-column: 1;
}

.vto-modern-footer .footernav .sitemap > li:nth-child(2) {
  grid-column: 2;
}

.vto-modern-footer .footernav h5 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vto-modern-footer .footernav ul ul li {
  margin: 0 0 9px;
}

.vto-modern-footer .footernav a {
  color: #b9c0cc;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.vto-modern-footer .footernav .vto-social-icon {
  font-size: 0;
}

.vto-modern-footer .footernav a:hover,
.vto-modern-footer .footernav a:focus,
.vto-modern-footer .vto-footer-contact a:hover,
.vto-modern-footer .vto-footer-contact a:focus {
  color: #fff;
  text-decoration: none;
}

.vto-modern-footer .footernav .sitemap > li:not(.vto-footer-location) ul a {
  display: inline-block;
}

.vto-modern-footer .footernav .sitemap > li:not(.vto-footer-location) ul a:hover,
.vto-modern-footer .footernav .sitemap > li:not(.vto-footer-location) ul a:focus {
  color: #fff;
  transform: translateX(4px);
}

.vto-modern-footer .vto-footer-location address {
  margin: 0 0 12px;
  color: #b9c0cc;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.vto-modern-footer .vto-footer-collection-hours {
  color: #b9c0cc;
  font-size: 13px;
  line-height: 1.5;
}

.vto-modern-footer .vto-footer-location address a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.vto-modern-footer .vto-footer-location address a:hover,
.vto-modern-footer .vto-footer-location address a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vto-modern-footer .vto-payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.vto-modern-footer .vto-payment-logos img {
  display: block;
  width: auto;
  max-width: 54px;
  height: 28px;
  padding: 4px 6px;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.vto-modern-footer a:focus-visible,
.vto-modern-footer button:focus-visible,
.vto-modern-footer input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.vto-modern-footer > small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 0;
  padding: 18px 0 0;
  color: #8f98a8;
  font-size: 11px;
  text-align: center;
}

.vto-modern-footer > small a:link,
.vto-modern-footer > small a:visited {
  color: #c7ced9;
}

.footer_background {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1320px) {
  .vto-modern-footer {
    padding-right: max(24px, calc((100vw - 1011px) / 2));
    padding-left: max(24px, calc((100vw - 1011px) / 2));
  }
}

@media screen and (max-width: 820px) {
  .vto-modern-footer {
    margin-top: 32px;
    padding: 32px 14px 18px;
  }

  .vto-modern-footer .vto-footer-intro {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 24px;
  }

  .vto-modern-footer .vto-footer-map {
    width: 100%;
  }

  .vto-modern-footer .vto-footer-logo {
    width: 116px;
    height: 60px;
  }

  .vto-modern-footer .vto-footer-brand {
    gap: 14px;
  }

  .vto-modern-footer .vto-footer-contact {
    gap: 4px;
    white-space: normal;
  }

  .vto-modern-footer .newsletter {
    margin-top: 24px;
    padding: 18px;
  }

  .vto-modern-footer .newsletter > div {
    display: block;
  }

  .vto-modern-footer .newsletter p {
    margin: 5px 0 14px;
  }

  .vto-modern-footer .footernav {
    margin: 26px 0 22px;
  }

  .vto-modern-footer .footernav .sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .vto-modern-footer .footernav .sitemap > li {
    border: 0;
  }

  .vto-modern-footer .vto-footer-location {
    grid-column: 1;
  }

  .vto-modern-footer .footernav .vto-footer-socials {
    grid-column: 2;
  }

  .vto-modern-footer .vto-footer-payments {
    grid-column: 1 / -1;
  }

  .vto-modern-footer .footernav h5 {
    margin: 0;
    padding: 0 0 14px;
  }

  .vto-modern-footer > small {
    display: block;
    padding-top: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 430px) {
  .vto-modern-footer .vto-footer-intro {
    align-items: flex-start;
  }

  .vto-modern-footer .vto-footer-logo {
    flex: 0 0 104px;
    width: 104px;
    height: 54px;
  }

  .vto-modern-footer .vto-footer-contact strong {
    font-size: 14px;
  }

  .vto-modern-footer .vto-footer-contact a,
  .vto-modern-footer .vto-footer-contact span {
    font-size: 12px;
  }

  .vto-modern-footer .vto-contact-row {
    overflow-wrap: anywhere;
  }

  .vto-modern-footer .vto-footer-brand {
    gap: 10px;
  }

  .vto-modern-footer .newsletter .newsletter_form {
    display: block;
  }

  .vto-modern-footer .newsletter .newsletter_form input[type="email"],
  .vto-modern-footer .newsletter .newsletter_form button {
    position: static !important;
    float: none;
    width: 100%;
    border: 0;
    border-radius: 7px;
    transform: none;
  }

  .vto-modern-footer .newsletter .newsletter_form button {
    margin: 8px 0 0;
  }
}
