body {
  max-width: 100vw;
  padding: 0rem;
  overflow-x: hidden;
}

.ds-footer-item-title svg path {
  fill: #000;
}

.ds-footer-payments-item {
  border: 1px solid #f2f2f2;
}

[class*=-ibg] {
  display: block;
  position: relative;
}

[class*=-ibg] img,
[class*=-ibg] video,
[class*=-ibg] iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interested__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  justify-items: center;
  gap: 1.25rem;
  margin-top: 1.125rem;
}

.interested__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 7.5rem;
}

.interested__img {
  aspect-ratio: 1/1;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
}

.interested__img img {
  width: 100%;
  height: 100%;
}

.interested__title {
  font-family: Nunito;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  opacity: 0.5;
}

.footer {
  position: relative;
  margin-top: 3.4375rem;
  padding: 3.4375rem 0rem 2.1875rem;
}

.footer__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 21.875rem;
  margin-bottom: 2.1875rem;
  color: #000;
  font-family: "Nunito", sans-serif;
}

.footer__left {
  max-width: 34.375rem;
}

.footer__left form {
  max-width: 20.1875rem;
}

.footer__tilte {
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}

.footer__text {
  max-width: 28.125rem;
  margin-bottom: 1.875rem;
  font-weight: 60;
  font-size: 1.125rem;
  line-height: 1.2;
}

.footer__right {
  max-width: 25.8125rem;
}

.footer__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer__content {
  position: relative;
  padding: 0.9375rem 2.5rem;
  border-radius: 1.25rem;
  background-color: #fff;
}

.footer .container-xl {
  position: relative;
}

.item-footer {
  position: relative;
}

.item-footer__bg-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.item-footer__img {
  position: absolute;
}

.item-footer__img img {
  width: 100%;
}

.item-footer__content {
  position: relative;
  width: 70%;
  padding: 0.9375rem 1.25rem;
  color: #1f2321;
}

.item-footer__title {
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}

.item-footer__text {
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.125rem;
}

.item-footer__badge {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.125rem;
  color: #fff;
  border-radius: 3.125rem;
  background-color: #d42218;
}

.item-footer__badge .icon {
  display: flex;
  align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
}

.item-footer__badge .icon svg {
  width: 100%;
  height: 100%;
}

form label {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
}

form label:not(:last-child) {
  margin-bottom: 0.75rem;
}

form input {
  display: block;
  width: 100%;
  height: 2.5rem;
  margin-top: 0.625rem;
  padding: 0.25rem 0.9375rem;
  color: #000;
  border-radius: 0.375rem;
  border: none;
}

form input::placeholder {
  color: #d9d9d9;
}

form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  margin-top: 1.875rem;
  padding: 0.25rem 0.9375rem;
  color: #fff;
  text-align: center;
  background-color: #d42218;
  border-radius: 0.375rem;
}

@media (min-width: 29.99875rem) {
  .footer__contact {
    gap: 2.5rem;
  }
}

@media (min-width: 61.99875rem) {
  .footer {
    margin-top: 5rem;
    padding: 5.625rem 0rem 5rem;
  }

  .footer__contact {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.75rem;
    color: #fff;
  }

  .footer__left {
    margin-left: 2.5rem;
    padding-bottom: 3.75rem;
  }

  .footer__tilte {
    font-size: 2.5rem;
  }

  .footer__text {
    font-size: 1.25rem;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 2.6875rem;
  }

  .footer__content {
    border-radius: 1.875rem;
  }

  .item-footer {
    width: 25.8125rem;
  }

  .item-footer__bg-ibg {
    border-radius: 1.875rem;
  }

  .item-footer__img {
    left: -1.25rem;
    top: -0.625rem;
    width: 60%;
  }

  .item-footer._2 .item-footer__img {
    left: 0.625rem;
    top: -1.5625rem;
    width: 55%;
  }

  .item-footer__content {
    width: auto;
    max-width: 11.5625rem;
    margin-left: auto;
    padding: 2.5rem 1.5625rem;
  }

  .item-footer__title {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  .item-footer__text {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .item-footer__badge {
    left: 0.8125rem;
    bottom: 0.75rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .item-footer__badge .icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media (min-width: 104.99875rem) {
  .footer__left {
    margin-left: 10.9375rem;
  }

  .footer__content {
    padding: 0.9375rem 10.9375rem;
  }
}

@media (max-width: 61.99875rem) {
  .item-footer {
    display: flex;
    align-items: center;
    min-height: 4.375rem;
  }

  .item-footer__img {
    right: -0.625rem;
    top: -1.5625rem;
    width: 8.75rem;
  }

  .item-footer__badge {
    right: 0.4375rem;
    bottom: 0.375rem;
  }
}

@media (any-hover: hover) {
  .interested__img {
    transition: filter 0.4s;
  }

  .interested__item:hover .interested__img {
    filter: brightness(0.9);
  }

  .interested__title {
    transition: opacity 0.4s;
  }

  .interested__item:hover .interested__title {
    opacity: 1;
  }
}
@media(max-width:800px)
{
    .footer__tilte {
    color: #000;
  }
  .interested__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(4.5rem, 1fr));
    justify-items: center;
    gap: 1.25rem;
    margin-top: 1.125rem;
}
.interested__title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
    opacity: 0.5;
}
}