:root {
    --color: #291d18;
    --color-primary: #ffc421;
    --backgroundcolor: #fff;
    --fractal--theme-background: #fff;
    --error-color: #de350b;
    --focus-outline-color: #2373e6;
}

.text--s {
    font-size: 1.4rem;
    line-height: 2rem
}

.text--m {
    font-size: 1.6rem;
    line-height: 2.4rem
}

.text--l {
    font-size: 2.4rem;
    line-height: 3.6rem
}

.text-weight--s {
    font-weight: 300
}

.text-weight--l {
    font-weight: 600
}

.text-weight--xxl {
    font-weight: 800
}

.font--body-small.text-weight--g,
.text-weight--g {
    font-weight: 900
}

.mb-0 {
    margin-bottom: 0 !important
}

.text-align--left {
    text-align: left
}

.text-align--center,
code {
    text-align: center
}

.border-radius--all--xxs {
    border-radius: .5rem
}

.border-style--all--solid {
    border-style: solid
}

.border-color--all--grey {
    border-color: #999391
}

.border-color--all--shade_24 {
    border-color: #ccc9c8
}

.border-width--all--b {
    border-width: .2rem
}

.border-style--t--solid {
    border-top-style: solid
}

.border-color--t--shade_24 {
    border-top-color: #ccc9c8
}

.border-width--t--r {
    border-top-width: .1rem
}

.border-style--b--solid {
    border-bottom-style: solid
}

.border-color--b--shade_24 {
    border-bottom-color: #ccc9c8
}

.border-width--b--r {
    border-bottom-width: .1rem
}

body:before {
    content: "--";
    left: -99999rem
}

@media only screen and (min-width:20em) {body:before {
        content: "xs"
    }

}

@media only screen and (min-width:36em) {body:before {
        content: "sm"
    }

}

@media only screen and (min-width:48.0625em) {body:before {
        content: "md"
    }

}

@media only screen and (min-width:74.5em) {body:before {
        content: "lg"
    }

}

@media only screen and (min-width:90em) {body:before {
        content: "xl"
    }

}

@media only screen and (min-width:104.6875em) {body:before {
        content: "xxl"
    }

}

.color-white {
    color: #fff;
    --color: #fff
}

.background-white {
    background-color: #fff;
    --backgroundcolor: #fff;
    --panelbackgroundcolor: #fff
}


.background-shade_72 {
    --backgroundcolor: #FAEB50;
    --panelbackgroundcolor: #FAEB50;
    background-color: #FAEB50;
}


.color-notification--error--light {
    color: #de350b;
    --color: #de350b;
}

.color-text {
    color: #291d18;
    --color: #291d18
}

.cur-pointer {
    cursor: pointer
}

.display-inline-block {
    display: inline-block
}

.display-flex {
    display: flex
}

hr {
    box-sizing: inherit;
    border: 0;
    height: 0;
    border-top: .1rem solid color("white_16")
}

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.row.p--xs {
    padding-left: 0;
    padding-right: 0;
}

.justify-content-between {
    justify-content: space-between
}

.flex-direction-row {
    flex-direction: row
}

.flex-direction-column {
    flex-direction: column
}

.width--full {
    width: 100%
}

[class^=col-] {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.col {
    flex: 0 0 auto;
    max-width: 100%
}

.col--grow {
    flex: 1 0 auto;
    max-width: 100%
}

.col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-12 {
    flex-basis: 100%;
    max-width: 100%
}

html {
    box-sizing: border-box;
    display: block;
    min-height: 100%;
    width: 100%;
    height: 100%
}

body {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden !important
}

.icon:before {
    display: inline-block;
    font-family: icons;
    speak: never;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: inherit;
    vertical-align: middle
}

.icon-sm:before {
    font-size: 1.6rem
}


.icon-lg:before {
    font-size: 2.4rem
}

@media only screen and (min-width:74.5em) {.icon-lg:before {
        font-size: 4rem
    }

}


.position--absolute,
body:before {
    position: absolute
}

.position--relative {
    position: relative
}

.position--sticky {
    position: sticky
}

@font-face {
    font-family: icons;
    src: url(./fonts/telenet/icons.1684245015372.eot);
    src: url(./fonts/telenet/icons.1684245015372.eot?#iefix) format("embedded-opentype"), url(./fonts/telenet/icons.1684245015372.woff) format("woff"), url(./fonts/telenet/icons.1684245015372.ttf) format("truetype"), url(./fonts/telenet/icons.1684245015372.svg#icons.1684245015372) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body,
html {
    background-color: var(--backgroundcolor)
}

body {
    font-family: TelenetAlbra-Regular, Helvetica, Verdana, Arial, Sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-rendering: optimizeLegibility;
    color: var(--color)
}

@media only screen and (min-width:48.0625em) {body {
        font-size: 1.6rem;
        line-height: 2.4rem
    }

}

@media only screen and (min-width:74.5em) {body {
        font-size: 1.8rem;
        line-height: 2.8rem
    }

}

h1:not([class*=heading--]) {
    font-family: pp-right-grotesk, TelenetAlbra-Bold, Helvetica, Verdana, Arial, Sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    margin: 4.8rem 0 2.4rem
}

@media only screen and (min-width:48.0625em) {h1:not([class*=heading--]) {
        font-size: 4.8rem;
        line-height: 5.6rem;
        margin: 4.8rem 0 2.4rem
    }

}

@media only screen and (min-width:74.5em) {h1:not([class*=heading--]) {
        font-size: 5.6rem;
        line-height: 6rem;
        margin: 6.4rem 0 4.8rem
    }

}

h2:not([class*=heading--]) {
    font-family: pp-right-grotesk, TelenetAlbra-Bold, Helvetica, Verdana, Arial, Sans-serif;
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin: 2.4rem 0 .4rem
}

@media only screen and (min-width:48.0625em) {h2:not([class*=heading--]) {
        font-size: 3.6rem;
        line-height: 4.4rem;
        margin: 2.4rem 0 .4rem
    }

}

@media only screen and (min-width:74.5em) {h2:not([class*=heading--]) {
        font-size: 4rem;
        line-height: 4.8rem;
        margin: 4.8rem 0 1.6rem
    }

}

h3:not([class*=heading--]) {
    font-family: TelenetAlbra-Bold, Helvetica, Verdana, Arial, Sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 2.4rem 0 .4rem
}

@media only screen and (min-width:48.0625em) {h3:not([class*=heading--]) {
        font-size: 2.8rem;
        line-height: 3.6rem;
        margin: 2.4rem 0 .4rem
    }

}

@media only screen and (min-width:74.5em) {h3:not([class*=heading--]) {
        font-size: 3.2rem;
        line-height: 4rem;
        margin: 4.8rem 0 1.6rem
    }

}

h4:not([class*=heading--]) {
    font-family: TelenetAlbra-Bold, Helvetica, Verdana, Arial, Sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    margin: 2.4rem 0 .4rem
}

@media only screen and (min-width:48.0625em) {h4:not([class*=heading--]) {
        font-size: 2rem;
        line-height: 3rem;
        margin: 2.4rem 0 .4rem
    }

}

@media only screen and (min-width:74.5em) {h4:not([class*=heading--]) {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 4.8rem 0 .8rem
    }

}

h5:not([class*=heading--]) {
    font-family: TelenetAlbra-Bold, Helvetica, Verdana, Arial, Sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 2.4rem 0 .4rem
}

@media only screen and (min-width:48.0625em) {h5:not([class*=heading--]) {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin: 2.4rem 0 .4rem
    }

}

@media only screen and (min-width:74.5em) {h5:not([class*=heading--]) {
        font-size: 2rem;
        line-height: 2.8rem;
        margin: 2.4rem 0 .8rem
    }

}

h6:not([class*=heading--]) {
    font-family: TelenetAlbra-Bold, Helvetica, Verdana, Arial, Sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 1.6rem 0 0
}

@media only screen and (min-width:48.0625em) {h6:not([class*=heading--]) {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 1.6rem 0 0
    }

}

@media only screen and (min-width:74.5em) {h6:not([class*=heading--]) {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 1.6rem 0 0
    }

}

address,
blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre {
    margin: 0 0 1rem
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    padding: 0;
    margin: 0
}

@media only screen and (min-width:48.0625em) {p {
        margin: 0
    }

}

@media only screen and (min-width:74.5em) {p {
        margin: 0
    }

}

img {
    max-width: 100%
}

a {
    color: var(--link-color, color("text"))
}

em {
    font-weight: 300;
    font-style: italic
}

footer {
    flex-shrink: 0
}

input[type=text]::-ms-clear {
    height: 0;
    width: 0;
    display: none
}

input[type=text]::-ms-reveal {
    height: 0;
    width: 0;
    display: none
}

b,
strong {
    font-family: font("bold");
    font-weight: font-weight("semi-bold")
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.p--n,
address,
blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre {
    padding: 0
}

.p--xs {
    padding: 1.2rem
}

.px--s {
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.pt--s {
    padding-top: 1.4rem
}

.pb--s {
    padding-bottom: 1.4rem
}

.p--m {
    padding: 1.6rem
}

.px--m {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.py--m {
    padding-bottom: 1.6rem
}

.pt--m,
.py--m {
    padding-top: 1.6rem
}
.mb--auto {
    margin-bottom: auto
}

.mb--n {
    margin-bottom: 0
}

.mt--xxxs {
    margin-top: .4rem
}

.mb--xxs {
    margin-bottom: .8rem
}

.ml--xxs {
    margin-left: .8rem
}

.mx--xs {
    margin-left: 1.2rem;
    margin-right: 1.2rem
}

.mt--xs {
    margin-top: 1.2rem
}

.mr--xs {
    margin-right: 1.2rem
}

.mb--xs {
    margin-bottom: 1.2rem
}

.mt--s {
    margin-top: 1.4rem
}

.mr--s {
    margin-right: 1.4rem
}

.mb--s {
    margin-bottom: 1.4rem
}

.m--m {
    margin: 1.6rem
}

.mt--m {
    margin-top: 1.6rem
}

.mr--m {
    margin-right: 1.6rem
}

.mb--m {
    margin-bottom: 1.6rem
}

.ml--m {
    margin-left: 1.6rem
}

.mt--l {
    margin-top: 2.4rem
}

.mt--xxl {
    margin-top: 4rem
}

.mb--xxxl {
    margin-bottom: 4.8rem
}

.word-break--break-word {
    word-break: break-word
}

