* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;

    line-height: 1.75;

    color: #212529;

    padding: 0;
    margin: 0;
}

h1, h2, p {
    margin: 0;
}

h2.n-title {
    font-size: 2.75rem;
}

h3.n-title {
    font-size: 1.75rem;
}

.n-icon {
    width: 12px;
}

.n-title {
    font-weight: 600;
}

.n-img {
    max-width: 400px;
}

.n-container {
    max-width: 1200px;
    margin: 0 auto;
}

.n-link {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.n-link .n-icon {
    fill: #ffffff;
}

.n-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    gap: 12px;
    width: max-content;
    font-weight: 600;
}

.n-button-primary {
    background-color: #082468;
    color: #ffffff;
}

.n-button-complementary {
    background-color: #FF8C00;
    color: #082468;
    fill: #082468;
}

.n-section {
    margin-bottom: 96px;
}

.n-header {
    background: url("./Vector.svg") #082468;
    background-repeat: no-repeat;
    background-size: 100vw;
    padding: 24px;
    background-position: bottom;
}

.n-nav {
    max-width: 1200px;
    margin: 0 auto;
}

.n-introduction {
    color: #ffffff;
    text-align: center;
    text-wrap: balance;
    margin: 0 auto 48px;
    height: 600px;
    margin-top: 120px;
}

.n-introduction .n-title {
    max-width: 800px;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 1.25;
}

.n-introduction .n-description {
    margin-bottom: 48px;
}

.n-solutions .n-description {
    margin-bottom: 96px;
}

.n-solutions > .n-title, .n-solutions > .n-description {
    text-align: center;
    text-wrap: balance;
}

.n-solutions > .n-content {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    gap: 48px;
}

.n-solutions__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 96px;
}

.n-solutions__item .n-description {
    margin-bottom: 32px;
    text-align: justify;
}

.n-solutions__item .n-icon{
    fill: #ffffff;
}

.n-demo {
    background-color: #043873;
    color: #ffffff;
    text-align: center;
    padding: 48px;
}

.n-demo .n-description {
    margin-bottom: 48px;
}

.n-demo .n-button {
    margin: 0 auto;
}

.n-footer {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: space-around;
    padding: 96px;
}

.n-footer .n-logo {
    margin-bottom: 24px;
}

.n-footer .n-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}