@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400&family=Rubik:wght@300;400;600&display=swap");
.has-fade {
  visibility: hidden; }

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible;
    opacity: 1; }
  to {
    visibility: visible;
    opacity: 1; } }

.fade-in {
  animation: fade-in 200ms ease-in-out forwards; }

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible;
    opacity: 0; }
  to {
    visibility: hidden;
    opacity: 0; } }

.fade-out {
  animation: fade-out 200ms ease-in-out forwards; }

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 0.5s; }

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0); }

.hidden-y {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-100%);
  transition: all 0.5s; }

.show-y {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0); }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
  scroll-padding: 10rem; }
  body.noscroll {
    overflow: hidden; }

h1,
h2,
h3 {
  margin-top: 0; }

a,
a:visited,
a:hover {
  text-decoration: none; }

p {
  font-size: 1rem;
  color: #1e3a8a; }

.flex {
  display: flex; }
  .flex-direc-c {
    flex-direction: column; }
  .flex-jc-fs {
    justify-content: flex-start; }
  .flex-jc-sb {
    justify-content: space-between; }
  .flex-jc-sa {
    justify-content: space-around; }
  .flex-jc-c {
    justify-content: center; }
  .flex-ai-c {
    align-items: center; }

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none; } }

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none; } }

.container {
  width: 80vw;
  margin: 0 auto; }
  @media (max-width: 63.9375em) {
    .container {
      width: 90vw; } }

@media (max-width: 63.9375em) {
  .fd-c-m {
    flex-wrap: wrap; } }

@media (max-width: 39.9375em) {
  .fd-c {
    flex-direction: column; } }

@media (min-width: 64em) {
  .main {
    gap: 10%; } }

.image {
  width: 2.5rem;
  height: auto;
  margin-right: 0.625rem; }

.button-1 {
  position: fixed;
  right: 10px;
  bottom: 20px;
  border: none;
  border-radius: 20px;
  background: #f43f5e;
  cursor: pointer;
  z-index: 9999; }
  .button-1 img:first-child {
    width: 20px;
    height: 25px; }

.header__content {
  margin-bottom: 0.625rem; }
  @media (max-width: 63.9375em) {
    .header__content {
      flex-direction: column; } }

.header.open .overlay {
  display: block; }

.header.open .header__toggle > span:first-child {
  transform: rotate(45deg); }

.header.open .header__toggle > span:nth-child(2) {
  opacity: 0; }

.header.open .header__toggle > span:last-child {
  transform: rotate(-45deg); }

.header .overlay {
  opacity: 0;
  position: fixed;
  top: 16.125rem;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(#2d314d, transparent); }

.header__title p > a {
  color: #f43f5e;
  border-bottom: 1px solid #f43f5e; }

.header__details p > span {
  color: #f43f5e; }

.header__link a {
  font-size: 19px;
  font-weight: bold;
  transition: color 200ms ease-in-out; }
  .header__link a:not(:last-child) {
    margin-right: 1.25rem; }
  .header__link a:hover {
    color: #f43f5e; }

.header__logo {
  position: relative; }
  .header__logo img {
    width: 120px;
    height: auto;
    margin-left: 100px; }
  .header__logo h3 {
    position: absolute;
    left: 53%;
    transform: translatey(-60%);
    margin: 0.625rem;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #1e3a8a; }
  @media (max-width: 63.9375em) {
    .header__logo img {
      margin-left: 0;
      width: 4.0625rem;
      height: auto; }
    .header__logo h3 {
      left: -7%;
      transform: translatey(-100%);
      font-size: 1rem; } }

.header__toggle > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #2d314d;
  transition: all 300ms ease-in-out;
  transform-origin: 3px 1px; }
  .header__toggle > span:not(:last-child) {
    margin-bottom: 5px; }

.header__menu {
  position: absolute;
  padding: 1.625rem;
  margin-top: 40px;
  background: white;
  border-radius: 5px;
  z-index: 999; }
  .header__menu a {
    color: #1e3a8a;
    padding: 0.625rem;
    display: block;
    text-align: center;
    transition: color 200ms ease-in-out; }
    .header__menu a:hover {
      color: #f43f5e; }

.hero__container {
  margin-top: 1.875rem; }
  @media (max-width: 63.9375em) {
    .hero__container {
      margin-top: 0;
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.hero__image {
  position: relative;
  background-image: url(/images/smiling-boy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 1px;
  height: 100vh; }
  @media (max-width: 63.9375em) {
    .hero__image {
      height: auto;
      min-height: 75vh; } }

.hero__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); }

.hero__text {
  z-index: 1; }
  .hero__text > div {
    max-width: 34.375rem; }
    @media (max-width: 63.9375em) {
      .hero__text > div {
        max-width: 425px; } }
    @media (max-width: 39.9375em) {
      .hero__text > div {
        max-width: 235px; } }
    .hero__text > div p:first-child {
      text-transform: uppercase;
      color: white;
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 0px; }
      @media (max-width: 63.9375em) {
        .hero__text > div p:first-child {
          font-size: 1rem; } }
    .hero__text > div h1:nth-child(2) {
      color: #1e3a8a;
      font-size: 3.125rem; }
      @media (max-width: 63.9375em) {
        .hero__text > div h1:nth-child(2) {
          font-size: 2.5rem; } }
      @media (max-width: 39.9375em) {
        .hero__text > div h1:nth-child(2) {
          font-size: 2rem; } }
    .hero__text > div p:nth-child(3) {
      color: white;
      font-size: 1.125rem;
      line-height: 28px; }
      @media (max-width: 63.9375em) {
        .hero__text > div p:nth-child(3) {
          font-size: 1rem; } }
      @media (max-width: 39.9375em) {
        .hero__text > div p:nth-child(3) {
          font-size: 0.875rem; } }
    .hero__text > div button:last-child {
      color: white;
      border: none;
      background-color: #f43f5e;
      border-radius: 0.3125rem;
      padding: 1.25rem 2.5rem;
      font-size: 1rem;
      cursor: pointer;
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.8); }
      @media (max-width: 63.9375em) {
        .hero__text > div button:last-child {
          padding: 1rem 2rem;
          font-size: 0.875rem; } }

@media (min-width: 64em) {
  .about {
    margin-top: 6.25rem; } }

.about__description {
  max-width: 25rem; }
  .about__description a:first-child {
    text-transform: uppercase; }
  .about__description h1:nth-child(2) {
    font-size: 1.8125rem;
    color: #2d314d;
    margin-top: 24px; }
    @media (max-width: 39.9375em) {
      .about__description h1:nth-child(2) {
        font-size: 1.5rem; } }
  .about__description p:nth-child(3) {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 25px; }
  .about__description button:last-child {
    color: white;
    border: none;
    background-color: #0ea5e9;
    padding: 1.25rem 2.5rem;
    border-radius: 0.1875rem;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4); }
    @media (max-width: 39.9375em) {
      .about__description button:last-child {
        padding: 1rem 2rem; } }
  @media (max-width: 39.9375em) {
    .about__description {
      order: 1;
      margin-top: 100px; } }

.about__image {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%; }
  @media (max-width: 63.9375em) {
    .about__image {
      position: relative;
      width: 150px;
      height: 150px;
      border-radius: 50%; } }
  @media (max-width: 39.9375em) {
    .about__image {
      position: relative;
      width: 120px;
      height: 120px;
      border-radius: 50%; } }
  .about__image::before, .about__image::after {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%; }
  .about__image::before {
    margin-top: 1.875rem;
    width: 100%;
    border: 2px dashed #facc15;
    height: 100%;
    background-image: url(/images/children--image.jpg);
    background-position: center top;
    z-index: 1; }
  .about__image::after {
    top: 1.875rem;
    left: 4.375rem;
    z-index: 3;
    background-image: url(/images/children--image.jpg);
    width: 150%;
    height: 150%;
    border: 2px dashed #f43f5e;
    background-position: center bottom; }

@media (min-width: 64em) {
  .program {
    margin-top: 7.5rem; } }

@media (max-width: 63.9375em) {
  .program {
    margin-top: 3.125rem; } }

.program__main {
  background-image: url(/images/sun-cloud.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -11.625rem;
  min-height: 28.4375rem; }
  .program__main p:first-child {
    color: #f43f5e;
    text-transform: uppercase;
    padding-top: 1.5rem; }
    @media (max-width: 39.9375em) {
      .program__main p:first-child {
        font-size: 0.875rem; } }
  .program__main h1:nth-child(2) {
    font-size: 1.875rem;
    color: #1e3a8a; }
    @media (max-width: 39.9375em) {
      .program__main h1:nth-child(2) {
        font-size: 1.5625rem; } }

.program__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem; }
  @media (min-width: 40em) {
    .program__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 64em) {
    .program__grid {
      grid-template-columns: repeat(3, 1fr);
      min-width: 23.125rem; } }

.program__item {
  border-radius: 0.3125rem;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  transition: all 100ms ease-in-out; }
  .program__item:hover {
    transform: scale(1.05); }

.program__image {
  height: 12.5rem;
  background-size: cover;
  background-repeat: no-repeat; }

.program__text {
  padding: 2.5rem 1.6875rem 1.75rem 1.6875rem; }
  @media (min-width: 40em) {
    .program__text {
      padding: 1.875rem 1.5625rem; } }

.program__author {
  color: #1e3a8a;
  margin-bottom: 1.1875rem; }

.program__title {
  display: flex;
  justify-content: space-between; }
  .program__title__inner {
    display: flex;
    align-items: center; }
    .program__title__inner span:first-child {
      color: #1e3a8a;
      font-size: 0.875rem;
      font-weight: bold; }
    .program__title__inner span:nth-child(2) {
      color: #f43f5e;
      font-weight: bold; }
    .program__title__inner span:nth-child(3) {
      color: #f43f5e;
      font-size: 0.75rem; }
    .program__title__inner span:last-child {
      color: #f43f5e;
      margin-right: 5px; }
    .program__title__inner span:not(:last-child) {
      margin-right: 0.3125rem; }

.program__description {
  margin-top: 1.25rem; }

.feature {
  margin-top: 6.25rem; }
  @media (max-width: 63.9375em) {
    .feature {
      margin-top: 50px; } }
  .feature__content p:first-child {
    color: #a3e635;
    text-transform: uppercase; }
    @media (max-width: 63.9375em) {
      .feature__content p:first-child {
        font-size: 0.875rem; } }
  .feature__content h1:nth-child(2) {
    color: #1e3a8a;
    font-size: 1.875rem; }
    @media (max-width: 39.9375em) {
      .feature__content h1:nth-child(2) {
        font-size: 1.5625rem; } }
  .feature__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 47.5rem;
    margin-top: 25px; }
    @media (max-width: 39.9375em) {
      .feature__grid {
        display: grid;
        grid-template-columns: 1fr; } }
  .feature__icons {
    max-width: 16.563rem; }
    .feature__icons__item {
      display: flex;
      align-items: center;
      margin-bottom: 60px;
      border: 2px dashed #e2e8f0;
      border-radius: 40px;
      padding: 5px 0px 5px 30px;
      transition: all 0.2s ease; }
      .feature__icons__item button:last-child {
        color: #1e3a8a;
        border: none;
        background: none;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.2s ease; }
        .feature__icons__item button:last-child:hover {
          color: #f43f5e; }
      @media (max-width: 39.9375em) {
        .feature__icons__item {
          margin-bottom: 35px; } }
    .feature__icons__item.active {
      border: 2px dashed #f43f5e; }
      .feature__icons__item.active button:last-child {
        color: #f43f5e; }
  .feature__description h1:first-child {
    color: #1e3a8a;
    font-size: 1.875rem; }
    @media (max-width: 39.9375em) {
      .feature__description h1:first-child {
        font-size: 24px; } }
  .feature__description p:nth-child(2) {
    font-size: 14px;
    line-height: 1.8; }
  .feature__description p:last-child {
    display: inline;
    font-size: 0.875rem;
    margin-left: 10px; }

@media (min-width: 64em) {
  .gallery {
    margin-top: 100px; } }

@media (max-width: 63.9375em) {
  .gallery {
    margin-top: 50px; } }

@media (max-width: 39.9375em) {
  .gallery__main {
    flex-direction: column; } }

.gallery__description {
  margin-right: 80px; }
  .gallery__description span:first-child {
    text-transform: uppercase;
    color: #5eead4; }
  .gallery__description h1:nth-child(2) {
    color: #1e3a8a;
    margin-top: 20px; }
    @media (max-width: 63.9375em) {
      .gallery__description h1:nth-child(2) {
        font-size: 20px; } }
  .gallery__description p:last-child {
    line-height: 1.5; }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media (max-width: 63.9375em) {
    .gallery__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 39.9375em) {
    .gallery__grid {
      grid-template-columns: 1fr; } }

.gallery__image {
  min-width: 226px;
  height: auto;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 150ms ease-in-out; }
  @media (max-width: 39.9375em) {
    .gallery__image {
      width: 100%;
      height: 200px; } }
  .gallery__image:hover {
    transform: scale(1.05); }

@media (min-width: 64em) {
  .activitie {
    margin-top: 100px; } }

@media (max-width: 63.9375em) {
  .activitie {
    margin-top: 50px; } }

.activitie__title span:first-child {
  text-transform: uppercase;
  color: #f43f5e;
  margin-bottom: 28px; }

.activitie__title h1:last-child {
  color: #1e3a8a;
  font-size: 32px; }
  @media (max-width: 39.9375em) {
    .activitie__title h1:last-child {
      font-size: 25px; } }

.activitie__main {
  border: 2px dashed #f43f5e;
  border-radius: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 70px; }
  @media (max-width: 63.9375em) {
    .activitie__main {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 63.9375em) {
    .activitie__main {
      margin-top: 45px; } }
  @media (max-width: 39.9375em) {
    .activitie__main {
      flex-direction: column; } }
  @media (max-width: 39.9375em) {
    .activitie__main {
      padding-left: 5px;
      padding-right: 5px; } }

.activitie__main:nth-child(2) {
  transition-delay: 200ms; }

.activitie__main:nth-child(3) {
  transition-delay: 300ms; }

.activitie__image {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }
  @media (max-width: 63.9375em) {
    .activitie__image {
      width: 120px; } }
  @media (max-width: 39.9375em) {
    .activitie__image {
      width: 100px; } }

.activitie__description {
  margin-left: 30px; }
  @media (max-width: 63.9375em) {
    .activitie__description {
      margin-top: 10px; } }
  .activitie__description span:first-child {
    color: #a8a29e; }
  .activitie__description span:nth-child(2) {
    margin-left: 25px;
    color: #a8a29e; }
    @media (max-width: 39.9375em) {
      .activitie__description span:nth-child(2) {
        margin-left: 30px; } }
  .activitie__description h3:nth-child(3) {
    color: #1e3a8a;
    margin-top: 20px;
    font-size: 24px; }
    @media (max-width: 39.9375em) {
      .activitie__description h3:nth-child(3) {
        font-size: 20px; } }
  .activitie__description p:nth-child(4) > span {
    color: #f43f5e; }
  .activitie__description p:last-child > span {
    color: #f43f5e; }

@media (min-width: 64em) {
  .contactUs {
    margin-top: 6.25rem; } }

@media (max-width: 63.9375em) {
  .contactUs {
    margin-top: 50px; } }

.contactUs__main {
  background-image: url(/images/starry-night.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 44.5rem;
  padding-top: 70px; }
  @media (max-width: 39.9375em) {
    .contactUs__main {
      padding-top: 35px; } }

.contactUs__description {
  margin-right: 100px; }
  @media (max-width: 63.9375em) {
    .contactUs__description {
      margin-right: 50px; } }
  .contactUs__description h1:first-child {
    color: white;
    font-size: 30px; }
    @media (max-width: 63.9375em) {
      .contactUs__description h1:first-child {
        font-size: 20px; } }
  .contactUs__description span:nth-child(2) {
    color: #f43f5e; }
  .contactUs__description > p {
    color: white;
    font-size: 18px; }
  .contactUs__description p:not(:last-child) {
    margin-bottom: 49px; }
    @media (max-width: 63.9375em) {
      .contactUs__description p:not(:last-child) {
        margin-bottom: 30px; } }

.contactUs__form h1:first-child {
  color: white;
  font-size: 30px; }

.contactUs__form form {
  padding: 48px 44px 43px 39px;
  text-align: center;
  border: 5px solid #f3f4f6;
  border-radius: 5px; }
  @media (max-width: 39.9375em) {
    .contactUs__form form {
      padding: 30px 40px; } }
  .contactUs__form form div {
    margin-bottom: 20px; }
  .contactUs__form form input {
    width: 369px;
    height: 58px;
    background: linear-gradient(to right, #f3f4f6, #e2e8f0);
    border: none;
    border-radius: 5px;
    padding: 15px; }
    .contactUs__form form input:focus {
      outline: none; }
    @media (max-width: 39.9375em) {
      .contactUs__form form input {
        width: 100%; } }
  .contactUs__form form button {
    width: 100%;
    color: white;
    background-color: #f43f5e;
    cursor: pointer;
    padding: 23px 60px;
    border: none;
    border-radius: 5px;
    font-size: 1rem; }

@media (min-width: 64em) {
  .testimonial {
    margin-top: 6.25rem; } }

@media (max-width: 63.9375em) {
  .testimonial {
    margin-top: 3.125rem; } }

.testimonial__heading span:first-child {
  text-transform: uppercase;
  color: #a3e635; }

.testimonial__heading h1:nth-child(2) {
  color: #1e3a8a;
  font-size: 1.875rem;
  margin-top: 1.813rem; }

.testimonial__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 63.9375em) {
    .testimonial__grid {
      grid-template-columns: 1fr; } }

.testimonial__title {
  margin-top: 3.125rem; }
  @media (max-width: 63.9375em) {
    .testimonial__title {
      margin-top: 2.5rem; } }

.testimonial__image {
  width: 5.625rem;
  height: 5.625rem;
  overflow: hidden;
  border-radius: 50%; }

.testimonial__description {
  max-width: 18.75rem; }
  .testimonial__description p:first-child {
    line-height: 1.5;
    font-weight: 600; }
  .testimonial__description span:last-child {
    color: #a8a29e; }

.testimonial__subscription {
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  margin-top: 6.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 63.9375em) {
    .testimonial__subscription {
      margin-top: 3.125rem; } }
  @media (max-width: 63.9375em) {
    .testimonial__subscription {
      padding-left: 0.938rem;
      padding-right: 0.938rem; } }

.testimonial__main span:first-child {
  color: #67e8f9; }

.testimonial__main h3:last-child {
  font-weight: bold;
  font-size: 1.25rem; }

.testimonial__mail input:first-child {
  width: 30.625rem;
  height: 3.75rem;
  background: linear-gradient(to right, #f3f4f6, #e2e8f0);
  border: none;
  padding: 0.938rem; }
  @media (max-width: 63.9375em) {
    .testimonial__mail input:first-child {
      width: 350px;
      height: 45px; } }
  .testimonial__mail input:first-child:focus {
    outline: none; }

.testimonial__mail img:last-child {
  position: relative;
  padding: 15px;
  left: -4px;
  top: 22px;
  bottom: -21px; }

.footer {
  background-image: url(/images/starry-night.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 31.25rem;
  padding-top: 6.25rem; }
  @media (min-width: 64em) {
    .footer {
      margin-top: 6.25rem; } }
  @media (max-width: 63.9375em) {
    .footer {
      margin-top: 3.125rem; } }
  @media (max-width: 63.9375em) {
    .footer {
      padding-top: 50px; } }
  @media (min-width: 64em) {
    .footer .grid {
      display: grid;
      grid-template-columns: repeat(2, 2fr) 1fr 1fr;
      gap: 1rem;
      justify-items: start; } }
  @media (max-width: 63.9375em) {
    .footer .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      justify-items: start; } }
  @media (max-width: 39.9375em) {
    .footer .grid {
      grid-template-columns: 1fr; } }
  .footer__logo {
    position: relative; }
    .footer__logo img {
      width: 110px;
      height: auto;
      background-position: center center;
      object-fit: cover;
      background-color: white; }
    .footer__logo h3 {
      position: absolute;
      transform: translatey(-40%);
      font-size: 1.5625rem;
      font-weight: bold;
      color: white; }
  .footer__heading p:first-child {
    color: #a8a29e;
    margin-top: 1.875rem;
    max-width: 20.125rem; }
  .footer__blog h3:first-child {
    color: white;
    text-transform: uppercase; }
  .footer__image {
    margin-bottom: 20px; }
    .footer__image img {
      width: 61px;
      height: 64px;
      object-fit: cover; }
  .footer__description {
    margin-left: 10px; }
    .footer__description p:first-child {
      color: white;
      margin: 0px;
      font-size: 13px;
      font-weight: 600; }
    .footer__description span:nth-child(2) {
      font-size: 11px;
      color: #a8a29e; }
    .footer__description span:last-child {
      display: block;
      color: white; }
  .footer__links {
    display: flex;
    flex-direction: column; }
    .footer__links h3:first-child {
      color: white;
      text-transform: uppercase; }
    .footer__links a {
      color: #a8a29e;
      line-height: 2.25;
      transition: color 150ms ease-in-out; }
      .footer__links a:hover {
        color: #f43f5e; }
