@font-face {
    font-family: "Vesterbro-Bold";
    src: url("fonts/Vesterbro/Vesterbro-Bold.770a4a893b60.otf") format("opentype");
}

@font-face {
    font-family: "Vesterbro-Extrabold";
    src: url("fonts/Vesterbro/Vesterbro-Extrabold.a68dd3dda49d.otf") format("opentype");
}

@font-face {
    font-family: "Vesterbro-Light";
    src: url("fonts/Vesterbro/Vesterbro-Light.8d38015300b1.otf") format("opentype");
}

@font-face {
    font-family: "Vesterbro-Medium";
    src: url("fonts/Vesterbro/Vesterbro-Medium.4f98164c9c8c.otf") format("opentype");
}

@font-face {
    font-family: "Vesterbro-Poster";
    src: url("fonts/Vesterbro/Vesterbro-Poster.fe478a604ff6.otf") format("opentype");
}

@font-face {
    font-family: "Vesterbro-Regular";
    src: local('Vesterbro-Regular'), url("fonts/Vesterbro/Vesterbro-Regular.31f803e4be44.otf") format("opentype");
}

@font-face {
    font-family: 'Nitti Normal';
    src: local('Nitti Normal'), url("fonts/nitti/Nitti-Normal.bd36a705fc0c.ttf") format('truetype');
}

@font-face {
    font-family: 'Nitti Bold';
    src: local('Nitti Bold'), url("fonts/nitti/Nitti-Bold.6dfa8587a31e.ttf") format('truetype');
}

@font-face {
    font-family: 'Century PS Pro';
    src: url("fonts/century/CenturyPSPro.30fd829886e8.eot");
    src: local('Century PS Pro'), local('CenturyPSPro'),
        url("fonts/century/CenturyPSPro.30fd829886e8.eot?#iefix") format('embedded-opentype'),
        url("fonts/century/CenturyPSPro.241f3acfd893.woff2") format('woff2'),
        url("fonts/century/CenturyPSPro.7078edf9a3a8.woff") format('woff'),
        url("fonts/century/CenturyPSPro.070efdd144b0.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century PS Pro';
    src: url("fonts/century/CenturyPSPro-Bold.af10a3cd7cdd.eot");
    src: local('Century PS Pro Bold'), local('CenturyPSPro-Bold'),
        url("fonts/century/CenturyPSPro-Bold.af10a3cd7cdd.eot?#iefix") format('embedded-opentype'),
        url("fonts/century/CenturyPSPro-Bold.997207ab5500.woff2") format('woff2'),
        url("fonts/century/CenturyPSPro-Bold.8d7fc7fa5cab.woff") format('woff'),
        url("fonts/century/CenturyPSPro-Bold.24676b10fcbf.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century PS Pro';
    src: url("fonts/century/CenturyPSPro-Italic.32adb6495ecd.eot");
    src: local('Century PS Pro Italic'), local('CenturyPSPro-Italic'),
        url("fonts/century/CenturyPSPro-Italic.32adb6495ecd.eot?#iefix") format('embedded-opentype'),
        url("fonts/century/CenturyPSPro-Italic.b8b8aa116977.woff2") format('woff2'),
        url("fonts/century/CenturyPSPro-Italic.48dd961b04be.woff") format('woff'),
        url("fonts/century/CenturyPSPro-Italic.330645d23c38.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century PS Pro';
    src: url("fonts/century/CenturyPSPro-BoldItalic.e33c523ca68c.eot");
    src: local('Century PS Pro Bold Italic'), local('CenturyPSPro-BoldItalic'),
        url("fonts/century/CenturyPSPro-BoldItalic.e33c523ca68c.eot?#iefix") format('embedded-opentype'),
        url("fonts/century/CenturyPSPro-BoldItalic.5b2a3f5cc267.woff2") format('woff2'),
        url("fonts/century/CenturyPSPro-BoldItalic.3557346e5ca6.woff") format('woff'),
        url("fonts/century/CenturyPSPro-BoldItalic.eac528fddc88.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Karla';
    src: url("fonts/Karla/Karla-VariableFont_wght.af0aed9509ff.ttf");
    src: local('Karla Normal'),
        url("fonts/Karla/Karla-VariableFont_wght.af0aed9509ff.ttf") format("truetype");
}

body {
    background-color: #F0F0F0;
    font-family: Karla, sans-serif;
    min-height: 100dvh;
}

header {
    transition: width 2s;
}

.wrapper {
    min-height: 100dvh;
}

.wrapper_home {
    min-height: 100dvh;
    background-image: url("../img/dso-office.43615e6c70e0.jpg");
    background-color: #F2C744;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

main {
    min-height: 100dvh;
}

.dso_background_v1 {
    background-color: #F2C744;
    color: #202020;
}

.dso_background_v2 {
    background-color: #202020;
    color: #F0F0F0;
}

.dso_text_colour_v1 {
    color: #202020;
}

.dso_text_colour_v2 {
    color: #F0F0F0;
}

.dso_text_colour_v3 {
    color: #0D1282;
}

.dso_text {
    color: #202020;
    font-family: 'Vesterbro-Extrabold', Arial, sans-serif;
    font-size: 2rem;
}

.dso_text:hover {
    color: #202020;
}

.dso_text_v2 {
    color: #202020;
    font-family: 'Nitti Normal', Arial, sans-serif;
    font-size: 1.1rem;
}

.dso_text_v3 {
    color: #202020;
    font-family: 'Nitti Normal', Arial, sans-serif;
    font-size: 1.25rem;
}

.dso_text_v4 {
    color: #F0F0F0;
    font-family: Karla, sans-serif;
    font-size: 1.3rem;
}

.dso_text_v5 {
    color: #202020;
    font-family: 'Nitti Normal', Arial, sans-serif;
    font-size: 1.1rem;
}

.dso_a {
    text-decoration: none;
    color: #202020;
    font-family: "Nitti Normal", Arial, sans-serif;
}

.dso_a:hover {
    text-decoration: none;
    color: #202020;
}

.dso_a_v2 {
    text-decoration: none;
    color: #A4A5A7;
    font-family: "Nitti Normal", Arial, sans-serif;
    font-weight: 100;
}

.dso_a_v2:hover {
    text-decoration: none;
    color: #202020;
}

.dso_text_header {
    font-family: 'Karla', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
}

.dso_text_header_home {
    font-family: 'Karla', sans-serif;
    font-size: 3rem;
    font-weight: 500;
}

.card-img {
    width: 40rem;
    height: 30rem;
    opacity: 0.55;
}

.dso_img {
    overflow: hidden;
}

.dso_img > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dso_footer_logo {
    font-size: 1.4rem;
}

#dso_form_submit_btn {
    width: 10rem;
}

#dso_form_submit_btn:hover {
    background-color: #F2C744;
    color: #202020;
}

.dso_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dso_carousel_item > img {
    width: 80vw;
    height: 80vh;
    object-fit: contain;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    letter-spacing: -.05rem;
}

.dso-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}