div.croco-upgrade-container {
  position: relative;
  background: -o-radial-gradient(54.93% -120%, 23.4% 427.5%, #506EF8 0%, rgba(15, 23, 42, 0) 100%), #0F172A;
  background: radial-gradient(23.4% 427.5% at 54.93% -120%, #506EF8 0%, rgba(15, 23, 42, 0) 100%), #0F172A;
}
div.croco-upgrade-container .croco-upgrade-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://crocoblock.com/wp-content/uploads/2021/09/banner-dynamic-templates.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}
div.croco-upgrade-container .cs-upgrade-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
div.croco-upgrade-container .cs-upgrade-banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.croco-upgrade-container .cs-upgrade-banner-box .mobile-icon {
  display: none;
  margin: 0 auto;
}
div.croco-upgrade-container .cs-upgrade-banner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
}
div.croco-upgrade-container .cs-upgrade-banner .content-box p {
  font-family: "Cabin", Sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: white;
  margin-bottom: 0;
}
div.croco-upgrade-container .cs-upgrade-banner .content-box span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
div.croco-upgrade-container .cs-upgrade-banner .content-box span a {
  font-family: "Roboto", Sans-serif;
  text-decoration: underline;
  color: #4a72f8;
}
div.croco-upgrade-container .cs-upgrade-banner .content-box span a:hover {
  text-decoration: none;
}
div.croco-upgrade-container a.get-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #0dc167;
  border-radius: 40px;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 16px;
  color: #0dc167;
  background-color: transparent;
  background-clip: border-box;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
}
div.croco-upgrade-container a.get-link:hover {
  color: #fff;
}

@media (max-width: 767px) {
  div.croco-upgrade-container {
    background: -o-radial-gradient(49.87% -61.97%, 110.32% 220.49%, #506EF8 0%, rgba(15, 23, 42, 0) 100%), #0F172A;
    background: radial-gradient(110.32% 220.49% at 49.87% -61.97%, #506EF8 0%, rgba(15, 23, 42, 0) 100%), #0F172A;
    padding: 0 10px 24px 10px;
    text-align: center;
  }
  div.croco-upgrade-container .cs-upgrade-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.croco-upgrade-container .cs-upgrade-banner-box {
    display: block;
  }
  div.croco-upgrade-container .cs-upgrade-banner-box .desktop-icon {
    width: 0;
    height: 0;
  }
  div.croco-upgrade-container .cs-upgrade-banner-box .mobile-icon {
    display: block;
  }
  div.croco-upgrade-container .cs-upgrade-banner-box .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 639px) {
  div.croco-upgrade-container a.get-link {
    display: block;
    margin: 5px auto;
  }
}