/* Tailwind */

/* Breitenbeschränkung für Inhalt */

/* allgemeine Styles */

body.plans main {
  isolation: isolate;
  overflow: hidden;
}

body.plans section#plans {
  display: flow-root;
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  body.plans section#plans {
    padding-bottom: 0px;
  }
}

body.plans section#plans:has(.head .payment-switch label > input[value=monthly]:checked) .plans .show-on-monthly {
  display: block;
}

body.plans section#plans:has(.head .payment-switch label > input[value=monthly]:checked) .plans .show-on-annually {
  display: none;
}

body.plans section#plans:has(.head .payment-switch label > input[value=annually]:checked) .plans .show-on-monthly {
  display: none;
}

body.plans section#plans:has(.head .payment-switch label > input[value=annually]:checked) .plans .show-on-annually {
  display: block;
}

body.plans section#plans .head {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  body.plans section#plans .head {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  body.plans section#plans .head {
    max-width: 90rem
  }
}

body.plans section#plans .head {
  position: relative;
  z-index: 10;
  padding-top: 3rem;
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 1024px) {
  body.plans section#plans .head {
    padding-top: 3.5rem;
  }
}

body.plans section#plans .head .ft-header-badge {
  display: none;
  text-align: center;
}

body.plans section#plans .head .h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  max-width: 800px;
}

body.plans section#plans .head .ft-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  width: 100%;
  text-align: center;
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 1024px) {
  body.plans section#plans .head .ft-lead {
    margin-top: 1rem;
  }
}

body.plans section#plans .head .ft-lead {
  max-width: 480px;
}

body.plans section#plans .payment-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

body.plans section#plans .payment-switch legend, body.plans section#plans .payment-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body.plans section#plans .payment-switch label {
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.plans section#plans .payment-switch label:has(>input:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.plans section#plans .plans {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  body.plans section#plans .plans {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  body.plans section#plans .plans {
    max-width: 90rem
  }
}

body.plans section#plans .plans {
  position: relative;
}

body.plans section#plans .plans .show-on-monthly {
  display: none;
}

body.plans section#plans .plans .show-on-annually {
  display: block;
}

body.plans section#plans .plans > div {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 28rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 1024px) {
  body.plans section#plans .plans > div {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -3.5rem;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.plans section#plans .plans .plan {
  position: relative;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(236 72 153 / 0.3);
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan {
    margin-bottom: 3.5rem;
    margin-top: 1rem;
  }
}

body.plans section#plans .plans .plan > div {
  padding: 2rem;
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  body.plans section#plans .plans .plan > div {
    padding: 2.5rem;
  }
}

body.plans section#plans .plans .plan > div h3 {
  margin-top: -0.5rem;
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

body.plans section#plans .plans .plan .info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  body.plans section#plans .plans .plan .info {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan .info {
    flex-direction: column;
    align-items: stretch;
  }
}

body.plans section#plans .plans .plan .info > div {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

body.plans section#plans .plans .plan .info > div > p {
  margin: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

body.plans section#plans .plans .plan .info > div > div {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.plans section#plans .plans .plan .info > div > div p:first-child {
  margin: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

body.plans section#plans .plans .plan .info > div > div p:last-child {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

body.plans section#plans .plans .plan .info hr {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: none;
  border-color: rgb(17 24 39 / 0.05);
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan .info hr {
    display: block;
  }
}

body.plans section#plans .plans .plan .info > p {
  margin: 0px;
  display: none;
  min-height: 3rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan .info > p {
    display: block;
  }
}

@media (min-width: 1430px) {
  body.plans section#plans .plans .plan .info > p {
    min-height: 0
  }
}

body.plans section#plans .plans .plan .features {
  margin-top: 2rem;
  display: flow-root;
}

@media (min-width: 640px) {
  body.plans section#plans .plans .plan .features {
    margin-top: 2.5rem;
  }
}

body.plans section#plans .plans .plan .features > p {
  margin: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  body.plans section#plans .plans .plan .features > p {
    margin-bottom: 1.25rem;
  }
}

body.plans section#plans .plans .plan .features .infoicon {
  height: 1.5rem;
  width: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%2394A3B8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z' /%3E%3C/svg%3E");
}

body.plans section#plans .plans .plan .features ul {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

body.plans section#plans .plans .plan .features ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(17 24 39 / 0.05);
}

body.plans section#plans .plans .plan .features ul {
  border-top-width: 1px;
  border-color: rgb(17 24 39 / 0.05);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan .features ul {
    border-top-width: 0px;
  }
}

body.plans section#plans .plans .plan .features ul li {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.plans section#plans .plans .plan .features ul li span {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.plans section#plans .plans .plan .features ul li svg {
  height: 1.5rem;
  width: 1.5rem;
  flex: none;
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

body.plans section#plans .plans .plan .features ul li button {
  border-radius: 9999px;
}

body.plans section#plans .plans .plan .features ul li button svg {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan:first-child:not(.highlighted) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  body.plans section#plans .plans .plan:nth-child(2):not(.highlighted) {
    border-radius: 0px;
  }

  body.plans section#plans .plans .plan:last-child:not(.highlighted) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
}

body.plans section#plans .plans .plan.highlighted {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

@media (min-width: 1024px) {
  body.plans section#plans .plans .plan.highlighted {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  body.plans section#plans .plans .plan.highlighted > div {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  body.plans section#plans .plans .plan.highlighted > div {
    padding-top: 3.5rem;
  }
}

body.plans section#features {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.plans section#features h2 {
  text-align: center;
}

body.plans section#features > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  body.plans section#features > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  body.plans section#features > div {
    max-width: 90rem
  }
}

body.plans section#features > div {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  body.plans section#features > div {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

body.plans section#features > div {
  min-height: 200px;
}

body.plans section#features > div > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 65ch;
  text-align: center;
}

body.plans section#features .features-grid {
  margin-top: 3.5rem;
}

@media (min-width: 1024px) {
  body.plans section#features .features-grid {
    margin-top: 5rem;
  }
}

body.plans section#features .features-grid dl {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px) {
  body.plans section#features .features-grid dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.plans section#features .features-grid dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.plans section#features .features-grid dl > div {
  padding-top: 2.5rem;
}

body.plans section#features .features-grid dl > div > div {
  display: flow-root;
  height: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}

body.plans section#features .features-grid dl > div > div > div {
  margin-top: -2.5rem;
}

body.plans section#features .features-grid dl > div > div > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.plans section#features .features-grid dl > div.highlight {
  position: relative;
}

@media (min-width: 640px) {
  body.plans section#features .features-grid dl > div.highlight {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body.plans section#features .features-grid dl > div.highlight:before {
  position: absolute;
  inset: 0px;
  top: 3rem;
  z-index: 0;
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  body.plans section#features .features-grid dl > div.highlight:before {
    left: 1rem;
    right: 1rem;
  }
}

body.plans section#features .features-grid dl > div.highlight:before {
  content: "";
}

body.plans section#features .features-grid dl > div.highlight:after {
  position: absolute;
  inset: 0px;
  top: 3rem;
  z-index: 0;
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  body.plans section#features .features-grid dl > div.highlight:after {
    left: 1rem;
    right: 1rem;
  }
}

body.plans section#features .features-grid dl > div.highlight:after {
  content: "";
}

body.plans section#features .features-grid dl > div.highlight > div {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

body.plans section#features .features-grid dl > div.highlight > div > div {
  margin-top: 0px;
}

body.plans section#features .features-grid dl > div.highlight dd {
  margin-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.plans section#features .features-grid dl > div.highlight .btn {
  margin-top: 1rem;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.plans section#features .features-grid dl > div.highlight .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

body.plans section#features .features-grid dt {
  margin-top: 1rem;
  text-align: center;
}

body.plans section#features .features-grid dd {
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.625;
}

body.plans section#features .features-grid .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.plans section#features .features-grid .icon > svg {
  height: 4rem;
  width: 4rem;
}

body.plans section#features .features-grid .icon > span {
  position: absolute;
}

body.plans section#features .features-grid .icon > span > svg {
  height: 2rem;
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* CTA */

body.plans section#cta .btn {
  margin-right: 0px;
}

body.plans section#cta .btn.plans {
  display: none;
}

body.upgrade main {
  isolation: isolate;
  overflow: hidden;
}

body.upgrade:has(.payment-switch label > input[value=monthly]:checked) #white .show-on-monthly {
  display: block;
}

body.upgrade:has(.payment-switch label > input[value=monthly]:checked) #white .show-on-annually {
  display: none;
}

body.upgrade:has(.payment-switch label > input[value=annually]:checked) #white .show-on-monthly {
  display: none;
}

body.upgrade:has(.payment-switch label > input[value=annually]:checked) #white .show-on-annually {
  display: block;
}

body.upgrade .payment-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

body.upgrade .payment-switch legend, body.upgrade .payment-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body.upgrade .payment-switch label {
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.upgrade .payment-switch label:has(>input:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.upgrade #blue {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
}

body.upgrade #blue > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  body.upgrade #blue > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  body.upgrade #blue > div {
    max-width: 90rem
  }
}

body.upgrade #blue > div {
  position: relative;
}

@media (min-width: 1280px) {
  body.upgrade #blue > div {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

body.upgrade #blue .left {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  body.upgrade #blue .left {
    width: 50%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    text-align: left;
  }
}

body.upgrade #blue .left .h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 24rem;
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 1024px) {
  body.upgrade #blue .left .h1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

body.upgrade #blue .left .h1 span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.upgrade #blue .left .ft-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: 28rem;
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 1024px) {
  body.upgrade #blue .left .ft-lead {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1rem;
  }
}

body.upgrade #blue .right {
  position: relative;
}

@media (min-width: 1024px) {
  body.upgrade #blue .right {
    position: absolute;
    right: 0px;
    top: 3.5rem;
    width: 50%;
  }
}

body.upgrade #blue .right .show-on-monthly {
  display: none;
}

body.upgrade #blue .right .show-on-annually {
  display: block;
}

body.upgrade #blue .right .plan {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4rem;
  max-width: 28rem;
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

@media (min-width: 1024px) {
  body.upgrade #blue .right .plan {
    margin-bottom: 0px;
    margin-top: 0px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-bottom: 0px;
  }
}

body.upgrade #blue .right .plan > div {
  padding: 2rem;
}

@media (min-width: 1024px) {
  body.upgrade #blue .right .plan > div {
    padding: 1.5rem;
  }
}

@media (min-width: 1280px) {
  body.upgrade #blue .right .plan > div {
    padding: 2rem;
  }
}

body.upgrade #blue .right .plan .features {
  display: flow-root;
}

body.upgrade #blue .right .plan .features .infoicon {
  height: 1.5rem;
  width: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%2394A3B8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z' /%3E%3C/svg%3E");
}

body.upgrade #blue .right .plan .features ul {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

body.upgrade #blue .right .plan .features ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(17 24 39 / 0.05);
}

body.upgrade #blue .right .plan .features ul {
  border-color: rgb(17 24 39 / 0.05);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body.upgrade #blue .right .plan .features ul {
    border-top-width: 0px;
  }
}

body.upgrade #blue .right .plan .features ul li {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  body.upgrade #blue .right .plan .features ul li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body.upgrade #blue .right .plan .features ul li div {
  flex: 1 1 0%;
}

body.upgrade #blue .right .plan .features ul li .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

body.upgrade #blue .right .plan .features ul li .info {
  display: none;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  body.upgrade #blue .right .plan .features ul li .info {
    display: block;
  }
}

body.upgrade #blue .right .plan .features ul li svg {
  height: 1.5rem;
  width: 1.5rem;
  flex: none;
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

body.upgrade #blue .right .plan .features ul li button {
  border-radius: 9999px;
}

@media (min-width: 1024px) {
  body.upgrade #blue .right .plan .features ul li button {
    display: none;
  }
}

body.upgrade #blue .right .plan .features ul li button svg {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

body.upgrade #white {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  body.upgrade #white {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  body.upgrade #white {
    margin-bottom: 8rem;
  }
}

body.upgrade #white > div {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  body.upgrade #white > div {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  body.upgrade #white > div {
    max-width: 90rem
  }
}

body.upgrade #white > div {
  text-align: center;
}

@media (min-width: 1280px) {
  body.upgrade #white > div {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

body.upgrade #white > div > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  body.upgrade #white > div > div {
    width: 50%;
    gap: 1rem;
  }
}

body.upgrade #white h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

body.upgrade #white .price {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

body.upgrade #white .price > p {
  margin: 0px;
  flex: none;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

body.upgrade #white .price > div {
  flex: none;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.upgrade #white .price > div p:first-child {
  margin: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

body.upgrade #white .price > div p:last-child {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

body.upgrade #white button {
  width: 100%;
}

@media (min-width: 640px) {
  body.upgrade #white button {
    width: 20rem;
  }
}