body {
    background-image: unset !important;
    background-color: #fff !important;    
    color: #002640;
}

.page_header {
    height: 98px;
    background-color: #002640;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 82px;
    margin: 0px;
}

@media( max-width: 992px ) {
    .page_header {
        margin: 0px;
    }
}

@media( max-width: 768px ) {
    .page_header {
        padding: 0px 21px;
    }
}

.page_header img {
    height: 34px;   
}

.button {
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 40px;
    border: 1px solid #002640;
    color: #002640;
    background-color: #fff;
    text-decoration: unset;
    padding: 2px 24px 0px 24px;
    font-family: Rules;
    font-weight: 300;
    font-size: 13px;
    transition: all 0.3s ease;
    width: max-content;
}
.button:hover {
    background-color: #002640;
    color: #fff !important;
}
.button_dark {
    border: 1px solid #fff;
    background-color: #002640;
    color: #fff;
}

.button_dark:hover {
    background-color: #fff;
    color: #002640 !important;
}
@media( max-width: 768px ) {
    .page_header img {
        height: 24px;
    }
    .page_header .button {
        height: 26px !important;
        font-size: 10px;
        line-height: 20px;
        padding: 2px 12px 0px 12px;
    }
}

.page_intro {
    margin-top: 13.021vw;
}
@media( min-width: 1367px ) {
    .page_intro {
        margin-top: 178px;
    }
}

.page_caption {
    padding: 0px 10%;
    position: relative;
    height: auto;
    margin-bottom: 50px;
}

.page_caption_text {
    font-family: Sigurd;
    font-size: 44px;
    font-weight: 300;
    line-height: 23px;
    color: #002640;    
}
@media( min-width: 1367px ) {
    .page_caption_text {
        font-size: 44px;
        line-height: 23px;
    }
}

@media( max-width: 575px ) {
    .page_caption_text {
        font-size: 28px;
        line-height: 23px;
    }
}

.page_caption_underline {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 6px;
    height: 1px;
    background-color: #002640;
    width: 100%;
}

.page_content {    
    margin: 25px auto 120px auto !important;    
    width: auto;
    padding: 0px 10%;
    font-family: Rules;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.page_content a {
    font-weight: 500;
    text-decoration: unset;
    color: #002640;
}
@media( max-width: 992px ) {
    .page_content {
        padding: 0px 6vw;
        max-width: unset;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 60px !important;
        padding: 0px 6vw;
    }
}