/* #graphic-page css */

div.graphic-container {
    float: left;
    width: 100%;
}

div.container-sx {
    width: 50%;
    float: left;
    margin-right: -555px;
    margin-left: auto;
    height: 5px;
}

div.container-sx div {
    margin-right: 555px;
    background-repeat: repeat-x;
}

div.container-center {
    width: 1110px;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}


div.container-dx {
    width: 49.999%;
    float: right;
    margin-left: -555px;
}

div.container-dx div {
    margin-left: 555px;
    background-repeat: repeat-x;
}


div.rounded-box {
    padding: 14px;
    border-radius: 20px;
    border: 1px solid;
    margin: 20px 0;
}


.page-graphic a, .page-graphic a:hover, .page-graphic a:focus, .page-graphic a:visited, .page-graphic a:active {
    text-decoration: none;
    color: inherit;
}


.graphic-separator div.container-center {
    position: relative;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
}

.graphic-separator-wave div.container-dx, .graphic-separator-wave div.container-sx, .graphic-separator-wave div.container-center {
    height: 68px;
}

.graphic-separator-arrow div.container-dx, .graphic-separator-arrow div.container-sx, .graphic-separator-arrow div.container-center {
    height: 36px;
}


.container-dark h1, .container-dark h2, .container-dark h3, .container-dark p {
    color: white !important;
}

.container-2-cards-and-description h2, .container-2-cards-and-description p {
    text-align: left !important;
}

.page-graphic h1 {
    font-size: 48px;
    line-height: 53px;
    text-transform: none;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.page-graphic h1.small {
    font-size: 38px;
    line-height: 41px;
}

.page-graphic h1 b {
    font-weight: 800;
}

.page-graphic h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
}

.page-graphic h2 b {
    font-weight: 800;
}

.page-graphic h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0 10px 0;
}

.page-graphic h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.page-graphic p.subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    padding-right: 15px;
}

.page-graphic p.subtitle-medium {
    font-size: 18px;
    line-height: 20px;
}

.page-graphic p.subtitle span.button {

    border-radius: 5px;
    background-color: white;
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-graphic p.subtitle span.button svg {
    margin-right: 5px;
}

.page-graphic .content-large p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.page-graphic .content-medium p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.page-graphic .content-large li {
    text-align: left;
}

.page-graphic li {
    font-size: 18px;
}

.page-graphic div.icon-element {
    text-align: center;
}

.page-graphic img.icon-element-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-graphic p.icon-element-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.page-graphic p.icon-element-content {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.page-graphic p.icon-element-button {
    margin-top: 5px;
}

.page-graphic div.text-justify p {
    text-align: justify !important;
}

.page-graphic .form {
    background-color: unset;
}

.page-graphic .form {
    background-color: unset;
}

.page-graphic input, .page-graphic textarea {
    font-size: 18px;
}

.page-graphic input {
    height: 45px;
}

.page-graphic .form input:not([type=submit]), .page-graphic .form textarea {
    border: 1px solid var(--vn-mine-shaft);
}

.page-graphic .container-dark .form input:not([type=submit]), .page-graphic .container-dark .form textarea {
    border: 1px solid white;
}


.faq-elements-white .faq-element {
    background-color: white !important;
}

.faq-element {
    border-radius: 10px;
    background-color: var(--vn-platinum);
    padding: 12px 15px;
    margin-top: 15px;
}

.faq-element .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.faq-element .faq-question-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    cursor: pointer;
}

.faq-element .faq-question-icon {
    font-size: 23px;
    cursor: pointer;
    padding-left: 5px;
}

.faq-element .faq-answer {
    display: none;
    font-size: 18px;
    margin: 10px 0;
}

.rounded-box {
    height: 290px;
}


div.graphic-container .row.form {
    margin-top: unset;
}


@media screen and (max-width: 1280px) {

    .container-mobile {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-mobile img {
        display: block;
        width: 100%;
    }

    .page-graphic h1 {
        font-size: 32px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 10px;
    }

    .page-graphic h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .page-graphic h3 {
        font-size: 22px;
        line-height: 22px;
        padding: 20px 0 10px 0;
    }

    .page-graphic h4 {
        font-size: 19px;
        line-height: 19px;
        margin-top: 20px;
    }

    .page-graphic p.subtitle {
        text-align: center;
    }

    .page-graphic .content-large p {
        font-size: 19px;
        line-height: 22px;
    }

    .page-graphic div.icon-element {
        margin-top: 10px;
        margin-bottom: 40px;
        height: unset;
    }

    .page-graphic img.icon-element-image {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    p.icon-element-content {
        min-height: unset !important;
    }

    .faq-element .faq-question-text {
        font-size: 20px;
        line-height: 26px;
    }
}
