.slmoal0 {
	display: flex;
	min-height: 100vh;
}

.slmoal1 {
	flex: 1 1;
	display: flex;
	justify-content: center;
  align-items: flex-start;
	padding: 2rem 1.5rem 1.5rem;
}

.slmoal2 {
	max-width: 32.5rem;
	width: 100%;
}

.slmoal6 {
	flex: 1 1;
}

@supports (height: 100vh) {
	.slmoal0 {
		min-height: 100dvh;
	}
}

@media (min-width: 1024px) {
	.slmoal1 {
		padding-top: 4rem;
	}

	.slmoal2 {
		width: 32.5rem;
	}
}

.qv7swy0,
.qv7swy2 {
	display: flex;
	flex-direction: column;
  align-items: flex-start;
}

.qv7swy2 {
	flex: 1 1;
}

@media (min-width: 1024px) {
	.qv7swy1 {
		padding-bottom: 0;
	}

	.qv7swy2 {
		justify-content: center;
	}
}

.gx0mux5 {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	padding: 2rem 0;
  justify-content: center;
}

._1pw47cz1 {
	border-left: 1px solid #f0f0f3; /* Replaced from --ydc-primitives-zinc-700 */
}

._1pw47cz1,
._1pw47cz2 {
	display: flex;
	flex-direction: column;
	flex: 1 1;
}

._1pw47cz2 {
	overflow: hidden;
	background: #f0f8ff;
	background-size: cover;
	background-position-x: center;
	position: relative;
	align-items: center;
	justify-content: flex-end;
}

._1pw47cz5 {
	display: flex;
	justify-content: center;
	padding: 0rem 2rem 3rem;
	min-height: 13rem;
  font-family:'Lumen Sans', Inter, sans-serif;
  font-weight:600
}
._1pw47cz2:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10rem;
    align-self: flex-end;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 62.2%);
}
._1pw47cz2.no-gradient:after {
  display: none;
}
._1pw47cz2.no-gradient {
  background-position-y: bottom;
	background-color: transparent;
}

@media (min-width: 0px) {
	.o71fut7 {
		display: none;
	}
}

@media (min-width: 1024px) {
	.o71fut13 {
		display: flex;
	}
}

.youre-in {
  padding: 12px 16px;
  background-color: #F2FCF7;
  border: 1px solid #E1F8EC;
  border-radius:8px;
  font-size: 12px;
  line-height:16px;
  color: #10B981;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom:8px;
}
.psd-landing h2 {
  font-family:'Lumen Sans', Inter, sans-serif;
  font-weight:500;
  line-height:40px;
  margin-bottom:8px;
}
.gx0mux5 p,
.gx0mux5 li {
  color: #81828C;
}
.gx0mux5 p {
  margin-bottom:16px;
}
.gx0mux5 ul {
  margin-top:16px;
}
.gx0mux5 li {
  margin-bottom:12px;
}
.qv7swy0 a {
  text-decoration:underline;
}
.redeem-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  gap: 16px;
  align-self:stretch;
  border: 1px solid #E7E8EC;
  background: #F9F9FB;
}
.orig-price {
  color: #BABBC5;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  position: relative;
  display: inline-block;
  font-family:'Lumen Sans', Inter, sans-serif;
}
.orig-price::after {
  border-top: 2px solid #babac4;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sale-price {
  color: #101012;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  font-family:'Lumen Sans', Inter, sans-serif;
}
.terms {
  color: #101012;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  font-family:'Lumen Sans', Inter, sans-serif;
}
.modal-button .button, .blue-button, .regular-button .button, .white-button {
  border-radius: 12px;
  background: #5368EE;
  padding:12px 16px;
  letter-spacing:0;
  border:none;
  transition: all .15s linear;
}
.regular-button .button {
  text-decoration:none !important;
}
.blue-button, .white-button {
  color:#ffffff;
  max-width:170px;
  margin: 32px auto 0;
  text-decoration:none !important;
  font-weight:600;
  transition: all .15s linear;
}
.white-button {
  color: #101012;
  background: #fff;
  border: 1px solid #E7E8EC;
  margin-top: 0;
}
.blue-button.full, .white-button.full {
  width: 100%;
  min-width: 100%;
  display: block;
  text-align: center;
}
.regular-button .button:hover, 
.blue-button:hover,
.white-button:hover,
.modal-button .button:hover,
.offer-modal-close-btn:hover {
  transform: scale(1.05);
}

._1pw47cz5 p {
    font-weight: 500;
}
/* Modal Styling */
.offer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.offer-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.offer-modal-content-wrapper {
  position: relative;
  max-width: 712px;
  max-height: 80%;
  min-height: 580px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  border-radius:16px;
}

.offer-modal-close, .offer-modal-close:hover {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #81828C;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1001;
  
}
.offer-modal-content {
  padding: 20px 20px 0;
  text-align:center;
}
.offer-modal-content h3 {
  font-size:18px !important;
  margin-top:20px;
  margin-bottom:10px;
  color:#101012;
}
.offer-modal-content p {
  color:#81828C;
  font-size:14px;
}
.offer-modal .form-title {
  display:none;
}
.offer-modal form {
  padding:0 20px;
}
.offer-modal .hs-button {
  border-radius: 10px;
  background: #5368EE;
  border:none;
  text-transform:none;
  font-size:14px;
  font-weight:600;
}
.offer-modal .hs-submit {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.offer-modal-close-btn {
  display: flex;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #F0F0F3;
  max-width: 250px;
  position: absolute;
  bottom: 20px;
  right: 38%;
  font-weight:600;
  transition: all .15s linear;
}
.offer-modal form .hs-richtext {
  margin:0 0 5.4rem
}
.offer-modal .hs-input {
    border-radius:10px;
  }
.offer-modal form {
  font-family: Inter, sans-serif;
}
.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .offer-modal-close-btn {
    right: unset;
    left: 40px;
  }
} 
@media screen and (max-width: 660px) {
  #hs_cos_wrapper_widget_1739990487223_ {
    min-height: 400px
  }
  .offer-modal form {
    padding: 0 20px 40px;
  }
  .offer-modal-close-btn {
    position:relative;
    bottom:unset;
    left: unset;
    max-width:unset;
  }
  .offer-modal .hs-submit {
    position:relative;
    right:unset;
    bottom: unset;
  }
  .offer-modal .hs-button {
/*     bottom: 50px; */
    position:relative;
    width:100%;
  }
  .offer-modal-content-wrapper {
    max-width:96%;
    padding:0;
    max-height:unset;
    min-height:unset;
    top:2%;
    transform:none;
    height: 96vh; 
    overflow-y: auto;
  }
  .offer-modal form .hs-richtext {
    margin:1rem auto;
  }
}
@media screen and (max-width: 530px) {
  .redeem-offer {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-button, .modal-button .button {
    width: 100%;
  }
}
ul.inputs-list {
  align-items: flex-start;
  background: #ffffff;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  opacity: .7;
  padding: 5px 15px;
}
ul.inputs-list li, .hs-error-msg {
  margin:0;
}
.above-img {
  max-width: 44px;
  margin:0 auto 32px;
}