﻿@media (min-width: 601px) {

    .main-container {
        text-align: center;
        margin-left: 20%;
        margin-right: 20%;
        padding: 10px;
        width: fit-content;
    }

    .footer-content {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .footer-hyperlink {
        color: #005B96;
        text-decoration: underline;
    }

    .footer-content-small {
        width: fit-content;
        color: rgba(136, 136, 137, 1);
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        margin-top: 0.25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-break-line {
        display: none;
    }

    body {
        background-image: url('../elements/bg-bottom_v2.svg');
        position: center;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: Noto Sans;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .header-bg {
        position: absolute;
        right: 0;
        left: 0;
    }

        .header-bg img {
            background-repeat: no-repeat;
            background-size: 100% 94px;
            height: 94px;
            width: 100%;
        }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .content-container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        max-width: 1600px;
        padding-left: 80px;
        padding-right: 80px;
        position: relative;
    }

    .header-div {
        flex: 0 0 auto;
        position: relative;
        height: 94px;
        margin-bottom: 2.5rem;
    }
        .header-div img {
            position: absolute;
            max-height: 54px;
            top: 20px;
            left: 0;
        }

    .content-div {
        flex: 1 0 auto;
        margin-bottom: 80px;
    }

    .footer-div {
        flex: 0 0 auto;
        text-align: center;
        position: relative;
        margin-bottom: 1.25rem;
        padding-top: 1.25rem;
    }

    .text-theme {
        color: #38393B;
    }

    .poweredby-text {
        margin-bottom: 0.75rem;
        color: #2E404D;
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        letter-spacing: -0.154px;
    }

    .poweredby-img {
        max-height: 40px;
    }

    .div-power-by{
        justify-content: center;
    }
}
