.white {
  color: #fff;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.font-14 {
  font-size: 14px !important;
}

.cta-box {
  width: 90px;
  height: 90px;
}

.cta-image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sticky-element-image {
  width: 90px;
  height: 90px;
  transition: transform 0.5s;
  border-radius: 8px;
  margin-bottom: 0px !important;
}

.cta-overlay {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  border-radius: 8px !important;
  background-color: #212121;
  opacity: 0.1;
  transition: 0.5s;
}

.cta-link {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px !important;
}

.cta-wedio-logo {
  margin: -10px auto 0px !important;
  height: 50px;
}

.cta-image-wrapper:hover {
  transition: 0.5s;
}

.cta-image-wrapper:hover .cta-overlay {
  transition: 0.5s;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 1);
}

.cta-overlay-text {
  display: flex;
  font-family: "Open sans", sans-serif;
  transition: top 0.2s cubic-bezier(0.42, 0.8, 0.58, 1);
  position: absolute;
  width: 70%;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  z-index: 20;
  pointer-events: none;
  color: #fff;
}

.sticky-cta-element-container,
.sticky-element-container {
  position: absolute;
  right: -270px;
  top: 0;
  width: 220px;
  height: 100%;
  z-index: 1;
}

.sticky-cta-element {
  position: sticky;
  height: auto;
  top: 100px;
  left: auto;
  padding: 18px 16px;
  background-color: #f6f6f6;
  border-radius: 16px;
}

.sticky-cta-element .title {
  margin-bottom: 16px;
  color: black !important;
  font-size: 18px !important;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
}

.product-images {
  display: flex;
  flex-direction: column;
}

.product-images .sticky-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 !important;
}

.product-images .sticky-row a img {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 8px;
  margin-bottom: 0;
  object-fit: cover;
}

.product-images .sticky-row .cta-box:first-child {
  margin-right: 8px;
}

.product-images .sticky-row:first-child {
  margin-bottom: 8px !important;
}

.sticky-cta-element .subtitle {
  margin-top: 16px;
  margin-bottom: 12px !important;
  color: black;
  text-align: center;
}

.sticky-cta-element .m-button {
  height: 48px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.m-button.blue {
  background: linear-gradient(to top right, #2d1996, #591ff8);
  margin-bottom: 8px;
}

.sticky-cta-element p {
  font-size: 14px;
  text-transform: initial;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
}

.sticky-cta-element .small {
  font-size: 10px;
  text-transform: initial;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
}

.m-button:nth-last-child(2) {
  margin-bottom: 8px;
}

.m-button.black {
  background: linear-gradient(to top right, #212121, #323232);
}

.sticky-cta-element-mobile,
.sticky-element-mobile {
  display: none;
}

@media (max-width: 500px) {
  .sticky-cta-element-mobile {
    width: 90%;
  }
}

#sticky-title,
#sticky-subtitle,
#sticky-button-blue,
#sticky-button-blue-price,
#sticky-button-black,
#sticky-button-black-price,
#sticky-image-1,
#sticky-image-1-url,
#sticky-image-2,
#sticky-image-2-url,
#sticky-image-3,
#sticky-image-3-url,
#sticky-image-4,
#sticky-image-4-url,
#sticky-button-blue-link,
#sticky-button-black-link,
#sticky-button-buy,
#sticky-button-buy-link,
#sticky-button-buy-price {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.sticky-product-element {
  position: sticky;
  height: auto;
  top: 190px;
  left: auto;
}

.sticky-heading {
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: normal !important;
  line-height: normal !important;
  margin-bottom: 20px !important;
}

.sticky-container {
  padding: 0 10px;
}

.sticky-container .product-image {
  border-radius: 8px;
  width: 220px;
  height: 90px;
  margin-bottom: 8px;
  background-size: cover;
  background-position: center;
}

.sticky-container .button {
  width: 220px;
  padding: 18px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  background: #212121;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}

.sticky-container .button:last-child {
  margin-bottom: 0;
}

.hire-btn {
  background: linear-gradient(to top right, #2d1996, #591ff8) !important;
}

.sticky-container .button p {
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  line-height: normal !important;
  letter-spacing: normal !important;
  margin: 0 !important;
}

.sticky-container .button span {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 1300px) {
  .sticky-element-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    bottom: 0;
    left: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 60px;
    width: 100%;
    background: #f6f6f6;
    box-shadow: 0 3px 6px rgba(119, 119, 119, 0.16);
  }

  .sticky-element-container {
    position: fixed;
    bottom: 14px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    z-index: 9999;
    width: 100%;
    height: fit-content;
    background: #ffffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px 16px 16px 16px;
  }

  .sticky-element-container.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
  }

  .sticky-element-mobile .purple {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #591ff8;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
  }

  .sticky-heading {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #591ff8;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
  }

  .product-image {
    display: none;
  }

  .sticky-container .button {
    width: 100% !important;
    padding: 20px 16px !important;
    align-items: center;
  }

  .sticky-container .button .price {
    font-size: 24px !important;
  }

  .popup-overlay {
    display: none;
    background: rgba(33, 33, 33, 0.85);
    position: absolute;
    top: -50%;
    left: -20%;
    width: 150%;
    height: 200%;
    z-index: 999;
  }
}

@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  .sticky-container .button p {
    font-size: 18px;
  }

  .sticky-cta-element-container {
    position: fixed;
    bottom: 14px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    z-index: 9999;
    width: 100%;
    height: fit-content;
  }

  .sticky-cta-element {
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    height: fit-content;
  }

  .sticky-cta-element-container.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
  }

  .product-images {
    display: flex;
    flex-direction: column;
  }

  .product-images .sticky-row {
    display: flex;
    flex-direction: row;
  }

  .product-images a {
    margin-right: 8px;
  }

  .product-images a:last-child {
    margin-right: 0;
  }

  .product-images .sticky-row a img {
    width: 74px;
    height: 74px;
    margin-bottom: 0;
  }

  .sticky-cta-element-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    bottom: 0;
    left: 0;
    border-radius: 16px 16px 0 0;
    height: 60px;
    width: 100%;
    background: #f6f6f6;
    box-shadow: 0 3px 6px rgba(119, 119, 119, 0.16);
  }

  .sticky-cta-element-mobile .purple {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #591ff8;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
  }
}

.cta-image-title {
  display: flex;
  transition: top 0.2s cubic-bezier(0.42, 0.8, 0.58, 1);
  position: absolute;
  width: 70%;
  font-size: 13px !important;
  font-weight: 400;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 20;
  pointer-events: none;
  margin-bottom: 0px !important;
}