@charset "UTF-8";
:root {
  --color-1: #fff0f0;
  --color-2: #ffc2c3;
  --color-3: #ff9596;
  --color-4: #fe686b;
  --color-5: #fd3b40;
  --color-6: #fc0e15;
  --color-7: #dc0209;
  --color-8: #b10107;
  --color-9: #860106;
  --color-10: #5a0004;
  --color-11: #2f0002;
  --white-color: #fff;
  --black-color: #000;
  --text-color: var(--color-11);
  --primary-color: var(--color-6);
  --background-color: var(--white-color);
  --grey-line: #d9d9d9;
}

#cc-main {
  --cc-btn-primary-bg: var(--primary-color);
  --cc-btn-primary-border-color: var(--primary-color);
  --cc-btn-primary-hover-bg: var(--color-7);
  --cc-btn-primary-hover-border-color: var(--color-7);
  --cc-btn-secondary-bg: var(--color-1);
  --cc-btn-secondary-border-color: var(--color-1);
  --cc-btn-secondary-hover-bg: var(--color-2);
  --cc-btn-secondary-hover-border-color: var(--color-2);
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-VariableFont_wght.woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/fonts/Nunito/Nunito-Italic-VariableFont_wght.woff2");
  font-style: italic;
  font-display: swap;
}
:root {
  --heading-font: "Roboto", sans-serif;
  --body-font: "Nunito", sans-serif;
}

/*! 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * 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 {
  border-style: none;
  padding: 0;
}

/**
   * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

.header {
  background: url("/svg/vector-top-page.svg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 8.75rem;
  padding: 0.75rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: 2rem;
    padding-inline: 1rem;
    height: 12.625rem;
  }
}
.header--cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.header--nav--list {
  display: flex;
  gap: 1rem;
  list-style: none;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header--nav--list {
    gap: 2rem;
  }
}
.header--list--item {
  display: flex;
  color: var(--white-color);
  font-weight: 800;
  align-items: center;
}
.header--list--items-drawer {
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  overflow-x: visible;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  flex-direction: column;
  grid-template-rows: 12.5rem auto;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
@media screen and (min-width: 1024px) {
  .header--list--items-drawer {
    display: flex;
    gap: 2rem;
    position: initial;
    flex-direction: row;
    filter: none;
    transform: none;
    overflow-x: initial;
    overflow-y: initial;
    max-width: none;
    transition: none;
  }
}
.header--list--items-drawer.active {
  transform: translateX(0);
}
.header--list--items-drawer--background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.5;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .header--list--items-drawer--background {
    display: none !important;
  }
}
.header--list--items-drawer.active + .header--list--items-drawer--background {
  display: block;
}
.header--list--items-drawer--head {
  background-color: var(--white-color);
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .header--list--items-drawer--head {
    display: none;
  }
}
.header--list--items-drawer--head svg {
  height: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.header--list--items-drawer--body {
  background-color: var(--primary-color);
}
@media screen and (min-width: 1024px) {
  .header--list--items-drawer--body {
    background-color: initial;
    display: flex;
    gap: 2rem;
  }
}
.header--list--items-drawer .header--list--item {
  font-size: 1.125rem;
  display: flex;
  justify-content: flex-start;
  padding: 1.125rem;
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .header--list--items-drawer .header--list--item {
    font-size: initial;
    padding: initial;
  }
}
.header--logo svg {
  width: 5.438rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .header--logo svg {
    width: 9.063rem;
    height: 5.063rem;
  }
}
.header--download-button {
  text-decoration: none;
  background-color: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: bold;
  gap: 0.5rem;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header--download-button {
    padding-inline: 1rem;
  }
}
.header--download-button:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.header--download-button:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--white-color);
}
.header--download-button:active svg path {
  fill: var(--primary-color);
}
.header--download-button-desktop svg path {
  fill: var(--white-color);
}
@media screen and (max-width: 1023px) {
  .header--download-button-desktop {
    text-decoration: none;
    background-color: var(--color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.313rem;
    filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: bold;
    gap: 0.5rem;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header--download-button-desktop {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .header--download-button-desktop svg path {
    fill: var(--primary-color);
  }
  .header--download-button-desktop:hover {
    filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
  }
  .header--download-button-desktop:active {
    filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
    color: var(--primary-color);
    background-color: var(--white-color);
  }
  .header--download-button-desktop:active svg path {
    fill: var(--primary-color);
  }
}
@media screen and (min-width: 480px) {
  .header--show-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header--show-on-tablet {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header--show-on-desktop {
    display: none;
  }
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 1.5rem;
  margin-top: -1px;
}
.footer--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: var(--white-color);
}
.footer a {
  text-decoration: none;
}
.footer--copyright {
  font-size: 1rem;
}
.footer--legals {
  display: flex;
  gap: 0.75rem;
  font-size: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}
@media screen and (min-width: 1024px) {
  .footer--legals {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.footer--socials {
  display: flex;
  gap: 1.5rem;
}
.footer--socials > a svg path {
  transition: all 0.3s ease-in-out;
}
.footer--socials > a:hover svg path {
  fill-opacity: 1;
}

.footer-wave {
  background-color: var(--primary-color);
  height: 3.25rem;
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.footer-wave--content {
  background: url("/svg/footer-wave-top.svg") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  margin-top: -1px;
}

.hero {
  min-height: calc(100svh - 8.75rem);
  padding-inline: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
.hero > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .hero > .container {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    min-height: calc(100svh - 12.625rem);
  }
}
.hero--cont {
  max-width: 37.5rem;
}
@media screen and (min-width: 1024px) {
  .hero--cont {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    max-width: 100%;
    width: 100%;
    height: 65%;
  }
}
.hero--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero--text {
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero--text {
    max-width: 37.5rem;
  }
}
.hero--text--playstore {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
}
.hero--text--playstore svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hero--text--playstore svg {
    height: 2rem;
    width: 2rem;
  }
}
.hero--scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .hero--scroll {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero--scroll {
    padding-bottom: 2rem;
  }
}
.hero--scroll svg {
  height: 2.5rem;
  width: 2.5rem;
  opacity: 0.5;
}
.hero--scroll svg:focus-visible {
  border: 0.188rem solid var(--color-11);
  border-radius: 100%;
}
.hero--scroll svg:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .hero--scroll svg {
    height: 5rem;
    width: 5rem;
  }
}
.hero--img {
  display: none;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero--img {
    display: block;
    max-height: calc((100svh - 12.625rem) * 0.8);
  }
  .hero--img--item {
    aspect-ratio: 398/735;
    height: 120%;
  }
}
.hero--animation {
  clip-path: inset(0% 0% 0% 0%);
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: -0.16rem;
}
@media screen and (min-width: 768px) {
  .hero--animation {
    height: 2.5rem;
    margin-bottom: -0.75rem;
  }
}
.hero--animation > div {
  position: relative;
}
.hero--buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.without-experience {
  position: relative;
}
.without-experience::after {
  content: " ";
  background: url("/svg/underline.svg") no-repeat;
  width: 100%;
  height: 0.8rem;
  position: absolute;
  bottom: -0.5rem;
  background-size: 100% 90%;
}
@media screen and (min-width: 768px) {
  .without-experience::after {
    bottom: -1rem;
    height: 1.6rem;
  }
}

.nb {
  min-height: 100svh;
  padding-inline: 0.75rem;
  padding-block: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .nb {
    padding-inline: 1.5rem;
    padding-block: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .nb {
    min-height: auto;
  }
}
.nb--cont {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .nb--cont {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
  }
}
.nb--titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.nb--items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
.nb--img {
  display: none;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .nb--img {
    display: block;
    padding-top: 4rem;
  }
}
.nb--img--item {
  aspect-ratio: 695/617;
  width: 100%;
}

.start-now {
  position: relative;
}
.start-now::after {
  content: " ";
  background: url("/svg/underline-nb.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  left: -0.25rem;
}
@media screen and (min-width: 768px) {
  .start-now::after {
    bottom: -1.5rem;
    height: 2rem;
  }
}

.you-refuse {
  text-decoration: line-through var(--primary-color) 5px wavy;
}

.steps {
  min-height: 100svh;
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .steps {
    padding-block: 3.5rem;
  }
}
.steps--container {
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .steps--container {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .steps--container {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 1048px) {
  .steps--container {
    padding-inline: 0;
  }
}
.steps--title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .steps--title {
    margin-bottom: 4rem;
  }
}
.steps--dashed-cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .steps--dashed-cont {
    margin-bottom: 3.5rem;
  }
}
.steps--dashed-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--color-11) 0, var(--color-11) 6px, transparent 6px, transparent 18px);
}
.steps--dashed-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--color-11) 0, var(--color-11) 6px, transparent 6px, transparent 18px);
}
.steps--dashed-cont > .container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  padding-block: 1rem;
  padding-inline: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  margin-block: 1rem;
}
@media screen and (min-width: 768px) {
  .steps--dashed-cont > .container {
    padding-inline: 1.5rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .steps--dashed-cont > .container {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 1048px) {
  .steps--dashed-cont > .container {
    padding-inline: 0;
  }
}
.steps--dashed-cont--icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps--dashed-cont--icon > svg {
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .steps--dashed-cont--icon > svg {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.steps--dashed-cont--text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .steps--dashed-cont--text {
    font-size: 2.5rem;
  }
}
.steps--step {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .steps--step {
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
}
.steps--step--number {
  height: 3rem;
  width: 3rem;
  background-color: var(--color-7);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: var(--font-heading);
  font-weight: bold;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  text-shadow: 0px 4px 4px rgba(47, 0, 2, 0.25);
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .steps--step--number {
    height: 6.25rem;
    width: 6.25rem;
    font-size: 3.5rem;
  }
}
.steps--step--text {
  font-family: var(--font-heading);
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--color-11);
}
@media screen and (min-width: 768px) {
  .steps--step--text {
    font-size: 2.5rem;
  }
}

.app {
  padding-inline: 0.75rem;
  padding-block: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .app {
    padding-inline: 1.5rem;
    padding-block: 2rem;
  }
}
.app--title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .app--title {
    margin-bottom: 3rem;
  }
}
.app--text--playstore {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .app--text--playstore {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.app--text--playstore svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .app--text--playstore svg {
    height: 2rem;
    width: 2rem;
  }
}
.app--text--grade-playstore, .app--text--grade-google {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.app--text--grade-playstore--number, .app--text--grade-google--number {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .app--text--grade-playstore--number, .app--text--grade-google--number {
    font-size: 1.5rem;
  }
}
.app--text--grade-playstore--advices, .app--text--grade-google--advices {
  font-size: 0.75rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .app--text--grade-playstore--advices, .app--text--grade-google--advices {
    font-size: 1rem;
  }
}
.app--text--grade-playstore svg, .app--text--grade-google svg {
  width: 6.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .app--text--grade-playstore svg, .app--text--grade-google svg {
    width: 12.5rem;
    height: 2.5rem;
  }
}
.app--text--grade-google {
  margin-top: 0.5rem;
}
.app--img {
  display: none;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .app--img {
    display: block;
    width: 100%;
  }
}
.app--img--item {
  aspect-ratio: 482/960;
  max-height: 90svh;
}
.app--cont {
  display: flex;
  align-items: center;
}

.advice {
  padding-inline: 0.75rem;
  padding-block: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .advice {
    padding-inline: 1.5rem;
    padding-block: 3.5rem;
  }
}
.advice--title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .advice--title {
    margin-bottom: 4rem;
  }
}
.advice--carrousel {
  margin-top: 0.75rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.advice--carrousel--inner {
  display: flex;
  gap: 1.5rem;
  clip-path: inset(0 0 0 0);
  padding: 0.2rem;
  width: 100%;
  overflow-x: scroll;
}
.advice--carrousel--inner.no-scroll {
  overflow-x: hidden;
}
.advice--carrousel--cont {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .advice--carrousel--cont {
    grid-template-columns: calc(100% - 8rem) 8rem;
    margin-bottom: 3.5rem;
    position: relative;
  }
}
.advice--carrousel--controller {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.advice--carrousel--controller svg {
  height: 2rem;
  width: 2rem;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .advice--carrousel--controller svg {
    height: 5rem;
    width: 5rem;
  }
}
.advice--buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .advice--buttons {
    display: inline-grid;
    grid-template-columns: auto auto;
  }
}
.advice--card {
  background-color: var(--white-color);
  box-shadow: 0 0 2px 2px rgba(47, 0, 2, 0.25);
  min-height: 18.75rem;
  padding: 0.75rem;
  border-radius: 0.313rem;
  display: grid;
  grid-template-rows: min-content auto min-content;
}
@media screen and (min-width: 768px) {
  .advice--card {
    width: 26.563rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
    min-height: 37.5rem;
  }
}
.advice--card--head {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .advice--card--head {
    margin-top: 3.5rem;
    gap: 1.5rem;
  }
}
.advice--card--head--name {
  font-weight: bold;
  font-size: 1rem;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .advice--card--head--name {
    font-size: 2rem;
  }
}
.advice--card--head::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 100%;
  height: 1.875rem;
  background: url("/svg/quote.svg") no-repeat;
}
@media screen and (min-width: 768px) {
  .advice--card--head::before {
    top: -3.5rem;
    height: 3.75rem;
    left: -0.5rem;
  }
}
.advice--card--head--img {
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .advice--card--head--img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.advice--card--head--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advice--card--head--grade {
  width: 6.25rem;
  height: 1.313rem;
}
@media screen and (min-width: 768px) {
  .advice--card--head--grade {
    width: 9.078rem;
    height: 1.972rem;
  }
}
.advice--card--body {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .advice--card--body {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
.advice--card--footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.5;
  font-size: 0.75rem;
  align-self: flex-end;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .advice--card--footer {
    font-size: 1rem;
  }
}

.faq {
  padding-inline: 0.75rem;
  padding-block: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-inline: 1.5rem;
    padding-block: 3.5rem;
  }
}
.faq--title {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq--title {
    margin-bottom: 2rem;
  }
}
.faq--questions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq--question--question {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 1rem;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0.75rem;
  gap: 1.5rem;
  font-family: var(--heading-font);
  border-radius: 0.625rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq--question--question {
    font-size: 1.5rem;
    padding-block: 1rem;
    padding-inline: 1.5rem;
  }
}
.faq--question--question:focus-visible {
  border: 0.188rem solid var(--color-11);
}
.faq--question--question svg {
  transform: rotate(180deg);
}
.faq--question--question svg.rotate {
  transform: rotate(0deg);
}
.faq--question--answer {
  padding: 1rem 0.75rem;
  display: none;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .faq--question--answer {
    font-size: 1.125rem;
    padding-inline: 1.5rem;
  }
}
.faq--question--answer.active {
  display: block;
}

.newsletter--wave-top {
  background: url("/svg/news-top-wave.svg") no-repeat;
  background-size: 100% 100%;
  height: 6.25rem;
  width: 100%;
  margin-bottom: -1px;
}
.newsletter--wave-bottom {
  background: url("/svg/news-bottom-wave.svg") no-repeat;
  background-size: 100% 100%;
  height: 6.25rem;
  width: 100%;
  margin-top: -1px;
}
.newsletter--success-message {
  padding: 1rem;
  background-color: var(--color-1);
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 0.313rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.newsletter > .container {
  background-color: var(--primary-color);
}
.newsletter--content {
  background-color: var(--primary-color);
  padding-inline: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.newsletter--content > .container {
  max-width: 37.5rem;
}
.newsletter--title {
  color: var(--white-color);
  margin-bottom: 0.75rem;
}
.newsletter--form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.newsletter--form [type=email] {
  padding-block: 1rem;
  padding-inline: 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  width: 100%;
}
.newsletter--form li {
  padding: 0.5rem;
  background-color: var(--color-1);
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 0.313rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  padding-left: 2rem;
  position: relative;
}
.newsletter--form li::before {
  content: "⚠️";
  width: 1rem;
  position: absolute;
  left: 0.5rem;
}
.newsletter--legal {
  display: grid;
  gap: 0.75rem;
  align-items: flex-start;
}
.newsletter--legal .checkbox-widget {
  gap: 0.75rem;
}
.newsletter--legal--label {
  color: var(--white-color);
  font-size: 1rem;
  line-height: 1.5;
}
.newsletter--legal--hidden {
  visibility: hidden;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}
.newsletter--legal label {
  cursor: pointer;
  position: relative;
}
.newsletter--legal input[type=checkbox] {
  position: absolute;
  visibility: visible;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  z-index: -1;
}
.newsletter--legal input[type=checkbox]:checked ~ .checkbox-checkmark .checkbox-check {
  stroke-dashoffset: 0;
}
.newsletter--legal input[type=checkbox]:focus ~ .checkbox-checkmark {
  outline: 3px solid;
}
.newsletter--legal .checkbox-checkmark {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  border-color: var(--primary-color);
  background-color: var(--white-color);
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.newsletter--legal svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -0.313rem;
  left: -0.188rem;
}
.newsletter--legal svg .checkbox-check {
  stroke-dasharray: 325;
  stroke-dashoffset: 325;
  transition: ease 500ms;
  stroke: var(--color-11);
}
.newsletter--actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .newsletter--actions {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.newsletter--actions > [type=submit] {
  text-decoration: none;
  color: var(--primary-color);
  background-color: var(--color-1);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  width: 100%;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  border: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .newsletter--actions > [type=submit] {
    max-width: 10rem;
    font-size: 1.5rem;
    padding-inline: 2rem;
    padding-block: 1rem;
  }
}
.newsletter--actions > [type=submit]:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.newsletter--actions > [type=submit]:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--white-color);
}
.newsletter--actions > .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.newsletter--actions > .socials > a svg path {
  transition: all 0.3s ease-in-out;
}
.newsletter--actions > .socials > a:hover svg path {
  fill-opacity: 1;
}

.call {
  min-height: 50svh;
  padding-inline: 0.75rem;
  padding-block: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .call {
    padding-inline: 1.5rem;
    padding-block: 3.5rem;
  }
}
.call--title {
  text-align: center;
}
.call--elements {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .call--elements {
    gap: 2.5rem;
  }
}

.download-button {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  width: 100%;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .download-button {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
  }
}
.download-button:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.download-button:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.download-button:active > svg > path {
  fill: var(--primary-color);
}
.download-button > svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .download-button > svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.download-button-hero {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  width: 100%;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .download-button-hero {
    gap: 1rem;
    padding-block: 1rem;
    padding-inline: 2rem;
  }
}
.download-button-hero:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.download-button-hero:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.download-button-hero:active > svg > path {
  fill: var(--primary-color);
}
.download-button-hero > svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .download-button-hero > svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.search-button-hero {
  text-decoration: none;
  color: var(--primary-color);
  background-color: var(--white-color);
  border: 0.125rem solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  width: 100%;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .search-button-hero {
    gap: 1rem;
    padding-block: 1rem;
    padding-inline: 2rem;
  }
}
.search-button-hero:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.search-button-hero:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.search-button-hero:active > svg > path {
  fill: var(--primary-color);
}
.search-button-hero > svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-button-hero > svg {
    height: 2rem;
    width: 2rem;
  }
}

.playstore-advice-button {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  width: 100%;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .playstore-advice-button {
    padding-inline: 2rem;
    padding-block: 1rem;
  }
}
.playstore-advice-button:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.playstore-advice-button:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.playstore-advice-button:active > svg > path {
  fill: var(--primary-color);
}

.google-advice-button {
  text-decoration: none;
  color: var(--primary-color);
  background-color: var(--color-1);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  width: 100%;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .google-advice-button {
    padding-inline: 2rem;
    padding-block: 1rem;
  }
}
.google-advice-button:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.google-advice-button:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.google-advice-button:active > svg > path {
  fill: var(--primary-color);
}

.badge--construction {
  background-color: var(--color-11);
  color: var(--white-color);
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 0.5rem;
  align-self: flex-start;
  margin-bottom: -0.5rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
@media screen and (min-width: 768px) {
  .badge--construction {
    margin-bottom: -1.5rem;
  }
}
.badge--construction.in-text {
  margin-bottom: none;
  font-size: inherit;
  display: inline;
  padding-block: 0.1rem;
}
.badge--construction.nb {
  margin-bottom: none;
  font-size: 2rem;
  display: inline;
  padding-block: 0.1rem;
}

.legal-page {
  padding: 1rem;
}
.legal-page h1 {
  margin-block: 2rem;
}
.legal-page a {
  font-weight: bold;
}

.partner {
  font-family: var(--heading-font);
  min-height: 100svh;
}
.partner--mention {
  font-size: 1.5rem;
  padding: 2rem;
}
.partner--cont {
  min-height: 100svh;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}
.partner--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 2rem;
  gap: 2rem;
}
.partner--content h1 {
  font-size: clamp(2.5rem, 15vw, 4.5rem);
}
.partner--content p {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  max-width: 40rem;
  text-align: center;
}
.partner--actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min-content;
  justify-self: center;
  padding-block: 2rem 1rem;
  width: 17.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .partner--actions {
    padding-block: 2rem 4rem;
    gap: 1.5rem;
  }
}
.partner--actions--consult {
  background-color: var(--color-4);
  color: var(--white-color);
  font-size: 1.25rem;
  padding: 1rem 2rem;
  font-weight: 500;
  border-radius: 0.5rem;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .partner--actions--consult {
    font-size: 1.5rem;
  }
}
.partner--actions--consult:hover {
  background-color: var(--color-5);
}
.partner--actions--consult:active {
  background-color: var(--color-3);
}
.partner--actions--continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .partner--actions--continue {
    font-size: 1.5rem;
  }
}
.partner--actions--continue:hover {
  background-color: #f2f2f2;
}
.partner--actions--continue:active {
  background-color: #cccccc;
}
.partner--actions--continue--icon {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .partner--actions--continue--icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.support {
  font-family: var(--heading-font);
  min-height: 100svh;
}
.support--mention {
  font-size: 1.5rem;
  padding: 2rem;
}
.support--cont {
  min-height: 100svh;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}
.support--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 2rem;
  gap: 2rem;
}
.support--content svg {
  max-width: 30rem;
}
.support--content p {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  max-width: 40rem;
  text-align: center;
}
.support--actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min-content;
  justify-self: center;
  padding-block: 2rem 1rem;
  width: 17.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .support--actions {
    padding-block: 2rem 4rem;
    gap: 1.5rem;
  }
}
.support--actions--consult {
  background-color: var(--color-4);
  color: var(--white-color);
  font-size: 1.25rem;
  padding: 1rem 2rem;
  font-weight: 500;
  border-radius: 0.5rem;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .support--actions--consult {
    font-size: 1.5rem;
  }
}
.support--actions--consult:hover {
  background-color: var(--color-5);
}
.support--actions--consult:active {
  background-color: var(--color-3);
}
.support--actions--continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .support--actions--continue {
    font-size: 1.5rem;
  }
}
.support--actions--continue:hover {
  background-color: #f2f2f2;
}
.support--actions--continue:active {
  background-color: #cccccc;
}
.support--actions--continue--icon {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .support--actions--continue--icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.parent-hide {
  position: relative;
}
.parent-hide .center-hide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.parent-hide .center-hide.hidden {
  display: none;
}
.parent-hide .hide-personal {
  width: 100%;
  filter: blur(5px);
  position: relative;
}
.parent-hide .hide-personal.no-blur {
  filter: none;
}
.parent-hide .button-to-show {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media screen and (min-width: 768px) {
  .parent-hide .button-to-show {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
  }
}
.parent-hide .button-to-show:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.parent-hide .button-to-show:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.parent-hide .button-to-show:active > svg > path {
  fill: var(--primary-color);
}

.error-page {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.error-page--content div {
  font-size: clamp(4rem, 50vw, 15rem);
  line-height: 1;
  font-weight: 900;
  color: var(--primary-color);
  transform: rotate3d(1, 1, 1, 350deg);
}
.error-page--content div .zero {
  -webkit-text-stroke: 1px var(--color-11);
  text-stroke: 1px var(--color-11);
  color: var(--white-color);
}
.error-page h1 {
  font-size: clamp(2rem, 15vw, 4rem);
  margin-bottom: 1rem;
}
.error-page p {
  margin-bottom: 0.5rem;
  font-size: clamp(1.25rem, 5vw, 1.5rem);
}
.error-page--content {
  max-width: 50rem;
  width: 100%;
}
.error-page .button {
  margin-top: 1rem;
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media screen and (min-width: 768px) {
  .error-page .button {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
  }
}
.error-page .button:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.error-page .button:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.error-page .button:active > svg > path {
  fill: var(--primary-color);
}

.unsubscribe-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  padding-top: 2rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .unsubscribe-page {
    flex-direction: row;
  }
}
.unsubscribe-page--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .unsubscribe-page--img {
    align-items: flex-start;
  }
}
.unsubscribe-page--img div {
  width: 10rem;
  height: 10rem;
}
.unsubscribe-page--img div svg {
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.unsubscribe-page--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.unsubscribe-page--content--link {
  align-self: center;
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media screen and (min-width: 768px) {
  .unsubscribe-page--content--link {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
    align-self: flex-start;
  }
}
.unsubscribe-page--content--link:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.unsubscribe-page--content--link:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.unsubscribe-page--content--link:active > svg > path {
  fill: var(--primary-color);
}

.delete-account {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}
.delete-account--container {
  max-width: 31.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
}
.delete-account--google {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.delete-account--explain {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.delete-account h2 {
  font-size: 2rem;
}
.delete-account p {
  font-size: 1rem;
}
.delete-account ul {
  list-style: initial;
  padding-inline: 2rem;
}
.delete-account ul li {
  margin-block: 0.5rem;
}
.delete-account--error-msg {
  padding: 1rem;
  background-color: var(--color-1);
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 0.313rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.25));
}
.delete-account--error-msg.hidden {
  display: none;
}

.deleted-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  padding-top: 2rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .deleted-account {
    flex-direction: row;
  }
}
.deleted-account--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .deleted-account--img {
    align-items: flex-start;
  }
}
.deleted-account--img div {
  width: 10rem;
  height: 10rem;
}
.deleted-account--img div svg {
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.deleted-account--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.deleted-account--content--link {
  align-self: center;
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media screen and (min-width: 768px) {
  .deleted-account--content--link {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
    align-self: flex-start;
  }
}
.deleted-account--content--link:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.deleted-account--content--link:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.deleted-account--content--link:active > svg > path {
  fill: var(--primary-color);
}

.blog-post {
  min-height: 100svh;
}
@media screen and (min-width: 768px) {
  .blog-post--hero {
    display: grid;
    position: relative;
    grid-template-rows: auto;
    margin-block: 1.5rem;
    align-items: center;
  }
}
.blog-post--hero--info {
  display: none;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .blog-post--hero--info {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    right: 2rem;
    z-index: 100;
    max-height: 80%;
    border-radius: 1.25rem;
    padding: 2rem;
    min-width: 50%;
    max-width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post--hero--info {
    max-width: 50%;
  }
}
.blog-post--hero--info .blog-post--hero--title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1vw, 2.5rem);
}
.blog-post--hero--info .blog-post--hero--description {
  font-size: clamp(1.15rem, 1vw, 1.5rem);
  line-height: 1.5;
}
.blog-post--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.blog-post--title {
  font-size: clamp(2rem, 5vw, 2.5rem);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-post--title {
    display: none;
  }
}
.blog-post--img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.25rem;
  object-fit: cover;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-height: 37.5rem;
}
.blog-post--description {
  margin-top: 0.5rem;
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  line-height: 1.5;
  opacity: 0.5;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .blog-post--description {
    display: none;
  }
}
.blog-post--hr {
  width: 90%;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .blog-post--hr {
    display: none;
  }
}
.blog-post--content {
  margin-block: 1rem;
}
.blog-post--content h2 {
  font-size: clamp(2rem, 5vw, 2.25rem);
  margin-bottom: 1rem;
}
.blog-post--content h3 {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  margin-bottom: 1rem;
}
.blog-post--content p {
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.5;
}
.blog-post--content p:empty {
  display: none;
}
.blog-post--content img {
  max-width: 100% !important;
  height: auto !important;
}
.blog-post--content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.blog-post--content blockquote {
  position: relative;
  padding: 40px 70px;
  margin: 0;
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.5;
  background-color: #f1f1f1;
  font-style: italic;
  color: rgba(47, 0, 2, 0.5);
}
.blog-post--content blockquote:before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "❝";
  font-size: 40px;
  color: #999;
}
.blog-post--content blockquote:after {
  position: absolute;
  bottom: 0;
  right: 25px;
  content: "❞";
  font-size: 40px;
  color: #999;
}
.blog-post--content ol {
  list-style: initial;
  font-size: clamp(1rem, 5vw, 1.5rem);
}
.blog-post--content a {
  font-weight: bold;
  text-decoration: underline;
}
.blog-post--created-at {
  font-style: italic;
  font-size: clamp(1rem, 5vw, 1.25rem);
  opacity: 0.5;
  margin-bottom: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .blog-post--created-at {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .blog-post--share, .blog-post--share-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.blog-post--share p, .blog-post--share-top p {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-post--share p, .blog-post--share-top p {
    margin-bottom: 0;
  }
}
.blog-post--share div, .blog-post--share-top div {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .blog-post--share div, .blog-post--share-top div {
    margin-bottom: 0;
  }
}
.blog-post--share a, .blog-post--share-top a {
  border: 2px solid var(--black-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  background-color: var(--white-color);
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  transition: all 0.3s ease-in-out;
}
.blog-post--share a:hover, .blog-post--share-top a:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.blog-post--share a:active, .blog-post--share-top a:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
}
.blog-post--share-top {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog-post--share-top {
    display: flex;
    justify-content: flex-end;
  }
}
.blog-post--author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-post--author {
    display: grid;
    align-items: start;
    padding: 2rem;
    column-gap: 1.5rem;
    justify-content: start;
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post--author {
    filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .blog-post--author picture {
    grid-column: 1;
    grid-row: 1/4;
  }
}
.blog-post--author img {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
@media screen and (min-width: 768px) {
  .blog-post--author img {
    grid-column: 1;
    grid-row: 1/4;
  }
}
.blog-post--author--name {
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .blog-post--author--name {
    grid-column: 2;
    padding-inline: 0.75rem;
  }
}
.blog-post--author--job {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-post--author--job {
    grid-column: 2;
    padding-inline: 0.75rem;
  }
}
.blog-post--author--description {
  font-size: 1rem;
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .blog-post--author--description {
    grid-column: 2;
    max-width: 34.375rem;
  }
}
.blog-post--link-social {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-post--link-social {
    grid-column: 2;
    justify-content: flex-start;
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .blog-post--bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-block: 2rem;
  }
}

.see-more-button {
  margin-top: 1rem;
  margin-left: auto;
  font-size: 1.25rem;
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .see-more-button {
    gap: 1rem;
    padding-inline: 2rem;
  }
}
.see-more-button:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.see-more-button:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}

.blog--title {
  margin-block: 2rem;
  font-size: clamp(2rem, 5vw, 4rem);
  padding-inline: 0.75rem;
}
.blog--content {
  display: grid;
  padding-inline: 0.75rem;
  flex-direction: column;
  grid-template-columns: repeat(auto-fill, minmax(21.875rem, auto));
  row-gap: 1rem;
  column-gap: 2rem;
}
.blog--pagination--cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-block: 2rem;
}
.blog--pagination--item {
  color: var(--white-color);
  background-color: var(--primary-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  border-radius: 0.5rem;
}

.blog-card--hero {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .blog-card--hero {
    display: grid;
    position: relative;
    grid-template-rows: auto;
    margin-block: 1.5rem;
    align-items: center;
  }
}
.blog-card--hero--info-cont {
  display: none;
  inset: 0;
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .blog-card--hero--info-cont {
    display: flex;
    align-items: center;
  }
}
.blog-card--hero--info {
  display: none;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .blog-card--hero--info {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    right: 2rem;
    max-height: 80%;
    border-radius: 1.25rem;
    padding: 2rem;
    min-width: 50%;
    max-width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .blog-card--hero--info {
    max-width: 50%;
  }
}
.blog-card--hero--info .blog-card--hero--title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1vw, 2.5rem);
}
.blog-card--hero--info .blog-card--hero--description {
  font-size: clamp(1.15rem, 1vw, 1.5rem);
  line-height: 1.5;
}
.blog-card--hero .blog-card--img-cont {
  width: 100%;
}
.blog-card--hero a:hover .blog-card--img {
  transform: scale(1.1);
}
.blog-card--hero .blog-card--img {
  transition: transform 0.5s ease;
  object-fit: cover;
  height: 100%;
}
.blog-card--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.blog-card--title {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-card--title {
    display: none;
  }
}
.blog-card--img {
  width: 100%;
}
.blog-card--description {
  margin-top: 0.5rem;
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  line-height: 1.5;
  opacity: 0.5;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .blog-card--description {
    display: none;
  }
}
.blog-card--img-cont {
  overflow: hidden;
  border-radius: 1.25rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-height: 14rem;
}
.blog-card--img-cont img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .blog-card--img-cont {
    aspect-ratio: 16/9;
    max-height: 31.5rem;
  }
}
.blog-card--small {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-card--small .blog-card--title {
    display: block;
  }
}
.blog-card--small > a {
  display: block;
  overflow-x: hidden;
}
.blog-card--small > a:hover .blog-card--img {
  transform: scale(1.1);
}

.signal-form {
  width: 90%;
  max-width: 40.625rem;
  border: none;
  border-radius: 0.5rem;
  padding: 2rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.signal-form--cross {
  text-align: right;
  margin-bottom: 1rem;
}
.signal-form--cross svg {
  height: 1.5rem;
}
.signal-form--success {
  display: flex;
  gap: 1rem;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .signal-form--success {
    gap: 2rem;
  }
}
.signal-form--success svg {
  height: 9rem;
  fill: var(--primary-color);
}
.signal-form::backdrop {
  background: var(--primary-color);
  opacity: 0.8;
}
.signal-form label {
  display: block;
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.signal-form select {
  font-size: 1.25rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
}
.signal-form textarea {
  font-size: 1.25rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  min-height: 12.5rem;
}
.signal-form #signalement > div {
  margin-bottom: 1rem;
}
.signal-form #signalement > div:has([type=submit]) {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.signal-form #signalement ul {
  background-color: var(--color-3);
  color: var(--color-8);
  padding: 1rem;
  margin-block: 0.5rem;
  border-radius: 0.5rem;
}
.signal-form [type=submit] {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--white-color);
  background-color: var(--primary-color);
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 768px) {
  .signal-form [type=submit] {
    padding-inline: 2rem;
    padding-block: 1.125rem;
  }
}
.signal-form [type=submit]:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.signal-form [type=submit]:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}

.offers--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.offers--title {
  margin-top: 2rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
}
.offers--infos {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
}
.offers--infos--location {
  font-size: clamp(0.75rem, 2vw, 1rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.offers--infos--date {
  font-size: clamp(0.75rem, 2vw, 1rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.offers--tags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.offers--tag {
  background-color: var(--color-4);
  color: var(--white-color);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .offers--tag {
    padding: 0.875rem 0.75rem;
  }
}
.offers--content {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.offers--company {
  margin-top: 1.75rem;
}
.offers--company--label {
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.offers--company--name {
  margin-top: 0.75rem;
  font-size: clamp(1.5rem, 3vw, 1.75rem);
}
.offers--company--description {
  margin-top: 0.5rem;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.offers--plateforme {
  margin-top: 1.75rem;
}
.offers--plateforme--label {
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.offers--plateforme--name {
  margin-top: 0.75rem;
  font-size: clamp(1.5rem, 3vw, 1.75rem);
}
.offers--plateforme--img {
  width: 134px;
  height: 60px;
}
.offers--actions {
  display: flex;
  gap: 1.25rem;
  margin-top: 2rem;
  justify-content: flex-end;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .offers--actions {
    gap: 1.75rem;
  }
}
.offers--actions--postuler, .offers--actions--refused, .offers--actions--menu {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1rem, 2vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .offers--actions--postuler, .offers--actions--refused, .offers--actions--menu {
    padding-inline: 2rem;
    padding-block: 1.125rem;
  }
}
.offers--actions--postuler:hover, .offers--actions--refused:hover, .offers--actions--menu:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.offers--actions--postuler {
  color: var(--white-color);
  background-color: var(--primary-color);
  font-weight: bold;
}
.offers--actions--postuler:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.offers--actions--refused {
  color: var(--primary-color);
  background-color: var(--white-color);
  border: 2px solid var(--primary-color);
  padding-inline: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .offers--actions--refused {
    padding-inline: 1.5rem;
    padding-block: 1rem;
  }
}
.offers--actions--refused .save {
  display: none;
  height: 30px;
}
.offers--actions--refused .save.active {
  display: initial;
}
.offers--actions--refused .rotate {
  animation: infinite rotate 1s ease-in-out;
}
.offers--actions--menu {
  color: var(--primary-color);
  background-color: var(--white-color);
  border: 2px solid var(--primary-color);
  cursor: pointer;
}
.offers--actions--other {
  display: none;
  position: absolute;
  background-color: var(--white-color);
  color: var(--primary-color);
  bottom: 0;
  transform: translateY(108%);
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.offers--actions--other ul {
  display: flex;
  flex-direction: column;
}
.offers--actions--other a {
  padding-block: 1rem;
  padding-inline: 1rem;
  width: 100%;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .offers--actions--other .not-interested {
    display: none;
  }
}
.offers--actions--other.active {
  display: initial;
}
.offers--similar {
  margin-top: 2rem;
}
.offers--similar--label {
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.offers--similar--list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .offers--similar--list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}
.offers--alerts {
  background-color: var(--primary-color);
  color: var(--white-color);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offers--alerts.hide {
  display: none;
}
.offers--alerts--cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 0.75rem;
  padding-inline: 0.75rem;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .offers--alerts--cont {
    flex-direction: row;
    align-items: center;
  }
}
.offers--alerts--msg {
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: bold;
}
.offers--alerts--actions {
  font-family: var(--heading-font);
  display: flex;
  align-items: center;
  gap: 2rem;
  align-self: flex-end;
}
.offers--alerts--actions #close-alert {
  cursor: pointer;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  text-decoration: underline;
}
.offers--alerts--actions #open-alert {
  cursor: pointer;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  background-color: var(--white-color);
  color: var(--black-color);
  border: 2px solid var(--black-color);
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.offers--ads {
  width: 100%;
}

.alert-modal {
  width: 90%;
  max-width: 40.625rem;
  border: none;
  border-radius: 0.5rem;
  padding: 2rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.alert-modal::backdrop {
  background: var(--primary-color);
  opacity: 0.8;
}
.alert-modal--header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.alert-modal--title {
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: clamp(1rem, 3.5vw, 2.25rem);
}
.alert-modal--explain {
  margin-top: 1rem;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.alert-modal--actions {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .alert-modal--actions {
    gap: 3rem;
    flex-direction: row;
  }
}
.alert-modal--close {
  cursor: pointer;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-decoration: underline;
}
.alert-modal--create {
  cursor: pointer;
  font-size: clamp(1rem, 3vw, 1.5rem);
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 2px solid var(--black-color);
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.alert-modal--steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.alert-modal--step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.alert-modal--step--nb {
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: bold;
  color: var(--white-color);
  background-color: var(--color-7);
  border-radius: 1.25rem;
  padding: 0.5rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  text-shadow: 0px 4px 4px rgba(47, 0, 2, 0.25);
}
@media screen and (min-width: 768px) {
  .alert-modal--step--nb {
    height: 4.5rem;
    width: 4.5rem;
  }
}
.alert-modal--step--explain {
  font-weight: bold;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.favorite--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.favorite--cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.favorite--title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
}
.favorite--loader {
  display: none;
  justify-content: center;
  align-items: center;
  margin-block: 1rem;
}
.favorite--loader.active {
  display: flex;
}
.favorite--empty {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.favorite--empty--svg {
  width: 6.5rem;
  height: 100%;
}
.favorite--empty--text {
  font-size: clamp(1rem, 5vw, 1.25rem);
}
.favorite--empty--search {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  color: var(--white-color);
  background-color: var(--primary-color);
  font-weight: bold;
  max-width: 25rem;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1rem, 2vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .favorite--empty--search {
    padding-inline: 2rem;
    padding-block: 1.125rem;
  }
}
.favorite--empty--search:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.favorite--empty--search:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.favorite--empty--search:active svg path {
  fill: var(--primary-color) !important;
}
.favorite--empty.show {
  display: flex;
}

.offer-item {
  border: 0.25rem solid var(--black-color);
  padding: 1rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: var(--white-color);
}
@media screen and (min-width: 768px) {
  .offer-item {
    gap: 3.25rem;
  }
}
.offer-item--up, .offer-item--down {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.offer-item--down {
  align-items: center;
}
.offer-item--name {
  font-size: clamp(1.25rem, 5vw, 2rem);
  font-weight: 700;
  font-family: var(--heading-font);
}
.offer-item--salary {
  font-size: clamp(1rem, 3vw, 1.25rem);
}
.offer-item--info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.offer-item--location {
  font-size: clamp(0.75rem, 2vw, 1rem);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.offer-item--time {
  font-size: 0.75rem;
  font-style: italic;
}
.offer-item--remove:hover {
  cursor: pointer;
}

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #fc0e15;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.search-page--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.search-page--title {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-page--title {
    margin-top: 2rem;
  }
}
.search-page--loader {
  display: none;
  justify-content: center;
  align-items: center;
  margin-block: 1rem;
}
.search-page--loader.active {
  display: flex;
}
.search-page--form-cont {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .search-page--form-cont {
    margin-top: 2.5rem;
  }
}
.search-page--form-cont form {
  width: 100%;
  max-width: 62.5rem;
}
.search-page--filter {
  display: flex;
  font-size: 1rem;
  align-items: center;
  margin-left: 0.5rem;
  gap: 0.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-page--filter {
    font-size: 1.5rem;
    margin-left: 1.5rem;
    gap: 1rem;
  }
}
.search-page--filter svg {
  height: 1rem;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .search-page--filter svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.search-page--numbers {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .search-page--numbers {
    margin-top: 2rem;
    row-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, auto));
    justify-content: space-around;
    column-gap: 2rem;
  }
}
.search-page--nb {
  border: 4px solid var(--primary-color);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .search-page--nb {
    padding: 1.5rem;
    font-size: 2rem;
  }
}
.search-page--last-offer {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-page--last-offer {
    margin-top: 3.5rem;
  }
}
.search-page--last-offer h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}
.search-page--last-offer--cont {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-page--last-offer--cont {
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}
.search-page--other {
  padding-inline: 1rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-page--other {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
  }
}
.search-page--other.active {
  display: flex;
}
.search-page--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.search-page--empty--svg {
  width: 6.5rem;
  height: 100%;
}
.search-page--empty--text {
  font-size: clamp(1rem, 5vw, 1.25rem);
}

.search-widget {
  display: flex;
  width: 100%;
  max-width: 62.5rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.search-widget input {
  width: 100%;
  border: 1px solid var(--black-color);
  border-right: none;
  height: 2.5rem;
  padding: 1rem;
  border-radius: 3.125rem 0 0 3.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .search-widget input {
    height: 5rem;
    font-size: 2rem;
    padding: 2rem;
  }
}
.search-widget button {
  min-width: 3.75rem;
  max-width: 12.5rem;
  width: 25%;
  background-color: var(--primary-color);
  border: 1px solid var(--black-color);
  border-radius: 0 3.125rem 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-widget button svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-widget button svg {
    height: 3rem;
    width: 3rem;
  }
}

.container .choices__list--multiple .choices__item {
  background-color: var(--primary-color);
  font-size: 1rem;
  font-family: var(--heading-font);
  border: 1px solid var(--black-color);
}
.container .choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.container .choices__list--multiple .choices__item.is-highlighted .choices__button {
  color: var(--primary-color);
}
.container input[type=checkbox] {
  position: absolute;
  visibility: visible;
  width: 1.5rem;
  border-radius: 0.5rem;
  z-index: -1;
}
.container input[type=checkbox]:checked ~ .checkbox-checkmark .checkbox-check {
  stroke-dashoffset: 0;
}
.container input[type=checkbox]:focus ~ .checkbox-checkmark {
  outline: 3px solid;
}
.container .checkbox-checkmark {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  border-color: var(--primary-color);
  background-color: var(--white-color);
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
}
.container .checkbox-checkmark svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -0.313rem;
  left: -0.188rem;
}
.container .checkbox-checkmark svg .checkbox-check {
  stroke-dasharray: 325;
  stroke-dashoffset: 325;
  transition: ease 500ms;
  stroke: var(--color-11);
}
.container .checkbox-widget {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.container select {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.container .choices {
  margin-top: 0.25rem;
}
.container #search_form_duree {
  margin-top: 0.25rem;
}

.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  padding-top: 2rem;
  gap: 2rem;
  min-height: calc(100svh - 16.75rem);
}
.login--cont {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-height: calc(100svh - 16.75rem);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .login--cont {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    gap: 5rem;
  }
}
.login h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}
@media screen and (min-width: 768px) {
  .login--log, .login--subscribe {
    text-align: center;
  }
}
.login--log h2, .login--subscribe h2 {
  margin-bottom: 1rem;
}
.login--google {
  max-width: 32rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.login--google.hidden {
  display: none;
}
.login--hr {
  border: 0.063rem solid var(--grey-line);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .login--hr {
    width: 0.063rem;
    height: calc(100svh - 20.75rem);
  }
}
.login--loader {
  display: none;
  justify-content: center;
  align-items: center;
  margin-block: 1rem;
}
.login--loader.active {
  display: flex;
}
.login--error-msg {
  padding: 1rem;
  background-color: var(--color-1);
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 0.313rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.25));
}
.login--error-msg.hidden {
  display: none;
}

.user-account--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.user-account--cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-account--title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
}
.user-account--notifs-disabled {
  display: none;
  padding: 1rem;
  background-color: var(--color-1);
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 0.313rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.25));
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
}
.user-account--notifs-disabled.active {
  display: grid;
}
.user-account--notifs-disabled svg {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}
.user-account--loader {
  height: 1.5rem;
  display: none;
  animation: infinite anim-loader-disable-notifs 1s ease-in-out;
}
.user-account--loader.active {
  display: block;
}
.user-account--disable-notif-icon.hidden {
  display: none;
}
.user-account--infos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .user-account--infos {
    flex-direction: row;
    gap: 2rem;
  }
}
.user-account--infos--item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .user-account--infos--item {
    align-items: center;
    flex-direction: row;
  }
}
.user-account--infos--item--title {
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.user-account--infos--item--content {
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.user-account--actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  padding-block: 0.75rem;
}
@media screen and (min-width: 480px) {
  .user-account--actions {
    flex-direction: row;
    gap: 4rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .user-account--actions {
    justify-content: flex-start;
  }
}
.user-account--actions--link {
  border: 2px solid var(--black-color);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0.5rem 1rem;
  display: grid;
  grid-template-columns: 1.75rem auto;
  gap: 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-family: var(--heading-font);
  align-items: center;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.user-account--actions--link svg {
  height: 1.5rem;
}
.user-account--actions--link:hover {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.user-account--actions--link:active {
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 480px) {
  .user-account--actions--link {
    grid-template-columns: auto;
    padding: 2.25rem;
    font-size: 2rem;
    justify-items: center;
    text-align: center;
    gap: 1.75rem;
    width: 15.625rem;
  }
  .user-account--actions--link.too-much-text {
    font-size: 1.65rem;
  }
  .user-account--actions--link svg {
    height: 7.5rem;
  }
}

@keyframes anim-loader-disable-notifs {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.my-alert--mobile-cont {
  display: flex;
  justify-content: center;
  padding-inline: 0.75rem;
  flex-direction: column;
}
.my-alert--back a {
  margin-top: 1.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.my-alert--back a svg {
  height: 1.5rem;
}
.my-alert--cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.my-alert--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.my-alert--title-cont {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
}
.my-alert--title {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
}
.my-alert--title-with-subtitle {
  margin-top: 0.5rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
}
.my-alert--subtitle {
  margin-bottom: 1.5rem;
}
.my-alert--create-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  font-size: 1rem;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 0.313rem;
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.25));
  border: 0.125rem solid var(--black-color);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .my-alert--create-btn {
    padding: 1rem;
  }
}
.my-alert--create-btn svg {
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .my-alert--create-btn svg {
    display: none;
  }
}
.my-alert--create-btn span {
  display: none;
}
@media screen and (min-width: 768px) {
  .my-alert--create-btn span {
    display: block;
  }
}
.my-alert--create-btn-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1rem;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 0.313rem;
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.25));
  border: 0.125rem solid var(--black-color);
  font-weight: bold;
}
.my-alert--empty {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.my-alert--empty--svg {
  width: 6.5rem;
  height: 100%;
}
.my-alert--empty--text {
  font-size: clamp(1rem, 5vw, 1.25rem);
  text-align: center;
}
.my-alert--empty.show {
  display: flex;
}
.my-alert form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
.my-alert form label {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.my-alert form input[type=text] {
  padding: 1rem;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  border-radius: 0.313rem;
  border: 2px solid var(--black-color);
  filter: drop-shadow(4px 4px 4px rgba(47, 0, 2, 0.25));
  margin-top: 0.5rem;
}
.my-alert form button[type=submit] {
  padding: 1.5rem;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  border-radius: 0.313rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 2px solid var(--black-color);
  filter: drop-shadow(4px 4px 4px rgba(47, 0, 2, 0.25));
  margin-top: 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .my-alert form button[type=submit] {
    font-size: 2rem;
  }
}
.my-alert form label.required:after {
  content: " *";
  color: var(--black-color);
  font-size: 1rem;
}
.my-alert form .choices,
.my-alert form select {
  margin-top: 0.5rem;
}
.my-alert form hr {
  width: 100%;
}
.my-alert form .checkbox-widget {
  margin-block: 1rem;
}
.my-alert--loader {
  display: none;
  justify-content: center;
  align-items: center;
  margin-block: 1rem;
}
.my-alert--loader.active {
  display: flex;
}

.text-widget {
  padding-block: 1rem;
  padding-inline: 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.25));
  width: 100%;
}

.form-errors {
  color: var(--primary-color);
  font-size: 0.95rem;
  margin-block: 0.25rem;
}

input[type=text]:user-invalid,
input[type=text]:focus:user-invalid,
input[type=text]:focus-visible:user-invalid {
  border: 2px solid var(--primary-color) !important;
}

input[type=text]:focus-visible:user-invalid {
  outline: var(--primary-color) auto 1px;
}

.alert-item {
  border: 0.25rem solid var(--black-color);
  padding: 1rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: var(--white-color);
}
@media screen and (min-width: 768px) {
  .alert-item {
    gap: 4.25rem;
  }
}
.alert-item--up, .alert-item--down {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.alert-item--down {
  align-items: center;
}
.alert-item--name {
  font-size: clamp(1.25rem, 5vw, 2rem);
  font-weight: 700;
  font-family: var(--heading-font);
}
.alert-item--info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.alert-item--location {
  font-size: clamp(0.75rem, 2vw, 1rem);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.alert-item--time {
  font-size: 0.75rem;
  font-style: italic;
}
.alert-item--actions {
  display: flex;
  gap: 1.25rem;
}
.alert-item--remove {
  cursor: pointer;
}
.alert-item--remove.hide {
  display: none;
}
.alert-item--remove svg {
  height: 1.25rem;
}
.alert-item--edit svg {
  height: 1.25rem;
  width: 1.45rem;
}
.alert-item--loader {
  height: 1.25rem;
  animation: infinite rotate 1s ease-in-out;
}
.alert-item--loader.hide {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: var(--body-font);
  overflow-x: hidden;
}

main {
  min-height: calc(100svh - 8.75rem);
}
@media screen and (min-width: 768px) {
  main {
    min-height: calc(100svh - 12.625rem);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.primary-color {
  color: var(--primary-color);
}

.font-body {
  font-family: var(--body-font);
}

.font-heading {
  font-family: var(--heading-font);
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

.regular {
  font-weight: normal;
}

.text-size-12 {
  font-size: 0.75rem;
}

.text-size-16 {
  font-size: 1rem;
}

.text-size-24 {
  font-size: 1.5rem;
}

.text-size-32 {
  font-size: 2rem;
}

.text-size-48 {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .text-size-16-tablet {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-24-tablet {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-32-tablet {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-48-tablet {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-56-tablet {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-64-tablet {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-72-tablet {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .text-size-80-tablet {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-size-40-desktop {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-size-48-desktop {
    font-size: 3rem;
  }
}

.inline-block {
  display: inline-block;
}

.inline-grid {
  display: inline-grid;
}

.button-rgpd {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
  border-radius: 0.313rem;
  filter: drop-shadow(0px 4px 4px rgba(47, 0, 2, 0.25));
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media screen and (min-width: 768px) {
  .button-rgpd {
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 2rem;
  }
}
.button-rgpd:hover {
  filter: drop-shadow(0px 2px 2px rgba(47, 0, 2, 0.5));
}
.button-rgpd:active {
  filter: drop-shadow(0px 0px 0px rgba(47, 0, 2, 0.5));
  color: var(--primary-color);
  background-color: var(--color-2);
}
.button-rgpd:active > svg > path {
  fill: var(--primary-color);
}

.font-weight-700 {
  font-weight: 700;
}

/*# sourceMappingURL=app.output.css.map */
