@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Gilroy";
  font-display: swap;
  src: url("/fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff");
}
.symbl-wda-banner {
  margin-bottom: 4.875rem;
}
@media (max-width: 1023px) {
  .symbl-wda-banner {
    margin: 16px 0px 48px 0;
  }
}
.symbl-wda-banner__link {
  font-family: Gilroy;
  display: block;
  padding: 2.625rem 3.75rem;
  padding-right: 400px;
  background: #1C1C20;
  color: #F5F5F5;
  background-image: url("/i/wda-banner-bg-1x.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .symbl-wda-banner__link {
    background-image: url("/i/wda-banner-bg-2x.webp");
  }
}
@media (max-width: 1023px) {
  .symbl-wda-banner__link {
    background-image: url("/i/wda-banner-bg-mobile-1x.webp");
    padding: 22px 16px;
    border-radius: 16px;
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1023px) and (min-resolution: 2dppx) {
  .symbl-wda-banner__link {
    background-image: url("/i/wda-banner-bg-mobile-2x.webp");
  }
}
@media (min-width: 1024px) {
  .symbl-wda-banner__link:hover svg {
    transform: translateX(0);
  }
}
.symbl-wda-banner__text {
  font-family: Gilroy;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  display: block;
  margin-bottom: 1.5rem;
  max-width: 45.9375rem;
}
@media (max-width: 1023px) {
  .symbl-wda-banner__text {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 13px;
    max-width: 200px;
  }
}
.symbl-wda-banner__arrow {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .symbl-wda-banner__arrow {
    font-size: 13px;
    line-height: 16px;
  }
}
.symbl-wda-banner__block-arrow {
  margin-left: 0.5rem;
  width: 4.125rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .symbl-wda-banner__block-arrow {
    display: flex;
    align-items: center;
    width: 34px;
    height: 16px;
    overflow: hidden;
    position: relative;
  }
}
.symbl-wda-banner__block-arrow svg {
  transition: transform 0.3s;
  transform: translateX(-22px);
}
@media (max-width: 1023px) {
  .symbl-wda-banner__block-arrow svg {
    transform: none;
    position: absolute;
    right: 0;
    width: auto;
  }
}
.symbl-wda-banner__desktop {
  display: block;
}
@media (max-width: 1023px) {
  .symbl-wda-banner__desktop {
    display: none;
  }
}
.symbl-wda-banner__mobile {
  display: none;
}
@media (max-width: 1023px) {
  .symbl-wda-banner__mobile {
    display: block;
  }
}