html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

.title-xxlg {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  font-family: "Titan One", sans-serif;
}

.title-xlg {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Titan One", sans-serif;
}

.title-lg {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.title-md {
  font-size: 32px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.title-sm {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.title-xsm {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.title-xxsm {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-sm {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Asap", sans-serif;
}
.text-sm.medium {
  font-weight: 500;
}

.text-xsm {
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
}

@media (max-width: 991px) {
  .title-xlg {
    font-size: 28px;
  }
  .title-lg {
    font-size: 24px;
  }
  .title-xxlg {
    font-size: 40px;
    line-height: 120%;
  }
}
.go-back-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  width: -moz-fit-content;
  color: #757575;
  transition: 0.3s ease-in-out;
}
.go-back-btn svg {
  transition: 0.3s ease-in-out;
}
.go-back-btn:hover {
  color: #757575;
}
.go-back-btn:hover svg {
  transform: translateX(-4px);
}

.thumbnail-container img {
  max-width: 100%;
  height: auto;
}

.related-posts-container {
  padding: 64px 0px 80px 0px;
}

.share-social-container {
  color: #000000;
}
.share-social-container svg path {
  fill: #000000;
}
.share-social-container strong {
  font-weight: 600;
}
.share-social-container .d-flex {
  gap: 16px;
}

body {
  background: #FFFFFF;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: relative;
  color: #2A3A4D;
  font-family: "Asap", sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body .content {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 12px;
  border-radius: 4px;
}
body::-webkit-scrollbar-track {
  background: #CCCCCC;
}
body::-webkit-scrollbar-thumb {
  background: #EB801E;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(235, 128, 30, 0.4);
}

.custom-container {
  max-width: 1440px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 60px;
}

.btn {
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
.btn.primary-hover:hover {
  background-color: #EB801E;
  color: #FFFFFF;
}
.btn.outline-hover:hover {
  background-color: transparent;
  color: #2A3A4D;
  border-color: #2A3A4D;
}
.btn.white-hover:hover {
  background-color: #FFFFFF;
  color: #2A3A4D;
}
.btn.outlined {
  background-color: transparent;
  border-color: #EB801E;
  color: #EB801E;
}
.btn.outlined.white {
  padding: 16px 64px;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.btn.outlined:hover {
  background-color: #EB801E;
  color: #FFFFFF;
}
.btn.outlined.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.btn.outlined.white:hover {
  background-color: #FFFFFF;
  color: #2A3A4D;
}
.btn.primary {
  background-color: #EB801E;
  color: #FFFFFF;
}
.btn.primary:disabled {
  background-color: #CCCCCC;
  color: #282828;
  pointer-events: none;
}
.btn.secundary {
  background-color: #2A3A4D;
  color: #FFFFFF;
}
.btn.secundary:disabled {
  background-color: #CCCCCC;
  color: #282828;
  pointer-events: none;
}
.btn.white {
  background-color: #FFFFFF;
  color: #2A3A4D;
}
.btn.white:hover {
  background-color: #EB801E;
  color: #FFFFFF;
}
.btn.white:disabled {
  background-color: #CCCCCC;
  color: #282828;
  pointer-events: none;
}
.btn.lg {
  padding: 24px 32px;
  font-size: 1rem;
}
.btn.md {
  padding: 16px 24px;
  font-size: 0.875rem;
}
.btn.sm {
  padding: 12px 16px;
  font-size: 0.75rem;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.text-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  transition: 0.3s ease-in-out;
  color: #2A3A4D;
  background-color: transparent;
  padding: 0px;
  border: none;
}
.text-btn:hover {
  transform: translateY(-2px);
  color: #EB801E;
}

.border-bottom {
  border-bottom: 1px solid #CBCBCB;
}

.category-posts-section {
  padding: 40px 0px;
}

.search-results-header span {
  font-weight: 275;
}

.category {
  background-color: #EB801E;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 600;
  width: fit-content;
  width: -moz-fit-content;
}

.hero-main-card {
  width: 100%;
}
.hero-main-card .image-container {
  position: relative;
}
.hero-main-card .image-container img {
  height: auto;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: unset;
}
.hero-main-card .image-container .category {
  position: absolute;
  top: 24px;
  left: 24px;
}

.post-horizontal-card .image-container img {
  width: 164px;
  height: 110px;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: unset;
}
.post-horizontal-card .category {
  margin-bottom: 12px;
}

.post-vertical-card .image-container img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: unset;
}

.search-container {
  cursor: pointer;
  height: 36px;
  width: 36px;
  transition: 0.3s ease-in-out;
  border: 1px solid #000000;
  border-radius: 36px;
  display: flex;
  position: relative;
}
.search-container input {
  color: #FFFFFF;
}
.search-container.active {
  width: 240px;
}
.search-container.active .search-bar .search-input-container input {
  width: 100%;
  padding-left: 16px;
  color: #000000;
}
.search-container .search-bar .search-input-container .open-search, .search-container .search-bar .search-input-container .close-search {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translate(0px, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-container .search-bar .search-input-container .open-search svg, .search-container .search-bar .search-input-container .close-search svg {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.search-container .search-bar .search-input-container input {
  box-shadow: none;
  outline: none;
  border-radius: 16px;
  height: 36px;
  width: 36px;
  display: flex;
  border: none;
  background-color: transparent;
  position: relative;
  top: -1px;
}

.benefit-card .benefit-icon {
  height: 70px;
}
.benefit-card h3 {
  margin: 32px 0px;
}

.banner {
  background-color: #00A0D9;
  padding: 56px 0px;
  position: relative;
}
.banner h2 {
  margin: 64px 0;
  color: #FFFFFF;
}
.banner .banner-illustration {
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 2;
  transform: translateX(-140px);
}
.banner .banner-illustration-kid-with-book {
  position: absolute;
  left: 5%;
  top: -120px;
  z-index: 2;
}
.banner .banner-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.partnership-banner {
  background-color: #EB801E;
  padding: 72px 0px;
  position: relative;
}
.partnership-banner h2 {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.partnership-banner .male-face-illustration {
  margin-bottom: 30px;
}
.partnership-banner a {
  margin-bottom: 32px;
}
.partnership-banner .banner-illustration {
  position: absolute;
  left: 0px;
  top: -72px;
  z-index: 2;
  transform: translateY(-50%);
}
.partnership-banner .banner-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  max-width: 532px;
}

.testimonial-card .testimonial-card-content {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px 40px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}
.testimonial-card .testimonial-card-content h3 {
  font-size: 16px;
  margin-top: auto;
}
.testimonial-card .testimonial-card-content p {
  position: relative;
  margin-top: 8px;
  line-height: 160%;
}
.testimonial-card .testimonial-card-content p span {
  font-size: 100px;
}
.testimonial-card .testimonial-card-content .quotes-icon {
  position: absolute;
  top: -24px;
  left: 0px;
  width: 64px;
  height: 64px;
}
.testimonial-card .testimonial-card-content .parent-image-container img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.carousel-images-section {
  padding: 124px 0px;
  background-color: #EDEDED;
  position: relative;
}
.carousel-images-section.partnership {
  background-color: #00A0D9;
}
.carousel-images-section .carousel-background {
  width: auto;
  height: calc(100% + 40px);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 100%;
}
.carousel-images-section .event-swiper .swiper-slide {
  width: 420px;
}
.carousel-images-section .swiper {
  width: 100%;
}
.carousel-images-section img {
  width: 100%;
  display: flex;
}

.hamburguer-btn {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 0px;
  border: none;
  background-color: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hamburguer-btn.open span {
  background-color: #2A3A4D;
}
.hamburguer-btn.open span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}
.hamburguer-btn.open span:nth-child(2) {
  opacity: 0;
}
.hamburguer-btn.open span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}
.hamburguer-btn span {
  transition: 0.3s ease-in-out;
  display: block;
  min-width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 16px;
  position: relative;
}
.hamburguer-btn span:nth-child(1) {
  transform: translateY(-4px);
}
.hamburguer-btn span:nth-child(3) {
  transform: translateY(4px);
}

.hamburguer-menu {
  width: 100vw;
  height: 376px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(-100%);
  border-radius: 0px 0px 16px 16px;
  padding: 0px 24px;
  padding-top: 132px;
  display: none;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
.hamburguer-menu.open {
  transform: translateY(0%);
}
.hamburguer-menu a {
  width: 100%;
}
.hamburguer-menu nav {
  display: flex;
  flex: 1;
}
.hamburguer-menu ul {
  width: 100%;
}
.hamburguer-menu ul li {
  width: fit-content;
  width: -moz-fit-content;
}
.hamburguer-menu ul li:first-child {
  margin-bottom: 40px;
}
.hamburguer-menu ul li a {
  text-align: left;
  width: 100%;
}
.hamburguer-menu .btn {
  margin-top: auto;
  margin-bottom: 32px;
}

#rdModal .modal-content {
  border-radius: 16px;
}

#star-1, #star-2, #star-3 {
  transform: scale(0);
  animation: blinking-star 2s infinite;
  animation-timing-function: ease-in-out;
  transform-box: fill-box;
  transform-origin: center center;
}

#star-1 {
  animation-duration: 1.8s;
}

#star-2 {
  animation-duration: 2.2s;
  animation-delay: 0.5s;
}

#star-3 {
  animation-duration: 2.5s;
  animation-delay: 1s;
}

@keyframes blinking-star {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@media (max-width: 991px) {
  .custom-container {
    padding: 0px 15px;
  }
  .hamburguer-btn, .hamburguer-menu {
    display: flex;
  }
  .banner .secundary {
    width: 100%;
  }
  .partnership-banner h2 {
    font-size: 32px !important;
  }
  .partnership-banner .banner-illustration {
    left: 16px;
    top: -56px;
  }
  .partnership-banner .banner-illustration img {
    width: 122px;
  }
  .carousel-images-section {
    padding: 64px 0px;
  }
  .carousel-images-section .event-swiper .swiper-slide {
    width: 420px;
  }
  .banner .btn {
    margin-bottom: 80px;
  }
  .banner .banner-illustration {
    top: 340px;
    right: 15px;
    left: auto;
    transform: none;
  }
  .banner .banner-illustration img {
    max-height: 124px;
  }
}
.hero-section {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.hero-section .hero-background-video {
  width: 100%;
  height: auto;
  display: flex;
}
.hero-section .hero-background-video img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 810px;
}
.hero-section .hero-background-video .hero-dark-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(42, 58, 77, 0.6) 0%, rgba(42, 58, 77, 0) 65%);
  pointer-events: none;
}
.hero-section .hero-overlay {
  position: absolute;
  height: 100%;
  padding: 0px 15px;
  padding-top: 160px;
  width: 100%;
}
.hero-section .hero-overlay .hero-content {
  position: relative;
  z-index: 3;
  max-width: 340px;
  margin-left: 60px;
}
.hero-section .hero-overlay .hero-content .possibilities {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.hero-section .hero-overlay .hero-content .possibilities p {
  background-color: rgba(235, 129, 30, 0.3490196078);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 16px;
}
.hero-section .hero-overlay img {
  margin-bottom: 56px;
}
.hero-section .hero-overlay h2 {
  max-width: 304px;
  margin: 32px 0;
}

.about-super-section {
  margin-top: -164px;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.about-super-section h2 {
  margin-bottom: 32px;
}
.about-super-section strong {
  font-weight: 700;
}
.about-super-section .about-super-icon {
  position: absolute;
  right: 30%;
  top: -48px;
}
.about-super-section .about-super-graphism {
  width: 100%;
  height: auto;
  min-height: 542px;
  object-fit: cover;
}
.about-super-section .about-super-graphism.mobile {
  display: none;
}
.about-super-section .about-super-content-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}
.about-super-section .about-super-image {
  height: auto;
  width: 100%;
}

.testimonials-section {
  padding: 124px 0px;
  position: relative;
  z-index: 2;
}
.testimonials-section .testimonials-illustration {
  position: absolute;
  top: -32px;
  right: 256px;
}
.testimonials-section h2 {
  max-width: 736px;
  margin-bottom: 64px;
}

.home-benefits-section {
  padding: 124px 0px;
  position: relative;
  z-index: 3;
}
.home-benefits-section .custom-container {
  position: relative;
}
.home-benefits-section .custom-container .benefits-illustration {
  position: absolute;
  right: 164px;
  top: -150px;
}
.home-benefits-section h2 {
  margin-bottom: 104px;
  max-width: 400px;
}
.home-benefits-section .row {
  gap: 80px 0px;
}

.about-event-section {
  padding: 60px 0px;
  background-color: #EB801E;
  position: relative;
}
.about-event-section .parents-illustration {
  position: absolute;
  top: -24px;
  left: 100px;
  z-index: 2;
}
.about-event-section .row {
  gap: 24px 0px;
}
.about-event-section .event-card {
  padding: 60px;
  background-color: #FFFFFF;
  border-radius: 32px;
  color: #2A3A4D;
  height: 100%;
}
.about-event-section .event-card h3 {
  font-weight: 500;
  margin: 32px 0px;
}
.about-event-section .event-card p {
  line-height: 160%;
  margin-bottom: 32px;
}
.about-event-section .event-card p strong {
  font-weight: 700;
}
.about-event-section .event-card .event-title-container {
  position: relative;
}
.about-event-section .event-card .event-title-container img {
  position: absolute;
  bottom: 0px;
  right: -24px;
}
.about-event-section .event-card .event-image {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.about-event-section .event-card .inline-info {
  margin-bottom: 24px;
}
.about-event-section .event-card .inline-info:nth-child(6) {
  margin-bottom: 32px;
}
.about-event-section .event-card .inline-info img {
  margin-right: 40px;
  width: 50px;
  height: auto;
}
.about-event-section .event-card .inline-info p {
  font-weight: 700;
  margin: 0px;
  max-width: 384px;
}
.about-event-section .event-card .btn {
  margin-top: auto;
}

.finish-their-book {
  background-color: #F8AC01;
  display: flex;
  margin: auto;
  margin-bottom: 120px;
  border-radius: 32px;
  gap: 17px;
  max-width: 1100px;
  height: fit-content;
  padding: 32px;
}
.finish-their-book img {
  padding: 0;
  width: 100%;
  max-width: 525px;
  flex-shrink: 1;
}
.finish-their-book .section-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 46px 32px 0px 0px;
}

@media (max-width: 1660px) {
  .about-super-section {
    margin-top: -108px;
  }
}
@media (max-width: 1200px) {
  .hero-section {
    min-height: 800px;
  }
  .hero-section .hero-background-video img {
    height: 810px;
  }
}
@media (max-width: 568px) {
  .about-super-section .about-super-graphism {
    display: none;
  }
  .about-super-section .about-super-graphism.mobile {
    display: flex;
  }
}
@media (max-width: 991px) {
  .banner h2 {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 24px;
  }
  .banner .banner-illustration {
    top: 390px;
    right: 32px;
  }
  .banner .banner-illustration-kid-with-book {
    width: 72px;
    top: -56px;
  }
  .banner .btn {
    margin-bottom: 100px;
  }
  .finish-their-book {
    flex-direction: column;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border-radius: 24px;
  }
  .finish-their-book .title-xxlg {
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    margin-top: 16px;
  }
  .finish-their-book .title-xsm {
    font-size: 16px;
  }
  .finish-their-book .section-content {
    padding: 0px;
    gap: 16px;
  }
  .hero-section {
    min-height: 614px;
  }
  .hero-section .hero-overlay {
    padding-top: 320px;
  }
  .hero-section .hero-overlay .hero-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-section .hero-overlay img {
    height: 122px;
  }
  .hero-section .hero-overlay h2 {
    margin: 24px 0;
  }
  .hero-section .hero-background-video {
    min-height: 614px;
    display: flex;
  }
  .hero-section .hero-background-video .hero-dark-div {
    background: linear-gradient(180deg, rgba(42, 58, 77, 0) 17.79%, rgba(42, 58, 77, 0.8) 100%);
  }
  .hero-section .hero-background-video img {
    object-fit: cover;
    max-width: 100%;
    width: 1440px;
    position: relative;
    object-position: 40%;
  }
  .about-super-section {
    margin-top: -100px;
  }
  .about-super-section .about-super-icon {
    height: 58px;
    width: auto;
    top: -24px;
    right: 25%;
  }
  .about-super-section .about-super-image {
    margin-right: auto;
    display: flex;
    margin-top: 32px;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 424px;
  }
  .about-super-section p, .about-super-section h2 {
    margin-left: 0px !important;
  }
  .about-super-section h2 {
    margin-top: 24px !important;
  }
  .about-super-section .about-super-graphism {
    min-height: 708px;
  }
  .about-event-section .event-card {
    padding: 32px;
  }
  .about-event-section .event-card a {
    margin: 0px auto;
  }
  .about-event-section .event-card .title-xxlg {
    margin-top: 0px;
  }
  .about-event-section .parents-illustration {
    left: 32px;
    width: 160px;
  }
  .testimonials-section {
    padding: 64px 0px;
  }
  .testimonials-section .testimonials-illustration {
    height: 96px;
    right: 24px;
  }
  .home-benefits-section {
    padding: 64px 0px;
  }
  .home-benefits-section h2 {
    margin-bottom: 48px;
    max-width: 344px;
  }
  .home-benefits-section .icon-container img {
    max-height: 60px;
    width: auto;
  }
  .home-benefits-section .benefit-card h3 {
    margin: 16px 0px;
  }
  .home-benefits-section .row {
    gap: 40px 0px;
  }
  .home-benefits-section .custom-container .benefits-illustration {
    display: none;
  }
}
.hero-content-partnership {
  position: relative;
  z-index: 3;
  max-width: 400px;
  margin-left: 60px;
}
.hero-content-partnership .possibilities-partnership {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.hero-content-partnership .possibilities-partnership p {
  background-color: rgba(0, 159, 217, 0.3843137255);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 16px;
}
.hero-content-partnership h2 {
  max-width: 361px;
  margin: 32px 0;
}

.partnership-benefits-section {
  margin-top: -75px;
  color: white;
  transform: translateY(-40px);
  position: relative;
  z-index: 2;
  position: relative;
}
.partnership-benefits-section .about-super-graphism {
  width: 100%;
  height: auto;
  min-height: 1302px;
  object-fit: cover;
}
.partnership-benefits-section .about-super-graphism.mobile {
  display: none;
}
.partnership-benefits-section .about-super-content-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}
.partnership-benefits-section .custom-container {
  position: relative;
}
.partnership-benefits-section .custom-container .benefits-illustration {
  position: absolute;
  right: 164px;
  top: -116px;
}
.partnership-benefits-section h2 {
  margin-top: 30px;
  margin-bottom: 64px;
  max-width: 470px;
}
.partnership-benefits-section .row {
  gap: 80px 0px;
}
.partnership-benefits-section .contact-button {
  background-color: #2a3a4d;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 16px;
  max-width: 280px;
  width: 100%;
  margin-top: 64px;
}

.how-partnership-works-section {
  background-color: #EDEDED;
  transform: translateY(-40px);
  padding: 124px 0px;
  position: relative;
  z-index: 3;
}
.how-partnership-works-section .benefit-card .title-lg {
  font-size: 38px;
}
.how-partnership-works-section .benefit-card .benefit-icon {
  height: 32px;
}
.how-partnership-works-section .custom-container {
  position: relative;
}
.how-partnership-works-section .custom-container .benefits-illustration {
  position: absolute;
  right: 60px;
  top: -184px;
}
.how-partnership-works-section h2 {
  margin-bottom: 104px;
  max-width: 640px;
}
.how-partnership-works-section .row {
  gap: 80px 0px;
}
.how-partnership-works-section .contact-button {
  background-color: #2a3a4d;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 16px;
  max-width: 650px;
  width: 100%;
  margin-top: 75px;
}

.responsabilities-map-section {
  padding: 124px 60px;
  padding-top: 84px;
  position: relative;
  z-index: 3;
}
.responsabilities-map-section .responsabilities-illustration {
  position: absolute;
  right: 80px;
  top: -90px;
}
.responsabilities-map-section h2 {
  max-width: 700px;
  text-align: start;
  margin-bottom: 64px;
  align-self: self-start;
}
.responsabilities-map-section .row {
  gap: 20px;
}
.responsabilities-map-section table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
}
.responsabilities-map-section th,
.responsabilities-map-section td {
  text-align: center;
  padding: 10px;
  border: none !important;
  font-weight: 700;
  border-radius: 4px;
  vertical-align: middle;
}
.responsabilities-map-section th.tag.title {
  background-color: #EDEDED;
  vertical-align: middle;
}
.responsabilities-map-section td.tag {
  border: solid 1px #2a3a4d !important;
}
.responsabilities-map-section td:first-child {
  background-color: #EDEDED;
}
.responsabilities-map-section .tag {
  padding: 16px 0;
  width: 100%;
  text-align: center;
  word-break: break-word;
}
.responsabilities-map-section .tag.does {
  background-color: #99d7cc;
}
.responsabilities-map-section .tag.support {
  background-color: #fbdc99;
}
.responsabilities-map-section .tag.title {
  border: solid 1px #2a3a4d !important;
}

.finish-their-book-section {
  background-color: #EDEDED;
  padding-bottom: 120px;
  position: relative;
}
.finish-their-book-section .banner-illustration {
  position: absolute;
  left: 10%;
  top: -75px;
  z-index: 2;
}
.finish-their-book-section .finish-their-book-partnership {
  background-color: #f8ac01;
  margin: auto;
  display: flex;
  border-radius: 32px;
  gap: 17px;
  max-width: 1100px;
  height: fit-content;
  padding: 32px;
}
.finish-their-book-section .finish-their-book-partnership img {
  padding: 0;
  width: 100%;
  max-width: 525px;
  flex-shrink: 1;
}
.finish-their-book-section .finish-their-book-partnership .section-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0px 0px;
}

.you-will-receive-section {
  padding: 124px 60px;
  background-color: #EDEDED;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.you-will-receive-section .card,
.you-will-receive-section .image-card {
  max-width: 100%;
  border-radius: 32px;
}
.you-will-receive-section .image-card {
  border: 2px solid #2A3A4D;
  width: 100%;
  max-width: 100% !important;
}
.you-will-receive-section .image-card.mobile {
  display: none;
}
.you-will-receive-section .container-image {
  position: relative;
}
.you-will-receive-section .container-image .star-icon-01 {
  position: absolute;
  top: 80px;
  left: 20%;
}
.you-will-receive-section .container-image .star-icon-02 {
  position: absolute;
  top: -20px;
  left: 79%;
}
.you-will-receive-section .container-image .star-icon-03 {
  position: absolute;
  top: 105px;
  left: 85%;
}
.you-will-receive-section .d-flex:nth-child(2) .card {
  gap: 32px;
}
.you-will-receive-section .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  color: #2a3a4d;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  justify-content: center;
}
.you-will-receive-section .card .card-line {
  gap: 10px;
  width: 100%;
  line-height: 1.4;
}

@media (max-width: 1300px) {
  .you-will-receive-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .finish-their-book-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .finish-their-book-section .banner-illustration {
    width: 110px;
    height: 100px;
    top: -24px;
    left: 0px;
  }
  .finish-their-book-section .finish-their-book-partnership {
    flex-direction: column;
    padding: 16px;
  }
  .finish-their-book-section .finish-their-book-partnership .title-xxlg {
    font-size: 28px;
  }
  .finish-their-book-section .finish-their-book-partnership .section-content {
    padding-top: 0px;
  }
  .hero-content-partnership {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .you-will-receive-section {
    grid-template-columns: repeat(1, 1fr);
    justify-content: start;
  }
  .you-will-receive-section .card {
    width: 100%;
  }
  .hero-content-partnership .title-xlg {
    max-width: 324px;
  }
  .hero-content-partnership .text-sm {
    max-width: 348px !important;
  }
  .hero-section-partnership .hero-background-video {
    padding: 0px 15px;
  }
  .hero-section-partnership .hero-background-video img {
    margin: 108px auto 24px auto;
  }
  .hero-section-partnership h2 {
    font-size: 16px;
  }
  .hero-section-partnership h1 {
    font-size: 32px;
  }
  .hero-section-partnership img {
    max-height: 107px;
  }
  .partnership-benefits-section .icon-container img {
    max-height: 60px;
    width: auto;
  }
  .partnership-benefits-section .benefit-card h3 {
    margin: 16px 0px;
  }
  .partnership-benefits-section .row {
    gap: 40px 0px;
  }
  .partnership-benefits-section .row {
    gap: 40px 0px;
  }
  .partnership-benefits-section .custom-container {
    padding: 0 20px;
  }
  .partnership-benefits-section .custom-container h2 {
    font-size: 28px;
    max-width: 344px;
    margin-bottom: 40px;
  }
  .partnership-benefits-section .custom-container .benefits-illustration {
    right: 30px;
    top: -100px;
    max-width: 200px;
  }
  .partnership-benefits-section .custom-container .benefits-illustration svg {
    width: 100%;
    height: auto;
  }
  .partnership-benefits-section .custom-container h3 {
    font-size: 24px;
    margin: 16px 0;
  }
  .how-partnership-works-section {
    padding: 60px 0px;
  }
  .how-partnership-works-section .row {
    gap: 40px 0px;
  }
  .how-partnership-works-section .custom-container {
    padding: 0 20px;
  }
  .how-partnership-works-section .custom-container h2 {
    font-size: 28px;
    max-width: 244px;
    margin-bottom: 40px;
  }
  .how-partnership-works-section .custom-container .benefits-illustration {
    right: 16px;
    top: -80px;
    max-width: 180px;
  }
  .how-partnership-works-section .custom-container .benefits-illustration svg {
    width: 100%;
    height: auto;
  }
  .how-partnership-works-section .custom-container h3 {
    font-size: 24px;
    margin: 16px 0;
  }
  .responsabilities-map-section {
    padding: 60px 10px;
  }
  .responsabilities-map-section .responsabilities-illustration {
    right: 16px;
    top: -24px;
    max-width: 164px;
  }
  .responsabilities-map-section .responsabilities-illustration svg {
    width: 100%;
    height: auto;
  }
  .responsabilities-map-section h2 {
    font-size: 28px;
    max-width: 254px;
    margin-bottom: 40px;
  }
  .responsabilities-map-section .row {
    gap: 20px 0px;
  }
  .responsabilities-map-section table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 16px;
  }
  .responsabilities-map-section th,
  .responsabilities-map-section td {
    text-align: center;
    padding: 10px;
    border: none !important;
    font-weight: 700;
    border-radius: 4px;
  }
  .you-will-receive-section {
    padding: 60px 15px;
  }
  .you-will-receive-section .star-icon-01,
  .you-will-receive-section .star-icon-02,
  .you-will-receive-section .star-icon-03 {
    display: none;
  }
  .you-will-receive-section .image-card {
    max-width: 100%;
    margin: 0px auto;
    width: 100%;
    height: 270px;
    display: none;
    border-radius: 0px;
    border: none;
  }
  .you-will-receive-section .image-card.mobile {
    display: flex;
  }
  .you-will-receive-section .row {
    gap: 24px 0px;
  }
  .partnership-benefits-section .about-super-content-container {
    padding-top: 56px;
    justify-content: flex-start !important;
  }
  .partnership-benefits-section .about-super-graphism {
    display: none;
    max-height: 1656px;
    min-height: 1443px;
  }
  .partnership-benefits-section .about-super-graphism.mobile {
    display: flex;
  }
}
@media (max-width: 568px) {
  .partnership-benefits-section .about-super-content-container {
    padding-top: 56px;
    justify-content: flex-start !important;
  }
  .partnership-benefits-section .about-super-graphism {
    display: none;
    max-height: 1918px;
    object-fit: fill;
  }
  .partnership-benefits-section .about-super-graphism.mobile {
    display: flex;
  }
}
header {
  padding: 32px 0;
  position: absolute;
  width: 100%;
  z-index: 4;
}
header li a, header li button {
  transition: 0.3s ease-in-out;
  display: flex;
}
header li a:hover, header li button:hover {
  transform: translateY(-2px);
  opacity: 0.7;
}
header .desktop-nav button {
  background-color: transparent;
  border: none;
  padding: 0px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}
header .desktop-nav button:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
header .header-logo {
  position: relative;
  z-index: 3;
}
header img {
  height: 51px;
}
header nav ul {
  gap: 32px;
}
header nav ul a {
  color: #FFFFFF;
  font-weight: 600;
}
header nav ul a:hover {
  color: #FFFFFF;
}
header .login-btn {
  min-width: 148px;
}
header .login-btn:hover {
  opacity: 1;
}

footer {
  padding: 64px;
  background-color: #2A3A4D;
}
footer div p.copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
  margin-top: 8px;
}
footer div.footer-logo-container {
  max-width: 225px;
  line-height: 150%;
}
footer div.footer-logo-container img {
  height: 51px;
  margin-bottom: 16px;
}
footer .footer-logo-container {
  margin-right: 156px;
}
footer .footer-list {
  gap: 16px;
}
footer .footer-list a {
  color: #FFFFFF;
}
footer .footer-list:first-child {
  margin-right: 48px;
}
footer .footer-list li:first-child {
  font-weight: 700;
}
footer .social-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-list li p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 8px;
  line-height: 100%;
}
footer nav ul {
  gap: 16px;
}
footer nav ul li a {
  color: #FFFFFF;
  font-size: 24px;
  display: flex;
  transition: 0.3s ease-in-out;
}
footer nav ul li a:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
}

#mobile-nav-header {
  display: none;
  position: absolute;
  z-index: 5;
  background-color: white;
  padding: 24px;
  border-radius: 16px;
  right: 20px;
  top: 90px;
}
#mobile-nav-header.open {
  display: block;
}
#mobile-nav-header ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#mobile-nav-header li a {
  color: #2a3a4d;
  cursor: pointer;
}
#mobile-nav-header li a.btn {
  background-color: #2a3a4d;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

#hamburger-menu {
  display: none;
}

.temp-hero {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.temp-hero h1 {
  max-width: 762px;
  margin: 32px auto 24px auto;
}
.temp-hero img {
  height: 124px;
  width: auto;
}

@media (max-width: 568px) {
  .temp-hero h1 {
    font-size: 21px;
  }
  .temp-hero p {
    font-size: 14px;
  }
  .temp-hero img {
    height: 80px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 64px 15px;
  }
  footer .footer-logo-container {
    margin-right: 0px;
  }
  footer nav {
    margin: 48px 0px;
  }
  footer nav p {
    display: none;
  }
  footer .footer-list:first-child {
    margin-right: 0px;
    margin-bottom: 48px;
  }
  #hamburger-menu {
    display: block;
  }
  .desktop-nav {
    display: none;
  }
}

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