.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
 
.navbar1-link {
  display: contents;
}
 
.navbar1-image1 {
  height: 3rem;
  text-decoration: none;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link11 {
  text-decoration: none;
}
 
.navbar1-link21 {
  text-decoration: none;
}
 
.navbar1-link31 {
  text-decoration: none;
}
 
.navbar1-link41 {
  text-decoration: none;
}
 
.navbar1-link51 {
  text-decoration: none;
}
 
.navbar1-buttons1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar1-action11 {
  display: flex;
  border-color: #A70000;
  flex-direction: row;
  text-decoration: none;
  background-color: #A70000;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-logo {
  height: 3rem;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-link12 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link32 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link52 {
  text-decoration: none;
}
 
.navbar1-buttons2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar1-icon-group {
  gap: var(--dl-space-space-twounits);
  display: flex;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-space-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-space-space-unit);
  }
}

.features11-wrapper {
  display: contents;
}
 
.features11-layout349 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features11-image {
  width: 1051px;
  height: 407px;
}
 
@media(max-width: 991px) {
  .features11-max-width {
    flex-direction: column;
  }
  .features11-image {
    width: 826px;
    height: 330px;
  }
}
 
@media(max-width: 767px) {
  .features11-max-width {
    width: 100%;
  }
  .features11-image {
    width: 100%;
    height: 227px;
  }
}
 
@media(max-width: 479px) {
  .features11-max-width {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .features11-image {
    width: 411px;
    height: 167px;
  }
}

.toast5-wrapper {
  display: contents;
}
 
.toast5-container {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: row;
  padding-bottom: 16px;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.toast5-header {
  gap: var(--dl-space-space-unit);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.toast5-logo {
  height: 60px;
  object-fit: cover;
}
 
.toast5-content {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 767px) {
  .toast5-header {
    gap: var(--dl-space-space-unit);
    flex: 1;
    align-items: center;
    flex-direction: column;
  }
  .toast5-logo {
    display: none;
  }
  .toast5-title {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .home-text17 {
    font-size: 22px;
    font-family: Noto Sans;
  }
}

.hero62-wrapper {
  display: contents;
}
 
.hero62-max-width {
  align-self: center;
}
 
.hero62-hero-image {
  width: 100%;
  height: auto;
  max-width: 550px;
  border-radius: var(--dl-radius-radius-radius4);
}
 
.hero62-column {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero62-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero62-text2 {
  text-align: left;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
  font-size: 15px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 991px) {
  .hero62-max-width {
    flex-direction: column;
  }
  .hero62-hero-image {
    width: 100%;
    max-width: 100%;
  }
}
 
@media(max-width: 479px) {
  .hero62-content {
    align-self: stretch;
    align-items: center;
  }
  .hero62-text1 {
    text-align: center;
  }
  .hero62-text2 {
    text-align: left;
  }
}

.hero1-wrapper {
  display: contents;
}
 
.hero1-max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.hero1-column {
  gap: 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero1-content {
  gap: 24px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.hero1-content1 {
  text-align: left;
}
 
.hero1-container2 {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 35%;
  justify-content: flex-start;
}
 
.hero1-image1 {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  flex-grow: 1;
  object-fit: cover;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .hero1-container1 {
    flex-direction: column;
  }
  .hero1-container2 {
    width: 100%;
    padding-top: 56.25%;
  }
}
 
@media(max-width: 767px) {
  .hero1-heading1 {
    text-align: center;
  }
  .hero1-content1 {
    text-align: center;
  }
  .hero1-image1 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .hero1-content1 {
    text-align: left;
  }
}

.toast62-wrapper {
  display: contents;
}
 
.toast62-container {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: center;
  flex-direction: row;
  padding-bottom: 16px;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.toast62-header {
  gap: var(--dl-space-space-unit);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 767px) {
  .toast62-header {
    gap: var(--dl-space-space-unit);
    flex: 1;
    align-items: center;
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .toast62-header {
    align-items: center;
  }
}

.hero63-wrapper {
  display: contents;
}
 
.hero63-max-width {
  align-self: center;
}
 
.hero63-hero-image {
  width: 376px;
  height: 574px;
  max-width: 550px;
  border-radius: var(--dl-radius-radius-radius4);
}
 
.hero63-column {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero63-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero63-text3 {
  text-align: left;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
  font-size: 15px;
  font-family: "Noto Sans";
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 991px) {
  .hero63-max-width {
    flex-direction: column;
  }
  .hero63-hero-image {
    width: 559px;
    height: 874px;
    max-width: 100%;
  }
}
 
@media(max-width: 479px) {
  .hero63-hero-image {
    width: 371px;
    height: 570px;
  }
  .hero63-text1 {
    text-align: center;
  }
  .hero63-text2 {
    text-align: center;
  }
  .hero63-text3 {
    text-align: left;
  }
}

.features251-wrapper {
  display: contents;
}
 
.features251-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features251-tabs-menu {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features251-tab-horizontal {
  gap: var(--dl-space-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-content {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features251-feature2-description {
  text-align: left;
}
 
.features251-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features251-image1 {
  width: 479px;
  height: 643px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features251-image2 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features251-image3 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .features251-container2 {
    grid-gap: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
  .features251-tabs-menu {
    order: 2;
  }
  .features251-image-container {
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .features251-image1 {
    width: 412px;
    height: 618px;
  }
}

.hero64-wrapper {
  display: contents;
}
 
.hero64-max-width {
  align-self: center;
}
 
.hero64-hero-image {
  width: 504px;
  height: 665px;
  max-width: 550px;
  border-radius: var(--dl-radius-radius-radius4);
}
 
.hero64-column {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero64-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Sans";
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .hero64-max-width {
    flex-direction: column;
  }
  .hero64-hero-image {
    width: 100%;
    max-width: 100%;
  }
}
 
@media(max-width: 479px) {
  .hero64-text1 {
    text-align: center;
  }
  .hero64-text2 {
    text-align: center;
  }
  .hero64-text3 {
    text-align: left;
  }
}

.cta261-wrapper {
  display: contents;
}
 
.cta261-accent2-bg {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  align-self: stretch;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: #a70000;
}
 
.cta261-accent2-bg:hover {
  transform: scale3d(1.1,1.1,1.1);
}
 
.cta261-accent1-bg {
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg, 0deg);
  align-items: center;
  border-radius: var(--dl-radius-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: var(--dl-color-theme-accent1);
}
 
.cta261-container2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-cardradius);
  padding-right: var(--dl-space-space-fourunits);
  padding-bottom: var(--dl-space-space-sixunits);
}
 
.cta261-container2:hover {
  color: var(--dl-color-theme-neutral-light);
  background-color: #a70000;
}
 
.cta261-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.cta261-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.cta261-link {
  border-color: #a70000;
  text-decoration: none;
  background-color: #a70000;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text49 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .cta261-container2 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
}
 
@media(max-width: 479px) {
  .cta261-actions {
    flex-wrap: wrap;
    align-self: stretch;
    justify-content: center;
  }
  .cta261-link {
    flex: 1;
  }
}

.footer15-wrapper {
  display: contents;
}
 
.footer15-container1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer15-max-width {
  display: flex;
  flex-direction: column;
}
 
.footer15-content {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-twounits);
  padding-left: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
}
 
.footer15-actions1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}
 
.footer15-newsletter {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer15-actions2 {
  gap: 16px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer15-form {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-shrink: 0;
}
 
.footer15-container2 {
  width: 365px;
  display: flex;
  align-items: stretch;
}
 
.footer15-text-input {
  width: 100%;
  background-color: transparent;
}
 
.footer15-button {
  fill: #ffffff;
  color: #ffffff;
  border-color: #a70000;
  text-decoration: none;
  background-color: #a70000;
}
 
.footer15-media {
  width: 50%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
 
.footer15-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.footer15-image1 {
  width: 246px;
  height: 147px;
}
 
.footer15-social-links {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer15-link1 {
  display: contents;
}
 
.footer15-icon10 {
  text-decoration: none;
}
 
.footer15-link2 {
  display: contents;
}
 
.footer15-icon12 {
  text-decoration: none;
}
 
.footer15-link3 {
  display: contents;
}
 
.footer15-icon14 {
  text-decoration: none;
}
 
.footer15-link4 {
  display: contents;
}
 
.footer15-icon16 {
  text-decoration: none;
}
 
.footer15-credits {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer15-content3 {
  align-self: center;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .footer15-content {
    flex-direction: row;
  }
  .footer15-newsletter {
    width: 50%;
  }
  .footer15-form {
    width: 100%;
    flex-direction: column;
  }
  .footer15-container2 {
    width: 100%;
  }
  .footer15-button {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .footer15-media {
    width: 50%;
  }
  .footer15-image1 {
    width: 239px;
    height: 126px;
  }
  .footer15-credits {
    flex-direction: column;
  }
  .footer15-content3 {
    align-self: center;
  }
}
 
@media(max-width: 767px) {
  .footer15-content {
    gap: var(--dl-space-space-twounits);
    width: auto;
    align-self: stretch;
    flex-direction: column;
  }
  .footer15-actions1 {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer15-newsletter {
    width: 100%;
  }
  .footer15-form {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer15-container2 {
    width: 100%;
  }
  .footer15-button {
    width: 208px;
  }
  .footer15-media {
    width: 100%;
    align-items: center;
  }
  .footer15-credits {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .footer15-content {
    gap: var(--dl-space-space-twounits);
  }
  .footer15-newsletter {
    width: 100%;
  }
  .footer15-actions2 {
    width: 100%;
  }
  .footer15-form {
    width: 100%;
    flex-direction: column;
  }
  .footer15-container2 {
    width: 100%;
  }
  .footer15-button {
    width: 100%;
  }
  .footer15-media {
    width: 100%;
  }
  .footer15-image1 {
    width: 244px;
    height: 146px;
  }
  .footer15-social-links {
    align-items: center;
    justify-content: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
  font-size: 15px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
  font-size: 15px;
  font-family: "Noto Sans";
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Sans";
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text49 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
}
 
@media(max-width: 479px) {
  .home-text17 {
    font-size: 22px;
    font-family: Noto Sans;
  }
}
