.elementor-962 .elementor-element.elementor-element-36074da{--display:flex;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);}.elementor-962 .elementor-element.elementor-element-36074da:not(.elementor-motion-effects-element-type-background), .elementor-962 .elementor-element.elementor-element-36074da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F7;}/* Start custom CSS for html, class: .elementor-element-bedb0dc */.art-footer {
  width: 100%;
  background: #fff;
  color: #192b51;
  font-family: inherit;
  overflow: hidden;
}

/* TOP FOOTER */

.art-footer-top {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 40px 58px;
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 76px;
}

.art-footer-brand h3,
.art-footer-col h4 {
  margin: 0 0 22px;
  color: #192b51;
  font-weight: 700;
  line-height: 1.25;
}

.art-footer-brand h3 {
  font-size: 20px;
}

.art-footer-col h4 {
  font-size: 17px;
}

.art-footer-brand p {
  max-width: 330px;
  margin: 0 0 28px;
  color: #192b51;
  font-size: 15px;
  line-height: 1.8;
}

.art-footer-col a {
  display: block;
  margin-bottom: 14px;
  color: #192b51;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}

.art-footer-col a:hover {
  color: #fc4f24;
}

.art-dots {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.art-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.art-dots span:nth-child(1) { background: #192b51; }
.art-dots span:nth-child(2) { background: #fc4f24; }
.art-dots span:nth-child(3) { background: #fdb11b; }
.art-dots span:nth-child(4) { background: #33acae; }
.art-dots span:nth-child(5) { background: #192b51; }

/* LOGO SECTION */

.art-footer-logo-section {
  position: relative;
  width: 100%;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfaf8;
  border-top: 1px solid rgba(25, 43, 81, .08);
  border-bottom: 1px solid rgba(25, 43, 81, .08);
  overflow: hidden;
}

.art-footer-logo {
  position: relative;
  z-index: 2;
  width: min(620px, 76%);
  height: auto;
  display: block;
}

.art-bg-dot {
  position: absolute;
  border-radius: 50%;
  opacity: .11;
  pointer-events: none;
}

.art-dot-blue {
  width: 300px;
  height: 300px;
  left: -110px;
  top: 45px;
  background: #192b51;
}

.art-dot-yellow {
  width: 230px;
  height: 230px;
  left: 16%;
  bottom: -115px;
  background: #fdb11b;
}

.art-dot-teal {
  width: 270px;
  height: 270px;
  right: 13%;
  top: 38px;
  background: #33acae;
}

.art-dot-orange {
  width: 230px;
  height: 230px;
  right: -70px;
  bottom: -100px;
  background: #fc4f24;
}

/* PAYMENTS / TRUST BAR */

.art-footer-payments {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(25, 43, 81, .10);
}

.art-footer-payments-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 26px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.art-ssl-note {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #192b51;
  flex-shrink: 0;
}

.art-ssl-icon {
  width: 36px;
  height: 36px;
  border: 1.6px solid #192b51;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #192b51;
  font-size: 15px;
  font-weight: 700;
}

.art-ssl-text strong {
  display: block;
  margin-bottom: 3px;
  color: #192b51;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .04em;
}

.art-ssl-text small {
  display: block;
  max-width: 210px;
  color: rgba(25, 43, 81, .72);
  font-size: 11px;
  line-height: 1.35;
}

.art-payments-divider {
  width: 1px;
  height: 42px;
  background: rgba(25, 43, 81, .13);
  flex-shrink: 0;
}

.art-payment-banner {
  width: auto;
  max-width: 760px;
  height: 46px;
  object-fit: contain;
  display: block;
}

/* BOTTOM FOOTER */

.art-footer-bottom {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #192b51;
  font-size: 14px;
}

.art-footer-bottom p {
  margin: 0;
}

.art-footer-bottom a {
  color: #fc4f24;
  text-decoration: none;
  transition: color .2s ease;
}

.art-footer-bottom a:hover {
  color: #192b51;
}

/* TABLET */

@media (max-width: 1024px) {
  .art-footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px;
    padding: 60px 34px 50px;
  }

  .art-footer-payments-inner {
    padding: 24px 34px;
    gap: 24px;
  }

  .art-payment-banner {
    max-width: 620px;
    height: 42px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .art-footer-top {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 34px;
  }

  .art-footer-brand p {
    max-width: 100%;
  }

  .art-footer-logo-section {
    min-height: 235px;
  }

  .art-footer-logo {
    width: 82%;
  }

  .art-dot-blue {
    width: 190px;
    height: 190px;
    left: -90px;
    top: 35px;
  }

  .art-dot-yellow {
    width: 160px;
    height: 160px;
    left: 10%;
    bottom: -80px;
  }

  .art-dot-teal {
    width: 170px;
    height: 170px;
    right: -45px;
    top: 25px;
  }

  .art-dot-orange {
    width: 150px;
    height: 150px;
    right: -65px;
    bottom: -70px;
  }

  .art-footer-payments-inner {
    padding: 24px 20px;
    flex-direction: column;
    gap: 18px;
  }

  .art-ssl-note {
    justify-content: center;
  }

  .art-ssl-text small {
    max-width: 230px;
  }

  .art-payments-divider {
    display: none;
  }

  .art-payment-banner {
    width: 100%;
    max-width: 430px;
    height: auto;
  }

  .art-footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 24px;
    font-size: 13px;
  }
  
}/* End custom CSS */