﻿@charset "UTF-8";

@font-face {
    font-family: "Inter", Arial, sans-serif;
}

html {
    font-size: 100%;
}

body {
    font-family: "Inter", Arial, sans-serif;
    font-size: 100%;
    color: #000000;
}

footer {
    background: #ffffff;
}

    footer .container {
        width: 83%;
    }

@media (min-width: 992px) {
    footer .container {
        width: 100%;
    }
}
footer {
    padding: 3rem 0rem;
}

    footer a, footer p, footer span {
        font-size: 0.75rem;
        line-height: 1.125rem;
        margin-bottom: 0;
    }

    footer span {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

footer_links a, footer_links p {
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.fortinetNavbar {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 1.5rem 0;
}

    .fortinetNavbar img {
        width: 85%;
    }

@media (min-width: 768px) {
    .fortinetNavbar img {
        width: 100%;
    }
}

.heroBanner_link {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.heroBanner_link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.heroBanner_link#productDetailsLink {
    color: #000000;
}

.heroBanner_link#productDetailsLink:hover {
    color: #000000;
}

.logo {
    max-width:300px;
}

iframe {
    width: 100%;
    height:100%;
    aspect-ratio: 16 / 9;
}

.pdf-container {
    width: 100%;
    height: 100vh;
}