#lassy-transfer *:not(input[type="button"]):not(input[type="submit"]):not(select) {
  box-sizing: content-box;
}

#lassy-transfer input[type="radio"],
#lassy-transfer input[type="checkbox"] {
  padding: 7px !important;
}

#lassy-transfer select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='18' viewBox='0 0 29 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 3L14.5 15L26.5 3' stroke='%234C4C4C' stroke-width='4.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

#prescription_prices {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

#prescription_prices .prices {
  margin: 10px auto;
  width: 650px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

#prescription_prices .prices .description {
  background: radial-gradient(245.12% 388.17% at 14.34% 16.13%, #f6fbf1 0%, rgba(239, 247, 237, 0.974797) 18.54%, rgba(210, 229, 220, 0.861164) 59.6%, rgba(38, 128, 120, 0.2) 100%);
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 15px 18px;
}

#prescription_prices .prices .description p {
  margin: 8px 0;
}

#lassy-transfer .h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

#prescription_prices .prices .description .prices-gif {
  width: 60px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  align-self: flex-end;
}

#prescription_prices .prices .footnote {
  font-size: 14px;
}

#prescription_prices .prices .footnote-mobile {
  display: none;
}

#prescription_prices .drugs {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

#prescription_prices .drugs .semaglutides {
  background: linear-gradient(180.28deg, #227b77 27.53%, #4cab7d 99.76%);
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 15px 18px;
}

#prescription_prices .drugs .tirzepatides {
  background: linear-gradient(176.34deg, #006f02 28.62%, #83b638 97%);
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 15px 18px;
}

#prescription_prices .drugs .prices-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  margin: 8px 0;
  padding: 4px 10px 2px 10px;
  color: white;
  background: #ffffff70;
  vertical-align: middle;
  gap: 3px;
}

#prescription_prices .promo {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 5px auto 30px auto;
}

#progress-bar {
  height: 11px;
  width: 70%;
  background-color: #e2e2e2;
  margin: 10px auto;
  border-radius: 6px;
  border: 1px solid #c0c0c0;
}

#bar-fill {
  height: 11px;
  width: 1%;
  background: linear-gradient(90deg, #4db310 0%, #82d74f 100%);
  border-radius: 6px;
  transition: width 0.5s;
  transition-delay: 0.5s;
}

#lassy-transfer .step-counter {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  color: #4c4c4c;

  margin-bottom: 30px;
}

#lassy-transfer .laasy-form {
  background: white;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 20px;
  overflow: hidden;

  font-family: 'Open Sans', sans-serif;
}

#lassy-transfer .laasy-form .header {
  position: relative;
  overflow: hidden;
  color: white;

  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.36px;
}

#lassy-transfer .laasy-form .header .inner {
  padding: 15px 80px 23px;
  background: radial-gradient(90.13% 301.89% at 9.87% 31.78%, #000000 0%, #030900 47.04%, #276600 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  top: 8px;
  z-index: 2;
}

#lassy-transfer .laasy-form .content-description {
  padding: 15px 80px 23px;
  font-weight: 600;
}

#lassy-transfer .laasy-form .file-upload {
  border: 4px dashed #82d74f;
  width: 464px;
  height: 191px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 10px;

  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.44px;
  color: #858585;
}

#lassy-transfer .laasy-form .file-upload:hover {
  cursor: pointer;
}

#lassy-transfer .file-upload label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

#lassy-transfer .file-upload label:hover {
  cursor: pointer;
}

#lassy-transfer .file-upload label p {
  margin: 10px 0;
  line-height: 1;
}

#lassy-transfer .laasy-form .file-upload-button {
  display: flex;
  justify-content: center;
  background: white;
  border: 2px solid #276600;
  border-radius: 100px;
  width: 222px;
  height: 51px;

  color: #276600;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.44px;
  text-align: center;

  box-shadow: 1px 1px 5px 0 #0c730a40;
}

#lassy-transfer .laasy-form .file-upload-button:hover {
  cursor: pointer;
  background: #f4ffee;
  transition-duration: 0.3s;
}

#lassy-transfer .laasy-form .file-upload-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px auto;
  width: 490px;
  height: 80px;
  border: 1px solid #82d74f;
  border-radius: 12px;
  background: #f4ffee;
}

#lassy-transfer .laasy-form #summary_file.file-upload-preview {
  width: 373px;
}

#lassy-transfer .laasy-form .file-upload-preview-image {
  margin: auto 10px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAACKElEQVR4nO2dPU5cQRCEO7BvgmeAlAP4MGjKx7BDJH7WpzGcA8NBbMiwBFq0IiFYofXbrqmuT+pwpar+dua97EUYY4wxxhhjzI4cfIvjPmLVEHcN8dgRz6kz4kcJqSeIzw3xsyP+pS8dxSRsln+TvmgUlbD55+cvGQUlvN75jNcOikhYP3DTl4oPSzgLFfqI+/SFovBJaCMe0peJwidhW0m2PF1NwvQCMLkECQGYWIKMAEwqQUoAJpQgJwCTSZAUgIkkyArAJBKkBWACCfICQC6hhAAQSygjAKQSSgkAoYRyAkAmoaQAEEkoKwAkEkoLwP77fbgwW55uARbwX/EJSIZNQLl+9AHV+9EHVO9HH1C9H31A9X70AdX70QdU70cfUL0ffUD1fvQB1fvRB1TvRx9Qvd+uAfuW3y89S/dbHAtIxgKSsYBkLCAZC0jGApKxgGTo35PV+9EHVO9HH1C9H31A9X70AdX70QdU70cfUL0ffUD1frsG7Ft+v/Qs3W9xLCAZC0jGApKxgGQsIBkLSMYCkqF/T1bvRx9QvR99QPV+9AHV+9EHVO9HH1C9H31A9X70AdX7NcTfbSFlZ8QfBgF36YtAzjTELcMRvSos4Dx7//HlNI7aiKdyyx/x1BCHwcCUn7LCjjPiMpg+ZdhHXKcvBXubX1+/x6dgYiNhpXwdtXW3EZd0y3/3TEBctBG/p/7GGN6W/vDaZd2J5c43xhhjjDHGxMy8AOzO9hIl52C0AAAAAElFTkSuQmCC');
}

#lassy-transfer .laasy-form .file-upload-preview-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: auto 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  gap: 11px;
}

#lassy-transfer .laasy-form .step-4 .content {
  max-width: 505px;
  margin: 10px auto;
  padding: 20px 15px;
}

#lassy-transfer .laasy-form .checkbox-container {
  margin: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}

#lassy-transfer .laasy-form .radio-button-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  margin: 5px 0;
}

#lassy-transfer .laasy-form .radio-button-container label {
  vertical-align: middle;
  font-weight: 500;
  margin-top: 2px;
  margin-left: 5px;
}

#lassy-transfer .laasy-form input.box-error, select.box-error {
  border-color: #dd0000 !important;
  margin-bottom: 0 !important;
}

#lassy-transfer .laasy-form .error-text {
  display: none;
  text-align: center;
  color: #dd0000;
  margin: 0;
  height: 20px;
}

#lassy-transfer .laasy-form .error-text::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  content: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='0.5' width='30' height='30' fill='url(%23pattern0_703_162598)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_703_162598' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_703_162598' transform='scale(0.0104167)'/%3E%3C/pattern%3E%3Cimage id='image0_703_162598' width='96' height='96' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEklEQVR4nO2dWa8URRiGHzHR4IIL+gvcF9wQd43xD4gbLoiiuP8JoygKCi4oCi7xznhr3FcQ3EEvJGhm6puRo4gLeGNcQHBMQU9yODkz/XVP91R1z/cklZzMmaquqre6n+6eM33AMAzDMAzDMAzDMAzDMCJlKxzs4BYHrwp844v/2b/mfxe6f7VG4CIHbYHOZMVBqwkXhO5nLWnB6Q7+7DX540L4y8HM0P2tFWMwVcClTf644nyd0P2uDQL3Z5j8brkvdL9rQQOOcfB3jgD+ETg+dP8rj8BrOSa/64O3Qve/0jRhdt7J75YmXB56HJVkDKb608pBAxDYbNcHORBYqJjcDUlJe9/C4pdIjWnCsWnidfBfE84XmOVgd0oAO1pwQuhxVQaB1xWCfb77fgcvKN7/dthRVQQHVygm8/cGHN2tswmmC2xTCHl22NHVR7x3T6wrcI8JeUAcPKARbwf2n1i3A1McfG5CLle8u9twXp8AzzYhlyveVWntOHhO0c47eftZSwSuyireXozBkQK/Kdq7cjiji5wtcFC/D1nGTdhd2ja9pBUuGLMrZPYcMhYpJmv9ZOLthVbIDh5k1MUre28b5xZvL0zICgTeUKz+lbnS3RvCKhNy78m/WjE527+Do/IGoBWyPwlglMgg3jsG3ZaDOzVC3giHMCoIPKQU75RJ6vat10PInynCXsQo4OA4jXhbcO5k9bMGkGxzpoNdKXV3tOFE6o7Am4rV/2yf+pkDSOqtVOwF71JnWjBnUPFKzgC0Qm7BNdRYvN8rJuD2fu3kDcDjpa7Y+36opZAFFisG/+Vk4i0qgETInyr68TCjKF6Bc9LaGiSAjEI+iRET7wplWwMFkLTxjKI/71EHmnCtYrDbtFe8RQSwGY4Q+FXhozmMgngFFmjbLCKApJ3bai9kgSVpg3TwRZp4ywjAb1PgE0UIi6kiDThZYGcR4i0jAE8TzlII+V+BGVQNgfcVq//pHO0WFkDS3gpFP9d0YD+qgoPrNOLdBNNDB6AVsj+ZoAp8C4cK/KgI4NY87RcdQNLmAsVesLUB04gdB48ULd6yA/CHF6WQl1AT8c7Kuw0pIYCk72dWXshK8S4fcBudMgLwOHhK0f+PohSywA2KXfgXL71YA2jANAc/KUK4niqK18H8QbclJQbg8Y880AhZ4DBiwcFSxer/OMpddwK+j/68XxHCo1RIvLvacAYVQWBGItw0IZ8WQ2c/UKz+J6kYDpZHL2SBuRrxtuFwKkZDKWR/8hFMvA62KFbJzVQUB/OjFbKDZYrVsa4K4k0R8mpFCEsZJk04pW7i7YWDUzVC9s8zYhgk900+VKz+x6kJAk8oxrt2KHt7C+YpdsmfyxKvpGw7sJBvLGP7EzuSKl4fUll9kAABeJpwU8iFtwd/WAktXgkUgFbIAo8FFW/ZMpJAAYwT8s6hCzmDeMtJP5IAMhwFihVyFMe/SAIYugejOQOIJIChnwlGdQ5MHAEM7VoouqvAiBjK3QC/shW72jJGFKe7H7Y2V+NNuLRyH81Feke4BZdkblzgJUW6cxlxRPeZyIuZG1Z+lccKqjlYlyeAr22CKWqBrc8TwCsWAEUF8HLmAPyFlQVAIQHk+kOuBhyo/HqRFfpOfnsjHEAeHFyouPtnhb5fd838sKl9ELhY+cwdK+yz8rc7uIwi8E8r9P8SROArgT9ssum12PzcbHBw7yAPmjIMwzAMwzAMwzAMwzCoJf8DSdxCynIgbXEAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

#lassy-transfer .laasy-form .header::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(90deg, #bbf19a 0%, #4db310 100%);
}

#lassy-transfer .laasy-form .content {
  max-width: 375px;
  margin: 10px auto;
  padding: 20px 15px;
}

#lassy-transfer .laasy-form .form-group {
  margin-bottom: 24px;
}

#lassy-transfer .laasy-form form input:not([type="button"]):not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
#lassy-transfer .laasy-form form select,
#lassy-transfer .laasy-form form textarea {
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  background-color: white;
  margin-bottom: 8px;
  width: 100%;

  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.44px;
}

#lassy-transfer .laasy-form form input:not([type="button"]):not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
#lassy-transfer .laasy-form form textarea {
  padding: 7px 19px;
  max-width: 335px;
  height: 34px;
}

#lassy-transfer .laasy-form form select {
  max-width: 375px;
  height: 50px;
  padding: 0 20px;
}

#lassy-transfer .laasy-form form label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

#lassy-transfer .laasy-form form label div {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.44px;
}

#lassy-transfer .laasy-form form label span,
#lassy-transfer .laasy-form form label.sub-label {
  font-weight: 600;
}

#lassy-transfer .laasy-form form label.sub-label {
  font-size: 14px;
  line-height: 1.4;
}

#lassy-transfer .laasy-form form label.sub-label i {
  font-weight: 500;
  font-size: 13px;
}

#lassy-transfer .laasy-form form label span {
  font-size: 12px;
}

#lassy-transfer .laasy-form .submit-button,
#lassy-transfer .laasy-form .back-button {
  margin: 10px auto;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  color: black !important;
  font-weight: 600 !important;
  border: 2px solid #82d74f !important;
  line-height: 1.5;
  width: 261px;
  max-width: 261px;
  border-radius: 100px;

  font-size: 18px;
  letter-spacing: 0.44px;
  text-align: center;
  padding: 7px 20px;
}

#lassy-transfer .laasy-form a.back-button {
  max-width: 257px;
  text-decoration: none;
  padding: 7px 0;
}

#lassy-transfer .laasy-form .edit-button {
  margin: 10px auto;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  color: #276600 !important;
  font-weight: 600 !important;
  border: 1px solid #276600 !important;
  line-height: 1.5;
  width: 375px;
  max-width: 375px;
  border-radius: 4px;
  background: white;

  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  padding: 7px 20px;
  text-decoration: underline;
}

#lassy-transfer .laasy-form .edit-button:hover {
  text-decoration: none;
  background: #e2e2e2 !important;
}

#lassy-transfer .laasy-form .submit-button {
  background: #82d74f !important;
}

#lassy-transfer .laasy-form .submit-button:hover {
  background: #bbf19a !important;
}

#lassy-transfer .laasy-form .back-button {
  background: white !important;
}

#lassy-transfer .laasy-form .back-button:hover {
  background: #e2e2e2 !important;
}

#lassy-transfer .laasy-form .transfer-disclaimer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 50px;
  margin: 42px auto;
  width: 485px;
  min-height: 233px;
  border-radius: 20px;
  border: 1px solid #c0c0c0;
}

#lassy-transfer .laasy-form .transfer-disclaimer .h3 {
  margin-top: 4px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

#lassy-transfer .laasy-form .transfer-disclaimer p {
  margin: 4px 0;
  font-size: 18px;
}

#lassy-transfer .laasy-form .summary-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

#lassy-transfer .laasy-form .summary-item .sub-label,
#lassy-transfer .laasy-form .summary-item span {
  margin-bottom: 5px;
}

#lassy-transfer .laasy-form .summary-item span {
  font-size: 16px;
  font-weight: 600;
}

#lassy-transfer .laasy-form .summary-divider {
  margin: 20px 0;
}

#laasy-thank-you {
  display: none;
}

#laasy-thank-you .thank-you-content {
  position: relative;
  left: -1px;
  border: 3px solid transparent;
  background: white;
  background-clip: padding-box;
  border-radius: 20px;
  padding: 5px 20px;

  max-width: 866px;
  width: 866px;
  margin: 0 auto;
}

#laasy-thank-you .thank-you-content-border {
  width: 910px;
  max-width: 910px;
  margin: 60px auto;
  padding: 3px 4px;
  text-align: center;
  border-radius: 20px;
  background: radial-gradient(98.38% 217.15% at 95.95% 86.44%, #6dd3ec 0%, #82d74f 100%);
}

#laasy-thank-you .thank-you-header {
  font-size: 22px;
  margin-bottom: 40px;
}

#laasy-thank-you .thank-you-subheader {
  font-size: 18px;
  margin-bottom: 10px;
}

#laasy-thank-you .thank-you-description {
  text-align: left;
  margin-bottom: 65px;
  padding: 0 15px 0 0;
}

#laasy-thank-you .thank-you-description ol {
  padding: 5px 0 5px 19px;
}

#laasy-thank-you .thank-you-description li {
  margin-bottom: 15px;
}

#laasy-thank-you a.back-button {
  background: #82d74f !important;
}

#laasy-thank-you a.back-button:hover {
  background: #bbf19a !important;
}

#laasy-thank-you .thank-you-partners {
  width: 100%;
  margin-bottom: 80px;
}

#laasy-thank-you .thank-you-partners-mobile {
  display: none;
}

#laasy-thank-you .thank-you-bottom-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#laasy-thank-you .thank-you-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

#laasy-thank-you .thank-you-list-item .before-icon {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAFiUExURQAAACS22iev3Sav3Sew3Saw3Sqq1Caw3CSw2iqz3i6t5kXM/yWx3yew3Cew3iuz4iev3C6o3Six3iWt2yex3SWw3Cqv2im03Cmv3Caw3iWw3Siw3EzQ/yix3TKy3DOu4kW8+Sax3SOv2yiw3iiw3Sav3CK74irA5yau2yy33Tit5Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3SWw3Sew3Sew3Sav3Sav3Sew3Sev3Sew3Sew3Sew3Sew3SKw3yew3Sew3Sew3Sew3SSw3iew3Sav3Cav3Sew3Sew3Sew3Sew3iew3Sew3Sew3Sew3Sew3Sew3Smy4CSw3yew3Sew3Sew3Sew3Sew3Sew3Sew3Sew3Sev3Cav3Sew3Sew3Sew3Saw3iew3Sew3Sew3Sew3Saw3Sew3Sew3f///8DhA+AAAAB1dFJOUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZPVQmidf2/P3YJwlQ2caEYXgzyHkC7OEPEUMPMtH0YwE/MfNlAYoQBEEUCwRH32Jo6GYBAWT+NDbQ4/KFEBDHGFMC4kAlEBDrT3OwaQwAAAABYktHRHWoapj7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH6QQXFxITIPKt9AAAAT9JREFUGNNdkWdbwjAUhQM9V1zVKLhw7wEFG6ssUcEBoqK4rQsnCgqo/P/HtOAXz8c3OTd53suYjMOpwA5RE2vE1YwWn1/T/L5WtLXLM8lUV0cguKiLJd0ILnfCtyIhV7tCYRGJxmLRiL7aHV9b32AOtyeUSMY2rZFb2zup9G5mjwGBcHIfzh6F9zpxkM4eHhFDX07EoCiMESElWT8pDD4jcmx1B7w2Ozk9A4Nfj+I8fgG3zQYvr/wSasLE9c3tnc3ukX/QGvAxnc0/PUtGMIXWqFu3Xl4lGxou6FZdPvSGepdA70WjBEYjOWGqhPjHJ5Eq28FRYiQ/X67YisYIlbJRxThzTEyGEuXMlweY+jbLPzVMS30uPhMyRLFgmoWiMGqzXLV0co6qpU5IdVVwXpfM5zBfsiUvwEt/6pv+reMXCkc8/dI0jaMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDQtMjNUMjM6MTg6MDYrMDA6MDC+pLqIAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTA0LTIzVDIzOjE4OjA2KzAwOjAwz/kCNAAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNS0wNC0yM1QyMzoxODoxOSswMDowMKIOU5wAAAAASUVORK5CYII=');
}

#laasy-thank-you .thank-you-list-item div {
  margin-top: 2px;
  margin-bottom: 8px;
  width: 95%;
}

#laasy-thank-you .mobile-line-break {
  display: none;
}

#laasy-thank-you .thank-you-image {
  display: block;
  width: 461px;
  height: auto;
  position: absolute;
  left: 470px;
  bottom: 20px;
}

#laasy-thank-you .thank-you-image-mobile {
  display: none;
}

#facts_carousel.carousel-container {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
  height: auto;

  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

#facts_carousel .carousel {
  display: flex;
  transition: transform 0.6s ease;
  margin: 0 auto;
}

#facts_carousel .carousel-image {
  align-self: flex-end;
}

#facts_carousel .slide-content {
  width: 648px;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}

#facts_carousel .slide-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  height: auto;
  padding: 20px 0 20px 20px;
}

#facts_carousel .fact-1 {
  background: radial-gradient(162.84% 578.99% at -7.74% -31.9%, #ffffff 3.8%, #bbdba8 59%, #3f9909 100%);
  border: 1px solid #82d74f;
  border-radius: 20px;
}

#facts_carousel .fact-2 {
  background: radial-gradient(162.84% 578.99% at -7.74% -31.9%, #ffffff 3.8%, #94d4ff 59%, #99090b 100%);
  border: 1px solid #58bcff;
  border-radius: 20px;
}

#facts_carousel .fact-3 {
  background: radial-gradient(162.84% 578.99% at -7.74% -31.9%, #ffffff 3.8%, #fec16b 59%, #99090b 100%);
  border: 1px solid #f0b342;
  border-radius: 20px;
}

#facts_carousel .fact-4 {
  background: radial-gradient(162.84% 578.99% at -7.74% -31.9%, #ffffff 3.8%, #f2a1a1 58.5%, #99090b 100%);
  border: 1px solid #f04242;
  border-radius: 20px;
}

/*#facts_carousel .text-1 {
  width: 330px;
}

#facts_carousel .text-2 {
  width: 330px;
}

#facts_carousel .text-3 {
  width: 330px;
}

#facts_carousel .text-4 {
  width: 350px;
}*/

#facts_carousel .text-1,
#facts_carousel .text-2,
#facts_carousel .text-3,
#facts_carousel .text-4 {
  width: 100%;
  padding-right: 5px;
}

#facts_carousel .image-1 {
  width: 222px;
  height: auto;
}

#facts_carousel .image-2 {
  width: 152px;
  padding-right: 10px;
  height: auto;
}

#facts_carousel .image-3 {
  width: 210px;
  padding-bottom: 15px;
  padding-right: 5px;
  height: auto;
}

#facts_carousel .image-4 {
  width: 160px;
  height: auto;
}

@media (max-width: 940px) {
  #lassy-transfer input[type="radio"],
  #lassy-transfer input[type="checkbox"] {
    transform: translateY(8px);
  }

  #laasy-thank-you .thank-you-content {
    left: 0;
    padding: 5px 5px;

    max-width: 338px;
    width: 338px;
  }

  #laasy-thank-you .thank-you-content-border {
    padding: 2px;
    width: 354px;
    max-width: 354px;
    margin: 20px auto;
  }

  #laasy-thank-you .thank-you-description {
    margin-bottom: 20px;
    padding: 0 9px;
  }

  #laasy-thank-you .thank-you-partners {
    display: none;
  }

  #laasy-thank-you .thank-you-partners-mobile {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  #laasy-thank-you .thank-you-description .thank-you-subheader {
    margin: 0 auto 10px auto;
    text-align: center;
  }

  #laasy-thank-you .thank-you-list-item div {
    width: 100%;
  }

  #laasy-thank-you .mobile-line-break {
    display: block;
  }

  #laasy-thank-you .thank-you-image {
    display: none;
  }

  #laasy-thank-you .thank-you-image-mobile {
    display: block;
    margin: 0 auto;
    width: 342px;
    height: auto;
  }
}

@media (max-width: 650px) {
  #prescription_prices .prices {
    flex-direction: column;
    gap: 4px;
    width: 363px;
  }

  #prescription_prices .prices-title {
    font-size: 14px;
  }

  #prescription_prices .prices .description .prices-gif {
    position: absolute;
    left: calc((100% - 346px) / 2 + 278px);
  }

  #prescription_prices .prices .footnote {
    display: none;
  }

  #prescription_prices .prices .footnote-mobile {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
  }

  #prescription_prices .drugs {
    justify-content: space-between;
  }

  #prescription_prices .prices .description,
  #prescription_prices .drugs .semaglutides,
  #prescription_prices .drugs .tirzepatides {
    padding: 12px 15px;
  }

  #prescription_prices .promo {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 5px auto 30px auto;
  }

  #progress-bar {
    width: 95%;
  }

  #lassy-transfer .laasy-form form input:not([type="button"]):not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  #lassy-transfer .laasy-form form textarea {
    max-width: calc(100% - 40px);
  }

  #lassy-transfer .laasy-form .header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  #lassy-transfer .laasy-form .content-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  #lassy-transfer .laasy-form .checkbox-container {
    justify-content: center;
  }

  #lassy-transfer .laasy-form .file-upload {
    width: 355px;
    height: 150px;
  }

  #lassy-transfer .file-upload label p {
    display: none;
  }

  #lassy-transfer .laasy-form .file-upload-button {
    margin-top: 35px;
  }

  #lassy-transfer .laasy-form .file-upload-preview {
    margin: 10px auto;
    width: 381px;
  }

  #lassy-transfer .laasy-form .transfer-disclaimer {
    align-items: center;
    margin: 42px auto;
    padding: 10px;
    max-width: 335px;
  }

  #lassy-transfer .laasy-form .transfer-disclaimer .h3 {
    width: 260px;
    text-align: center;
  }

  #facts_carousel.carousel-container {
    width: 362px;
  }

  #facts_carousel .carousel-image {
    align-self: center;
    justify-self: flex-end;
  }

  #facts_carousel .slide-content {
    width: 360px;
    height: 333px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
  }

  #facts_carousel .slide-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    height: auto;
    padding: 20px 20px 0 20px;
    width: 320px !important;
  }

  #facts_carousel .image-1 {
    width: 280px;
  }

  #facts_carousel .image-2 {
    width: 200px;
  }

  #facts_carousel .image-3 {
    width: 280px;
  }

  #facts_carousel .image-4 {
    width: 240px;
  }
}
