@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 0.375rem;
  line-height: 1.25rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-style: normal;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

.clp-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #4C4C4C;
}
@media screen and (max-width: 413px) {
  p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
p.large {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 413px) {
  p.large {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
  }
}

h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 1;
  color: #4C4C4C;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.875rem;
  }
}
h3 .fun-colors {
  font-size: 4.6875rem;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0494A4), to(#9F19DE));
  background: linear-gradient(to right, #0494A4, #9F19DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 991px) {
  h3 .fun-colors {
    font-size: 2.875rem;
    font-weight: 400;
  }
}
h3 .fun-colors strong {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  h3 .fun-colors strong {
    display: block;
  }
}

h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000000;
  margin: 0 0 16px 0;
  padding: 0;
}

.button {
  padding: 12px 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  background-color: #9FC43A;
  border: 2px solid #9FC43A;
}
@media screen and (max-width: 413px) {
  .button {
    padding: 10px 15px;
    font-size: 1rem;
  }
}
.button.white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #565555;
}
.button.transparent {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

.clp-hero {
  width: 100%;
  overflow: hidden;
}
.clp-hero .clp-hero__logo {
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .clp-hero .clp-hero__logo {
    padding-left: 0;
    text-align: center;
  }
}
.clp-hero .clp-hero__everything {
  height: 710px;
  width: 100%;
  position: relative;
}
.clp-hero .clp-container {
  padding-top: 80px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clp-hero .clp-hero__text-container {
  padding-top: 70px;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .clp-hero .clp-hero__text-container {
    padding-left: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 413px) {
  .clp-hero .clp-hero__text-container {
    margin-left: 10px;
  }
}
.clp-hero .clp-hero__subtitle {
  padding-bottom: 15px;
}
.clp-hero .clp-hero__subtitle h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06875rem;
}
@media screen and (max-width: 991px) {
  .clp-hero .clp-hero__subtitle h2 {
    font-size: 1rem;
  }
}
.clp-hero .clp-hero__main-title h1 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 8.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .clp-hero .clp-hero__main-title h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-hero .clp-hero__main-title h1 {
    font-size: 3.125rem;
  }
}
.clp-hero .clp-hero__main-title h1 .small {
  font-size: 5.75rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 991px) {
  .clp-hero .clp-hero__main-title h1 .small {
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-hero .clp-hero__main-title h1 .small {
    font-size: 2.375rem;
  }
}
.clp-hero .clp-hero__main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .clp-hero .clp-hero__main-container {
    -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;
    gap: 30px;
  }
}
.clp-hero .clp-hero__main-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.clp-hero .clp-hero__client-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 90;
  scrollbar-width: none;
  margin-top: 60px;
}
.clp-hero .clp-hero__client-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.clp-hero .clp-hero__client-container::-webkit-scrollbar {
  display: none;
}
.clp-hero .clp-hero__client-container-text {
  margin-bottom: 6px;
}
.clp-hero .clp-hero__client-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
}
.clp-hero .clp-hero__video-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.clp-hero .hero__video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 710px;
}

.clp-white-section {
  color: #4C4C4C;
  background-color: #ffffff;
}
.clp-white-section p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 991px) {
  .clp-white-section p {
    text-align: center;
    display: block;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1350px) {
  .clp-njv__top {
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .clp-njv__top {
    text-align: center;
    padding-left: 0;
  }
}

.clp-njv {
  background: url(../images/conversion-lp/background-right.png) no-repeat bottom right;
  padding: 200px 0 190px;
}
@media screen and (max-width: 991px) {
  .clp-njv {
    padding: 50px 0 65px;
  }
}
.clp-njv .clp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clp-njv .clp-njv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1351px) {
  .clp-njv .clp-njv__bottom {
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .clp-njv .clp-njv__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.clp-njv .clp-njv__bottom .clp-njv__bottom-left, .clp-njv .clp-njv__bottom .clp-njv__bottom-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.clp-njv .clp-njv__bottom .clp-njv__bottom-left {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1350px) {
  .clp-njv .clp-njv__bottom .clp-njv__bottom-left {
    margin-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .clp-njv .clp-njv__bottom .clp-njv__bottom-left {
    padding-top: 25px;
    margin: 0 25px;
    text-align: center;
  }
}
.clp-njv .clp-njv__bottom .clp-njv__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  /* cap how big the art can get so it won't upscale */
  max-width: 717px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .clp-njv .clp-njv__bottom .clp-njv__bottom-right {
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .clp-njv .clp-njv__bottom .clp-njv__bottom-right {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.clp-njv .clp-njv__bottom .clp-njv__bottom-right img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .clp-njv .clp-njv__bottom .clp-njv__bottom-right img {
    margin: 0;
    width: 470px;
  }
}

.clp-wiify {
  margin-bottom: -100px;
}
@media screen and (max-width: 991px) {
  .clp-wiify {
    margin-bottom: 0;
  }
}
.clp-wiify h3 {
  text-align: center;
}

.clp-wiify__flex-container {
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .clp-wiify__flex-container {
    padding: 0;
    margin: 0;
  }
}
.clp-wiify__flex-container h3 {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .clp-wiify__flex-container h3 {
    padding-bottom: 12px;
    margin: 0 25px;
  }
}

.clp-wiify__flex-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 35px;
}
@media screen and (max-width: 991px) {
  .clp-wiify__flex-boxes {
    display: block;
  }
}

.clp-wiify__box {
  background-color: #ffffff;
  min-height: 189px;
  border-radius: 23px;
  -webkit-box-shadow: 0px 5px 11px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 11px 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  padding: 20px 40px 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .clp-wiify__box {
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-shadow: inset 0px 5px 11px 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 5px 11px 3px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 991px) {
  .clp-wiify__box .clp-wiify__box-text {
    text-align: center;
  }
}

.clp-purple {
  padding-top: 180px;
  background: -webkit-gradient(linear, left top, right top, from(#2D1257), color-stop(65%, #543386), to(#543386));
  background: linear-gradient(to right, #2D1257 0%, #543386 65%, #543386 100%);
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .clp-purple {
    padding-top: 100px;
    text-align: center;
  }
}
.clp-purple .clp-container {
  background: url(../images/conversion-lp/lines-bg.png) no-repeat 110% -150px;
}
@media screen and (max-width: 991px) {
  .clp-purple .clp-container {
    background: none;
  }
}
.clp-purple h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .clp-purple h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-purple h2 {
    font-size: 1.6875rem;
  }
}
.clp-purple h2 .strong {
  font-weight: 700;
  font-size: 5.4375rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .clp-purple h2 .strong {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-purple h2 .strong {
    font-size: 2.25rem;
  }
}
.clp-purple p {
  color: #ffffff;
}
.clp-purple ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clp-purple__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .clp-purple__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.clp-purple__container-mobile-only-top {
  display: none;
}
@media screen and (max-width: 991px) {
  .clp-purple__container-mobile-only-top {
    display: block;
  }
}

@media screen and (max-width: 1350px) {
  .clp-purple__container-left {
    margin-left: 25px;
  }
}
@media screen and (max-width: 413px) {
  .clp-purple__container-left {
    margin: 0 15px;
  }
}

.clp-purple__container-left-top {
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .clp-purple__container-left-top {
    display: none;
  }
}

.clp-purple__container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1350px) {
  .clp-purple__container-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 991px) {
  .clp-purple__container-right {
    background-image: url(../images/conversion-lp/lines-bg.png);
    background-size: 130%;
    background-position: 90% 110%;
    background-repeat: no-repeat;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .clp-purple__container-right {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .clp-purple__container-right-container {
    margin: 0 auto;
  }
}

.clp-purple__container-left-bottom-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .clp-purple__container-left-bottom-container {
    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;
  }
}

.clp-purple__container-left-bottom-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .clp-purple__container-left-bottom-container-item {
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .clp-purple__container-left-bottom-container-item.last-one {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 413px) {
  .clp-purple__container-left-bottom-container-item.last-one {
    padding-bottom: 0;
  }
}
.clp-purple__container-left-bottom-container-item p strong {
  font-weight: 700;
  display: block;
}
.clp-purple__container-left-bottom-container-item p.large br {
  display: none;
}
.clp-purple__container-left-bottom-container-item ul {
  padding-left: 22px;
}
.clp-purple__container-left-bottom-container-item ul li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.3125rem;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .clp-purple__container-left-bottom-container-item ul li {
    text-align: left;
  }
}
@media screen and (max-width: 413px) {
  .clp-purple__container-left-bottom-container-item ul li {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 8px;
  }
}
.clp-purple__container-left-bottom-container-item ul li:before {
  content: "";
  width: 13px;
  height: 14px;
  position: absolute;
  left: -22px;
  top: 5px;
  background: url(../images/conversion-lp/list-li.svg) no-repeat left top;
}

.clp-purple__container-left-bottom-container-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 991px) {
  .clp-purple__container-left-bottom-container-item-container {
    text-align: left;
  }
}

.clp-purple__video-container {
  /* Parent can be flex; this block just sizes nicely */
  /* Tweak these to fit your laptop art and screen cutout */
  /* Video positioned over the laptop “screen” area */
  /* Overlays sit above video */
  /* Example overlay positions — adjust as needed */
  /* Make the whole thing scale down nicely */
  /* Respect reduced motion: don’t auto-play if the user opted out */
}
.clp-purple__video-container .media-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1350px) {
  .clp-purple__video-container .media-slot {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .clp-purple__video-container .media-slot {
    margin-top: 25px;
  }
}
.clp-purple__video-container .device-stack {
  /* overall width is responsive; cap it */
  width: min(100%, 900px);
  /* Optional: keep a predictable height while image loads */
  aspect-ratio: 16/10;
  position: relative;
  /* Screen inset from the laptop image edges */
  --screen-top: 11.5%;
  --screen-right: 15%;
  --screen-bottom: 26%;
  --screen-left: 15%;
}
.clp-purple__video-container .device-stack__img {
  width: 445px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .clp-purple__video-container .device-stack__img {
    width: 380px;
  }
}
@media screen and (max-width: 413px) {
  .clp-purple__video-container .device-stack__img {
    width: 320px;
  }
}
.clp-purple__video-container .device-stack__video {
  position: absolute;
  top: 16px;
  right: 59px;
  bottom: 0px;
  width: 328px;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}
@media screen and (max-width: 767px) {
  .clp-purple__video-container .device-stack__video {
    top: 14px;
    width: 285px;
    height: 176px;
    left: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 413px) {
  .clp-purple__video-container .device-stack__video {
    top: 11px;
    width: 235px;
    height: 150px;
  }
}
.clp-purple__video-container .overlay {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.clp-purple__video-container .overlay--badge {
  top: calc(var(--screen-top) + 8px);
  left: 17px;
}
.clp-purple__video-container .overlay--cta {
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 413px) {
  .clp-purple__video-container .overlay--cta {
    top: 54px;
  }
}
@media (max-width: 600px) {
  .clp-purple__video-container .device-stack {
    width: 100%;
  }
  .clp-purple__video-container .overlay--cta {
    font-size: 0.8125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .clp-purple__video-container .device-stack__video {
    -webkit-animation: none;
            animation: none;
  }
}

.clp-purple__bottom {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .clp-purple__bottom {
    padding-bottom: 85px;
  }
}
.clp-purple__bottom h2.reg {
  font-size: 4.6875rem;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .clp-purple__bottom h2.reg {
    font-size: 2.75rem;
  }
}
.clp-purple__bottom h2.reg strong {
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 413px) {
  .clp-purple__bottom h2.reg strong {
    display: inline;
  }
}

.clp-bottom-video {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  background: -webkit-gradient(linear, left top, right top, from(#2D1257), color-stop(65%, #543386), to(#543386));
  background: linear-gradient(to right, #2D1257 0%, #543386 65%, #543386 100%);
}
@media screen and (max-width: 767px) {
  .clp-bottom-video {
    padding-top: 90px;
  }
}
.clp-bottom-video__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.clp-bottom-video .clp-purple__bottom,
.clp-bottom-video .clp-purple__logo-container {
  position: relative;
  z-index: 1;
}
.clp-bottom-video h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .clp-bottom-video h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-bottom-video h2 {
    font-size: 1.6875rem;
  }
}
.clp-bottom-video h2.reg {
  font-size: 4.6875rem;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .clp-bottom-video h2.reg {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-bottom-video h2.reg {
    font-size: 1.6875rem;
  }
}
.clp-bottom-video h2 .strong {
  font-weight: 700;
  font-size: 5.4375rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .clp-bottom-video h2 .strong {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 413px) {
  .clp-bottom-video h2 .strong {
    font-size: 2.25rem;
  }
}
.clp-bottom-video p {
  color: #ffffff;
}

.clp-purple__bottom-container {
  width: 100%;
  max-width: 1320px;
  padding: 0 25px;
}
@media screen and (max-width: 413px) {
  .clp-purple__bottom-container {
    padding: 0 15px;
  }
}

.clp-purple__bottom-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
@media screen and (max-width: 413px) {
  .clp-purple__bottom-cta-container {
    gap: 10px;
  }
}

.clp-purple__logo-container {
  width: 100%;
  max-width: 1320px;
  padding: 0 0 130px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .clp-purple__logo-container {
    text-align: center;
  }
}
.clp-purple__logo-container a {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .clp-purple__logo-container img {
    width: 120px;
    height: auto;
  }
}/*# sourceMappingURL=conversion-lp-styles.css.map */
