.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}

    .flatpickr-calendar.open, .flatpickr-calendar.inline {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:before, .flatpickr-calendar:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9);
    }

        .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
      /*rtl:begin:ignore*/
            left: 0; /*
      /*rtl:end:ignore*/
        }
        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
      /*rtl:begin:ignore*/
            right: 0; /*
      /*rtl:end:ignore*/
        }
        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
            color: #959ea9;
        }

            .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
            width: 14px;
            height: 14px;
        }

            .flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
                -webkit-transition: fill .1s;
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto;
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%;
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,0.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,0.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,0.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0;
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,0.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%;
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,0.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto;
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,0.5)
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,0.05);
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0;
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,0.05)
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block;
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,0.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,0.9)
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,0.5);
            background: transparent;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: transparent;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0 0;
        outline: none;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto;
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
            outline: none
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,0.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.today {
        border-color: #959ea9;
    }

        .flatpickr-day.today:hover, .flatpickr-day.today:focus {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
        background: #569ff7;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #569ff7
    }

        .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
            border-radius: 50px 0 0 50px
        }

        .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
            border-radius: 0 50px 50px 0
        }

        .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #569ff7;
            box-shadow: -10px 0 0 #569ff7
        }

        .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
            border-radius: 50px
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
        color: rgba(57,57,57,0.3);
        background: transparent;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,0.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left;
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,0.3);
        background: transparent;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left;
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: bold
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: bold;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@charset "UTF-8";

@media print,screen and (min-width:48em) {
    .reveal, .reveal.large, .reveal.small, .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,30%,70%,to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=90em&xxlarge=120em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic
}

b, em, i, strong {
    line-height: inherit
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Work Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        line-height: 0;
        color: #cacaca
    }

.h1, h1 {
    font-size: 1.5rem
}

.h1, .h2, h1, h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2, h2 {
    font-size: 1.25rem
}

.h3, h3 {
    font-size: 1.1875rem
}

.h3, .h4, h3, h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: 1.0625rem
}

.h5, .h6, h5, h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6, h6 {
    font-size: 1rem
}

@media print,screen and (min-width:48em) {
    .h1, h1 {
        font-size: 3rem
    }

    .h2, h2 {
        font-size: 2.5rem
    }

    .h3, h3 {
        font-size: 1.9375rem
    }

    .h4, h4 {
        font-size: 1.5625rem
    }

    .h5, h5 {
        font-size: 1.25rem
    }

    .h6, h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #f5c752;
    text-decoration: none;
    cursor: pointer
}

    a:focus, a:hover {
        color: #f2b927
    }

    a img {
        border: 0
    }

hr {
    clear: both;
    max-width: 120rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl, ol, ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol, ul {
    margin-left: 1.25rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

dl {
    margin-bottom: 1rem
}

    dl dt {
        margin-bottom: .3rem;
        font-weight: 700
    }

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

    blockquote, blockquote p {
        line-height: 1.6;
        color: #8a8a8a
    }

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

    cite:before {
        content: "\2014   "
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    font-weight: 400
}

code, kbd {
    background-color: #e6e6e6;
    font-family: Consolas,Liberation Mono,Courier,monospace;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ol.no-bullet, ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,screen and (min-width:48em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:90em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:120em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

    .xxlarge-text-center {
        text-align: center
    }

    .xxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print, th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

        .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
            content: ""
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width:48em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width:48em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

    .cell.auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .cell.shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.grid-x > .auto, .grid-x > .shrink {
    width: auto
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-full, .grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width:48em) {
    .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-full, .grid-x > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width:64em) {
    .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-full, .grid-x > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {
    .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:120em) {
    .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-full, .grid-x > .xxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333333%
}

.grid-x > .small-2 {
    width: 16.66666667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333333%
}

.grid-x > .small-5 {
    width: 41.66666667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333333%
}

.grid-x > .small-8 {
    width: 66.66666667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333333%
}

.grid-x > .small-11 {
    width: 91.66666667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print,screen and (min-width:48em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333333%
    }

    .grid-x > .medium-2 {
        width: 16.66666667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333333%
    }

    .grid-x > .medium-5 {
        width: 41.66666667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333333%
    }

    .grid-x > .medium-8 {
        width: 66.66666667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333333%
    }

    .grid-x > .medium-11 {
        width: 91.66666667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333333%
    }

    .grid-x > .large-2 {
        width: 16.66666667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333333%
    }

    .grid-x > .large-5 {
        width: 41.66666667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333333%
    }

    .grid-x > .large-8 {
        width: 66.66666667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333333%
    }

    .grid-x > .large-11 {
        width: 91.66666667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-x > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xlarge-shrink {
        width: auto
    }

    .grid-x > .xlarge-1 {
        width: 8.33333333%
    }

    .grid-x > .xlarge-2 {
        width: 16.66666667%
    }

    .grid-x > .xlarge-3 {
        width: 25%
    }

    .grid-x > .xlarge-4 {
        width: 33.33333333%
    }

    .grid-x > .xlarge-5 {
        width: 41.66666667%
    }

    .grid-x > .xlarge-6 {
        width: 50%
    }

    .grid-x > .xlarge-7 {
        width: 58.33333333%
    }

    .grid-x > .xlarge-8 {
        width: 66.66666667%
    }

    .grid-x > .xlarge-9 {
        width: 75%
    }

    .grid-x > .xlarge-10 {
        width: 83.33333333%
    }

    .grid-x > .xlarge-11 {
        width: 91.66666667%
    }

    .grid-x > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .grid-x > .xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xxlarge-shrink {
        width: auto
    }

    .grid-x > .xxlarge-1 {
        width: 8.33333333%
    }

    .grid-x > .xxlarge-2 {
        width: 16.66666667%
    }

    .grid-x > .xxlarge-3 {
        width: 25%
    }

    .grid-x > .xxlarge-4 {
        width: 33.33333333%
    }

    .grid-x > .xxlarge-5 {
        width: 41.66666667%
    }

    .grid-x > .xxlarge-6 {
        width: 50%
    }

    .grid-x > .xxlarge-7 {
        width: 58.33333333%
    }

    .grid-x > .xxlarge-8 {
        width: 66.66666667%
    }

    .grid-x > .xxlarge-9 {
        width: 75%
    }

    .grid-x > .xxlarge-10 {
        width: 83.33333333%
    }

    .grid-x > .xxlarge-11 {
        width: 91.66666667%
    }

    .grid-x > .xxlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,screen and (min-width:48em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,screen and (min-width:48em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333333% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66666667% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333333% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66666667% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333333% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66666667% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333333% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66666667% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
}

@media print,screen and (min-width:48em) {
    .grid-margin-x > .auto, .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-x > .xxlarge-auto, .grid-margin-x > .xxlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xxlarge-1 {
        width: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-2 {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-4 {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-5 {
        width: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-7 {
        width: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-8 {
        width: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-10 {
        width: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-11 {
        width: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-x > .xxlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width:48em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width:48em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x > .cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width:48em) {
    .grid-padding-x > .cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66666667%
}

.small-up-7 > .cell {
    width: 14.28571429%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print,screen and (min-width:48em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66666667%
    }

    .medium-up-7 > .cell {
        width: 14.28571429%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print,screen and (min-width:64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66666667%
    }

    .large-up-7 > .cell {
        width: 14.28571429%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width:90em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }

    .xlarge-up-2 > .cell {
        width: 50%
    }

    .xlarge-up-3 > .cell {
        width: 33.33333333%
    }

    .xlarge-up-4 > .cell {
        width: 25%
    }

    .xlarge-up-5 > .cell {
        width: 20%
    }

    .xlarge-up-6 > .cell {
        width: 16.66666667%
    }

    .xlarge-up-7 > .cell {
        width: 14.28571429%
    }

    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-up-1 > .cell {
        width: 100%
    }

    .xxlarge-up-2 > .cell {
        width: 50%
    }

    .xxlarge-up-3 > .cell {
        width: 33.33333333%
    }

    .xxlarge-up-4 > .cell {
        width: 25%
    }

    .xxlarge-up-5 > .cell {
        width: 20%
    }

    .xxlarge-up-6 > .cell {
        width: 16.66666667%
    }

    .xxlarge-up-7 > .cell {
        width: 14.28571429%
    }

    .xxlarge-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66666667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571429% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print,screen and (min-width:48em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571429% - 1.875rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571429% - 1.875rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571429% - 1.875rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571429% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.28571429% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse, .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

    .small-margin-collapse > .small-1 {
        width: 8.33333333%
    }

    .small-margin-collapse > .small-2 {
        width: 16.66666667%
    }

    .small-margin-collapse > .small-3 {
        width: 25%
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333333%
    }

    .small-margin-collapse > .small-5 {
        width: 41.66666667%
    }

    .small-margin-collapse > .small-6 {
        width: 50%
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333333%
    }

    .small-margin-collapse > .small-8 {
        width: 66.66666667%
    }

    .small-margin-collapse > .small-9 {
        width: 75%
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333333%
    }

    .small-margin-collapse > .small-11 {
        width: 91.66666667%
    }

    .small-margin-collapse > .small-12 {
        width: 100%
    }

@media print,screen and (min-width:48em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66666667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66666667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66666667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66666667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66666667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66666667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66666667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66666667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333333%
    }

    .small-margin-collapse > .xlarge-2 {
        width: 16.66666667%
    }

    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xlarge-4 {
        width: 33.33333333%
    }

    .small-margin-collapse > .xlarge-5 {
        width: 41.66666667%
    }

    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xlarge-7 {
        width: 58.33333333%
    }

    .small-margin-collapse > .xlarge-8 {
        width: 66.66666667%
    }

    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xlarge-10 {
        width: 83.33333333%
    }

    .small-margin-collapse > .xlarge-11 {
        width: 91.66666667%
    }

    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 8.33333333%
    }

    .small-margin-collapse > .xxlarge-2 {
        width: 16.66666667%
    }

    .small-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xxlarge-4 {
        width: 33.33333333%
    }

    .small-margin-collapse > .xxlarge-5 {
        width: 41.66666667%
    }

    .small-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xxlarge-7 {
        width: 58.33333333%
    }

    .small-margin-collapse > .xxlarge-8 {
        width: 66.66666667%
    }

    .small-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xxlarge-10 {
        width: 83.33333333%
    }

    .small-margin-collapse > .xxlarge-11 {
        width: 91.66666667%
    }

    .small-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }

@media print,screen and (min-width:48em) {
    .medium-margin-collapse, .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:48em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66666667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66666667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66666667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66666667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print,screen and (min-width:48em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66666667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66666667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66666667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66666667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66666667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66666667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66666667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66666667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333333%
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.66666667%
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333333%
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.66666667%
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333333%
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.66666667%
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333333%
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.66666667%
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 8.33333333%
    }

    .medium-margin-collapse > .xxlarge-2 {
        width: 16.66666667%
    }

    .medium-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xxlarge-4 {
        width: 33.33333333%
    }

    .medium-margin-collapse > .xxlarge-5 {
        width: 41.66666667%
    }

    .medium-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xxlarge-7 {
        width: 58.33333333%
    }

    .medium-margin-collapse > .xxlarge-8 {
        width: 66.66666667%
    }

    .medium-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xxlarge-10 {
        width: 83.33333333%
    }

    .medium-margin-collapse > .xxlarge-11 {
        width: 91.66666667%
    }

    .medium-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width:48em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse, .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66666667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66666667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66666667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66666667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66666667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66666667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66666667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66666667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66666667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66666667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66666667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66666667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333333%
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.66666667%
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.33333333%
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.66666667%
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.33333333%
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.66666667%
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.33333333%
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.66666667%
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 8.33333333%
    }

    .large-margin-collapse > .xxlarge-2 {
        width: 16.66666667%
    }

    .large-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xxlarge-4 {
        width: 33.33333333%
    }

    .large-margin-collapse > .xxlarge-5 {
        width: 41.66666667%
    }

    .large-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xxlarge-7 {
        width: 58.33333333%
    }

    .large-margin-collapse > .xxlarge-8 {
        width: 66.66666667%
    }

    .large-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xxlarge-10 {
        width: 83.33333333%
    }

    .large-margin-collapse > .xxlarge-11 {
        width: 91.66666667%
    }

    .large-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333333%
    }

    .xlarge-margin-collapse > .small-2 {
        width: 16.66666667%
    }

    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .small-4 {
        width: 33.33333333%
    }

    .xlarge-margin-collapse > .small-5 {
        width: 41.66666667%
    }

    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .small-7 {
        width: 58.33333333%
    }

    .xlarge-margin-collapse > .small-8 {
        width: 66.66666667%
    }

    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .small-10 {
        width: 83.33333333%
    }

    .xlarge-margin-collapse > .small-11 {
        width: 91.66666667%
    }

    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333333%
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.66666667%
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333333%
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.66666667%
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333333%
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.66666667%
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333333%
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.66666667%
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333333%
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.66666667%
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.33333333%
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.66666667%
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.33333333%
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.66666667%
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.33333333%
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.66666667%
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333333%
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66666667%
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333333%
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66666667%
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333333%
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66666667%
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333333%
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66666667%
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333333%
    }

    .xlarge-margin-collapse > .xxlarge-2 {
        width: 16.66666667%
    }

    .xlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333333%
    }

    .xlarge-margin-collapse > .xxlarge-5 {
        width: 41.66666667%
    }

    .xlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333333%
    }

    .xlarge-margin-collapse > .xxlarge-8 {
        width: 66.66666667%
    }

    .xlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333333%
    }

    .xlarge-margin-collapse > .xxlarge-11 {
        width: 91.66666667%
    }

    .xlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xlarge-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse, .xxlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse > .small-1 {
        width: 8.33333333%
    }

    .xxlarge-margin-collapse > .small-2 {
        width: 16.66666667%
    }

    .xxlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .small-4 {
        width: 33.33333333%
    }

    .xxlarge-margin-collapse > .small-5 {
        width: 41.66666667%
    }

    .xxlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .small-7 {
        width: 58.33333333%
    }

    .xxlarge-margin-collapse > .small-8 {
        width: 66.66666667%
    }

    .xxlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .small-10 {
        width: 83.33333333%
    }

    .xxlarge-margin-collapse > .small-11 {
        width: 91.66666667%
    }

    .xxlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse > .medium-1 {
        width: 8.33333333%
    }

    .xxlarge-margin-collapse > .medium-2 {
        width: 16.66666667%
    }

    .xxlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .medium-4 {
        width: 33.33333333%
    }

    .xxlarge-margin-collapse > .medium-5 {
        width: 41.66666667%
    }

    .xxlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .medium-7 {
        width: 58.33333333%
    }

    .xxlarge-margin-collapse > .medium-8 {
        width: 66.66666667%
    }

    .xxlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .medium-10 {
        width: 83.33333333%
    }

    .xxlarge-margin-collapse > .medium-11 {
        width: 91.66666667%
    }

    .xxlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse > .large-1 {
        width: 8.33333333%
    }

    .xxlarge-margin-collapse > .large-2 {
        width: 16.66666667%
    }

    .xxlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .large-4 {
        width: 33.33333333%
    }

    .xxlarge-margin-collapse > .large-5 {
        width: 41.66666667%
    }

    .xxlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .large-7 {
        width: 58.33333333%
    }

    .xxlarge-margin-collapse > .large-8 {
        width: 66.66666667%
    }

    .xxlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .large-10 {
        width: 83.33333333%
    }

    .xxlarge-margin-collapse > .large-11 {
        width: 91.66666667%
    }

    .xxlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 8.33333333%
    }

    .xxlarge-margin-collapse > .xlarge-2 {
        width: 16.66666667%
    }

    .xxlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .xlarge-4 {
        width: 33.33333333%
    }

    .xxlarge-margin-collapse > .xlarge-5 {
        width: 41.66666667%
    }

    .xxlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .xlarge-7 {
        width: 58.33333333%
    }

    .xxlarge-margin-collapse > .xlarge-8 {
        width: 66.66666667%
    }

    .xxlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .xlarge-10 {
        width: 83.33333333%
    }

    .xxlarge-margin-collapse > .xlarge-11 {
        width: 91.66666667%
    }

    .xxlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333333%
    }

    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 16.66666667%
    }

    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333333%
    }

    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 41.66666667%
    }

    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333333%
    }

    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 66.66666667%
    }

    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333333%
    }

    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 91.66666667%
    }

    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:120em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xxlarge-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66666667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66666667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66666667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66666667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66666667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66666667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66666667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66666667% + .625rem)
}

@media print,screen and (min-width:48em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333333% + .9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.66666667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66666667% + .9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333333% + .9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.66666667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66666667% + .9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333333% + .9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.66666667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66666667% + .9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333333% + .9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.66666667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66666667% + .9375rem)
    }
}

@media print,screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .large-offset-1 {
        margin-left: 8.33333333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333333% + .9375rem)
    }

    .large-offset-2 {
        margin-left: 16.66666667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66666667% + .9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .large-offset-4 {
        margin-left: 33.33333333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333333% + .9375rem)
    }

    .large-offset-5 {
        margin-left: 41.66666667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66666667% + .9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .large-offset-7 {
        margin-left: 58.33333333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333333% + .9375rem)
    }

    .large-offset-8 {
        margin-left: 66.66666667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66666667% + .9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .large-offset-10 {
        margin-left: 83.33333333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333333% + .9375rem)
    }

    .large-offset-11 {
        margin-left: 91.66666667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66666667% + .9375rem)
    }
}

@media screen and (min-width:90em) {
    .xlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333333%
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333333% + .9375rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66666667%
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66666667% + .9375rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333333%
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333333% + .9375rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66666667%
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66666667% + .9375rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333333%
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333333% + .9375rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66666667%
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66666667% + .9375rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333333%
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333333% + .9375rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66666667%
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66666667% + .9375rem)
    }
}

@media screen and (min-width:120em) {
    .xxlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333333%
    }

    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(8.33333333% + .9375rem)
    }

    .xxlarge-offset-2 {
        margin-left: 16.66666667%
    }

    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(16.66666667% + .9375rem)
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333333%
    }

    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(33.33333333% + .9375rem)
    }

    .xxlarge-offset-5 {
        margin-left: 41.66666667%
    }

    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(41.66666667% + .9375rem)
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333333%
    }

    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(58.33333333% + .9375rem)
    }

    .xxlarge-offset-8 {
        margin-left: 66.66666667%
    }

    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(66.66666667% + .9375rem)
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333333%
    }

    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(83.33333333% + .9375rem)
    }

    .xxlarge-offset-11 {
        margin-left: 91.66666667%
    }

    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(91.66666667% + .9375rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .grid-y > .cell {
        width: auto;
        max-width: none
    }

    .grid-y > .auto, .grid-y > .shrink {
        height: auto
    }

    .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-full, .grid-y > .small-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

@media print,screen and (min-width:48em) {
    .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-full, .grid-y > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width:64em) {
    .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-full, .grid-y > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {
    .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:120em) {
    .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-full, .grid-y > .xxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333333%
}

.grid-y > .small-2 {
    height: 16.66666667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333333%
}

.grid-y > .small-5 {
    height: 41.66666667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333333%
}

.grid-y > .small-8 {
    height: 66.66666667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333333%
}

.grid-y > .small-11 {
    height: 91.66666667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print,screen and (min-width:48em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333333%
    }

    .grid-y > .medium-2 {
        height: 16.66666667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333333%
    }

    .grid-y > .medium-5 {
        height: 41.66666667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333333%
    }

    .grid-y > .medium-8 {
        height: 66.66666667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333333%
    }

    .grid-y > .medium-11 {
        height: 91.66666667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print,screen and (min-width:64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333333%
    }

    .grid-y > .large-2 {
        height: 16.66666667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333333%
    }

    .grid-y > .large-5 {
        height: 41.66666667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333333%
    }

    .grid-y > .large-8 {
        height: 66.66666667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333333%
    }

    .grid-y > .large-11 {
        height: 91.66666667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-y > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xlarge-shrink {
        height: auto
    }

    .grid-y > .xlarge-1 {
        height: 8.33333333%
    }

    .grid-y > .xlarge-2 {
        height: 16.66666667%
    }

    .grid-y > .xlarge-3 {
        height: 25%
    }

    .grid-y > .xlarge-4 {
        height: 33.33333333%
    }

    .grid-y > .xlarge-5 {
        height: 41.66666667%
    }

    .grid-y > .xlarge-6 {
        height: 50%
    }

    .grid-y > .xlarge-7 {
        height: 58.33333333%
    }

    .grid-y > .xlarge-8 {
        height: 66.66666667%
    }

    .grid-y > .xlarge-9 {
        height: 75%
    }

    .grid-y > .xlarge-10 {
        height: 83.33333333%
    }

    .grid-y > .xlarge-11 {
        height: 91.66666667%
    }

    .grid-y > .xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width:120em) {
    .grid-y > .xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xxlarge-shrink {
        height: auto
    }

    .grid-y > .xxlarge-1 {
        height: 8.33333333%
    }

    .grid-y > .xxlarge-2 {
        height: 16.66666667%
    }

    .grid-y > .xxlarge-3 {
        height: 25%
    }

    .grid-y > .xxlarge-4 {
        height: 33.33333333%
    }

    .grid-y > .xxlarge-5 {
        height: 41.66666667%
    }

    .grid-y > .xxlarge-6 {
        height: 50%
    }

    .grid-y > .xxlarge-7 {
        height: 58.33333333%
    }

    .grid-y > .xxlarge-8 {
        height: 66.66666667%
    }

    .grid-y > .xxlarge-9 {
        height: 75%
    }

    .grid-y > .xxlarge-10 {
        height: 83.33333333%
    }

    .grid-y > .xxlarge-11 {
        height: 91.66666667%
    }

    .grid-y > .xxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,screen and (min-width:48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y > .cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,screen and (min-width:48em) {
    .grid-padding-y > .cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block, .cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

    .cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media print,screen and (min-width:48em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .medium-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .large-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:90em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .xlarge-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:120em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .xxlarge-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,screen and (min-width:48em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:90em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:120em) {
    .grid-y.xxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,screen and (min-width:48em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:120em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,screen and (min-width:48em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,screen and (min-width:48em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print,screen and (min-width:48em) {
    .grid-margin-y > .auto, .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xxlarge-1 {
        height: calc(8.33333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-2 {
        height: calc(16.66666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-4 {
        height: calc(33.33333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-5 {
        height: calc(41.66666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-7 {
        height: calc(58.33333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-8 {
        height: calc(66.66666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-10 {
        height: calc(83.33333333% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-11 {
        height: calc(91.66666667% - 1.875rem)
    }

    .grid-margin-y > .xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,screen and (min-width:48em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width:48em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:120em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #f5c752;
    color: #fefefe
}

    .label.primary {
        background: #f5c752;
        color: #0a0a0a
    }

    .label.secondary {
        background: #767676;
        color: #fefefe
    }

    .label.success {
        background: #3adb76;
        color: #0a0a0a
    }

    .label.warning {
        background: #ffae00;
        color: #0a0a0a
    }

    .label.alert {
        background: #cc4b37;
        color: #fefefe
    }

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
}

    .progress.primary .progress-meter {
        background-color: #f5c752
    }

    .progress.secondary .progress-meter {
        background-color: #767676
    }

    .progress.success .progress-meter {
        background-color: #3adb76
    }

    .progress.warning .progress-meter {
        background-color: #ffae00
    }

    .progress.alert .progress-meter {
        background-color: #cc4b37
    }

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #f5c752
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .slider-fill.is-dragging {
        -webkit-transition: all 0s linear;
        transition: all 0s linear
    }

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #f5c752;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #f2b824
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

    .slider.vertical .slider-fill {
        top: 0;
        width: .5rem;
        max-height: 100%
    }

    .slider.vertical .slider-handle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1.4rem;
        height: 1.4rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle:after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ""
}

input:checked ~ .switch-paddle {
    background: #f5c752
}

    input:checked ~ .switch-paddle:after {
        left: 2.25rem
    }

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

    .switch.tiny .switch-paddle {
        width: 3rem;
        height: 1.5rem;
        font-size: .625rem
    }

        .switch.tiny .switch-paddle:after {
            top: .25rem;
            left: .25rem;
            width: 1rem;
            height: 1rem
        }

    .switch.tiny input:checked ~ .switch-paddle:after {
        left: 1.75rem
    }

.switch.small {
    height: 1.75rem
}

    .switch.small .switch-paddle {
        width: 3.5rem;
        height: 1.75rem;
        font-size: .75rem
    }

        .switch.small .switch-paddle:after {
            top: .25rem;
            left: .25rem;
            width: 1.25rem;
            height: 1.25rem
        }

    .switch.small input:checked ~ .switch-paddle:after {
        left: 2rem
    }

.switch.large {
    height: 2.5rem
}

    .switch.large .switch-paddle {
        width: 5rem;
        height: 2.5rem;
        font-size: 1rem
    }

        .switch.large .switch-paddle:after {
            top: .25rem;
            left: .25rem;
            width: 2rem;
            height: 2rem
        }

    .switch.large input:checked ~ .switch-paddle:after {
        left: 2.75rem
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody, tfoot, thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8
}

tfoot, thead {
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1
}

    tfoot tr, thead tr {
        background: transparent
    }

    tfoot td, tfoot th, thead td, thead th {
        padding: .5rem .625rem .625rem;
        font-weight: 700;
        text-align: left
    }

tbody td, tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

    table.unstriped tbody tr {
        border-bottom: 0;
        border-bottom: 1px solid #f1f1f1;
        background-color: #fefefe
    }

@media screen and (max-width:63.99875em) {
    table.stack tfoot, table.stack thead {
        display: none
    }

    table.stack td, table.stack th, table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #f5c752;
    color: #fefefe
}

    .badge.primary {
        background: #f5c752;
        color: #0a0a0a
    }

    .badge.secondary {
        background: #767676;
        color: #fefefe
    }

    .badge.success {
        background: #3adb76;
        color: #0a0a0a
    }

    .badge.warning {
        background: #ffae00;
        color: #0a0a0a
    }

    .badge.alert {
        background: #cc4b37;
        color: #fefefe
    }

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none
}

    .breadcrumbs:after, .breadcrumbs:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .breadcrumbs:after {
        clear: both
    }

    .breadcrumbs li {
        float: left;
        font-size: .6875rem;
        color: #0a0a0a;
        cursor: default;
        text-transform: uppercase
    }

        .breadcrumbs li:not(:last-child):after {
            position: relative;
            margin: 0 .75rem;
            opacity: 1;
            content: "/";
            color: #cacaca
        }

    .breadcrumbs a {
        color: #f5c752
    }

        .breadcrumbs a:hover {
            text-decoration: underline
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed
    }

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid hsla(0,0%,4%,.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a
}

    .callout > :first-child {
        margin-top: 0
    }

    .callout > :last-child {
        margin-bottom: 0
    }

    .callout.primary {
        background-color: #fef7e5;
        color: #0a0a0a
    }

    .callout.secondary {
        background-color: #eaeaea;
        color: #0a0a0a
    }

    .callout.success {
        background-color: #e1faea;
        color: #0a0a0a
    }

    .callout.warning {
        background-color: #fff3d9;
        color: #0a0a0a
    }

    .callout.alert {
        background-color: #f7e4e1;
        color: #0a0a0a
    }

    .callout.small {
        padding: .5rem
    }

    .callout.large {
        padding: 3rem
    }

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

    .card > :last-child {
        margin-bottom: 0
    }

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

    .card-divider > :last-child {
        margin-bottom: 0
    }

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

    .card-section > :last-child {
        margin-bottom: 0
    }

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

    .dropdown-pane.is-opening {
        display: block
    }

    .dropdown-pane.is-open {
        display: block;
        visibility: visible
    }

    .dropdown-pane.tiny {
        width: 100px
    }

    .dropdown-pane.small {
        width: 200px
    }

    .dropdown-pane.large {
        width: 400px
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

    .pagination:after, .pagination:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination:after {
        clear: both
    }

    .pagination li {
        margin-right: .0625rem;
        border-radius: 0;
        font-size: .875rem;
        display: none
    }

        .pagination li:first-child, .pagination li:last-child {
            display: inline-block
        }

@media print,screen and (min-width:48em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a
}

    .pagination a:hover, .pagination button:hover {
        background: #e6e6e6
    }

.pagination .current {
    padding: .1875rem .625rem;
    background: #f5c752;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

    .pagination .disabled:hover {
        background: transparent
    }

.pagination .ellipsis:after {
    padding: .1875rem .625rem;
    content: "\2026";
    color: #0a0a0a
}

.pagination-previous.disabled:before, .pagination-previous a:before {
    display: inline-block;
    margin-right: .5rem;
    content: "\AB"
}

.pagination-next.disabled:after, .pagination-next a:after {
    display: inline-block;
    margin-left: .5rem;
    content: "\BB"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

    .tooltip, .tooltip:before {
        position: absolute
    }

        .tooltip.bottom:before {
            display: block;
            width: 0;
            height: 0;
            border: .75rem inset;
            content: "";
            border-top-width: 0;
            border-bottom-style: solid;
            border-color: transparent transparent #0a0a0a;
            bottom: 100%
        }

        .tooltip.bottom.align-center:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .tooltip.top:before {
            display: block;
            width: 0;
            height: 0;
            border: .75rem inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #0a0a0a transparent transparent;
            top: 100%;
            bottom: auto
        }

        .tooltip.top.align-center:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .tooltip.left:before {
            display: block;
            width: 0;
            height: 0;
            border: .75rem inset;
            content: "";
            border-right-width: 0;
            border-left-style: solid;
            border-color: transparent transparent transparent #0a0a0a;
            left: 100%
        }

        .tooltip.left.align-center:before {
            bottom: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .tooltip.right:before {
            display: block;
            width: 0;
            height: 0;
            border: .75rem inset;
            content: "";
            border-left-width: 0;
            border-right-style: solid;
            border-color: transparent #0a0a0a transparent transparent;
            right: 100%;
            left: auto
        }

        .tooltip.right.align-center:before {
            bottom: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .tooltip.align-top:before {
            bottom: auto;
            top: 10%
        }

        .tooltip.align-bottom:before {
            bottom: 10%;
            top: auto
        }

        .tooltip.align-left:before {
            left: 10%;
            right: auto
        }

        .tooltip.align-right:before {
            left: auto;
            right: 10%
        }

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed
    }

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #f5c752
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active > .accordion-title:before {
    content: "\2013"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .media-object img {
        max-width: none
    }

@media screen and (max-width:47.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

    .media-object-section:first-child {
        padding-right: 1rem
    }

    .media-object-section:last-child:not(:nth-child(2)) {
        padding-left: 1rem
    }

    .media-object-section > :last-child {
        margin-bottom: 0
    }

@media screen and (max-width:47.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

        .stack-for-small .media-object-section img {
            width: 100%
        }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.orbit, .orbit-container {
    position: relative
}

.orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

    .orbit-slide.no-motionui.is-active {
        top: 0;
        left: 0
    }

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: hsla(0,0%,4%,.5)
}

.orbit-caption, .orbit-next, .orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-next, .orbit-previous {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: hsla(0,0%,4%,.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

    .orbit-bullets button.is-active, .orbit-bullets button:hover {
        background-color: #8a8a8a
    }

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .flex-video.widescreen, .responsive-embed.widescreen {
        padding-bottom: 56.25%
    }

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
}

    .tabs:after, .tabs:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tabs:after {
        clear: both
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto
    }

    .tabs.simple > li > a {
        padding: 0
    }

        .tabs.simple > li > a:hover {
            background: transparent
        }

    .tabs.primary {
        background: #f5c752
    }

        .tabs.primary > li > a {
            color: #0a0a0a
        }

            .tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
                background: #f4c243
            }

.tabs-title {
    float: left
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: .75rem;
        line-height: 1;
        color: #f5c752
    }

[data-whatinput=mouse] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #f2b927
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #f5c752
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .tabs-content.vertical {
        border: 1px solid #e6e6e6;
        border-left: 0
    }

.tabs-panel {
    display: none;
    padding: 1rem
}

    .tabs-panel.is-active {
        display: block
    }

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px hsla(0,0%,4%,.2);
    box-shadow: 0 0 0 1px hsla(0,0%,4%,.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out
}

    a.thumbnail:focus, a.thumbnail:hover {
        -webkit-box-shadow: 0 0 6px 1px rgba(245,199,82,.5);
        box-shadow: 0 0 6px 1px rgba(245,199,82,.5)
    }

    a.thumbnail image {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button, .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .menu.vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.simple {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .menu.simple li + li {
            margin-left: 1rem
        }

        .menu.simple a {
            padding: 0
        }

@media print,screen and (min-width:48em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li, .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width:64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li, .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:90em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li, .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:120em) {
    .menu.xxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxlarge-expanded li, .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a, .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
        margin-right: .25rem
    }

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
        margin-left: .25rem
    }

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu .active > a, .menu .is-active > a {
    background: #f5c752;
    color: #fefefe
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .menu.align-right li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

    .menu.align-right.vertical li .submenu li {
        text-align: right
    }

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu.align-center li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu, .menu-centered > .menu li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu-centered > .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .menu-centered > .menu li .submenu li {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

    .menu-icon:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        -webkit-box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
        box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
        content: ""
    }

    .menu-icon:hover:after {
        background: #cacaca;
        -webkit-box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
        box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer
    }

        .menu-icon.dark:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #0a0a0a;
            -webkit-box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
            content: ""
        }

        .menu-icon.dark:hover:after {
            background: #8a8a8a;
            -webkit-box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
        }

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a, .accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #f5c752 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem
    }

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

    .submenu-toggle:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #f5c752 transparent transparent;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .submenu-toggle[aria-expanded=true]:after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

    .is-drilldown li {
        display: block
    }

    .is-drilldown.animate-height {
        -webkit-transition: height .5s;
        transition: height .5s
    }

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear
}

    .drilldown .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .drilldown .is-drilldown-submenu.is-closing {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .drilldown .is-drilldown-submenu a {
        padding: .7rem 1rem
    }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative
}

    .drilldown .is-drilldown-submenu-parent > a:after {
        position: absolute;
        top: 50%;
        margin-top: -6px
    }

    .drilldown.align-left .is-drilldown-submenu-parent > a:after, .drilldown .is-drilldown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #f5c752;
        right: 1rem
    }

.drilldown.align-left .is-drilldown-submenu-parent > a:after {
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    display: block;
    right: auto;
    left: 1rem
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after, .drilldown .js-drilldown-back > a:before {
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #f5c752 transparent transparent
}

.drilldown .js-drilldown-back > a:before {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #f5c752 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu > li > a {
    padding: .7rem 1rem
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #f5c752
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a:after {
    right: 14px
}

.dropdown.menu.vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #f5c752 transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #f5c752
}

@media print,screen and (min-width:48em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
            display: block;
            width: 0;
            height: 0;
            border: 6px inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #f5c752 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #f5c752 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #f5c752
    }
}

@media print,screen and (min-width:64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
            display: block;
            width: 0;
            height: 0;
            border: 6px inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #f5c752 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a:after {
        right: 14px
    }

    .dropdown.menu.large-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #f5c752 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #f5c752
    }
}

@media screen and (min-width:90em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
            display: block;
            width: 0;
            height: 0;
            border: 6px inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #f5c752 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xlarge-vertical > li > a:after {
        right: 14px
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #f5c752 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #f5c752
    }
}

@media screen and (min-width:120em) {
    .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
            display: block;
            width: 0;
            height: 0;
            border: 6px inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #f5c752 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xxlarge-vertical > li > a:after {
        right: 14px
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #f5c752 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #f5c752
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

    .is-dropdown-menu.vertical.align-right {
        float: right
    }

.is-dropdown-submenu-parent {
    position: relative
}

    .is-dropdown-submenu-parent a:after {
        position: absolute;
        top: 50%;
        right: 5px;
        left: auto;
        margin-top: -6px
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #f5c752 transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #f5c752
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    background: hsla(0,0%,100%,.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer
    }

    .js-off-canvas-overlay.is-overlay-absolute {
        position: absolute
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed
    }

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

    .off-canvas.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px hsla(0,0%,4%,.7);
        box-shadow: 0 0 10px hsla(0,0%,4%,.7)
    }

.off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

    .off-canvas-absolute.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px hsla(0,0%,4%,.7);
        box-shadow: 0 0 10px hsla(0,0%,4%,.7)
    }

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px
}

.off-canvas-content .off-canvas.position-left, .position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px hsla(0,0%,4%,.25);
    box-shadow: inset -13px 0 20px -13px hsla(0,0%,4%,.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px
}

.off-canvas-content .off-canvas.position-right, .position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px hsla(0,0%,4%,.25);
    box-shadow: inset 13px 0 20px -13px hsla(0,0%,4%,.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px
}

.off-canvas-content .off-canvas.position-top, .position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px hsla(0,0%,4%,.25);
    box-shadow: inset 0 -13px 20px -13px hsla(0,0%,4%,.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px
}

.off-canvas-content .off-canvas.position-bottom, .position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px hsla(0,0%,4%,.25);
    box-shadow: inset 0 13px 20px -13px hsla(0,0%,4%,.25)
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .off-canvas-content.has-transition-push, .off-canvas-content .off-canvas.is-open {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

@media print,screen and (min-width:48em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left, .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right, .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top, .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,screen and (min-width:64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left, .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right, .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top, .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width:90em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left, .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right, .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top, .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width:120em) {
    .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left, .position-left.reveal-for-xxlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right, .position-right.reveal-for-xxlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top, .position-top.reveal-for-xxlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-xxlarge .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,screen and (min-width:48em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-medium .close-button {
            display: none
        }
}

@media print,screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-large .close-button {
            display: none
        }
}

@media screen and (min-width:90em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-xlarge.position-bottom, .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-xlarge .close-button {
            display: none
        }
}

@media screen and (min-width:120em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-xxlarge.position-bottom, .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-xxlarge .close-button {
            display: none
        }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll
    }

    html.is-reveal-open body {
        overflow-y: hidden
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: hsla(0,0%,4%,.45)
}

.reveal, .reveal-overlay {
    display: none;
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,screen and (min-width:48em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print,screen and (min-width:48em) {
    .reveal {
        width: 600px;
        max-width: 120rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width:48em) {
    .reveal.tiny {
        width: 30%;
        max-width: 120rem
    }
}

@media print,screen and (min-width:48em) {
    .reveal.small {
        width: 50%;
        max-width: 120rem
    }
}

@media print,screen and (min-width:48em) {
    .reveal.large {
        width: 90%;
        max-width: 120rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:47.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky, .sticky-container {
    position: relative
}

.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .sticky.is-stuck {
        position: fixed;
        z-index: 5;
        width: 100%
    }

        .sticky.is-stuck.is-at-top {
            top: 0
        }

        .sticky.is-stuck.is-at-bottom {
            bottom: 0
        }

    .sticky.is-anchored {
        position: relative;
        right: auto;
        left: auto
    }

        .sticky.is-anchored.is-at-bottom {
            bottom: 0
        }

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: .25rem
    }

.title-bar-left, .title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar, .top-bar ul {
        background-color: #e6e6e6
    }

        .top-bar input {
            max-width: 200px;
            margin-right: 1rem
        }

        .top-bar .input-group-field {
            width: 100%;
            margin-right: 0
        }

        .top-bar input.button {
            width: auto
        }

        .top-bar .top-bar-left, .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

@media print,screen and (min-width:48em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .top-bar .top-bar-left {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: auto
        }

        .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            margin-left: auto
        }
}

@media screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media screen and (max-width:89.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media screen and (max-width:119.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

.top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

.top-bar-title {
    margin: .5rem 1rem .5rem 0
}

.top-bar-left, .top-bar-right, .top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,screen and (min-width:48em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:120em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,screen and (min-width:48em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:120em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:47.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),screen and (min-width:48em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,screen and (min-width:48em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:47.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:47.99875em),screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),screen and (min-width:90em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.99875em),screen and (min-width:120em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:120em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width:119.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width:120em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:119.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal
    }

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1
    }

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        opacity: 0
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg);
        opacity: 0
    }

.slow {
    -webkit-transition-duration: .75s !important;
    transition-duration: .75s !important
}

.fast {
    -webkit-transition-duration: .25s !important;
    transition-duration: .25s !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important;
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important;
    transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important;
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.long-delay {
    -webkit-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,30%,70%,to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake, .spin-ccw, .spin-cw, .wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: .75s !important;
    animation-duration: .75s !important
}

.fast {
    -webkit-animation-duration: .25s !important;
    animation-duration: .25s !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.24,1.245) !important;
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important;
    animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important;
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

body .grid-container {
    padding: 0 80px
}

@media screen and (max-width:119.99875em) {
    body .grid-container {
        padding: 0 32px
    }
}

@media screen and (max-width:47.99875em) {
    body .grid-container {
        padding: 0 25px
    }
}

.hidden {
    visibility: hidden
}

@media screen and (max-width:47.99875em) {
    .space-element-sm-b-large, .space-element-sm-b-xlarge {
        margin-bottom: 30px
    }

    .space-element-sm-b-medium {
        margin-bottom: 20px
    }

    .space-element-sm-b-small {
        margin-bottom: 15px
    }

    .space-element-sm-b-none {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-md-b-xlarge {
        margin-bottom: 50px
    }

    .space-element-md-b-large {
        margin-bottom: 30px
    }

    .space-element-md-b-medium {
        margin-bottom: 20px
    }

    .space-element-md-b-small {
        margin-bottom: 15px
    }

    .space-element-md-b-none {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-lg-b-xlarge {
        margin-bottom: 80px
    }

    .space-element-lg-b-large {
        margin-bottom: 40px
    }

    .space-element-lg-b-medium {
        margin-bottom: 20px
    }

    .space-element-lg-b-small {
        margin-bottom: 10px
    }

    .space-element-lg-b-none {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-xl-b-xlarge {
        margin-bottom: 100px
    }

    .space-element-xl-b-large {
        margin-bottom: 50px
    }

    .space-element-xl-b-medium {
        margin-bottom: 30px
    }

    .space-element-xl-b-small {
        margin-bottom: 15px
    }

    .space-element-xl-b-none {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:120em) {
    .space-element-xxl-b-xlarge {
        margin-bottom: 100px
    }

    .space-element-xxl-b-large {
        margin-bottom: 50px
    }

    .space-element-xxl-b-medium {
        margin-bottom: 30px
    }

    .space-element-xxl-b-small {
        margin-bottom: 15px
    }

    .space-element-xxl-b-none {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-small {
        margin-bottom: 15px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-small {
        margin-bottom: 15px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-small {
        margin-bottom: 10px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-small {
        margin-bottom: 15px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-small {
        margin-bottom: 15px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-small.services {
        padding-bottom: 15px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-small.services {
        padding-bottom: 15px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-small.services {
        padding-bottom: 10px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-small.services {
        padding-bottom: 15px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-small.services {
        padding-bottom: 15px
    }
}

@media screen and (max-width:47.99875em) {
    .main-content ul, .space-element-b-medium {
        margin-bottom: 20px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .main-content ul, .space-element-b-medium {
        margin-bottom: 20px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .main-content ul, .space-element-b-medium {
        margin-bottom: 20px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .main-content ul, .space-element-b-medium {
        margin-bottom: 30px
    }
}

@media screen and (min-width:120em) {
    .main-content ul, .space-element-b-medium {
        margin-bottom: 30px
    }
}

@media screen and (max-width:47.99875em) {
    .main-content ul.services, .space-element-b-medium.services {
        padding-bottom: 20px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .main-content ul.services, .space-element-b-medium.services {
        padding-bottom: 20px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .main-content ul.services, .space-element-b-medium.services {
        padding-bottom: 20px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .main-content ul.services, .space-element-b-medium.services {
        padding-bottom: 30px
    }
}

@media screen and (min-width:120em) {
    .main-content ul.services, .space-element-b-medium.services {
        padding-bottom: 30px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-large {
        margin-bottom: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-large {
        margin-bottom: 30px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-large {
        margin-bottom: 40px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-large {
        margin-bottom: 50px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-large {
        margin-bottom: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-large.services {
        padding-bottom: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-large.services {
        padding-bottom: 30px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-large.services {
        padding-bottom: 40px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-large.services {
        padding-bottom: 50px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-large.services {
        padding-bottom: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-xlarge {
        margin-bottom: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-xlarge {
        margin-bottom: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-xlarge {
        margin-bottom: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-xlarge {
        margin-bottom: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-xlarge {
        margin-bottom: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-xlarge.services {
        padding-bottom: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-xlarge.services {
        padding-bottom: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-xlarge.services {
        padding-bottom: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-xlarge.services {
        padding-bottom: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-xlarge.services {
        padding-bottom: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-xxlarge {
        margin-bottom: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-xxlarge {
        margin-bottom: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-xxlarge {
        margin-bottom: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-xxlarge {
        margin-bottom: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-xxlarge {
        margin-bottom: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-xxlarge.services {
        padding-bottom: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-xxlarge.services {
        padding-bottom: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-xxlarge.services {
        padding-bottom: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-xxlarge.services {
        padding-bottom: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-b-xxlarge.services {
        padding-bottom: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-none {
        margin-bottom: 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-none {
        margin-bottom: 0
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-none {
        margin-bottom: 0
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-none {
        margin-bottom: 0
    }
}

@media screen and (min-width:120em) {
    .space-element-b-none {
        margin-bottom: 0
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-b-none.services {
        padding-bottom: 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-b-none.services {
        padding-bottom: 0
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-b-none.services {
        padding-bottom: 0
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-b-none.services {
        padding-bottom: 0
    }
}

@media screen and (min-width:120em) {
    .space-element-b-none.services {
        padding-bottom: 0
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-small {
        margin-top: 15px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-small {
        margin-top: 15px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-small {
        margin-top: 10px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-small {
        margin-top: 15px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-small {
        margin-top: 15px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-small.services {
        padding-top: 15px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-small.services {
        padding-top: 15px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-small.services {
        padding-top: 10px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-small.services {
        padding-top: 15px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-small.services {
        padding-top: 15px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-medium {
        margin-top: 20px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-medium {
        margin-top: 20px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-medium {
        margin-top: 20px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-medium {
        margin-top: 30px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-medium {
        margin-top: 30px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-medium.services {
        padding-top: 20px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-medium.services {
        padding-top: 20px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-medium.services {
        padding-top: 20px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-medium.services {
        padding-top: 30px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-medium.services {
        padding-top: 30px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-large {
        margin-top: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-large {
        margin-top: 30px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-large {
        margin-top: 40px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-large {
        margin-top: 50px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-large {
        margin-top: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-large.services {
        padding-top: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-large.services {
        padding-top: 30px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-large.services {
        padding-top: 40px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-large.services {
        padding-top: 50px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-large.services {
        padding-top: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-xlarge {
        margin-top: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-xlarge {
        margin-top: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-xlarge {
        margin-top: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-xlarge {
        margin-top: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-xlarge {
        margin-top: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-xlarge.services {
        padding-top: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-xlarge.services {
        padding-top: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-xlarge.services {
        padding-top: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-xlarge.services {
        padding-top: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-xlarge.services {
        padding-top: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-xxlarge {
        margin-top: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-xxlarge {
        margin-top: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-xxlarge {
        margin-top: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-xxlarge {
        margin-top: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-xxlarge {
        margin-top: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-xxlarge.services {
        padding-top: 30px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-xxlarge.services {
        padding-top: 50px
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-xxlarge.services {
        padding-top: 80px
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-xxlarge.services {
        padding-top: 100px
    }
}

@media screen and (min-width:120em) {
    .space-element-t-xxlarge.services {
        padding-top: 100px
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-none {
        margin-top: 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-none {
        margin-top: 0
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-none {
        margin-top: 0
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-none {
        margin-top: 0
    }
}

@media screen and (min-width:120em) {
    .space-element-t-none {
        margin-top: 0
    }
}

@media screen and (max-width:47.99875em) {
    .space-element-t-none.services {
        padding-top: 0
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .space-element-t-none.services {
        padding-top: 0
    }
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .space-element-t-none.services {
        padding-top: 0
    }
}

@media screen and (min-width:90em) and (max-width:119.99875em) {
    .space-element-t-none.services {
        padding-top: 0
    }
}

@media screen and (min-width:120em) {
    .space-element-t-none.services {
        padding-top: 0
    }
}

.space-element-l {
    margin-left: 15px
}

.space-element-r {
    margin-right: 15px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.layer__shadow-top {
    background-image: linear-gradient(180deg,#000 0,rgba(0,0,0,.2) 200px)
}

.layer__background-black {
    background-color: rgba(0,0,0,.15)
}

.layer__background-black--hover:hover {
    background-color: transparent
}

.fadeInLeft-scroll.visible, .fadeInRight-scroll.visible, .fadeInUp-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition: all 1s;
    transition: all 1s
}

.hover-underline {
    position: relative
}

    .hover-underline:after {
        content: "";
        position: absolute;
        height: 1px;
        background: currentColor;
        top: 1.5em;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        right: 0;
        width: 0
    }

    .hover-underline:hover:after {
        left: 0;
        right: auto;
        width: 100%
    }

body {
    background-color: rgba(0,0,0,.6)
}

.main-content {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff
}

[data-fadeup] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation: fadeUp 1s forwards;
    animation: fadeUp 1s forwards
}

[data-delay="400"] {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-delay="600"] {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-delay="800"] {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-delay="1000"] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-delay="1200"] {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-delay="1400"] {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:47.99875em) {
    .sticky-trigger {
        position: absolute;
        top: -200px
    }
}

.external-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .8125rem
}

@media screen and (max-width:89.99875em) {
    .external-nav {
        border-bottom: 1px solid hsla(0,0%,100%,.5);
        padding-right: 1.875rem
    }
}

@media screen and (max-width:47.99875em) {
    .external-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.external-nav__mobile-lang {
    position: fixed;
    top: 20px;
    right: 70px;
    z-index: 2
}

.external-nav__item {
    display: block;
    text-align: right
}

@media screen and (max-width:47.99875em) {
    .external-nav__item {
        text-align: left;
        width: 100%;
        height: 130px
    }
}

.external-nav__item:not(:last-child) {
    padding: 10px 30px;
    border-right: 1px solid hsla(0,0%,100%,.5)
}

@media screen and (max-width:47.99875em) {
    .external-nav__item {
        border-right: 0;
        border-top: 1px solid hsla(0,0%,100%,.5);
        padding: 10px 25px
    }
}

.external-nav__item:last-child {
    padding: 10px 0 10px 30px
}

@media screen and (max-width:89.99875em) {
    .external-nav__item--last {
        position: absolute;
        top: 70px;
        right: 64px
    }
}

@media screen and (max-width:89.99875em) {
    .external-nav__item--one-to-last {
        border-right: 0 !important
    }
}

.external-nav__item--no-border {
    border-right: 0 !important
}

.external-nav__item--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.external-nav__row {
    display: block
}

.external-nav__row--bottom {
    opacity: .6
}

a.external-nav__item:hover {
    color: #fff !important
}

.menu-button {
    width: 64px;
    height: 64px;
    background-color: hsla(0,0%,100%,.2);
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative
}

    .menu-button:active, .menu-button:focus {
        outline: 0;
        border: 0
    }

    .menu-button .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .menu-button .icon--menu {
        opacity: 1;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        width: 25px;
        height: 25px
    }

@media screen and (max-width:47.99875em) {
    .menu-button .icon--menu {
        width: 20px;
        height: 20px
    }
}

.menu-button .icon--close {
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

.menu-button--mobile {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    z-index: 2;
    color: #fff
}

.menu-open .menu-button .icon--menu {
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

.menu-open .menu-button .icon--close {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    z-index: 1;
    height: 100vh;
    overflow: auto;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:47.99875em) {
    .nav-overlay {
        top: 45px;
        padding-bottom: 180px
    }
}

.nav-overlay__content-wrapper {
    min-height: 700px;
    height: 100%;
    position: relative
}

.nav-overlay__content {
    position: absolute
}

.nav-overlay__content--center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -100px
}

@media screen and (max-width:63.99875em) {
    .nav-overlay__content--center {
        margin-top: 0;
        -webkit-transform: none;
        transform: none;
        top: 300px
    }
}

@media screen and (max-width:47.99875em) {
    .nav-overlay__content--center {
        position: relative;
        top: unset;
        margin-top: 80px
    }
}

.nav-overlay__content--bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 80px
}

@media screen and (max-width:89.99875em) {
    .nav-overlay__content--bottom {
        padding-bottom: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .nav-overlay__content--bottom {
        position: relative;
        top: unset;
        margin-top: 50px;
        padding-bottom: 0
    }
}

.menu-open {
    overflow: hidden
}

    .menu-open .nav-overlay {
        opacity: 1;
        pointer-events: all
    }

    .menu-open .secondary-nav {
        margin-right: 94px
    }

@media screen and (max-width:89.99875em) {
    .menu-open .secondary-nav {
        margin-right: 0
    }
}

.main-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__item {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin-bottom: 10px
}

@media screen and (max-width:119.99875em) {
    .main-nav__item {
        margin-bottom: 20px
    }
}

@media screen and (max-width:47.99875em) {
    .main-nav__item {
        margin-bottom: 30px
    }
}

.main-nav__link {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block
}

    .main-nav__link:hover:not(.open-this-submenu) {
        opacity: .6 !important
    }

.main-nav.has-open-submenu .main-nav__link {
    opacity: .2
}

    .main-nav.has-open-submenu .main-nav__link.open-this-submenu {
        opacity: 1
    }

.subnav {
    position: relative
}

.subnav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .subnav__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.subnav__list.visible {
    opacity: 1;
    pointer-events: all
}

    .subnav__list.visible .subnav__item {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.subnav__item {
    line-height: 2.375rem;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .subnav__item {
        width: 50%
    }
}

.secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: .8125rem
}

@media screen and (max-width:47.99875em) {
    .secondary-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.secondary-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
}

@media screen and (max-width:47.99875em) {
    .secondary-nav__list {
        text-align: left;
        margin-bottom: 30px
    }
}

.secondary-nav__item {
    line-height: 2.0625rem
}

@media screen and (max-width:47.99875em) {
    .secondary-nav__item a {
        line-height: 1.35em
    }
}

@media screen and (max-width:47.99875em) {
    .meta-nav {
        margin-bottom: 30px
    }
}

.meta-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:63.99875em) {
    .meta-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.meta-nav__item {
    margin-right: 55px;
    line-height: 2.0625rem
}

    .meta-nav__item:last-child {
        margin-right: 0
    }

.mobile-subnav {
    display: none
}

.mobile-subnav__list {
    list-style: none;
    margin: 0;
    padding: 0 0 30px
}

.mobile-subnav__item {
    margin: 12px 0
}

.field-custom input[type=email], .field-custom input[type=number], .field-custom input[type=password], .field-custom input[type=text], .field-custom select {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    width: 100%
}

    .field-custom input[type=email]::-ms-expand, .field-custom input[type=number]::-ms-expand, .field-custom input[type=password]::-ms-expand, .field-custom input[type=text]::-ms-expand, .field-custom select::-ms-expand {
        display: none
    }

    .field-custom input[type=email]:focus, .field-custom input[type=number]:focus, .field-custom input[type=password]:focus, .field-custom input[type=text]:focus, .field-custom select:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }

.field-custom__radio input[type=radio] {
    position: absolute;
    left: -9999px
}

    .field-custom__radio input[type=radio]:checked + label:before {
        background-image: url("https://www.saratz.ch/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/radio-checked--yellow.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        border: 1px solid #000
    }

.field-custom__radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 0
}

    .field-custom__radio label:before {
        content: "";
        display: inline-block;
        min-width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 50%;
        border: 1px solid #000
    }

        .field-custom__radio label:before:checked + label:before {
            background-image: url("https://www.saratz.ch/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/radio-checked--yellow.svg");
            background-repeat: no-repeat;
            background-position: 50%;
            border: 1px solid #000
        }

.field-custom__checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

    .field-custom__checkbox input[type=checkbox]:checked + label:before {
        background-image: url("https://www.saratz.ch/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/checkbox-checked--yellow.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        border: 1px solid #000
    }

.field-custom__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-left: 0
}

    .field-custom__checkbox label:before {
        content: "";
        display: inline-block;
        min-width: 20px;
        height: 20px;
        margin-right: 10px;
        border: 1px solid grey
    }

.field-custom--background-black input[type=email], .field-custom--background-black input[type=number], .field-custom--background-black input[type=password], .field-custom--background-black input[type=text], .field-custom--background-black select {
    background-color: #000
}

.field-custom--border-bottom input[type=email], .field-custom--border-bottom input[type=number], .field-custom--border-bottom input[type=password], .field-custom--border-bottom input[type=text], .field-custom--border-bottom select {
    border-bottom: 1px solid #000;
    width: 100%
}

    .field-custom--border-bottom input[type=email]:focus, .field-custom--border-bottom input[type=number]:focus, .field-custom--border-bottom input[type=password]:focus, .field-custom--border-bottom input[type=text]:focus, .field-custom--border-bottom select:focus {
        border-bottom: 1px solid #000
    }

.field-custom--borded input[type=email], .field-custom--borded input[type=number], .field-custom--borded input[type=password], .field-custom--borded input[type=text], .field-custom--borded select {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #000
}

    .field-custom--borded input[type=email]:focus, .field-custom--borded input[type=number]:focus, .field-custom--borded input[type=password]:focus, .field-custom--borded input[type=text]:focus, .field-custom--borded select:focus {
        border: 1px solid #000
    }

.field-custom--rounded input[type=email], .field-custom--rounded input[type=number], .field-custom--rounded input[type=password], .field-custom--rounded input[type=text], .field-custom--rounded select {
    border-radius: 5px
}

.field-custom--placeholder-grey ::-webkit-input-placeholder {
    color: grey;
    opacity: 1
}

.field-custom--placeholder-grey :-ms-input-placeholder {
    color: grey;
    opacity: 1
}

.field-custom--placeholder-grey ::-moz-placeholder {
    color: grey;
    opacity: 1
}

.field-custom--placeholder-grey ::-ms-input-placeholder {
    color: grey;
    opacity: 1
}

.field-custom--placeholder-grey ::placeholder {
    color: grey;
    opacity: 1
}

.field-custom--arrow-r-r {
    position: relative
}

    .field-custom--arrow-r-r .newsletter-submit, .field-custom--arrow-r-r:before {
        content: unset;
        position: absolute;
        background-image: url("https://www.saratz.ch/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-r-long--black.svg");
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        border: 0;
        overflow: visible;
        cursor: pointer;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50%
    }

.field-custom--arrow-d-r {
    position: relative
}

    .field-custom--arrow-d-r:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 7px;
        background-image: url("https://www.saratz.ch/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-d--black.svg")
    }

.slider__nav-button, .slides__nav-button {
    width: 66px;
    height: 66px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media screen and (max-width:89.99875em) {
    .slider__nav-button, .slides__nav-button {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:63.99875em) {
    .slider__nav-button, .slides__nav-button {
        width: 45px;
        height: 45px
    }
}

.slider__dots ul, .slides__dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    list-style: none;
    padding-left: 0
}

    .slider__dots ul li, .slides__dots ul li {
        width: 7px;
        height: 7px;
        background-color: grey;
        border-radius: 50%;
        cursor: pointer
    }

        .slider__dots ul li:before, .slides__dots ul li:before {
            display: none;
            content: ""
        }

        .slider__dots ul li a, .slider__dots ul li a:before, .slides__dots ul li a, .slides__dots ul li a:before {
            text-decoration: none
        }

        .slider__dots ul li:not(:last-child), .slides__dots ul li:not(:last-child) {
            margin-right: 5px
        }

        .slider__dots ul li.slick-active, .slides__dots ul li.slick-active {
            width: 10px;
            height: 10px;
            background-color: #fff
        }

.icon {
    width: 15px;
    height: 15px
}

.icon--facebook {
    width: 10px;
    height: 20px
}

.icon--twitter {
    width: 21px;
    height: 16px
}

.icon--instagram {
    width: 21px;
    height: 20px
}

.icon--youtube {
    width: 21px;
    height: 15px
}

.icon--menu-close {
    width: 12px;
    height: 12px
}

.icon--menu-open {
    width: 23px;
    height: 11px
}

.icon--chevron-left, .icon--chevron-right {
    width: 16px;
    height: 9px
}

.icon--color-primary {
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

    .icon--color-primary:hover {
        color: #f5c752
    }

.icon--color-white {
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

    .icon--color-white:hover {
        color: #e7e7e7
    }

.logo {
    max-width: 486px
}

.button {
    padding: 10px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #000;
    color: #000
}

@media screen and (max-width:47.99875em) {
    .button {
        width: 100%
    }
}

.button:hover {
    background-color: #000;
    border: 1px solid #000
}

    .button:hover.button__text, .button:hover .button__text {
        color: #fff
    }

.button--secondary {
    background-color: #000;
    border: 1px solid #000
}

    .button--secondary .button__text {
        color: #fff
    }

    .button--secondary:hover {
        background-color: #f5c752;
        border: 1px solid #f5c752
    }

        .button--secondary:hover .button__text {
            color: #fff
        }

.button--min-width {
    min-width: 200px
}

.button--rounded {
    border-radius: 25px
}

.button--bordered-primary {
    border: 1px solid #000;
    background-color: transparent
}

    .button--bordered-primary:hover {
        border: 1px solid #f5c752
    }

.button--bordered-white {
    border: 1px solid #fff;
    background-color: transparent
}

    .button--bordered-white.button__text, .button--bordered-white .button__text {
        color: #fff
    }

    .button--bordered-white:hover {
        background-color: #f5c752;
        border: 1px solid #f5c752
    }

.button__text {
    font-weight: 700;
    font-size: .8125rem;
    letter-spacing: .1875rem;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button__right-margin {
    margin-right: 15px
}

body {
    font-family: Work Sans,sans-serif;
    font-size: 1rem;
    line-height: 1.25rem
}

@media screen and (max-width:47.99875em) {
    body {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

p {
    font-weight: 400
}

    p a {
        font-weight: 700
    }

a, a:visited {
    color: inherit;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

    a:hover, a:visited:hover {
        color: #f5c752
    }

    a:active {
        color: inherit
    }

        a:active:hover {
            color: #f5c752
        }

.text--h1, h1 {
    font-family: Domine,serif;
    font-weight: 300;
    font-size: 2.8125rem
}

    .text--h1.text--h1-lh, h1.text--h1-lh {
        line-height: 1.4
    }

@media screen and (max-width:89.99875em) {
    .text--h1, h1 {
        font-size: 2.375rem;
        line-height: 2.75rem
    }
}

@media screen and (max-width:47.99875em) {
    .text--h1, h1 {
        font-size: 1.625rem;
        line-height: 2rem
    }
}

.text--h2, h2 {
    font-family: Domine,serif;
    font-size: 2rem;
    line-height: 2.8125rem
}

@media screen and (max-width:89.99875em) {
    .text--h2, h2 {
        font-size: 1.75rem;
        line-height: 2.125rem
    }
}

@media screen and (max-width:47.99875em) {
    .text--h2, h2 {
        font-size: 1.375rem;
        line-height: 1.75rem
    }
}

.text--h3, h3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem
}

@media screen and (max-width:47.99875em) {
    .text--h3, h3 {
        font-size: 1.125rem;
        line-height: 1.375rem
    }
}

.text--h4, h4 {
    font-weight: 700;
    font-size: .9375rem;
    letter-spacing: .25rem
}

@media screen and (max-width:47.99875em) {
    .text--h4, h4 {
        font-size: .9375rem;
        letter-spacing: .15625rem
    }
}

.text--h5, .text--h6, h5, h6 {
    font-weight: 700
}

.text--h6, h6 {
    font-size: .8125rem;
    letter-spacing: .1875rem
}

.main-content ul, ul.list {
    list-style-type: none;
    margin-left: 0
}

.main-content ul, ul.list__line-l {
    padding-left: 15px
}

    .main-content ul li, ul.list__line-l li {
        padding-left: 13px;
        position: relative
    }

        .main-content ul li:before, ul.list__line-l li:before {
            content: "-";
            position: absolute;
            left: 0;
            top: 0
        }

    .main-content ul.slick-dots li {
        padding-left: 0
    }

.text--download {
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    display: block
}

    .text--download:before {
        content: "";
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;
        position: absolute;
        background-image: url("https://www.saratz.ch/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/download.svg");
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: 0 0
    }

    .text--download:not(:last-of-type) {
        margin-bottom: 10px
    }

.text--description {
    font-weight: 700;
    font-size: .8125rem;
    letter-spacing: .1875rem;
    text-transform: uppercase
}

@media screen and (max-width:47.99875em) {
    .text--description {
        font-size: .75rem;
        letter-spacing: .115625rem
    }
}

.text--subdescription {
    opacity: .6;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .1875rem;
    text-transform: uppercase
}

@media screen and (max-width:47.99875em) {
    .text--subdescription {
        font-size: .625rem;
        letter-spacing: .11375rem
    }
}

.text--hero {
    font-family: Domine,serif;
    font-size: 2rem;
    line-height: 2.8125rem
}

@media screen and (max-width:89.99875em) {
    .text--hero {
        font-size: 1.75rem;
        line-height: 2.125rem
    }
}

@media screen and (max-width:47.99875em) {
    .text--hero {
        font-size: 1.375rem;
        line-height: 1.75rem
    }
}

.text--link {
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.375rem
}

.text--price {
    font-size: 700;
    font-weight: .9375rem;
    line-height: 1.375rem
}

.text--big-number {
    font-family: Domine,serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text--small-number {
    font-family: Domine,serif;
    font-size: .9375rem;
    line-height: 1.375rem
}

.text--uppercase {
    text-transform: uppercase
}

.text--right {
    text-align: right
}

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

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

.text--color-black {
    color: #000
}

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

.text--color-grey {
    color: #e7e7e7
}

.text--bold {
    font-weight: 700
}

.text--regular {
    font-weight: 400
}

.divider-line {
    height: 1px;
    width: 100%;
    background-color: #d8d8d8
}

.header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (max-width:89.99875em) {
    .header {
        margin-right: -32px;
        margin-left: -32px;
        height: 160px
    }
}

@media screen and (max-width:47.99875em) {
    .header {
        margin-left: 0;
        margin-right: 0;
        height: 65px;
        border-bottom: 0
    }
}

@media screen and (max-width:89.99875em) {
    .header__logo {
        position: absolute;
        top: 90px;
        left: 64px;
        max-width: 377px
    }
}

@media screen and (max-width:47.99875em) {
    .header__logo {
        max-width: 227px;
        top: 20px;
        left: 10px
    }
}

.scrolled .header {
    background-color: #000
}

@media screen and (max-width:63.99875em) {
    .menu-open .header {
        background-color: #000
    }
}

.menu-open.scrolled .header {
    background-color: transparent
}

@media screen and (max-width:47.99875em) {
    .menu-open.scrolled .header {
        background-color: #000
    }
}

.image-full {
    position: relative
}

@media screen and (max-width:47.99875em) {
    .image-full {
        margin-left: -25px;
        margin-right: -25px
    }
}

.image-full__container-slide {
    position: relative
}

.image-full__slide {
    display: block !important
}

.image-full__container-text {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100px;
    left: 0
}

@media screen and (max-width:89.99875em) {
    .image-full__container-text {
        bottom: 60px
    }
}

@media screen and (max-width:63.99875em) {
    .image-full__container-text {
        bottom: 40px
    }
}

@media screen and (max-width:47.99875em) {
    .image-full__container-text {
        bottom: 30px
    }
}

.image-full__container-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:47.99875em) {
    .image-full__container-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.image-full__container-buttons a:nth-child(2) {
    margin-left: 15px
}

@media screen and (max-width:47.99875em) {
    .image-full__container-buttons a:nth-child(2) {
        margin-left: 0
    }
}

.image-full__image {
    padding-top: 45%;
    width: 100%
}

@media screen and (max-width:119.99875em) {
    .image-full__image {
        padding-top: 55%
    }
}

@media screen and (max-width:89.99875em) {
    .image-full__image {
        padding-top: 43%
    }
}

@media screen and (max-width:63.99875em) {
    .image-full__image {
        padding-top: 62%
    }
}

@media screen and (max-width:47.99875em) {
    .image-full__image {
        padding-top: 125%
    }
}

.image-full .slider__dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 1
}

@media screen and (max-width:47.99875em) {
    .footer {
        text-align: center;
        padding-bottom: 100px;
    }
}

.footer__logo img {
    max-width: 400px
}

@media screen and (max-width:119.99875em) {
    .footer__logo img {
        max-width: 350px
    }
}

@media screen and (max-width:89.99875em) {
    .footer__logo img {
        max-width: 300px
    }
}

.footer__link-line-separator {
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    margin-right: 15px
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:47.99875em) {
    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__item:not(:last-of-type) {
    margin-right: 15px
}

.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px
}

@media screen and (max-width:89.99875em) {
    .footer__link {
        height: 50px
    }
}

@media screen and (max-width:47.99875em) {
    .footer__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

        .footer__link a {
            margin: 7px 0
        }

            .footer__link a:first-of-type {
                margin-top: 20px
            }

            .footer__link a:last-of-type {
                margin-bottom: 20px
            }
}

.footer__link--special a:last-of-type {
    margin-left: 15px
}

@media screen and (max-width:63.99875em) {
    .footer__link--special a:last-of-type {
        margin-left: 10px
    }
}

@media screen and (max-width:47.99875em) {
    .footer__link--special a:last-of-type {
        margin-left: 0
    }
}

.footer__link-item {
    margin-right: 15px
}

@media screen and (max-width:63.99875em) {
    .footer__link-item {
        margin-right: 10px
    }
}

@media screen and (max-width:47.99875em) {
    .footer__link-item {
        margin-right: 0
    }
}

.footer__sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px
}

@media screen and (max-width:89.99875em) {
    .footer__sponsor {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:47.99875em) {
    .footer__sponsor {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .footer__sponsor a {
            margin: 7px 0
        }
}

.footer__sponsor-item:not(:last-of-type) {
    margin-right: 25px
}

@media screen and (max-width:47.99875em) {
    .footer__sponsor-item:not(:last-of-type) {
        margin: 15px 0
    }
}

.footer__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:47.99875em) {
    .footer__review {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__review .wrap-trustscore-widget-iframe {
    height: 50px;
    width: 175px;
    position: relative;
    overflow: hidden;
    margin-top: 15px
}

    .footer__review .wrap-trustscore-widget-iframe iframe {
        max-width: 200px
    }

    .footer__review .wrap-trustscore-widget-iframe .trustscore-widget-iframe {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .footer__review .wrap-trustscore-widget-iframe .link-trustscore-widget-iframe {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

@media screen and (max-width:119.99875em) {
    .social-wall .grid-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.social-wall__item {
    padding-top: 100%;
    width: 100%;
    position: relative;
    background-position: 50%;
    background-size: cover
}

    .social-wall__item:before {
        content: "";
        background-image: url('vhs-assets-css-a8519201a9f1f238219ca33ecd2d6161.svg');
        width: 19px;
        height: 19px;
        position: absolute;
        right: 15px;
        bottom: 15px
    }

.social-wall__top {
    margin-bottom: 1.875rem;
    margin-bottom: 1.25rem
}

    .social-wall__container-button, .social-wall__top .grid-x {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

.social-wall__container-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.intro-page__left {
    position: relative
}

.intro-page__left-image {
    position: absolute;
    top: 100%
}

.header-page {
    position: relative;
    height: 300px
}

.header-page__background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.header-page__container-text {
    position: relative
}

.header-page__text {
    position: absolute;
    left: 0;
    bottom: 50px
}

@media screen and (max-width:89.99875em) {
    .header-page__text {
        bottom: 35px
    }
}

@media screen and (max-width:47.99875em) {
    .header-page__text {
        bottom: 25px
    }
}

.offer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .offer, .offer:active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .offer:hover {
            color: #fff !important
        }

            .offer:hover .offer__image {
                -webkit-transform: scale(1.03);
                transform: scale(1.03)
            }

.offer__content {
    margin-right: 30px;
    font-family: Work Sans,sans-serif;
    text-align: right;
    max-width: 480px
}

@media screen and (max-width:63.99875em) {
    .offer__content {
        max-width: 400px
    }
}

.offer__title {
    font-size: .8125rem
}

.offer__price {
    font-size: .9375rem
}

.offer__image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

    .offer__image img {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)
    }

.services {
    background-color: #f7f7f7;
    padding: 100px 0
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .services p {
        max-width: 75%
    }
}

@media screen and (max-width:89.99875em) {
    .services {
        padding: 80px 0
    }
}

@media screen and (max-width:63.99875em) {
    .services {
        padding: 50px 0
    }
}

@media screen and (max-width:47.99875em) {
    .services {
        padding: 30px 0
    }
}

.services.services-white {
    background-color: #fff
}

@media screen and (min-width:64em) and (max-width:89.99875em) {
    .one-column p, .two-columns p {
        max-width: 75%
    }
}

.form-custom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media screen and (max-width:47.99875em) {
    .form-custom__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form-custom__container-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

    .form-custom__container-buttons a:not(:last-of-type) {
        margin-right: 15px
    }

.form-custom__label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 700
}

.form-custom__item {
    width: 48%;
    display: inline-block;
    vertical-align: top
}

.form-custom__item__block {
    display: block;
    margin-right: 52%
}

.form-custom__item__wide {
    display: block;
    width: 98%;
    margin-right: 2%
}

.form-custom__item:not(:last-of-type) {
    margin-right: 2%
}

@media screen and (max-width:47.99875em) {
    .form-custom__item {
        width: 100% !important
    }
}

.form-custom__item2 {
    width: 100%
}

@media screen and (max-width:47.99875em) {
    .form-custom__item2 {
        width: 100%;
        margin-bottom: 35px
    }
}

.form-custom__item2--full-width {
    width: 100%;
    margin-right: 0 !important
}

.form-custom__item2:first-of-type {
    margin-right: 15px
}

@media screen and (max-width:47.99875em) {
    .form-custom__item2:first-of-type {
        margin-right: 0
    }
}

.form-custom__item-radio:not(:last-of-type) {
    padding-right: 15px
}

.tx-powermail .title-form {
    margin-bottom: 25px
}

.tx-powermail .powermail_form {
    padding-top: 30px
}

.tx-powermail .powermail_legend {
    position: relative;
    padding-right: 10px;
    font-size: 1.15em;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #8e8c8c;
    padding-left: 0;
    padding-bottom: 3px;
    font-family: “Domine”,serif;
    font-size: 1.25rem;
    line-height: 1.375rem
}

.tx-powermail .powermail_select {
    background: transparent
}

    .tx-powermail .powermail_select:focus {
        outline: none
    }

.tx-powermail .powermail_textarea {
    padding: 5px
}

    .tx-powermail .powermail_textarea:focus {
        outline: none
    }

.tx-powermail .mandatory {
    color: red;
    padding-left: 4px
}

.tx-powermail .powermail_textarea {
    max-width: 50%
}

@media screen and (max-width:63.99875em) {
    .tx-powermail .powermail_textarea {
        max-width: 100%
    }
}

.tx-powermail .powermail_fieldwrap_type_submit {
    text-align: right
}

    .tx-powermail .powermail_fieldwrap_type_reset input, .tx-powermail .powermail_fieldwrap_type_submit input {
        cursor: pointer
    }

@media screen and (max-width:47.99875em) {
    .tx-powermail .powermail_fieldwrap_type_reset, .tx-powermail .powermail_fieldwrap_type_submit {
        width: 50% !important;
        margin-right: 0
    }

        .tx-powermail .powermail_fieldwrap_type_reset input, .tx-powermail .powermail_fieldwrap_type_submit input {
            width: 86%
        }
}

.tx-powermail .powermail_fieldwrap_type_reset input, .tx-powermail .powermail_fieldwrap_type_submit input {
    margin-bottom: 15px
}

.tx-powermail .powermail_input.parsley-custom-error-message, .tx-powermail .powermail_input.parsley-error {
    border-color: red
}

.tx-powermail .parsley-errors-list {
    padding-left: 0;
    padding-top: 2px
}

    .tx-powermail .parsley-errors-list .parsley-custom-error-message, .tx-powermail .parsley-errors-list .parsley-required {
        color: red;
        font-size: .9em;
        padding-left: 0
    }

        .tx-powermail .parsley-errors-list .parsley-custom-error-message:before, .tx-powermail .parsley-errors-list .parsley-required:before {
            display: none
        }

.tx-powermail .powermail_fieldwrap_type_check > label.form-custom__label {
    padding-bottom: 15px;
    display: inline-block
}

.wrap-buttons {
    width: 100%;
    margin-top: 30px;
    text-align: right
}

    .wrap-buttons .form-custom__item {
        width: auto
    }

.table-custom table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: .9375rem
}

.table-custom tbody {
    border: 0
}

.table-custom thead {
    border: 0;
    border-bottom: 3px solid #000;
    background-color: transparent;
    letter-spacing: 1.47px
}

.table-custom table caption {
    margin: .5em 0 .75em
}

.table-custom table tr {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d8d8d8
}

.table-custom table td, .table-custom table th {
    padding: 25px 0;
    text-align: left
}

@media screen and (max-width:47.99875em) {
    .table-custom table td, .table-custom table th {
        padding: 20px 0
    }

        .table-custom table td:first-of-type, .table-custom table th:first-of-type {
            padding: 20px 0 7px
        }
}

.table-custom table th {
    letter-spacing: .1em;
    text-transform: uppercase
}

@media screen and (max-width:600px) {
    .table-custom table {
        border: 0
    }

        .table-custom table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .table-custom table tr {
            border-bottom: 3px solid #d8d8d8;
            display: block;
            margin-bottom: .625em
        }

        .table-custom table td {
            border-bottom: 1px solid #d8d8d8;
            display: block;
            text-align: right
        }

            .table-custom table td:first-of-type {
                text-align: center;
                border-bottom: 3px solid #000;
                font-weight: 700;
                text-transform: uppercase
            }

            .table-custom table td:before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase
            }

            .table-custom table td:last-child {
                border-bottom: 0
            }
}

.slides-counter {
    font-family: Domine,serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slides-counter__slide-number {
    display: block
}

.slides-counter__slide-number--active {
    font-size: 1.875rem;
    line-height: 1;
    width: 40px
}

.slides-counter__slide-number--inactive {
    font-size: .9375rem
}

.rooms-list {
    position: relative
}

    .rooms-list a:hover:not(.text--link) {
        color: #000
    }

.rooms-list__image-zoom {
    overflow: hidden
}

.rooms-list__image-zoom--hover {
    position: relative;
    -webkit-transition: transform 2.1s ease-in-out;
    -webkit-transition: -webkit-transform 2.1s ease-in-out;
    transition: -webkit-transform 2.1s ease-in-out;
    transition: transform 2.1s ease-in-out;
    transition: transform 2.1s ease-in-out,-webkit-transform 2.1s ease-in-out
}

    .rooms-list__image-zoom--hover:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

.rooms-list__title {
    -webkit-transform: rotate(-90deg) translateX(-550px);
    transform: rotate(-90deg) translateX(-550px);
    white-space: nowrap
}

@media screen and (max-width:63.99875em) {
    .rooms-list__title {
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:47.99875em) {
    .rooms-list__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px
    }
}

.rooms-list__nav-container {
    position: relative;
    z-index: 1
}

.rooms-list__nav-buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .rooms-list__nav-buttons > :first-of-type {
        margin-right: 15px
    }

.rooms-list__item-left .item-left__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rooms-list__item-left .item-left__buttons > :first-of-type {
        margin-right: 15px
    }

@media screen and (max-width:63.99875em) {
    .rooms-list__item-left .item-left__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.rooms-list__item-right .item-right__container {
    margin-top: 150px
}

@media screen and (max-width:119.99875em) {
    .rooms-list__item-right .item-right__container {
        margin-top: 125px
    }
}

@media screen and (max-width:89.99875em) {
    .rooms-list__item-right .item-right__container {
        margin-top: 100px
    }
}

@media screen and (max-width:63.99875em) {
    .rooms-list__item-right .item-right__container {
        margin-top: 0
    }
}

.rooms-list__item-right .item-right__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rooms-list__item-right .item-right__buttons > :first-of-type {
        margin-right: 15px
    }

@media screen and (max-width:63.99875em) {
    .rooms-list__item-right .item-right__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.list-categories {
    margin-bottom: 40px
}

    .list-categories .button-category {
        padding: 20px;
        background-color: #fff;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        text-align: center;
        border: 1px solid #000;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        margin-bottom: 15px
    }

@media screen and (max-width:63.99875em) {
    .list-categories .button-category {
        padding: 20px 5px;
        letter-spacing: .2px
    }
}

.list-categories .button-category.active, .list-categories .button-category:hover {
    background-color: #000;
    color: #fff
}

.team-member {
    text-align: center
}

@media screen and (max-width:89.99875em) {
    .team-member p {
        max-width: none
    }
}

.team-member img {
    border-radius: 50%;
    min-height: 325px;
    max-width: 325px
}

@media screen and (max-width:89.99875em) {
    .team-member img {
        min-height: 250px;
        max-width: 250px
    }
}

@media screen and (max-width:63.99875em) {
    .team-member img {
        min-height: 150px;
        max-width: 150px
    }
}

@media screen and (max-width:47.99875em) {
    .team-member img {
        min-height: 200px;
        max-width: 200px
    }
}

.offcanvas-booking {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 1
}

.offcanvas-booking__left, .offcanvas-booking__right {
    width: 50%;
    padding: 5px 0;
    text-align: center
}

.offcanvas-booking__left {
    border-right: 1px solid #f2f2f2
}

.intro-teaser {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: relative;
    color: #fff;
    background-color: rgba(0,0,0,.4)
}

.intro-teaser__slide {
    width: 100vw;
    position: relative;
    overflow: hidden;
    height: 100vh
}

.intro-teaser__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-animation: zoomIn 20s alternate infinite linear;
    animation: zoomIn 20s alternate infinite linear;
    pointer-events: none
}

@media screen and (max-width:89.99875em) {
    .intro-teaser__background {
        background-attachment: local
    }
}

.intro-teaser__background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg,#000 0,rgba(0,0,0,.2) 200px);
    z-index: 1
}

.intro-teaser__navigation {
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0,0%,100%,.05);
    font-family: Domine,serif
}

.intro-teaser__navigation-positioner {
    padding: 30px 0;
    height: 170px;
    width: 100%;
    position: relative
}

@media screen and (max-width:63.99875em) {
    .intro-teaser__navigation-positioner {
        padding: 10px 0 30px
    }
}

.intro-teaser__pagination {
    max-width: 50%;
    position: relative;
    z-index: 0
}

.intro-teaser__pagination-item {
    color: inherit;
    margin: 0 15px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

    .intro-teaser__pagination-item:first-child {
        margin-left: 0;
        margin-right: 20px
    }

    .intro-teaser__pagination-item:last-child {
        margin-left: 20px;
        margin-right: 0
    }

    .intro-teaser__pagination-item--arrow, .intro-teaser__pagination-item.active {
        opacity: 1
    }

    .intro-teaser__pagination-item:focus {
        outline: none
    }

.intro-teaser__offer {
    position: absolute;
    bottom: 30px;
    right: 0
}

.intro-teaser__slide-content {
    color: #fff;
    margin-top: 410px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:119.99875em) {
    .intro-teaser__slide-content {
        margin-top: 240px
    }
}

@media screen and (max-width:89.99875em) {
    .intro-teaser__slide-content {
        margin-top: 270px
    }
}

@media screen and (max-width:63.99875em) {
    .intro-teaser__slide-content {
        margin-top: 400px
    }
}

@media screen and (max-width:47.99875em) {
    .intro-teaser__slide-content {
        margin-top: 174px
    }
}

.intro-teaser__mobile-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

    .intro-teaser__mobile-navigation button {
        width: 20px;
        height: 50px
    }

        .intro-teaser__mobile-navigation button .icon {
            width: 20px;
            height: 20px
        }

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.teaser-slider {
    position: relative
}

.teaser-slider__title {
    -webkit-transform: rotate(-90deg) translateX(-550px);
    transform: rotate(-90deg) translateX(-550px);
    white-space: nowrap
}

@media screen and (max-width:63.99875em) {
    .teaser-slider__title {
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:47.99875em) {
    .teaser-slider__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        white-space: unset
    }
}

.teaser-slider__nav-container {
    position: relative;
    z-index: 1
}

.teaser-slider__nav-buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .teaser-slider__nav-buttons > :first-of-type {
        margin-right: 15px
    }

.teaser-slider__item-left .item-left__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .teaser-slider__item-left .item-left__buttons > :first-of-type {
        margin-right: 15px
    }

@media screen and (max-width:63.99875em) {
    .teaser-slider__item-left .item-left__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.teaser-slider__item-right .item-right__container {
    margin-top: 150px
}

@media screen and (max-width:119.99875em) {
    .teaser-slider__item-right .item-right__container {
        margin-top: 125px
    }
}

@media screen and (max-width:89.99875em) {
    .teaser-slider__item-right .item-right__container {
        margin-top: 100px
    }
}

@media screen and (max-width:63.99875em) {
    .teaser-slider__item-right .item-right__container {
        margin-top: 0
    }
}

.teaser-slider__item-right .item-right__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .teaser-slider__item-right .item-right__buttons > :first-of-type {
        margin-right: 15px
    }

@media screen and (max-width:63.99875em) {
    .teaser-slider__item-right .item-right__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.scroll-teaser .image-full__container-text {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    bottom: 300px
}

@media screen and (max-width:89.99875em) {
    .scroll-teaser .image-full__container-text {
        bottom: 60px
    }
}

.scroll-teaser .image-full__image {
    background-attachment: fixed !important
}

@media screen and (max-width:63.99875em) {
    .scroll-teaser .image-full__image {
        background-attachment: local !important
    }
}

.scroll-teaser .image-full__slide {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

    .scroll-teaser .image-full__slide.inview, .scroll-teaser .image-full__slide.inview .image-full__container-text {
        opacity: 1
    }

.simple-teaser:hover, .simple-teaser:visited {
    color: #000 !important
}

.simple-teaser__picture {
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.sb__form-field-label {
    margin-bottom: 5px;
    font-size: 14px
}

.sb-screen-xs .sb__btn--verify {
    font-size: 16px
}

#sb-container li:before {
    display: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    margin-bottom: 8px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #000
}

ul.parsley-errors-list {
    list-style: none;
    margin: 0
}

    ul.parsley-errors-list li {
        color: #f08080
    }

#footerRegisterNewsletter .field-custom {
    max-width: 350px
}

.powermail_input:focus {
    outline: none
}

body #kekschecker.sweetkeks {
    padding: 1em;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 0;
    background: rgba(0,0,0,.88) !important
}

    body #kekschecker.sweetkeks a {
        color: #f5c752 !important
    }

#kekschecker.sweetkeks > p {
    width: 85%;
    margin: 0
}

#kekschecker.sweetkeks > div, #kekschecker.sweetkeks > p {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#kekschecker.sweetkeks > div {
    width: 15%
}

#kekschecker.sweetkeks .button {
    margin: 0;
    border-radius: 0 !important;
    font-weight: 700;
    letter-spacing: .1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#kekschecker.sweetkeks > p, #kekschecker.sweetkeks a {
    line-height: 1.58em;
    font-weight: 400
}

#kekschecker.sweetkeks .button, #kekschecker.sweetkeks > p, #kekschecker.sweetkeks a {
    font-size: 12px;
    font-family: Verdana,Geneva,sans-serif;
    letter-spacing: 0
}

#showlegal, #showlegalfooter {
    text-decoration: underline
}

@media (max-width:1000px) {
    #kekschecker.sweetkeks > p {
        width: 75%
    }

    #kekschecker.sweetkeks > div {
        width: 25%
    }
}

@media (max-width:500px) {
    #kekschecker.sweetkeks > p {
        width: 100%
    }

    #kekschecker.sweetkeks > div {
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center
    }

    #kekschecker.sweetkeks .button {
        margin: 0 auto;
        width: 80%
    }
}

.invertedkeks {
    background: #fff !important;
    color: #000 !important
}

#kekschecker {
    position: fixed;
    border: 1px solid rgba(0,0,0,.2);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1400px;
    z-index: 9999999;
    padding: 2em;
    width: 100%;
    background: #fff;
    display: none
}

    #kekschecker, #kekschecker .button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        #kekschecker .button {
            text-align: center;
            padding: 0 1.5em;
            display: inline-block;
            padding: 16px 20px;
            background-color: #f5c752;
            border-radius: 0;
            color: #000;
            font-weight: 700 !important;
            cursor: pointer;
            font-size: 1rem;
            line-height: 1.125rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            #kekschecker .button:hover {
                color: #000
            }

.cookieright {
    float: right
}

#infotext {
    display: none
}

    #infotext.show {
        display: block;
        position: fixed;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 999999999999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.95)
    }

        #infotext.show > div {
            background: #fff;
            padding: 4em 2em;
            max-width: 800px;
            margin: auto;
            float: none;
            overflow: visible;
            position: relative
        }

#closer {
    position: absolute;
    top: 20px;
    right: 20px;
    background: inherit;
    cursor: pointer;
    cursor: hand;
    text-indent: -100px;
    border-radius: 40px;
    border: 1px solid #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    #closer:hover {
        border: 1px solid #5e5e5e;
        background-color: rgba(42,44,45,.08)
    }

        #closer:hover:after, #closer:hover:before {
            background: #000
        }

    #closer:after, #closer:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 60%;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        background: #5e5e5e;
        margin-left: -12px
    }

    #closer:before {
        transform: rotate(45deg) scale(1) skew(1deg) translate(0);
        -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
        -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
        -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0);
        -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0)
    }

    #closer:after {
        transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
        -webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
        -moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
        -o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0);
        -ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0)
    }

#showlegal {
    text-decoration: underline
}

#disclaimershow h2, #disclaimershow h4, #disclaimershow h5, #infotext h2, #infotext h4, #infotext h5 {
    color: #000
}

@media (max-width:500px) {
    span.button {
        clear: both;
        margin: .5em 0;
        float: none;
        width: 100%;
        margin-top: 1em
    }

    #kekschecker a, #kekschecker p {
        line-height: 1.3em
    }
}

.spot-social-c {
    position: relative;
    margin-bottom: 150px
}

    .spot-social-c .c-aggregator {
        width: 100%;
        margin: 0 auto
    }

        .spot-social-c .c-aggregator .c-aggregator-header {
            padding: 15px
        }

            .spot-social-c .c-aggregator .c-aggregator-header h2 {
                color: #466056;
                font-size: 1.75rem
            }

        .spot-social-c .c-aggregator .c-aggregator__item__provider-icon {
            position: absolute;
            top: 25px;
            left: 25px;
            width: 40px
        }

            .spot-social-c .c-aggregator .c-aggregator__item__provider-icon object {
                max-width: 40px;
                max-height: 40px
            }

        .spot-social-c .c-aggregator .c-aggregator-toolbar {
            padding: 0 0 60px;
            text-align: center
        }

        .spot-social-c .c-aggregator .c-aggregator-container {
            position: relative;
            z-index: 1;
            margin: -15px
        }

        .spot-social-c .c-aggregator .c-aggregator__filters {
            display: inline-table;
            width: auto;
            height: 75px;
            margin-bottom: 20px
        }

            .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter {
                display: table-cell;
                vertical-align: middle;
                padding: 0 4px
            }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--any a {
                    font-size: 1.1em
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--facebook-event svg, .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--facebook-post svg {
                    width: 13px
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--facebook-event a.is-active, .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--facebook-post a.is-active {
                    background-color: #3b5998
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--twitter-post svg {
                    width: 25px
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--twitter-post a.is-active {
                    background-color: #55acee
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--google-post a.is-active {
                    background-color: #ad4c3c
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--google-video a.is-active {
                    background-color: #ba0911
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--instagram-image svg {
                    width: 25px
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--instagram-image a.is-active {
                    background-color: #3f729b
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--tumblr-post a.is-active {
                    background-color: #35465c
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--pinterest-pint a.is-active {
                    background-color: #c72527
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter.c-aggregator__filter--news-laureaten a.is-active {
                    background-color: #000
                }

                .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter a {
                    display: block;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    background-color: transparent;
                    color: #0a0a0a;
                    text-decoration: none;
                    font-size: .8125rem;
                    text-transform: uppercase;
                    -webkit-transition: .3s;
                    transition: .3s;
                    border-radius: 50%;
                    overflow: hidden;
                    text-align: center
                }

@media screen and (max-width:47.99875em) {
    .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter a svg {
    display: inline;
    height: 100%
}

    .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter a svg path {
        fill: #0a0a0a
    }

.spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter a.is-active {
    background-color: #000;
    color: #fefefe
}

    .spot-social-c .c-aggregator .c-aggregator__filters .c-aggregator__filter a.is-active svg path {
        fill: #fefefe
    }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item-wrap {
    border: 1px solid #f2f2f2
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item {
    float: left;
    width: 33.3334%;
    color: #333
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item__message {
    font-size: 1rem !important
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item-instagram .counters .types .type .icon svg path {
    fill: #0a0a0a
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item.c-aggregator__item-news .c-aggregator__item-body {
    text-align: left
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item.open {
    width: 66.6666%
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item.open .hidden {
        display: block !important;
        visibility: visible !important
    }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item a {
    text-decoration: none;
    padding: 0 !important;
    color: #333
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item a:before {
        display: none !important
    }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item-wrap {
    margin: 0 15px 30px;
    -webkit-transition: -webkit-box-shadow .4s ease-in;
    transition: -webkit-box-shadow .4s ease-in;
    transition: box-shadow .4s ease-in;
    transition: box-shadow .4s ease-in,-webkit-box-shadow .4s ease-in;
    background: #fefefe
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item-wrap:hover {
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.2)
    }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__head {
    position: relative;
    z-index: 1;
    min-height: 65px
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__body {
    position: relative;
    z-index: 1;
    padding: 25px;
    font-size: .9375rem;
    overflow: hidden
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__picture img {
    width: 100%
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .provider {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 18px 0
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .provider svg {
        display: inline-block;
        height: 14px;
        width: auto
    }

        .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .provider svg path {
            fill: #0a0a0a
        }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__profile .c-aggregator__item__profile-picture {
    display: none
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__profile .c-aggregator__item__profile-picture img {
        display: inline-block;
        max-width: 48px;
        border-radius: 50%;
        position: absolute;
        top: -24px;
        left: 12px
    }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__profile .c-aggregator__item__profile-name {
    padding: 8px 0;
    font-weight: 700
}

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__date {
    padding: 0 0 8px
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__item__date .c-aggregator__item__date-created {
        color: #555b5f;
        font-size: .75rem
    }

.spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters {
    color: #363d42
}

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters:after, .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters:after {
        clear: both
    }

    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type {
        float: left;
        padding: 18px 15px 18px 0;
        height: 50px;
        margin-right: 15px
    }

        .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type__icon {
            height: 14px;
            display: block;
            float: left;
            margin-right: 3px;
            margin-top: 3px
        }

            .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type__icon svg {
                display: block;
                height: 100%;
                width: auto;
                fill: #363d42
            }

                .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type__icon svg path {
                    fill: #363d42
                }

        .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item .c-aggregator__counters .c-aggregator__types .c-aggregator__type .c-aggregator__type__value {
            display: block;
            float: left;
            color: #0a0a0a;
            height: 24px;
            font-size: .75rem;
            line-height: 17px;
            margin-left: 8px
        }

@media screen and (max-width:63.99875em) {
    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item {
        width: 50%
    }
}

@media screen and (max-width:47.99875em) {
    .spot-social-c .c-aggregator .c-aggregator__items .c-aggregator__item {
        width: 100%
    }
}

.js-aggregator__item__picture-img {
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

    .js-aggregator__item__picture-img.loaded {
        opacity: 1
    }
/* latin-ext */
@font-face {
    font-family: 'Domine';
    font-style: normal;
    font-weight: 400;
    src: local('Domine'), local('Domine-Regular'), url(https://fonts.gstatic.com/s/domine/v7/L0x8DFMnlVwD4h3htfqnZypEi0K3.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Domine';
    font-style: normal;
    font-weight: 400;
    src: local('Domine'), local('Domine-Regular'), url(https://fonts.gstatic.com/s/domine/v7/L0x8DFMnlVwD4h3hu_qnZypEiw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Domine';
    font-style: normal;
    font-weight: 700;
    src: local('Domine Bold'), local('Domine-Bold'), url(https://fonts.gstatic.com/s/domine/v7/L0x_DFMnlVwD4h3pAN-yRAhJoXi-X4KC.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Domine';
    font-style: normal;
    font-weight: 700;
    src: local('Domine Bold'), local('Domine-Bold'), url(https://fonts.gstatic.com/s/domine/v7/L0x_DFMnlVwD4h3pAN-ySghJoXi-Xw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4X8lthNy_r-K7mV.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4X8mNhNy_r-Kw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.header__external-nav a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.sb {
    height: 340px !important;
}

@media (min-width: 1033px) {
    .sb-portal-hotel-card {
        height: 340px !important;
    }
}

.portal-hotels-map {
    height: 340px !important;
}

.offcanvas-booking {
    z-index: 2;
}

.main-content ul li, ul.list__line-l li {
    padding-left: 0;
}

.main-content ul li:before, ul.list__line-l li:before {
    content: none;
}

.SBCSS_Disp, .SBCSS_DispWE {
    background-color: #61b361 !important;
}

.sb-portal-hotel-card__reputation {
    display: none;
}

