/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
#root,
#__next {
  isolation: isolate;
}
.visuallyhidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Chromatica";
  font-weight: 900;
  font-display: auto;
  src:
    local("Chromatica Black"),
    local("ChromaticaBlack"),
    url("./media/Chromatica-Black.woff2") format("woff2"),
    url("./media/Chromatica-Black.woff") format("woff");
}
@font-face {
  font-family: "Chromatica";
  font-weight: 700;
  font-display: auto;
  src:
    local("Chromatica Bold"),
    local("ChromaticaBold"),
    url("./media/Chromatica-Bold.woff2") format("woff2"),
    url("./media/Chromatica-Bold.woff") format("woff");
}
@font-face {
  font-family: "Chromatica";
  font-weight: 500;
  font-display: auto;
  src:
    local("Chromatica Medium"),
    local("ChromaticaMedium"),
    url("./media/Chromatica-Medium.woff2") format("woff2"),
    url("./media/Chromatica-Medium.woff") format("woff");
}
@font-face {
  font-family: "Chromatica";
  font-weight: 400;
  font-display: auto;
  src:
    local("Chromatica"),
    url("./media/Chromatica-Regular.woff2") format("woff2"),
    url("./media/Chromatica-Regular.woff") format("woff");
}
@font-face {
  font-family: "Chromatica Italic";
  font-weight: normal;
  font-style: italic;
  font-display: auto;
  src:
    local("Chromatica Oblique"),
    local("ChromaticaOblique"),
    url("./media/Chromatica-RegularOblique.woff2") format("woff2"),
    url("./media/Chromatica-RegularOblique.woff") format("woff");
}
html {
  font-size: 10px;
  font-family: "Chromatica", sans-serif;
  line-height: 120%;
  letter-spacing: 0;
  color: #152942;
}
.title-h1 {
  font-family: "Chromatica", sans-serif;
  font-weight: 800;
  font-size: 4.4rem;
}
@media screen and (min-width: 1024px) {
  .title-h1 {
    font-size: 6rem;
  }
}
.title-h2 {
  font-family: "Chromatica", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .title-h2 {
    font-size: 4rem;
  }
}
.title-h3 {
  font-family: "Chromatica", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .title-h3 {
    font-size: 3.2rem;
  }
}
.title-h4 {
  font-family: "Chromatica", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .title-h4 {
    font-size: 2.4rem;
  }
}
.title-h5 {
  font-family: "Chromatica", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .title-h5 {
    font-size: 2rem;
  }
}
.subtitle-1 {
  font-family: "Chromatica", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
}
.subtitle-2 {
  font-family: "Chromatica", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
.subtitle-3 {
  font-family: "Chromatica", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.body-1 {
  font-family: "Chromatica", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.body-2 {
  font-family: "Chromatica", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.body-3 {
  font-family: "Chromatica", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.underlined {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.btn,
.btn-icon {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 99px;
  border-style: solid;
  border-width: 2px;
  font-family: "Chromatica", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
}
.btn:disabled,
.btn-icon:disabled {
  cursor: not-allowed;
}
.btn-icon {
  padding: 0;
  border-radius: 20px;
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
}
.btn-icon > img {
  display: block;
  height: 32px;
  width: 32px;
}
.btn-primary {
  color: #152942;
  background-color: #51b6c2;
  border-color: #2e7b84;
  box-shadow: 0 4px 0 #2e7b84;
}
@media screen and (min-width: 1024px) {
  .btn-primary {
    transition: background-color 1s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .btn-primary:hover {
    background-color: #7bc8d1;
  }
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px #2e7b84;
}
.btn-secondary {
  color: #152942;
  background-color: #ffffff;
  border-color: #e7e1d8;
  box-shadow: 0 4px 0 #e7e1d8;
}
@media screen and (min-width: 1024px) {
  .btn-secondary {
    transition: background-color 1s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .btn-secondary:hover {
    background-color: #F5F3EF;
  }
}
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px #e7e1d8;
}
input[type=radio] + label.btn-secondary,
input[type=checkbox] + label.btn-secondary {
  transition:
    background-color 1s,
    border-color 1s,
    box-shadow 1s;
}
input[type=radio]:checked + label.btn-secondary,
input[type=checkbox]:checked + label.btn-secondary {
  color: #152942;
  background-color: #FF873D;
  border-color: #D65100;
  box-shadow: 0 4px 0 #D65100;
}
.btn-destructive {
  color: #FFFFFF;
  background-color: #E02100;
  border-color: #AD1900;
  box-shadow: 0 4px 0 #AD1900;
}
@media screen and (min-width: 1024px) {
  .btn-destructive {
    transition: background-color 1s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .btn-destructive:hover {
    background-color: #FF3614;
  }
}
.btn-destructive:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px #AD1900;
}
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-destructive:disabled {
  color: rgba(21, 41, 66, 0.2705882353);
  background-color: #D1DDE0;
  border-color: #B3C7CB;
  box-shadow: 0 4px 0 #B3C7CB;
}
.card {
  background-color: #FFFFFF;
  border: 3px solid #F5F3EF;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .card {
    padding: 40px 48px 32px 48px;
  }
}
.card-with-tabs {
  width: 100%;
}
.card-with-tabs .tabs-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style-type: none;
  padding: 0;
}
.card-with-tabs .tab-list-gap {
  display: block;
  align-self: flex-end;
  width: 12px;
  height: 3px;
  background-color: #F5F3EF;
}
@media screen and (min-width: 767px) {
  .card-with-tabs .tab-list-gap {
    width: 20px;
  }
}
.card-with-tabs .tab {
  flex-shrink: 1;
  flex-grow: 1;
}
.card-with-tabs .tab-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 16px 12px;
  border: 3px solid #F5F3EF;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: "Chromatica", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  color: #152942;
  cursor: pointer;
}
.card-with-tabs .tab-button[data-state=active] {
  background-color: #FFFFFF;
}
.card-with-tabs .tab-button[data-state=inactive] {
  background-color: #F5F3EF;
}
.card-with-tabs .tab-content {
  background-color: #FFFFFF;
  border: 3px solid #F5F3EF;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .card-with-tabs .tab-content {
    padding: 40px 48px 32px 48px;
  }
}
.card-with-tabs .tab-content {
  width: 100%;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 1023px) {
  .card-with-tabs .tab-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-small {
  max-width: 480px;
}
.card-medium {
  max-width: 800px;
}
.card-content {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid var(--Creme-AP, #F5F3EF);
  background: var(--Light-Cream, #FCFCFA);
  overflow-y: auto;
}
.alert {
  padding: 12px 20px;
  border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #E3F3F5;
  background: #ECF7F8;
}
.cdk-overlay-container {
  z-index: 9990;
}
.modal {
  width: 90%;
  max-width: 480px;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid #f5f3ef;
  margin: 0 auto;
}
@media screen and (min-width: 540px) {
  .modal {
    width: 480px;
  }
}
.alert-modal {
  padding: 48px 40px 40px 40px;
}
.alert-modal .modal-actions {
  margin-top: 32px;
  padding: 0;
}
.modal-small {
  max-width: 480px;
}
@media screen and (min-width: 540px) {
  .modal-small {
    width: 480px;
  }
}
.modal-medium {
  max-width: 580px;
}
@media screen and (min-width: 767px) {
  .modal-medium {
    width: 580px;
  }
}
.modal-large {
  max-width: 680px;
}
@media screen and (min-width: 767px) {
  .modal-large {
    width: 680px;
  }
}
.modal-xlarge {
  max-width: 754px;
}
@media screen and (min-width: 767px) {
  .modal-xlarge {
    width: 754px;
  }
}
.modal-content {
  background: #caedf9;
  padding: 40px 24px;
}
@media screen and (min-width: 1024px) {
  .modal-content {
    padding: 40px;
  }
}
@media screen and (max-width: 374px) {
  .modal-content {
    padding-top: 100px;
  }
}
.modal-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .modal-actions {
    flex-direction: column;
  }
}
.modal-actions button:not(:only-child) {
  padding: 18px 0px;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .modal-actions button:not(:only-child) {
    width: 100%;
  }
}
.cursor-and-arrow {
  padding: 0;
  margin: 0;
}
.cursor-and-arrow .cursor__arrow {
  display: block;
  margin: 0;
  width: 13px;
  height: 18px;
}
@media screen and (min-width: 767px) {
  .cursor-and-arrow .cursor__arrow {
    width: 29px;
    height: 42px;
  }
}
.cursor-and-arrow .cursor__image {
  margin-left: 17px;
  margin-top: 4px;
}
@media screen and (min-width: 767px) {
  .cursor-and-arrow .cursor__image {
    margin-left: 33px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--turtle {
    width: 24px;
    height: 29px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--bee {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--dino {
    width: 33px;
    height: 23px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--bird {
    width: 28px;
    height: 24px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--unicorn {
    width: 26px;
    height: 28px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--chicken {
    width: 29px;
    height: 27px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--frog {
    width: 25px;
    height: 26px;
  }
}
@media screen and (max-width: 766px) {
  .cursor-and-arrow .cursor__image.cursor--fish {
    width: 36px;
    height: 16px;
  }
}
.cursor__image {
  display: block;
}
.cursor__image.cursor--turtle {
  width: 55px;
  height: 66px;
}
.cursor__image.cursor--bee {
  width: 56px;
  height: 69px;
}
.cursor__image.cursor--dino {
  width: 75px;
  height: 53px;
}
.cursor__image.cursor--bird {
  width: 63px;
  height: 55px;
}
.cursor__image.cursor--unicorn {
  width: 59px;
  height: 64px;
}
.cursor__image.cursor--chicken {
  width: 66px;
  height: 61px;
}
.cursor__image.cursor--frog {
  width: 56px;
  height: 59px;
}
.cursor__image.cursor--fish {
  width: 82px;
  height: 37px;
}
body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
