svg:not(:root) {
    display: block;
    overflow: hidden;
    fill: currentColor;
}
.header {
    box-shadow: 0 0 5px 0 rgba(79, 83, 89, 0.25);
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 0;
}
.header a {
    text-decoration: none;
}

@supports (backdrop-filter: blur(8px)) {
    .header {
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(8px)
    }
}

.header__main {
    max-width: 994px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: nowrap;
    height: 61px
}

@media screen and (min-width: 48rem) {
    .header__main {
        height: auto;
        display: flex;
        justify-content: space-between
    }
}

.header__title {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 solid rgba(129, 134, 140, 0.25);
    padding: 0.625rem;
    font-size: 0.75rem;
    line-height: 1;
    margin-right: auto;
    float: left
}

@media screen and (min-width: 48rem) {
    .header__title {
        float: none;
        border-bottom-width: 1px
    }
}

@media screen and (min-width: 61rem) {
    .header__title {
        border-inline-end-width: 1px;
        flex: 1 0 auto;
        justify-content: flex-start;
        border-bottom-width: 0;
        font-size: 0.875rem
    }
    [dir="ltr"] .header__title {
        border-right-width: 1px
    }
    [dir="rtl"] .header__title {
        border-left-width: 1px
    }
}

.header__home {
    color: #f70
}

.header__home svg {
    display: inline-block
}

.header__logo {
    height: 40px;
    width: 300px;
    margin-left: 0;
    margin-right: auto
}

@media screen and (min-width: 61rem) {
    .header__logo {
        width: 190px
    }
}

@media screen and (min-width: 64rem) {
    .header__logo {
        height: 3.75rem;
        width: 220px;
        overflow: hidden;
    }
    .header__text {
        padding: 0 0 8px 8px;
    }
}

.header__logo-type tspan {
    font-family: "adelle-sans", sans-serif;
    text-transform: uppercase
}
.header__logo-type2 tspan {
    font-family: "adelle", serif;
    font-weight: 700;
}

.header__toggle {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 5px 10px;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background-color: transparent;
    float: right
}

.header__toggle:focus {
    outline: none
}

@media screen and (min-width: 48rem) {
    .header__toggle {
        display: none
    }
}

.header__toggle span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 4px;
    background: #f70;
    transition-duration: 0.3s;
    transition-property: background-color
}

.header__toggle span::before,
.header__toggle span::after {
    transition-property: top, bottom, transform;
    transition-duration: 0.5s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f70;
    content: ""
}

.header__toggle span::before {
    top: -8px
}

.header__toggle span::after {
    bottom: -8px
}

.burger-open .header__toggle span {
    background-color: transparent;
    transition-delay: 0
}

.burger-open .header__toggle span::before {
    transform: rotate(45deg);
    top: 0
}

.burger-open .header__toggle span::after {
    transform: rotate(-45deg);
    bottom: 0
}

.header__navigation {
    position: absolute;
    background-color: white;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    top: 61px;
    right: 0;
    max-height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    transition: width 0s ease 0.5s, margin 0s ease 0.5s, max-height 0.5s
}

.burger-open .header__navigation {
    transition: max-height 0.5s;
    display: block;
    width: 100%;
    max-height: 500px;
    margin: 0
}

@media screen and (min-width: 48rem) {
    .header__navigation,
    .burger-open .header__navigation {
        overflow: visible;
        box-shadow: none;
        position: static;
        background-color: transparent;
        align-items: stretch;
        display: flex;
        margin: 0;
        max-height: 200px;
        width: auto
    }
}

@media screen and (min-width: 61rem) {
    .header__navigation {
        margin-left: auto
    }
}

.header__navigation__item {
    white-space: nowrap;
    border: 0 solid rgba(129, 134, 140, 0.25);
    border-top-width: 1px
}

@media screen and (min-width: 48rem) {
    .header__navigation__item {
        display: flex;
        border-top-width: 0;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        position: relative
    }
}

.header__navigation__item.has-mega-menu {
    position: static
}

.header__navigation__item__link {
    border-inline-end-width: 1px;
    border: 0 solid rgba(129, 134, 140, 0.25);
    letter-spacing: -0.025rem;
    padding: 0 0.625rem;
    display: inline-block;
    color: #6a6e73;
    line-height: 3.8rem;
    width: 100%
}

[dir="ltr"] .header__navigation__item__link {
    border-right-width: 1px
}

[dir="rtl"] .header__navigation__item__link {
    border-left-width: 1px
}

@media screen and (min-width: 48rem) {
    .header__navigation__item__link {
        width: auto;
        text-align: center;
        justify-content: center
    }
}

@media screen and (min-width: 61rem) {
    .header__navigation__item__link {
        font-size: 1.125rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        line-height: 5.1rem
    }
    .header__navigation__item__link.is-active {
        box-shadow: inset 0 -4px 0 #f70
    }
}

.header__navigation__item__link:hover {
    color: #d96500
}

.header__navigation__item__submenu {
    display: none;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    background-color: white;
    padding: 0.9rem;
    justify-content: center;
    top: 60px;
    min-width: 100%;
    font-size: 0.80rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 61rem) {
    .header__navigation__item__submenu {
        top: 82px;
        font-size: 1rem
    }
}

.header__navigation__item__submenu>* {
    flex-grow: 1;
    flex: 1
}

@media screen and (min-width: 48rem) {
    .header__navigation__item:hover .header__navigation__item__submenu,
    .header__navigation__item__submenu.is-open {
        display: block
    }
    .has-mega-menu:hover .header__navigation__item__submenu,
    .has-mega-menu .header__navigation__item__submenu.is-open {
        display: flex;
        width: 100%
    }
}

.header__navigation__item__section-heading {
    background-color: #5eb8ce;
    color: white
}

.header__navigation__item__section-heading a,
.header__navigation__item__section-heading.no-link {
    padding: 1rem 0.4375rem;
    color: white
}

.header__navigation__item__sub-link {
    display: block;
    color: black;
    padding: 0.4375rem
}

.header__navigation__item__sub-link:hover,
.header__navigation__item__sub-link:active {
    background-color: #85c9da;
    color: white
}

.mediagrid {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap
}

.hero-2016 {
    display: block;
    height: 282px;
}