section.imm-cta {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.no-pd-bottom section.imm-cta {
  padding-bottom: 0;
}
.no-pd-top section.imm-cta, .no-pd-top {
  padding-top: 0;
}

section.imm-cta .background-image-cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.imm-cta .background-image-cta.mobile{
  display:none;
}

section.imm-cta .background-image-cta img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

section.imm-cta .imm-cta-wrapper {
  position: relative;
  max-width: 100%;
  width: 600px;
  margin: auto;
}

section.imm-cta.alignment-left .imm-cta-wrapper {
  margin-left: 0px;
}

section.imm-cta.alignment-right .imm-cta-wrapper {
  margin-right: 0px;
}

section.imm-cta.alignment-left .imm-cta-wrapper,
section.imm-cta.alignment-right .imm-cta-wrapper {
  max-width: 50%;
}

section.imm-cta .imm-cta-wrapper .default-title * {
  color: #fff;
  margin-bottom: 50px;
}

section.imm-cta .imm-cta-wrapper .default-text {
  margin-bottom: 50px;
}

section.imm-cta .imm-cta-wrapper .default-text,
section.imm-cta .imm-cta-wrapper .default-text p,
section.imm-cta .imm-cta-wrapper .default-text a {
  color: #fff;
}

section.imm-cta.text-color-black,
section.imm-cta.text-color-black .imm-cta-wrapper .default-title *,
section.imm-cta.text-color-black .imm-cta-wrapper .default-text,
section.imm-cta.text-color-black .imm-cta-wrapper .default-text p,
section.imm-cta.text-color-black .imm-cta-wrapper .default-text a {
  color: #20242F;
}

section.imm-cta .imm-cta-wrapper .default-link {}

section.imm-cta.alignment-center .imm-cta-wrapper {
  text-align: center;
}

section.imm-cta.alignment-left .imm-cta-wrapper {
  text-align: left;
}

section.imm-cta.alignment-right .imm-cta-wrapper {
  text-align: left;
}

section.imm-cta.text-color-black {
  background-color: #fff;
}

section.imm-cta.text-color-white {
  background-color: #20242F;
}

section.imm-cta.image-size-half-left .background-image-cta {
  width: 50%;
  left: 0;
}
section.imm-cta.image-size-half-left .background-image-cta img{
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

section.imm-cta.image-size-half-right .background-image-cta {
  width: 50%;
  left: auto;
  right: 0;
}

section.imm-cta.image-size-full-height .background-image-cta {
  text-align: center;
}

section.imm-cta.image-size-full-height .background-image-cta img {
  height: 100%;
  width: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

section.imm-cta[data-background-svg] {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.imm-cta .background-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #08ffff;
  background-image: linear-gradient(225deg, #08ffff 0%, #2488ed 65%, #123bdc 100%);
}

section.imm-cta .background-svg svg {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.custom-position section.imm-cta .background-svg svg {
  width: 100%;
  height: auto;
  bottom: auto;
  top: 70%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: 0.4;
}

.custom-position section.imm-cta .background-svg {
  background: rgb(8, 255, 255);
  background: linear-gradient(160deg, rgba(8, 255, 255, 1) 0%, rgba(36, 136, 237, 1) 38%, rgba(25, 60, 196, 1) 100%);
}

section.imm-cta.text-color-black.svg-proceed{
  margin-bottom:100px;
}
section.imm-cta.text-color-black .background-svg {
  background: none;
  background-color: #fff;

}

section.imm-cta.text-color-black .background-svg svg {
  opacity: 1;
}

@media (min-height:900px) and (min-width:1600px) {
  section.imm-cta .background-svg svg {
    height: auto;
    width: 80%;
  }

  section.imm-cta.image-size-half-left .background-image-cta:not(.image-resized) img,
  section.imm-cta.image-size-half-right .background-image-cta:not(.image-resized) img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: 30px;
  }

  section.imm-cta.image-size-half-right .background-image-cta:not(.image-resized) img {
    margin-left: 30px;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  section.imm-cta .background-image-cta.mobile{
    display: block;
  }
  section.imm-cta .background-image-cta.desktop{
    display:none;
  }
  section.imm-cta .imm-cta-wrapper .default-title *,
  section.imm-cta .imm-cta-wrapper .default-text {
    margin-bottom: 30px;
  }

  section.imm-cta[data-background-svg] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  section.imm-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  section.imm-cta.image-size-half-left .background-image-cta {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
  }

  section.imm-cta.image-size-half-left .background-image-cta img {
    height: auto;
  }

  section.imm-cta.alignment-left .imm-cta-wrapper,
  section.imm-cta.alignment-right .imm-cta-wrapper {
    max-width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.imm-cta.image-size-full-height .background-image-cta {
    left: -10%;
    width: auto;
    right: -10%;
  }

  section.imm-cta.image-size-full-height .background-image-cta img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  section.imm-cta.image-size-full-height .text-container {
    max-width: 50%;
  }

  section.imm-cta.image-size-full-height {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.imm-cta .background-svg svg {
    right: auto;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }

  .custom-position section.imm-cta .background-svg svg {
    width: 150%;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  section.imm-cta.image-size-half-left .background-image-cta {
    width: 100% !important;
  }
  .mb-no-pd-bottom section.imm-cta {
    padding-bottom: 0;
  }
  .mb-no-pd-top section.imm-cta {
    padding-top: 0;
  }
}

@media (max-width: 450px) {
  section.imm-cta.image-size-full-height .background-image-cta {
    left: -5%;
    width: auto;
    right: -5%;
  }

  section.imm-cta.image-size-full-height .background-image-cta img {
    -o-object-position: 55% center;
    object-position: 55% center;
  }

  section.imm-cta.image-size-full-height .text-container {
    max-width: 75%;
  }
}
