<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  background: linear-gradient(90deg, rgba(145, 212, 234, 0.3), rgba(245, 215, 73, 0.2) 100%);
  background-color: rgb(222 242 249);
  position: relative;
  z-index: 1000;
  color: #222222;
}
.footer-logo{
  height:50px;
}
.footer .footer-container {
  padding: 0 15px;
}
.footer .footer-policy {
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 15px;
}
.footer .footer-policy .item {
  padding: 2px 20px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-policy .item i{
    font-size:22px;
}
.footer .footer-policy .item .uppercase {
  text-transform: uppercase;
  padding-left: 10px;
}
.footer .footer-nav {
  padding: 50px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-nav .footer-nav-col {
  padding: 0 15px 15px;
}
.footer input{
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.footer input:focus{
  border-color: 1px solid #3ab0d8;
  box-shadow:none;
}
.footer .footer-nav .footer-nav-col .footer-nav-title {
  font-size:18px;
  font-weight: bold;
  padding-bottom: 15px;
}
.footer .footer-nav .footer-nav-col .footer-nav-title .footer-logo{font-size:30px}
.footer .footer-nav .footer-nav-col .footer-nav-list {
  display: block;
}
.footer .footer-nav .footer-nav-col .footer-nav-list li {
  padding-bottom: 6px;
  padding-right:10px;
}
.footer .footer-nav .footer-nav-col .footer-nav-list li a:hover{
  text-decoration: underline;
}
.footer .social-box {
  display: flex;
  flex-wrap: wrap;
}
.footer .social-box .footer-social {
  display: block;
  padding: 5px 10px 5px 0;
  font-size: 21px;
}
.footer .social-box .footer-social img {
  width: auto;
  height: 22px;
}
.footer .newsletter-box {
  display: flex;
  max-width: 480px;
  padding-top: 15px;
  position: relative;
}
.footer .newsletter-box input {
  flex: 1;
  background-clip: unset;
  padding-right: 50px;
}
.footer .newsletter-box .subscribe-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  font-size: 23px;
  cursor: pointer;
  color: #00badb;
}
.footer .footer-payment-box {
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  text-align: center;
}
.footer .footer-payment-box .payment-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-payment-box .payment-list li {
  padding: 0 3px 10px;
}
.footer .footer-payment-box .payment-list li svg,
.footer .footer-payment-box .payment-list li img {
  max-width: 60px;
  height: 30px;
}
.footer .footer-copyright {
  text-align: center;
  padding: 15px 0 25px;
  color: #748298;
  font-size: 14px;
}
.cookies {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(28px);
  width: 100%;
  z-index: 1060;
}
.cookies .cookies-box {
  padding: 30px 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  max-width: 1280px;
  margin: 0 auto;
}
.cookies.hide {
  display: none;
}
.cookies .cookies-content {
  padding-right: 10px;
}
.cookies a {
  text-decoration: underline;
}
.cookies .btn-box {
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cookies .btn {
  white-space: nowrap;
  flex: 1;
}
.back-to-top {
  transform: scale(0);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  position: fixed;
  bottom: 75px;
  right: 2rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #e2ecd6;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  border: 2px #1e2d7d solid;
  line-height: 1;
  color: #1e2d7d;
}
.back-to-top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mix-blend {
  mix-blend-mode: difference;
}
.color-white {
  color: #FFFFFF;
}
.footer .newsletter-form-input:valid {
  padding-top: 13px;
  padding-bottom: 13px;
}

@media (max-width: 768px) {
  .footer .footer-nav .footer-nav-col {
    width: 100%;
    padding: 0 0 20px;
  }
  .footer .footer-nav .footer-nav-col .footer-nav-title {
      font-size:22px;
    cursor: pointer;
    position: relative;
  }
  .footer .footer-nav .footer-nav-col.active-toggle .footer-nav-title:before {
    transform: rotate(90deg);
    opacity: 0;
  }
  .footer .footer-nav .footer-nav-col.active-toggle .footer-nav-title:after {
    transform: rotate(90deg);
  }
  .footer .footer-nav .footer-nav-col .footer-nav-list {
    font-size:17px;line-height:150%;
    display: block !important;
  }

  .footer .footer-nav{
    padding: 20px 15px;
  }

  .cookies .cookies-box {
    flex-direction: column;
    align-items: flex-end;
  }
  .cookies .cookies-content {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .cookies .btn {
    white-space: nowrap;
    width: 100%;
  }
  .footer .footer-policy{justify-content:left}
}



.footer-easybuy{
  padding: 0 20px;
}
.footer-easybuy-box {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

.footer-easybuy-box .easybuy-item {
  display: flex;
  align-items: baseline;
  border: 1px solid #f0ecf3;
  border-radius: 20px;
  padding: 15px;
}

.footer-easybuy-box .easybuy-icon {
  background:  #fbf7f2;
  border-radius: 50%;
  padding: 15px;
  transition: transform 0.3s ease;
}
.footer-easybuy-box .easybuy-item:hover .easybuy-icon{
  transform: scale(1.12);
}

.footer-easybuy-box .easybuy-icon .svg-icon {
  width: 26px;
  height: 26px;
  color: rgb(168, 147, 196);
}
.footer-easybuy-box .easybuy-info {
  position: relative;
  padding-left: 15px;
}

.footer-easybuy-box .easybuy-title {
  font-size: 23px;
  line-height: 1.125;
  padding-bottom: 10px;
}

.footer-easybuy-box .easybuy-desc {
  font-size: 16px;
  color: #464646;
  line-height: 1.25;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer-easybuy{
    padding: 0 15px;
  }
  .footer-easybuy-box {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-easybuy{
    padding: 0 15px;
  }
  .footer-easybuy-box {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .footer-easybuy-box {
    grid-template-columns: 1fr;
  }

  .footer .footer-policy .item {
    padding: 2px 0;

  }
}



.footer-support-box {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-support-box .support-item {
  display: flex;
}

.footer-support-box .support-icon {
  width: 30px;
  padding-top: 5px;
}

.footer-support-box .support-icon svg {
  width: 30px;
}

.footer-support-box .support-info {
  position: relative;
  padding-left: 15px;
}

.footer-support-box .support-title {
  font-size: 18px;
  font-weight: bold;
  color: #1e2d7d;
}

.footer-support-box .support-desc {
  font-size: 14px;
  color: #666666;
}

@media (max-width: 992px) {
  .footer-support-box .support-item{
    width: 50%;
    flex: 0 0 auto;
  }

}
@media (max-width: 768px) {
  .footer-support-box .support-item{
    width: 100%;
    flex: 0 0 auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}</pre></body></html>