@media screen and (min-width: 1000px) {
  .hide-desktop {
    display: none !important;
  }
}

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

.app {
  width: 100%;
  overflow-x: hidden;
}

.app-container {
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 1000px) {
  .app-container {
    max-width: 100%;
  }
}

.app-navbar {
  padding-top: 68px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .app-navbar {
    flex-wrap: nowrap !important;
    padding-top: 35px !important;
  }
}
.app-navbar .navbar-toggler {
  border: none !important;
  outline: none;
}
.app-navbar-logo {
  width: 330px;
}
@media screen and (max-width: 1000px) {
  .app-navbar-logo {
    width: 180px;
    margin-left: auto;
  }
}
.app-navbar .navbar-nav .nav-item > .nav-link {
  color: #1B1464 !important;
}
.app-navbar .navbar-nav .active > .nav-link {
  color: #CBCBCB !important;
}
.app-navbar .navbar-nav .nav-link {
  line-height: 26px;
}
.app-navbar .navbar-nav .nav-link:hover {
  color: #EF358B !important;
}
@media screen and (max-width: 1000px) {
  .app-navbar .navbar-collapse {
    border: 1px solid #c4c4c4;
    border-radius: 36px;
    padding: 24px;
    margin-left: 12px;
    margin-right: 12px;
    justify-content: center;
  }
  .app-navbar .navbar-collapse .get-the-app-btn {
    width: auto;
    margin-right: auto;
    margin-left: 0;
    justify-content: flex-start;
  }
}

.navbar-nav .nav-item > .nav-link {
  color: #1B1464 !important;
}
.navbar-nav .active > .nav-link {
  color: #CBCBCB !important;
}
.navbar-nav .nav-link {
  line-height: 26px;
}
.navbar-nav .nav-link:hover {
  color: #EF358B !important;
}

@media screen and (max-width: 1000px) {
  .navbar-collapse {
    border: 1px solid #c4c4c4;
    border-radius: 36px;
    padding: 24px;
    margin-left: 12px;
    margin-right: 12px;
    justify-content: center;
  }
  .navbar-collapse .get-the-app-btn {
    width: auto;
    margin-right: auto;
    margin-left: 0;
    justify-content: flex-start;
  }
}

.get-the-app-btn {
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-the-app-btn a {
  color: #fff !important;
  background: linear-gradient(135deg, rgb(238, 12, 117) 0%, rgb(254, 101, 5) 100%);
  border: none !important;
  border-radius: 32px !important;
  width: 176px;
  height: 50px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  transition: width 400ms ease-in-out !important;
  -webkit-transition: width 400ms ease-in-out !important;
  -moz-transition: width 400ms ease-in-out !important;
}
.get-the-app-btn a span {
  font-family: "Helvetica", "Arial", sans-serif !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.get-the-app-btn a:hover {
  width: 278px;
}

.skills-section-join-btn {
  background: transparent;
  margin: auto;
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 520px) and (max-width: 1000px) {
  .skills-section-join-btn {
    display: none !important;
  }
}
.skills-section-join-btn a {
  line-height: 24px;
  font-size: 20px;
  font-family: "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 32px !important;
  width: 226px;
  height: 50px;
  font-weight: bold;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  transition: width 400ms ease-in-out !important;
  -webkit-transition: width 400ms ease-in-out !important;
  -moz-transition: width 400ms ease-in-out !important;
}
.skills-section-join-btn a:hover {
  width: 278px;
}

.store-chip {
  height: 57px;
  width: 192px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1000px) {
  .store-chip {
    height: 35px;
    width: 117px;
    display: flex;
  }
}

.app-banner {
  margin-top: 90px;
  height: 615px;
}
@media screen and (max-width: 2000px) {
  .app-banner {
    margin-top: 25px;
    height: 600px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 2000px) {
  .app-banner {
    margin-top: 25px;
    height: 540px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .app-banner {
    height: 450px;
    margin-top: 25px;
  }
}
.app-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
}
.app-banner-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.app-banner-title {
  font-family: "Playfair Display";
  font-size: 50px;
  font-weight: bold;
  max-width: 610px;
  line-height: 67px;
  color: #1B1464;
}
@media screen and (max-width: 1000px) {
  .app-banner-title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 40px;
  }
}
.app-banner-subtitle {
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 53px;
  font-weight: bold;
  color: #EE0C75;
}
@media screen and (max-width: 1000px) {
  .app-banner-subtitle {
    font-size: 20px;
    line-height: 27px;
    padding: 0 40px;
    margin-top: 10px;
  }
}
.app-banner-actions {
  margin-top: 40px;
  gap: 18px;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .app-banner-actions {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.about-us-section {
  margin-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us-section-image {
  width: 440px;
}
@media screen and (max-width: 1000px) {
  .about-us-section-image {
    width: 250px;
  }
}
.about-us-section-text {
  margin-top: 40px;
  max-width: 628px;
  color: #1B1464;
  line-height: 26px;
  font-family: "Roboto";
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .about-us-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.info-section {
  margin-top: 60px;
  align-items: center;
  padding: 0 72px;
  z-index: 10;
  gap: 48px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .info-section {
    flex-wrap: wrap;
    display: flex;
    gap: 32px;
    justify-content: center;
  }
}
.info-section-image {
  width: 520px;
  height: 540px;
}
@media screen and (max-width: 1000px) {
  .info-section-image {
    order: 1;
    width: 225px;
    height: 290px;
  }
}
.info-section-image:hover {
  animation-name: tada;
}
@media screen and (max-width: 1000px) {
  .info-section-content {
    order: 2;
  }
}
.info-section-title {
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 53px;
  color: #EE0C75;
}
@media screen and (max-width: 1000px) {
  .info-section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.info-section-text {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 26px;
  color: #1B1464;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .info-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.info-section-action {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 26px;
  color: #EE0C75;
  margin-top: 20px;
}

.skills-section {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 200px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  .skills-section {
    margin-top: 60px;
    justify-content: center;
    gap: 36px;
  }
}
.skills-section .skill-cards {
  height: 490px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1090px) {
  .skills-section .skill-cards {
    height: auto;
  }
}
.skills-section .skill-cards .skill-card {
  width: 340px;
  height: 420px;
  background: #F1F1F1;
  border-radius: 48px;
  padding: 58px 44px;
}
.skills-section .skill-cards .skill-card-title {
  font-family: "Playfair Display";
  font-size: 30px;
  line-height: 40px;
  color: #EE0C75;
  margin-top: 36px;
}
.skills-section .skill-cards .skill-card-title-tr {
  font-size: 22px;
  line-height: 32px;
}
.skills-section .skill-cards .skill-card-subtitle {
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 27px;
  color: #1B1464;
  margin-top: 12px;
}
.skills-section .skill-cards .skill-card-subtitle-tr {
  font-size: 18px;
  line-height: 24px;
}
.skills-section .skill-cards .skill-card-link {
  display: none;
}
.skills-section .skill-cards .skill-card:hover {
  height: 490px;
  transition: all 0.2s ease-in;
}
.skills-section .skill-cards .skill-card:hover .skill-card-icon {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transform: scale(1.1);
}
.skills-section .skill-cards .skill-card:hover .skill-card-link {
  display: block;
  font-family: "Roboto";
  line-height: 21px;
  margin-top: 48px;
  padding: 12px 0;
  color: #EE0C75 !important;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.skills-section .skill-cards .skill-card:hover .skill-card-link-text {
  color: #EE0C75 !important;
}
.skills-section .skill-cards .skill-card:hover .skill-card-link-line {
  width: 36px;
  border-top: 4px solid #EE0C75;
  padding-bottom: 12px;
  display: block;
}
.skills-section-join {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 82px;
}
@media screen and (min-width: 520px) and (max-width: 1000px) {
  .skills-section-join {
    display: none !important;
  }
}
.skills-section-join-bg {
  background-image: url("/landing-images/leaf.png");
  display: flex;
  justify-content: center;
  align-content: center;
  width: 620px;
  height: 170px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .skills-section-join-bg {
    width: 320px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.skills-section-join-text {
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 35px;
  width: 485px;
  text-align: center;
  padding-top: 24px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .skills-section-join-text {
    width: 250px;
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
  }
}
.skills-section-tape {
  position: absolute;
  right: -390px;
  z-index: -2;
  top: -500px;
}
@media screen and (max-width: 1000px) {
  .skills-section-tape {
    right: -1000px;
    top: -920px;
    height: 2440px;
    transform: rotate(25deg);
  }
}
@media screen and (min-width: 520px) and (max-width: 1000px) {
  .skills-section-tape {
    display: none;
  }
}

.reports-page .header-section {
  background-image: url("/landing-images/support-banner.png") !important;
  height: 100% !important;
}
@media screen and (max-width: 1000px) {
  .reports-page .header-section {
    background-image: url("/landing-images/support-banner-mobile.png");
  }
}

.features-page .app-footer-section, .reports-page .app-footer-section {
  position: relative;
}
.features-page .app-footer-section-bg, .reports-page .app-footer-section-bg {
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .features-page .app-footer-section-bg, .reports-page .app-footer-section-bg {
    height: 400px;
  }
}
.features-page .app-footer-section-bg-top, .reports-page .app-footer-section-bg-top {
  position: absolute;
  top: -300px;
  z-index: -2;
}
.features-page .app-footer-section-bg-bottom, .reports-page .app-footer-section-bg-bottom {
  background: #06202f;
}
.features-page .app-footer-section .footer, .reports-page .app-footer-section .footer {
  margin-top: 440px;
  font-family: "Roboto";
  font-size: 14px;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .features-page .app-footer-section .footer, .reports-page .app-footer-section .footer {
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.features-page .app-footer-section .footer-logo, .reports-page .app-footer-section .footer-logo {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .features-page .app-footer-section .footer-logo, .reports-page .app-footer-section .footer-logo {
    width: 220px;
  }
  .features-page .app-footer-section .footer-content, .reports-page .app-footer-section .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px;
  }
}
.features-page .app-footer-section .footer-menu, .reports-page .app-footer-section .footer-menu {
  margin-top: 75px;
  display: inline-flex;
}
@media screen and (max-width: 1000px) {
  .features-page .app-footer-section .footer-menu, .reports-page .app-footer-section .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
    order: 2;
  }
}
.features-page .app-footer-section .footer-menu-link, .reports-page .app-footer-section .footer-menu-link {
  color: #7E7C98;
  line-height: 19px;
}
.features-page .app-footer-section .footer-menu-link:not(:last-child), .reports-page .app-footer-section .footer-menu-link:not(:last-child) {
  border-right: 1px solid #7E7C98;
  padding-right: 12px;
  margin-right: 8px;
}
.features-page .app-footer-section .footer-info, .reports-page .app-footer-section .footer-info {
  color: #fff;
  line-height: 19px;
  margin-top: 12px;
  order: 3;
}
@media screen and (max-width: 1000px) {
  .features-page .app-footer-section .footer-info, .reports-page .app-footer-section .footer-info {
    margin-top: 18px;
  }
}
.features-page .app-footer-section .footer-social-medias, .reports-page .app-footer-section .footer-social-medias {
  display: inline-flex;
  margin-left: 36px;
}
@media screen and (max-width: 1000px) {
  .features-page .app-footer-section .footer-social-medias, .reports-page .app-footer-section .footer-social-medias {
    order: 1;
    margin: 0;
  }
}
.features-page .app-footer-section .footer-social-medias .icon, .reports-page .app-footer-section .footer-social-medias .icon {
  height: 30px;
}
.features-page .header-section, .reports-page .header-section {
  position: relative;
  height: 956px;
  background-color: #f8f8f8;
  background-image: url("/landing-images/features-banner.png");
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .features-page .header-section, .reports-page .header-section {
    background-image: url("/landing-images/features-banner-mobile.png");
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 592px;
    background-color: transparent;
  }
}
.features-page .header-section .header-banner-image, .reports-page .header-section .header-banner-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.features-page .header-section .feature-container, .reports-page .header-section .feature-container {
  z-index: 1;
  position: relative;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 !important;
}
.features-page .header-section .feature-container .app-navbar, .reports-page .header-section .feature-container .app-navbar {
  padding-top: 56px;
}
@media screen and (max-width: 1000px) {
  .features-page .header-section .feature-container .app-navbar, .reports-page .header-section .feature-container .app-navbar {
    padding-top: 32px;
  }
}
.features-page .header-section .feature-container .feature-banner, .reports-page .header-section .feature-container .feature-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 72px;
  margin-top: 82px;
  font-family: "Playfair Display";
}
@media screen and (max-width: 1000px) {
  .features-page .header-section .feature-container .feature-banner, .reports-page .header-section .feature-container .feature-banner {
    padding: 0 44px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1001px) {
  .features-page .header-section .feature-container .feature-banner, .reports-page .header-section .feature-container .feature-banner {
    margin-top: 52px;
  }
}
.features-page .header-section .feature-container .feature-banner-title, .reports-page .header-section .feature-container .feature-banner-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 67px;
  color: #1B1464;
}
@media screen and (max-width: 1000px) {
  .features-page .header-section .feature-container .feature-banner-title, .reports-page .header-section .feature-container .feature-banner-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.features-page .header-section .feature-container .feature-banner-subtitle, .reports-page .header-section .feature-container .feature-banner-subtitle {
  margin-top: 300px;
  font-size: 40px;
  line-height: 53px;
  color: #EE0C75;
  width: 586px;
}
@media screen and (max-width: 1000px) {
  .features-page .header-section .feature-container .feature-banner-subtitle, .reports-page .header-section .feature-container .feature-banner-subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 172px;
    width: 300px;
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .features-page .header-section .feature-container .feature-banner-subtitle, .reports-page .header-section .feature-container .feature-banner-subtitle {
    margin-top: 225px;
  }
}
.features-page .header-section .feature-container .feature-banner-subtitle::after, .reports-page .header-section .feature-container .feature-banner-subtitle::after {
  width: 87px;
  height: 66px;
}
.features-page .about-feature-section, .reports-page .about-feature-section {
  display: flex;
  position: relative;
  background: #f8f8f8;
  margin-top: -85px;
  z-index: 2;
  min-height: 1040px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section, .reports-page .about-feature-section {
    min-height: auto;
  }
}
.features-page .about-feature-section-curve, .reports-page .about-feature-section-curve {
  position: absolute;
  width: 2812px;
  height: 1360px;
  top: 475px;
  left: -675px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section-curve, .reports-page .about-feature-section-curve {
    top: -25px;
    left: -1650px;
    transform: rotate(354deg);
  }
}
.features-page .about-feature-section .feature-container, .reports-page .about-feature-section .feature-container {
  z-index: 1;
  position: relative;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section .feature-container, .reports-page .about-feature-section .feature-container {
    padding: 0 32px !important;
    display: block;
  }
}
.features-page .about-feature-section .feature-container .about-feature-image, .reports-page .about-feature-section .feature-container .about-feature-image {
  display: inline-flex;
  z-index: 2;
  height: 630px;
  width: 550px;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section .feature-container .about-feature-image, .reports-page .about-feature-section .feature-container .about-feature-image {
    height: 345px;
    width: 300px;
  }
}
.features-page .about-feature-section .feature-container .about-feature-image:hover, .reports-page .about-feature-section .feature-container .about-feature-image:hover {
  animation-name: tada;
}
.features-page .about-feature-section .feature-container .about-feature-content, .reports-page .about-feature-section .feature-container .about-feature-content {
  display: flex;
  flex-direction: column;
  color: #1B1464;
  width: 565px;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section .feature-container .about-feature-content, .reports-page .about-feature-section .feature-container .about-feature-content {
    width: auto;
  }
}
.features-page .about-feature-section .feature-container .about-feature-content .quote, .reports-page .about-feature-section .feature-container .about-feature-content .quote {
  font-size: 60px;
  color: #1B1464;
  height: 65px;
  width: 90px;
  margin-top: 32px;
}
.features-page .about-feature-section .feature-container .about-feature-content .title, .reports-page .about-feature-section .feature-container .about-feature-content .title {
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 53px;
  padding-left: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section .feature-container .about-feature-content .title, .reports-page .about-feature-section .feature-container .about-feature-content .title {
    padding-left: 0;
  }
}
.features-page .about-feature-section .feature-container .about-feature-content .text, .reports-page .about-feature-section .feature-container .about-feature-content .text {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 26px;
  padding-left: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 1000px) {
  .features-page .about-feature-section .feature-container .about-feature-content .text, .reports-page .about-feature-section .feature-container .about-feature-content .text {
    padding-left: 0;
  }
}
.features-page .blog-section, .reports-page .blog-section {
  margin-top: -360px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section, .reports-page .blog-section {
    margin-top: 0px;
  }
}
.features-page .blog-section .feature-container, .reports-page .blog-section .feature-container {
  z-index: 2;
  position: relative;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container, .reports-page .blog-section .feature-container {
    padding: 0 32px !important;
  }
}
.features-page .blog-section .feature-container .about-feature-blog, .reports-page .blog-section .feature-container .about-feature-blog {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container .about-feature-blog, .reports-page .blog-section .feature-container .about-feature-blog {
    flex-wrap: nowrap;
  }
}
.features-page .blog-section .feature-container .about-feature-blog .title, .reports-page .blog-section .feature-container .about-feature-blog .title {
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 53px;
  color: #EE0C75;
  width: 716px;
  margin-top: 58px;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container .about-feature-blog .title, .reports-page .blog-section .feature-container .about-feature-blog .title {
    width: auto;
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px;
  }
}
.features-page .blog-section .feature-container .about-feature-blog .centered-text, .reports-page .blog-section .feature-container .about-feature-blog .centered-text {
  text-align: center;
  margin: 0 auto;
}
.features-page .blog-section .feature-container .about-feature-blog .subtitle, .reports-page .blog-section .feature-container .about-feature-blog .subtitle {
  font-family: "Playfair Display";
  margin-top: 16px;
  font-size: 40px;
  line-height: 53px;
  color: #1B1464;
  width: 836px;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container .about-feature-blog .subtitle, .reports-page .blog-section .feature-container .about-feature-blog .subtitle {
    width: auto;
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
.features-page .blog-section .feature-container .about-feature-blog .description, .reports-page .blog-section .feature-container .about-feature-blog .description {
  font-family: "Roboto";
  margin-top: 37px;
  font-size: 18px;
  line-height: 26px;
  color: #1B1464;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container .about-feature-blog .description, .reports-page .blog-section .feature-container .about-feature-blog .description {
    width: auto;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.features-page .blog-section .feature-container .about-feature-blog .description .features-app-cards, .reports-page .blog-section .feature-container .about-feature-blog .description .features-app-cards {
  width: 555px;
  height: 670px;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container .about-feature-blog .description .features-app-cards, .reports-page .blog-section .feature-container .about-feature-blog .description .features-app-cards {
    height: 345px;
    width: 300px;
    margin: 32px 0;
  }
}
.features-page .blog-section .feature-container .about-feature-blog .description .features-app-cards:hover, .reports-page .blog-section .feature-container .about-feature-blog .description .features-app-cards:hover {
  animation-name: tada;
}
.features-page .blog-section .feature-container .about-feature-blog .description .ideal-date-card, .reports-page .blog-section .feature-container .about-feature-blog .description .ideal-date-card {
  width: 475px;
  height: 670px;
  margin-top: -10px;
  margin-left: 64px;
}
@media screen and (max-width: 1000px) {
  .features-page .blog-section .feature-container .about-feature-blog .description .ideal-date-card, .reports-page .blog-section .feature-container .about-feature-blog .description .ideal-date-card {
    height: 345px;
    width: 235px;
    margin: 32px;
  }
}
.features-page .blog-section .feature-container .about-feature-blog .description .ideal-date-card:hover, .reports-page .blog-section .feature-container .about-feature-blog .description .ideal-date-card:hover {
  animation-name: tada;
}
.features-page .blog-section .feature-container .about-feature-blog .bottom-blog-banner, .reports-page .blog-section .feature-container .about-feature-blog .bottom-blog-banner {
  background-repeat: no-repeat;
  min-height: 130px;
  background-position: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 46px;
}
.features-page .blog-section .feature-container .about-feature-blog .bottom-blog-banner-actions, .reports-page .blog-section .feature-container .about-feature-blog .bottom-blog-banner-actions {
  display: inline-flex;
  gap: 16px;
  justify-content: flex-end;
  width: 85%;
}
.features-page .blog-section .feature-container .about-feature-blog .find-your-match-card, .reports-page .blog-section .feature-container .about-feature-blog .find-your-match-card {
  background-image: url("/landing-images/features-find-your-match-banner.png");
}
.features-page .blog-section .feature-container .about-feature-blog .app-store-card, .reports-page .blog-section .feature-container .about-feature-blog .app-store-card {
  background-image: url("/landing-images/features-app-store-banner.png");
}
.features-page .features-footer-section, .reports-page .features-footer-section {
  background: #06202f;
  background-image: url("/landing-images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 1265px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .features-page .features-footer-section, .reports-page .features-footer-section {
    height: 1064px;
  }
}
.features-page .features-footer-section-egg, .reports-page .features-footer-section-egg {
  position: absolute;
  top: -975px;
  left: -840px;
}
@media screen and (min-width: 2100px) {
  .features-page .features-footer-section-egg, .reports-page .features-footer-section-egg {
    left: -250px;
  }
}
.features-page .features-footer-section-pill, .reports-page .features-footer-section-pill {
  position: absolute;
  top: -360px;
  left: -840px;
}
@media screen and (min-width: 2100px) {
  .features-page .features-footer-section-pill, .reports-page .features-footer-section-pill {
    top: -650px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2100px) {
  .features-page .features-footer-section-pill, .reports-page .features-footer-section-pill {
    top: -450px;
  }
}
.features-page .features-footer-section .skills-section, .reports-page .features-footer-section .skills-section {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
}
@media screen and (max-width: 1000px) {
  .features-page .features-footer-section .skills-section, .reports-page .features-footer-section .skills-section {
    background-image: url("/landing-images/pill-circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .features-page .features-footer-section .skills-section, .reports-page .features-footer-section .skills-section {
    padding-top: 0;
    padding-bottom: 0;
    height: 520px;
  }
}
.features-page .features-footer-section .skills-section .logo, .reports-page .features-footer-section .skills-section .logo {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 1000px) {
  .features-page .features-footer-section .skills-section .logo, .reports-page .features-footer-section .skills-section .logo {
    width: 65px;
    height: 65px;
  }
}
.features-page .features-footer-section .skills-section .logo-text, .reports-page .features-footer-section .skills-section .logo-text {
  width: 380px;
  height: 30px;
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .features-page .features-footer-section .skills-section .logo-text, .reports-page .features-footer-section .skills-section .logo-text {
    width: 185px;
    height: 15px;
    margin-top: 0;
  }
}
.features-page .features-footer-section .skills-section-join, .reports-page .features-footer-section .skills-section-join {
  margin-top: 0;
}
.features-page .features-footer-section .app-footer-section .footer, .reports-page .features-footer-section .app-footer-section .footer {
  margin-top: 290px;
}
@media screen and (max-width: 1000px) {
  .features-page .features-footer-section .app-footer-section .footer, .reports-page .features-footer-section .app-footer-section .footer {
    margin-top: 120px;
  }
}

.support-page .header-section, .reports-page .header-section {
  background-image: url("/landing-images/support-banner.png");
  background-position-x: center;
  background-repeat: no-repeat;
  position: relative;
  height: 956px;
}
@media screen and (max-width: 1000px) {
  .support-page .header-section, .reports-page .header-section {
    height: 592px;
  }
}
.support-page .header-section .header-banner-image, .reports-page .header-section .header-banner-image {
  position: absolute;
}
.support-page .header-section .header-banner-curve, .reports-page .header-section .header-banner-curve {
  position: absolute;
  width: 2600px;
  height: 950px;
  top: 310px;
  left: -550px;
}
@media screen and (min-width: 1920px) {
  .support-page .header-section .header-banner-curve, .reports-page .header-section .header-banner-curve {
    left: -20px;
    width: 100vw;
  }
}
@media screen and (max-width: 1000px) {
  .support-page .header-section .header-banner-curve, .reports-page .header-section .header-banner-curve {
    top: 90px;
    left: -1250px;
    transform: rotate(354deg);
  }
}
.support-page .header-section .support-container, .reports-page .header-section .support-container {
  z-index: 1;
  position: relative;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 !important;
}
.support-page .header-section .support-container .app-navbar, .reports-page .header-section .support-container .app-navbar {
  padding-top: 56px;
}
@media screen and (max-width: 1000px) {
  .support-page .header-section .support-container .app-navbar, .reports-page .header-section .support-container .app-navbar {
    padding-top: 32px;
  }
}
.support-page .header-section .support-container .support-banner, .reports-page .header-section .support-container .support-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 72px;
  margin-top: 82px;
  font-family: "Playfair Display";
}
@media screen and (max-width: 1000px) {
  .support-page .header-section .support-container .support-banner, .reports-page .header-section .support-container .support-banner {
    padding: 0 44px;
    margin-top: 24px;
  }
}
.support-page .header-section .support-container .support-banner-title, .reports-page .header-section .support-container .support-banner-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 67px;
  color: #1B1464;
}
@media screen and (max-width: 1000px) {
  .support-page .header-section .support-container .support-banner-title, .reports-page .header-section .support-container .support-banner-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.support-page .content-section, .reports-page .content-section {
  margin-top: -550px;
  position: relative;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1000px) {
  .support-page .content-section, .reports-page .content-section {
    margin-top: -350px;
  }
}
.support-page .content-section .support-container, .reports-page .content-section .support-container {
  z-index: 1;
  position: relative;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 1000px) {
  .support-page .content-section .support-container, .reports-page .content-section .support-container {
    max-width: 100%;
    width: 100%;
  }
}
.support-page .content-section .support-container .collapse-button, .reports-page .content-section .support-container .collapse-button {
  font-family: "Roboto";
  font-size: 26px;
  line-height: 34px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #EE0C75;
  padding: 0;
}
.support-page .content-section .support-container .collapse-list-item, .reports-page .content-section .support-container .collapse-list-item {
  padding-left: 16px;
  margin-top: 12px;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 21px;
  color: #B9B8C5;
  display: flex;
  width: 75%;
  word-break: break-word;
  cursor: pointer;
}
.support-page .content-section .support-container .collapse-list-item:hover, .reports-page .content-section .support-container .collapse-list-item:hover {
  color: #1B1464;
}
.support-page .content-section .support-container .collapse-list-item-active, .reports-page .content-section .support-container .collapse-list-item-active {
  color: #1B1464;
}
.support-page .content-section .support-container .mobile-select-input, .reports-page .content-section .support-container .mobile-select-input {
  width: 85vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 100% !important;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #D2D2D8;
  padding: 0 8px;
}
.support-page .support-layout, .support-page .reports-form, .reports-page .support-layout, .reports-page .reports-form {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  color: #1B1464;
}
@media screen and (max-width: 1000px) {
  .support-page .support-layout, .support-page .reports-form, .reports-page .support-layout, .reports-page .reports-form {
    line-height: 24px;
  }
}
.support-page .support-layout .title, .support-page .reports-form .title, .reports-page .support-layout .title, .reports-page .reports-form .title {
  width: 430px;
  word-break: break-word;
  font-size: 40px;
  line-height: 53px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .support-page .support-layout .title, .support-page .reports-form .title, .reports-page .support-layout .title, .reports-page .reports-form .title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}
.support-page .support-layout .subtitle, .support-page .reports-form .subtitle, .reports-page .support-layout .subtitle, .reports-page .reports-form .subtitle {
  font-weight: bold;
  display: block;
}
.support-page .support-layout .form, .support-page .reports-form .form, .reports-page .support-layout .form, .reports-page .reports-form .form {
  max-width: 580px;
  width: 100%;
}
.support-page .support-layout .form .form-title, .support-page .reports-form .form .form-title, .reports-page .support-layout .form .form-title, .reports-page .reports-form .form .form-title {
  display: block;
  margin-bottom: 8px;
}
.support-page .support-layout .form .form-input, .support-page .reports-form .form .form-input, .reports-page .support-layout .form .form-input, .reports-page .reports-form .form .form-input {
  width: 100% !important;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #D2D2D8;
  padding: 0 8px;
}
.support-page .support-layout .form .form-input.textarea, .support-page .reports-form .form .form-input.textarea, .reports-page .support-layout .form .form-input.textarea, .reports-page .reports-form .form .form-input.textarea {
  height: 170px;
}
.support-page .support-layout .form .form-input:focus-visible, .support-page .reports-form .form .form-input:focus-visible, .reports-page .support-layout .form .form-input:focus-visible, .reports-page .reports-form .form .form-input:focus-visible {
  outline: 2px solid #D2D2D8;
}
.support-page .support-layout .form .form-submit-btn, .support-page .reports-form .form .form-submit-btn, .reports-page .support-layout .form .form-submit-btn, .reports-page .reports-form .form .form-submit-btn {
  color: #fff !important;
  background: linear-gradient(135deg, rgb(238, 12, 117) 0%, rgb(254, 101, 5) 100%);
  border: none !important;
  border-radius: 32px !important;
  width: 176px;
  height: 50px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  transition: width 400ms ease-in-out !important;
  -webkit-transition: width 400ms ease-in-out !important;
  -moz-transition: width 400ms ease-in-out !important;
}
.support-page .support-layout .form .form-submit-btn span, .support-page .reports-form .form .form-submit-btn span, .reports-page .support-layout .form .form-submit-btn span, .reports-page .reports-form .form .form-submit-btn span {
  font-family: "Helvetica", "Arial", sans-serif !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.public-footer {
  background: #06202f;
  background-image: url("/landing-images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  height: 540px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .public-footer {
    height: 612px;
    background-image: none;
  }
}
.public-footer .footer {
  font-family: "Roboto";
  font-size: 14px;
  position: absolute;
  bottom: 22px;
}
@media screen and (max-width: 1000px) {
  .public-footer .footer {
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.public-footer .footer-logo {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .public-footer .footer-logo {
    width: 220px;
  }
  .public-footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px;
  }
}
.public-footer .footer-menu {
  margin-top: 75px;
  display: inline-flex;
}
@media screen and (max-width: 1000px) {
  .public-footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
    order: 2;
  }
}
.public-footer .footer-menu-link {
  color: #7E7C98;
  line-height: 19px;
}
.public-footer .footer-menu-link:not(:last-child) {
  border-right: 1px solid #7E7C98;
  padding-right: 12px;
  margin-right: 8px;
}
.public-footer .footer-info {
  color: #fff;
  line-height: 19px;
  margin-top: 12px;
  order: 3;
}
@media screen and (max-width: 1000px) {
  .public-footer .footer-info {
    margin-top: 18px;
  }
}
.public-footer .footer-social-medias {
  display: inline-flex;
  margin-left: 36px;
}
@media screen and (max-width: 1000px) {
  .public-footer .footer-social-medias {
    order: 1;
    margin: 0;
  }
}
.public-footer .footer-social-medias .icon {
  height: 30px;
}
.public-footer .footer-curve {
  position: absolute;
  top: -75px;
  left: -450px;
}
@media screen and (min-width: 2100px) {
  .public-footer .footer-curve {
    top: -220px;
    width: 100vw;
    left: 0;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2100px) {
  .public-footer .footer-curve {
    top: -450px;
  }
}
@media screen and (min-width: 1920px) {
  .public-footer .footer-curve {
    display: none;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1920px) {
  .public-footer .footer-curve {
    left: 20px;
  }
}
.public-footer .footer-dark-curve {
  position: absolute;
  display: none;
  left: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 2100px) {
  .public-footer .footer-dark-curve {
    top: -220px;
    display: flex;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2100px) {
  .public-footer .footer-dark-curve {
    top: -320px;
    display: flex;
  }
}

.animated {
  background-image: url(/css/images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 60px;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-2deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(2deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
