.style1 {
    background-size: cover;
    background-position: center 85%;
    background-color: #eaeaea;
    border-bottom: 2px dotted #000
}
.style3 {
    margin-bottom: 5rem}
.style4 {
    color: #82b83e
}
.style5 {
    color: #82b83e
}
.style6 {
    color: #82b83e
}
.style7 {
    color: #82b83e
}
.style8 {
    color: #0e74bc
}
.style9 {
    color: #0e74bc
}
.style10 {
    color: #0e74bc
}
.style11 {
    margin-top: 5px;
    background-color: #eaeaea;
    border-top: 2px dotted #000
}
/* XS (default) */
.navbar-brand img {
  width: 200px;
}

/* SM and up */
@media (min-width: 576px) {
  .navbar-brand img {
    width: 300px;
  }
}
.style2 {
    background-image: url("../assets/images/sm_full_app_background.webp");
    background-attachment: fixed
}
.app-bg-xs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}
