body {
  color: #103468;
  background-color: #fcfcfc;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unna, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 83px;
}

h2 {
  letter-spacing: -0.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unna, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

h3 {
  letter-spacing: -0.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #103468;
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: contain;
  display: inline-block;
}

blockquote {
  color: #ff7a4f;
  letter-spacing: -0.02em;
  border-left-style: none;
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  font-family: Unna, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.header {
  z-index: 10;
  width: 100%;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
}

.header-container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo {
  height: 40px;
  flex: 0 auto;
}

.header-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  letter-spacing: 0.03em;
  background-color: #103468;
  border-radius: 8px;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.button.phone {
  color: #103468;
  text-align: center;
  background-color: #dee3e9;
  margin-right: 0;
}

.header-link {
  margin-right: 40px;
}

.home-hero-section {
  background-image: linear-gradient(233deg, #ffd7ca 21%, #e4edfb);
  padding-top: 90px;
  padding-bottom: 0;
}

.home-hero-container,
.home-hero-quote {
  display: flex;
}

.quote-name {
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 16px;
  display: inline;
}

.quote-name.bold {
  font-weight: 700;
}

.quote-image {
  position: absolute;
  top: -8px;
  bottom: auto;
  left: -11px;
  right: auto;
}

.quote-right {
  margin-left: 24px;
  position: relative;
}

.home-hero-image-wrapper {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero-paragraph {
  margin-top: 36px;
  margin-bottom: 73px;
}

.home-hero-badges {
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 0%;
}

.image-google-play {
  margin-left: 6px;
}

.home-features-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.home-features-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature {
  width: 20%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-mask {
  width: 110px;
  height: 110px;
  background-color: #fcfcfc;
  border-radius: 100%;
  margin-bottom: 32px;
  padding: 34px;
  box-shadow: 3px 3px 34px 10px rgba(0, 0, 0, 0.07);
}

.feature-image {
  width: 100%;
  height: 100%;
}

.feature-text {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.feature-title {
  margin-top: 0;
  margin-bottom: 0;
}

.home-community-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-community-container {
  display: flex;
}

.home-community-video {
  object-fit: contain;
  border-radius: 12px;
  flex: none;
}

.home-community-left {
  margin-right: 100px;
}

.home-community-right {
  width: 50%;
  flex: none;
  align-items: center;
  display: flex;
}

.link-salmon {
  color: #ff7a4f;
  font-weight: 700;
}

.home-quote-section {
  background-color: #fff2ed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-quote {
  display: flex;
}

.home-quote-right {
  margin-left: 64px;
  position: relative;
}

.home-quote-image {
  position: absolute;
  top: -27px;
  bottom: auto;
  left: -51px;
  right: auto;
}

.home-quote-name {
  letter-spacing: -0.02em;
}

.home-quote-block-quote {
  font-size: 44px;
  line-height: 51px;
}

.home-detail-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.home-detail-container {
  flex-direction: column;
  display: flex;
}

.home-detail-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.home-detail-block-left {
  width: 40%;
}

.home-detail-block-right {
  width: 50%;
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-detail-block-right.inverted {
  order: -1;
  justify-content: center;
}

.home-privacy-section {
  background-color: #103468;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-privacy-title {
  width: 45%;
  color: #fcfcfc;
}

.home-privacy-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.home-privacy-bottom {
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-privacy-item-title {
  color: #fcfcfc;
  font-family: Unna, sans-serif;
}

.home-privacy-iterm-paragraph {
  color: #fcfcfc;
}

.home-privacy-item {
  width: 45%;
  margin-bottom: 40px;
}

.home-privacy-image {
  width: 45%;
}

.home-us-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.home-us-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.home-us-paragraph {
  margin-top: 24px;
  margin-bottom: 24px;
}

.home-us-left {
  width: 45%;
}

.home-us-subtitle {
  font-size: 44px;
  line-height: 51px;
}

.home-us-image {
  width: 45%;
}

.footer {
  background-color: #f4f6f8;
  border-top: 1px solid #bcc8d3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.footer-logo {
  height: 20px;
  flex: 0 auto;
}

.footer-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  margin-left: 30px;
}

.footer-link.first {
  margin-left: 0;
}

.home-detail-documents {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 71px;
  display: grid;
}

.home-detail-documents.icon {
  grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
}

.home-detail-document {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-detail-document-title {
  color: #afcaf2;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.home-detail-text-little {
  color: #69829c;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.home-hero-left {
  margin-top: 86px;
  margin-bottom: 36px;
}

.about-hero-section {
  height: 800px;
  background-image: url('../images/Team-DHC_50.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.about-hero-card {
  z-index: 1;
  width: 66%;
  background-image: linear-gradient(233.62deg, #ffd7ca 22%, #e4edfb 85%);
  padding-bottom: 170px;
  padding-left: 67px;
  padding-right: 23px;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: 0%;
  right: auto;
}

.about-hero-title {
  margin-top: 24px;
  margin-bottom: 24px;
}

.about-partner-section {
  background-color: #f4f6f8;
  flex: 1;
  padding-top: 160px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.about-partner-span {
  color: #ff7a4f;
  font-weight: 700;
}

.about-partner-top {
  z-index: 2;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 155px;
  display: flex;
  position: relative;
}

.about-partner-card {
  width: 32%;
  background-color: #fcfcfc;
  border-radius: 12px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding: 24px 35px 40px;
  display: flex;
}

.about-partner-bottom {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.about-partner-bottom-left {
  width: 56%;
}

.about-partner-image {
  width: 45%;
}

.about-quote-section {
  background-color: #fff2ed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-quote {
  display: flex;
}

.about-co-creation-section {
  background-color: #f4f6f8;
  padding-top: 100px;
}

.about-co-creation-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.about-co-creation-title {
  width: 60%;
  flex: none;
}

.about-co-creation-image {
  width: 100%;
  height: 600px;
  object-fit: contain;
  display: block;
}

.about-timeline-section {
  background-color: #fff2ed;
  padding-top: 54px;
  padding-bottom: 54px;
}

.about-timeline-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-timeline-paragraph {
  width: 70%;
  text-align: center;
}

.about-timeline-span {
  font-weight: 700;
}

.about-vision-section {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-vision-container {
  color: #103468;
}

.about-vision-title {
  text-align: center;
}

.about-vision-column {
  width: 30%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-vision-columns {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.about-vision-heading {
  margin-bottom: 24px;
}

.about-contact-section {
  background-color: #f4f6f8;
}

.about-section-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.about-contact-input {
  color: #69829c;
  border: 1px solid #dee3e9;
  border-radius: 8px;
  margin-top: 10px;
  padding: 16px;
}

.about-contact-input.textarea {
  min-height: 200px;
}

.about-contact-together-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-contact-together-wrapper {
  width: 100%;
  flex: none;
  justify-content: space-around;
  margin-top: 48px;
  display: flex;
}

.about-contact-left {
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-contact-together-paragraph {
  margin-top: 58px;
  margin-bottom: 58px;
}

.home-hero-image {
  object-fit: contain;
}

.footer-copyright {
  color: #69829c;
  font-size: 10px;
  line-height: 12px;
}

.about-contact-right {
  width: 45%;
  flex: none;
}

.form-buttons {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.about-timeline {
  width: 100%;
  display: none;
}

.about-timeline-header {
  letter-spacing: 0.03em;
  justify-content: center;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.about-timeline-header-details {
  color: #ff7a4f;
}

.about-timeline-stage {
  justify-content: center;
  display: flex;
}

.about-timeline-stage-name {
  width: 350px;
  text-align: right;
  padding-right: 40px;
  font-family: Unna, sans-serif;
}

.about-timeline-stage-divider {
  width: 24px;
  height: 400px;
  background-color: #103468;
  border-radius: 999px;
  margin-left: 0;
}

.about-timeline-stage-details {
  width: 350px;
}

.about-timeline-header-name {
  padding-right: 115px;
}

.about-timeline-stage-detail {
  align-items: center;
  display: flex;
}

.about-timeline-stage-detail-text {
  color: #ff7a4f;
  mix-blend-mode: multiply;
  background-color: #fff2ed;
  padding: 22px;
  font-weight: 700;
}

.about-timeline-image {
  object-fit: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-timeline-image.mobile,
.about-hero-image {
  display: none;
}

.navbar-container {
  height: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-section {
  z-index: 10;
  width: 100%;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
}

.navbar-link,
.navbar-link.w--current {
  color: #103468;
}

.navbar-logo {
  flex: 1;
}

.about-quote-right-copy {
  margin-left: 64px;
  position: relative;
}

.about-quote-image {
  position: absolute;
  top: -27px;
  bottom: auto;
  left: -51px;
  right: auto;
}

.about-quote-block-quote {
  font-size: 44px;
  line-height: 51px;
}

.home-quote-name-copy {
  letter-spacing: -0.02em;
}

.download-modal {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.66);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.download {
  z-index: 101;
  background-color: #fffdfd;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.download-plattforms {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.download-platform {
  width: 180px;
  height: 90px;
  background-color: #dee3e9;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.download-platform.first {
  height: 90px;
  margin-right: 40px;
}

.download-platform-title {
  text-align: center;
  margin-top: 10px;
}

.download-close-button {
  color: #bcc8d3;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.download-outside {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading,
.paragraph,
.paragraph-2,
.paragraph-3,
.paragraph-4 {
  text-align: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 6px;
}

.body {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .header-container {
    max-width: 1200px;
  }

  .button {
    margin-left: 20px;
    margin-right: 40px;
  }

  .home-hero-container,
  .home-features-container,
  .home-community-container,
  .home-quote-container {
    max-width: 1200px;
  }

  .home-detail-section {
    margin-top: 100px;
  }

  .home-detail-container {
    max-width: 1200px;
  }

  .home-detail-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home-privacy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-privacy-container {
    max-width: 1200px;
  }

  .home-privacy-item-title {
    font-family: Unna, sans-serif;
    font-weight: 700;
  }

  .home-us-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .home-us-container,
  .footer-container {
    max-width: 1200px;
  }

  .footer-logo {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-hero-section {
    background-image: url('../images/Team-DHC_50.png');
    background-position: 0 0;
    background-size: cover;
    display: block;
  }

  .about-hero-card {
    width: 55%;
  }

  .about-partner-container,
  .about-co-creation-container,
  .about-timeline-container,
  .about-vision-container,
  .about-section-container {
    max-width: 1200px;
  }

  .about-contact-left {
    width: 40%;
  }

  .navbar-container,
  .about-quote-container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  img {
    object-fit: contain;
  }

  .home-hero-container {
    flex-direction: column;
  }

  .home-hero-image-wrapper {
    flex-direction: column;
    order: -1;
  }

  .home-hero-badges {
    position: static;
  }

  .home-community-container {
    flex-direction: column;
  }

  .home-community-left {
    width: 100%;
  }

  .home-community-right {
    width: 100%;
    order: -1;
  }

  .home-detail-section {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .home-detail-block {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home-detail-block-left {
    width: 66%;
  }

  .home-detail-block-right {
    order: -1;
    margin-bottom: 20px;
  }

  .home-privacy-title {
    width: 50%;
  }

  .about-hero-section {
    height: 880px;
    background-image: linear-gradient(233deg, #ffd7ca 13%, #e4edfb);
  }

  .about-hero-card {
    width: 100%;
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .about-partner-top {
    flex-direction: column;
    align-items: center;
    margin-top: -305px;
  }

  .about-partner-card {
    width: 50%;
    align-self: auto;
    margin-bottom: 32px;
  }

  .about-partner-bottom {
    flex-direction: column;
  }

  .about-partner-image {
    order: -1;
  }

  .about-quote {
    flex-direction: column;
    align-items: center;
  }

  .about-co-creation-top {
    flex-direction: column;
    margin-bottom: 0;
  }

  .about-co-creation-title {
    margin-bottom: 40px;
  }

  .about-vision-column {
    width: 50%;
    margin-bottom: 100px;
  }

  .about-vision-columns {
    flex-direction: column;
    align-items: center;
  }

  .about-section-container {
    flex-direction: column;
  }

  .about-contact-left {
    width: 65%;
    margin-bottom: 200px;
  }

  .home-hero-image {
    height: 56vh;
  }

  .about-contact-right {
    width: 65%;
  }

  .about-hero-image {
    display: block;
  }

  .about-co-creation-paragraph {
    width: 66%;
  }

  .navbar-menu {
    color: #103468;
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .button.phone {
    margin-top: 40px;
  }

  .home-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-quote {
    flex-direction: column;
    align-items: center;
  }

  .quote-right {
    margin-top: 24px;
  }

  .home-features-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-features-container {
    flex-wrap: wrap;
  }

  .feature {
    width: 42%;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .home-community-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-quote-section {
    padding: 50px 30px;
  }

  .home-quote {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .home-quote-right {
    width: 100%;
    margin-left: 0;
  }

  .home-quote-image {
    left: -8px;
  }

  .home-quote-name {
    font-size: 14px;
    line-height: 17px;
  }

  .home-quote-block-quote {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .home-detail-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-detail-block {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .home-detail-block-left {
    width: 100%;
  }

  .home-detail-block-right {
    width: 100%;
    order: -1;
    justify-content: center;
    padding-bottom: 0;
  }

  .home-privacy-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-privacy-title {
    width: 100%;
  }

  .home-privacy-top,
  .home-privacy-bottom {
    flex-direction: column;
  }

  .home-privacy-item {
    width: 100%;
  }

  .home-privacy-image {
    width: 100%;
    order: -1;
  }

  .home-us-section {
    margin-top: 150px;
    margin-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-us-container {
    flex-direction: column;
    align-items: center;
  }

  .home-us-left {
    width: 100%;
  }

  .home-us-image {
    width: 66%;
    order: -1;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-right {
    width: 100%;
    flex-direction: column;
    order: -1;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 30px;
  }

  .footer-link {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .footer-link.first {
    font-weight: 700;
  }

  .about-hero-section {
    padding-top: 88px;
  }

  .about-partner-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-partner-top {
    margin-top: -269px;
  }

  .about-partner-card,
  .about-partner-bottom-left {
    width: 100%;
  }

  .about-quote-section,
  .about-co-creation-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-co-creation-top,
  .about-co-creation-title {
    width: 100%;
  }

  .about-timeline-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-timeline-paragraph {
    width: 100%;
  }

  .about-vision-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-vision-column {
    width: 100%;
  }

  .about-contact-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-contact-left {
    width: 100%;
  }

  .home-quote-image-big {
    width: 33%;
    object-fit: contain;
  }

  .footer-copyright {
    margin-top: 15px;
  }

  .about-contact-right {
    width: 100%;
  }

  .form-buttons {
    flex-direction: column;
  }

  .about-timeline,
  .about-timeline-image {
    display: none;
  }

  .about-timeline-image.mobile {
    display: block;
  }

  .about-co-creation-paragraph {
    width: 100%;
  }

  .navbar-link {
    text-align: center;
    margin-top: 64px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .navbar-link.w--current {
    color: #103468;
  }

  .about-quote-image-big-copy {
    width: 33%;
    object-fit: contain;
  }

  .about-quote-right-copy {
    width: 100%;
    margin-left: 0;
  }

  .about-quote-image {
    left: -8px;
  }

  .about-quote-block-quote {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .home-quote-name-copy {
    font-size: 14px;
    line-height: 17px;
  }

  .download-plattforms {
    flex-direction: column;
  }

  .download-platform.first {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav-menu {
    height: 100vh;
    background-color: #f4f6f8;
  }

  .menu-button {
    margin-left: 9px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-close {
    color: #103468;
    text-align: center;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 700;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }

  h1,
  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  img {
    object-fit: contain;
  }

  .button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .home-features-container {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    width: 100%;
  }

  .feature-mask {
    width: 80px;
    height: 80px;
    padding: 25px;
  }

  .home-community-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-quote-section {
    padding-top: 10px;
  }

  .home-detail-section {
    margin-top: 0;
  }

  .home-detail-block {
    margin-bottom: 2px;
  }

  .home-us-section {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .about-hero-section {
    height: 720px;
  }

  .about-partner-section {
    padding-bottom: 60px;
  }

  .about-partner-top {
    margin-bottom: 20px;
  }

  .about-partner-card {
    width: 88%;
  }

  .about-quote-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .about-co-creation-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .about-co-creation-image {
    height: 200px;
  }

  .about-timeline-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-vision-column {
    margin-bottom: 40px;
  }

  .about-section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-contact-together-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-contact-left {
    margin-bottom: 20px;
  }

  .home-hero-image {
    height: 44vh;
    overflow: visible;
  }

  .home-quote-image-big {
    width: 50%;
  }

  .navbar-logo-image {
    height: 27px;
  }

  .about-quote-image-big-copy {
    width: 50%;
  }

  .download {
    margin: 24px;
  }

  .image,
  .image-2,
  .image-3 {
    height: 370px;
  }

  .heading-2 {
    font-size: 25px;
  }
}
