.is_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.this-link {
  z-index: -100;
  cursor: default;
  pointer-events: none;
}

.btn-2 {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 2;
}

.bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fcde00;
  z-index: -1;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s;
}
.footer_end.desktop {
  display: block;
}
.divider-footer-desktop {
  display: block;
}
.divider-footer-mobile {
  display: none;
  justify-content: center;
  align-items: center;
}
.divider-footer-mobile img {
  max-width: 120px;
}

.footer_end.mobile {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.footer_end.mobile .i_logo {
  max-width: 160px;
}
.i_logo_strava {
  height: auto;
  width: 100%;
  object-fit: cover;
  max-width: 150px;
}
.nav:empty{
  display:none;
}
.des-footer{
  padding-top: 8px;
  max-width: 800px;
}
.icon-help-footer .icon-help{
  max-width: 40px;
}
@media screen and (max-width: 568px) {
  .des-footer{
    display: none;
  }
 
  .footer_end.desktop {
    display: none;
  }
  .footer_end.mobile {
    display: flex;
  }
  .divider-footer-desktop {
    display: none;
  }
  .divider-footer-mobile {
    display: flex;
  }
  .i_logo_strava {
    height: 24px;
  }
  .is_footer {
    
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .help{
    font-size: 12px;
  }
}
