.hero_cta_position {
  width: fit-content;
  height: fit-content;
  top: 30%;
  right: 1rem;
  position: absolute;
}
.banner-btn-container:not(.desktop) {
  display: none;
}
.hero_cta_container {
  width: 15rem;
  height: fit-content;
  margin: 0;
  padding: 0.8rem 0.6rem 0.5rem 0.6rem;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(56.2px);
  backdrop-filter: blur(56.2px);
  border: solid 1.1px rgba(255, 255, 255, 0.12);
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.hero_cta_container h2 {
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.hero_cta_container ul {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.2rem;
}
.hero_cta_container li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}
.hero_cta_container ul .ico {
  width: 25px;
  height: 25px;
}
.open_modal_btn {
  width: 100%;
  margin-top: 1rem;
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 8.3px;
  background: linear-gradient(299deg, #0089a1, #00c3e5);
  cursor: pointer;
  outline: none !important;
  border: none;
}
.call_link {
  margin-top: 1rem;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.terms {
  width: 100%;
  margin-top: 0.3rem;
  opacity: 0.3;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.hero_cta_mobile_section .mobile {
  position: relative !important;
  width: calc(100% - 4rem);
  margin: 0;
}
.hero_cta_mobile_section {
  background: black;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  flex-direction: column;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}
.banner-btn-container .get-in-touch-button {
  padding: 20px 32px;
  border: none;
  cursor: pointer;
  font-family: "TitlingGothicFB Wide Medium";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: 10px;
}
.app_banners_hero {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.app_banners_hero img {
  width: 180px;
  height: auto;
}
@media (min-width: 1300px) {
  .banner-btn-container .get-in-touch-button {
    font-size: calc(10px + 0.2vw) !important;
  }
}
@media only screen and (max-width: 750px) {
  .hero_cta_position.desktop {
    display: none;
  }
  .hero_cta_mobile_section {
    display: flex;
  }
  .hero_cta_mobile_section .mobile {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero_cta_container h2 {
    font-size: 20px;
  }
  .hero_cta_container ul {
    gap: 2.5rem;
    margin-top: 3rem;
  }

  .hero_cta_container li {
    gap: 1.5rem;
    font-size: 14px;
  }
  .hero_cta_container ul .ico {
    width: 18px;
    height: 18px;
  }
  .open_modal_btn {
    margin-top: 3rem;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
  }
  .call_link {
    margin-top: 3rem;
    width: 100%;
    font-size: 14px;
  }
  .terms {
    margin-top: 1rem;
    font-size: 12px;
  }
  .banner-btn-container .get-in-touch-button {
    padding: 10px 10px;
    font-size: 7px;
    font-size: calc(7px + 0.5vw);
  }
  .banner-btn-container:not(.desktop) {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
  }
  .app_banners_hero {
    margin-top: 15px;
  }
  .app_banners_hero img {
    width: 120px;
  }
}
