/*@media (min-width:992px) and (max-width:1199.98px) {
  form#leadForm {
    width: 345px;
    max-width: 345px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width:991.98px) {

}
@media (max-width:767.98px) {
  height: auto;
  padding-top: 37px;
}*/
.ImgCtaBanner {
  padding-top: 51px;
  padding-bottom: 98px;
}
@media (max-width: 767.98px) {
  .ImgCtaBanner {
    padding-top: 29px;
    padding-bottom: 67px;
  }
}
.ImgCtaBanner__wrapper {
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #0078FF, #00B0FF) border-box;
  border: 3px solid transparent;
  border-radius: 20px;
  align-items: center;
  /*border-image: linear-gradient(0deg, rgba(0,176,255,1) 0%, rgba(0,120,255,1) 100%);*/
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 196px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__wrapper {
    display: grid;
    grid-template-columns: 165px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media (max-width: 767.98px) {
  .ImgCtaBanner__wrapper {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 26px;
  }
}
.ImgCtaBanner__col-1 {
  background: linear-gradient(0deg, #0078FF, #00B0FF) border-box;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__col-1 {
    grid-area: 1/1/3/2;
  }
}
@media (max-width: 767.98px) {
  .ImgCtaBanner__col-1 {
    text-align: center;
  }
}
.ImgCtaBanner__col-2 {
  padding-left: 65px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ImgCtaBanner__col-2 {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__col-2 {
    grid-area: 1/2/2/3;
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .ImgCtaBanner__col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ImgCtaBanner__col-2__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.5px;
  color: #0078FF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__col-2__h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .ImgCtaBanner__col-2__h2 {
    font-size: 31px;
    line-height: 110%;
  }
}
.ImgCtaBanner__col-2__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__col-2__p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .ImgCtaBanner__col-2__p {
    line-height: 120%;
  }
}
.ImgCtaBanner__col-3 {
  padding-right: 59px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ImgCtaBanner__col-3 {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__col-3 {
    grid-area: 2/2/3/3;
    padding-right: 24px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .ImgCtaBanner__col-3 {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
  }
}
.ImgCtaBanner__col-3__button {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #FF8800 -17.06%, #FF6600 115.88%);
  border-radius: 48px;
  padding: 18px 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  gap: 12px;
  width: 251px;
  justify-content: center;
}
.ImgCtaBanner__col-3__button:hover, .ImgCtaBanner__col-3__button:visited {
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ImgCtaBanner__col-3__button {
    height: 60px;
  }
}
.ImgCtaBanner__col-3__button__ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23fff' d='M15 5c5.512 0 10 4.488 10 10s-4.488 10-10 10S5 20.512 5 15 9.488 5 15 5Zm0-2.5C8.1 2.5 2.5 8.1 2.5 15S8.1 27.5 15 27.5 27.5 21.9 27.5 15 21.9 2.5 15 2.5ZM16.25 15v-5h-2.5v5H10l5 5 5-5h-3.75Z'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: none;
  background-size: cover;
}
