<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	+-----------------------------------------+
	| 					Default			  	  |
	+-----------------------------------------+
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
}
body {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

*, *:before, *:after {
    box-sizing: border-box;
}
hr {
    box-sizing: content-box;
    background-color: #fff;
    color: #000;
    height: 1px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active, a:hover {
    outline-width: 0
}
/* a, a:hover, a:active, a:visited, a:focus {
    color: inherit;
    text-decoration: none;
} */

strong, b {
    font-weight: 700;
}

p {
    margin-top: 0;
}
p:last-of-type {
    margin-bottom: 0;
}

img {
    display: block;
    border-style: none;
    max-width: 100%;
    height: auto;
    border: 0;
}
svg:not(:root) {
    overflow: hidden
}

ul, ol {
    margin: 15px 0 20px 20px;
    padding-left: 0;
    list-style-image: url(rmk_bp-simpel.svg);
}
ul li ul, ul li ol, ol li ol, ol li ul {
    margin: 3px 0 3px 18px;
}
ul li {
    margin-bottom: 10px;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: left;
}
/*li::before {
    content: "\25CF";
    position: absolute;
    color: #000;
    font-size: 12px;
    top: -2px;
    left: -19px;
}

/*
275a -- heavy vertical bar
â— -- 25CF -- BLACK CIRCLE
â— -- 26AB -- MEDIUM BLACK CIRCLE
â— -- 2022 -- SMALL BLACK CIRCLE
 
â–¶ -- 25B6 -- BLACK RIGHT-POINTING TRIANGLE
â–&nbsp; -- 25A0 -- BLACK SQUARE
â–&nbsp; -- 25AA -- BLACK LITTLE SQUARE
 
â† -- 2190 -- Left arrow
â†’ -- 2192 -- Right arrow
â†‘ -- 2191 -- Up arrow
â†“ -- 2193 -- Down arrow

â€º -- 203A -- Right single angle quote
â€¹ -- 2039 -- Left single angle quote
Â« -- 00AB -- Left double angle quote
Â» -- 00BB -- Right double angle quoter
*/

/*
	+-----------------------------------------+
	| 					Custom			  	  |
	+-----------------------------------------+
*/

:root {
    --color-primary: #e07a02;
    --color-darker: #ac5117;
    --color-background: #f8f8fa;
    --color-border: #dddddd;
}

body {
    max-width: 990px;
    font: 20px/1.3em Arial, sans-serif;
    margin: 20px auto;
    box-shadow: 0px 0px 15px 3px #ccc;
}

::selection {
    background-color: var(--color-primary);
    color: #ffffff;
}

a {
    color: var(--color-primary);
    transition: all 250ms;
}
a:hover {
    color: var(--color-darker);
}

#logo_container, #title, #content, #more, #region {
    padding: 15px 5%;
}

#logo {
    display: block;
    width: fit-content;
}

h1, h2, h3, h4 {
    color: var(--color-primary);
    line-height: 1.4;
    margin-block: 0.5em;
}

#title {
    text-align: center;
}
#info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
#info &gt; div {
    display: flex;
    align-items: center;
    gap: 10px;
}
#info i {
    color: var(--color-primary);
}

#content {
    display: flex;
    gap: 0 30px;
    flex-wrap: wrap;
}
#company {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
#quali, #task, #benefit {
    flex: 1 1 45%;
    min-width: 300px;
}
#benefit {
    min-width: 100%;
}
#benefits_list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.benefit {
    border: 1px solid var(--color-border);
    padding: 15px 15px 10px;
}
.benefit &gt; div {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.benefit h4 {
    color: inherit;
    margin: 0;
}

#more, #region {
    background-color: var(--color-background);
}

h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#contact_box {
    display: flex;
    width: fit-content;
    margin: auto;
    border: 2px solid var(--color-border);
}
#contact img {
    min-height: 200px;
    max-height: 300px;
}
#contact_box &gt; div:first-of-type {
    flex: 1 0 auto;
}
#contact_box &gt; div:last-of-type {
    padding: 0 40px 0 20px;
    max-width: 500px;
}
h4 {
    font-size: 1.1em;
    margin: 20px 0;
}
#contact a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid var(--color-primary);
}
#contact a:hover {
    border-bottom: 2px solid transparent;
}
.chevron {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
}
.fa-chevron-right {
    color: var(--color-primary);
    margin-left: 5px;
}

#apply_top {
    width: fit-content;
    margin: 20px 0 0 auto;
}
#apply_bottom {
    margin: 60px 0;
    text-align: center;
}
#apply_button {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: inherit;
    font-weight: 600;
    border: 1px solid var(--color-border);
    text-decoration: none;
}
#apply_button &gt; i {
    padding: 20px 25px;
    margin: 0;
    border-right: 1px solid var(--color-border);
    transition: all 250ms;
}
#apply_button &gt; span {
    padding: 0 25px;
}
#apply_button:hover {
    background-color: var(--color-primary);
    color: #ffffff;
}
#apply_button:hover .fas {
    color: inherit;
}

#region {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#region &gt; h2 {
    flex: 1 0 300px;
}
#region &gt; p {
    flex: 1 1 50%;
}

@media screen and (max-width:720px) {
    #benefits_list {
        grid-template-columns: repeat(1, 1fr);
    }

}
@media screen and (max-width:500px) {
    body {
        font-size: 16px;
    }
}</pre></body></html>