/* Global */
/* ------------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

button {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  scroll-behavior: smooth;
}

.page-pink {
  background-color: #FAC9E5;
}

.page-green {
  background-color: #93BA90;
}

main {
  flex-grow: 1;
  padding: 108px 0 0;
}
@media (max-width: 1023px) {
  main {
    padding: 90px 0 0;
  }
}
@media (max-width: 767px) {
  main {
    padding: 66px 0 0;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

/* Blocks */
/* ------------------------------------ */
.page {
  background-color: #fbf7f1;
}

.btn {
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  background-color: #156b1d;
  border: none;
  border-radius: 8px;
  padding: 17px;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
  outline: none;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto 20px;
  outline: none;
}
.btn--card {
  font-size: 20px;
  width: 100%;
  background-color: #db80b6;
  padding: 13px;
  text-align: center;
  margin: auto 0 0 0;
}
@media (max-width: 767px) {
  .btn--card {
    padding: 7px;
  }
}
@media (hover: hover) {
  .btn--card:hover {
    background-color: #bc6a9b;
  }
}
.btn--card:focus-visible {
  background-color: #bc6a9b;
}
.btn--generator {
  width: 100%;
  max-width: 308px;
}
@media (max-width: 767px) {
  .btn--generator {
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto 19px;
  }
}
@media (hover: hover) {
  .btn--generator:hover {
    background-color: #197c22;
  }
}
.btn--generator:focus-visible {
  background-color: #197c22;
}

.emotion-page {
  background-color: #fbf7f1;
  color: #1d252d;
}
.emotion-page__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1d252d;
}
.emotion-page__brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #9f7aea 0%, #f6ad55 100%);
  color: #ffffff;
  font-family: "DaysSansBlack", "Arial", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.emotion-page__brand-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .emotion-page__brand-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.emotion-hero {
  padding: 142px 0 58px;
  background: radial-gradient(circle at 10% 10%, rgba(250, 201, 229, 0.75), transparent 30%), radial-gradient(circle at 90% 20%, rgba(147, 186, 144, 0.55), transparent 32%), linear-gradient(135deg, #fff7ed 0%, #f5ecff 100%);
}
@media (max-width: 1023px) {
  .emotion-hero {
    padding: 116px 0 42px;
  }
}
@media (max-width: 767px) {
  .emotion-hero {
    padding: 94px 0 30px;
  }
}
.emotion-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
}
@media (max-width: 1023px) {
  .emotion-hero__container {
    grid-template-columns: 1fr;
  }
}
.emotion-hero__content {
  max-width: 760px;
}
.emotion-hero__label {
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #bc6a9b;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.emotion-hero__title {
  margin: 0 0 18px;
  color: #1d252d;
  font-size: 62px;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .emotion-hero__title {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .emotion-hero__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.emotion-hero__text {
  max-width: 650px;
  margin: 0 0 28px;
  color: #444D56;
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
}
@media (max-width: 767px) {
  .emotion-hero__text {
    font-size: 19px;
    line-height: 25px;
  }
}
.emotion-hero__link {
  width: fit-content;
  min-width: 236px;
  margin: 0;
  background-color: #6f52c0;
}
@media (hover: hover) {
  .emotion-hero__link:hover {
    background-color: #5b3fac;
  }
}
.emotion-hero__link:focus-visible {
  background-color: #5b3fac;
}
.emotion-hero__card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(111, 82, 192, 0.2);
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(68, 77, 86, 0.14);
}
.emotion-hero__card::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FAC9E5, #93BA90);
}
.emotion-hero__card-title {
  margin: 0 0 48px;
  color: #bc6a9b;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
.emotion-hero__card-text {
  margin: 0 0 24px;
  color: #1d252d;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}
@media (max-width: 767px) {
  .emotion-hero__card-text {
    font-size: 22px;
    line-height: 29px;
  }
}
.emotion-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.emotion-hero__tags li {
  padding: 8px 13px;
  border-radius: 999px;
  background-color: #f5ecff;
  color: #6f52c0;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
}

.emotion-steps {
  padding: 50px 0;
  scroll-margin-top: 108px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .emotion-steps {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .emotion-steps {
    padding: 30px 0;
    scroll-margin-top: 66px;
  }
}
.emotion-steps__heading {
  margin: 0 0 24px;
  color: #1d252d;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .emotion-steps__heading {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .emotion-steps__heading {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 27px;
  }
}
.emotion-steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .emotion-steps__list {
    grid-template-columns: 1fr;
  }
}
.emotion-steps__item {
  min-height: 245px;
  padding: 24px;
  border-radius: 24px;
  background-color: #fbf7f1;
}
.emotion-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background-color: #FAC9E5;
  color: #bc6a9b;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}
.emotion-steps__title {
  margin: 0 0 12px;
  color: #1d252d;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}
.emotion-steps__text {
  margin: 0;
  color: #444D56;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

.emotion-diary {
  padding: 54px 0;
  background-color: #f5ecff;
  scroll-margin-top: 108px;
}
@media (max-width: 1023px) {
  .emotion-diary {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .emotion-diary {
    padding: 34px 0;
    scroll-margin-top: 66px;
  }
}
.emotion-diary__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 1023px) {
  .emotion-diary__container {
    grid-template-columns: 1fr;
  }
}
.emotion-diary__content {
  padding: 28px;
  border-radius: 28px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .emotion-diary__content {
    padding: 20px;
  }
}
.emotion-diary__title {
  margin: 0 0 24px;
  color: #1d252d;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .emotion-diary__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .emotion-diary__title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 27px;
  }
}
.emotion-diary__lead {
  margin: -8px 0 24px;
  color: #444D56;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}

.emotion-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.emotion-form__label {
  color: #1d252d;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.emotion-form__textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(111, 82, 192, 0.22);
  border-radius: 18px;
  background-color: #fffcf8;
  color: #1d252d;
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  resize: vertical;
}
.emotion-form__textarea::placeholder {
  color: rgba(68, 77, 86, 0.62);
}
.emotion-form__textarea:focus-visible {
  border-color: #6f52c0;
  outline: 2px solid rgba(111, 82, 192, 0.22);
}
.emotion-form__button {
  width: 100%;
  margin: 6px 0 0;
  background-color: #6f52c0;
}
@media (hover: hover) {
  .emotion-form__button:hover {
    background-color: #5b3fac;
  }
}
.emotion-form__button:focus-visible {
  background-color: #5b3fac;
}

.emotion-result {
  position: sticky;
  top: 122px;
  padding: 28px;
  border-radius: 28px;
  background-color: #1d252d;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .emotion-result {
    position: static;
  }
}
@media (max-width: 767px) {
  .emotion-result {
    padding: 22px;
  }
}
.emotion-result__eyebrow {
  margin: 0 0 12px;
  color: #FAC9E5;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
.emotion-result__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}
.emotion-result__text, .emotion-result__list {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.55;
}
.emotion-result__list {
  padding: 0 0 0 20px;
}
.emotion-result__block {
  margin: 20px 0 0;
}
.emotion-result__subtitle {
  margin: 0 0 8px;
  color: #93BA90;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.emotion-result__loading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
}
.emotion-result__spinner {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #FAC9E5;
  border-radius: 50%;
  animation: emotion-result-spin 0.85s linear infinite;
}
.emotion-result__loading-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}
.emotion-result__body {
  margin: 0;
}
.emotion-result__section {
  margin: 0 0 22px;
}
.emotion-result__section:last-child {
  margin-bottom: 0;
}
.emotion-result__section-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}
.emotion-result__section-text, .emotion-result__section-item {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.55;
}
.emotion-result__section-item {
  margin: 0 0 10px;
}
.emotion-result__section-item:last-child {
  margin-bottom: 0;
}

@keyframes emotion-result-spin {
  to {
    transform: rotate(360deg);
  }
}
.emotion-prompts {
  padding: 50px 0;
  scroll-margin-top: 108px;
  background-color: #fff7ed;
}
@media (max-width: 1023px) {
  .emotion-prompts {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .emotion-prompts {
    padding: 30px 0;
    scroll-margin-top: 66px;
  }
}
.emotion-prompts__title {
  margin: 0 0 24px;
  color: #1d252d;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .emotion-prompts__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .emotion-prompts__title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 27px;
  }
}
.emotion-prompts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .emotion-prompts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .emotion-prompts__list {
    grid-template-columns: 1fr;
  }
}
.emotion-prompts__item {
  padding: 22px;
  border-radius: 22px;
  background-color: #ffffff;
  color: #444D56;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  box-shadow: 0 12px 34px rgba(68, 77, 86, 0.08);
}

.emotion-privacy {
  padding: 50px 0;
  scroll-margin-top: 108px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .emotion-privacy {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .emotion-privacy {
    padding: 30px 0;
    scroll-margin-top: 66px;
  }
}
.emotion-privacy__title {
  margin: 0 0 24px;
  color: #1d252d;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .emotion-privacy__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .emotion-privacy__title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 27px;
  }
}
.emotion-privacy__box {
  max-width: 980px;
  margin: 0 auto 25px auto;
  padding: 28px;
  border-radius: 28px;
  background-color: #edf7ed;
}
.emotion-privacy__text {
  margin: 0;
  color: #444D56;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
.emotion-privacy__link {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  color: #6f52c0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (hover: hover) {
  .emotion-privacy__link:hover {
    color: #5b3fac;
  }
}

.emotion-articles {
  padding: 70px 0;
  background: radial-gradient(circle at 15% 5%, rgba(250, 201, 229, 0.55), transparent 28%), linear-gradient(135deg, #fff7ed 0%, #f5ecff 100%);
}
@media (max-width: 767px) {
  .emotion-articles {
    padding: 42px 0;
  }
}
.emotion-articles__label {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.78);
  color: #bc6a9b;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.emotion-articles__title {
  max-width: 860px;
  margin: 0 auto 20px;
  color: #1d252d;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .emotion-articles__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.emotion-articles__lead {
  max-width: 820px;
  margin: 0 auto 36px;
  color: #444D56;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  text-align: center;
}
@media (max-width: 767px) {
  .emotion-articles__lead {
    font-size: 18px;
    line-height: 25px;
  }
}
.emotion-articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .emotion-articles__list {
    grid-template-columns: 1fr;
  }
}
.emotion-articles__item {
  min-height: 100%;
}
.emotion-articles__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(111, 82, 192, 0.18);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.82);
  color: #1d252d;
  box-shadow: 0 16px 44px rgba(68, 77, 86, 0.08);
  transition: transform ease-in 0.3s, box-shadow ease-in 0.3s;
}
@media (hover: hover) {
  .emotion-articles__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 56px rgba(68, 77, 86, 0.13);
  }
}
.emotion-articles__link:focus-visible {
  outline: 2px solid rgba(111, 82, 192, 0.35);
  outline-offset: 4px;
}
.emotion-articles__tag {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background-color: #f5ecff;
  color: #6f52c0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}
.emotion-articles__item-title {
  margin: 0 0 14px;
  color: #1d252d;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.emotion-articles__text {
  margin: 0;
  color: #444D56;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.emotion-article {
  padding: 62px 0;
  background-color: #fbf7f1;
}
@media (max-width: 767px) {
  .emotion-article {
    padding: 36px 0;
  }
}
.emotion-article__container {
  max-width: 920px;
}
.emotion-article__back {
  display: inline-flex;
  margin: 0 0 22px;
  color: #6f52c0;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}
@media (hover: hover) {
  .emotion-article__back:hover {
    text-decoration: underline;
  }
}
.emotion-article__label {
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background-color: #f5ecff;
  color: #6f52c0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.emotion-article__title {
  margin: 0 0 22px;
  color: #1d252d;
  font-size: 46px;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .emotion-article__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.emotion-article__lead {
  margin: 0 0 28px;
  color: #444D56;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 767px) {
  .emotion-article__lead {
    font-size: 19px;
    line-height: 27px;
  }
}
.emotion-article__notice, .emotion-article__cta {
  margin: 0 0 34px;
  padding: 24px;
  border-radius: 24px;
  background-color: #edf7ed;
}
.emotion-article__notice-text, .emotion-article__cta-text {
  margin: 0;
  color: #444D56;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.emotion-article__inline-link {
  color: #6f52c0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.emotion-article__section {
  margin: 0 0 34px;
}
.emotion-article__heading {
  margin: 0 0 14px;
  color: #1d252d;
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
}
@media (max-width: 767px) {
  .emotion-article__heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.emotion-article__text, .emotion-article__item {
  margin: 0 0 16px;
  color: #444D56;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.emotion-article__list {
  margin: 0;
  padding: 0 0 0 22px;
}
.emotion-article__item {
  padding: 0 0 0 4px;
}
.emotion-article__cta {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 0;
  background-color: #f5ecff;
}
.emotion-article__cta-link {
  width: fit-content;
  min-width: 220px;
  background-color: #6f52c0;
}
@media (hover: hover) {
  .emotion-article__cta-link:hover {
    background-color: #5b3fac;
  }
}

.emotion-legal {
  padding: 62px 0;
  background: radial-gradient(circle at 90% 10%, rgba(147, 186, 144, 0.35), transparent 30%), #fbf7f1;
}
@media (max-width: 767px) {
  .emotion-legal {
    padding: 36px 0;
  }
}
.emotion-legal__container {
  max-width: 920px;
}
.emotion-legal__label {
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background-color: #f5ecff;
  color: #6f52c0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.emotion-legal__title {
  margin: 0 0 22px;
  color: #1d252d;
  font-size: 46px;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .emotion-legal__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.emotion-legal__lead {
  margin: 0 0 30px;
  color: #444D56;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
}
.emotion-legal__section {
  margin: 0 0 28px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 12px 34px rgba(68, 77, 86, 0.08);
}
.emotion-legal__heading {
  margin: 0 0 12px;
  color: #1d252d;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}
.emotion-legal__text {
  margin: 0 0 14px;
  color: #444D56;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}
.emotion-legal__text:last-child {
  margin-bottom: 0;
}

.burger {
  background-color: transparent;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  position: relative;
  z-index: 20;
  gap: 6px;
  flex-direction: column;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 1148px) {
  .burger {
    opacity: 1;
  }
}
.header--open .burger::before, .header--open .burger::after {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}
.header--open .burger::after {
  transform: rotate(45deg);
}
.burger::before, .burger::after {
  height: 2px;
  width: 32px;
  background-color: #000000;
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 7px);
  transition: top ease-in 0.3s 0.2s, transform ease-in 0.3s 0.2s;
}
.burger::after {
  top: calc(50% + 3px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  padding: 100px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FAC9E5;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  z-index: -1;
}
.header--open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
}
.header--open .mobile-menu::before {
  opacity: 1;
}

.main-nav__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  position: relative;
  outline: none;
}
@media (hover: hover) {
  .main-nav__link:hover::after {
    opacity: 1;
  }
}
.main-nav__link:focus-visible::after {
  opacity: 1;
}
.main-nav__link::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
@media (max-width: 1187px) {
  .main-nav--desktop {
    display: none;
  }
}
.main-nav .main-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 13px;
}
.main-nav .main-nav__link {
  text-decoration: none;
}
.main-nav--mobile .main-nav__list {
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.main-nav--mobile .main-nav__link {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  color: #000000;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-100px);
  transition: transform ease-in 0.3s, opacity ease-in 0.3s;
  display: flex;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(1) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(2) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(3) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(4) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(5) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(6) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(7) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}
.header--open .main-nav--mobile .main-nav__item:nth-child(8) .main-nav__link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.main-nav__title {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 10px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .main-nav--footer .main-nav__link {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 1116px) {
  .main-nav--footer .main-nav__list {
    flex-direction: column;
    align-items: center;
  }
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
}
.header__container {
  position: relative;
  z-index: 1;
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 0;
  min-height: 92px;
}
@media (max-width: 1023px) {
  .header__content {
    padding: 14px 0 14px 0;
    min-height: 60px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    width: 264px;
    height: 59px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 152px;
    height: 35px;
  }
}
.header__wrapper-rigth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__text {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 1023px) {
  .header__text {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .header__text {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 417px) {
  .header__text {
    font-size: 10px;
    line-height: 15px;
  }
}

.footer {
  padding: 28px 0;
  border-top: 1px solid #444D56;
}
@media (max-width: 767px) {
  .footer {
    padding: 24px 0;
  }
}
.footer__main-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
