/* _content/FinnsiktLandingPage/Pages/Index.cshtml.rz.scp.css */
.header-section[b-5be6os1fzh] {
    background-image: url('/images/flat_design_illustration_of_a_female_office.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.header-text-box[b-5be6os1fzh] {
    margin: 0 10px;
    height: 40vh;
    padding: 1rem 2rem;
    width: 100%;
    border: 1px solid #f9f9f9;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-text-box p[b-5be6os1fzh] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    text-shadow: 0 0 10px #FFF;
}

p.typewriter[b-5be6os1fzh] {
    min-height: 1rem;
}

.main-page[b-5be6os1fzh] {
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    max-width: 90%;
}

.chart-logo[b-5be6os1fzh] {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16rem;
}

svg[b-5be6os1fzh] {
    display: block;
    max-width: 100%;
    height: auto;
}

.line-chart-line[b-5be6os1fzh] {
    fill: none;
    stroke: rgba(37, 91, 117, .4);
    stroke-width: 16px;
}

.line-chart-point[b-5be6os1fzh] {
    fill: rgba(37, 91, 117, 1.0);
    stroke: #fff;
    stroke-width: 1px;
}

.brand-section[b-5be6os1fzh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    width: 100%;
    background-color: #fff;
}

.headline-pane[b-5be6os1fzh] {
    padding: 2rem 0;
}

.headline-pane h2[b-5be6os1fzh] {
    text-align: center;
    font-size: 2rem;
}

.section-color[b-5be6os1fzh] {
    background-color: #FEFEF1;
}

.brand-title[b-5be6os1fzh] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-title img[b-5be6os1fzh] {
    height: 4.5em;
    width: auto;
    margin-right: 1.5em;
}

.brand-subtitle[b-5be6os1fzh] {
    font-size: 1.5rem;
    text-align: center;
}

.button-pane[b-5be6os1fzh] {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

.feature-grid[b-5be6os1fzh] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 100%;
}

.feature-item[b-5be6os1fzh] {
    text-align: center;
    margin: 1rem;
}

.feature-item h3[b-5be6os1fzh] {
    font-size: 1.4rem;
}

h2[b-5be6os1fzh], h3[b-5be6os1fzh], p[b-5be6os1fzh] {
    color: #555;
    font-weight: 400;
}

.feature-section[b-5be6os1fzh] {
    background-color: beige;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 40px 0;
}

@media screen and (min-width: 576px){
    .main-page[b-5be6os1fzh] {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px){
    .header-section[b-5be6os1fzh] {
        justify-content: start;
    }

    .brand-title[b-5be6os1fzh] {
        flex-direction: row;
    }

    .brand-section[b-5be6os1fzh] {
        padding: 6rem 1rem;
    }

    .header-text-box[b-5be6os1fzh] {
        width: 50%;
        padding: 2rem 3rem;
    }

    .main-page[b-5be6os1fzh] {
        max-width: 720px;
    }

    .feature-grid[b-5be6os1fzh] {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 992px){
    .main-page[b-5be6os1fzh] {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px){
    .main-page[b-5be6os1fzh] {
        max-width: 1140px;
    }

    .feature-grid[b-5be6os1fzh] {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 20px;
    }
}
/* _content/FinnsiktLandingPage/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.footer[b-difoo140x6] {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

p.copyright[b-difoo140x6] {
  text-align: center;
}
