body.widget-snippet .freezable-cta:before{
  display: none;
}
body.widget-snippet .freezable-cta .inner-container {
  z-index: unset;
}
.freezable-cta {
  padding: 365px 0 195px;
  background: url("/template/0fc1380f/images/freezable-cta-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.freezable-cta:before {
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: url("/template/0fc1380f/images/freezable-cta-gradient.png") no-repeat;
  background-size: cover;
}
.freezable-cta .inner-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.freezable-cta .inner-container img {
  width: 246px;
  height: 137px;
  object-fit: contain;
}
.freezable-cta .inner-container h1 {
  padding: 0;
  margin: 40px 0 55px;
  color: #fff;
  max-width: 1210px;
  font-family: Inter;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.freezable-cta .inner-container a{  
  display: flex;
  padding: 13px 36px;
  justify-content: center;
  align-items: start;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  max-width: 230px;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  background: #2B9CDD;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
}
.freezable-cta .inner-container a:hover{
  background: #2A8FCA;
}