﻿
/* styles/_fonts.scss */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('https://static.accelerator.net/fonts/Nunito-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('https://static.accelerator.net/fonts/Nunito-300-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.accelerator.net/fonts/Nunito-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('https://static.accelerator.net/fonts/Nunito-400-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('https://static.accelerator.net/fonts/Nunito-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('https://static.accelerator.net/fonts/Nunito-600-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('https://static.accelerator.net/fonts/Nunito-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('https://static.accelerator.net/fonts/Nunito-700-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Louize/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 400;
  font-style: italic;
  src: url('./../fonts/Louize/Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 500;
  font-style: normal;
  src: url('./../fonts/Louize/Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 500;
  font-style: italic;
  src: url('./../fonts/Louize/Medium Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 700;
  font-style: normal;
  src: url('./../fonts/Louize/Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 700;
  font-style: italic;
  src: url('./../fonts/Louize/Bold Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Charter';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Charter/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/IBM-Plex-Mono/Regular.woff2') format('woff2');
}

/* styles/_variables.scss */
:root {
  --document-surface-color: #fff;
  --line-color: #E1E1E1;
  --surface-color: #fff;
  --surface-color-2: #f0f2f5;
  --surface-color-3: #f0f2f5;
  --surface-color-4: #f0f2f5;
  --color: #000;
  --color-2: #000;
  --color-3: #000;
  --button-color: #E3E7EE;
  --accent-color: #ff5924;
  --alert-color: #ff002e;
  --dropshadow-color: #BABFC2;
  --highlight-color: #fff6aa;
  --gutter: 80px;
  --bar-height: 60px;
  --col-gap: 25px;
  --backdrop-color: rgb(0 0 0 / 80%);
  --inset-top: 0px;
  --inset-bottom: 0px;
  --native-nav-gradient-inset: 20px;
  --note-divider-color: #748297;
  --shortcut-button: #e3e7ee;
  --sunrise-gradient: linear-gradient(113deg, #F2E5D7 1.23%, #DDCAB5 98.53%), #DDCAB5;
  --button-bg-color: #fff;
  --button-gradient: linear-gradient(90deg, #ED9EC0 0%, #F5BB79 50%, #FF3B21 100%);
  --fallback-box-shadow: 0px 77px 31px rgb(64 70 79 / 2%), 0px 43px 32px rgb(64 70 79 / 7%), 0px 19px 19px rgb(64 70 79 / 8%), 0px 2px 7px rgb(64 70 79 / 10%);
  --transition-ease: cubic-bezier(0.25, 0.1, 0, 1);
  --card-color: #909CAE;
  --card-logo-color: #909CAE;
  --card-shadow-color: #D4DCE7;
  --later-tag-background: #F0FFFE;
  --later-tag-color: #559490;
  --scrollbar-width: 8px;
  --scrollbar-color: #D0D8E5;
  --scrollbar-handle-color: #ebeef3;
  --scrollbar-handle-hover-color: #ebeef3;
}
body.native.ios {
  --native-nav-gradient-inset: 30px;
}
body.ipad {
  --inset-top: 10px;
  --inset-bottom: 10px;
}
@property --radius {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
@property --progress {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}

/* styles/_base.scss */
label {
  -webkit-user-select: none;
  user-select: none;
}
dialog, iframe {
  border: 0;
}
img:focus {
  outline: none;
}

/* styles/_typography.scss */
p, h1, h2, h3, h4, h5, h6, ul, ol {
  width: 100%;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  -webkit-font-smoothing: antialiased;
}
span, button {
  -webkit-font-smoothing: antialiased;
}
p, ul, ol, pre, blockquote {
  font-size: 1em;
}
h1 {
  font-size: 1.95em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
code {
  font: 1em 'IBM Plex Mono';
}
body.is-windows mymind-command-key {
  --text: 'CTRL';
}
mymind-command-key {
  font-style: normal;
}
mymind-command-key::before {
  content: var(--text, '\2318');
}

/* styles/_breakpoints.scss */

:root {
  --mm-body-color: #748297;
  --mm-body-bg: #f0f2f5;
  --mm-secondary: #626c7a;
  --mm-tertiary: #aeb9ca;
  --mm-border-color: #c8c8c8;
  --transition-ease: cubic-bezier(0.25, 0.1, 0, 1);
  --step-0: clamp(1rem, 0.9643rem + 0.1786vi, 1.125rem);
  --step-2: clamp(1.2656rem, 1.125rem + 0.7031vi, 1.7578rem);
  --step-3: clamp(1.4238rem, 1.2028rem + 1.1049vi, 2.1973rem);
  --step-4: clamp(1.6018rem, 1.2747rem + 1.6354vi, 2.7466rem);
  --step-9: clamp(2.8865rem, 1.3164rem + 7.8506vi, 8.3819rem);
  --space-3xs: clamp(0.25rem, 0.2321rem + 0.0893vi, 0.3125rem);
  --space-xs: clamp(0.75rem, 0.7143rem + 0.1786vi, 0.875rem);
  --space-s: clamp(1rem, 0.9643rem + 0.1786vi, 1.125rem);
  --space-m: clamp(1.5rem, 1.4464rem + 0.2679vi, 1.6875rem);
  --space-l: clamp(2rem, 1.9286rem + 0.3571vi, 2.25rem);
  --space-xl: clamp(2.5rem, 2.4107rem + 0.4464vi, 2.8125rem);
  --space-2xl: clamp(3rem, 2.8929rem + 0.5357vi, 3.375rem);
  --space-3xl: clamp(4rem, 3.8571rem + 0.7143vi, 4.5rem);
  --space-4xl: clamp(5rem, 4.8214rem + 0.8929vi, 5.625rem);
  --space-5xl: clamp(6rem, 5.7857rem + 1.0714vi, 6.75rem);
  --space-6xl: clamp(7rem, 6.75rem + 1.25vi, 7.875rem);
  --space-3xs-2xs: clamp(0.25rem, 0.1607rem + 0.4464vi, 0.5625rem);
  --space-xl-2xl: clamp(2.5rem, 2.25rem + 1.25vi, 3.375rem);
  --space-5xl-6xl: clamp(6rem, 5.4643rem + 2.6786vi, 7.875rem);
  --space-s-l: clamp(1rem, 0.6429rem + 1.7857vi, 2.25rem);
  --space-m-2xl: clamp(1.5rem, 0.9643rem + 2.6786vi, 3.375rem);
  --space-m-xl: clamp(1.5rem, 1.125rem + 1.875vi, 2.8125rem);
  --space-20-20: clamp(1.25rem, 1.25rem + 0vi, 1.25rem);
  --space-m-3xl: clamp(1.5rem, -1.9286rem + 7.1429vi, 4.5rem);
  --fluid-16-50: clamp(1rem, 0.3929rem + 3.0357vi, 3.125rem);
  --fluid-12-18: clamp(0.75rem, 0.6429rem + 0.5357vi, 1.125rem);
  --fluid-16-30: clamp(1rem, 0.75rem + 1.25vi, 1.875rem);
  --fluid-16-24-320: clamp(1rem, 0.8571rem + 0.7143vi, 1.5rem);
  --fluid-16-24: clamp(1rem, 0.4286rem + 1.1905vi, 1.5rem);
  --fluid-34-68: clamp(2.125rem, -0.3036rem + 5.0595vi, 4.25rem);
  --fluid-15-19: clamp(0.9375rem, 0.6518rem + 0.5952vi, 1.1875rem);
  --fluid-24-36: clamp(1.5rem, 0.6429rem + 1.7857vi, 2.25rem);
  --fluid-20-50: clamp(1.25rem, -0.8929rem + 4.4643vi, 3.125rem);
}
html, body {
  margin: 0;
  padding: 0;
  overscroll-behavior-y: none;
}
body {
  background-color: var(--mm-body-bg);
  font-family: 'Nunito';
  color: #748297;
}
h1, h2, h3, p {
  margin-block-end: 0;
}
body {
  background-image: url("./../images/plan-card/bg-gradient.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-size: 100% 422px;
}
main.upgrade .container {
  max-width: 92.25rem;
  padding-inline: var(--space-m-3xl, clamp(1.5rem, 0.6696rem + 4.1522vw, 4.5rem));
  margin-inline: auto;
}
main.upgrade .button-xl:disabled {
  background-color: #c3c3c3;
  pointer-events: none;
}
main.upgrade .button-xl {
  font-size: var(--fluid-12-18);
  padding-inline: var(--fluid-16-30);
}

/* styles/upgrade/_header.scss */
.container.header {
  font-family: 'Louize';
  padding-block-start: var(--space-6xl);
  padding-bottom: var(--space-xl);
}
.container.header > h1 {
  font-size: var(--step-9);
  margin: 0;
  letter-spacing: -0.06em;
  font-weight: 400;
  line-height: 91%;
  text-align: center;
  color: #2c3441;
  -webkit-user-select: none;
  user-select: none;
}
.back {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  padding-right: 24px;
  padding-left: 14px;
  padding-block: 6px;
  z-index: 9;
  color: var(--mm-body-color);
  position: fixed;
  top: 30px;
  left: 30px;
  cursor: pointer;
  transition: color 0.4s ease;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 85px;
}
.back:hover > .icon::before {
  background-color: var(--accent-color);
}
.back:hover {
  color: var(--accent-color);
}
.back > .icon::before {
  content: "";
  display: inline-block;
  margin-right: 1px;
  width: 16px;
  height: 16px;
  mask: url("./../icons/back.svg") center / contain no-repeat;
  background-color: var(--mm-body-color);
}
.back > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-inline-end: 4px;
  transition: opacity 0.4s ease;
}

/* styles/upgrade/_plan-bookmaker.scss */
.plan-bookmarker {
  margin-block-end: var(--space-5xl-6xl);
  padding-inline: var(--space-2xl);
}
.plan-bookmarker > .title {
  font-size: var(--step-2);
  font-weight: 400;
  margin-bottom: var(--space-s);
  text-align: center;
}
.plan-bookmarker > .box:hover .image {
  translate: 0 -10px;
}
.plan-bookmarker > .box:hover .image__shadow {
  translate: 0 10px;
}
.plan-bookmarker > .box .image > img {
  display: block;
  max-width: 100%;
}
.plan-bookmarker > .box .image {
  max-width: 125px;
  margin-inline-start: calc(-125px / 2);
  transition: 0.4s translate ease-out;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
}
.plan-bookmarker > .box .image__shadow > img {
  display: block;
  max-width: 100%;
}
.plan-bookmarker > .box .image__shadow {
  margin-top: 12px;
  transition: 0.4s translate ease-out;
}
.plan-bookmarker > .box .item-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.plan-bookmarker > .box .left .title {
  text-align: center;
  margin: 0;
  font: 400 var(--fluid-16-50) / 0.9 'Louize';
  letter-spacing: -0.04em;
  color: #000;
}
.plan-bookmarker > .box .left .price {
  display: block;
  font: 500 var(--step-3) / normal 'Louize';
  letter-spacing: -0.05em;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: var(--space-s);
  color: var(--accent-color);
}
.plan-bookmarker > .box .left .original-price {
  display: block;
  font: 400 var(--step-2) / normal 'Louize';
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: line-through;
  padding: 0;
  margin-top: -15px;
  margin-bottom: 20px;
}
.plan-bookmarker > .box .left {
  min-inline-size: 36ch;
  text-align: center;
}
.plan-bookmarker > .box .right {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-l);
}
.plan-bookmarker > .box p {
  box-sizing: border-box;
  margin-block: 0;
  font-size: var(--fluid-16-24-320);
  padding-inline-end: var(--space-xl);
}
.plan-bookmarker > .box .separator {
  width: 1px;
  height: 100%;
  background-color: #d6d8da;
  margin-inline: var(--fluid-20-50);
  min-height: 239px;
}
.plan-bookmarker > .box {
  position: relative;
  padding-block: var(--space-m-xl);
  border-radius: 10px;
  background: #fff;
  margin-block-end: var(--space-m-xl);
  display: flex;
  max-width: 1000px;
  margin-inline: auto;
  column-gap: var(--space-m-2xl);
  align-items: center;
}
@media (max-width: 1024px) {
  .plan-bookmarker .box .left {
    min-inline-size: 21ch;
  }
}

/* styles/upgrade/_upgrade_content.scss */
.upgrade__content .intro .title {
  font-size: var(--step-2);
  color: var(--accent-color);
  font-weight: 400;
  margin-bottom: var(--space-s);
}
.upgrade__content .intro .text:first-of-type {
  margin-block-start: 0;
}
.upgrade__content .intro .text a {
  color: var(--accent-color);
  font-weight: 400;
}
.upgrade__content .intro .text {
  font: 400 var(--step-4) / 1.2 'Louize';
  letter-spacing: -0.03em;
  margin-block-start: 1em;
}
.upgrade__content .intro {
  max-width: 755px;
  margin-inline: auto;
  text-align: center;
  color: #000;
}
.upgrade__content .features .title {
  max-width: 680px;
  text-align: center;
  margin-inline: auto;
  margin-block-end: var(--space-l);
}
.upgrade__content .features {
  font-size: var(--step-2);
  font-weight: 400;
}
.upgrade__content .outro .title {
  font-size: var(--step-3);
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
  color: #000;
}
.upgrade__content .outro .text a:hover {
  color: var(--accent-color);
}
.upgrade__content .outro .text a {
  text-decoration: none;
  color: #748297;
}
.upgrade__content .outro .text {
  font-size: var(--step-0);
  line-height: 23px;
  color: #748297;
  margin: 0;
}
.upgrade__content .outro .icon.lock {
  width: 37px;
  height: 50px;
  mask-image: url("./../icons/lock.svg");
  margin-right: 16px;
}
.upgrade__content .outro .icon.phone {
  width: 30px;
  height: 56px;
  margin-right: 16px;
  mask-image: url("./../icons/phone.svg");
}
.upgrade__content .outro .icon.support {
  width: 50px;
  height: 57px;
  margin-right: 20px;
  mask-image: url("./../icons/support.svg");
}
.upgrade__content .outro .icon {
  width: 40px;
  height: 40px;
  background: #9ca8ba;
  margin-right: 20px;
  flex-shrink: 0;
}
.upgrade__content .outro .item:not(:last-child) {
  margin-bottom: 30px;
}
.upgrade__content .outro .item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
.upgrade__content .outro .grid {
  display: flex;
  align-items: center;
}
.upgrade__content .outro {
  max-width: 900px;
  margin: var(--space-5xl) auto;
}
@media (min-width: 769px) {
  .upgrade__content .outro .item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .upgrade__content .features {
    margin-block-end: var(--space-s);
    margin-block-start: var(--space-6xl);
    max-width: 1054px;
    margin-inline: auto;
  }
}

/* styles/upgrade/_upgrade_footer.scss */
.upgrade__footer {
  position: relative;
  z-index: 3;
  padding: 0 30px;
  margin: 100px 0 50px 0;
  text-align: center;
  color: #748297;
}
.upgrade__footer .text a:hover {
  color: var(--accent-color);
}
.upgrade__footer .text a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  display: block;
}
.upgrade__footer .text {
  font: 600 var(--step-2) / normal 'Nunito';
  margin: 0;
}

/* styles/upgrade/_section-animation.scss */
[animation="text-intro"] {
  opacity: 0;
  transform: translateY(100px);
}
[animation="text-intro"].lazy-content-visible {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s var(--transition-ease);
  transition-property: opacity, transform;
}
[animation="fade-in"] {
  opacity: 0;
}
[animation="fade-in"].lazy-content-visible {
  opacity: 1;
  transition: 1.2s var(--transition-ease);
  transition-property: opacity, transform;
}
[animation="plan-box-fadein"] {
  opacity: 0;
}
[animation="plan-box-fadein"] .plan::before {
  opacity: 0;
}
[animation="plan-box-fadein"] .plan-image img:not(.discount) {
  opacity: 0;
}
[animation="plan-box-fadein"] .plan-image .discount {
  opacity: 0;
  rotate: -42deg;
  transform-origin: right top;
}
[animation="plan-box-fadein"] .plan-title,
[animation="plan-box-fadein"] .price-wrap,
[animation="plan-box-fadein"] .button-wrap,
[animation="plan-box-fadein"] .features,
[animation="plan-box-fadein"] .line-center,
[animation="plan-box-fadein"] .yearly-upsell {
  opacity: 0;
}
[animation="plan-box-fadein"].lazy-content-visible .plan::before {
  opacity: 1;
  transition: 0.8s var(--transition-ease);
  transition-delay: 0.4s;
  transition-property: opacity, transform;
}
[animation="plan-box-fadein"].lazy-content-visible .plan-image img:not(.discount) {
  opacity: 1;
  transition: 0.8s var(--transition-ease);
  transition-delay: 0.4s;
  transition-property: opacity, transform;
}
[animation="plan-box-fadein"].lazy-content-visible .discount {
  rotate: 0deg;
  transform-origin: right top;
  opacity: 1;
  transition: 1s var(--transition-ease);
  transition-delay: 0.8s;
  transition-property: opacity, rotate;
}
[animation="plan-box-fadein"].lazy-content-visible .plan-title,
[animation="plan-box-fadein"].lazy-content-visible .price-wrap,
[animation="plan-box-fadein"].lazy-content-visible .button-wrap,
[animation="plan-box-fadein"].lazy-content-visible .features,
[animation="plan-box-fadein"].lazy-content-visible .line-center,
[animation="plan-box-fadein"].lazy-content-visible .yearly-upsell {
  opacity: 1;
  transition: 1s var(--transition-ease);
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}
[animation="plan-box-fadein"].lazy-content-visible {
  opacity: 1;
  transition: 0.4s var(--transition-ease);
  transition-property: opacity, transform;
}
@keyframes animatedBackground {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 200%;
  }
}

/* styles/components/PlanMatrix.scss */
mymind-plan-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-block-end: var(--space-5xl-6xl);
  margin-block-start: var(--space-xl-2xl);
  max-width: 1280px;
  margin-inline: auto;
}
mymind-plan-matrix ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
mymind-plan-matrix .plan:before {
  content: "";
  box-shadow: -10px -10px 26px rgba(0, 0, 0, 0.06), 26px 26px 40px rgba(0, 0, 0, 0.11);
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  height: 86%;
  top: 14%;
  width: 100%;
  left: 0;
  background-color: #fff;
}
mymind-plan-matrix .plan .plan__content {
  position: relative;
  z-index: 1;
}
mymind-plan-matrix .plan .price-wrap {
  margin-block-end: var(--space-l);
}
mymind-plan-matrix .plan .price {
  display: block;
  font: 500 var(--step-3) / normal 'Louize';
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--accent-color);
}
mymind-plan-matrix .plan .original-price {
  display: block;
  font: 400 var(--step-2) / normal 'Louize';
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: line-through;
}
mymind-plan-matrix .plan .features li:hover {
  z-index: 3;
}
mymind-plan-matrix .plan .features li.all-features {
  font-weight: 600;
}
mymind-plan-matrix .plan .features li:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.3em;
  mask: url("./../images/plan-card/checkmark.svg") center / cover no-repeat;
  aspect-ratio: 19 / 19;
  width: 2vw;
  max-width: 19px;
}
mymind-plan-matrix .plan .features li.all-features::before {
  background-color: var(--accent-color);
}
mymind-plan-matrix .plan .features li.all-features::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0.3em;
  mask: url("./../images/plan-card/checkmark.svg") center / cover no-repeat;
  background-color: var(--accent-color);
  width: 18px;
  mask-repeat: no-repeat;
  mask-position: center;
  aspect-ratio: 19 / 19;
  width: 2vw;
  max-width: 19px;
}
mymind-plan-matrix .plan .features li.accent::before {
  background-color: var(--accent-color);
}
mymind-plan-matrix .plan .features li.accent {
  color: var(--accent-color);
}
mymind-plan-matrix .plan .features li {
  position: relative;
  padding-left: var(--fluid-24-36);
  z-index: 2;
}
mymind-plan-matrix .plan .features {
  font-size: var(--fluid-16-24);
  margin-block-start: var(--space-xl);
  padding-inline-start: var(--space-m);
  color: var(--mm-secondary);
  margin-block-end: var(--space-4xl);
}
mymind-plan-matrix .plan .has-tooltip > .content::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: auto;
  left: calc(50% - 6.5px);
  bottom: -5px;
  background: #fff;
  rotate: 45deg;
  border-radius: 5px;
}
mymind-plan-matrix .plan .has-tooltip > .content .accent {
  color: var(--accent-color);
}
mymind-plan-matrix .plan .has-tooltip > .content {
  position: absolute;
  top: 0;
  left: calc(50% - var(--width, 277px) / 2);
  width: var(--width, 277px);
  translate: 0 calc(-100% - 5px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 147px rgb(0 0 0 / 23%);
  font-size: var(--fluid-15-19);
  line-height: 1.3;
  color: #4d5f78;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  padding: 15px;
  transition: translate 0.3s ease, opacity 0.3s ease;
  will-change: opacity, translate;
  z-index: 2;
}
mymind-plan-matrix .plan .has-tooltip:hover > .content {
  opacity: 1;
  translate: 0 calc(-100% - 10px);
}
mymind-plan-matrix .plan .has-tooltip {
  position: relative;
  display: inline-flex;
  z-index: 30;
  translate: 0 -1px;
}
mymind-plan-matrix .plan .button-wrap {
  text-align: center;
}
mymind-plan-matrix .plan.plan-1:before {
  border-radius: 20px 0 0 20px;
  height: 89%;
}
mymind-plan-matrix .plan.plan-1 .plan-title h2 {
  font-size: var(--fluid-16-50);
}
mymind-plan-matrix .plan.plan-1:hover .plan-image {
  translate: 0 -10px;
}
mymind-plan-matrix .plan.plan-1:hover .plan-image__shadow {
  translate: -50% 0;
}
mymind-plan-matrix .plan.plan-1 .plan-image {
  max-width: 49%;
}
mymind-plan-matrix .plan.plan-1 {
  margin-top: var(--space-2xl);
  height: fit-content;
  z-index: 2;
}
mymind-plan-matrix .plan.plan-2:hover .plan-image {
  translate: 0 -10px;
}
mymind-plan-matrix .plan.plan-2:hover .plan-image__shadow {
  translate: -50% 0;
}
mymind-plan-matrix .plan.plan-3:before {
  border-radius: 0 20px 20px 0;
  height: 89%;
}
mymind-plan-matrix .plan.plan-3:hover .plan-image {
  translate: 0 -10px;
}
mymind-plan-matrix .plan.plan-3:hover .plan-image__shadow {
  translate: -50% -11px;
}
mymind-plan-matrix .plan.plan-3 .plan-title h2 {
  font-size: var(--fluid-16-50);
}
mymind-plan-matrix .plan.plan-3 .button-wrap {
  display: none;
}
mymind-plan-matrix .plan.plan-3 .plan-image {
  max-width: 69.5%;
  margin-top: -24px;
}
mymind-plan-matrix .plan.plan-3 .plan-image__shadow {
  margin-top: -18px;
}
mymind-plan-matrix .plan.plan-3 .line-center:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  translate: -50%;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
}
mymind-plan-matrix .plan.plan-3 .line-center li {
  padding-block: var(--space-l);
  background-color: #fff;
  position: relative;
  color: #aeb9ca;
  max-inline-size: 290px;
  margin-inline: auto;
}
mymind-plan-matrix .plan.plan-3 .line-center {
  font-size: var(--fluid-16-24);
  text-align: center;
  line-height: 1.4;
  padding-block: var(--space-3xl);
  position: relative;
  margin-bottom: var(--space-xl);
}
mymind-plan-matrix .plan.plan-3 {
  margin-top: var(--space-2xl);
  height: fit-content;
  z-index: 2;
}
mymind-plan-matrix .plan {
  position: relative;
  padding-inline: var(--fluid-24-36);
  z-index: 3;
}
mymind-plan-matrix.monthly .monthly-offer {
  display: block;
}
mymind-plan-matrix.monthly .yearly-offer {
  display: none;
}
mymind-plan-matrix.yearly .yearly-offer {
  display: block;
}
mymind-plan-matrix.yearly .monthly-offer {
  display: none;
}
mymind-plan-matrix .plan-image > img {
  display: block;
  max-width: 100%;
}
mymind-plan-matrix .plan-image__shadow {
  width: calc(100% - 15px);
  margin-inline: auto;
  margin-top: var(--space-xs);
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  bottom: -48px;
  transition: 0.4s translate ease-out;
}
mymind-plan-matrix .plan-image .discount {
  position: absolute;
  bottom: -12%;
  right: -8%;
  max-width: 51%;
  z-index: 2;
}
mymind-plan-matrix .plan-image {
  position: relative;
  max-width: 58%;
  margin-inline: auto;
  margin-block-end: var(--space-m-3xl);
  transition: 0.4s translate ease-out;
  -webkit-user-select: none;
  user-select: none;
}
mymind-plan-matrix .plan-title h2 {
  text-align: center;
  margin: 0;
  font-size: var(--fluid-34-68);
  font-family: 'Louize';
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: #000;
}
mymind-plan-matrix .plan-title {
  margin-top: var(--space-s);
  text-align: center;
}
.discount-tag {
  text-align: center;
}
.discount-tag-button {
  position: relative;
  box-sizing: border-box;
  padding-inline: var(--space-s);
  padding-block: var(--space-3xs);
  border-radius: 4px;
  text-align: center;
  color: #345585;
  background-color: var(--mm-body-bg);
  font-size: var(--fluid-15-19);
  display: inline-flex;
}
.discount-tag-button::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  content: "";
  border-radius: 8px;
  background: linear-gradient(90deg, #11b1ff, #95f96b, #39f4c7, #fbff25, #fe6016);
  background-size: 200%;
  transition: opacity 0.4s ease-out;
  animation: animatedBackground 4s linear infinite;
}
@media (max-width: 1366px) {
  .plan.plan-1, .plan.plan-3 {
    margin-top: var(--space-4xl);
  }
}
@media (max-width: 1024px) {
  .plan.plan-1, .plan.plan-3 {
    margin-top: var(--space-3xl);
  }
  mymind-plan-matrix .plan.plan-1:before {
    top: 12%;
    height: 78.5%;
  }
  mymind-plan-matrix .plan.plan-3:before {
    top: 12%;
    height: 82%;
  }
  mymind-plan-matrix .plan::before {
    top: 10%;
    height: 89%;
  }
  mymind-plan-matrix .plan .features {
    padding-inline-start: 0;
  }
  mymind-plan-matrix .plan.plan-3 .plan-image {
    margin-block-start: 0;
  }
  mymind-plan-matrix .plan.plan-3 .plan-image__shadow {
    margin-block-start: 0;
  }
  mymind-plan-matrix .plan.plan-3 .line-center {
    padding-block: var(--space-3xl);
  }
  mymind-plan-matrix .plan-image__shadow {
    bottom: -35px;
  }
}
.plan-image__shadow > img {
  display: block;
  max-width: 100%;
}
.billing-cycle-toggle {
  max-width: 240px;
  margin-inline: auto;
  background: #e2e7ef;
  position: relative;
  overflow: clip;
  border-radius: 100px;
  display: flex;
  width: 100%;
  height: 40px;
  margin-block-start: var(--space-2xl);
}
.billing-cycle-toggle .bg {
  position: absolute;
  width: 50%;
  background-color: #fff;
  height: 100%;
  z-index: 0;
  translate: 0px 0px;
  transition: 0.4s var(--transition-ease);
  transition-property: translate;
}
.billing-cycle-toggle.monthly .bg {
  translate: 0px 0px;
}
.billing-cycle-toggle.yearly .bg {
  translate: 100% 0;
}
.billing-cycle-toggle button.yearly {
  justify-content: center;
  gap: 5px;
}
.billing-cycle-toggle button > small {
  font-size: 10px;
  font-weight: 700;
  max-inline-size: 4ch;
  line-height: 11px;
}
.billing-cycle-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  max-width: 120px;
  text-align: center;
  color: #7e90a7;
  letter-spacing: -0.05em;
  font: 600 20px / 1 'Nunito';
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 800px) {
  .plan-image__shadow {
    bottom: -24px;
  }
}
@media (min-width: 1024px) {
  .plan .features li.all-features::after {
    left: -11px;
  }
  mymind-plan-matrix .plan.plan-1:before {
    top: 17%;
    height: 78.5%;
  }
  mymind-plan-matrix .plan.plan-3:before {
    top: 19%;
    height: 82%;
  }
}
@media (min-width: 1366px) {
  mymind-plan-matrix .plan.plan-1:before {
    top: 18%;
    height: 79.5%;
  }
  mymind-plan-matrix .plan.plan-3:before {
    top: 19%;
    height: 85%;
  }
  mymind-plan-matrix .plan.plan-1 .plan-title {
    margin-top: -10px;
  }
  mymind-plan-matrix .plan.plan-3 .plan-title {
    margin-top: -26px;
  }
  mymind-plan-matrix .plan-title {
    margin-top: var(--space-l);
  }
}

/* styles/components/Backdrop.scss */
mymind-backdrop {
  position: fixed;
  background-color: var(--backdrop-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease;
  z-index: 31;
}
mymind-backdrop.clear {
  --backdrop-color: transparent;
}
mymind-backdrop.for-menu {
  --backdrop-color: light-dark(rgb(167 180 198 / 60%), rgb(42 51 64 / 80%));
}
mymind-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .delete-space-confirmation {
    --backdrop-color: light-dark(rgb(167 180 198 / 60%), rgb(42 51 64 / 80%));
  }
}

/* styles/components/Lightbox.scss */
mymind-lightbox {
  --gutter: 50px;
  position: fixed;
  left: var(--gutter);
  top: var(--gutter);
  width: calc(100% - var(--gutter) * 2);
  height: calc(100vh - var(--gutter) * 2);
  display: none;
  z-index: 100;
  transition: scale 150ms ease-out, translate 150ms ease-out;
  will-change: scale, translate;
  pointer-events: none;
}
mymind-lightbox > .close:hover {
  --close-hover-opacity: 1;
}
mymind-lightbox > .close {
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  opacity: var(--close-hover-opacity, 0.5);
  border-radius: 15px;
  height: 30px;
  background-color: rgba(217, 217, 217, 0.2);
  color: #fff;
  padding: 0 10px;
  transition: opacity 0.5s 100ms;
}
mymind-lightbox-close-bar {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 50px;
  padding: 0;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 100;
}
mymind-lightbox-close-bar button::before {
  background-color: #fff;
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  mask: url('./../icons/close-arrow.svg') center / contain no-repeat;
  margin-right: 5px;
}
mymind-lightbox-close-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 600 15px / 1 'Nunito';
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 100ms ease;
  margin-top: 2vh;
}
mymind-lightbox-close-bar:hover button {
  visibility: visible;
  opacity: 0.5;
}
body:has(mymind-lightbox.open) mymind-lightbox-close-bar {
  display: flex;
}
body:has(mymind-lightbox-close-bar:hover) mymind-backdrop {
  opacity: 0.8 !important;
}
mymind-lightbox-close-bar:hover + mymind-lightbox {
  --close-hover-opacity: 1;
  scale: 0.995;
  translate: 0px 20px;
}
mymind-lightbox.open {
  display: block;
  pointer-events: all;
}
mymind-lightbox.open .wrap {
  translate: 0 0;
  opacity: 1;
}
body:has(mymind-lightbox > .intro-video) mymind-lightbox-close-bar {
  display: none !important;
}
@media (max-width: 1024px) {
  mymind-lightbox {
    --gutter: 0px;
  }
}
@media (max-width: 960px) {
  mymind-lightbox-close-bar {
    display: none !important;
  }
}
mymind-lightbox > .introduction-video .close:hover {
  opacity: 1;
}
mymind-lightbox > .introduction-video .close p {
  display: none;
}
mymind-lightbox > .introduction-video .close {
  position: absolute;
  right: -20px;
  top: -20px;
  display: block;
  width: 30px;
  height: 30px;
  mask: url('./../icons/close.svg') center / contain no-repeat;
  background: #B6C0CF;
}
mymind-lightbox > .introduction-video video {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
mymind-lightbox > .introduction-video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
body:has(mymind-lightbox.open) mymind-backdrop:hover {
  opacity: 0.8;
}
body:has(mymind-lightbox.open) mymind-backdrop {
  opacity: 1;
  pointer-events: all;
}

/* styles/components/Modal.scss */
.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: var(--backdrop-color, #748297cc);
  box-sizing: border-box;
}
.modal .close:hover {
  scale: 1.1;
  opacity: 1;
}
.modal .close {
  --size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: var(--size);
  height: var(--size);
  mask: url("./../icons/close.svg") center / cover no-repeat;
  background-color: var(--color);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}
.modal.open {
  display: flex;
}
.modal::backdrop {
  background-color: #748297cc;
}
.modal.glass {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal > .box.centered {
  justify-content: center;
  align-items: center;
}
.modal > .box .actions > .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.modal > .box .actions a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #4e5663;
}
.modal > .box .actions {
  width: 100%;
}
.modal > .box .content h2 {
  font: 50px / 55px Louize;
  letter-spacing: -0.03em;
  color: var(--color);
  margin-bottom: 10px;
}
.modal > .box .content p a {
  color: var(--accent-color);
}
.modal > .box .content p {
  font-weight: 300;
  font-size: 21px;
  line-height: 33px;
  color: var(--color-2);
}
.modal > .box {
  position: relative;
  display: flex;
  flex-flow: var(--flow, row);
  width: var(--width, 100%);
  height: var(--height, auto);
  background-color: var(--surface-color);
  box-shadow: -5px -5px 22px rgb(0 0 0 / 6%), 24px 24px 44px rgb(0 0 0 / 22%);
  box-sizing: border-box;
  border-radius: var(--border-radius, 10px);
}
.modal.active {
  display: flex;
}
.modal img {
  -webkit-user-select: none;
  user-select: none;
}
.modal.side-by-side .box > .lhs {
  padding: 20px 60px;
  width: 50%;
  box-sizing: border-box;
}
.modal.side-by-side .box > .rhs .actions {
  position: absolute;
  bottom: 0px;
  padding-bottom: 30px;
}
.modal.side-by-side .box > .rhs {
  width: 50%;
  box-sizing: border-box;
  background-color: #000;
  background-image: url("./../images/sitting-thinker-outline.svg");
  background-repeat: no-repeat;
  background-position: center 30%;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.notice .action.help {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #afb6c1;
  text-decoration: none;
}
.modal.notice .box .content p {
  font: 400 22px / 35px 'Nunito';
}
.modal.notice .box .content {
  width: 100%;
  padding: 0 40px 20px 40px;
  text-align: center;
  position: relative;
}
.modal.notice .box .actions .row:first-of-type {
  margin-bottom: 15px;
}
.modal.notice .box {
  --width: 600px;
}
#bulk-upload-upsell > .box,
#file-too-large-upsell > .box {
  --width: 800;
  --height: 500px;
}
.tom-introduction-modal {
  --border-radius: 8px;
  --backdrop-color: rgb(17 19 26 / 90%);
  will-change: opacity;
}
.tom-introduction-modal > .box .lhs span {
  font: 400 13px / 1.46 'Nunito';
  letter-spacing: 0.18em;
  color: light-dark(#626c7a, #fff);
}
.tom-introduction-modal > .box .lhs h3 {
  margin: 25px 0;
  font: 400 50px / 1 Louize;
  letter-spacing: -0.03em;
  color: var(--color);
}
.tom-introduction-modal > .box .lhs p {
  font: 400 21px / 1.4 'Nunito';
  letter-spacing: -0.01em;
  color: light-dark(rgb(0 0 0 / 50%), #a7b4c6);
  margin-bottom: 20px;
}
.tom-introduction-modal > .box .lhs button:hover {
  opacity: 0.6;
}
.tom-introduction-modal > .box .lhs button {
  width: 138px;
  padding: 12px 0 10px;
  font: 400 13px / 1 'Nunito';
  transition: opacity 0.6s ease;
}
.tom-introduction-modal > .box .lhs {
  width: 30%;
}
.tom-introduction-modal > .box .rhs {
  width: 60%;
  height: 560px;
  background: url("./../images/tom/lightbox-image.webp") right center / contain no-repeat;
}
.tom-introduction-modal > .box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  padding: 60px 0 60px 135px;
  background-color: var(--surface-color-2);
  background-image: url("./../images/tom/lightbox-bg.png");
  background-position: center center;
  background-size: cover;
  box-shadow: -5px -5px 22px rgb(98 108 122 / 15%), 24px 24px 44px rgb(98 108 122 / 22%);
}
.same-vibe-modal {
  --border-radius: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.same-vibe-modal > .box .lhs h3 {
  margin: 0;
  font: 400 79px / 1 Louize;
  letter-spacing: -0.08em;
  color: light-dark(#5e2e22, #f2dbc1);
}
.same-vibe-modal > .box .lhs p:last-of-type {
  margin-top: 0;
}
.same-vibe-modal > .box .lhs p {
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  color: light-dark(#3a140a, #d3a694);
  font-size: 21px;
  font-weight: 300;
}
.same-vibe-modal > .box .lhs .button-theme {
  --height: 44px;
  --button-color: light-dark(#5e2e22, #ffe4d9);
  --button-bg-color: light-dark(#fff, #523c34);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 28px;
  margin-top: 28px;
}
.same-vibe-modal > .box .lhs {
  width: 40%;
}
.same-vibe-modal > .box .rhs img:first-child {
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.same-vibe-modal > .box .rhs img:nth-child(2) {
  width: 161px;
  top: -63px;
  left: -54px;
  z-index: 1;
}
.same-vibe-modal > .box .rhs img:nth-child(3) {
  width: 154px;
  z-index: 2;
  top: 15px;
  right: -100px;
}
.same-vibe-modal > .box .rhs img:nth-child(4) {
  width: 174px;
  z-index: -1;
  bottom: -87px;
  left: -68px;
}
.same-vibe-modal > .box .rhs img:nth-child(5) {
  width: 143px;
  bottom: -59px;
  right: -63px;
  z-index: 1;
}
.same-vibe-modal > .box .rhs img {
  position: absolute;
  opacity: 0;
}
.same-vibe-modal > .box .rhs {
  width: 50%;
  height: 378px;
  max-width: 304px;
  position: relative;
  margin-right: 5vw;
}
.same-vibe-modal > .box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  padding: 150px 112px;
  background: var(--sunrise-gradient);
  box-shadow: 22px 22px 55px 0px rgba(0, 0, 0, 0.32);
}
.update-vibe-modal {
  background: rgba(0, 0, 0, 0.9);
}
.update-vibe-modal > .box {
  padding: 20px;
  background-color: transparent;
  display: flex;
  box-shadow: none;
  align-items: center;
  flex-direction: column;
  color: #fff;
  max-width: 500px;
}
.update-vibe-modal .processing-content {
  max-width: 80px;
}
.update-vibe-modal .box-upgrade.is-hidden {
  opacity: 0;
  height: 0;
}
.update-vibe-modal .box-upgrade--content {
  max-width: 380px;
  letter-spacing: -0.01em;
  font-size: 25px;
  font-weight: 300;
}
.update-vibe-modal .box-upgrade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s opacity ease-in 3s;
}
.update-vibe-modal .box-updated.is-shown {
  opacity: 1;
  height: auto;
}
.update-vibe-modal .box-updated-icon {
  background-color: #fff;
  border-radius: 99999px;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: spin 2.5s linear forwards 5s;
}
.update-vibe-modal .box-updated--content {
  max-width: 450px;
  letter-spacing: -0.01em;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 40px;
}
.update-vibe-modal .box-updated .button-updated-vibe:hover {
  opacity: 0.4;
}
.update-vibe-modal .box-updated .button-updated-vibe {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  height: auto;
  padding: 13px 28px;
  border-radius: 100px;
  transition: opacity 0.4s ease-in-out;
}
.update-vibe-modal .box-updated {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  height: 0;
  transition: 0.5s opacity ease-in 1s;
}
.rename-tag-modal > .box > h2 {
  font: 400 40px / 1 "Louize";
  margin: 0 0 30px 0;
  letter-spacing: -0.03em;
  color: #3e4b5f;
  -webkit-user-select: none;
  user-select: none;
}
.rename-tag-modal > .box > form input {
  text-align: center;
  background-color: #fbfcfd;
  border-color: #d2ddec;
  border-radius: 3px;
}
.rename-tag-modal > .box > form > .actions button:hover {
  background-color: var(--accent-color);
  color: white;
}
.rename-tag-modal > .box > form > .actions button {
  background-color: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  padding: 15px 32px;
  transition: background-color ease-in-out 0.4s;
}
.rename-tag-modal > .box > form > .actions {
  margin-top: 20px;
}
.rename-tag-modal > .box > form {
  width: 100%;
  margin: 20px 0 0 0;
}
.rename-tag-modal > .box {
  --flow: column;
  --width: 500px;
  --border-radius: 10px;
  margin: 50px;
  padding: 50px;
  text-align: center;
}
.delete-tag-confirmation > .box h3 {
  margin: 0 auto 10px;
  font: 400 45px / 1.09 Louize;
  letter-spacing: -0.04em;
  color: #3E4B5F;
  margin-bottom: 30px;
}
.delete-tag-confirmation > .box p {
  --color: #697a94;
  margin: 0 auto;
  font: 400 19px / 25px 'Nunito';
  letter-spacing: -0.01em;
  color: var(--color);
  margin-bottom: 48px;
}
.delete-tag-confirmation > .box button {
  --height: 52px;
  text-transform: uppercase;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.delete-tag-confirmation > .box button.cancel {
  margin-top: 20px;
  appearance: none;
  background-color: transparent;
  font: 600 17px / 18px 'Nunito';
  text-align: center;
  letter-spacing: 0.06em;
  color: #748297;
  max-width: 220px;
}
.delete-tag-confirmation > .box {
  --width: 500px;
  --flow: column;
  --border-radius: 10px;
  padding: 40px 45px;
  text-align: center;
  background-color: var(--surface-color-2);
}
@media (width <= 1024px) {
  .modal {
    padding: 0;
    overflow: auto;
  }
  .modal.side-by-side .box {
    margin: 110px auto 20px;
  }
  .modal > .box > .lhs h2 {
    margin-top: 30px;
  }
  .modal > .box > .lhs {
    width: 100% !important;
    padding: 20px 8vw !important;
  }
  .modal > .box > .rhs {
    width: 100% !important;
    height: 350px;
    border-radius: 0 0 10px 10px !important;
  }
  .modal > .box {
    --width: 90%;
    height: auto;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .same-vibe-modal > .box > .lhs {
    padding: 40px 5vw !important;
  }
  .same-vibe-modal > .box > .rhs {
    margin: 100px auto;
  }
  .same-vibe-modal > .box {
    padding: 40px;
  }
}
.billing-modal.modal.notice .box .content h2 {
  color: #ff2f54;
}
.billing-modal.modal.notice .box .content p {
  font-size: 20px;
}
.billing-modal.modal.notice .box {
  --width: 520px;
}
.billing-modal.modal.notice button {
  text-transform: uppercase;
}
.billing-modal.modal.notice .outside-note {
  position: absolute;
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  bottom: -65px;
}
@media (width <= 520px) {
  .billing-modal.modal.notice {
    --border-radius: 0;
  }
  .billing-modal.modal.notice > .box .content h2 {
    font-size: 9vw;
  }
}
.upsell-modal {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.upsell-modal .background-close {
  position: fixed;
  inset: 0;
  background: transparent;
}
.upsell-modal > .box > .close {
  background: rgb(255 255 255 / 30%);
}
.upsell-modal > .box {
  width: 1118px;
  display: flex;
  color: light-dark(#292F39, #fff);
  background: initial;
  overflow: hidden;
}
.upsell-modal .left {
  flex: 0 0 474px;
  padding: 0 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: light-dark(#F0F2F5, #181B25);
}
.upsell-modal .right img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.06, 1.06);
  filter: blur(30px);
}
.upsell-modal .right {
  overflow: hidden;
}
.upsell-modal .subtitle {
  color: #FF5924;
  font: 600 normal 12px / normal 'Nunito';
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 0;
}
.upsell-modal h2 {
  font: 400 normal 64px / 0.8 'Louize';
  letter-spacing: -4.48px;
  margin: 10px 0 0;
}
.upsell-modal .description {
  color: light-dark(#646C79, #97A5BB);
  line-height: 28px;
  font-size: 19px;
  margin: 48px 0;
  letter-spacing: -0.01em;
}
.upsell-modal .upgrade-btn {
  width: 265px;
  text-align: center;
  background: #FF5924;
  color: #FFF;
  font: 700 normal 16px / 44px 'Nunito';
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 64px;
  margin: 0 0 16px;
  letter-spacing: 1.6px;
}
.upsell-modal .see-btn svg circle {
  stroke: light-dark(#646C79, #97A5BB);
}
.upsell-modal .see-btn svg path {
  fill: light(#646C79, #97A5BB);
}
.upsell-modal .see-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 265px;
  font: 700 normal 16px / 44px 'Nunito';
  justify-content: center;
  border-radius: 64px;
  border: 1px solid light-dark(rgb(100 108 121 / 20%), rgb(151 165 187 / 20%));
  gap: 8px;
  text-transform: uppercase;
  color: light-dark(#646C79, #97A5BB);
  letter-spacing: 1.6px;
}

/* styles/components/Button.scss */
button {
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-family: 'Nunito';
  -webkit-tap-highlight-color: transparent;
}
button[disabled]:hover {
  background: #D6D6D6;
}
button[disabled] {
  background: #D6D6D6;
}
button.orange {
  background-color: var(--accent-color);
  border-radius: 30px;
  width: 240px;
  font: 600 15px / 18px 'Nunito';
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  transition: background-color 50ms linear;
}
button.orange:hover {
  background-color: #f03a00;
}
button.orange.auto {
  width: auto;
}
.button-danger {
  background-color: var(--alert-color);
  color: #fff;
}
.button-danger:hover {
  background-color: #cc0025;
}
.button-gray {
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 95px;
  background: #748297;
}
button.standard {
  --height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: var(--color, #fff);
  background: var(--background, #748297);
  border-radius: calc(var(--height) / 2);
  height: var(--height);
  width: auto;
  font-size: 16px;
}
button.standard:hover {
  opacity: 0.9;
}
button.standard.white {
  --background: #fff;
  --color: #748297;
}
button.standard.accented {
  --color: #fff;
  --background: var(--accent-color);
}
button.standard.gray {
  --color: #748297;
  --background: #F0F2F5;
}
.button-orange {
  background-color: var(--accent-color);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
.button-orange:hover {
  background-color: #da4110;
}
.button-ggg {
  --surface-color: light-dark(#626C7A, #626c7a);
  --color: light-dark(#fff, #1d1e28);
  background-color: var(--surface-color);
  color: var(--color);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 1px;
}
.button-ggg[disabled] {
  --surface-color: light-dark(#d3d3d3, #626c7a);
  pointer-events: none;
}
.button-ggg:hover {
  --surface-color: light-dark(#ff8057, var(--accent-color));
}
.button-white {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
}
.button-green {
  background-color: #30BE35;
  color: #fff;
}
.button-offwhite {
  color: #626c7a;
  background-color: #fff;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0, 1);
}
.button-offwhite:hover {
  opacity: 0.6;
}
.button-theme {
  color: var(--button-color);
  background-color: var(--button-bg-color);
}
.button-theme:hover {
  opacity: 0.6;
}
.button-s, .button-m, .button-l, .button-xl {
  border-radius: calc(var(--height) / 2);
  height: var(--height);
  width: auto;
  letter-spacing: 0.1em;
}
.button-s {
  --height: 30px;
  font: 400 11px / 1 'Nunito';
}
.button-m {
  --height: 40px;
  font: 600 13px / 1 'Nunito';
  padding: 0 20px;
}
.button-l {
  --height: 40px;
  font: 600 16px / 1 'Nunito';
  padding: 0 25px;
}
.button-xl {
  --height: 50px;
  font: 500 18px / 1 'Nunito';
  padding: 0 30px;
}
button.bold {
  font-weight: 700;
}
.button-danger-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--alert-color);
  color: var(--alert-color);
  text-transform: uppercase;
  font-weight: 700;
}
.button-danger-outline:hover {
  background-color: var(--alert-color);
  color: #fff;
}
button.white-outline {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
button.white-outline[disabled] {
  background: transparent;
  opacity: 0.5;
}
button.white-outline[disabled]:hover {
  background: transparent;
}
.space-button {
  --surface-color: light-dark(#fff, #1d1e28);
  --color: light-dark(#748297, #748297);
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  background-color: var(--surface-color);
  transition: filter 100ms ease-in;
}
.space-button > mm-circle {
  margin-right: 12px;
  --color: var(--accent-color);
  --radius: 9px;
  --stroke-width: 3px;
}
.space-button > span {
  display: block;
  font: 600 14px / 1 'Nunito';
  text-decoration: none;
  letter-spacing: 0.05em;
  color: var(--color);
}
.space-button:hover {
  filter: drop-shadow(8px 8px 10px light-dark(rgb(116 130 151 / 30%), rgb(0 0 0 / 30%)));
}
.button-onboard {
  display: block;
  width: 170px;
  margin: 25px auto 0;
  padding: 12px 0 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 50px;
}
button.upload-from-device {
  display: flex;
  box-sizing: border-box;
  height: 44px;
  font: 700 14px / 1 'Nunito';
  align-items: center;
  letter-spacing: 0.05em;
  color: var(--color);
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 22px;
  filter: drop-shadow(8px 8px 33px rgb(116 130 151 / 30%));
}
button.upload-from-device::before {
  --color: var(--accent-color);
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background: var(--color);
  mask: url('./../icons/upload.svg') center / 23px 23px no-repeat;
}
mymind-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 40px;
  box-sizing: border-box;
  background-color: var(--accent-color);
  border-radius: 30px;
  font: 600 15px / 18px 'Nunito';
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  white-space: nowrap;
  transition: background-color 50ms linear;
}
mymind-button.processing {
  pointer-events: none;
}
mymind-button:hover {
  background-color: #f03a00;
}

/* styles/components/ChangePlanModal.scss */
.change-plan-modal {
  --border-radius: 10px;
  padding: 100px;
  background-color: rgb(116 130 151 / 80%);
}
.change-plan-modal > .box h3 {
  margin: 0 auto 10px;
  font: 400 50px / 1.09 Louize;
  letter-spacing: -.04em;
  color: #000;
}
.change-plan-modal > .box p {
  margin: 0 auto;
  letter-spacing: -.02em;
}
.change-plan-modal > .box p.red {
  font: 400 24px / 33px 'Nunito';
}
.change-plan-modal > .box ul > li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  background-color: #fb002d;
  mask: url('./../icons/close.svg') center / 30px 30px no-repeat;
  translate: 0 -50%;
}
.change-plan-modal > .box ul > li {
  position: relative;
  padding-left: 15px;
  font: 400 24px / 37px 'Nunito';
  letter-spacing: -.02em;
}
.change-plan-modal > .box ul {
  max-width: 280px;
  position: relative;
  left: 15px;
  margin: 40px auto 0;
  list-style-type: none;
  text-align: left;
}
.change-plan-modal > .box .actions button.orange {
  display: block;
  position: relative;
  margin: 40px auto 20px;
  padding: 12px 0 10px;
  font: 400 18px / 22px 'Nunito';
}
.change-plan-modal > .box .actions mymind-button {
  height: 44px;
  margin: 40px auto 20px;
  padding: 12px 25px 10px;
  font: 400 18px / 22px 'Nunito';
}
.change-plan-modal > .box .actions .nevermind {
  font: 600 18px / 22px 'Nunito';
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #748297;
}
.change-plan-modal > .box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 659px;
  padding: 60px 90px;
  text-align: center;
  background-color: var(--surface-color-2);
}
.change-plan-content {
  width: 100%;
  margin: 0 auto;
  color: #30435f;
}
.change-plan-content .red {
  color: #ff002e;
}
@media (max-width: 768px) {
  .change-plan-modal {
    --border-radius: 0px;
    padding: 0 15px;
  }
  .change-plan-modal > .box ul li {
    font-size: 1.35rem;
  }
  .change-plan-modal > .box ul {
    max-width: none;
  }
  .change-plan-modal > .box {
    width: 100% !important;
    height: auto;
    padding: 40px 20px;
  }
  .change-plan-content h3 br {
    display: none;
  }
}
@media (min-width: 769px) {
  .change-plan--upgrade .wrap {
    height: 495px;
    padding: 60px 140px;
  }
}
.credit-note {
  color: #748297;
  text-align: center;
  font: 400 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) {
  --color: #748297;
}
.change-plan-modal:not(.downgrading) > .box h3 {
  color: light-dark(#000, #BBC7D9);
}
.change-plan-modal:not(.downgrading) > .box {
  padding: 40px 40px 20px;
  background-color: #fff;
  background-color: light-dark(#fff, #14161D);
  max-width: 604px;
}
.change-plan-modal:not(.downgrading) .plan-change-details {
  margin: 40px 0 0 0;
  border-radius: 10px;
  background: #EDF1F8;
  background: light-dark(#EDF1F8, #1D1E27);
}
.change-plan-modal:not(.downgrading) .row > .lhs {
  flex-grow: 1;
  padding: 15px;
}
.change-plan-modal:not(.downgrading) .row > .rhs span.amount {
  color: var(--color);
}
.change-plan-modal:not(.downgrading) .row > .rhs {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 15px;
}
.change-plan-modal:not(.downgrading) .row p {
  color: var(--color);
  font: 400 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .row {
  display: flex;
  flex-direction: row;
  text-align: left;
}
.change-plan-modal:not(.downgrading) .row .amount {
  font: 700 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) hr {
  border-style: solid;
  border-width: 0.5px;
  border-color: #CFD7E3;
  border-color: light-dark(#CFD7E3, #2D3034);
  margin: 0 10px;
}
.change-plan-modal:not(.downgrading) .green {
  color: #119C05;
}
.change-plan-modal:not(.downgrading) .accented {
  font-weight: 500;
  color: var(--accent-color);
}
.change-plan-modal:not(.downgrading) .row label {
  color: #748297;
  font: 700 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .lines .line > label {
  flex-grow: 1;
  color: var(--color);
  font: 500 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .lines .line > .amount {
  color: var(--color);
  font: 500 20px / 28px Nunito;
}
.change-plan-modal:not(.downgrading) .lines .line.total > label {
  font-weight: 700;
}
.change-plan-modal:not(.downgrading) .lines .line.total > .amount {
  font-weight: 700;
}
.change-plan-modal:not(.downgrading) .lines .line.total {
  border-top: 1px solid #B9C1CD;
  border-color: light-dark(#B9C1CD, #2D3034);
  margin-top: 10px;
  padding-top: 10px;
}
.change-plan-modal:not(.downgrading) .lines .line {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-bottom: 5px;
}
.change-plan-modal:not(.downgrading) .lines {
  padding: 15px;
}
.change-plan-modal:not(.downgrading) .confirm-text {
  margin: 0;
  color: var(--color);
  text-align: center;
  font: 400 15px / 20px Nunito;
}

/* styles/components/MobilePlanMatrix.scss */
@media (min-width: 769px) {
  .upgrade__mobile {
    display: none;
  }
}
.plan-icon-shadow img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .upgrade__footer, .billing-cycle-toggle, .upgrade__content, .plan-bookmarker, mymind-plan-matrix, .discount-section,
.upgrade .back,
.upgrade .hero-plan {
    display: none;
  }
  main.upgrade header h1 {
    -webkit-user-select: none;
    user-select: none;
  }
  main.upgrade header {
    padding-block-start: 50px;
  }
}
.mobile-sun {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: url('./../images/upgrade/bg.webp') top / cover no-repeat;
  width: 100%;
  height: 50vh;
  pointer-events: none;
  overflow: clip;
}
.upgrade__mobile {
  padding: 0 15px 35px;
  -webkit-user-select: none;
  user-select: none;
}
.mobile-offer.plan-2-monthly a img {
  width: clamp(75%, 75%, 85px);
  margin-top: -20%;
}
.mobile-offer.plan-1-monthly a img,
.mobile-offer.plan-2-yearly a img {
  width: clamp(65%, 65%, 85px);
  margin-top: -40%;
}
.upgrade__mobile .plan-1-feature-list,
.upgrade__mobile .plan-2-feature-list {
  display: none;
}
.upgrade__mobile.plan-1-selected .plan-1-feature-list {
  display: block;
}
.upgrade__mobile.plan-2-selected .plan-2-feature-list {
  display: block;
}
ul.mobile-plan-matrix {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
ul.mobile-plan-matrix > li.active {
  box-shadow: 0 0 0 3px var(--accent-color);
}
ul.mobile-plan-matrix > li:nth-child(2) {
  top: 5px;
  padding: 0 0 20px;
}
ul.mobile-plan-matrix > li:last-child::before {
  width: 87px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  padding: 3px 0;
  font-size: 12px;
  font-weight: 600;
  content: 'SAVE ~20%';
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 5px;
  background-color: var(--accent-color);
  translate: -50% 0;
}
ul.mobile-plan-matrix > li:last-child {
  margin-right: 0;
}
ul.mobile-plan-matrix > li a > img {
  -webkit-user-select: none;
  user-select: none;
}
ul.mobile-plan-matrix > li a {
  text-align: center;
  text-decoration: none;
  color: #2c3441;
  -webkit-user-select: none;
  user-select: none;
}
ul.mobile-plan-matrix > li h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 10px;
}
ul.mobile-plan-matrix > li span.price > .amount {
  display: block;
  font: 400 32px / 1 'Louize';
  letter-spacing: -.05em;
}
ul.mobile-plan-matrix > li span.price > .period {
  display: block;
  margin: 0 auto 15px;
  font: 700 12px / 1 'Nunito';
  letter-spacing: 0.06em;
  color: #748297;
}
ul.mobile-plan-matrix > li span.price {
  display: block;
}
ul.mobile-plan-matrix > li {
  display: inline-flex;
  justify-content: center;
  width: 32%;
  position: relative;
  margin-right: 0.7vw;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 33px rgb(185 24 24 / 20%);
  -webkit-user-select: none;
  user-select: none;
  margin-top: 40px;
  cursor: pointer;
}
.upgrade__mobile-features {
  margin-top: 30px;
}
.upgrade__mobile-features .action-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.upgrade__mobile-features ul li::before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 5px;
  background-color: #000;
  translate: 0 -50%;
  mask: url('./../icons/checkmark.svg') center / contain no-repeat;
}
.upgrade__mobile-features ul li.accent::before {
  background-color: var(--accent-color);
}
.upgrade__mobile-features ul li.accent {
  font-weight: 600;
  color: var(--accent-color);
}
.upgrade__mobile-features ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #243854;
}
.upgrade__mobile-features ul {
  display: none;
  width: 205px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  padding-left: 45px;
}
.upgrade__mobile-bottom {
  margin-top: 20px;
  text-align: center;
}
.upgrade__mobile-bottom mymind-button {
  height: 50px;
  width: 256px;
  margin: 0 auto 8px;
  font-size: 16px;
  overflow: clip;
}
.upgrade__mobile-bottom p {
  font-size: 14px;
  line-height: 1;
  color: var(--accent-color);
}
.upgrade__mobile-features .subscribe-button {
  pointer-events: none;
  opacity: 0.3;
}
.upgrade__mobile-legal {
  margin-top: 40px;
  text-align: center;
}
.upgrade__mobile-legal a {
  font-size: 15px;
  text-decoration: none;
  color: #748297;
}
.selected-plan .upgrade__mobile-features .subscribe-button {
  opacity: 1;
  pointer-events: all;
}
.upgrade__mobile-features .subscribe-button {
  pointer-events: none;
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

/* styles/components/SpecialOfferInterstitial.scss */
.special-offer-interstitial {
  --backdrop-color: rgba(0, 0, 0, 85%);
}
.special-offer-interstitial .bg {
  background-image: url("./../images/plan-card/abandon-bg.webp");
  width: 100%;
  height: 100%;
  inset: 0;
  left: 0;
  top: 0;
  position: fixed;
  background-size: 770px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  animation: spin 60s linear infinite;
}
.special-offer-interstitial .content {
  text-align: center;
}
.special-offer-interstitial h3 {
  color: #fff;
  font: 400 95px / 1 'Louize';
  letter-spacing: -0.07em;
  max-inline-size: 15ch;
  text-align: center;
  margin-block: 0;
}
.special-offer-interstitial .loader {
  max-inline-size: 770px;
  margin-inline: auto;
  min-height: 443px;
}
.special-offer-interstitial .wrap .animate-box img.two {
  position: absolute;
  z-index: -1;
  rotate: 0;
  transform-origin: bottom;
  max-width: 201px;
  bottom: 20px;
  left: -45px;
  width: 245px;
}
.special-offer-interstitial .wrap .animate-box img.three {
  position: absolute;
  z-index: -1;
  rotate: 0;
  transform-origin: bottom;
  max-width: 201px;
  bottom: 20px;
  right: -45px;
  width: 245px;
}
.special-offer-interstitial .wrap .animate-box img.deal {
  aspect-ratio: 92 / 116;
  height: fit-content;
  position: absolute;
  max-width: 92px;
  right: -11px;
  bottom: -33px;
  transform-origin: right top;
}
.special-offer-interstitial .wrap .animate-box img {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: block;
}
.special-offer-interstitial .wrap .animate-box {
  max-width: 245px;
  display: inline-flex;
  position: relative;
}
.special-offer-interstitial .wrap {
  margin-block: 50px 80px;
}
.special-offer-interstitial .link:hover {
  color: var(--accent-color);
}
.special-offer-interstitial .link {
  background: none;
  border: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  color: #656565;
}

/* styles/components/Celebration.scss */
.celebration .section-celebration-1 .feature-card h2 {
  color: #3A2C41;
}
.celebration .section-celebration-1 .feature-card p {
  color: #706379;
}
.celebration .section-celebration-1 .button-cta {
  background: #3A2C41;
}
.celebration .section-celebration-1 .letter span {
  background: linear-gradient(180deg, #50355F 40%, rgba(80, 53, 95, 0) 71.77%);
}
.celebration .section-celebration-1 .logo path {
  fill: #634673;
}
.celebration .section-celebration-1 .back-home:hover {
  color: #FFF;
  background: rgba(99, 70, 115, 1);
}
.celebration .section-celebration-1 .back-home {
  background: rgba(99, 70, 115, 0.08);
  color: rgba(99, 70, 115, 1);
}
.celebration .section-celebration-1 .cards-instruction svg path {
  fill: #634673;
}
.celebration .section-celebration-1 {
  color: #5A3D6A;
}
.celebration .section-celebration-2 .feature-card h2 {
  color: #2C3441;
}
.celebration .section-celebration-2 .feature-card p {
  color: #646C79;
}
.celebration .section-celebration-2 .button-cta {
  background: #2C3441;
}
.celebration .section-celebration-2 .letter span {
  background: linear-gradient(180deg, #274075 40%, rgba(39, 64, 117, 0) 71.77%);
}
.celebration .section-celebration-2 .logo path {
  fill: #274075;
}
.celebration .section-celebration-2 .back-home:hover {
  color: #FFF;
  background: rgba(39, 64, 117, 1);
}
.celebration .section-celebration-2 .back-home {
  background: rgba(39, 64, 117, 0.08);
  color: rgba(39, 64, 117, 1);
}
.celebration .section-celebration-2 .cards-instruction svg path {
  fill: #274075;
}
.celebration .section-celebration-2 {
  color: #274075;
}
.celebration .section-celebration-5 .feature-card h2 {
  color: #2B2B2B;
}
.celebration .section-celebration-5 .feature-card p {
  color: #8C8C8C;
}
.celebration .section-celebration-5 .button-cta {
  background: #2B2B2B;
}
.celebration .section-celebration-5 .letter span {
  background: linear-gradient(180deg, #3F3F3F 40%, rgba(63, 63, 63, 0) 71.77%);
}
.celebration .section-celebration-5 .logo path {
  fill: #2B2B2B;
}
.celebration .section-celebration-5 .back-home:hover {
  color: #FFF;
  background: rgba(43, 43, 43, 1);
}
.celebration .section-celebration-5 .back-home {
  background: rgba(43, 43, 43, 0.08);
  color: rgba(43, 43, 43, 1);
}
.celebration .section-celebration-5 .cards-instruction svg path {
  fill: #2B2B2B;
}
.celebration .section-celebration-5 {
  color: #2B2B2B;
}
.celebration .section-celebration .last {
  opacity: 0;
  z-index: 4;
  position: relative;
}
.celebration .section-celebration .logo {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 10vw;
  height: auto;
  max-width: 160px;
  opacity: 0;
  z-index: 4;
}
.celebration .section-celebration .back-home {
  height: 29px;
  position: absolute;
  top: 32px;
  right: 32px;
  display: inline-block;
  width: max-content;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 18px;
  border-radius: 64px;
  font: 600 normal 12px / 29px 'Nunito';
  letter-spacing: 0.6px;
  z-index: 4;
  opacity: 0;
  transition: 0.2s;
}
.celebration .section-celebration .subtitle {
  opacity: 0;
  position: absolute;
  width: 100%;
  font: 500 2vw / normal 'Louize';
  z-index: 4;
  -webkit-user-select: none;
  user-select: none;
}
.celebration .section-celebration .description {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.celebration .section-celebration .grad-foreground {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: -42%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.celebration .section-celebration .grad-background {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: -42%;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.celebration .section-celebration .name-content {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.celebration .section-celebration .side-grad1 {
  left: 0;
  background: linear-gradient(90deg, rgba(240, 242, 245, 0.7) 0%, rgba(240, 242, 245, 0) 100%);
}
.celebration .section-celebration .side-grad2 {
  right: 0;
  background: linear-gradient(90deg, rgba(240, 242, 245, 0) 0%, rgba(240, 242, 245, 0.7) 100%);
}
.celebration .section-celebration .side-grad {
  position: fixed;
  top: -80px;
  height: 100vh;
  width: 9vw;
  z-index: 3;
}
.celebration .section-celebration {
  min-height: 100vh;
  background-color: #F0F2F5;
  text-align: center;
}
.celebration .celebration-tpl {
  padding: 90px 0 100px;
}
.celebration .plan-name .letter {
  -webkit-clip-path: polygon(-40% 0, -40% 100%, 160% 100%, 160% 0);
  clip-path: polygon(-40% 0, -40% 100%, 160% 100%, 160% 0);
  letter-spacing: -0.03em;
  -webkit-user-select: none;
  user-select: none;
}
.celebration .plan-name span {
  display: inline-block;
  will-change: transform;
}
.celebration .plan-name .letter span {
  transform: translate(0, 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.14em;
  margin: 0 -0.08em;
}
.celebration .plan-name.off .letter {
  -webkit-clip-path: initial;
  clip-path: initial;
}
.celebration .plan-name {
  display: flex;
  justify-content: center;
  font: 500 14vw / normal 'Louize';
  position: relative;
  z-index: 2;
}
.celebration .background-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44%;
  z-index: -1;
  transition: opacity 0.2s;
}
.celebration .cards-instruction p {
  margin: -5px 0 0;
}
.celebration .cards-instruction {
  display: none;
  text-align: center;
  font-size: 14px;
  padding: 0 0 25px;
}
.feature-card-list {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.feature-card-list > .container.center {
  margin: 0 auto;
}
.feature-card-list > .container {
  width: max-content;
  white-space: nowrap;
  display: flex;
  gap: 32px;
  padding: 0 100px 100px;
}
.feature-card-list img {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: 0;
  left: 0;
}
.feature-card-list h2 {
  font: 500 28px / normal 'Louize';
  letter-spacing: -1.4px;
  padding: 15px 30px 0;
  box-sizing: border-box;
}
.feature-card-list p {
  padding: 0 30px;
  margin: -10px 0 0;
  box-sizing: border-box;
  font-size: 14px;
}
.feature-card-list .button-cta.watch {
  padding: 0 8px;
}
.feature-card-list .button-cta {
  font-size: 12px;
  display: inline-flex;
  height: 26px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  color: #FFF;
  border-radius: 1.3em;
  margin: 15px 0 0 30px;
}
a.feature-card {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a.feature-card:focus {
  outline: none;
}
.feature-card {
  width: 330px;
  aspect-ratio: 327 / 430;
  border-radius: 22px;
  box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
  background-color: #FFF;
  opacity: 0;
  transform: translate(0, 100%);
  position: relative;
  text-align: left;
  white-space: initial;
  transition: box-shadow 0.3s;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.feature-card:focus {
  outline: none;
}
.feature-card h2 {
  margin-block-end: 0.5em;
}
.feature-card:hover {
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
}
.feature-card.advanced-ai .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(196, 177, 161, 1) 100%);
}
.feature-card.advanced-ai:hover .background-gradient {
  opacity: 0.3;
}
.feature-card.card2 .background-gradient {
  opacity: 0.1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 89, 36, 1) 100%);
}
.feature-card.card2:hover .background-gradient {
  opacity: 0.16;
}
.feature-card.card3 .background-gradient {
  opacity: 0.15;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 134, 190, 1) 100%);
}
.feature-card.card3:hover .background-gradient {
  opacity: 0.2;
}
.feature-card.card4 .background-gradient {
  opacity: 0.15;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(132, 139, 149, 1) 100%);
}
.feature-card.card4:hover .background-gradient {
  opacity: 0.2;
}
.feature-card.card5 .background-gradient {
  opacity: 0.1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(224, 174, 118, 1) 100%);
}
.feature-card.card5:hover .background-gradient {
  opacity: 0.2;
}
.feature-card.ai-tagging .background-gradient {
  opacity: 0.15;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(132, 169, 212, 1) 100%);
}
.feature-card.ai-tagging:hover .background-gradient {
  opacity: 0.25;
}
.feature-card.card7 .background-gradient {
  opacity: 0.15;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(171, 215, 202, 1) 100%);
}
.feature-card.card7:hover .background-gradient {
  opacity: 0.25;
}
.feature-card.card8 .background-gradient {
  opacity: 0.08;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 150, 145, 1) 100%);
}
.feature-card.card8:hover .background-gradient {
  opacity: 0.15;
}
.feature-card.card9 .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(180, 183, 225, 1) 100%);
}
.feature-card.card9:hover .background-gradient {
  opacity: 0.3;
}
.feature-card.same-vibe-feature-card .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(130, 205, 247, 1) 100%);
}
.feature-card.same-vibe-feature-card:hover .background-gradient {
  opacity: 0.3;
}
.feature-card.card11 .background-gradient {
  opacity: 0.08;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 89, 36, 1) 100%);
}
.feature-card.card11:hover .background-gradient {
  opacity: 0.15;
}
.feature-card.card12 .background-gradient {
  opacity: 0.1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(156, 117, 100, 1) 100%);
}
.feature-card.card12:hover .background-gradient {
  opacity: 0.16;
}
.feature-card.serendipity-feature-card .background-gradient {
  opacity: 0.15;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(78, 118, 152, 1) 100%);
}
.feature-card.serendipity-feature-card:hover .background-gradient {
  opacity: 0.2;
}
.feature-card.pdf-analysis-feature .background-gradient {
  opacity: 0.08;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 16, 55, 1) 100%);
}
.feature-card.pdf-analysis-feature:hover .background-gradient {
  opacity: 0.11;
}
@media (max-width: 900px ) {
  .celebration .section-celebration .logo,
.celebration .section-celebration .back-home {
    display: none;
  }
  .celebration .section-celebration .subtitle {
    font-size: 18px;
    top: 3.4em;
  }
  .celebration .section-celebration .description {
    max-width: 600px;
    font-size: 14px;
    padding: 10px 40px 32px;
    box-sizing: border-box;
  }
  .celebration .section-celebration-1 .plan-name {
    font-size: 15vw;
    padding: 0 0 0 0.11em;
  }
  .celebration .section-celebration-2 .plan-name {
    font-size: 18vw;
    padding: 0 0 0 0.13em;
  }
  .celebration .section-celebration-5 .plan-name {
    font-size: 17.6vw;
    padding: 0 0 0 0.13em;
  }
}
@media (max-width: 500px) {
  .celebration {
    overflow: hidden;
  }
  .celebration .section-celebration .grad-background {
    transform: scale(3, 3);
  }
  .celebration .section-celebration .grad-foreground {
    top: -1.2em;
  }
  .celebration .side-grad {
    display: none;
  }
  .celebration .celebration-tpl {
    padding: 90px 0 20px;
  }
  .celebration .cards-instruction {
    display: block;
  }
  .feature-card-list {
    padding: 10px 0 40px;
    overflow: initial;
  }
  .feature-card-list > .container {
    padding: 0;
    width: 330px;
    aspect-ratio: 327 / 430;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translate(0, 50%);
  }
  .feature-card-list .feature-card {
    position: absolute;
    transform: initial;
    opacity: 1;
  }
}

/* styles/components/Debugger.scss */
mymind-debugger {
  display: none;
  position: fixed;
  z-index: 2000;
  background: var(--surface-color);
  height: 100vw;
  width: 100vw;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top);
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  font-size: 14px;
}
mymind-debugger .debug-row {
  margin-bottom: 5px;
}
mymind-debugger .grid-row.grid-row:has(.grid-details:empty) {
  display: none;
}
mymind-debugger pre p {
  font-size: clamp(8px, 2vw, 1em);
}
mymind-debugger .debug-row label {
  display: inline-block;
  width: 130px;
  font-weight: 600;
}
mymind-debugger .log {
  white-space: pre-wrap;
  font-family: 'IBM Plex Mono';
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  background: var(--surface-color-2);
  border: 1px solid var(--line-color);
  border-radius: 4px;
  padding: 10px;
  display: block;
  max-height: 40vh;
  overflow-y: auto;
}
mymind-debugger .log p {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px solid var(--line-color);
}
mymind-debugger .log p:nth-child(odd) {
  background-color: var(--surface-color-3);
}
mymind-debugger .log p:last-child {
  border-bottom: none;
}
mymind-debugger .user-agent {
  word-wrap: break-word;
}
mymind-debugger.open {
  display: block;
}
mymind-debugger h1 {
  font-size: 24px;
  text-transform: uppercase;
}
mymind-debugger > .inner {
  margin: auto;
  width: 100vw;
  padding: 10px 50px 150px 50px;
  height: 100vh;
  box-sizing: border-box;
  overflow: scroll;
}
mymind-debugger > .close:hover {
  scale: 1.1;
  opacity: 1;
}
mymind-debugger > .close {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 24px);
  right: 24px;
  width: 40px;
  height: 40px;
  mask: url('./../icons/close2.svg') center / cover no-repeat;
  background-color: var(--color, '#fff');
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}
.debug-link {
  position: fixed;
  z-index: 21000;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.debug-link::before {
  content: '🪲';
  font-size: 24px;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.9;
}
.debug-link:hover::before {
  opacity: 1;
}
.debug-link.align-left {
  left: 0px;
  right: unset;
}
body.debugging .debug-link {
  display: none;
}
.ui-reload-badge {
  position: fixed;
  z-index: 21000;
  right: 0px;
  bottom: 0px;
  background: #000;
  padding: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.ui-reload-badge::before {
  content: 'Reload UI';
  font-size: 24px;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.9;
}
.card-detail-view .debug-link {
  top: 50px;
}
.connection-status .connection-counter {
  margin-right: 5px;
}
.connection-status .connection-status {
  margin-right: 5px;
}
.error-overlay {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 40px);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 40px 12px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 22000;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}
.error-overlay.open {
  display: block;
}
.error-overlay .dismiss:hover {
  opacity: 1;
}
.error-overlay .dismiss {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  mask: url('./../icons/close2.svg') center / contain no-repeat;
  background: #fff;
  opacity: 0.7;
  cursor: pointer;
}

/* styles/components/SpecialOfferBanner.scss */
.special-deal-banner {
  background-color: #000;
  height: 156px;
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: center;
  position: relative;
  margin: -156px 0 0;
  cursor: pointer;
}
.special-deal-banner .visual {
  position: relative;
  transform: translate(0, -30%);
}
.special-deal-banner .md-icon {
  width: 135px;
  height: auto;
  filter: drop-shadow(0px 3.77px 8.409px rgba(10, 12, 15, 0.2)) drop-shadow(0px 15px 15px rgba(10, 12, 15, 0.17)) drop-shadow(0px 34.508px 20.589px rgba(10, 12, 15, 0.1)) drop-shadow(0px 61.186px 24.358px rgba(10, 12, 15, 0.03)) drop-shadow(0px 95.694px 26.678px rgba(10, 12, 15, 0));
}
.special-deal-banner .discount-tag {
  position: absolute;
  width: 75px;
  top: 66px;
  left: 72px;
}
.special-deal-banner .texts {
  text-align: center;
}
.special-deal-banner .main-text {
  font: 400 normal 31px / normal 'Louize';
  color: #FFF;
  letter-spacing: -0.04em;
  margin: 0;
}
.special-deal-banner .secondary-text span.discounted-price {
  color: #009F19;
}
.special-deal-banner .secondary-text span.regular-price {
  color: #FF0000;
  text-decoration: line-through;
}
.special-deal-banner .secondary-text {
  font: 600 normal 22px / normal 'Nunito';
  letter-spacing: -0.04em;
  margin-top: -4px;
  color: rgb(116, 130, 151);
}
.special-deal-banner .button-orange {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .special-deal-banner .button-orange {
    display: none;
  }
}
body.scroll-lock mymind-backdrop:hover {
  opacity: 0.8;
}
body.scroll-lock mymind-backdrop {
  opacity: 1;
  pointer-events: all;
}
.upgrade .feature-card-list h2 {
  color: #2C3441;
}
.upgrade .feature-card-list p {
  margin: 4px 0 0;
  color: #646C79;
}
.upgrade .feature-card-list img {
  z-index: 2;
}
.upgrade .feature-card-list .background-gradient {
  z-index: 1;
}
.upgrade .feature-card-list .button-cta {
  background: #2C3441;
  margin: 0;
}
.upgrade .feature-card-list {
  overflow: initial;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 1054px;
  margin: 0 auto;
}
.upgrade .feature-card .tags {
  padding: 12px 30px 0;
  display: flex;
  gap: 12px;
}
.upgrade .feature-card {
  opacity: 1;
  transform: none;
  display: block;
}
.upgrade .feature-card.same-vibe-feature .background-gradient {
  opacity: 0.15;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #5E5E5E 100%);
}
.upgrade .feature-card.same-vibe-feature:hover .background-gradient {
  opacity: 0.2;
}
.upgrade .feature-card.advanced-image .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #84A9D4 100%);
}
.upgrade .feature-card.advanced-image:hover .background-gradient {
  opacity: 0.3;
}
.upgrade .feature-card.capture-ideas .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #C4B1A1 100%);
}
.upgrade .feature-card.capture-ideas:hover .background-gradient {
  opacity: 0.3;
}
.upgrade .feature-card.text-clippings .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #ABD7CA 100%);
}
.upgrade .feature-card.text-clippings:hover .background-gradient {
  opacity: 0.3;
}
.upgrade .feature-card.for-your-eyes .background-gradient {
  opacity: 0.08;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #FF5924 100%);
}
.upgrade .feature-card.for-your-eyes:hover .background-gradient {
  opacity: 0.12;
}
.upgrade .feature-card.companion-apps .background-gradient {
  opacity: 0.1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #E0AE76 100%);
}
.upgrade .feature-card.companion-apps:hover .background-gradient {
  opacity: 0.15;
}
.upgrade .feature-card.night-mode .background-gradient {
  opacity: 0.1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #5286D4 100%);
}
.upgrade .feature-card.night-mode:hover .background-gradient {
  opacity: 0.15;
}
.upgrade .feature-card.proudly-indie .background-gradient {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #C4B1A1 100%);
}
.upgrade .feature-card.proudly-indie:hover .background-gradient {
  opacity: 0.3;
}
@media (max-width: 1150px) {
  .upgrade .feature-card-list {
    width: 692px;
  }
}
.mastermind-tag {
  background: #FFEEE9;
  color: #FF5924;
  font: 500 normal 12px / 26px 'Nunito';
  text-transform: uppercase;
  display: inline-block;
  padding: 0 12px;
  border-radius: 13px;
}
.sticky-area {
  position: sticky;
  top: 30px;
  margin: 30px 0 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.btn-upgrade-now {
  visibility: hidden;
}
.sticky-container .back {
  position: relative;
  top: auto;
  left: auto;
  width: max-content;
}

/* styles/upgrade/hero-plan.scss */
.hero-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 0 204px;
  perspective: 200vw;
  position: relative;
}
.hero-plan::after {
  content: "";
  width: 1px;
  height: 112px;
  left: 50%;
  bottom: 30px;
  background: #748297;
  position: absolute;
}
.hero-plan .hidden {
  visibility: hidden;
}
.hero-plan .big-icon {
  width: 460px;
  height: auto;
  transform-origin: 50% 33%;
  interactivity: inert;
}
.hero-plan h1 span {
  filter: blur(10px);
}
.hero-plan h1 {
  font: 400 normal 200px / normal 'Louize';
  letter-spacing: -0.07em;
  color: #2C3441;
  margin: -220px 0 0;
  interactivity: inert;
  -webkit-user-select: none;
  user-select: none;
}
.hero-plan .main-paragraph {
  font: 400 normal 25px / 1 'Nunito';
  color: #2C3441;
  letter-spacing: -0.02em;
  margin: -40px 0 0;
}
.hero-plan .price p:first-child {
  color: #FF5924;
  font: 500 normal 53px / normal 'Louize';
  letter-spacing: -0.05em;
  margin: 35px 0 0;
}
.hero-plan .price p:last-child {
  color: #AAB2BE;
  font: 400 normal 37px / normal 'Louize';
  letter-spacing: -0.05em;
  margin: -8px 0 20px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
@media (max-width: 960px) {
  .hero-plan h1 {
    font-size: 160px;
  }
}

/* styles/upgrade/mobile-only.scss */
.mobile-only {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F0F2F5;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-only .icon {
  width: 128px;
  height: auto;
  filter: drop-shadow(0px 3.569px 7.962px rgba(10, 12, 15, 0.2)) drop-shadow(0px 14.551px 14.551px rgba(10, 12, 15, 0.17)) drop-shadow(0px 32.67px 19.492px rgba(10, 12, 15, 0.1)) drop-shadow(0px 57.928px 23.061px rgba(10, 12, 15, 0.03)) drop-shadow(0px 90.598px 25.258px rgba(10, 12, 15, 0));
}
.mobile-only .text {
  font: 400 normal 20px / 27px 'Louize';
  letter-spacing: -0.03em;
  text-align: center;
  margin: 34px 0 0;
}
.mobile-only .url {
  font: 600 normal 20px / 38px 'Nunito';
  letter-spacing: -0.02em;
  color: #FF5924;
  border: 1px solid #B3C0D4;
  width: max-content;
  padding: 0 22px;
  border-radius: 19px;
  margin: 14px 0 0;
}
.section-celebration > .close:hover,
main.upgrade > .close:hover {
  opacity: 1;
}
.section-celebration > .close,
main.upgrade > .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  mask: url('./../icons/close.svg') center / contain no-repeat;
  background: rgb(39, 64, 117);
  cursor: pointer;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}