#footer > .container-fluid.rt-footer-promo {
  background: #20202e;
  padding: 34px 15px 28px;
}

#footer .rt-footer-promo .container {
  max-width: 1220px;
  padding: 0 15px;
}

#footer .rt-footer-banner {
  align-items: center;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 32%),
    linear-gradient(120deg, #bd002d 0%, #e00036 52%, #f0294f 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(5, 5, 12, 0.28);
  color: #fff;
  display: flex;
  gap: 22px;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 25px 28px;
  position: relative;
  text-align: left;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

#footer .rt-footer-banner::after {
  border: 26px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  height: 160px;
  pointer-events: none;
  position: absolute;
  right: 17%;
  top: -96px;
  width: 160px;
}

#footer .rt-footer-banner:hover,
#footer .rt-footer-banner:focus {
  box-shadow: 0 22px 50px rgba(5, 5, 12, 0.38);
  color: #fff;
  outline: none;
  text-decoration: none;
  transform: translateY(-2px);
}

#footer .rt-footer-banner:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

#footer .rt-footer-banner-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex: 0 0 68px;
  font-size: 31px;
  height: 68px;
  justify-content: center;
  position: relative;
  width: 68px;
  z-index: 1;
}

#footer .rt-footer-banner-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  position: relative;
  z-index: 1;
}

#footer .rt-footer-banner-kicker {
  color: #ffdce4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.35px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#footer .rt-footer-banner-copy strong {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.16;
  margin-bottom: 6px;
}

#footer .rt-footer-banner-services {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

#footer .rt-footer-banner-action {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #c80030;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

#footer .rt-footer-banner-action i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

#footer .rt-footer-banner:hover .rt-footer-banner-action i,
#footer .rt-footer-banner:focus .rt-footer-banner-action i {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  #footer > .container-fluid.rt-footer-promo {
    padding: 25px 15px 20px;
  }

  #footer .rt-footer-promo .container {
    padding: 0;
  }

  #footer .rt-footer-promo .rt-footer-banner {
    align-items: flex-start;
    display: grid;
    gap: 14px 16px;
    grid-template-columns: 48px minmax(0, 1fr);
    margin: 0 auto;
    max-width: 560px !important;
    padding: 20px;
    width: 100% !important;
  }

  #footer .rt-footer-banner::after {
    right: -52px;
    top: -88px;
  }

  #footer .rt-footer-banner-icon {
    flex-basis: 48px;
    font-size: 22px;
    height: 48px;
    width: 48px;
  }

  #footer .rt-footer-banner-copy strong {
    font-size: 20px;
  }

  #footer .rt-footer-banner-services {
    font-size: 13px;
  }

  #footer .rt-footer-banner-action {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .rt-footer-banner {
    gap: 16px;
    padding: 22px;
  }

  #footer .rt-footer-banner-icon {
    flex-basis: 58px;
    font-size: 26px;
    height: 58px;
    width: 58px;
  }

  #footer .rt-footer-banner-copy strong {
    font-size: 22px;
  }

  #footer .rt-footer-banner-action {
    padding: 12px 15px;
  }
}
