@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  outline-width: 0;
  padding: 0;
  margin: 0;
}

.diagonal-tag {
  position: absolute;
  top: 20px;
  right: -32px;
  background: #105073;
  color: #fff;
  padding: 0.5rem 2rem;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 10px;
  font-weight: 600;  
  text-transform: uppercase;
  letter-spacing: 1px;
}

.AUDIO_EBOOK_NARC_SLEEP_100 .diagonal-tag {
  top: 13px;
}

.NARCISSISM101a .diagonal-tag {
  top: 13px;
}

#card-element {
  border-bottom: 1px solid #acacac;
  margin-top: 3rem;
  padding-bottom: 7px;
  outline: none;
  box-shadow: none;
}
#card-element:focus,
#card-element:focus-visible,
#card-element.StripeElement--focus {
  outline: none;
  box-shadow: none;
}

.crypto-option {
  text-align: center;
}
.payment-option.crypto span{
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.section.upsale-options {
  margin-top: 3rem;
  display: none;
}
.section.upsale-options .upsale-option:not(.selected) .checked{
  display: none;
}
.section.upsale-options .selected .unchecked{
  display: none;
}
.section.upsale-options .upsale-option {
  border: 2px solid #d85107;
  padding: 25px;
  box-sizing: border-box !important;
  cursor: default;
  display: flex;
  align-items: center;
  position: relative;
}
.section.upsale-options .upsale-option span:first-child{
  margin-right: 1rem;
}
.upsale-option img.unchecked {
  width: 32px;
}
.upsale-option img.checked {
  width: 33px;
}
.section.upsale-options .upsale-option:not(:last-child) {
  margin-bottom: 1rem;
}

body.AM102a-AMSLEEP100 .pricing-option[data-sku="AMSLEEP100"], body.SLEEP101-SLEEPEBOOK101 .pricing-option[data-sku="SLEEPEBOOK101"], body.EBOOK100-EBOOKSLEEP100 .pricing-option[data-sku="EBOOKSLEEP100"] {
  border: 2px solid #d85107;
}
#payment-form-sofort {
  margin-top: 1rem;
}
svg.InlineSVG.SelectField-arrowIcon {
  width: 12px;
  right: 12px;
  position: absolute;
  top: 14px;
}
.payment-option, .custom-select .selected {
  display: flex;
  align-items: center;
}
.custom-select .options > div, .custom-select .selected {
  padding: 10px 12px 10px 12px;  
}
.custom-select .options > div:hover, .custom-select .options div.hover {
  background: #eeeeee;
}
.custom-select .selected img{
  max-width: 16px;
}
.custom-select{
  border-bottom: 1px solid #acacac;
  position: relative;
  cursor: default;
}
.custom-select .options {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
  z-index: 1;  
  top: 39px;
}
.custom-select .selected {
  padding-bottom: 10px;
}
#ideal-bank-element {
  border-bottom: 1px solid #acacac;
  margin-top: 1rem;
}
.section.pricing-options {
  margin-top: 3rem;  
}
.pricing-options .pricing-option > span:last-child {
  /* padding-right: 85px; */
  margin-left: 10px;
}
.pricing-option .right-bg {
  background: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  font-weight: bold;
}
.pricing-option img.unchecked {
  width: 32px;
}
.pricing-option img.checked {
  width: 33px;
}
.pricing-option.selected img.unchecked, .pricing-option:not(.selected) img.checked{
  display: none;
}
#brand-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.pf.credit-card_png img{
   width: 16px;
   height: auto;
   margin-bottom: 4px;
}
.pf:not(.credit-card_png) img{
   width: 32px;
   height: auto;
   margin-bottom: -4px;
}
/* .choose-currency-options-switch {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
} */
.v-hidde{
  visibility: hidden;
}
#app {
  max-width: 540px;
  margin: 0 auto;
  padding: 20px;
}
.we-dont-save-card-details {
  color: #105073;
  font-size: 0.9rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-style: italic;  
}
.payment-submit-button.disabled {
  opacity: 0.5;
}
.error {
  color: #ff0000;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0.4rem;
  display: none;
}
.payment-errors{
  display: none;
  color: #ff0000;  
}
.payment-errors.visible {
  display: block;
  margin-top: 2rem;
}
.roland-sales-in-page-container-wrapper{
  min-height: 100vh;
  padding-top: 1rem;
}
.roland-sales-in-page-container {
  border-top: 5px solid #013558;
  border-bottom: 5px solid #013558;
  background: #fff;
  margin: 0 auto;  
  box-shadow: 0 0 2px 0 #7e7676;
  padding: 2rem;
  max-width: 980px;
  position: relative;
}
.roland-sales-in-page-container #app{
  padding: 0;
  max-width: 100%;
}
.roland-sales-in-page-container .section.what-you-get {
  margin-top: 6rem;
}
/* body.SLEEP101 .roland-sales-in-page-container .section.what-you-get {
  margin-top: 3rem;
} */
body.clean-popup {
  /* overflow: hidden; */
}
body .subheading {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-size: 1.1rem;
}
/* body.SLEEP101 .go-roland-payment-total-290320191257pm table tr:first-child td{
  color: #d85107;
  font-weight: bold;
} */
.roland-sales-in-page-container .section.total-payment {
  margin-top: 3rem;
}
.roland-sales-wrapper {
  display: flex;
  justify-content: space-between;  
}
.roland-sales-left {
  width: calc(60% - 40px);
}
.roland-sales-right {
  width: calc(40% - 20px);
}
.section.secure-images {
  display: flex;
}
.section.secure-images .secure-image{
  flex: 1;
  text-align: center;
}
.pricing-options .pricing-option:not(:last-child) {
  margin-bottom: 1rem;
}
.pricing-option {
  border: 2px solid #eee;
  padding: 25px;
  box-sizing: border-box !important;
  cursor: default;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.pricing-option.selected {
  border: 2px solid #d85107;
}
.pricing-option span.like-radio {
  color: grey;
  margin-right: 8px;
  font-size: 27px;
}
.pricing-option.selected span.like-radio {
  color: #d85107 !important;
}
.pricing-option .before-pricing-option-title {
  display: block;
  font-size: 16px;
  color: #f2661a;
  margin-bottom: 12px;
  font-weight: bold;
}
.pricing-option .after-pricing-option-title {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  padding-top: 8px;
  /* font-style: italic; */
  position: relative;  
}
.pricing-option .after-pricing-option-title span {
  display: inline-block;
}
/* .pricing-option .after-pricing-option-title::before {
  content: "+";  
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;  
  font-style: normal;
  font-weight: bold;
} */
body.COMMUNITY_SUB100 .pricing-option .center-text {
  font-size: 22px;
  font-weight: bold;
}
.pricing-options [data-sku="COMMUNITY_SUB100"] {    
  /* height: 126px; */
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-direction: column;
}
body.COMMUNITY_SUB100 .pricing-options [data-sku^="COMMUNITY_"] .center-text{
  font-weight: normal;
  font-size: 16px;
}
body.COMMUNITY_SUB100 .pricing-options [data-sku^="COMMUNITY_"] .center-text b {
  font-weight: bold;
  font-size: 20px;
} 
body.COMMUNITY_SUB100 .pricing-options [data-sku^="COMMUNITY_"] .before-pricing-option-title{
  font-size: 16px;
}
.section {
  margin-bottom: 1.8rem;
}
.section.what-you-get ul {
  list-style: none;
}
.section.what-you-get ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8rem;
}
.section.what-you-get ul li::before {
  content: "\02713";
  color: #d85107;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.go-roland-payment-total-290320191257pm {
  border: 2px solid #eaeaea;
  background: #fff;
  padding: 1em;  
}
.go-roland-payment-total-290320191257pm table tr td:last-child {
  width: 96px;
  font-weight: 500;
  text-align: right;
}
#payment-popup-price-total-040420190810am{
  font-weight: 600;
}
.go-roland-payment-total-290320191257pm table tr.discount td, .go-roland-payment-total-290320191257pm table tr.upsale td {
  color: #d85107;
}
.go-roland-payment-total-290320191257pm table tr td{
  padding: 5px;
  vertical-align: middle;
}
.section.contact-information .row:not(:last-child) {
  margin-bottom: 3rem;
}
.display-flex{
  display: flex;
}
.row.display-flex{
  justify-content: space-between;
}
.section.contact-information .half-width{
  width: calc(50% - 10px);
}
.section.coupon-code .box{
  border: 2px solid #d85107;
  padding: 1em;
  font-size: 15px;
  color: #d85107;
  border-radius: 5px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.section.coupon-code .box img{
  width: 25px;
}
.section.coupon-code .box span:first-child{
  flex: 1;
}
.section.coupon-code .box.editable{
  border: 0;
  padding: 0;
}
.section.coupon-code .box.editable span#coupon-code-field{
  padding: 1rem;
  border: 2px solid #eaeaea;
  border-right: 0;
  color: #d85107;
  background: #f5f5f5;
}
.section.coupon-code .box.editable span.btn{
  background: #fff;
  color: #d85107;
  padding: 1rem;
  border: 2px solid #d85107;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: default;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
}
.section.contact-information input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #acacac;
  padding-bottom: 7px;
  -webkit-appearance: none;
  border-radius: 0;
  outline-width: 0;
  outline: none;
  box-shadow: none;
  padding-left: 10px;
}
.section.contact-information input:focus,
.section.contact-information input:focus-visible {
  outline: none;
  box-shadow: none;
}
.section .heading {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1.8rem;
  padding-top: 1rem;
}
.roland-radio-container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.roland-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.roland-radio-container input:checked~.radiobtn {
  background-color: #d85107;
}
.roland-radio-container .radiobtn:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.radiobtn {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e7e9e6;
  border-radius: 50%;
  border: 1px solid #333;
}
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}
.roland-radio-container input:checked~.radiobtn:after {
  display: block;
}
/* .payment-options-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.7rem;
  padding-top: 0.5rem;
} */
.payment-option-google-apple-pay, .payment-option-sepa-card {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
#mandate-acceptance {
  margin-top: 1rem;
  color: grey;
}
#iban-element {
  border-bottom: 1px solid #acacac;
  padding: 5px;
  margin-top: 0.4rem;
}
.payment-options-switch{
  display: none;
}
/* .payment-options-switch .payment-option{
  margin-right: 4rem;
} */
.payment-option img, .payment-option svg, .payment-options-switch .selected img, .payment-options-switch .selected svg {
  width: 16px;
  position: relative;
  margin-left: 8px;
  top: 0 !important;
}
.hidden{
  display: none;
}
.coupon-error{ color: red;margin-top: 3px;}
.payment-submit-button {
  background-color: #d85107 !important;
  color: #fff;
  border: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  cursor: default;
  width: 70%;
  font-weight: 600;
}
.payment-submit-button u {
  font-size: 2rem;
  font-weight: 600;
}
.iagree-01092019 {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
}
.iagree-01092019 input[type="checkbox"] {
  margin-right: 0.5rem;
  display: inline-block;
  margin-top: 3px;
}
.iagree-01092019 label, .iagree-01092019 a {
  font-size: 0.9rem;
}
.iagree-01092019 a{
  color: #000;
  text-decoration: underline;
}
.testimonials-wrapper .cite {
  font-weight: bold;  
  padding: 1rem;
  background: #eaeaea;
  color: #252525;
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
/* .testimonials-wrapper .image {
  position: relative;
  top: -20px;
  left: 7px;
}
.testimonials-wrapper .image img {
  border-radius: 50%;
  border: 6px solid #f4f9ff;
  max-width: 87px;
}
.testimonials-wrapper .image-quote {
  display: flex;
} */
.testimonials-wrapper blockquote img {
  border-radius: 50%;
  border: 6px solid #f4f9ff;
  max-width: 87px;
  float: left;
  position: absolute;
  top: -64px;
  margin-right: 10px;
  margin-left: 10px;
}
.testimonials-wrapper blockquote {
  font-style: italic;
  color: grey;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.4rem;
  position: relative;
}
.section.testimonials {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.testimonial p {
  text-indent: 7rem;
  margin-top: 20px;
}
.testimonial {
  margin-bottom: 1.5rem;
}
.testimonials-wrapper {
  /* margin-top: 3.2rem; */
}
.roland-sales-in-page-container .testimonials-wrapper {
  display: flex;
  justify-content: space-between;
  /* margin-top: 1rem; */
}
.roland-sales-in-page-container .testimonial {
  /* width: calc(50% - 14px); */
  margin: 0;
}
.roland-sales-in-page-container .section.what-you-get ul li{
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
/* .roland-sales-in-page-container .section.testimonials {
  margin-bottom: 0;
  margin-top: 3rem;
} */
.roland-sales-in-page-container .section.secure-images {
  margin-top: 1rem;
}
.go-roland-payment-total-290320191257pm table tr:last-child td, #total-today-30082020 td {
  padding-top: 12px;
}
.payment-submit-button span.right-circled-angle {
  vertical-align: sub;
  margin-left: 10px;
  display: none;
}
.payment-submit-button span.right-circled-angle img {
  max-width: 33px;
}
.section.what-you-get ul li:first-child {
  margin-top: -4px;
}
.section.what-you-get ul li:last-child {
  margin-bottom: -10px;
}
.go-roland-payment-total-290320191257pm table {
  width: 100%;
}
.supported-cards {
  text-align: center;
  margin: 1.4rem auto;
  color: grey;
  width: 73%;
}
.supported-cards a {
  color: grey;
  text-decoration: underline;  
}
.supported-cards img {
  max-width: 104px;
}
.supported-cards figcaption {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.example.example2 {
  background-color: #fff;
}
.example.example2 .row {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 1.2rem 0;
}
.example.example2 .field {
  position: relative;
  width: 100%;
  height: 50px;
}
.example.example2 .field.half-width {
  width: calc(50% - 10px);
}
.example.example2 .field.quarter-width {
  width: calc(25% - 10px);
}
.example.example2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;  
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #acacac;
}
.example.example2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: grey;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.example.example2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}
.example.example2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.example.example2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.example.example2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.example.example2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}
.example.example2 .input.focused,
.example.example2 .input:not(.empty) {
  opacity: 1;
}
.example.example2 .input.focused::-webkit-input-placeholder,
.example.example2 .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}
.example.example2 .input.focused::-moz-placeholder,
.example.example2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}
.example.example2 .input.focused:-ms-input-placeholder,
.example.example2 .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}
.example.example2 .input.focused + label,
.example.example2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}
.example.example2 .input.focused + label {
  color: #1e6f92;
}
.example.example2 .input.invalid + label {
  color: #ffa27b;
}
.example.example2 .input.focused + label + .baseline {
  background-color: #1e6f92;
}
.example.example2 .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}
.example.example2 input,
.example.example2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}
.example.example2 input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
.example.example2 .StripeElement--webkit-autofill {
  background: transparent !important;
}
.example.example2 input,
.example.example2 button {
  -webkit-animation: 1ms void-animation-out;
}
.example.example2 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.example.example2 .error svg {
  margin-top: 0 !important;
}
.example.example2 .error svg .base {
  fill: #e25950;
}
.example.example2 .error svg .glyph {
  fill: #fff;
}
.example.example2 .error .message {
  color: #e25950;
}
.example.example2 .success .icon .border {
  stroke: #abe9d2;
}
.example.example2 .success .icon .checkmark {
  stroke: #24b47e;
}
.example.example2 .success .title {
  color: #32325d;
  font-size: 16px !important;
}
.example.example2 .success .message {
  color: #8898aa;
  font-size: 13px !important;
}
.example.example2 .success .reset path {
  fill: #24b47e;
}
/* The container */
.roland-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Hide the browser's default checkbox */
.roland-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.roland-checkbox-container .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #333;
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.roland-checkbox-container input:checked ~ .checkmark {
  background-color: #d85107;
}

/* Create the checkmark/indicator (hidden when not checked) */
.roland-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.roland-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.roland-checkbox-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* .section.ebook-cover-image img{
  border: 2px solid #eaeaea;
  padding: 1rem 2rem;
} */
.roland-sales-in-page-container .roland-sales-right .section.secure-images{
  margin-top: 2.5rem;
}

.section.choose-currency {
  margin-bottom: 3rem;
}
.section.contact-information {
  margin-bottom: 2rem;
}
.section.contact-information .heading{
  margin-bottom: 2.5rem;
}
div#upsale-container {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
}
#upsale-container img.scrollto {
  position: fixed;
  transform: rotate(180deg);
  top: 35px;
  right: 25px;
  cursor: pointer;
  filter: invert(0.3);
  z-index: 1;
}
.upsale-container-div {
  background-color: rgb(30,111,146);
  background-image: linear-gradient(rgb(30,111,146),rgb(30,111,146)) !important;
  min-height: 100vh;
}
.noscroll {
  overflow: hidden !important;
  height: 100vh;
}
@media (max-width: 980px) {
  .roland-sales-in-page-container-wrapper{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .payment-options-switch {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 950px) {
  .roland-sales-in-page-container-wrapper .payment-submit-button{
    width: 80%;
  }
}
@media (max-width: 830px) {
  .roland-sales-in-page-container-wrapper .payment-submit-button, .supported-cards{
    width: 100%;
  }
  
}
@media (min-width: 768px) {  
  .section.ebook-cover-image{
    margin-bottom: -5rem;
  }
  /* .roland-sales-in-page-container .roland-sales-right .section.secure-images{
    display: none;
  } */
}
@media (max-width: 768px) {
  .pricing-option .before-pricing-option-title {
    font-size: 13px;
  }
  .section.coupon-code {
    margin-top: 1.5rem;
  }
  .payment-options-switch {
    grid-template-columns: 1fr 1fr;
  }
  .roland-sales-in-page-container .section.total-payment {
    margin-top: 1.8rem;
  }
  /* .roland-sales-in-page-container .section.contact-information {
    margin-top: -1rem;
  } */
  .roland-sales-in-page-container .roland-sales-left .section.secure-images{
    display: none;
  }
  .roland-sales-in-page-container .row.display-flex{
    flex-direction: column;
  }
  .roland-sales-in-page-container .section.contact-information .half-width {
    width: 100%;
  }
  .roland-sales-in-page-container .section.contact-information .half-width:first-child{
    margin-bottom: 3rem;
  }
  .roland-sales-wrapper {
    flex-direction: column;
  }
  .roland-sales-left, .roland-sales-right{
    width: 100%;
  }
  .roland-sales-in-page-container .section.what-you-get {
    margin-top: 1rem;
  }
  .roland-sales-in-page-container .testimonials-wrapper{
    flex-direction: column;
  }
  .roland-sales-in-page-container .testimonial{    
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .payment-options-switch{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .testimonials-wrapper blockquote{
    text-align: left;
  }
  .payment-submit-button{
    font-size: 2rem;
  }
  .payment-submit-button span.right-circled-angle img{
    max-width: 33px;
  } 
}
@media (max-width: 412px) {
  .payment-submit-button {
    width: 100%;
  }
  .roland-radio-container {
    font-size: 0.85rem;
  }
  .payment-option img {
    width: 12px;
    top: 2px;
  }
  /* .payment-options-switch .payment-option{
    margin-right: 2rem;
  } */
  .testimonials-wrapper .cite {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  .payment-submit-button, .payment-submit-button u{
    font-size: 1.5rem;
  }
  .payment-submit-button span.right-circled-angle img{
    max-width: 30px;
  }
  .section.secure-images .secure-image img {
    width: 100px;
  }
}
