@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

html {
    background: #f7f6f5;
    color: #555;
    font: 300 16px/1.5 Museo,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

    a:active, a:hover {
        outline: 0
    }

a, .f-link {
    color: #171b25;
    cursor: pointer;
    text-decoration: none
}

    a:hover, .f-link:hover {
        color: #030406;
        text-decoration: underline
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    background-color: #ddd;
    border: 1px solid #c4c3c3;
    color: #d05;
    font-family: Consolas,monospace,serif;
    font-size: 14px;
    padding: 0 4px;
    white-space: nowrap
}

em {
    color: inherit
}

ins {
    background: #ffa;
    color: #555;
    text-decoration: none
}

mark {
    background: #ffa;
    color: #555
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, canvas, img, svg, video {
    box-sizing: border-box;
    max-width: 100%
}

    audio, canvas, img, svg:not([height]), video {
        height: auto
    }

.f-img-preserve, .f-img-preserve audio, .f-img-preserve canvas, .f-img-preserve img, .f-img-preserve svg, .f-img-preserve video {
    max-width: none
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

blockquote, figure {
    margin: 0
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 20px
}

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 20px
}

h1, h2, h3, h4, h5, h6 {
    color: #171b25;
    font-family: Museo,sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase
}

    h1 > .material-icons, h2 > .material-icons, h3 > .material-icons, h4 > .material-icons, h5 > .material-icons, h6 > .material-icons {
        font-size: inherit
    }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 30px
}

h1, .f-h1 {
    font-size: 1.625rem;
    line-height: 1.2
}

@media screen and (min-width: 480px) {
    h1, .f-h1 {
        font-size: calc(26px + 10 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    h1, .f-h1 {
        font-size: 2.25rem
    }
}

h2, .f-h2 {
    font-size: 1.25rem;
    line-height: 1.3
}

@media screen and (min-width: 480px) {
    h2, .f-h2 {
        font-size: calc(20px + 4 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    h2, .f-h2 {
        font-size: 1.5rem
    }
}

h3, .f-h3 {
    font-size: 1.125rem;
    line-height: 1.4
}

h4, .f-h4 {
    font-size: 1rem;
    line-height: 1.4
}

h5, .f-h5 {
    font-size: .875rem;
    line-height: 1.4
}

h6, .f-h6 {
    font-size: .75rem;
    line-height: 1.5
}

ul, ol {
    padding-left: 30px
}

    ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
        margin: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    box-sizing: content-box;
    height: 0;
    margin: 20px 0
}

address {
    font-style: normal
}

blockquote {
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    padding-left: 10px
}

pre {
    background: #ddd;
    color: #555;
    font: 300 12px/18px Consolas,monospace,serif;
    overflow: auto;
    padding: 10px;
    tab-size: 4
}

::-moz-selection {
    background: #171b25;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #171b25;
    color: #fff;
    text-shadow: none
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none
}

[hidden], template {
    display: none
}

iframe {
    border: 0
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: device-width
    }
}

.f-border-bottom {
    border-bottom: 1px solid #ddd
}

.f-border-radius {
    border-radius: 4px;
    overflow: hidden
}

.f-border-radius-medium {
    border-radius: 8px;
    overflow: hidden
}

.f-padding-xsmall-bottom {
    padding-bottom: 5px !important
}

.f-padding-xsmall-top {
    padding-top: 5px !important
}

.f-margin-xsmall-top {
    margin-top: 4px !important
}

@media screen and (min-width: 480px) {
    .f-flex-small {
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .f-flex-medium {
        display: flex
    }

    .f-width-medium-auto {
        width: auto !important
    }
}

@media screen and (max-width: 959.99px) {
    .f-padding-remove-mobile {
        padding: 0 !important
    }
}

@media screen and (min-width: 960px) {
    .f-flex-large {
        display: flex
    }
}

@media screen and (min-width: 1220px) {
    .f-padding-remove-xlarge {
        padding: 0 !important
    }
}

.f-cover-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.f-cover {
    overflow: hidden
}

.f-cover-object {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

[data-f-cover] {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%)
}

.f-flex {
    display: flex
}

    .f-flex > .f-container {
        width: 100%
    }

    .f-flex:before, .f-flex:after {
        display: none !important
    }

.f-flex-inline {
    display: inline-flex
}

    .f-flex > *, .f-flex-inline > * {
        -ms-flex-negative: 1
    }

.f-flex-top {
    align-items: flex-start
}

.f-flex-middle {
    align-items: center
}

.f-flex-bottom {
    align-items: flex-end
}

.f-flex-center {
    justify-content: center
}

.f-flex-right {
    justify-content: flex-end
}

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

.f-flex-space-around {
    justify-content: space-around
}

.f-flex-self-bottom {
    align-self: flex-end
}

.f-flex-self-top {
    align-self: flex-start
}

.f-flex-self-middle {
    align-self: center
}

.f-flex-self-baseline {
    align-self: baseline
}

.f-flex-self-left {
    margin-right: auto
}

.f-flex-self-right {
    margin-left: auto
}

.f-flex-self-to-top {
    margin-bottom: auto
}

.f-flex-self-to-bottom {
    margin-top: auto
}

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

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

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

.f-flex-nowrap {
    flex-wrap: nowrap
}

.f-flex-wrap {
    flex-wrap: wrap
}

.f-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.f-flex-wrap-top {
    align-content: flex-start
}

.f-flex-wrap-middle {
    align-content: center
}

.f-flex-wrap-bottom {
    align-content: flex-end
}

.f-flex-wrap-space-between {
    align-content: space-between
}

.f-flex-wrap-space-around {
    align-content: space-around
}

.f-flex-grow > * {
    flex-grow: 1
}

.f-flex-order-first {
    order: -1
}

.f-flex-order-last {
    order: 99
}

@media screen and (max-width: 766.99px) {
    .f-flex-order-first-small {
        order: -1
    }

    .f-flex-order-last-small {
        order: 99
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .f-flex-order-first-medium {
        order: -1
    }

    .f-flex-order-last-medium {
        order: 99
    }
}

@media screen and (min-width: 960px) and (max-width: 1220px) {
    .f-flex-order-first-large {
        order: -1
    }

    .f-flex-order-last-large {
        order: 99
    }
}

@media screen and (min-width: 1220px) {
    .f-flex-order-first-xlarge {
        order: -1
    }

    .f-flex-order-last-xlarge {
        order: 99
    }
}

.f-flex-item-none {
    flex: none
}

.f-flex-item-auto {
    flex: auto;
    -ms-flex-negative: 1
}

.f-flex-item-1 {
    flex: 1 1 auto
}

.ie9 .f-flex-fix {
    display: table;
    table-layout: fixed;
    width: 100%
}

.ie9 .f-flex:not(.f-container), .ie9 .f-flex-inline:not(.f-container) {
    display: table-row
}

    .ie9 .f-flex:not(.f-container) > *, .ie9 .f-flex-inline:not(.f-container) > * {
        display: table-cell
    }

.f-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 10px
}

    .f-container:before, .f-container:after {
        content: '';
        display: table
    }

    .f-container:after {
        clear: both
    }

@media (min-width: 1220px) {
    .f-container {
        max-width: 1312px;
        padding: 0 30px
    }
}

.f-container-center {
    margin-left: auto;
    margin-right: auto
}

.f-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    margin-left: -20px;
    padding: 0
}

    .f-grid:before, .f-grid:after {
        content: '';
        display: block;
        overflow: hidden
    }

    .f-grid:after {
        clear: both
    }

    .f-grid.f-grid-auto {
        margin-top: -20px
    }

        .f-grid.f-grid-auto > * {
            padding-top: 20px
        }

    .f-grid > * {
        flex: none;
        float: left;
        margin: 0;
        padding-left: 20px
    }

        .f-grid > * > * > :last-child {
            margin-bottom: 0
        }

        .f-grid + .f-grid, .f-grid-margin, .f-grid > * > .f-panel + .f-panel {
            margin-top: 20px
        }

@media (min-width: 1220px) {
    .f-grid {
        margin-left: -30px
    }

        .f-grid.f-grid-auto {
            margin-top: -30px
        }

            .f-grid.f-grid-auto > * {
                padding-top: 30px
            }

        .f-grid > * {
            padding-left: 30px
        }

            .f-grid + .f-grid, .f-grid-margin, .f-grid > * > .f-panel + .f-panel {
                margin-top: 30px
            }
}

.f-grid-collapse {
    margin-left: 0
}

    .f-grid-collapse.f-grid-auto {
        margin-top: 0
    }

        .f-grid-collapse.f-grid-auto > * {
            padding-top: 0
        }

    .f-grid-collapse > * {
        padding-left: 0
    }

        .f-grid-collapse + .f-grid-collapse, .f-grid-collapse > .f-grid-margin, .f-grid-collapse > * > .f-panel + .f-panel {
            margin-top: 0
        }

.f-grid-small {
    margin-left: -10px
}

    .f-grid-small.f-grid-auto {
        margin-top: -10px
    }

        .f-grid-small.f-grid-auto > * {
            padding-top: 10px
        }

    .f-grid-small > * {
        padding-left: 10px
    }

        .f-grid-small + .f-grid-small, .f-grid-small > .f-grid-margin, .f-grid-small > * > .f-panel + .f-panel {
            margin-top: 10px
        }

.f-grid-medium {
    margin-left: -20px
}

    .f-grid-medium.f-grid-auto {
        margin-top: -20px
    }

        .f-grid-medium.f-grid-auto > * {
            padding-top: 20px
        }

    .f-grid-medium > * {
        padding-left: 20px
    }

        .f-grid-medium + .f-grid-medium, .f-grid-medium > .f-grid-margin, .f-grid-medium > * > .f-panel + .f-panel {
            margin-top: 20px
        }

.f-grid-auto + .f-grid-auto {
    margin-top: 0
}

@media (min-width: 768px) {
    .f-grid-divider:not(:empty) {
        margin-left: -20px;
        margin-right: -20px
    }

    .f-grid-divider > * {
        padding-left: 20px;
        padding-right: 20px
    }

    .f-grid-divider:not(.f-grid-auto) > [class*='f-width-1-']:not(.f-width-1-1):nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-2-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-3-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-4-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-5-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-6-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-7-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-8-']:nth-child(n+2), .f-grid-divider:not(.f-grid-auto) > [class*='f-width-9-']:nth-child(n+2) {
        border-left: 1px solid #ddd
    }

    .f-grid-divider:not(.f-grid-auto) > [class*='f-width-medium-']:not(.f-width-medium-1-1):nth-child(n+2) {
        border-left: 1px solid #ddd
    }

    .f-grid-divider.f-grid-auto > [class*='f-width-1-']:not(.f-width-1-1):nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-2-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-3-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-4-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-5-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-6-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-7-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-8-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-9-']:nth-child(n+2), .f-grid-divider.f-grid-auto > [class*='f-width-medium-']:not(.f-width-medium-1-1):nth-child(n+2) {
        position: relative
    }

        .f-grid-divider.f-grid-auto > [class*='f-width-1-']:not(.f-width-1-1):nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-2-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-3-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-4-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-5-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-6-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-7-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-8-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-9-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-medium-']:not(.f-width-medium-1-1):nth-child(n+2):before {
            border-left: 1px solid #ddd;
            content: '';
            height: calc(100% - 20px);
            left: 0;
            position: absolute;
            top: 20px
        }
}

@media (min-width: 960px) {
    .f-grid-divider:not(.f-grid-auto) > [class*='f-width-large-']:not(.f-width-large-1-1):nth-child(n+2) {
        border-left: 1px solid #ddd
    }

    .f-grid-divider.f-grid-auto > [class*='f-width-large-']:not(.f-width-large-1-1):nth-child(n+2) {
        position: relative
    }

        .f-grid-divider.f-grid-auto > [class*='f-width-large-']:not(.f-width-large-1-1):nth-child(n+2):before {
            border-left: 1px solid #ddd;
            content: '';
            height: calc(100% - 20px);
            left: 0;
            position: absolute;
            top: 20px
        }
}

@media (min-width: 1220px) {
    .f-grid-divider:not(:empty) {
        margin-left: -30px;
        margin-right: -30px
    }

    .f-grid-divider > * {
        padding-left: 30px;
        padding-right: 30px
    }

    .f-grid-divider:empty {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .f-grid-divider.f-grid-auto > [class*='f-width-1-']:not(.f-width-1-1):nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-2-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-3-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-4-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-5-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-6-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-7-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-8-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-9-']:nth-child(n+2):before, .f-grid-divider.f-grid-auto > [class*='f-width-medium-']:not(.f-width-medium-1-1):nth-child(n+2):before {
        height: calc(100% - 30px);
        top: 30px
    }
}

.f-grid-divider:empty {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 20px
}

.f-grid-match > * {
    display: flex;
    flex-wrap: wrap
}

    .f-grid-match > * > * {
        box-sizing: border-box;
        flex: none;
        width: 100%
    }

[class*='f-grid-width'] > * {
    box-sizing: border-box;
    width: 100%
}

[class*='f-width'] {
    box-sizing: border-box;
    width: 100%
}

[class*='f-push-'], [class*='f-pull-'] {
    position: relative
}

.f-grid-width-1-1 > * {
    width: 100%
}

.f-grid-width-1-2 > * {
    width: 50%
}

.f-grid-width-1-3 > * {
    width: 33.3333333333%
}

.f-grid-width-2-3 > * {
    width: 66.6666666667%
}

.f-grid-width-1-4 > * {
    width: 25%
}

.f-grid-width-3-4 > * {
    width: 75%
}

.f-grid-width-1-5 > * {
    width: 20%
}

.f-grid-width-2-5 > * {
    width: 40%
}

.f-grid-width-3-5 > * {
    width: 60%
}

.f-grid-width-4-5 > * {
    width: 80%
}

.f-grid-width-1-6 > * {
    width: 16.6666666667%
}

.f-grid-width-5-6 > * {
    width: 83.3333333333%
}

.f-grid-width-1-8 > * {
    width: 12.5%
}

.f-grid-width-3-8 > * {
    width: 37.5%
}

.f-grid-width-5-8 > * {
    width: 62.5%
}

.f-grid-width-7-8 > * {
    width: 87.5%
}

.f-grid-width-1-12 > * {
    width: 8.3333333333%
}

.f-grid-width-5-12 > * {
    width: 41.6666666667%
}

.f-grid-width-7-12 > * {
    width: 58.3333333333%
}

.f-grid-width-11-12 > * {
    width: 91.6666666667%
}

.f-width-1-1 {
    width: 100%
}

.f-width-1-2 {
    width: 50%
}

.f-width-1-3 {
    width: 33.3333333333%
}

.f-width-2-3 {
    width: 66.6666666667%
}

.f-width-1-4 {
    width: 25%
}

.f-width-3-4 {
    width: 75%
}

.f-width-1-5 {
    width: 20%
}

.f-width-2-5 {
    width: 40%
}

.f-width-3-5 {
    width: 60%
}

.f-width-4-5 {
    width: 80%
}

.f-width-1-6 {
    width: 16.6666666667%
}

.f-width-5-6 {
    width: 83.3333333333%
}

.f-width-1-8 {
    width: 12.5%
}

.f-width-3-8 {
    width: 37.5%
}

.f-width-5-8 {
    width: 62.5%
}

.f-width-7-8 {
    width: 87.5%
}

.f-width-1-12 {
    width: 8.3333333333%
}

.f-width-5-12 {
    width: 41.6666666667%
}

.f-width-7-12 {
    width: 58.3333333333%
}

.f-width-11-12 {
    width: 91.6666666667%
}

@media (min-width: 480px) {
    .f-grid-width-small-1-1 > * {
        width: 100%
    }

    .f-grid-width-small-1-2 > * {
        width: 50%
    }

    .f-grid-width-small-1-3 > * {
        width: 33.3333333333%
    }

    .f-grid-width-small-2-3 > * {
        width: 66.6666666667%
    }

    .f-grid-width-small-1-4 > * {
        width: 25%
    }

    .f-grid-width-small-3-4 > * {
        width: 75%
    }

    .f-grid-width-small-1-5 > * {
        width: 20%
    }

    .f-grid-width-small-2-5 > * {
        width: 40%
    }

    .f-grid-width-small-3-5 > * {
        width: 60%
    }

    .f-grid-width-small-4-5 > * {
        width: 80%
    }

    .f-grid-width-small-1-6 > * {
        width: 16.6666666667%
    }

    .f-grid-width-small-5-6 > * {
        width: 83.3333333333%
    }

    .f-grid-width-small-1-8 > * {
        width: 12.5%
    }

    .f-grid-width-small-3-8 > * {
        width: 37.5%
    }

    .f-grid-width-small-5-8 > * {
        width: 62.5%
    }

    .f-grid-width-small-7-8 > * {
        width: 87.5%
    }

    .f-grid-width-small-1-12 > * {
        width: 8.3333333333%
    }

    .f-grid-width-small-5-12 > * {
        width: 41.6666666667%
    }

    .f-grid-width-small-7-12 > * {
        width: 58.3333333333%
    }

    .f-grid-width-small-11-12 > * {
        width: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .f-grid-width-medium-1-1 > * {
        width: 100%
    }

    .f-grid-width-medium-1-2 > * {
        width: 50%
    }

    .f-grid-width-medium-1-3 > * {
        width: 33.3333333333%
    }

    .f-grid-width-medium-2-3 > * {
        width: 66.6666666667%
    }

    .f-grid-width-medium-1-4 > * {
        width: 25%
    }

    .f-grid-width-medium-3-4 > * {
        width: 75%
    }

    .f-grid-width-medium-1-5 > * {
        width: 20%
    }

    .f-grid-width-medium-2-5 > * {
        width: 40%
    }

    .f-grid-width-medium-3-5 > * {
        width: 60%
    }

    .f-grid-width-medium-4-5 > * {
        width: 80%
    }

    .f-grid-width-medium-1-6 > * {
        width: 16.6666666667%
    }

    .f-grid-width-medium-5-6 > * {
        width: 83.3333333333%
    }

    .f-grid-width-medium-1-8 > * {
        width: 12.5%
    }

    .f-grid-width-medium-3-8 > * {
        width: 37.5%
    }

    .f-grid-width-medium-5-8 > * {
        width: 62.5%
    }

    .f-grid-width-medium-7-8 > * {
        width: 87.5%
    }

    .f-grid-width-medium-1-12 > * {
        width: 8.3333333333%
    }

    .f-grid-width-medium-5-12 > * {
        width: 41.6666666667%
    }

    .f-grid-width-medium-7-12 > * {
        width: 58.3333333333%
    }

    .f-grid-width-medium-11-12 > * {
        width: 91.6666666667%
    }
}

@media (min-width: 960px) {
    .f-grid-width-large-1-1 > * {
        width: 100%
    }

    .f-grid-width-large-1-2 > * {
        width: 50%
    }

    .f-grid-width-large-1-3 > * {
        width: 33.3333333333%
    }

    .f-grid-width-large-2-3 > * {
        width: 66.6666666667%
    }

    .f-grid-width-large-1-4 > * {
        width: 25%
    }

    .f-grid-width-large-3-4 > * {
        width: 75%
    }

    .f-grid-width-large-1-5 > * {
        width: 20%
    }

    .f-grid-width-large-2-5 > * {
        width: 40%
    }

    .f-grid-width-large-3-5 > * {
        width: 60%
    }

    .f-grid-width-large-4-5 > * {
        width: 80%
    }

    .f-grid-width-large-1-6 > * {
        width: 16.6666666667%
    }

    .f-grid-width-large-5-6 > * {
        width: 83.3333333333%
    }

    .f-grid-width-large-1-8 > * {
        width: 12.5%
    }

    .f-grid-width-large-3-8 > * {
        width: 37.5%
    }

    .f-grid-width-large-5-8 > * {
        width: 62.5%
    }

    .f-grid-width-large-7-8 > * {
        width: 87.5%
    }

    .f-grid-width-large-1-12 > * {
        width: 8.3333333333%
    }

    .f-grid-width-large-5-12 > * {
        width: 41.6666666667%
    }

    .f-grid-width-large-7-12 > * {
        width: 58.3333333333%
    }

    .f-grid-width-large-11-12 > * {
        width: 91.6666666667%
    }
}

@media (min-width: 1220px) {
    .f-grid-width-xlarge-1-1 > * {
        width: 100%
    }

    .f-grid-width-xlarge-1-2 > * {
        width: 50%
    }

    .f-grid-width-xlarge-1-3 > * {
        width: 33.3333333333%
    }

    .f-grid-width-xlarge-2-3 > * {
        width: 66.6666666667%
    }

    .f-grid-width-xlarge-1-4 > * {
        width: 25%
    }

    .f-grid-width-xlarge-3-4 > * {
        width: 75%
    }

    .f-grid-width-xlarge-1-5 > * {
        width: 20%
    }

    .f-grid-width-xlarge-2-5 > * {
        width: 40%
    }

    .f-grid-width-xlarge-3-5 > * {
        width: 60%
    }

    .f-grid-width-xlarge-4-5 > * {
        width: 80%
    }

    .f-grid-width-xlarge-1-6 > * {
        width: 16.6666666667%
    }

    .f-grid-width-xlarge-5-6 > * {
        width: 83.3333333333%
    }

    .f-grid-width-xlarge-1-8 > * {
        width: 12.5%
    }

    .f-grid-width-xlarge-3-8 > * {
        width: 37.5%
    }

    .f-grid-width-xlarge-5-8 > * {
        width: 62.5%
    }

    .f-grid-width-xlarge-7-8 > * {
        width: 87.5%
    }

    .f-grid-width-xlarge-1-12 > * {
        width: 8.3333333333%
    }

    .f-grid-width-xlarge-5-12 > * {
        width: 41.6666666667%
    }

    .f-grid-width-xlarge-7-12 > * {
        width: 58.3333333333%
    }

    .f-grid-width-xlarge-11-12 > * {
        width: 91.6666666667%
    }
}

@media (min-width: 480px) {
    .f-width-small-1-1 {
        width: 100%
    }

    .f-width-small-1-2 {
        width: 50%
    }

    .f-width-small-1-3 {
        width: 33.3333333333%
    }

    .f-width-small-2-3 {
        width: 66.6666666667%
    }

    .f-width-small-1-4 {
        width: 25%
    }

    .f-width-small-3-4 {
        width: 75%
    }

    .f-width-small-1-5 {
        width: 20%
    }

    .f-width-small-2-5 {
        width: 40%
    }

    .f-width-small-3-5 {
        width: 60%
    }

    .f-width-small-4-5 {
        width: 80%
    }

    .f-width-small-1-6 {
        width: 16.6666666667%
    }

    .f-width-small-5-6 {
        width: 83.3333333333%
    }

    .f-width-small-1-8 {
        width: 12.5%
    }

    .f-width-small-3-8 {
        width: 37.5%
    }

    .f-width-small-5-8 {
        width: 62.5%
    }

    .f-width-small-7-8 {
        width: 87.5%
    }

    .f-width-small-1-12 {
        width: 8.3333333333%
    }

    .f-width-small-5-12 {
        width: 41.6666666667%
    }

    .f-width-small-7-12 {
        width: 58.3333333333%
    }

    .f-width-small-11-12 {
        width: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .f-width-medium-1-1 {
        width: 100%
    }

    .f-width-medium-1-2 {
        width: 50%
    }

    .f-width-medium-1-3 {
        width: 33.3333333333%
    }

    .f-width-medium-2-3 {
        width: 66.6666666667%
    }

    .f-width-medium-1-4 {
        width: 25%
    }

    .f-width-medium-3-4 {
        width: 75%
    }

    .f-width-medium-1-5 {
        width: 20%
    }

    .f-width-medium-2-5 {
        width: 40%
    }

    .f-width-medium-3-5 {
        width: 60%
    }

    .f-width-medium-4-5 {
        width: 80%
    }

    .f-width-medium-1-6 {
        width: 16.6666666667%
    }

    .f-width-medium-5-6 {
        width: 83.3333333333%
    }

    .f-width-medium-1-8 {
        width: 12.5%
    }

    .f-width-medium-3-8 {
        width: 37.5%
    }

    .f-width-medium-5-8 {
        width: 62.5%
    }

    .f-width-medium-7-8 {
        width: 87.5%
    }

    .f-width-medium-1-12 {
        width: 8.3333333333%
    }

    .f-width-medium-5-12 {
        width: 41.6666666667%
    }

    .f-width-medium-7-12 {
        width: 58.3333333333%
    }

    .f-width-medium-11-12 {
        width: 91.6666666667%
    }
}

@media (min-width: 960px) {
    .f-width-large-1-1 {
        width: 100%
    }

    .f-width-large-1-2 {
        width: 50%
    }

    .f-width-large-1-3 {
        width: 33.3333333333%
    }

    .f-width-large-2-3 {
        width: 66.6666666667%
    }

    .f-width-large-1-4 {
        width: 25%
    }

    .f-width-large-3-4 {
        width: 75%
    }

    .f-width-large-1-5 {
        width: 20%
    }

    .f-width-large-2-5 {
        width: 40%
    }

    .f-width-large-3-5 {
        width: 60%
    }

    .f-width-large-4-5 {
        width: 80%
    }

    .f-width-large-1-6 {
        width: 16.6666666667%
    }

    .f-width-large-5-6 {
        width: 83.3333333333%
    }

    .f-width-large-1-8 {
        width: 12.5%
    }

    .f-width-large-3-8 {
        width: 37.5%
    }

    .f-width-large-5-8 {
        width: 62.5%
    }

    .f-width-large-7-8 {
        width: 87.5%
    }

    .f-width-large-1-12 {
        width: 8.3333333333%
    }

    .f-width-large-5-12 {
        width: 41.6666666667%
    }

    .f-width-large-7-12 {
        width: 58.3333333333%
    }

    .f-width-large-11-12 {
        width: 91.6666666667%
    }
}

@media (min-width: 1220px) {
    .f-width-xlarge-1-1 {
        width: 100%
    }

    .f-width-xlarge-1-2 {
        width: 50%
    }

    .f-width-xlarge-1-3 {
        width: 33.3333333333%
    }

    .f-width-xlarge-2-3 {
        width: 66.6666666667%
    }

    .f-width-xlarge-1-4 {
        width: 25%
    }

    .f-width-xlarge-3-4 {
        width: 75%
    }

    .f-width-xlarge-1-5 {
        width: 20%
    }

    .f-width-xlarge-2-5 {
        width: 40%
    }

    .f-width-xlarge-3-5 {
        width: 60%
    }

    .f-width-xlarge-4-5 {
        width: 80%
    }

    .f-width-xlarge-1-6 {
        width: 16.6666666667%
    }

    .f-width-xlarge-5-6 {
        width: 83.3333333333%
    }

    .f-width-xlarge-1-8 {
        width: 12.5%
    }

    .f-width-xlarge-3-8 {
        width: 37.5%
    }

    .f-width-xlarge-5-8 {
        width: 62.5%
    }

    .f-width-xlarge-7-8 {
        width: 87.5%
    }

    .f-width-xlarge-1-12 {
        width: 8.3333333333%
    }

    .f-width-xlarge-5-12 {
        width: 41.6666666667%
    }

    .f-width-xlarge-7-12 {
        width: 58.3333333333%
    }

    .f-width-xlarge-11-12 {
        width: 91.6666666667%
    }
}

[class*='f-push-'], [class*='f-pull-'] {
    position: relative
}

.f-panel {
    display: block;
    position: relative
}

    .f-panel > :last-child {
        margin-bottom: 0
    }

    .f-panel + .f-panel-divider {
        margin-top: 50px !important
    }

        .f-panel + .f-panel-divider:before {
            border-top: 1px solid #ddd;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: -25px
        }

@media (min-width: 1220px) {
    .f-panel + .f-panel-divider {
        margin-top: 70px !important
    }

        .f-panel + .f-panel-divider:before {
            top: -35px
        }
}

.f-panel, .f-panel:hover {
    text-decoration: none
}

    .f-panel:before, .f-panel:after {
        content: '';
        display: table
    }

    .f-panel:after {
        clear: both
    }

.f-panel-title {
    color: #555;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: none
}

.f-panel-badge {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.f-panel-teaser {
    margin-bottom: 20px
}

.f-panel-body {
    padding: 20px
}

.f-panel-box {
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    padding: 20px
}

    .f-panel-box .f-panel-title {
        color: #555
    }

    .f-panel-box .f-panel-badge {
        right: 10px;
        top: 10px
    }

    .f-panel-box .f-panel-teaser {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px
    }

    .f-panel-box > .f-nav-side {
        margin: 0 -20px
    }

.f-panel-box-hover:hover {
    color: #555
}

.f-panel-box-primary {
    background-color: #ebf7fd;
    border-color: #ebf7fd;
    color: #030406
}

    .f-panel-box-primary .f-panel-title {
        color: #171b25
    }

.f-panel-box-primary-hover:hover {
    color: #030406
}

.f-panel-box-secondary {
    background-color: #fff;
    border-color: #ddd;
    color: #555
}

    .f-panel-box-secondary .f-panel-title {
        color: #555
    }

.f-panel-box-secondary-hover:hover {
    color: #555
}

.f-panel-box-shadow {
    border-color: transparent;
    box-shadow: 0 1px 4px rgba(0,0,0,0.09)
}

.f-panel-hover {
    color: #555;
    padding: 20px;
    transition: background-color .2s linear, border-color .2s linear
}

    .f-panel-hover:hover {
        background: #ddd;
        color: #555
    }

    .f-panel-hover .f-panel-badge {
        right: 10px;
        top: 10px
    }

    .f-panel-hover .f-panel-teaser {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px
    }

.f-panel-header .f-panel-title {
    border-bottom: 1px solid #ddd;
    color: #555;
    padding-bottom: 10px
}

.f-panel-space {
    padding: 30px
}

    .f-panel-space .f-panel-badge {
        right: 30px;
        top: 30px
    }

.f-panel-bordered {
    border: 1px solid #d9d9d9
}

    .f-panel-bordered.f-margin-bottom-remove + .f-panel-bordered.f-margin-top-remove {
        border-top: 0
    }

.f-panel-dashed {
    border: 1px dashed #d9d9d9
}

    .f-panel-dashed.f-margin-bottom-remove + .f-panel-dashed.f-margin-top-remove {
        border-top: 0
    }

.f-nav, .f-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .f-nav li > a, .f-nav > a {
        display: block;
        text-decoration: none
    }

    .f-nav > li > a, .f-nav > a {
        padding: 5px 15px
    }

    .f-nav ul {
        padding-left: 15px
    }

        .f-nav ul a {
            padding: 2px 0
        }

    .f-nav li > a > div {
        font-size: .75rem;
        line-height: 18px
    }

.f-nav-header {
    font-size: .75pxrem;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase
}

    .f-nav-header:not(:first-child) {
        margin-top: 15px
    }

.f-nav-divider > hr {
    margin: 9px 15px
}

ul.f-nav-sub {
    padding: 5px 0 5px 15px
}

    ul.f-nav-sub .f-nav-header {
        padding-left: 0
    }

.f-nav-parent-icon > .f-parent > a:after {
    font-size: 1.25rem;
    content: "";
    float: right;
    font-family: Material Icons;
    line-height: 1.4;
    margin-right: -10px;
    text-align: center;
    transform: rotate(0deg);
    transition: transform .2s ease-out;
    width: 20px
}

.f-nav-parent-icon > .f-parent.f-open > a:after {
    transform: rotate(-90deg)
}

.ie9 .f-nav-parent-icon > .f-parent.f-open > a:after {
    content: ""
}

.f-nav-parent-icon > .f-parent-link.f-open > a:after {
    font-size: 1.125rem;
    color: #171b25;
    content: "";
    transform: rotate(-45deg);
    transition: none
}

.f-nav-side > li > a {
    color: #555;
    transition: background-color .2s linear, color .2s linear
}

    .f-nav-side > li > a:hover, .f-nav-side > li > a:focus {
        background: rgba(0,0,0,0.05);
        color: #555;
        outline: none
    }

.f-nav-side > li.f-active > a {
    background: #171b25;
    color: #fff
}

.f-nav-side .f-nav-header {
    color: #555
}

.f-nav-side .f-nav-divider > hr {
    border-color: #ddd
}

.f-nav-side ul a {
    color: #171b25
}

    .f-nav-side ul a:hover {
        color: #030406
    }

.f-nav-dropdown > li > a {
    color: #555;
    transition: background-color .2s linear, color .2s linear
}

    .f-nav-dropdown > li > a .material-icons {
        font-size: 1rem
    }

    .f-nav-dropdown > li > a:hover, .f-nav-dropdown > li > a:focus {
        background: #171b25;
        color: #fff;
        outline: none
    }

.f-nav-dropdown .f-nav-header {
    color: #b3b4b1
}

.f-nav-dropdown .f-nav-divider > hr {
    border-color: #ddd
}

.f-nav-dropdown ul a {
    color: #171b25
}

    .f-nav-dropdown ul a:hover {
        color: #030406
    }

.f-nav-navbar > li > a {
    color: #555;
    transition: background-color .2s linear, color .2s linear
}

    .f-nav-navbar > li > a:hover, .f-nav-navbar > li > a:focus {
        background: #171b25;
        color: #fff;
        outline: none
    }

.f-nav-navbar .f-nav-header {
    color: #b3b4b1
}

.f-nav-navbar .f-nav-divider > hr {
    border-color: #ddd
}

.f-nav-navbar ul a {
    color: #171b25
}

    .f-nav-navbar ul a:hover {
        color: #030406
    }

.f-nav-offcanvas > li > a {
    color: #ddd;
    padding: 10px 15px
}

.f-nav-offcanvas > .f-open > a, html:not(.f-touch) .f-nav-offcanvas > li > a:hover, html:not(.f-touch) .f-nav-offcanvas > li > a:focus {
    background: #404040;
    color: #fff;
    outline: none
}

html .f-nav.f-nav-offcanvas > li.f-active > a {
    background: #555;
    color: #fff
}

.f-nav-offcanvas .f-nav-header {
    color: #b3b4b1
}

.f-nav-offcanvas .f-nav-divider > hr {
    border-color: #555
}

.f-nav-offcanvas ul a {
    color: #ddd
}

html:not(.f-touch) .f-nav-offcanvas ul a:hover {
    color: #fff
}

.f-breadcrumb {
    font-size: .0000625rem;
    list-style: none;
    padding: 0
}

    .f-breadcrumb > li {
        font-size: .875rem;
        vertical-align: top
    }

        .f-breadcrumb > li, .f-breadcrumb > li > a, .f-breadcrumb > li > span {
            display: inline-block
        }

            .f-breadcrumb > li:nth-child(n+2):before {
                content: "|";
                display: inline-block;
                margin: 0 8px
            }

            .f-breadcrumb > li > a {
                color: #555
            }

            .f-breadcrumb > li:not(.f-active) > span {
                color: #555
            }

.f-pagination {
    font-size: .0000625rem;
    list-style: none;
    padding: 0;
    text-align: center
}

    .f-pagination:before, .f-pagination:after {
        content: '';
        display: table
    }

    .f-pagination:after {
        clear: both
    }

    .f-pagination > .f-active > span {
        background: #171b25;
        color: #fff
    }

    .f-pagination > .f-disabled > span {
        background-color: #ddd;
        color: #b3b4b1
    }

    .f-pagination .material-icons {
        font-size: 1rem
    }

    .f-pagination > li {
        font-size: 1rem;
        display: inline-block;
        vertical-align: top
    }

        .f-pagination > li:nth-child(n+2) {
            margin-left: 5px
        }

        .f-pagination > li > a {
            background-color: #ddd;
            color: #555;
            transition: background-color .2s linear, color .2s linear
        }

            .f-pagination > li > a:active {
                background-color: #ddd;
                color: #555
            }

        .f-pagination > li > a, .f-pagination > li > span {
            box-sizing: content-box;
            display: inline-block;
            line-height: 20px;
            min-width: 16px;
            padding: 3px 5px;
            text-align: center;
            text-decoration: none
        }

            .f-pagination > li > a:hover, .f-pagination > li > a:focus {
                background-color: #b3b4b1;
                color: #555;
                outline: none
            }

.f-pagination-previous {
    float: left
}

.f-pagination-next {
    float: right
}

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

.f-pagination-right {
    text-align: right
}

.f-form input, .f-form select, .f-form textarea {
    border-radius: 0;
    box-sizing: border-box;
    font-family: Museo,sans-serif;
    margin: 0
}

.f-form select {
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: none
}

.f-form optgroup {
    font: inherit;
    font-weight: 700
}

.f-form input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.f-form input[type='checkbox'], .f-form input[type='radio'] {
    padding: 0
}

    .f-form input[type='checkbox']:not(:disabled), .f-form input[type='radio']:not(:disabled) {
        cursor: pointer
    }

.f-form textarea, .f-form input:not([type]), .f-form input[type='text'], .f-form input[type='password'], .f-form input[type='email'], .f-form input[type='url'], .f-form input[type='search'], .f-form input[type='tel'], .f-form input[type='number'], .f-form input[type='datetime'] {
    -webkit-appearance: none
}

    .f-form input[type='search']::-webkit-search-cancel-button, .f-form input[type='search']::-webkit-search-decoration {
        -webkit-appearance: none
    }

    .f-form input[type='number']::-webkit-inner-spin-button, .f-form input[type='number']::-webkit-outer-spin-button {
        height: auto
    }

.f-form fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.f-form textarea {
    overflow: auto;
    vertical-align: top
}

.f-form ::-moz-placeholder {
    color: #b3b4b1;
    opacity: 1
}

.f-form :invalid {
    box-shadow: none
}

.f-form input:not([type='radio']):not([type='checkbox']), .f-form select {
    vertical-align: middle
}

.f-form > :last-child {
    margin-bottom: 0
}

.f-form select, .f-form textarea, .f-form input:not([type]), .f-form input[type='text'], .f-form input[type='password'], .f-form input[type='datetime'], .f-form input[type='datetime-local'], .f-form input[type='date'], .f-form input[type='month'], .f-form input[type='time'], .f-form input[type='week'], .f-form input[type='number'], .f-form input[type='email'], .f-form input[type='url'], .f-form input[type='search'], .f-form input[type='tel'], .f-form input[type='color'] {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #555;
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    transition: color linear .2s, background-color linear .2s, border-color linear .2s
}

    .f-form select:focus, .f-form textarea:focus, .f-form input:not([type]):focus, .f-form input[type='text']:focus, .f-form input[type='password']:focus, .f-form input[type='datetime']:focus, .f-form input[type='datetime-local']:focus, .f-form input[type='date']:focus, .f-form input[type='month']:focus, .f-form input[type='time']:focus, .f-form input[type='week']:focus, .f-form input[type='number']:focus, .f-form input[type='email']:focus, .f-form input[type='url']:focus, .f-form input[type='search']:focus, .f-form input[type='tel']:focus, .f-form input[type='color']:focus {
        background-color: #ebf7fd;
        border-color: #171b25;
        color: #555;
        outline: 0
    }

    .f-form select:disabled, .f-form textarea:disabled, .f-form input:not([type]):disabled, .f-form input[type='text']:disabled, .f-form input[type='password']:disabled, .f-form input[type='datetime']:disabled, .f-form input[type='datetime-local']:disabled, .f-form input[type='date']:disabled, .f-form input[type='month']:disabled, .f-form input[type='time']:disabled, .f-form input[type='week']:disabled, .f-form input[type='number']:disabled, .f-form input[type='email']:disabled, .f-form input[type='url']:disabled, .f-form input[type='search']:disabled, .f-form input[type='tel']:disabled, .f-form input[type='color']:disabled {
        background-color: #ddd;
        border-color: #ddd;
        color: #b3b4b1
    }

    .f-form select:not([multiple]) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23f4bd3b' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E");
        background-position: right 6px top 50%;
        background-repeat: no-repeat;
        background-size: 10px 7px;
        padding-right: 30px
    }

        .f-form select:not([multiple]):disabled {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23aaa' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E")
        }

    .f-form select::-ms-expand {
        display: none
    }

.f-form :-ms-input-placeholder {
    color: #b3b4b1 !important
}

.f-form ::-webkit-input-placeholder {
    color: #b3b4b1
}

.f-form :disabled:-ms-input-placeholder {
    color: #b3b4b1 !important
}

.f-form :disabled::-moz-placeholder {
    color: #b3b4b1
}

.f-form :disabled::-webkit-input-placeholder {
    color: #b3b4b1
}

.f-form legend {
    border: 0;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    padding-bottom: 20px;
    width: 100%
}

    .f-form legend:after {
        border-bottom: 1px solid #ddd;
        content: '';
        display: block;
        width: 100%
    }

select.f-form-small, .f-form-small select, textarea.f-form-small, .f-form-small textarea, input[type].f-form-small, .f-form-small input[type]:not([type='submit']):not([type='radio']):not([type='checkbox']), input:not([type]).f-form-small, .f-form-small input:not([type]) {
    font-size: 12px;
    height: 25px;
    padding: 3px 3px
}

select.f-form-large, .f-form-large select, textarea.f-form-large, .f-form-large textarea, input[type].f-form-large, .f-form-large input[type]:not([type='submit']):not([type='radio']):not([type='checkbox']), input:not([type]).f-form-large, .f-form-large input:not([type]) {
    font-size: 16px;
    height: 56px;
    padding: 9px 16px
}

.f-form-large .f-form-icon {
    max-height: 56px
}

    .f-form-large .f-form-icon > .material-icons {
        font-size: 24px;
        margin-top: -12px;
        width: 40px
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.f-form-small, .f-form-small select, select.f-form-large, .f-form-large select {
        padding-right: 30px
    }
}

.f-form textarea, .f-form select[multiple], .f-form select[size] {
    height: auto
}

.f-form-danger {
    background-color: #fff1f0 !important;
    border-color: #912017 !important;
    color: #cf3335 !important
}

.f-form-success {
    background-color: #f2fae3 !important;
    border-color: #19a26a !important;
    color: #20ce87 !important
}

.f-form-blank {
    background-color: transparent !important;
    border-color: transparent !important;
    border-style: dashed !important
}

    .f-form-blank:focus {
        border-color: #ddd !important
    }

input.f-form-width-mini {
    width: 40px
}

select.f-form-width-mini {
    width: 65px
}

.f-form-width-small {
    width: 130px
}

.f-form-width-medium {
    width: 200px
}

.f-form-width-large {
    width: 500px
}

.f-form-row:before, .f-form-row:after {
    content: '';
    display: table
}

.f-form-row.f-grid:before, .f-form-row.f-grid:after {
    content: '';
    display: block;
    overflow: hidden
}

.f-form-row + .f-form-row {
    margin-top: 20px
}

.f-form-row:after {
    clear: both
}

.f-form-help-inline {
    display: inline-block;
    margin: 0 0 0 10px
}

.f-form-help-block {
    margin: 5px 0 0
}

.f-form-controls > :first-child {
    margin-top: 0
}

.f-form-controls > :last-child {
    margin-bottom: 0
}

.f-form-controls-condensed {
    margin: 5px 0
}

.f-form-stacked .f-form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

@media (max-width: 959px) {
    .f-form-horizontal .f-form-label {
        display: block;
        font-weight: 700;
        margin-bottom: 5px
    }
}

@media (min-width: 960px) {
    .f-form-horizontal .f-form-label {
        float: left;
        margin-top: 5px;
        width: 200px
    }

    .f-form-horizontal .f-form-controls {
        margin-left: 215px
    }

    .f-form-horizontal .f-form-controls-text {
        padding-top: 5px
    }
}

.f-form-icon {
    display: inline-block;
    max-height: 30px;
    max-width: 100%;
    position: relative
}

    .f-form-icon > .material-icons {
        color: #b3b4b1;
        font-size: 16px;
        margin-top: -8px;
        pointer-events: none;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 30px
    }

    .f-form-icon:not(.f-form-icon-flip) > input {
        padding-left: 30px !important
    }

.f-form-icon-flip > .material-icons {
    right: 0
}

.f-form-icon-flip > input {
    padding-right: 30px !important
}

    .f-form-icon-flip > input::-ms-clear {
        display: none
    }

.f-btn.f-stepper {
    padding-left: 6px;
    padding-right: 6px
}

    .f-btn.f-stepper i {
        font-size: 1rem
    }

.f-form-large .f-btn.f-stepper i {
    font-size: 1.375rem
}

.f-list {
    list-style: none;
    padding: 0
}

    .f-list > li:before, .f-list > li:after {
        content: '';
        display: table
    }

    .f-list > li:after {
        clear: both
    }

    .f-list > li > :last-child {
        margin-bottom: 0
    }

    .f-list ul {
        list-style: none;
        margin: 0;
        padding-left: 20px
    }

.f-list-line > li:nth-child(n+2) {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px
}

.f-list-striped > li {
    padding: 5px 5px
}

    .f-list-striped > li:nth-of-type(odd) {
        background: #ddd
    }

.f-list-space > li:nth-child(n+2) {
    margin-top: 20px
}

.f-list-space.f-list-line > li:nth-child(n+2) {
    padding-top: 20px
}

.f-list-inline {
    margin-left: 0;
    padding-left: 0
}

    .f-list-inline > li {
        display: inline-block;
        margin: 0 10px
    }

        .f-list-inline > li:first-child {
            margin-left: 0
        }

        .f-list-inline > li:last-child {
            margin-right: 0
        }

.f-form input[type='radio'], .f-form input[type='checkbox'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #ddd;
    border: 1px solid #d8d8d8;
    display: inline-block;
    height: 19px;
    margin-top: -4px;
    outline: 0;
    overflow: hidden;
    vertical-align: middle;
    width: 19px;
    transition: background-color linear .2s, border-color linear .2s
}

    .f-form input[type='radio']:focus, .f-form input[type='checkbox']:focus {
        background-color: #ebf7fd;
        border-color: #171b25
    }

    .f-form input[type='checkbox']:checked:before, .f-form input[type='radio']:checked:before {
        display: block
    }

.f-form input[type='radio'] {
    border-radius: 50%
}

    .f-form input[type='radio']:before {
        background: #171b25;
        border-radius: 50%;
        content: '';
        height: 11px;
        margin: 3px auto 0;
        opacity: 0;
        transition: opacity .3s linear;
        width: 11px
    }

    .f-form input[type='radio']:checked:before {
        opacity: 1
    }

.f-form input[type='checkbox'] {
    background-color: #fff
}

    .f-form input[type='checkbox']:before {
        color: #171b25;
        content: "";
        display: block;
        font-family: Material Icons;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        font-weight: 700;
        line-height: 17px;
        opacity: 0;
        text-align: center;
        transition: opacity .3s linear
    }

    .f-form input[type='checkbox']:checked:before {
        opacity: 1
    }

    .f-form input[type='radio']:disabled, .f-form input[type='checkbox']:disabled {
        border-color: #ddd
    }

        .f-form input[type='radio']:disabled:checked:before {
            background-color: #b3b4b1
        }

        .f-form input[type='checkbox']:disabled:checked:before {
            color: #b3b4b1
        }

.f-form input.f-placeholder::-webkit-input-placeholder {
    left: 0;
    position: relative;
    top: 0;
    transform-origin: left top;
    transition: transform .2s ease-in-out
}

.f-form input.f-placeholder::placeholder {
    left: 0;
    position: relative;
    top: 0;
    transform-origin: left top;
    transition: transform .2s ease-in-out
}

.f-form input.f-placeholder.f-placeholder-up::-webkit-input-placeholder[style*='hidden'] {
    opacity: 1;
    transform: translateY(-32px) scale(0.8);
    visibility: visible !important
}

.f-form input.f-placeholder.f-placeholder-down::-webkit-input-placeholder[style*='hidden'] {
    opacity: 1;
    transform: translateY(32px) scale(0.8);
    visibility: visible !important
}

.f-input-toggle {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

    .f-input-toggle input[type='radio'], .f-input-toggle input[type='checkbox'] {
        display: none
    }

        .f-input-toggle input[type='radio'][disabled] + *, .f-input-toggle input[type='checkbox'][disabled] + * {
            opacity: .5
        }

    .f-input-toggle input + * {
        background-color: #fff;
        border: solid 2px #ddd;
        border-radius: 15px;
        box-sizing: border-box;
        content: ' ';
        cursor: pointer;
        display: inline-block;
        height: 30px;
        margin-right: 5px;
        pointer-events: none;
        transition: background-color .3s ease-in-out, border .3s ease-in-out;
        vertical-align: middle;
        width: 50px
    }

        .f-input-toggle input + *:before {
            background-color: #fff;
            border-radius: 13px;
            box-shadow: 0 2px 7px rgba(0,0,0,0.25),0 1px 1px rgba(0,0,0,0.15);
            content: '';
            display: block;
            height: 26px;
            position: absolute;
            transition: background-color 0.3s cubic-bezier(0, 1.1, 1, 1.1),transform 0.3s cubic-bezier(0, 1.1, 1, 1.1);
            width: 26px
        }

    .f-input-toggle input:checked + * {
        background-color: #171b25;
        border-color: #171b25
    }

        .f-input-toggle input:checked + *:before {
            transform: translate3d(20px, 0, 0)
        }

    .f-input-toggle.f-input-toggle-success input:checked + * {
        background-color: #20ce87;
        border-color: #20ce87
    }

    .f-input-toggle.f-input-toggle-danger input:checked + * {
        background-color: #faa732;
        border-color: #faa732
    }

    .f-input-toggle.f-input-toggle-warning input:checked + * {
        background-color: #cf3335;
        border-color: #cf3335
    }

    .f-input-toggle.f-input-toggle-small input + * {
        border-radius: 12.5px;
        height: 25px;
        width: 40px
    }

        .f-input-toggle.f-input-toggle-small input + *:before {
            border-radius: 10.5px;
            height: 21px;
            width: 21px
        }

    .f-input-toggle.f-input-toggle-small input:checked + *:before {
        transform: translate3d(15px, 0, 0)
    }

    .f-input-toggle.f-input-toggle-large input + * {
        border-radius: 20px;
        height: 40px;
        width: 70px
    }

        .f-input-toggle.f-input-toggle-large input + *:before {
            border-radius: 18px;
            height: 36px;
            width: 36px
        }

    .f-input-toggle.f-input-toggle-large input:checked + *:before {
        transform: translate3d(30px, 0, 0)
    }

.f-range {
    -webkit-appearance: none;
    background-color: #434343;
    height: 4px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%
}

    .f-range.f-range-label {
        width: calc(100% - 80px)
    }

    .f-range::-webkit-slider-runnable-track {
        margin: 0 -2px
    }

    .f-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.33);
        cursor: pointer;
        height: 20px;
        transform: scale(1);
        transition: background-color .2s ease-in-out, transform .2s ease-in-out;
        width: 20px
    }

        .f-range::-webkit-slider-thumb:hover {
            background-color: #fff
        }

    .f-range:active::-webkit-slider-thumb {
        background-color: #fff;
        transform: scale(1.05)
    }

    .f-range::-moz-range-thumb {
        background-color: #fff;
        border: 0;
        border-radius: 50%;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.33);
        cursor: pointer;
        height: 20px;
        transition: background-color .15s ease-in-out;
        width: 20px
    }

        .f-range::-moz-range-thumb:hover {
            background-color: #fff
        }

        .f-range::-moz-range-thumb:active {
            background-color: #fff
        }

.f-range-value {
    background-color: #fff;
    box-sizing: border-box;
    color: #fff;
    float: right;
    line-height: 20px;
    margin-left: 20px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 60px
}

    .f-range-value:after {
        border-bottom: 7px solid transparent;
        border-right: 7px solid #fff;
        border-top: 7px solid transparent;
        content: '';
        height: 0;
        left: -7px;
        position: absolute;
        top: 8px;
        width: 0
    }

    .f-range-value.f-range-value-left {
        float: left;
        margin-left: 0;
        margin-right: 20px
    }

        .f-range-value.f-range-value-left:after {
            border-left: 7px solid #fff;
            border-right: 7px solid transparent;
            left: 100%
        }

::-moz-range-track {
    background-color: #434343;
    border: 0
}

input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0
}

.f-alert {
    background-color: #c7d5e4;
    border: 1px solid #a5bbd3;
    border-radius: 8px;
    color: #171b25;
    margin-bottom: 15px;
    padding: 13.3333333333px
}

    .f-alert > :last-child {
        margin-bottom: 0
    }

* + .f-alert {
    margin-top: 15px
}

.f-alert h1, .f-alert h2, .f-alert h3, .f-alert h4, .f-alert h5, .f-alert h6 {
    color: inherit
}

.f-alert > .f-close:first-child {
    float: right
}

    .f-alert > .f-close:first-child + * {
        margin-top: 0
    }

.f-alert-success {
    background: #f2fae3;
    border: 1px solid #def2b8;
    color: #20ce87
}

.f-alert-warning {
    background: #fffceb;
    border: 1px solid #fff4b8;
    color: #faa732
}

.f-alert-danger {
    background: #fff1f0;
    border: 1px solid #ffc1bd;
    color: #cf3335
}

.f-alert-large {
    padding: 40px
}

    .f-alert-large > .f-close:first-child {
        margin: -10px -10px 0 0
    }

[class*='f-animation-'] {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-timing-function: ease-out
}

@media screen {
    [data-f-scrollspy*='f-animation-']:not([data-f-scrollspy*='target']) {
        opacity: 0
    }
}

.f-animation-fade {
    animation-duration: .8s;
    animation-name: f-fade;
    animation-timing-function: linear !important
}

.f-animation-scale-up {
    animation-name: f-fade-scale-02
}

.f-animation-scale-up-over {
    animation-name: f-fade-scale-over
}

.f-animation-scale-down {
    animation-name: f-fade-scale-18
}

.f-animation-slide-top {
    animation-name: f-fade-top
}

.f-animation-slide-bottom {
    animation-name: f-fade-bottom
}

.f-animation-slide-left {
    animation-name: f-fade-left
}

.f-animation-slide-right {
    animation-name: f-fade-right
}

.f-animation-slide-top-small {
    animation-name: f-fade-top-small
}

.f-animation-slide-bottom-small {
    animation-name: f-fade-bottom-small
}

.f-animation-scale {
    animation-name: f-scale-12
}

.f-animation-shake {
    animation-name: f-shake
}

.f-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.f-animation-10 {
    animation-duration: 10s
}

.f-animation-15 {
    animation-duration: 15s
}

.f-animation-top-left {
    transform-origin: 0 0
}

.f-animation-top-center {
    transform-origin: 50% 0
}

.f-animation-top-right {
    transform-origin: 100% 0
}

.f-animation-middle-left {
    transform-origin: 0 50%
}

.f-animation-middle-right {
    transform-origin: 100% 50%
}

.f-animation-bottom-left {
    transform-origin: 0 100%
}

.f-animation-bottom-center {
    transform-origin: 50% 100%
}

.f-animation-bottom-right {
    transform-origin: 100% 100%
}

.f-animation-hover:not(:hover), .f-animation-hover:not(:hover) [class*='f-animation-'], .f-touch .f-animation-hover:not(.f-hover), .f-touch .f-animation-hover:not(.f-hover) [class*='f-animation-'], .f-animation:not(.f-animation-click)[class*='f-animation-'] {
    animation-name: none
}

.ie9 .f-scrollspy-init-inview {
    opacity: 1
}

@keyframes f-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes f-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes f-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes f-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes f-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes f-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes f-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes f-fade-scale-over {
    0% {
        opacity: 0;
        transform: scale(0.2)
    }

    70% {
        opacity: .7;
        transform: scale(1.2)
    }

    90% {
        opacity: .9;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes f-fade-scale-15 {
    0% {
        opacity: 0;
        transform: scale(1.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes f-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes f-slide-left {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes f-slide-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes f-slide-left-33 {
    0% {
        transform: translateX(33%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes f-slide-right-33 {
    0% {
        transform: translateX(-33%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes f-scale-12 {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes f-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes f-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes f-slide-top-fixed {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes f-slide-bottom-fixed {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.f-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.f-btn {
    -webkit-appearance: none;
    background: #ddd;
    border: 0;
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    overflow: visible;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    transition: background-color .2s linear, color .2s linear, border .2s linear
}

    .f-btn:not(:disabled) {
        cursor: pointer
    }

    .f-btn:hover, .f-btn:focus {
        background-color: #b3b4b1;
        color: #fff;
        outline: none;
        text-decoration: none
    }

    .f-btn:active, .f-btn.f-active {
        background-color: #b3b4b1;
        color: #555
    }

    .f-btn.f-btn-icon {
        padding: 2px
    }

        .f-btn.f-btn-icon.f-btn-small {
            padding: 2px 6px
        }

    .f-btn.f-icon-left > .material-icons {
        margin-left: -7px
    }

    .f-btn.f-icon-right > .material-icons {
        margin-right: -7px
    }

    .f-btn.f-btn-transparent {
        background-color: transparent;
        border: 1px solid #171b25
    }

        .f-btn.f-btn-transparent:hover {
            background-color: #171b25;
            border: 1px solid #171b25
        }

    .f-btn.f-btn-transparent-inverted {
        background-color: #171b25;
        border: 1px solid #171b25
    }

        .f-btn.f-btn-transparent-inverted:hover {
            background-color: transparent;
            border: 1px solid #171b25
        }

.f-btn-primary {
    background-color: #273441;
    border-color: #273441;
    color: #fff
}

    .f-btn-primary.f-active {
        background-color: #4a5568;
        color: #4a5568
    }

    .f-btn-primary:focus, .f-btn-primary:hover {
        background-color: #4a5568;
        border-color: #273441;
        color: #fff
    }

.f-form .f-btn-primary {
    color: #fff
}

    .f-form .f-btn-primary:focus, .f-form .f-btn-primary:hover {
        color: #fff
    }

.f-btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #171b25
}

    .f-btn-white.f-active {
        background-color: #ddd;
        color: #ddd
    }

    .f-btn-white:focus, .f-btn-white:hover {
        background-color: #ddd;
        border-color: #ddd;
        color: #171b25
    }

.f-form .f-btn-white {
    color: #171b25
}

    .f-form .f-btn-white:focus, .f-form .f-btn-white:hover {
        color: #171b25
    }

.f-btn-accent {
    background-color: #f4bd3b;
    border-color: #f4bd3b;
    color: #171b25
}

    .f-btn-accent.f-active {
        background-color: #ffe3a2;
        color: #ffe3a2
    }

    .f-btn-accent:focus, .f-btn-accent:hover {
        background-color: #ffe3a2;
        border-color: #f4bd3b;
        color: #171b25
    }

.f-form .f-btn-accent {
    color: #171b25
}

    .f-form .f-btn-accent:focus, .f-form .f-btn-accent:hover {
        color: #171b25
    }

.f-btn-success {
    background-color: #20ce87;
    border-color: #20ce87;
    color: #fff
}

    .f-btn-success.f-active {
        background-color: #19a26a;
        color: #19a26a
    }

    .f-btn-success:focus, .f-btn-success:hover {
        background-color: #19a26a;
        border-color: #20ce87;
        color: #fff
    }

.f-form .f-btn-success {
    color: #fff
}

    .f-form .f-btn-success:focus, .f-form .f-btn-success:hover {
        color: #fff
    }

.f-btn-warning {
    background-color: #faa732;
    border-color: #faa732;
    color: #fff
}

    .f-btn-warning.f-active {
        background-color: #f39106;
        color: #f39106
    }

    .f-btn-warning:focus, .f-btn-warning:hover {
        background-color: #f39106;
        border-color: #faa732;
        color: #fff
    }

.f-form .f-btn-warning {
    color: #fff
}

    .f-form .f-btn-warning:focus, .f-form .f-btn-warning:hover {
        color: #fff
    }

.f-btn-danger {
    background-color: #cf3335;
    border-color: #cf3335;
    color: #fff
}

    .f-btn-danger.f-active {
        background-color: #912017;
        color: #912017
    }

    .f-btn-danger:focus, .f-btn-danger:hover {
        background-color: #912017;
        border-color: #cf3335;
        color: #fff
    }

.f-form .f-btn-danger {
    color: #fff
}

    .f-form .f-btn-danger:focus, .f-form .f-btn-danger:hover {
        color: #fff
    }

.f-btn:disabled {
    background-color: #ddd;
    color: #b3b4b1
}

.f-btn-link, .f-btn-link:hover, .f-btn-link:focus, .f-btn-link:active, .f-btn-link.f-active, .f-btn-link:disabled {
    background: none;
    border-color: transparent
}

.f-btn-link {
    color: #030406
}

    .f-btn-link:hover, .f-btn-link:focus, .f-btn-link:active, .f-btn-link.f-active {
        color: #171b25;
        text-decoration: underline
    }

    .f-btn-link:disabled {
        color: #ddd
    }

    .f-btn-link:focus {
        outline: 1px dotted
    }

.f-btn-faux {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0
}

.f-btn-mini {
    font-size: 11px;
    line-height: 1.3;
    padding: 2px 6px
}

    .f-btn-mini.f-button-transparent, .f-btn-mini.f-button-transparent-inverted {
        padding: 0px 4px
    }

    .f-btn-mini .material-icons {
        font-size: 11px
    }

.f-btn-small {
    font-size: 12px;
    line-height: 1.3;
    padding: 4px 10px
}

    .f-btn-small.f-button-transparent, .f-btn-small.f-button-transparent-inverted {
        padding: 2px 8px
    }

    .f-btn-small .material-icons {
        font-size: 12px
    }

.f-btn-large, .f-btn-xlarge {
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 15px
}

    .f-btn-large.f-button-transparent, .f-btn-large.f-button-transparent-inverted, .f-btn-xlarge.f-button-transparent, .f-btn-xlarge.f-button-transparent-inverted {
        padding: 6px 13px
    }

    .f-btn-large .material-icons, .f-btn-xlarge .material-icons {
        font-size: 16px
    }

@media screen and (min-width: 960px) {
    .f-btn-xlarge {
        font-size: 20px;
        line-height: 1.3;
        padding: 11px 20px
    }

        .f-btn-xlarge.f-button-transparent, .f-btn-xlarge.f-button-transparent-inverted {
            padding: 9px 18px
        }

        .f-btn-xlarge .material-icons {
            font-size: 20px
        }
}

.f-btn-caret.f-btn-mini, .f-btn-caret.f-btn-small, .f-btn-caret.f-btn, .f-btn-caret.f-btn-large {
    padding-left: 6px;
    padding-right: 6px
}

    .f-btn-caret.f-btn-mini > .material-icons, .f-btn-caret.f-btn-small > .material-icons, .f-btn-caret.f-btn > .material-icons, .f-btn-caret.f-btn-large > .material-icons {
        margin: 0
    }

.f-btn-caret.f-btn-mini {
    padding-left: 4px;
    padding-right: 4px
}

.f-btn-caret.f-btn-large {
    padding-left: 8px;
    padding-right: 8px
}

    .f-btn-caret.f-btn-large > .material-icons {
        font-size: 1.5rem
    }

.f-btn-caret .material-icons {
    display: block;
    top: 0
}

.f-btn-group {
    font-size: .0000625rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap
}

    .f-btn-group > * {
        display: inline-block
    }

    .f-btn-group .f-btn {
        vertical-align: top
    }

.f-btn-dropdown {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.f-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.f-close {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    display: inline-block;
    font: inherit;
    line-height: 1;
    margin: 0;
    opacity: .3;
    overflow: visible;
    padding: 0;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    transition: opacity .2s linear
}

    .f-close:hover, .f-close:focus {
        color: inherit;
        cursor: pointer;
        opacity: .5;
        outline: none;
        text-decoration: none
    }

.f-close-alt {
    background: #ddd;
    border-radius: 50%;
    line-height: 1;
    opacity: 1;
    padding: 5px
}

    .f-close-alt i {
        display: block;
        opacity: .5
    }

    .f-close-alt:hover, .f-close-alt:focus {
        opacity: 1
    }

        .f-close-alt:hover i, .f-close-alt:focus i {
            opacity: .8
        }

.material-icons, .material-icons:hover, .material-icons:focus {
    text-decoration: none
}

.material-icons {
    font-feature-settings: 'liga';
    position: relative;
    top: -1px;
    vertical-align: middle
}

    .material-icons.f-icon {
        font-size: inherit;
        line-height: inherit
    }

.f-icon-small {
    font-size: 150%;
    line-height: 1
}

.f-icon-medium {
    font-size: 200%;
    line-height: 1
}

.f-icon-large {
    font-size: 250%;
    line-height: 1
}

.f-icon-hover {
    color: #b3b4b1;
    transition: color .2s
}

    .f-icon-hover:hover {
        color: #555
    }

.f-icon-button {
    background: #ddd;
    border-radius: 100%;
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    transition: background-color .2s, color .2s
}

    .f-icon-button:hover, .f-icon-button:focus {
        background-color: #b3b4b1;
        color: #fff;
        outline: none
    }

    .f-icon-button:active {
        background-color: #ddd;
        color: #555
    }

.f-icon-spin {
    animation: md-spin 2s infinite linear
}

    .f-icon-spin.f-icon-reverse {
        animation: md-spin2 2s infinite linear
    }

.f-icon-pulse {
    animation: md-spin 1s infinite steps(8)
}

    .f-icon-pulse.f-icon-reverse {
        animation: md-spin2 1s infinite steps(8)
    }

@keyframes md-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes md-spin2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-359deg)
    }
}

.f-overlay {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    vertical-align: middle
}

    .f-overlay.f-border-circle {
        -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
    }

    .f-overlay > :first-child {
        margin-bottom: 0
    }

.f-overlay-panel {
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0
}

    .f-overlay-panel a:not([class]) {
        color: inherit;
        text-decoration: underline
    }

    .f-overlay-panel a[class*='f-icon-']:not(.f-icon-button) {
        color: inherit
    }

    .f-overlay-panel > :last-child, .f-overlay-panel.f-flex > * > :last-child {
        margin-bottom: 0
    }

    .f-overlay-panel h1, .f-overlay-panel h2, .f-overlay-panel h3, .f-overlay-panel h4, .f-overlay-panel h5, .f-overlay-panel h6 {
        color: inherit
    }

.f-overlay-hover:not(:hover):not(.f-hover) .f-overlay-panel:not(.f-ignore) {
    opacity: 0
}

.f-overlay-active :not(.f-active) > .f-overlay-panel:not(.f-ignore) {
    opacity: 0
}

.f-overlay-background {
    background: rgba(0,0,0,0.2)
}

.f-overlay-image {
    padding: 0
}

.f-overlay-top {
    bottom: auto
}

.f-overlay-bottom {
    top: auto
}

.f-overlay-left {
    right: auto
}

.f-overlay-right {
    left: auto
}

.f-overlay-icon > i {
    font-size: 3.125rem;
    color: #fff;
    height: 50px;
    left: 50%;
    line-height: 1;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px
}

.f-overlay-fade, .f-overlay-scale, .f-overlay-spin, .f-overlay-grayscale, .f-overlay-blur, [class*='f-overlay-slide'] {
    transition-duration: .3s;
    transition-property: opacity, transform, filter;
    transition-timing-function: ease-out
}

.f-overlay-active .f-overlay-fade, .f-overlay-active .f-overlay-scale, .f-overlay-active .f-overlay-spin, .f-overlay-active [class*='f-overlay-slide'] {
    transition-duration: .8s
}

.f-overlay-fade {
    opacity: .7
}

.f-overlay-hover:hover .f-overlay-fade, .f-overlay-active .f-active > .f-overlay-fade {
    opacity: 1
}

.f-overlay-scale {
    transform: scale(1)
}

.f-overlay-hover:hover .f-overlay-scale, .f-overlay-active .f-active > .f-overlay-scale {
    transform: scale(1.1)
}

.f-overlay-spin {
    transform: scale(1) rotate(0deg)
}

.f-overlay-hover:hover .f-overlay-spin, .f-overlay-active .f-active > .f-overlay-spin {
    transform: scale(1.1) rotate(3deg)
}

.f-overlay-grayscale {
    filter: grayscale(100%)
}

.f-overlay-hover:hover .f-overlay-grayscale, .f-overlay-active .f-active > .f-overlay-grayscale {
    filter: grayscale(0%)
}

[class*='f-overlay-slide'] {
    opacity: 0
}

.f-overlay-slide-top {
    transform: translateY(-100%)
}

.f-overlay-slide-bottom {
    transform: translateY(100%)
}

.f-overlay-slide-left {
    transform: translateX(-100%)
}

.f-overlay-slide-right {
    transform: translateX(100%)
}

.f-overlay-hover:hover [class*='f-overlay-slide'], .f-overlay-active .f-active > [class*='f-overlay-slide'] {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.f-text-small {
    font-size: 12px;
    line-height: 1.2
}

.f-text-medium {
    font-size: .875rem
}

.f-text-body {
    font-size: 1rem
}

.f-text-large {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4
}

.f-text-larger {
    font-size: 1.25rem
}

.f-text-largest {
    font-size: 1.5rem
}

.f-text-weight-extralight {
    font-weight: 200
}

.f-text-weight-light {
    font-weight: 300
}

.f-text-weight-regular {
    font-weight: 400
}

.f-text-weight-medium {
    font-weight: 500
}

.f-text-weight-semibold {
    font-weight: 600
}

.f-text-weight-bold {
    font-weight: 700
}

.f-text-weight-extrabold {
    font-weight: 800
}

.f-text-weight-black {
    font-weight: 900
}

.f-text-bold {
    font-weight: 700
}

.f-text-muted {
    color: #b3b4b1 !important
}

.f-text-primary {
    color: #171b25 !important
}

.f-text-success {
    color: #20ce87 !important
}

.f-text-warning {
    color: #faa732 !important
}

.f-text-danger {
    color: #cf3335 !important
}

.f-text-contrast {
    color: #fff !important
}

.f-text-white {
    color: #fff !important
}

.f-text-left {
    text-align: left !important
}

.f-text-right {
    text-align: right !important
}

.f-text-center {
    text-align: center !important
}

.f-text-justify {
    text-align: justify !important
}

.f-text-top {
    vertical-align: top !important
}

.f-text-middle {
    vertical-align: middle !important
}

.f-text-bottom {
    vertical-align: bottom !important
}

@media (min-width: 768px) {
    .f-text-center-medium {
        text-align: center !important
    }

    .f-text-left-medium {
        text-align: left !important
    }

    .f-text-right-medium {
        text-align: right !important
    }
}

@media (min-width: 960px) {
    .f-text-center-large {
        text-align: center !important
    }

    .f-text-left-large {
        text-align: left !important
    }

    .f-text-right-large {
        text-align: right !important
    }
}

.f-text-nowrap {
    white-space: nowrap
}

.f-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.f-text-break {
    hyphens: auto;
    word-wrap: break-word
}

.f-text-upper {
    text-transform: uppercase !important
}

.f-text-lower {
    text-transform: lowercase !important
}

.f-text-case-none {
    text-transform: none
}

.f-text-font-base {
    font-family: Museo,sans-serif !important
}

.f-text-font-heading {
    font-family: Museo,sans-serif !important
}

.f-text-color-white {
    color: #fff
}

.f-text-color-black {
    color: #000
}

.f-text-color-grey {
    color: #b3b4b1
}

.f-text-color-grey-dark {
    color: #555
}

.f-text-color-grey-light {
    color: #ddd
}

.f-text-color-primary {
    color: #171b25
}

.f-clearfix:before {
    content: '';
    display: table-cell
}

.f-clearfix:after {
    clear: both;
    content: '';
    display: table
}

.f-nbfc {
    overflow: hidden
}

.f-nbfc-alt {
    display: table-cell;
    width: 10000px
}

.f-float-left {
    float: left
}

.f-float-right {
    float: right
}

[class*='f-float-'] {
    max-width: 100%
}

[class*='f-align-'] {
    display: block;
    margin-bottom: 15px
}

.f-align-left {
    float: left;
    margin-right: 15px
}

.f-align-right {
    float: right;
    margin-left: 15px
}

.f-align-center {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .f-align-medium-left {
        float: left;
        margin-right: 15px
    }

    .f-align-medium-right {
        float: right;
        margin-left: 15px
    }
}

.f-vertical-align {
    font-size: .0000625rem
}

    .f-vertical-align:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.f-vertical-align-middle, .f-vertical-align-bottom {
    display: inline-block;
    font-size: 1rem;
    max-width: 100%
}

.f-vertical-align-middle {
    vertical-align: middle
}

.f-vertical-align-bottom {
    vertical-align: bottom
}

[class*='f-height'] {
    box-sizing: border-box
}

.f-height-1-1 {
    height: 100%
}

.f-height-viewport {
    height: 100vh;
    min-height: 600px
}

.f-responsive-width, .f-responsive-height {
    box-sizing: border-box
}

.f-responsive-width {
    height: auto;
    max-width: 100% !important
}

.f-responsive-height {
    max-height: 100%;
    width: auto
}

.f-margin {
    margin-bottom: 20px
}

    .f-margin + .f-margin {
        margin-top: 20px
    }

.f-margin-top {
    margin-top: 20px !important
}

.f-margin-bottom {
    margin-bottom: 20px !important
}

.f-margin-left {
    margin-left: 20px !important
}

.f-margin-right {
    margin-right: 20px !important
}

.f-margin-vertical {
    margin-bottom: 20px !important;
    margin-top: 20px !important
}

.f-margin-horizontal {
    margin-left: 20px !important;
    margin-right: 20px !important
}

* + .f-margin {
    margin-top: 20px
}

.f-margin-small {
    margin-bottom: 10px
}

    .f-margin-small + .f-margin-small {
        margin-top: 10px
    }

.f-margin-small-top {
    margin-top: 10px !important
}

.f-margin-small-bottom {
    margin-bottom: 10px !important
}

.f-margin-small-left {
    margin-left: 10px !important
}

.f-margin-small-right {
    margin-right: 10px !important
}

.f-margin-small-vertical {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.f-margin-small-horizontal {
    margin-left: 10px !important;
    margin-right: 10px !important
}

* + .f-margin-small {
    margin-top: 10px
}

.f-margin-medium {
    margin: 30px
}

.f-margin-medium-top {
    margin-top: 30px !important
}

.f-margin-medium-bottom {
    margin-bottom: 30px !important
}

.f-margin-medium-left {
    margin-left: 30px !important
}

.f-margin-medium-right {
    margin-right: 30px !important
}

.f-margin-medium-vertical {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.f-margin-medium-horizontal {
    margin-left: 30px !important;
    margin-right: 30px !important
}

* + .f-margin-medium {
    margin-top: 30px !important
}

.f-margin-large {
    margin-bottom: 40px
}

    .f-margin-large + .f-margin-large {
        margin-top: 40px
    }

.f-margin-large-top {
    margin-top: 40px !important
}

.f-margin-large-bottom {
    margin-bottom: 40px !important
}

.f-margin-large-left {
    margin-left: 40px !important
}

.f-margin-large-right {
    margin-right: 40px !important
}

.f-margin-large-vertical {
    margin-bottom: 40px !important;
    margin-top: 40px !important
}

.f-margin-large-horizontal {
    margin-left: 40px !important;
    margin-right: 40px !important
}

* + .f-margin-large {
    margin-top: 40px
}

.f-margin-xlarge {
    margin-bottom: 80px
}

    .f-margin-xlarge + .f-margin-xlarge {
        margin-top: 80px
    }

.f-margin-xlarge-top {
    margin-top: 80px !important
}

.f-margin-xlarge-bottom {
    margin-bottom: 80px !important
}

.f-margin-xlarge-left {
    margin-left: 80px !important
}

.f-margin-xlarge-right {
    margin-right: 80px !important
}

.f-margin-xlarge-vertical {
    margin-bottom: 80px !important;
    margin-top: 80px !important
}

.f-margin-xlarge-horizontal {
    margin-left: 80px !important;
    margin-right: 80px !important
}

* + .f-margin-xlarge {
    margin-top: 80px
}

.f-margin-remove {
    margin: 0 !important
}

.f-margin-top-remove {
    margin-top: 0 !important
}

.f-margin-bottom-remove {
    margin-bottom: 0 !important
}

.f-padding {
    padding: 20px
}

.f-padding-top {
    padding-top: 20px !important
}

.f-padding-bottom {
    padding-bottom: 20px !important
}

.f-padding-left {
    padding-left: 20px !important
}

.f-padding-right {
    padding-right: 20px !important
}

.f-padding-vertical {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.f-padding-horizontal {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.f-padding-small {
    padding: 10px
}

.f-padding-small-top {
    padding-top: 10px !important
}

.f-padding-small-bottom {
    padding-bottom: 10px !important
}

.f-padding-small-left {
    padding-left: 10px !important
}

.f-padding-small-right {
    padding-right: 10px !important
}

.f-padding-small-vertical {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.f-padding-small-horizontal {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.f-padding-medium {
    padding: 30px
}

.f-padding-medium-top {
    padding-top: 30px !important
}

.f-padding-medium-bottom {
    padding-bottom: 30px !important
}

.f-padding-medium-left {
    padding-left: 30px !important
}

.f-padding-medium-right {
    padding-right: 30px !important
}

.f-padding-medium-vertical {
    padding-bottom: 30px !important;
    padding-top: 30px !important
}

.f-padding-medium-horizontal {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.f-padding-large {
    padding: 40px
}

.f-padding-large-top {
    padding-top: 40px !important
}

.f-padding-large-bottom {
    padding-bottom: 40px !important
}

.f-padding-large-left {
    padding-left: 40px !important
}

.f-padding-large-right {
    padding-right: 40px !important
}

.f-padding-large-vertical {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.f-padding-large-horizontal {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.f-padding-xlarge {
    padding: 80px
}

.f-padding-xlarge-top {
    padding-top: 80px !important
}

.f-padding-xlarge-bottom {
    padding-bottom: 80px !important
}

.f-padding-xlarge-left {
    padding-left: 80px !important
}

.f-padding-xlarge-right {
    padding-right: 80px !important
}

.f-padding-xlarge-vertical {
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

.f-padding-xlarge-horizontal {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.f-normalize-child-margin > *:first-child {
    margin-top: 0 !important
}

.f-normalize-child-margin > *:last-child {
    margin-bottom: 0 !important
}

.f-padding-remove {
    padding: 0 !important
}

.f-padding-top-remove {
    padding-top: 0 !important
}

.f-padding-bottom-remove {
    padding-bottom: 0 !important
}

.f-padding-vertical-remove {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.f-border-circle {
    border-radius: 50%
}

.f-border-rounded {
    border-radius: 5px
}

.f-heading-large {
    font-size: 36px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .f-heading-large {
        font-size: 52px;
        line-height: 1.2
    }
}

.f-link-muted, .f-link-muted a {
    color: #555
}

    .f-link-muted:hover, .f-link-muted a:hover {
        color: #555
    }

.f-link-reset, .f-link-reset a, .f-link-reset:hover, .f-link-reset a:hover, .f-link-reset:focus, .f-link-reset a:focus {
    color: inherit;
    text-decoration: none
}

.f-scrollable-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    resize: both
}

.f-scrollable-box {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 170px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    resize: both
}

    .f-scrollable-box > :last-child {
        margin-bottom: 0
    }

.f-overflow-hidden {
    overflow: hidden
}

.f-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

    .f-overflow-container > :last-child {
        margin-bottom: 0
    }

.f-position-absolute, [class*='f-position-top'], [class*='f-position-bottom'] {
    position: absolute !important
}

.f-position-top {
    top: 0;
    width: 100%
}

.f-position-bottom {
    bottom: 0;
    width: 100%
}

.f-position-top-left {
    left: 0;
    top: 0
}

.f-position-top-right {
    right: 0;
    top: 0
}

.f-position-bottom-left {
    bottom: 0;
    left: 0
}

.f-position-bottom-right {
    bottom: 0;
    right: 0
}

.f-position-cover {
    background-color: rgba(0,0,0,0.001);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.f-position-fixed {
    position: fixed !important
}

.f-position-relative {
    position: relative !important
}

.f-position-z-index {
    z-index: 1
}

.f-display-block {
    display: block !important
}

.f-display-inline {
    display: inline !important
}

.f-display-inline-block {
    display: inline-block !important
}

@media (min-width: 1220px) {
    .f-visible-xsmall {
        display: none !important
    }

    .f-visible-small {
        display: none !important
    }

    .f-visible-xsmall-small {
        display: none !important
    }

    .f-visible-medium {
        display: none !important
    }

    .f-visible-large {
        display: none !important
    }

    .f-hidden-xlarge {
        display: none !important
    }

    .f-hidden-large-xlarge {
        display: none !important
    }
}

@media (min-width: 960px) and (max-width: 1219px) {
    .f-visible-xsmall {
        display: none !important
    }

    .f-visible-small {
        display: none !important
    }

    .f-visible-xsmall-small {
        display: none !important
    }

    .f-visible-medium {
        display: none !important
    }

    .f-visible-xlarge {
        display: none !important
    }

    .f-hidden-large {
        display: none !important
    }

    .f-hidden-large-xlarge {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .f-visible-xsmall {
        display: none !important
    }

    .f-visible-small {
        display: none !important
    }

    .f-visible-xsmall-small {
        display: none !important
    }

    .f-visible-large {
        display: none !important
    }

    .f-visible-xlarge {
        display: none !important
    }

    .f-visible-large-xlarge {
        display: none !important
    }

    .f-hidden-medium {
        display: none !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .f-visible-xsmall {
        display: none !important
    }
}

@media (max-width: 767px) {
    .f-hidden-xsmall-small {
        display: none !important
    }

    .f-hidden-small {
        display: none !important
    }

    .f-visible-medium {
        display: none !important
    }

    .f-visible-large {
        display: none !important
    }

    .f-visible-xlarge {
        display: none !important
    }

    .f-visible-large-xlarge {
        display: none !important
    }
}

@media (max-width: 479px) {
    .f-hidden-xsmall {
        display: none !important
    }
}

.f-hidden {
    display: none !important;
    visibility: hidden !important
}

.f-invisible {
    visibility: hidden !important
}

.f-visible-hover:hover .f-hidden, .f-visible-hover:hover .f-invisible {
    display: block !important;
    visibility: visible !important
}

.f-visible-hover-inline:hover .f-hidden, .f-visible-hover-inline:hover .f-invisible {
    display: inline-block !important;
    visibility: visible !important
}

.f-touch .f-hidden-touch, .f-notouch .f-hidden-notouch {
    display: none !important
}

.f-cursor-pointer {
    cursor: pointer
}

.f-cursor-default {
    cursor: default
}

.f-cursor-move {
    cursor: move
}

.f-hyphenate {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.f-rp-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

    .f-rp-video > iframe, .f-rp-video > video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.f-video-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

    .f-video-wrap iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.f-a11y {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.f-background-color-white {
    background-color: #fff
}

.f-background-color-black {
    background-color: #000
}

.f-background-color-grey {
    background-color: #b3b4b1
}

.f-background-color-grey-dark {
    background-color: #555
}

.f-background-color-grey-light {
    background-color: #ddd
}

.f-background-color-grey-x-light {
    background-color: #f2f1ef
}

.f-background-color-primary {
    background-color: #171b25
}

.f-extend-bg {
    position: relative
}

    .f-extend-bg:after {
        background-color: inherit;
        bottom: 0;
        content: '';
        height: inherit;
        position: absolute;
        top: 0;
        width: 100vw
    }

.f-extend-bg-left:after {
    right: 100%
}

.f-extend-bg-left.f-extend-bg-hasgutter:after {
    right: calc(100% + 10px)
}

@media (min-width: 1220px) {
    .f-extend-bg-left.f-extend-bg-hasgutter:after {
        right: calc(100% + 30px)
    }
}

.f-extend-bg-right:after {
    left: 100%
}

.f-extend-bg-right.f-extend-bg-hasgutter:after {
    left: calc(100% + 10px)
}

@media (min-width: 1220px) {
    .f-extend-bg-right.f-extend-bg-hasgutter:after {
        left: calc(100% + 30px)
    }
}

.f-dropdown, .f-dropdown-blank {
    box-sizing: border-box;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 970
}

    .f-dropdown.f-dropdown-enabled, .f-dropdown-blank.f-dropdown-enabled {
        margin-top: 5px
    }

.f-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    font-size: 1rem;
    padding: 15px;
    vertical-align: top
}

    .f-dropdown .f-nav {
        margin: 0 -15px
    }

    .f-dropdown:focus {
        outline: none
    }

.f-open > .f-dropdown, .f-open > .f-dropdown-blank {
    animation: f-fade 0.2s ease-in-out;
    display: block;
    transform-origin: 0 0
}

.f-dropdown-top {
    margin-top: -5px
}

.f-dropdown-bottom {
    margin-top: 5px
}

.f-dropdown-left {
    margin-left: -5px
}

.f-dropdown-right {
    margin-left: 5px
}

.f-grid .f-dropdown-grid + .f-dropdown-grid {
    margin-top: 15px
}

.f-dropdown-grid > [class*='f-width-'] > .f-panel + .f-panel {
    margin-top: 15px
}

@media (min-width: 768px) {
    .f-dropdown:not(.f-dropdown-stack) > .f-dropdown-grid {
        margin-left: -15px;
        margin-right: -15px
    }

        .f-dropdown:not(.f-dropdown-stack) > .f-dropdown-grid > [class*='f-width-'] {
            padding-left: 15px;
            padding-right: 15px
        }

            .f-dropdown:not(.f-dropdown-stack) > .f-dropdown-grid > [class*='f-width-']:nth-child(n+2) {
                border-left: 1px solid #ddd
            }

    .f-dropdown-width-2:not(.f-dropdown-stack) {
        width: 400px
    }

    .f-dropdown-width-3:not(.f-dropdown-stack) {
        width: 600px
    }

    .f-dropdown-width-4:not(.f-dropdown-stack) {
        width: 800px
    }

    .f-dropdown-width-5:not(.f-dropdown-stack) {
        width: 1000px
    }
}

@media (max-width: 767px) {
    .f-dropdown-grid > [class*='f-width-'] {
        width: 100%
    }

        .f-dropdown-grid > [class*='f-width-']:nth-child(n+2) {
            margin-top: 15px
        }
}

.f-dropdown-stack > .f-dropdown-grid > [class*='f-width-'] {
    width: 100%
}

    .f-dropdown-stack > .f-dropdown-grid > [class*='f-width-']:nth-child(n+2) {
        margin-top: 15px
    }

.f-dropdown-small {
    min-width: 150px;
    padding: 5px;
    white-space: nowrap;
    width: auto
}

    .f-dropdown-small .f-nav {
        margin: 0 -5px
    }

.f-dropdown-navbar {
    background: #fff;
    color: #555;
    margin: 0
}

    .f-dropdown-navbar.f-dropdown-enabled {
        margin-top: 0
    }

.f-open > .f-dropdown-navbar {
    animation: f-slide-top-fixed 0.2s ease-in-out
}

.f-dropdown-scrollable {
    max-height: 200px;
    overflow-y: auto
}

.f-check-dropdown .f-check-dropdown-box {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    color: #555;
    min-height: 30px;
    padding: 4px 6px;
    padding-right: 30px;
    position: relative
}

    .f-check-dropdown .f-check-dropdown-box > i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

.f-check-dropdown .f-dropdown {
    max-height: 140px;
    overflow-y: scroll;
    width: 100%
}

    .f-check-dropdown .f-dropdown.f-dropdown-bottom {
        margin-top: -1px
    }

    .f-check-dropdown .f-dropdown label {
        display: block
    }

.f-ll {
    display: block;
    overflow: hidden;
    position: relative
}

    .f-ll img {
        opacity: 1;
        transition: opacity .5s;
        width: 100%
    }

    .f-ll.f-ll-loading {
        animation: f-ll-loading 7s ease infinite;
        background-image: linear-gradient(320deg, #d3d3d3, #211e1e, #d3d3d3);
        background-size: 600% 600%
    }

        .f-ll.f-ll-loading .f-ll-placeholder {
            opacity: 1
        }

        .f-ll.f-ll-loading img {
            opacity: 0
        }

    .f-ll .f-ll-placeholder {
        background-position: center;
        background-size: cover;
        filter: blur(20px);
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: scale(1.1);
        transition: opacity 1s ease-out;
        width: 100%
    }

@keyframes f-ll-loading {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.f-modal {
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: fixed;
    right: 0;
    top: 0;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    transition: opacity .15s linear;
    z-index: 1010
}

    .f-modal.f-open {
        opacity: 1
    }

    .f-modal.f-no-transition {
        opacity: 1;
        transition: none
    }

.f-modal-page, .f-modal-page body {
    overflow: hidden
}

.f-modal-dialog {
    background-color: #fff;
    box-sizing: border-box;
    margin: 50px auto;
    max-width: calc(100% - 20px);
    opacity: 0;
    padding: 20px;
    position: relative;
    transform: translateY(-100px);
    transition: opacity .3s linear, transform .3s ease-out;
    width: 600px
}

    .f-modal-dialog.f-modal-hidden {
        transform: translateY(0)
    }

    .f-modal-dialog > :not([class*='f-modal-']):last-child {
        margin-bottom: 0
    }

    .f-modal-dialog > .f-close:first-child {
        float: right;
        margin: -10px -10px 0 0
    }

        .f-modal-dialog > .f-close:first-child + *:not([class*='f-modal-']) {
            margin-top: 0
        }

        .f-modal-dialog > .f-close:first-child > i {
            display: block
        }

@media (max-width: 767px) {
    .f-modal-dialog {
        margin: 10px auto;
        width: auto
    }
}

.f-open .f-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

    .f-open .f-modal-dialog.f-modal-hidden {
        opacity: 1;
        visibility: hidden
    }

        .f-open .f-modal-dialog.f-modal-hidden.f-active {
            opacity: 1;
            visibility: visible
        }

.f-modal-dialog-lightbox {
    max-width: calc(100% - 30px);
    min-height: 100px;
    padding: 0
}

    .f-modal-dialog-lightbox > .f-close:first-child {
        float: none;
        margin: 0;
        position: absolute;
        right: -18px;
        top: -18px
    }

.f-lightbox-zoom {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1011
}

    .f-lightbox-zoom > img {
        backface-visibility: hidden;
        bottom: -1000%;
        height: auto;
        left: -1000%;
        margin: auto !important;
        max-height: none !important;
        max-width: none !important;
        position: absolute !important;
        right: -1000%;
        top: -1000%;
        transform-origin: 50% 50% !important;
        transition: transform .2s ease-out;
        width: auto;
        will-change: transform
    }

    .f-lightbox-zoom .f-lightbox-zoom-close {
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 1012
    }

.f-lightbox-zoom-tip {
    background-color: rgba(0,0,0,0.6);
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    left: 50%;
    padding: 2px 5px;
    position: absolute;
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .f-modal-dialog-lightbox > .f-close:first-child {
        right: -7px;
        top: -7px
    }
}

.f-modal-dialog-blank {
    margin: 0;
    max-width: 100%;
    padding: 0;
    transition: opacity .3s linear;
    width: 100%
}

    .f-modal-dialog-blank > .f-close:first-child {
        float: none;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1
    }

@media (min-width: 768px) {
    .f-modal-dialog-large {
        width: 930px
    }
}

@media (min-width: 1220px) {
    .f-modal-dialog-large {
        width: 1130px
    }
}

.f-modal-header {
    background: #ddd;
    border-bottom: 1px solid #d0d0d0;
    margin: -20px -20px 15px;
    padding: 20px
}

.f-modal-footer {
    background: #ddd;
    border-top: 1px solid #d0d0d0;
    margin: 15px -20px -20px;
    padding: 20px
}

    .f-modal-header > :last-child, .f-modal-footer > :last-child {
        margin-bottom: 0
    }

.f-modal-caption {
    bottom: -20px;
    color: #fff;
    left: 0;
    margin-bottom: -10px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.f-modal-over {
    background-color: #fff;
    opacity: 1;
    position: absolute;
    transition: background-color .4s ease-out,height .4s ease-out,left .4s ease-out,opacity 0s linear,top .4s ease-out,width .4s ease-out,visibility .1333333333s linear 0s,z-index 0s linear;
    visibility: visible;
    z-index: 1011
}

    .f-modal-over.f-active {
        opacity: 0;
        transition: background-color .4s ease-out,height .4s ease-out,left .4s ease-out,opacity .1333333333s linear,top .4s ease-out,width .4s ease-out,visibility .1333333333s linear 0s,z-index .1333333333s linear;
        visibility: hidden;
        z-index: 1009
    }

    .f-modal-over.f-gone {
        opacity: 0;
        transition: opacity .2s linear,visibility .2s linear 0s;
        visibility: hidden
    }

.f-modal-spinner {
    color: #ddd;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

    .f-modal-spinner i {
        font-size: 1.875rem;
        display: block
    }

.f-modal-alert .f-modal-icon {
    border: 4px solid #808080;
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px
}

    .f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
        border-color: #20ce87
    }

        .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
            background: #fff;
            content: '';
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px
        }

        .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform: rotate(-45deg);
            transform-origin: 60px 60px
        }

        .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform: rotate(-45deg);
            transform-origin: 0 60px
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
            border: 4px solid rgba(165,220,134,0.2);
            border-radius: 50%;
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
            background-color: #fff;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1
        }

        .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #20ce87;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2
        }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px
            }

            .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px
            }

    .f-modal-alert .f-modal-icon.f-modal-error {
        border-color: #cf3335
    }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
            display: block;
            position: relative;
            z-index: 2
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
            border: 4px solid rgba(200,0,0,0.2)
        }

        .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #cf3335;
            top: 37px;
            width: 47px
        }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
                left: 17px;
                transform: rotate(45deg)
            }

            .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
                right: 16px;
                transform: rotate(-45deg)
            }

    .f-modal-alert .f-modal-icon.f-modal-warning {
        border-color: #faa732
    }

        .f-modal-alert .f-modal-icon.f-modal-warning:before {
            animation: pulseWarning 2s linear infinite;
            background-color: #fff;
            border-radius: 50%;
            content: '';
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%
        }

        .f-modal-alert .f-modal-icon.f-modal-warning:after {
            background-color: #fff;
            border-radius: 50%;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
            background-color: #faa732;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2
        }

        .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
            background-color: #faa732;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2
        }

.f-modal-alert + .f-modal-content {
    text-align: center
}

.animateSuccessTip {
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    animation: animateSuccessLong .75s
}

.f-modal-icon.f-modal-success.animate:after {
    animation: rotatePlaceholder 4.25s ease-in
}

.animateErrorIcon {
    animation: animateErrorIcon 1s
}

.animateXLeft {
    animation: animateXLeft .75s
}

.animateXRight {
    animation: animateXRight .75s
}

.scaleWarning {
    animation: scaleWarning 2s infinite alternate
}

.pulseWarningIns {
    animation: pulseWarningIns .8s
}

.pulseWarningIns2 {
    animation: pulseWarningIns2 1.2s
}

@keyframes animateSuccessTip {
    0%,54% {
        left: 1px;
        top: 19px;
        width: 0
    }

    70% {
        left: -8px;
        top: 37px;
        width: 50px
    }

    84% {
        left: 21px;
        top: 48px;
        width: 17px
    }

    100% {
        left: 14px;
        top: 45px;
        width: 25px
    }
}

@keyframes animateSuccessLong {
    0%,65% {
        right: 46px;
        top: 54px;
        width: 0
    }

    84% {
        right: 0;
        top: 35px;
        width: 55px
    }

    100% {
        right: 8px;
        top: 38px;
        width: 47px
    }
}

@keyframes rotatePlaceholder {
    0%,5% {
        transform: rotate(-45deg)
    }

    12%,100% {
        transform: rotate(-405deg)
    }
}

@keyframes animateErrorIcon {
    0%,20% {
        opacity: 0;
        transform: rotateX(100deg)
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg)
    }
}

@keyframes animateXLeft {
    0%,65% {
        left: 82px;
        top: 95px;
        width: 0
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px
    }
}

@keyframes animateXRight {
    0%,65% {
        right: 82px;
        top: 95px;
        width: 0
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px
    }
}

@keyframes scaleWarning {
    0%,67.5% {
        transform: scale(1)
    }

    68% {
        transform: scale(1.02)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        opacity: .5;
        transform: scale(1)
    }

    30% {
        background-color: #fff;
        opacity: .5;
        transform: scale(1)
    }

    100% {
        background-color: #faa732;
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes pulseWarningIns {
    0%,40% {
        background-color: #fbbc64;
        opacity: 0;
        transform: translateY(-20px)
    }

    75% {
        background-color: #fbb24b;
        opacity: .5;
        transform: translateY(10px)
    }

    80% {
        background-color: #fbb24b;
        opacity: 1;
        transform: translateY(5px)
    }

    100% {
        background-color: #faa732;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulseWarningIns2 {
    0%,40% {
        background-color: #fbbc64;
        border-radius: 0;
        opacity: 0;
        transform: rotate(0deg) scale(1.5)
    }

    60% {
        background-color: #fbbc64;
        border-radius: 0;
        opacity: 0;
        transform: rotate(0deg) scale(1.5)
    }

    100% {
        background-color: #faa732;
        border-radius: 50%;
        opacity: 1;
        transform: rotate(365deg) scale(1)
    }
}

.f-offcanvas {
    background-color: rgba(0,0,0,0.1);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    touch-action: none;
    z-index: 1000
}

    .f-offcanvas.f-active {
        display: block
    }

        .f-offcanvas.f-active .f-offcanvas-bar.f-offcanvas-bar-show, .f-offcanvas.f-active .f-offcanvas-bar-flip[mode='reveal'].f-offcanvas-bar-show > * {
            transform: translateX(0%)
        }

    .f-offcanvas.f-offcanvas-overlaid {
        display: block;
        visibility: hidden
    }

        .f-offcanvas.f-offcanvas-overlaid.f-active {
            visibility: visible
        }

    .f-offcanvas .f-panel {
        color: #b3b4b1;
        margin: 20px 15px
    }

        .f-offcanvas .f-panel a:not([class]) {
            color: #ddd
        }

            .f-offcanvas .f-panel a:not([class]):hover {
                color: #fff
            }

    .f-offcanvas .f-panel-title {
        color: #ddd
    }

.f-offcanvas-page {
    margin-left: 0;
    position: fixed;
    transition: margin-left .3s ease-in-out
}

.f-offcanvas-bar {
    background-color: #333;
    bottom: 0;
    left: 0;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    -ms-scroll-chaining: none;
    top: 0;
    transform: translateX(-100%);
    transition: left .3s ease-in-out, transform .3s ease-in-out;
    width: 270px;
    z-index: 1001
}

    .f-offcanvas-bar[mode='none'] {
        transition: none
    }

    .f-offcanvas-bar[mode='reveal'] {
        clip: rect(0, 0, 100vh, 0);
        transform: translateX(0%);
        transition: transform .3s ease-in-out, clip .3s ease-in-out
    }

.f-offcanvas-bar-flip[mode='reveal'] {
    clip: none;
    transform: translateX(100%)
}

    .f-offcanvas-bar-flip[mode='reveal'] > * {
        transform: translateX(-100%);
        transition: transform .3s ease-in-out
    }

.f-offcanvas-bar-flip {
    left: auto;
    right: 0;
    transform: translateX(100%)
}

.f-offcanvas-back, .f-offcanvas-closeall {
    font-size: 1rem;
    background-color: #4d4c4c;
    border: 0;
    color: #ddd;
    cursor: pointer;
    display: block;
    height: 38px;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    width: 100%
}

    .f-offcanvas-back span, .f-offcanvas-closeall span {
        position: absolute;
        right: 20px;
        top: 10px;
        transition: right .3s ease-in-out
    }

    .f-offcanvas-back i, .f-offcanvas-closeall i {
        left: 15px;
        position: absolute;
        top: 7px;
        transition: left .3s ease-in-out
    }

.f-offcanvas-inactive .f-offcanvas-back, .f-offcanvas-inactive .f-offcanvas-closeall {
    background-color: #404040
}

    .f-offcanvas-inactive .f-offcanvas-back span, .f-offcanvas-inactive .f-offcanvas-closeall span {
        right: calc(100% - 28px)
    }

    .f-offcanvas-inactive .f-offcanvas-back i, .f-offcanvas-inactive .f-offcanvas-closeall i {
        left: calc(100% - 28px)
    }

.f-switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom
}

    .f-switcher > *:not(.f-active) {
        display: none
    }

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

.f-accordion-title {
    background: #ddd;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 5px 15px
}

.f-accordion-content {
    padding: 0 15px 15px
}

    .f-accordion-content > :last-child {
        margin-bottom: 0
    }

    .f-accordion-content:before, .f-accordion-content:after {
        content: '';
        display: table
    }

    .f-accordion-content:after {
        clear: both
    }

.f-map {
    min-height: 400px;
    width: 100%
}

.f-map-infowindow-title {
    font-size: 1.2em
}

.f-map-infowindow-content {
    font-size: 1em
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

.f-slidenav {
    font-size: 3.75rem;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: rgba(85,85,85,0.4);
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
    transition: color .2s linear
}

    .f-slidenav button {
        padding: 0
    }

    .f-slidenav > i {
        font-size: 3.75rem;
        display: block;
        font-weight: 100
    }

    .f-slidenav:hover, .f-slidenav:focus {
        color: rgba(85,85,85,0.7);
        cursor: pointer;
        outline: none;
        text-decoration: none
    }

    .f-slidenav:active {
        color: rgba(85,85,85,0.9)
    }

.f-slidenav-position {
    position: relative
}

    .f-slidenav-position .f-slidenav {
        margin-top: -30px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transition: opacity .2s linear;
        z-index: 1
    }

    .f-slidenav-position:hover .f-slidenav, .f-slidenav-position .f-slidenav-visible {
        opacity: 1
    }

    .f-slidenav-position .f-slidenav-previous {
        left: 10px
    }

    .f-slidenav-position .f-slidenav-next {
        right: 10px
    }

.f-slidenav-contrast {
    color: rgba(255,255,255,0.5)
}

    .f-slidenav-contrast:hover, .f-slidenav-contrast:focus {
        color: rgba(255,255,255,0.7)
    }

    .f-slidenav-contrast:active {
        color: rgba(255,255,255,0.9)
    }

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

[data-f-slider] {
    direction: ltr
}

html[dir='rtl'] .f-slider > * {
    direction: rtl
}

.f-slider {
    position: relative;
    touch-action: pan-y;
    z-index: 0
}

@media only screen and (min-width: 960px) {
    .f-slider.f-slider-fancy > li > div {
        transform: scale(0.95);
        transform-origin: center;
        transition: transform .1s linear
    }

    .f-slider.f-slider-fancy > li.f-next > div, .f-slider.f-slider-fancy > li.f-previous > div {
        transform: scale(1.05);
        z-index: 1
    }

    .f-slider.f-slider-fancy > li.f-active > div {
        transform: scale(1.15);
        z-index: 2
    }
}

.f-slider:not(.f-grid) {
    list-style: none;
    margin: 0;
    padding: 0
}

.f-slider > * {
    left: 0;
    position: absolute;
    top: 0
}

.f-slider.f-drag {
    cursor: col-resize;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.f-slider img {
    pointer-events: none
}

.f-slider-container {
    overflow: hidden
}

    .f-slider-container + .f-slide-handle {
        background-color: #ddd;
        display: none;
        height: 5px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        z-index: 2
    }

        .f-slider-container + .f-slide-handle .f-drag-handle {
            background-color: #d0d0d0;
            border: 1px solid #b7b7b7;
            cursor: pointer;
            display: block;
            height: 20px;
            position: absolute;
            top: -7.5px;
            transform: translateX(0);
            transition: background-color .2s linear, border .2s linear, transform .1s linear;
            width: 120px;
            z-index: 1
        }

            .f-slider-container + .f-slide-handle .f-drag-handle:hover, .f-slider-container + .f-slide-handle .f-drag-handle.f-handle-drag {
                background-color: #b7b7b7;
                border-color: #aaa
            }

        .f-slider-container + .f-slide-handle .f-slide-step {
            float: left;
            height: 5px
        }

@media only screen and (min-width: 960px) {
    .f-slider-container + .f-slide-handle {
        display: block
    }
}

.f-slider:not(.f-drag) {
    transition: transform 200ms linear
}

.f-slider a, .f-slider img {
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    user-drag: none
}

.f-slider-fullscreen, .f-slider-fullscreen > li {
    height: 100vh
}

.f-slider-slideshow-nav li {
    box-sizing: border-box;
    cursor: pointer
}

    .f-slider-slideshow-nav li:before {
        border: 2px solid transparent;
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

.f-slider-slideshow-nav .f-active:before {
    border-color: #171b25
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

.f-slideshow {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    touch-action: pan-y;
    width: 100%;
    z-index: 0
}

    .f-slideshow.f-active > li {
        display: block;
        position: absolute
    }

    .f-slideshow .f-ll {
        display: none
    }

    .f-slideshow > li {
        display: none;
        left: 0;
        opacity: 0;
        top: 0;
        width: 100%
    }

        .f-slideshow > li:first-child {
            display: block
        }

        .f-slideshow > li > img {
            visibility: hidden
        }

        .f-slideshow > li > a > img {
            width: 100%
        }

    .f-slideshow > .f-activating .f-ll {
        display: block
    }

    .f-slideshow > .f-active {
        opacity: 1;
        z-index: 10
    }

        .f-slideshow > .f-active .f-ll {
            display: block
        }

[data-f-slideshow-slide] {
    cursor: pointer
}

.f-slideshow-fullscreen, .f-slideshow-fullscreen > li {
    height: 100vh
}

.f-slideshow-fade-in {
    animation: f-fade .5s linear;
    animation-fill-mode: forwards
}

.f-slideshow-fade-out {
    animation: f-fade .5s linear reverse;
    animation-fill-mode: forwards
}

.f-slideshow-scroll-forward-in {
    animation: f-slide-right .5s ease-in-out;
    animation-fill-mode: forwards
}

.f-slideshow-scroll-forward-out {
    animation: f-slide-left .5s ease-in-out reverse;
    animation-fill-mode: forwards
}

.f-slideshow-scroll-backward-in {
    animation: f-slide-left .5s ease-in-out;
    animation-fill-mode: forwards
}

.f-slideshow-scroll-backward-out {
    animation: f-slide-right .5s ease-in-out reverse;
    animation-fill-mode: forwards
}

.f-slideshow-scale-out {
    animation: f-fade-scale-15 .5s ease-in-out reverse;
    animation-fill-mode: forwards
}

.f-slideshow-swipe-forward-in {
    animation: f-slide-left-33 .5s ease-in-out;
    animation-fill-mode: forwards
}

.f-slideshow-swipe-forward-out {
    animation: f-slide-left .5s ease-in-out reverse;
    animation-fill-mode: forwards
}

.f-slideshow-swipe-backward-in {
    animation: f-slide-right-33 .5s ease-in-out;
    animation-fill-mode: forwards
}

.f-slideshow-swipe-backward-out {
    animation: f-slide-right .5s ease-in-out reverse;
    animation-fill-mode: forwards
}

.f-slideshow-swipe-forward-in:before, .f-slideshow-swipe-backward-in:before {
    animation: f-fade .5s ease-in-out reverse;
    animation-fill-mode: forwards;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

[data-f-sticky].f-active {
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    z-index: 980
}

[data-f-sticky][class*='f-animation-'] {
    animation-duration: .15s
}

[data-f-sticky].f-animation-reverse {
    animation-duration: .04s
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

.f-tooltip {
    background: #555;
    border-color: #555;
    box-sizing: border-box;
    color: rgba(255,255,255,0.7);
    display: none;
    font-size: 12px;
    line-height: 18px;
    max-width: 200px;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    word-break: break-word;
    z-index: 1030
}

    .f-tooltip:after {
        border: 5px dashed;
        border-color: inherit;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

.f-tooltip-top:after, .f-tooltip-top-left:after, .f-tooltip-top-right:after {
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: inherit;
    border-top-style: solid;
    bottom: -5px
}

.f-tooltip-bottom:after, .f-tooltip-bottom-left:after, .f-tooltip-bottom-right:after {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: 0;
    top: -5px
}

.f-tooltip-top:after, .f-tooltip-bottom:after {
    left: 50%;
    margin-left: -5px
}

.f-tooltip-top-left:after, .f-tooltip-bottom-left:after {
    left: 10px
}

.f-tooltip-top-right:after, .f-tooltip-bottom-right:after {
    right: 10px
}

.f-tooltip-left:after {
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-left-style: solid;
    border-right: 0;
    border-top-color: transparent;
    margin-top: -5px;
    right: -5px;
    top: 50%
}

.f-tooltip-right:after {
    border-bottom-color: transparent;
    border-left: 0;
    border-right-color: inherit;
    border-right-style: solid;
    border-top-color: transparent;
    left: -5px;
    margin-top: -5px;
    top: 50%
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-100.woff2") format("woff2"),url("/css/Fonts/museo/museo-100.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-300.woff2") format("woff2"),url("/css/Fonts/museo/museo-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-500.woff2") format("woff2"),url("/css/Fonts/museo/museo-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-700.woff2") format("woff2"),url("/css/Fonts/museo/museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-display: swap;
    font-family: "Museo";
    src: local("Museo"),url("/css/Fonts/museo/museo-900.woff2") format("woff2"),url("/css/Fonts/museo/museo-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal
}

.f-form-controls {
    position: relative
}

    .f-form-controls > [class*='f-width-'] {
        position: relative
    }

.f-form-row > .f-grid > [class*='f-width-'] {
    position: relative
}

.f-form-danger:not(select) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%23ED462E' d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    border-color: #912017 !important;
    color: #cf3335 !important;
    padding-right: 35px !important
}

select.f-form-danger {
    border-color: #912017 !important;
    color: #cf3335 !important
}

span.f-form-danger, .f-form .errorfeedback, .f-form .field-validation-error {
    background-color: #cf3335 !important;
    background-image: none;
    border: 1px solid #cf3335;
    color: #fff !important;
    display: block;
    line-height: 1.5;
    margin-top: 12px;
    padding: 7px 10px;
    position: relative;
    top: 0;
    z-index: 1
}

    span.f-form-danger:after, .f-form .errorfeedback:after, .f-form .field-validation-error:after {
        border: 10px solid rgba(136,183,213,0);
        border-bottom-color: #cf3335;
        bottom: 100%;
        content: ' ';
        height: 0;
        left: 10px;
        margin-left: 0;
        pointer-events: none;
        position: absolute;
        width: 0
    }

.f-form-success:not(select), input:-webkit-autofill.f-form-success {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%23AACA28' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    border-color: #19a26a !important;
    color: #20ce87 !important;
    padding-right: 35px !important
}

input[type='password'].f-form-success {
    background-image: none
}

select.f-form-success {
    border-color: #19a26a !important;
    color: #20ce87 !important
}

textarea.f-form-danger, textarea.f-form-success {
    background-position: right 10px top 7px
}

@media screen and (min-width: 480px) {
    .f-form-row-invalid {
        position: relative
    }

        .f-form-row-invalid.f-form-controls, .f-form-row-invalid.f-form-row {
            margin-bottom: 40px
        }

            .f-form-row-invalid.f-form-controls:last-child, .f-form-row-invalid.f-form-row:last-child {
                margin-bottom: 0
            }

    .f-form-row.f-form-row-invalid .f-form-controls {
        margin-bottom: 0
    }

    span.f-form-danger, .f-form .errorfeedback {
        background-color: #cf3335 !important;
        border: 1px solid #cf3335 !important;
        left: 10px;
        margin-top: 0;
        position: absolute;
        top: 90%;
        width: 250px;
        z-index: 3
    }

        span.f-form-danger:after, span.f-form-danger:before, .f-form .errorfeedback:after, .f-form .errorfeedback:before {
            border: 5px solid rgba(136,183,213,0);
            bottom: 100%;
            content: ' ';
            height: 0;
            left: 10px;
            pointer-events: none;
            position: absolute;
            width: 0
        }

        span.f-form-danger:after, .f-form .errorfeedback:after {
            border-bottom-color: #cf3335;
            margin-left: 0
        }

        span.f-form-danger:before, .f-form .errorfeedback:before {
            border-bottom-color: #cf3335;
            border-width: 7px;
            margin-left: -2px
        }
}

.footer {
    background-color: #171b25;
    text-align: center
}

@media screen and (min-width: 480px) {
    .footer {
        text-align: left
    }
}

.footer p, .footer a {
    font-size: .875rem
}

.footer a {
    color: #b3b4b1
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .footer ul li {
        margin-bottom: 10px
    }

.footer_main {
    padding-bottom: 30px;
    padding-top: 30px
}

@media screen and (min-width: 768px) {
    .footer_main {
        padding-top: 95px
    }
}

@media screen and (min-width: 960px) {
    .footer_main--logo {
        text-align: center
    }
}

.footer_main--logo svg .logo-text {
    fill: #fff
}

.footer_main--title {
    color: #fff;
    font-weight: 500
}

.footer_main--social {
    margin-top: 25px
}

@media screen and (min-width: 960px) {
    .footer_main--social {
        text-align: center
    }
}

.footer_main--social a {
    display: inline-block;
    margin: 0 5px
}

.footer_main--social svg {
    fill: #fff
}

.footer_main--credits {
    background-color: #293442;
    color: #b3b4b1;
    font-weight: 700;
    padding-bottom: 20px
}

    .footer_main--credits a {
        display: inline-block;
        font-weight: 300;
        padding-left: 5px
    }

@media screen and (min-width: 1220px) {
    .footer_main--credits a {
        padding-left: 30px
    }
}

.footer_main--credits:before {
    background-image: url("/images/footer-curve.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 106px;
    width: 100%
}

.footer_main--credits nav {
    margin-left: -5px
}

@media screen and (min-width: 1220px) {
    .footer_main--credits nav {
        margin-left: -30px
    }
}

.footer_main--credits-inner {
    padding-top: 15px
}

.site-header {
    background-color: #171b25
}

    .site-header > .f-navbar {
        padding-bottom: 13px;
        padding-top: 13px
    }

@media screen and (min-width: 768px) {
    .site-header > .f-navbar {
        padding-bottom: 0;
        padding-top: 0
    }
}

.site-header__brand:focus {
    outline: 2px dotted #f4bd3b
}

.site-header__brand .logo-text {
    fill: #fff
}

.site-header-right {
    margin-left: auto
}

@media screen and (max-width: 767.99px) {
    .site-header__brand svg {
        height: auto;
        max-width: 48px
    }
}

@media screen and (min-width: 768px) {
    .site-header__brand {
        padding-bottom: 24px;
        padding-top: 24px
    }

    .site-header-right {
        padding-bottom: 18px
    }

        .site-header-right .menu-further {
            display: flex;
            justify-content: flex-end
        }

            .site-header-right .menu-further li:not(:last-of-type) a, .site-header-right .menu-further li:not(:last-of-type) button {
                color: #9cbcd9
            }

            .site-header-right .menu-further li:first-of-type a {
                border-bottom-left-radius: 8px;
                position: relative
            }

            .site-header-right .menu-further li:last-of-type a, .site-header-right .menu-further li:last-of-type button {
                background-color: #b3b4b1;
                border-bottom-right-radius: 8px;
                font-weight: 900;
                padding-left: 32px;
                padding-right: 32px
            }

            .site-header-right .menu-further a, .site-header-right .menu-further button {
                font-size: .875rem;
                background-color: #273441;
                display: block;
                padding: 12px 24px
            }

            .site-header-right .menu-further button {
                font-family: Museo,sans-serif;
                height: 100%
            }

                .site-header-right .menu-further button:hover, .site-header-right .menu-further button:focus {
                    text-decoration: underline
                }

                .site-header-right .menu-further button svg {
                    fill: none;
                    margin-right: 5px;
                    stroke: #9cbcd9;
                    stroke-width: 2px
                }

    .f-sticky-site-header.isScrolled .menu-further {
        display: none
    }

    .f-sticky-site-header.isScrolled .site-header__brand {
        padding-bottom: 0;
        padding-top: 0;
        width: 55px
    }

    .f-sticky-site-header.isScrolled .menu-main-wrap {
        margin-top: 16px
    }
}

@media screen and (min-width: 960px) {
    .site-header-right {
        padding-bottom: 0
    }

    .f-sticky-site-header.isScrolled .menu-main-wrap {
        margin-top: 26px
    }

    .f-sticky-site-header.isScrolled .menu-main__item a {
        padding-bottom: 20.5px
    }

    .f-sticky-site-header.isScrolled .menu-main__item--search:hover:after {
        top: 40px
    }
}

.site-header-search {
    position: relative;
    z-index: 3
}

body {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px
}

main {
    overflow: hidden
}

.f-container-xsmall {
    max-width: 765px
}

.f-container-small {
    max-width: 925px
}

.f-container-medium {
    max-width: 1080px
}

.f-container-medium-large {
    max-width: 1190px
}

.f-container-large {
    max-width: 1375px
}

.f-grid-small {
    margin-left: -16px
}

    .f-grid-small > * {
        padding-left: 16px
    }

    .f-grid-small.f-grid-auto {
        margin-top: -16px
    }

        .f-grid-small.f-grid-auto > * {
            padding-top: 16px
        }

@media screen and (min-width: 960px) {
    .f-grid-large {
        margin-left: -50px
    }

        .f-grid-large > * {
            padding-left: 50px
        }
}

.f-grid-large.f-grid-auto {
    margin-top: -50px
}

    .f-grid-large.f-grid-auto > * {
        padding-top: 50px
    }

@media screen and (min-width: 1220px) {
    .f-grid-xlarge {
        margin-left: -90px
    }

        .f-grid-xlarge > * {
            padding-left: 90px
        }
}

.f-list-space > li:nth-child(n+2) {
    margin-top: 40px
}

.f-list-space-medium > li:nth-child(n+2) {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .f-grid-divider-medium > * + *:before {
        background-color: #b3b4b1;
        bottom: 0;
        content: '';
        display: block;
        left: 7px;
        position: absolute;
        top: 30px;
        width: 1px
    }
}

.f-background-color-curve {
    position: relative
}

    .f-background-color-curve:before {
        background-color: #f2f1ef;
        clip-path: ellipse(110% 500px at 34.04% 15.46%);
        content: '';
        height: 65%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

    .f-background-color-curve > * {
        position: relative
    }

.f-background-color-curve-small:before {
    clip-path: ellipse(147% 174px at 34.04% 15.46%)
}

@media screen and (min-width: 480px) {
    .f-background-color-curve-small:before {
        clip-path: ellipse(110% 305px at 34.04% 15.46%)
    }
}

.svg-stroke-primary path {
    stroke: #171b25
}

.f-map-tall {
    height: 760px;
    min-height: 0
}

.f-border-lgrey {
    border: 1px solid #ddd
}

.border-bottom {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 0 1px 0
}

.border-bottom-primary-light {
    border-color: #273441;
    border-style: solid;
    border-width: 0 0 1px 0
}

.f-list-icon {
    float: left;
    text-align: center;
    width: 26px
}

    .f-list-icon > svg {
        display: block;
        margin: auto;
        max-width: 26px
    }

    .f-list-icon + span {
        display: block;
        overflow: hidden
    }

h1, .f-h1 {
    font-weight: 100;
    letter-spacing: 1px
}

.link-arrow {
    display: inline-block;
    padding-right: 45px;
    position: relative
}

    .link-arrow > svg {
        margin-top: -6px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateX(0) rotate(0);
        transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
        z-index: 1
    }

    .link-arrow:hover {
        color: #545A6B
    }

        .link-arrow:hover > svg {
            transform: translateX(6px) rotate(0)
        }

    .link-arrow.link-arrow-back {
        padding-left: 45px;
        padding-right: 0
    }

        .link-arrow.link-arrow-back > svg {
            left: 8px;
            margin-top: -14px;
            right: auto;
            transform: translateX(0) rotate(180deg)
        }

        .link-arrow.link-arrow-back:hover > svg {
            transform: translateX(-6px) rotate(180deg)
        }

.menu-main--mobile-wrapper {
    top: 66px
}

@media screen and (min-width: 768px) {
    .menu-main--mobile-wrapper {
        top: 140px
    }
}

.menu-main--mobile-wrapper .f-offcanvas-bar {
    background-color: #fff;
    box-shadow: -10px 0 40px 0 rgba(0,0,0,0.16);
    top: 66px;
    /*width: 100%;*/
    width: 304px
}

@media screen and (min-width: 768px) {
    .menu-main--mobile-wrapper .f-offcanvas-bar {
        top: 140px
    }
}

.menu-main--mobile {
    background-color: #fff
}

    .menu-main--mobile .f-parent > a, .menu-main--mobile .f-nav > li > a {
        font-size: .875rem;
        font-weight: 500;
        padding: 20px 45px 20px 16px;
        position: relative;
        text-transform: uppercase
    }

.menu-main--mobile-toggle {
    display: inline-block;
    padding: 15px;
    position: absolute;
    right: 1px;
    top: 11px
}

.f-open .menu-main--mobile-toggle {
    transform: rotate(180deg)
}

.menu-main--mobile-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 9px;
    width: 13px
}

.menu-main--mobile-links {
    border-top: 1px solid #ddd;
    padding-bottom: 80px;
    padding-top: 18px
}

    .menu-main--mobile-links ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .menu-main--mobile-links a {
        font-size: .875rem;
        display: block;
        font-weight: 500;
        padding: 14px 16px
    }

        .menu-main--mobile-links a:hover {
            text-decoration: none
        }

@media screen and (min-width: 960px) {
    .site-header .search-form--mobile {
        display: none
    }
}

.site-header .search-form--mobile label {
    font-size: .8125rem;
    color: #fff
}

.site-header .search-form--mobile .f-form-select {
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%
}

    .site-header .search-form--mobile .f-form-select select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E");
        border-radius: 8px;
        width: 100%
    }

.site-header .search-form--mobile .input-toggle-wrapper {
    font-size: .875rem
}

    .site-header .search-form--mobile .input-toggle-wrapper .f-input-toggle.small span:before {
        top: 2px
    }

.search-form--mobile-toggle {
    border: 1px solid #273441;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    padding: 12px 45px 12px 16px;
    position: relative
}

    .search-form--mobile-toggle:hover, .search-form--mobile-toggle.f-active {
        background-color: #273441;
        color: #fff;
        text-decoration: none
    }

    .search-form--mobile-toggle:after {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        display: block;
        position: absolute;
        right: 16px
    }

.search-form--mobile-filters-toggle {
    font-size: .875rem;
    color: #fff;
    flex-grow: 1;
    margin-right: 10px;
    padding-left: 40px
}

    .search-form--mobile-filters-toggle:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M19.111 3H4.889A.866.866 0 0 0 4 3.842v2.181a1.646 1.646 0 0 0 .518 1.185l4.815 4.562v6.388a.834.834 0 0 0 .422.716.933.933 0 0 0 .864.038l3.556-1.684a.84.84 0 0 0 .492-.754v-4.7l4.815-4.562A1.646 1.646 0 0 0 20 6.023V3.842A.866.866 0 0 0 19.111 3zm-5.962 7.826a.817.817 0 0 0-.26.6v4.532l-1.778.842v-5.379a.817.817 0 0 0-.26-.6l-5.073-4.8V4.684h12.445v1.333z' transform='translate(-4 -3)'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        display: block;
        height: 16px;
        left: 16px;
        position: absolute;
        width: 16px
    }

    .search-form--mobile-filters-toggle:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E");
        height: 8px;
        top: 14px;
        width: 14px
    }

    .search-form--mobile-filters-toggle.f-active:after {
        transform: rotate(180deg)
    }

.search-form--mobile-map-toggle {
    font-size: 1rem;
    color: #fff;
    padding-left: 25px
}

    .search-form--mobile-map-toggle:after {
        background-image: url("/images/icons/map.svg");
        height: 15px;
        top: 11px;
        width: 16px
    }

.f-form .search-form--mobile-input-wrapper {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    padding: 5px
}

    .f-form .search-form--mobile-input-wrapper input {
        border: 0;
        flex-grow: 1;
        height: auto;
        margin-right: 5px
    }

    .f-form .search-form--mobile-input-wrapper .f-btn svg {
        height: 16px;
        width: 16px
    }

        .f-form .search-form--mobile-input-wrapper .f-btn svg path {
            stroke: #030406
        }

.section {
    padding-bottom: 60px;
    padding-top: 60px
}

    .section.light {
        background-color: #ddd
    }

@media screen and (min-width: 960px) {
    .section {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.section-medium {
    padding-bottom: 40px;
    padding-top: 40px
}

.section-small {
    padding-bottom: 30px;
    padding-top: 30px
}

.section__heading {
    font-size: 2rem;
    color: #171b25;
    margin-bottom: 48px;
    position: relative;
    text-align: center;
    z-index: 1
}

.section_bgd--curve {
    background-color: #f2f1ef
}

@media screen and (max-width: 959.99px) {
    .section_bgd--curve {
        padding-bottom: 40px
    }
}

.section_bgd--curve .f-container {
    padding: 0
}

@media screen and (max-width: 959.99px) {
    .section_bgd--curve .section__heading {
        margin-top: 40px
    }
}

.section_bgd--curve-contrast {
    background-color: #171b25;
    color: #fff;
    position: relative
}

    .section_bgd--curve-contrast:after {
        background-color: #f2f1ef;
        background-image: url("/images/curve-horizontal.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 105px;
        width: 100%
    }

@media screen and (min-width: 480px) {
    .section_bgd--curve-contrast:after {
        height: 180px;
        width: 100%
    }
}

@media screen and (min-width: 800px) {
    .section_bgd--curve-contrast:after {
        height: 200px;
        width: 100%
    }
}

@media screen and (min-width: 960px) {
    .section_bgd--curve-contrast:after {
        background-color: transparent;
        background-image: url("/images/curve-vertical.svg");
        bottom: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 130px
    }
}

@media screen and (min-width: 960px) {
    .section_bgd--curve-contrast .section_bgd--column {
        margin-left: auto
    }
}

.section_bgd--curve-contrast .section__heading {
    color: #fff
}

.section_bgd--column {
    box-sizing: border-box;
    padding: 20px
}

    .section_bgd--column .section_bgd--column-content {
        padding-bottom: 30px
    }

@media screen and (min-width: 960px) {
    .section_bgd--column {
        max-width: 570px;
        padding: 80px 20px
    }

        .section_bgd--column .section_bgd--column-content {
            padding-bottom: 80px
        }
}

.search-form--desktop {
    display: none
}

@media screen and (min-width: 960px) {
    .search-form--desktop {
        display: block
    }
}

.menu-main__toggle {
    background-color: #273441;
    border-radius: 8px;
    height: 40px;
    margin-left: 16px;
    width: 40px
}

    .menu-main__toggle .toggle-close {
        display: none
    }

.f-offcanvas-page .menu-main__toggle .toggle-close {
    display: inline
}

.menu-main__toggle .toggle-open {
    display: inline
}

.f-offcanvas-page .menu-main__toggle .toggle-open {
    display: none
}

.menu-main__toggle svg {
    stroke: #fff;
    stroke-width: 2px
}

.f-offcanvas-page .menu-main__toggle svg {
    stroke: #171b25
}

.f-offcanvas-page .menu-main__toggle {
    background-color: #fff
}

.menu-main__item {
    font-size: .875rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

    .menu-main__item:hover, .menu-main__item:focus {
        color: #f4bd3b;
        text-decoration: none
    }

.menu-main__item--search svg {
    width: 1.5rem;
    margin-right: 5px
}

@media screen and (min-width: 480px) {
    .menu-main__item--search svg {
        width: calc(24px + 9 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .menu-main__item--search svg {
        width: 2.0625rem
    }
}

.menu-main__item--search.f-toggled {
    color: #f4bd3b
}

@media screen and (max-width: 959.99px) {
    .menu-main__item--search.f-toggled {
        background-color: #fff;
        color: #171b25
    }
}

@media screen and (max-width: 959.99px) {
    .menu-main__item--search {
        background-color: #273441;
        border-radius: 8px;
        padding: 8px 10px
    }
}

@media screen and (min-width: 960px) {
    .menu-main__item--search {
        padding-bottom: 13px;
        position: relative
    }

        .menu-main__item--search.f-toggled:after, .menu-main__item--search:hover:after {
            background-color: #f4bd3b;
            content: '';
            display: block;
            height: 4px;
            left: 0;
            position: absolute;
            top: 32px;
            width: 100%
        }
}

.menu-main__item a {
    color: #fff
}

    .menu-main__item a:hover, .menu-main__item a:focus {
        color: #f4bd3b
    }

.menu-main {
    margin: 0
}

.menu-main-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width: 959.99px) {
    .menu-main-wrap {
        overflow: hidden
    }
}

@media screen and (max-width: 958.99px) {
    .menu-main {
        opacity: 0;
        position: fixed;
        transform: translateX(100%);
        visibility: hidden
    }
}

@media screen and (min-width: 768px) {
    .menu-main-wrap {
        margin-top: 24px
    }
}

@media screen and (min-width: 960px) {
    .menu-main > * + *:not(.menu-main__toggle), .menu-main-wrap > * + *:not(.menu-main__toggle) {
        margin-left: 24px
    }

    .menu-main-wrap {
        margin-top: 38px
    }

    .menu-main {
        display: flex
    }

    .menu-main__item {
        padding-bottom: 13px
    }

        .menu-main__item a {
            border-bottom: 4px solid transparent;
            padding-bottom: 12px;
            padding-left: 10px;
            text-decoration: none
        }

        .menu-main__item:hover a, .menu-main__item:focus a {
            border-color: #f4bd3b
        }
}

.menu-main__item .f-open > a {
    border-color: #f4bd3b
}

.f-dropdown-parent {
    position: relative
}

    .f-dropdown-parent .f-btn-dropdown {
        position: static
    }

.f-nav-linklist, .f-nav .f-nav-linklist {
    background-color: #f2f1ef;
    padding: 15px 16px;
    text-transform: none
}

    .f-nav-linklist a, .f-nav .f-nav-linklist a {
        font-size: .75rem;
        display: block;
        padding: 12px 25px 12px 0;
        position: relative
    }

        .f-nav-linklist a strong, .f-nav .f-nav-linklist a strong {
            font-size: 1rem;
            color: #171b25;
            display: block;
            font-weight: 900
        }

        .f-nav-linklist a:after, .f-nav .f-nav-linklist a:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='9.414' viewBox='0 0 13.414 9.414'%3E%3Cg transform='translate(0 .707)'%3E%3Cpath d='M2735.625-1189.153l4 4-4 4' fill='none' stroke='%23b3b4b1' stroke-width='2px' transform='translate(-2727.625 1189.153)'/%3E%3Cpath d='M2738.594-1183.5h-12' fill='none' stroke='%23b3b4b1' stroke-width='2px' transform='translate(-2726.594 1187.5)'/%3E%3C/g%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: block;
            height: 8px;
            margin-top: -4px;
            position: absolute;
            right: 0;
            top: 50%;
            width: 12px
        }

@media screen and (min-width: 960px) {
    .f-nav-linklist a:hover, .f-nav .f-nav-linklist a:hover {
        background-color: #ddd
    }
}

@media screen and (min-width: 1220px) {
    .menu-main > * + *:not(.menu-main__toggle), .menu-main-wrap > * + *:not(.menu-main__toggle) {
        margin-left: 32px
    }
}

.nav-social a:hover {
    text-decoration: none
}

.f-pagination .material-icons {
    font-size: 1.75rem
}

.f-pagination > li > a, .f-pagination > li > span {
    line-height: 32px
}

.f-pagination li.f-paginate-previous, .f-pagination li.f-paginate-next {
    border: 1px solid #ddd;
    border-radius: 4px
}

    .f-pagination li.f-paginate-previous > a, .f-pagination li.f-paginate-next > a {
        background-color: #fff;
        border-radius: 4px;
        color: #171b25
    }

.f-pagination li.f-active > span {
    background-color: transparent;
    color: #171b25;
    font-weight: 900
}

.f-pagination > li > a {
    background-color: transparent
}

.f-pagination > li:nth-child(n+2) {
    margin-left: 20px
}

.f-dropdown {
    border: 0;
    padding: 0
}

    .f-dropdown ul {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 12px 40px 0 rgba(0,0,0,0.25);
        padding: 0
    }

        .f-dropdown ul li:first-child {
            border-radius: 8px 8px 0 0;
            overflow: hidden
        }

        .f-dropdown ul li:last-child {
            border-radius: 0 0 8px 8px;
            overflow: hidden
        }

    .f-dropdown a {
        border: 0;
        padding: 20px 0 20px 28px
    }

    .f-dropdown li + li {
        border-top: 1px solid #ddd
    }

    .f-dropdown.f-nav-linklist {
        background-color: transparent
    }

        .f-dropdown.f-nav-linklist a {
            font-size: 1rem;
            color: #171b25;
            font-weight: 100
        }

            .f-dropdown.f-nav-linklist a:after {
                height: 12px;
                right: 25px;
                width: 18px
            }

.f-dropdown-parent {
    padding-right: 20px
}

.f-notouch .f-dropdown-parent {
    padding-right: 0
}

.f-dropdown-large {
    width: 430px
}

.f-dropdown-bottom {
    margin-top: 0;
    padding-top: 16px
}

.f-btn-dropdown-toggle {
    background-color: transparent;
    border: 0;
    margin-top: -16px;
    padding: 0;
    position: absolute;
    right: -10px
}

    .f-btn-dropdown-toggle:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23f4bd3b' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 30px;
        width: 30px
    }

.f-notouch .f-btn-dropdown-toggle {
    display: none
}

.f-notouch .menu-main__item .f-btn-dropdown > a, .f-notouch .menu-main__item > a {
    padding-right: 10px
}

.f-touch .menu-main__item .f-btn-dropdown > a, .f-touch .menu-main__item > a {
    padding-left: 0
}

.nav_switcher {
    list-style: none;
    padding: 0
}

    .nav_switcher a {
        font-size: .875rem;
        border-color: transparent;
        border-style: solid;
        border-width: 0 0 2px 0;
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 5px;
        text-decoration: none;
        text-transform: uppercase
    }

        .nav_switcher a:hover, .nav_switcher a:focus, .nav_switcher a:active {
            border-color: #f4bd3b
        }

    .nav_switcher li.f-active a {
        border-color: #f4bd3b;
        font-weight: 700
    }

@media screen and (min-width: 768px) {
    .nav-filter {
        display: flex
    }
}

.nav-filter label:not(.f-flex-medium) {
    display: block
}

    .nav-filter label:not(.f-flex-medium) strong {
        margin-right: 16px
    }

@media screen and (min-width: 960px) {
    .nav-filter label:not(.f-flex-medium) {
        align-items: center;
        display: flex;
        width: 300px
    }
}

@media screen and (min-width: 1220px) {
    .nav-filter label:not(.f-flex-medium) {
        width: 330px
    }
}

.nav-filter > *:not(.results-wrapper) {
    flex: 0
}

@media screen and (min-width: 768px) {
    .nav-filter > *:not(.results-wrapper) {
        margin-right: 20px
    }
}

.nav-filter .results-wrapper {
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .nav-filter .results-wrapper {
        padding-top: 23px
    }
}

@media screen and (min-width: 960px) {
    .nav-filter .results-wrapper {
        padding-top: 0
    }
}

.nav-filter select {
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: block;
    height: auto;
    margin: 6.6666666667px 0 20px 0;
    padding: 8px;
    width: 100%
}

    .nav-filter select.select-small {
        margin: 6.6666666667px 0
    }

@media screen and (min-width: 768px) {
    .nav-filter select {
        display: inline-block;
        width: 193px
    }

        .nav-filter select.select-small {
            margin: 6.6666666667px 10px;
            width: 80px
        }
}

@media screen and (min-width: 960px) {
    .nav-filter select {
        margin: 0
    }

        .nav-filter select.select-small {
            margin: 0 10px;
            width: 80px
        }
}

.nav-filter.f-form select:not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E")
}

.label-featured-wrapper {
    margin-bottom: 70px
}

@media screen and (min-width: 768px) {
    .label-featured-wrapper {
        margin-bottom: 0
    }
}

.label-featured-wrapper-position {
    position: absolute;
    top: calc(100% + 20px);
    z-index: 1
}

@media screen and (min-width: 768px) {
    .label-featured-wrapper-position {
        left: calc(100% - 24px);
        top: 12px
    }
}

@media screen and (min-width: 768px) {
    .news__featured--content > * {
        margin-top: 80px;
        padding-left: 20px
    }
}

.f-btn {
    font-size: .875rem;
    border-radius: 8px;
    font-weight: 900;
    transform: scale(1);
    transition: transform .1s, background-color .2s
}

@media screen and (min-width: 480px) {
    .f-btn {
        font-size: calc(14px + 2 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .f-btn {
        font-size: 1rem
    }
}

.f-btn:hover {
    transform: scale(1.05)
}

.f-btn:not(.f-btn-primary) {
    color: #171b25
}

.f-btn-primary:focus {
    outline: 2px solid #f4bd3b
}

.f-btn-white {
    border-style: solid;
    border-width: 1px
}

    .f-btn-white:not(:hover):not(:focus):not(:active) {
        border-color: #ddd
    }

.f-btn-icon.f-btn-icon-arrow.f-btn-primary:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.415' height='13.414' viewBox='0 0 19.415 13.414'%3E%3Cg transform='translate(0 .707)'%3E%3Cpath d='M2735.625-1189.153l6 6-6 6' fill='none' stroke='%23fff' stroke-width='2' transform='translate(-2723.625 1189.153)'/%3E%3Cpath d='M2744.6-1183.5h-18' fill='none' stroke='%23fff' stroke-width='2' transform='translate(-2726.595 1189.5)'/%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-streetview.f-btn-primary:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='2' r='2' fill='%23fff'/%3E%3Cpath d='M10,16h2V11h2V7a2,2,0,0,0-2-2H8A2,2,0,0,0,6,7v4H8v5Z' fill='%23fff'/%3E%3Cpath d='M16.45,9.39l-.9,1.78C17.11,12,18,13,18,14c0,1.89-3.28,4-8,4s-8-2.11-8-4c0-1,.89-2.05,2.45-2.82l-.9-1.79C1.3,10.51,0,12.19,0,14c0,3.36,4.39,6,10,6s10-2.64,10-6C20,12.19,18.7,10.51,16.45,9.39Z' fill='%23fff'/%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-calculator.f-btn-primary:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg transform='translate(-3 -2)'%3E%3Cpath d='M19 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM5 20V4h14v16z' fill='%23fff' /%3E%3Cpath d='M7 12h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zM7 6h10v4H7zm4 10h2v2h-2zm4-4h2v6h-2z' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-download.f-btn-primary:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath d='M12 16l4-5h-3V4h-2v7H8z' fill='%23fff' transform='translate(-2 -4)'/%3E%3Cpath d='M20 18H4v-7H2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-7h-2z' fill='%23fff' transform='translate(-2 -4)'/%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-arrow.f-btn-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.415' height='13.414' viewBox='0 0 19.415 13.414'%3E%3Cg transform='translate(0 .707)'%3E%3Cpath d='M2735.625-1189.153l6 6-6 6' fill='none' stroke='%23171b25' stroke-width='2' transform='translate(-2723.625 1189.153)'/%3E%3Cpath d='M2744.6-1183.5h-18' fill='none' stroke='%23171b25' stroke-width='2' transform='translate(-2726.595 1189.5)'/%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-streetview.f-btn-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='2' r='2' fill='%23171b25'/%3E%3Cpath d='M10,16h2V11h2V7a2,2,0,0,0-2-2H8A2,2,0,0,0,6,7v4H8v5Z' fill='%23171b25'/%3E%3Cpath d='M16.45,9.39l-.9,1.78C17.11,12,18,13,18,14c0,1.89-3.28,4-8,4s-8-2.11-8-4c0-1,.89-2.05,2.45-2.82l-.9-1.79C1.3,10.51,0,12.19,0,14c0,3.36,4.39,6,10,6s10-2.64,10-6C20,12.19,18.7,10.51,16.45,9.39Z' fill='%23171b25'/%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-calculator.f-btn-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg transform='translate(-3 -2)'%3E%3Cpath d='M19 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM5 20V4h14v16z' fill='%23171b25' /%3E%3Cpath d='M7 12h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zM7 6h10v4H7zm4 10h2v2h-2zm4-4h2v6h-2z' fill='%23171b25' /%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-download.f-btn-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath d='M12 16l4-5h-3V4h-2v7H8z' fill='%23171b25' transform='translate(-2 -4)'/%3E%3Cpath d='M20 18H4v-7H2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-7h-2z' fill='%23171b25' transform='translate(-2 -4)'/%3E%3C/svg%3E")
}

.f-btn-control {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 32px
}

    .f-btn-control svg {
        fill: #fff;
        height: 11px;
        width: 11px
    }

.f-btn-icon {
    font-size: 1rem;
    position: relative;
    text-align: left
}

    .f-btn-icon.f-btn {
        padding: 7px 65px 7px 20px
    }

    .f-btn-icon:after {
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 14px;
        margin-top: -7px;
        position: absolute;
        right: 24px;
        top: 50%;
        width: 20px
    }

.f-btn-icon-arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.415' height='13.414' viewBox='0 0 19.415 13.414'%3E%3Cg transform='translate(0 .707)'%3E%3Cpath d='M2735.625-1189.153l6 6-6 6' fill='none' stroke='%23171b25' stroke-width='2' transform='translate(-2723.625 1189.153)'/%3E%3Cpath d='M2744.6-1183.5h-18' fill='none' stroke='%23171b25' stroke-width='2' transform='translate(-2726.595 1189.5)'/%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon-streetview:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='2' r='2' fill='%23171b25'/%3E%3Cpath d='M10,16h2V11h2V7a2,2,0,0,0-2-2H8A2,2,0,0,0,6,7v4H8v5Z' fill='%23171b25'/%3E%3Cpath d='M16.45,9.39l-.9,1.78C17.11,12,18,13,18,14c0,1.89-3.28,4-8,4s-8-2.11-8-4c0-1,.89-2.05,2.45-2.82l-.9-1.79C1.3,10.51,0,12.19,0,14c0,3.36,4.39,6,10,6s10-2.64,10-6C20,12.19,18.7,10.51,16.45,9.39Z' fill='%23171b25'/%3E%3C/svg%3E");
    height: 20px;
    margin-top: -10px;
    width: 20px
}

.f-btn-icon-calculator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg transform='translate(-3 -2)'%3E%3Cpath d='M19 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM5 20V4h14v16z' fill='%23171b25' /%3E%3Cpath d='M7 12h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zM7 6h10v4H7zm4 10h2v2h-2zm4-4h2v6h-2z' fill='%23171b25' /%3E%3C/g%3E%3C/svg%3E");
    height: 20px;
    margin-top: -10px;
    width: 18px
}

.f-btn-icon-download:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath d='M12 16l4-5h-3V4h-2v7H8z' fill='%23171b25' transform='translate(-2 -4)'/%3E%3Cpath d='M20 18H4v-7H2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-7h-2z' fill='%23171b25' transform='translate(-2 -4)'/%3E%3C/svg%3E");
    height: 16px;
    margin-top: -8px;
    width: 20px
}

.f-btn-medium {
    font-size: 1rem;
    min-width: 160px;
    padding: 14px 30px
}

@media screen and (min-width: 768px) {
    .f-btn-medium {
        padding: 14px 50px
    }
}

.f-btn-medium.f-btn-icon {
    padding: 14px 65px 14px 15px
}

.f-btn-large {
    font-size: 1rem;
    min-width: 160px;
    padding: 18px 30px
}

@media screen and (min-width: 768px) {
    .f-btn-large {
        padding: 18px 50px
    }
}

.f-btn-large.f-btn-icon {
    padding: 18px 65px 18px 20px
}

.f-btn-icon.f-btn-icon-arrow.f-btn-accent:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.415' height='13.414' viewBox='0 0 19.415 13.414'%3E%3Cg transform='translate(0 .707)'%3E%3Cpath d='M2735.625-1189.153l6 6-6 6' fill='none' stroke='%23171b25' stroke-width='2' transform='translate(-2723.625 1189.153)'/%3E%3Cpath d='M2744.6-1183.5h-18' fill='none' stroke='%23171b25' stroke-width='2' transform='translate(-2726.595 1189.5)'/%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-streetview.f-btn-accent:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='2' r='2' fill='%23171b25'/%3E%3Cpath d='M10,16h2V11h2V7a2,2,0,0,0-2-2H8A2,2,0,0,0,6,7v4H8v5Z' fill='%23171b25'/%3E%3Cpath d='M16.45,9.39l-.9,1.78C17.11,12,18,13,18,14c0,1.89-3.28,4-8,4s-8-2.11-8-4c0-1,.89-2.05,2.45-2.82l-.9-1.79C1.3,10.51,0,12.19,0,14c0,3.36,4.39,6,10,6s10-2.64,10-6C20,12.19,18.7,10.51,16.45,9.39Z' fill='%23171b25'/%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-calculator.f-btn-accent:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg transform='translate(-3 -2)'%3E%3Cpath d='M19 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM5 20V4h14v16z' fill='%23171b25' /%3E%3Cpath d='M7 12h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zM7 6h10v4H7zm4 10h2v2h-2zm4-4h2v6h-2z' fill='%23171b25' /%3E%3C/g%3E%3C/svg%3E")
}

.f-btn-icon.f-btn-icon-download.f-btn-accent:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath d='M12 16l4-5h-3V4h-2v7H8z' fill='%23171b25' transform='translate(-2 -4)'/%3E%3Cpath d='M20 18H4v-7H2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-7h-2z' fill='%23171b25' transform='translate(-2 -4)'/%3E%3C/svg%3E")
}

@media screen and (max-width: 479.99px) {
    .f-btn-fullwidth-mobile, .f-btn-icon.f-btn-fullwidth-mobile {
        font-size: 1rem;
        max-width: 400px;
        padding: 18px 30px;
        width: 100%
    }
}

.f-btn-disabled, .f-btn-disabled:hover, .f-btn-disabled:focus, .f-btn-disabled:active {
    font-size: 1rem;
    background-color: #f2f1ef;
    color: #b3b4b1;
    cursor: text
}

.f-btn-grid-group {
    display: flex
}

@media screen and (max-width: 479.99px) {
    .f-btn-grid-group > * {
        box-sizing: border-box;
        width: 100%
    }
}

.f-btn-play {
    font-size: .875rem;
    background-color: #f4bd3b;
    border: 2px solid #fff;
    border-radius: 24px;
    box-shadow: 0 6px 18px 0 rgba(0,0,0,0.45);
    box-sizing: border-box;
    color: #171b25;
    display: inline-block;
    font-weight: 700;
    min-width: 150px;
    padding: 12px 26px 12px 55px;
    position: relative
}

    .f-btn-play:before {
        border-color: transparent;
        border-left-color: #000;
        border-style: solid;
        border-width: 8px 15px 8px 15px;
        content: '';
        display: block;
        left: 20px;
        position: absolute;
        top: 15px
    }

.hero {
    position: relative
}

    .hero:after, .hero figure {
        clip-path: ellipse(186% 430px at 64.55% .52%)
    }

    .hero:after {
        background-color: #b3b4b1;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: 0
    }

    .hero figure {
        height: 445px;
        position: relative;
        z-index: 1
    }

.hero--featured figure:before {
    background-color: rgba(23,27,37,0.15);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.hero--small figure {
    height: auto
}

.hero--small:after, .hero--small figure {
    clip-path: ellipse(100% 79% at 63.46% 20.99%)
}

.hero--further {
    position: relative
}

@media screen and (min-width: 960px) {
    .hero--further > * {
        display: flex
    }
}

@media screen and (min-width: 960px) {
    .hero--further-content {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-right: 30px;
        width: 50%
    }
}

@media screen and (min-width: 1600px) {
    .hero--further-content {
        padding-right: 100px;
        width: 45%
    }
}

.hero--further-image {
    overflow: hidden
}

@media screen and (min-width: 960px) {
    .hero--further-image {
        min-height: 282px;
        width: 50%
    }
}

@media screen and (min-width: 1600px) {
    .hero--further-image {
        margin-right: -100px;
        width: calc(50% + 100px)
    }
}

.hero--further-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.hero--further-image:before, .hero--further-image:after {
    background-repeat: no-repeat;
    background-size: 97px 100%;
    bottom: -1px;
    content: '';
    position: absolute;
    top: -1px;
    width: 97px;
    z-index: 1
}

.hero--further-image:before {
    background-image: url("/images/banner-curve-left.svg");
    left: 0
}

.hero--further-image:after {
    background-image: url("/images/banner-curve-right.svg");
    right: 0
}

.hero--small figure {
    height: auto
}

.hero--small:after, .hero--small figure {
    clip-path: ellipse(100% 79% at 63.46% 20.99%)
}

@media screen and (min-width: 960px) {
    .hero:not(.hero--small):after, .hero:not(.hero--small) figure {
        clip-path: ellipse(100% 480px at 63.46% 20.99%);
        height: 610px
    }
}

.search-form {
    max-width: 18.125rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media screen and (min-width: 480px) {
    .search-form {
        max-width: calc(290px + 645 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .search-form {
        max-width: 58.4375rem
    }
}

.banner-search .search-form {
    margin-top: -10.9375rem;
    z-index: 2
}

@media screen and (min-width: 480px) {
    .banner-search .search-form {
        margin-top: calc(-175px + 70 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .banner-search .search-form {
        margin-top: -6.5625rem
    }
}

.search-form .f-form {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.16);
    box-sizing: border-box;
    margin-top: -10px;
    padding: 16px;
    position: relative;
    z-index: 1
}

.search-form__heading {
    font-size: 1.125rem;
    background-color: #f2f1ef;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: inline-block;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 12px
}

@media screen and (min-width: 480px) {
    .search-form__heading {
        font-size: calc(18px + 2 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .search-form__heading {
        font-size: 1.25rem
    }
}

.search-form__input {
    position: relative;
    width: 100%
}

    .search-form__input input[type='text'], .search-form__input button[type='button'] {
        border-radius: 8px
    }

    .search-form__input input[type='text'] {
        border: 0;
        min-height: 56px;
        padding-left: 15px;
        padding-right: 42px;
        width: 100%
    }

        .search-form__input input[type='text']::placeholder {
            font-size: .875rem;
            color: #b3b4b1
        }

@media screen and (min-width: 480px) {
    .search-form__input input[type='text']::placeholder {
        font-size: calc(14px + 2 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .search-form__input input[type='text']::placeholder {
        font-size: 1rem
    }
}

.search-form__input button[type='button'] {
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    position: absolute;
    right: 10px;
    width: 30px
}

.menu-main--findahome {
    background-color: #fff;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: absolute;
    right: 0;
    z-index: 2
}

    .menu-main--findahome .search-form {
        max-width: none
    }

        .menu-main--findahome .search-form .f-form {
            box-shadow: none;
            margin-top: 0
        }

    .menu-main--findahome .search-form__input {
        align-items: center;
        display: flex
    }

        .menu-main--findahome .search-form__input .f-btn-faux {
            margin-left: 25px;
            margin-right: 10px;
            position: static;
            transform: none
        }

        .menu-main--findahome .search-form__input input {
            background-color: #f2f1ef;
            padding-right: 20px
        }

.search-form__actions > * {
    flex: 1
}

    .search-form__actions > * + * {
        margin-left: 16px
    }

.search-form-suggestions {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.16);
    left: 0;
    position: absolute;
    top: calc(100% + 40px)
}

    .search-form-suggestions:before {
        content: '';
        position: absolute;
        border-style: solid;
        display: inline-block;
        height: 0;
        width: 0;
        border-width: 0 25px 25px;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
        bottom: 100%;
        left: 50%;
        margin-left: -25px
    }

    .search-form-suggestions:before {
        border-width: 0 12px 25px;
        margin-left: -12px
    }

.search-form-suggestions__panel {
    padding: 26px
}

    .search-form-suggestions__panel h3 {
        font-size: .875rem;
        font-weight: 700;
        margin-bottom: 16px;
        text-transform: none
    }

    .search-form-suggestions__panel ul {
        margin-top: 0
    }

    .search-form-suggestions__panel li {
        color: #171b25;
        cursor: pointer;
        font-weight: 100
    }

        .search-form-suggestions__panel li:hover, .search-form-suggestions__panel li:focus {
            text-decoration: underline
        }

        .search-form-suggestions__panel li + li {
            margin-top: 16px
        }

    .search-form-suggestions__panel .suggestion-result-match {
        color: #030406;
        font-weight: 700
    }

    .search-form-suggestions__panel .all-developments-link {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd
    }

        .search-form-suggestions__panel .all-developments-link a {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding-bottom: 5px;
            padding-top: 5px
        }

            .search-form-suggestions__panel .all-developments-link a svg {
                fill: none;
                stroke: #171b25;
                stroke-width: 2px
            }

.site-header .search-form-header {
    margin-bottom: 23px;
    margin-top: 23px;
    max-width: none;
    padding: 0
}

    .site-header .search-form-header .form-row {
        align-items: center;
        width: 100%
    }

@media screen and (min-width: 960px) {
    .site-header .search-form-header .form-row {
        display: flex
    }
}

.site-header .search-form-header label:not(.f-flex) {
    display: block
}

.site-header .search-form-header select {
    font-size: 1rem;
    border-color: transparent;
    border-radius: 8px;
    height: 36px;
    padding: 8px 20px 8px 6px
}

.site-header .search-form-header .search-form__filters {
    margin-top: 15px
}

    .site-header .search-form-header .search-form__filters select {
        background-color: transparent;
        border-color: #273441;
        color: #fff;
        width: 166px
    }

@media screen and (min-width: 480px) {
    .site-header .search-form-header .search-form__filters select {
        width: 200px
    }
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header .search-form__filters select {
        width: 100%
    }
}

.site-header .search-form-header .search-form__filters select option:not([disabled]) {
    color: #171b25
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__filters--left {
        max-width: 730px
    }
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__filters--right {
        max-width: 220px
    }
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header .search-form__togglewrapper {
        justify-content: flex-start;
        margin-left: 25px
    }
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__togglewrapper {
        border-right: 1px solid #273441;
        margin-left: 0;
        margin-right: 30px;
        padding-right: 25px;
        width: auto
    }
}

.site-header .search-form-header .search-form__togglewrapper + label, .site-header .search-form-header .search-form__togglewrapper + label + label {
    margin: 20px 10px
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header .search-form__togglewrapper + label, .site-header .search-form-header .search-form__togglewrapper + label + label {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__togglewrapper + label, .site-header .search-form-header .search-form__togglewrapper + label + label {
        margin: 0 20px 0 0;
        width: 161px
    }
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header .search-form__togglewrapper + label select, .site-header .search-form-header .search-form__togglewrapper + label + label select {
        width: 100%
    }
}

.site-header .search-form-header .search-form__sort {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header .search-form__sort {
        margin-top: 44px
    }
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__sort {
        margin-top: 0
    }
}

.site-header .search-form-header .search-form__input-row {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap
}

    .site-header .search-form-header .search-form__input-row select {
        border-radius: 0;
        margin: 0 10px
    }

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__input-row select {
        border-left: 1px solid #ddd;
        margin: 0 0 0 20px;
        padding: 8px 20px
    }
}

.site-header .search-form-header .search-form__input-row select:focus {
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header .search-form__input-row--filter {
        width: 50%
    }
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__input-row--filter {
        width: auto
    }
}

.site-header .search-form-header .search-form__input input {
    border: none
}

.site-header .search-form-header .search-form__input button[type='button'] {
    background-color: transparent
}

.site-header .search-form-header .search-form__actions {
    flex: none;
    min-height: 54px;
    width: 100%
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__actions {
        width: auto
    }
}

.site-header .search-form-header .search-form__actions .f-btn {
    font-size: 1rem;
    border-radius: 0 0 8px 8px;
    min-height: 54px
}

@media screen and (min-width: 960px) {
    .site-header .search-form-header .search-form__actions .f-btn {
        border-radius: 0 8px 8px 0;
        margin-left: 20px
    }
}

.site-header .search-form-header .search-form__actions .f-btn:hover {
    transform: scale(1)
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header--rent .search-form__filters select {
        width: auto
    }
}

.site-header .search-form-header--rent label.search-form__filters--left, .site-header .search-form-header--rent label.search-form__filters--right {
    align-items: center;
    display: flex
}

@media screen and (min-width: 480px) {
    .site-header .search-form-header--rent label.search-form__filters--left, .site-header .search-form-header--rent label.search-form__filters--right {
        flex-direction: column
    }
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header--rent label.search-form__filters--left, .site-header .search-form-header--rent label.search-form__filters--right {
        flex-direction: row
    }
}

.site-header .search-form-header--rent label.search-form__filters--left span, .site-header .search-form-header--rent label.search-form__filters--right span {
    margin-right: 16px;
    width: 120px
}

@media screen and (min-width: 480px) {
    .site-header .search-form-header--rent label.search-form__filters--left span, .site-header .search-form-header--rent label.search-form__filters--right span {
        margin: 0;
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header--rent label.search-form__filters--left span, .site-header .search-form-header--rent label.search-form__filters--right span {
        margin-right: 16px;
        text-align: left;
        white-space: nowrap;
        width: auto
    }
}

.site-header .search-form-header--rent label.search-form__filters--left select, .site-header .search-form-header--rent label.search-form__filters--right select {
    flex-grow: 1
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header--rent label.search-form__filters--left select, .site-header .search-form-header--rent label.search-form__filters--right select {
        flex-grow: 0;
        width: 166px
    }
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header--rent .search-form__sort {
        margin: 0
    }
}

.site-header .search-form-header--rent .search-form__filters {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .site-header .search-form-header--rent .search-form__filters > * {
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width: 766.99px) {
    .search-form {
        text-align: center
    }

    .search-form__heading {
        display: block
    }

    .search-form-suggestions--right {
        border-top: 1px solid #ddd
    }
}

@media screen and (max-width: 958.99px) {
    .search-form__input input[type='text'] {
        border: 1px solid #ddd;
        min-height: 64px
    }
}

@media screen and (min-width: 768px) {
    .search-form__heading {
        padding-left: 32px;
        padding-right: 32px
    }

    .search-form-suggestions {
        min-width: 625px
    }

        .search-form-suggestions:before {
            left: 85px
        }

    .search-form-suggestions--right {
        border-left: 1px solid #ddd
    }

        .search-form-suggestions--right .search-form-suggestions__panel {
            padding-left: 5px
        }
}

@media screen and (min-width: 960px) {
    .search-form .f-form {
        align-items: center;
        display: flex
    }

        .search-form .f-form > * + * {
            margin-left: 16px
        }

    .search-form .f-form-row {
        margin-top: 0
    }

    .search-form__input {
        flex: 2
    }

        .search-form__input input[type='text'] {
            min-height: 48px;
            padding-left: 20px
        }

        .search-form__input button[type='button'] svg {
            height: 20px;
            width: 20px
        }

    .search-form__actions {
        flex: 1;
        min-height: 48px
    }

        .search-form__actions > * {
            min-width: 165px
        }
}

@media screen and (min-width: 1220px) {
    .search-form__input input[type='text'] {
        font-size: 1.125rem
    }
}

.tabs-list {
    margin-bottom: 40px
}

    .tabs-list a:hover, .tabs-list a:focus, .tabs-list .f-active a {
        border-bottom: 2px solid #f4bd3b
    }

    .tabs-list .f-active a {
        font-weight: 700
    }

@media screen and (min-width: 768px) {
    .tabs-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: -13.3333333333px
    }

        .tabs-list li {
            margin-right: 50px;
            margin-top: 28.5714285714px
        }

        .tabs-list a {
            font-size: .875rem;
            padding-bottom: 8px;
            text-transform: uppercase
        }

            .tabs-list a:hover, .tabs-list a:focus {
                text-decoration: none
            }
}

.f-input-toggle.small span {
    background-color: #273441;
    border: none;
    height: 12px;
    width: 34px
}

    .f-input-toggle.small span:before {
        background-color: #b3b4b1;
        height: 20px;
        top: 4px;
        width: 20px
    }

.f-input-toggle.small input:checked + span {
    background-color: #f4bd3b
}

.f-input-toggle.small input:checked + *:before {
    transform: translate3d(13px, 0, 0)
}

.f-input-toggle-light.small span {
    background-color: #b3b4b1
}

    .f-input-toggle-light.small span:before {
        background-color: #fff
    }

.f-input-toggle-light.small input:checked + span {
    background-color: #f4bd3b
}

.f-form select.select-transparent {
    font-size: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='8.121' viewBox='0 0 13.414 8.121'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2px' d='M6 0L0 6l6 6' transform='rotate(-90 3.707 3)'/%3E%3C/svg%3E");
    background-color: transparent;
    border-radius: 8px;
    box-sizing: border-box;
    height: auto;
    min-width: 270px;
    padding: 15px 30px 15px 15px
}

.f-form input[type='checkbox'] {
    border-color: #ddd;
    height: 20px;
    width: 20px
}

    .f-form input[type='checkbox']:before {
        color: #fff
    }

    .f-form input[type='checkbox']:checked {
        background-color: #9cbcd9;
        border-color: #ddd
    }

    .f-form input[type='checkbox']:focus:not(:checked) {
        background-color: #fff;
        border-color: #ddd
    }

.f-form input[type='radio'] {
    background-color: #fff;
    border-color: #ddd
}

    .f-form input[type='radio']:before {
        background-color: #9cbcd9
    }

    .f-form input[type='radio']:checked {
        background-color: #fff;
        border-color: #ddd
    }

    .f-form input[type='radio']:focus:not(:checked) {
        background-color: #fff;
        border-color: #ddd
    }

.f-form input[type='text'], .f-form input[type='tel'], .f-form input[type='email'], .f-form textarea {
    font-weight: 300
}

.f-form-large input[type='text'], .f-form-large input[type='tel'], .f-form-large input[type='email'], .f-form-large textarea {
    border-radius: 8px
}

.f-form-label {
    color: #171b25;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px
}

.f-form-inset-labels input[type='text'], .f-form-inset-labels input[type='tel'], .f-form-inset-labels input[type='email'], .f-form-inset-labels textarea {
    border: 0;
    margin-top: 20px;
    padding-bottom: 8px !important;
    padding-top: 7px !important
}

    .f-form-inset-labels input[type='text']:focus, .f-form-inset-labels input[type='tel']:focus, .f-form-inset-labels input[type='email']:focus, .f-form-inset-labels textarea:focus {
        background-color: transparent
    }

.f-form-inset-labels input[type='text'], .f-form-inset-labels input[type='tel'], .f-form-inset-labels input[type='email'] {
    height: auto !important
}

.f-form-inset-labels .f-form-label {
    font-size: .75rem;
    left: 16px;
    margin: 0;
    position: absolute;
    top: 4px
}

.f-form-inset-labels .f-form-controls {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    position: relative
}

@media screen and (max-width: 479.99px) {
    .f-form-inset-labels .f-form-controls {
        overflow: hidden
    }
}

.f-panel-box {
    padding: 16px
}

.f-panel-rounded {
    border-radius: 8px
}

.f-slidenav {
    background-color: #273441;
    border-radius: 8px;
    height: 48px;
    width: 48px
}

    .f-slidenav > * {
        display: block;
        margin: auto
    }

.f-slidenav-position .f-slidenav {
    margin-top: 0;
    top: 15%
}

@media screen and (min-width: 480px) {
    .f-slidenav-position .f-slidenav {
        top: 25%
    }
}

@media screen and (min-width: 768px) {
    .f-slidenav-position .f-slidenav {
        top: 19%
    }
}

@media screen and (min-width: 960px) {
    .f-slidenav-position .f-slidenav {
        top: 15%
    }
}

@media screen and (min-width: 1220px) {
    .f-slidenav-position .f-slidenav {
        top: 21%
    }
}

.f-slidenav-position .f-slidenav-previous {
    left: 5px
}

@media screen and (min-width: 1376px) {
    .f-slidenav-position .f-slidenav-previous {
        left: -22px
    }
}

.f-slidenav-position .f-slidenav-previous > * {
    transform: rotate(90deg)
}

.f-slidenav-position .f-slidenav-previous.f-slidenav-inside {
    left: 5px
}

.f-slidenav-position .f-slidenav-next {
    right: 5px
}

@media screen and (min-width: 1024px) {
    .f-slidenav-position .f-slidenav-next {
        right: -22px
    }
}

.f-slidenav-position .f-slidenav-next > * {
    transform: rotate(-90deg)
}

.f-slidenav-position .f-slidenav-small {
    background-color: #f4bd3b;
    border-radius: 4px;
    height: 24px;
    margin-top: -12px;
    top: 50%;
    width: 24px
}

    .f-slidenav-position .f-slidenav-small svg {
        height: 7px;
        width: 10px
    }

        .f-slidenav-position .f-slidenav-small svg path {
            stroke: #171b25;
            stroke-width: 3px
        }

    .f-slidenav-position .f-slidenav-small.f-slidenav-previous {
        left: 8px
    }

    .f-slidenav-position .f-slidenav-small.f-slidenav-next {
        right: 8px
    }

    .f-slidenav-position .f-slidenav-small:hover, .f-slidenav-position .f-slidenav-small:focus {
        background-color: #ffe3a2
    }

.f-touch .f-slidenav-position .f-slidenav-small {
    opacity: 1
}

.card_article--image {
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative
}

.card_article--date {
    color: #555
}

.card_article--title {
    font-size: 1.25rem;
    margin-top: 10px;
    text-transform: none
}

.card_article--tag {
    background-color: #f2f1ef;
    box-sizing: border-box;
    color: #4a5568;
    font-weight: 700;
    left: 24px;
    padding: 11px 21px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 1
}

.f-background-color-white .card_article--tag {
    background-color: #fff
}

@media screen and (max-width: 767.99px) {
    .card__button--wrapper {
        margin-top: 20px
    }
}

.f-accordion {
    border-top: 1px solid #ddd;
    padding-bottom: 30px
}

.f-accordion-title {
    font-size: .875rem;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    color: #171b25;
    margin: 0;
    padding: 20px 60px 20px 15px;
    position: relative
}

    .f-accordion-title:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cg stroke='%23171b25' stroke-width='2'%3E%3Cpath fill='none' d='M0 5.5h11'/%3E%3Cpath fill='none' d='M5.5 11V0'/%3E%3C/g%3E%3C/svg%3E");
        background-color: #f2f1ef;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 4px;
        content: '';
        display: block;
        height: 32px;
        position: absolute;
        right: 10px;
        top: 15px;
        width: 32px
    }

    .f-accordion-title.f-active {
        font-weight: 700
    }

        .f-accordion-title.f-active:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='2' viewBox='0 0 11 2'%3E%3Cpath fill='none' stroke='%23171b25' stroke-width='2' d='M0 1h11'/%3E%3C/svg%3E")
        }

.f-accordion-subtitle {
    font-size: .875rem;
    color: #434343;
    display: block;
    font-weight: 300;
    text-transform: none
}

.f-accordion-content {
    padding: 15px
}

    .f-accordion-content.f-active {
        border-bottom: 1px solid #ddd
    }

    .f-accordion-content > ul {
        margin: 0;
        padding: 16px
    }

.f-accordion--rounded .f-accordion-title {
    font-size: 1rem;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.9;
    min-height: 48px;
    padding: 8px 50px 8px 23px;
    text-transform: none
}

    .f-accordion--rounded .f-accordion-title.f-active {
        border-bottom: none
    }

    .f-accordion--rounded .f-accordion-title:after {
        top: 8px
    }

.f-accordion--rounded > div {
    background-color: #fff
}

@media screen and (min-width: 960px) {
    .f-accordion--rounded {
        border-top: 0
    }

        .f-accordion--rounded > * {
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 16px
        }

        .f-accordion--rounded .f-accordion-title {
            border: 0;
            box-sizing: border-box
        }

        .f-accordion--rounded .f-accordion-content {
            padding: 32px
        }

            .f-accordion--rounded .f-accordion-content.f-active {
                border: 0
            }
}

.budget-calculator-sticky {
    background-color: rgba(0,0,0,0.75);
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}

    .budget-calculator-sticky .budget-calculator {
        border-left: 4px solid #fff;
        float: right;
        height: calc(100vh - 106px);
        max-width: 455px;
        overflow: auto;
        width: 100%
    }

@media screen and (min-width: 768px) {
    .budget-calculator-sticky .budget-calculator {
        height: calc(100vh - 125px)
    }
}

@media screen and (min-width: 1220px) {
    .budget-calculator-sticky .budget-calculator {
        max-width: 400px
    }
}

@media screen and (min-width: 1920px) {
    .budget-calculator-sticky .budget-calculator {
        max-width: 500px
    }
}

.budget-calculator {
    background-color: #f2f1ef;
    color: #171b25;
    display: flex;
    flex-direction: column
}

.budget-calculator--total {
    flex-grow: 1
}

.budget-calculator--row {
    padding: 22px 35px
}

@media screen and (min-width: 1220px) {
    .budget-calculator--row {
        max-width: 280px
    }
}

.budget-calculator input[type='text'] {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px;
    width: 116px
}

.budget-calculator .range-percentage {
    width: 100%
}

.budget-calculator .f-range-value {
    background-color: transparent;
    color: #171b25;
    float: right;
    font-weight: 700;
    margin: 0;
    padding-right: 0;
    width: auto
}

    .budget-calculator .f-range-value:after {
        border: 0;
        content: '%';
        font-weight: 700;
        position: static;
        top: auto
    }

.budget-calculator--toggle span:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg transform='translate(-3 -2)'%3E%3Cpath d='M19 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM5 20V4h14v16z' fill='%23fff' /%3E%3Cpath d='M7 12h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zM7 6h10v4H7zm4 10h2v2h-2zm4-4h2v6h-2z' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 18px;
    margin-bottom: -3px;
    margin-left: 12px;
    width: 18px
}

.budget-calculator--toggle.f-toggled span:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='13.421' viewBox='0 0 13.414 13.421'%3E%3Cg transform='translate(.707 .714)'%3E%3Cpath d='M641 2628l12 11.767' fill='none' stroke='%23fff' stroke-width='2' transform='translate(-641 -2628)'/%3E%3Cpath d='M653 2628l-12 12' fill='none' stroke='%23fff' stroke-width='2' transform='translate(-641 -2628)'/%3E%3C/g%3E%3C/svg%3E")
}

@media screen and (max-width: 959.99px) {
    .budget-calculator--toggle {
        margin: 0 auto;
        padding: 6px 16px
    }
}

.js-calc-visible {
    overflow: hidden
}

.f-tooltip {
    font-size: .875rem;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.16);
    color: #171b25;
    padding: 10px
}

.f-text-primary-slate {
    color: #4a5568
}

.f-text-weight-xxlight {
    font-weight: 100
}

.f-text-xlarge {
    font-size: 1.625rem
}

@media screen and (min-width: 480px) {
    .f-text-xlarge {
        font-size: calc(26px + 6 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .f-text-xlarge {
        font-size: 2rem
    }
}

.f-text-uber {
    font-size: 1.625rem
}

@media screen and (min-width: 480px) {
    .f-text-uber {
        font-size: calc(26px + 22 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .f-text-uber {
        font-size: 3rem
    }
}

.f-form-inset-labels .f-form-row-invalid input.f-form-danger, .f-form-inset-labels .f-form-row-invalid textarea.f-form-danger {
    background-color: transparent !important
}

.f-form-inset-labels .f-form-success {
    background-color: transparent !important;
    color: #434343 !important
}

.f-form-inset-labels .f-form-controls.f-form-row-invalid {
    border-color: #fd6565
}

.f-form-inset-labels .f-form-controls.f-form-row-valid {
    border-color: #20ce87
}

.f-form-inset-labels .f-form-danger:not(select):not(span), .f-form-inset-labels .f-form-success:not(select) {
    background-position: calc(100% - 16px) 0;
    background-repeat: no-repeat;
    padding-right: 45px !important
}

.f-form-inset-labels .f-form-danger:not(select):not(span) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ff6565'/%3E%3Cg transform='translate(5 5)'%3E%3Cpath d='M10918.707-182.206l-6 6' fill='none' stroke='%23ffffff' transform='translate(-10912.707 182.206)'/%3E%3Cpath d='M10912.707-182.206l6 6' fill='none' stroke='%23ffffff' transform='translate(-10912.707 182.206)'/%3E%3C/g%3E%3C/svg%3E")
}

.f-form-inset-labels .f-form-success:not(select) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2300ce87'/%3E%3Cpath fill='none' stroke='%23ffffff' d='M10910.919-182.244l2.03 2.031 3.97-3.969' transform='translate(-10905.919 190.197)'/%3E%3C/svg%3E")
}

.f-form-inset-labels span.f-form-danger {
    font-size: .875rem;
    background-color: #f5dede !important;
    border: 0 !important;
    border-radius: 4px;
    color: #cf3335 !important;
    padding: 6px 11px !important;
    top: 96%;
    width: auto
}

@media screen and (max-width: 479.99px) {
    .f-form-inset-labels span.f-form-danger {
        border-radius: 0
    }
}

.f-form-inset-labels span.f-form-danger:before, .f-form-inset-labels span.f-form-danger:after {
    border-bottom-color: #f5dede !important
}

.f-modal-dialog {
    border-radius: 8px;
    padding: 10px
}

@media screen and (min-width: 768px) {
    .f-modal-dialog {
        width: 890px
    }
}

.f-modal-dialog .f-close {
    font-size: .875rem;
    background-color: #171b25;
    border-radius: 0 8px 0 8px;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    padding: 12px 40px 12px 16px;
    position: relative;
    text-transform: uppercase
}

    .f-modal-dialog .f-close:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.414' height='13.421' viewBox='0 0 13.414 13.421'%3E%3Cg transform='translate(.707 .714)'%3E%3Cpath d='M641 2628l12 11.767' fill='none' stroke='%23fff' stroke-width='2' transform='translate(-641 -2628)'/%3E%3Cpath d='M653 2628l-12 12' fill='none' stroke='%23fff' stroke-width='2' transform='translate(-641 -2628)'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        display: block;
        height: 10px;
        position: absolute;
        right: 16px;
        top: 13px;
        width: 10px
    }

.f-modal-dialog-lightbox > .f-close {
    padding: 12px
}

    .f-modal-dialog-lightbox > .f-close:after {
        content: none
    }

    .f-modal-dialog-lightbox > .f-close:first-child {
        right: -1px;
        top: -1px
    }

.f-modal-content {
    padding: 60px 6px 50px 6px
}

@media screen and (min-width: 768px) {
    .f-modal-content {
        padding: 40px 54px 38px 54px
    }
}

.f-modal-content .f-modal-content-aside {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .f-modal-content .f-modal-content-aside {
        margin-bottom: 0;
        padding-right: 60px
    }
}

@media screen and (min-width: 768px) {
    .f-modal-content .f-modal-content-main {
        border-left: 1px solid #ddd;
        padding-left: 60px
    }
}

.f-modal-title {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center
}

@media screen and (min-width: 768px) {
    .f-modal-title {
        font-size: 2rem;
        margin-bottom: 50px;
        text-align: left
    }
}

.zoom-plan-heading {
    box-sizing: border-box;
    margin: 0 auto 42px auto;
    max-width: 900px;
    padding: 0 12px;
    width: 100%
}

    .zoom-plan-heading > * + * {
        margin-bottom: 10px;
        margin-top: 10px
    }

@media screen and (min-width: 768px) {
    .zoom-plan-heading {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 16px auto
    }

        .zoom-plan-heading .section__heading {
            margin-bottom: 0
        }
}

.zoom-plan-element {
    background-color: #fff;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 905px
}

@media screen and (min-width: 960px) {
    .zoom-plan-element {
        border: 8px solid #f2f1ef
    }
}

.zoom-plan-element.zoom-plan-element-large {
    width: 1008px
}

.zoom-plan-element.floor-plan {
    background-color: #f2f1ef
}

.zoom-plan-element--prompt-mobile {
    align-items: center;
    background-color: rgba(0,0,0,0.35);
    bottom: 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.f-notouch .zoom-plan-element--prompt-mobile {
    display: none
}

.select-floor-nav-wrapper {
    position: relative
}

@media screen and (min-width: 960px) {
    .select-floor-nav-wrapper {
        padding-right: 40px
    }
}

@media screen and (min-width: 1220px) {
    .select-floor-nav-wrapper {
        padding-right: 80px
    }
}

.select-floor-nav-wrapper .nav_switcher {
    margin-bottom: 60px;
    position: relative
}

@media screen and (min-width: 960px) {
    .select-floor-nav-wrapper .nav_switcher a {
        margin-bottom: 20px
    }
}

.select-floor-nav-wrapper .nav_switcher li.f-active {
    position: relative
}

@media screen and (min-width: 960px) {
    .select-floor-nav-wrapper .nav_switcher li.f-active:after {
        border-color: transparent #f2f1ef transparent transparent;
        border-style: solid;
        border-width: 20px;
        content: '';
        display: block;
        left: 100%;
        margin-top: -30px;
        position: absolute;
        top: 50%
    }
}

@media screen and (min-width: 960px) and (min-width: 1220px) {
    .select-floor-nav-wrapper .nav_switcher li.f-active:after {
        left: calc(100% + 40px)
    }
}

.zoom-plan-element__controls {
    align-items: flex-end;
    bottom: 24px;
    display: none;
    justify-content: space-between;
    left: 24px;
    position: absolute;
    right: 24px
}

@media screen and (min-width: 960px) {
    .zoom-plan-element__controls {
        display: flex
    }
}

.zoom-plan-element__controls--zoom {
    margin-left: auto
}

    .zoom-plan-element__controls--zoom .f-btn {
        background-color: #273441;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

        .zoom-plan-element__controls--zoom .f-btn + .f-btn {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            position: relative
        }

            .zoom-plan-element__controls--zoom .f-btn + .f-btn:before {
                background-color: #171b25;
                content: '';
                height: 1px;
                top: 0;
                width: 18px;
                position: absolute;
                left: 50%;
                right: auto;
                transform: translateX(-50%)
            }

@media screen and (max-width: 766.99px) {
    .zoom-plan-element {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .zoom-plan {
        padding: 70px 0;
        position: relative
    }

    .zoom-plan-element {
        border-width: 16px
    }
}

.specifications-content {
    background-color: #f2f1ef
}

@media screen and (min-width: 960px) {
    .specifications-content {
        padding: 20px
    }
}

.specifications-content__list {
    margin-top: 20px
}

.specifications-content__content ul {
    list-style-type: disc;
    margin-top: 55px;
    padding-left: 15px
}

    .specifications-content__content ul li::marker {
        color: #b3b4b1
    }

@media screen and (min-width: 768px) {
    .specifications-image {
        overflow: hidden;
        position: relative
    }

        .specifications-image .f-ll {
            position: static
        }

            .specifications-image .f-ll img {
                min-height: 100%;
                min-width: 100%;
                object-fit: cover;
                position: absolute
            }
}

@media screen and (min-width: 1220px) {
    .specifications-content {
        padding: 85px 100px
    }

        .specifications-content > div {
            margin-left: auto;
            max-width: 46rem
        }
}

@media screen and (max-width: 767.99px) {
    .property_available-homes .property_dropdown--label-text {
        display: block;
        margin-bottom: 8px
    }
}

.property_available-homes .property_toggle--wrapper {
    margin-bottom: 24px
}

@media screen and (min-width: 768px) {
    .property_available-homes .property_toggle--wrapper {
        margin-bottom: 10px;
        margin-right: 20px;
        margin-top: 10px
    }
}

@media screen and (max-width: 767.99px) {
    .property_available-homes .section__heading {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-align: center
    }
}

.property_available-homes--results-text {
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase
}

@media screen and (max-width: 767.99px) {
    .property_available-homes--results-text {
        justify-content: center;
        margin-bottom: 30px
    }
}

.listing_property.f-active {
    border: 4px solid #f4bd3b
}

.listing_property--image {
    display: block;
    position: relative
}

    .listing_property--image + .listing_property--image {
        margin-top: 16px
    }

.listing_property--image-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    left: 10px;
    line-height: normal;
    padding: 4px 8px;
    position: absolute;
    top: 10px;
    z-index: 1
}

    .listing_property--image-icon > svg {
        display: inline-block
    }

.listing_property--icons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: 20px
}

    .listing_property--icons > * {
        padding-left: 20px
    }

    .listing_property--icons > span:first-child {
        margin-left: 0
    }

    .listing_property--icons svg {
        margin-right: 5px
    }

@media screen and (max-width: 767.99px) {
    .listing_property--icons {
        margin-bottom: 30px
    }
}

.listing_property--label-straight {
    font-size: .875rem;
    background-color: #912017;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: normal;
    padding: 4px 16px;
    position: relative;
    text-transform: uppercase
}

    .listing_property--label-straight:before {
        border-color: #273441 #273441 transparent transparent;
        border-style: solid;
        border-width: 6px 8px;
        content: '';
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        top: 100%;
        width: 0
    }

    .listing_property--label-straight:after {
        border-color: transparent transparent transparent #912017;
        border-style: solid;
        border-width: 12px 8px;
        content: '';
        display: block;
        left: 100%;
        position: absolute;
        top: 0
    }

    .listing_property--label-straight.primary {
        background-color: #171b25
    }

        .listing_property--label-straight.primary:after {
            border-color: transparent transparent transparent #171b25
        }

    .listing_property--label-straight.large {
        font-size: 1.25rem;
        font-weight: 300;
        padding: 8px 16px
    }

@media screen and (min-width: 768px) {
    .listing_property--label-straight.large {
        padding-left: 80px
    }
}

.listing_property--label-straight.large:before {
    border-width: 10px 12px
}

.listing_property--label-straight.large:after {
    border-width: 20px 12px
}

.f-sticky-placeholder > .f-active .listing_property--label-straight {
    display: none
}

.listing_property--label-wrapper {
    border-radius: 8px;
    display: block;
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px
}

.f-active .listing_property--label-wrapper {
    right: -4px;
    top: -4px
}

.listing_property--label {
    font-size: .875rem;
    background-color: #b3b4b1;
    color: #171b25;
    display: inline-block;
    font-weight: 700;
    padding: 30px 30px 0 30px;
    position: absolute;
    right: -42px;
    top: -15px;
    transform: rotate(45deg);
    z-index: 1
}

.listing_property--label-featured {
    border-radius: 0;
    color: #fff;
    height: 140px;
    right: -8px;
    text-transform: uppercase;
    top: -8px;
    width: 140px
}

.f-active .listing_property--label-featured {
    right: -12px;
    top: -12px
}

.listing_property--label-featured .listing_property--label {
    font-size: .9375rem;
    align-items: center;
    background-color: #912017;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1.1;
    padding: 2px 30px 2px 30px;
    position: absolute;
    right: -47px;
    top: 24px;
    width: 190px
}

.listing_property--label-featured:before, .listing_property--label-featured:after {
    border-style: solid;
    content: '';
    display: block;
    position: absolute
}

.listing_property--label-featured:before {
    border-color: transparent transparent #000 transparent;
    border-width: 0 8px 8px;
    left: 0;
    top: 0
}

.listing_property--label-featured:after {
    border-color: transparent transparent transparent #000;
    border-width: 8px 0 8px 8px;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto
}

.listing_property--label-featured-large {
    height: 200px;
    width: 200px
}

    .listing_property--label-featured-large .listing_property--label {
        font-size: 1.125rem;
        height: 55px;
        padding: 2px 65px 2px 65px;
        right: -59px;
        top: 48px;
        width: 275px
    }

@media screen and (min-width: 768px) {
    .container_listing--wrapper {
        display: flex;
        max-width: 925px
    }
}

.container_listing {
    width: 100%
}

.container_listing--map {
    display: none
}

.container_listing--map-toggle {
    background-color: #273441;
    border: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.25);
    color: #fff;
    display: none;
    font-family: Museo,sans-serif;
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    position: absolute;
    right: 10px;
    z-index: 2
}

@media screen and (min-width: 960px) {
    .container_listing--map-toggle {
        display: inline-block
    }
}

@media screen and (min-width: 1220px) {
    .container_listing--map-toggle {
        right: 30px
    }
}

.container_listing--map-toggle:focus {
    outline: 0
}

.container_listing--map-toggle:hover {
    cursor: pointer
}

.container_listing--map-toggle:after {
    font-size: 1.125rem;
    background-image: url("/images/icons/map.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    content: '';
    display: inline-block;
    font-family: Material Icons;
    font-weight: 500;
    height: 16px;
    line-height: 10px;
    position: absolute;
    right: 13px;
    top: 7px;
    width: 16px
}

.container_listing--map-toggle.map-close:after {
    font-size: 1.125rem;
    background-image: none;
    content: 'close';
    font-family: Material Icons;
    height: 10px;
    right: 18px;
    top: 11px;
    width: 10px
}

.container_listing--wrapper.js-map--visible {
    max-width: 1375px
}

    .container_listing--wrapper.js-map--visible .container_listing--map-toggle {
        left: calc(50% + 16px);
        right: auto
    }

@media screen and (min-width: 1600px) {
    .container_listing--wrapper.js-map--visible .container_listing--map-toggle {
        left: 40px;
        position: absolute
    }
}

.container_listing--wrapper.js-map--visible > .container_listing, .container_listing--wrapper.js-map--visible > .container_listing--map {
    display: block
}

@media screen and (min-width: 768px) {
    .container_listing--wrapper.js-map--visible > .container_listing, .container_listing--wrapper.js-map--visible > .container_listing--map {
        width: 50%
    }
}

@media screen and (min-width: 1600px) {
    .container_listing--wrapper.js-map--visible > .container_listing {
        width: 60%
    }
}

@media screen and (min-width: 960px) {
    .container_listing--wrapper.js-map--visible .container_listing--map {
        margin-left: 37px
    }
}

@media screen and (min-width: 1600px) {
    .container_listing--wrapper.js-map--visible .container_listing--map {
        width: 40%
    }
}

.site-header .container_listing--map-toggle.f-toggled:after {
    background-image: url("/images/icons/close.svg")
}

.container_listing--map-container {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 1600px) {
    .container_listing--map-container > * {
        margin-right: -174px
    }
}

@media screen and (min-width: 960px) {
    .container_listing--map-container {
        border-left: 1px solid #ddd;
        left: auto;
        padding-left: 5px;
        top: 175px;
        width: 100%
    }

        .container_listing--map-container .f-map-tall {
            height: calc(100vh - 175px)
        }
}

.f-map-tall {
    height: 100vh
}

@media screen and (min-width: 960px) {
    .listing_property--grid-image {
        width: 38%
    }

    .listing_property--grid-content {
        width: 62%
    }
}

.container_listing--map-info-mobile {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 2
}

    .container_listing--map-info-mobile > div {
        background-color: #fff;
        padding: 16px
    }

@media screen and (min-width: 960px) {
    .container_listing--map-info-mobile {
        display: none
    }
}

.plot-listing_item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 16px
}

@media screen and (min-width: 960px) {
    .plot-listing_item {
        display: flex
    }
}

.plot-listing_item > * {
    display: block
}

.plot-listing_item--header {
    display: flex
}

@media screen and (min-width: 960px) {
    .plot-listing_item--header {
        width: 50%
    }
}

.plot-listing_item--title {
    font-size: 1rem;
    color: #171b25;
    margin: 0;
    width: 45%
}

@media screen and (min-width: 960px) {
    .plot-listing_item--title {
        font-size: 1.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 30%
    }
}

.plot-listing_item--name {
    font-size: .75rem;
    display: none;
    font-weight: 700
}

@media screen and (min-width: 960px) {
    .plot-listing_item--name {
        display: block
    }
}

.plot-listing_item--price-wrapper {
    line-height: normal;
    margin-left: 10px;
    text-align: right;
    width: 55%
}

@media screen and (min-width: 960px) {
    .plot-listing_item--price-wrapper {
        align-items: center;
        display: flex;
        text-align: left;
        width: 70%
    }
}

.plot-listing_item--price {
    color: #555;
    display: block;
    font-weight: 700;
    margin-bottom: 3px
}

@media screen and (min-width: 960px) {
    .plot-listing_item--price {
        font-size: 1.25rem;
        font-weight: 300;
        margin: 0
    }
}

.plot-listing_item--price-text {
    font-size: .875rem;
    color: #555
}

@media screen and (min-width: 960px) {
    .plot-listing_item--price-text {
        margin-left: 24px
    }
}

.plot-listing_item--price-text strong {
    color: #171b25
}

.plot-listing_item--icons {
    display: flex;
    margin-bottom: 16px;
    margin-top: 20px
}

@media screen and (min-width: 960px) {
    .plot-listing_item--icons {
        margin-bottom: 0;
        margin-left: 16px;
        margin-top: 0
    }
}

.plot-listing_item--icons svg {
    display: inline-block;
    margin-right: 8px
}

@media screen and (min-width: 960px) {
    .plot-listing_item--button {
        flex-grow: 1;
        margin-left: 50px
    }
}

.plot-listing_item--button .f-btn {
    max-width: 100%;
    min-width: 156px;
    text-align: left;
    width: 100%
}

@media screen and (min-width: 480px) {
    .plot-listing_item--button .f-btn {
        padding-bottom: 7px;
        padding-top: 7px
    }
}

@media screen and (min-width: 960px) {
    .plot-listing_item--button .f-btn {
        padding-bottom: 16px;
        padding-left: 20px;
        padding-top: 16px
    }
}

.plot-listing_item--button .f-btn-disabled {
    color: #b3b4b1;
    text-align: center
}

@media screen and (min-width: 960px) {
    .plot-listing_item--button .f-btn-disabled {
        padding: 16px 12px
    }
}

.plot-listing_item--type {
    font-size: .875rem
}

@media screen and (min-width: 960px) {
    .plot-listing_item--type {
        align-items: center;
        display: flex;
        width: 140px
    }
}

@media screen and (min-width: 960px) {
    .plot-listing_item--amenities {
        align-items: center;
        display: flex;
        width: 170px
    }
}

.plot-listing_item--amenities > * {
    font-size: .875rem;
    border-left: 1px solid #ddd;
    margin-left: 8px;
    padding-left: 8px
}

@media screen and (min-width: 960px) {
    .plot-listing_item--amenities > * {
        margin-left: 20px;
        padding-left: 20px
    }
}

@media screen and (max-width: 959.99px) {
    .property__gallery .f-container {
        padding: 0
    }
}

.property__gallery .f-slidenav-position .f-slidenav {
    top: 50%
}

@media screen and (max-width: 1375.99px) {
    .property__gallery .f-slidenav-position .f-slidenav-previous {
        left: 20px
    }
}

@media screen and (max-width: 1375.99px) {
    .property__gallery .f-slidenav-position .f-slidenav-next {
        right: 20px
    }
}

.property__gallery--thumbnav {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}

    .property__gallery--thumbnav img {
        border-color: #fff;
        border-style: solid;
        border-width: 2px
    }

    .property__gallery--thumbnav .f-active img {
        border-color: #b3b4b1
    }

    .property__gallery--thumbnav li:hover img {
        border-color: #555
    }

    .property__gallery--thumbnav .f-slidenav, .property__gallery--thumbnav .f-slidenav:focus {
        background-color: rgba(0,0,0,0.5);
        border-radius: 0
    }

        .property__gallery--thumbnav .f-slidenav svg path, .property__gallery--thumbnav .f-slidenav:focus svg path {
            stroke: #fff
        }

        .property__gallery--thumbnav .f-slidenav.f-slidenav-previous, .property__gallery--thumbnav .f-slidenav:focus.f-slidenav-previous {
            left: 2px
        }

        .property__gallery--thumbnav .f-slidenav.f-slidenav-next, .property__gallery--thumbnav .f-slidenav:focus.f-slidenav-next {
            right: 2px
        }

        .property__gallery--thumbnav .f-slidenav:hover {
            background-color: #f4bd3b
        }

            .property__gallery--thumbnav .f-slidenav:hover svg path {
                stroke: #000
            }

.property__gallery--thumbnav-item-video {
    position: relative
}

    .property__gallery--thumbnav-item-video:before {
        background-image: url("/images/icons/play.svg");
        background-size: cover;
        content: '';
        display: block;
        height: 38px;
        left: 50%;
        margin-left: -19px;
        margin-top: -19px;
        position: absolute;
        top: 50%;
        width: 38px;
        z-index: 1
    }

    .property__gallery--thumbnav-item-video:after {
        background-color: rgba(0,0,0,0.5);
        bottom: 2px;
        content: '';
        left: 2px;
        position: absolute;
        right: 2px;
        top: 2px
    }

.property__gallery--caption {
    font-size: .875rem;
    background-color: rgba(255,255,255,0.75);
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    left: 40px;
    padding: 8px 20px;
    right: 40px;
    width: auto;
    z-index: 1
}

@media screen and (max-width: 767.99px) {
    .property__gallery--caption {
        display: none
    }
}

.property__gallery--info {
    background-color: #f2f1ef;
    padding: 20px 16px
}

@media screen and (min-width: 960px) {
    .property__gallery--info {
        border-radius: 0 0 8px 8px;
        padding: 40px 80px
    }
}

.property__gallery--info-title {
    font-size: 2rem;
    color: #171b25;
    font-weight: 100;
    margin: 0
}

@media screen and (min-width: 960px) {
    .property__gallery--info-title {
        font-size: 2.5rem
    }
}

.f-sticky-placeholder > .f-active .plot__heading {
    padding: 0
}

@media screen and (min-width: 768px) {
    .f-sticky-placeholder > .f-active .plot__heading {
        background-color: #273441;
        padding-bottom: 12px;
        padding-top: 12px
    }
}

@media screen and (max-width: 767.99px) {
    .f-sticky-placeholder > .f-active .plot__heading > .f-container {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .f-sticky-placeholder > .f-active .plot__heading--search .plot__heading--buttons {
        display: flex
    }
}

.f-sticky-placeholder > .f-active .plot__heading--search .plot__heading--buttons > * {
    width: 100%
}

@media screen and (min-width: 768px) {
    .f-sticky-placeholder > .f-active .plot__heading--search .plot__heading--buttons > * {
        margin-left: auto;
        width: auto
    }
}

.plot__heading-location strong {
    color: #434343;
    display: block
}

.f-sticky-placeholder > .f-active .plot__heading-location {
    display: none
}

.plot__heading--text {
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 20px
}

.f-sticky-placeholder > .f-active .plot__heading--text {
    font-size: 1.5rem;
    color: #fff !important;
    display: none;
    margin: 0;
    text-transform: none
}

@media screen and (min-width: 768px) {
    .f-sticky-placeholder > .f-active .plot__heading--text {
        display: block
    }
}

.plot__heading--text span {
    /*display: none*/
}

.f-sticky-placeholder > .f-active .plot__heading--text span {
    display: inline;
    text-transform: none
}

.plot__subheading--text {
    margin-bottom: 32px;
    margin-top: 0;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .plot__subheading--text {
        margin: 0
    }
}

.f-sticky-placeholder > .f-active .plot__subheading--text {
    display: none
}

@media screen and (max-width: 767.99px) {
    .f-sticky-placeholder > .f-active .plot__heading--grid > * {
        padding: 0
    }
}

@media screen and (max-width: 767.99px) {
    .f-sticky-placeholder > .f-active .plot__heading--grid {
        margin: 0
    }
}

.plot__heading--buttons {
    display: none
}

    .plot__heading--buttons > * {
        box-sizing: border-box;
        width: 100%
    }

@media screen and (max-width: 767.99px) {
    .plot__heading--buttons > * {
        padding-top: 10px
    }
}

@media screen and (min-width: 480px) {
    .plot__heading--buttons > * {
        width: 50%
    }
}

@media screen and (max-width: 767.99px) {
    .plot__heading--buttons .f-btn {
        min-width: 0
    }
}

@media screen and (min-width: 960px) {
    .plot__heading--buttons {
        display: block;
        margin-left: auto;
        width: 440px
    }
}

@media screen and (min-width: 960px) {
    .plot__heading--search .plot__heading--buttons {
        display: flex
    }

        .plot__heading--search .plot__heading--buttons > * {
            margin-left: auto
        }
}

.f-sticky-placeholder > .f-active .plot__heading--buttons {
    display: block
}

@media screen and (max-width: 767.99px) {
    .f-sticky-placeholder > .f-active .plot__heading--buttons {
        margin: 0
    }
}

.f-sticky-placeholder > .f-active .plot__heading--buttons > * {
    width: 50%
}

@media screen and (max-width: 767.99px) {
    .f-sticky-placeholder > .f-active .plot__heading--buttons > * {
        padding: 0
    }
}

@media screen and (max-width: 767.99px) {
    .f-sticky-placeholder > .f-active .plot__heading--buttons > * .f-btn {
        font-size: .75rem;
        border-radius: 0;
        padding: 26px 8px
    }
}

@media screen and (max-width: 767.99px) and (min-width: 480px) {
    .f-sticky-placeholder > .f-active .plot__heading--buttons > * .f-btn {
        font-size: calc(12px + 4 * (100vw - 480px) / 740)
    }
}

@media screen and (max-width: 767.99px) and (min-width: 1220px) {
    .f-sticky-placeholder > .f-active .plot__heading--buttons > * .f-btn {
        font-size: 1rem
    }
}

.f-sticky-placeholder > .f-active .plot__heading--buttons > * .f-btn-primary:not(:hover):not(:active) {
    background-color: #fff;
    color: #171b25
}

.plot__heading--anchornav {
    display: none;
    position: relative
}

.f-sticky-placeholder > .f-active .plot__heading--anchornav {
    background-color: #171b25;
    display: block;
    padding: 14px 0
}

.plot__heading--anchornav a {
    color: #9cbcd9;
    display: inline-block;
    margin-right: 48px;
    text-decoration: none
}

.plot__heading--anchornav-links {
    display: none
}

@media screen and (min-width: 960px) {
    .plot__heading--anchornav-links {
        display: block
    }
}

.pagecontent__article-heading {
    margin-top: 40px
}

@media screen and (min-width: 960px) {
    .pagecontent__article-heading {
        margin-top: 100px
    }
}

.pagecontent__video {
    display: block;
    padding-top: 60px;
    width: 100%
}

@media screen and (min-width: 960px) {
    .pagecontent__video {
        margin-top: 80px;
        padding-top: 0
    }
}

@media screen and (min-width: 960px) {
    .pagecontent__video .f-overlay-panel {
        align-items: flex-end
    }
}

@media screen and (min-width: 960px) {
    .pagecontent__video .f-btn-play-wrapper {
        margin-bottom: 80px
    }
}

.pagecontent__footer {
    margin-bottom: 40px
}

@media screen and (min-width: 959px) {
    .pagecontent__footer {
        margin-bottom: 80px
    }
}

.pagecontent__footer .nav-social {
    margin-top: 30px
}

@media screen and (min-width: 959px) {
    .pagecontent__footer .nav-social {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .quote__featured {
        align-items: flex-end;
        display: flex;
        justify-content: space-between
    }
}

.quote__featured--content {
    background-color: #171b25;
    margin: -32px 16px 16px;
    padding: 40px 24px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .quote__featured--content {
        margin: 0 -70px 0 0;
        width: calc(33.33% + 70px)
    }
}

@media screen and (min-width: 1376px) {
    .quote__featured--content {
        margin: 0 -100px 0 0;
        padding: 80px 70px;
        width: calc(33.33% + 100px)
    }
}

@media screen and (min-width: 1600px) {
    .quote__featured--content {
        padding-left: 10vw
    }
}

@media screen and (min-width: 1376px) {
    .quote__featured--content svg {
        float: left;
        margin-right: 30px
    }
}

.quote__noimage .quote__featured--content {
    padding: 0;
    width: 100%
}

@media screen and (min-width: 1376px) {
    .quote__noimage .quote__featured--content {
        margin-left: -70px
    }
}

@media screen and (min-width: 1376px) {
    .quote__featured--content-inner {
        overflow: hidden
    }
}

.quote__featured--content-text {
    font-size: .875rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.8
}

@media screen and (min-width: 960px) {
    .quote__featured--content-text {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 768px) {
    .quote__featured--image {
        order: 1;
        width: 66.66%
    }
}

@media screen and (min-width: 1600px) {
    .quote__featured--image {
        width: 85%
    }
}

.nestedcontent-row + .nestedcontent-row {
    margin-top: 40px
}

@media screen and (min-width: 960px) {
    .nestedcontent-row + .nestedcontent-row {
        margin-top: 80px
    }
}

.nestedcontent-row h2, .nestedcontent-row .f-h2 {
    font-size: 1.25rem
}

@media screen and (min-width: 480px) {
    .nestedcontent-row h2, .nestedcontent-row .f-h2 {
        font-size: calc(20px + 12 * (100vw - 480px) / 740)
    }
}

@media screen and (min-width: 1220px) {
    .nestedcontent-row h2, .nestedcontent-row .f-h2 {
        font-size: 2rem
    }
}

.nestedcontent-row h1, .nestedcontent-row .f-h1, .nestedcontent-row h2, .nestedcontent-row .f-h2 {
    font-weight: 300
}

@media screen and (min-width: 960px) {
    .nestedcontent-row h1, .nestedcontent-row .f-h1, .nestedcontent-row h2, .nestedcontent-row .f-h2 {
        margin-bottom: 35px
    }
}

.nestedcontent-bgd-fill + .nestedcontent-bgd-fill {
    margin-top: 0
}

@media screen and (max-width: 958.99px) {
    .nestedcontent-row .section-accordion .f-container {
        padding: 0
    }
}

@media screen and (max-width: 958.99px) {
    .nestedcontent-row .section-accordion .f-container > h2 {
        padding: 0 10px
    }
}

@media screen and (min-width: 768px) {
    .section-image-text > * {
        display: flex
    }
}

.section-image-text--image, .section-image-text--text {
    align-items: center;
    display: flex
}

.section-image-text--image {
    margin-top: 55px
}

    .section-image-text--image > * {
        width: 100%
    }

@media screen and (min-width: 768px) {
    .section-image-text--image {
        margin-top: 0;
        width: 50%
    }
}

.section-image-text--text {
    padding: 0 16px
}

@media screen and (min-width: 768px) {
    .section-image-text--text {
        padding: 20px 40px;
        width: 50%
    }
}

@media screen and (min-width: 1220px) {
    .section-image-text--text > * {
        margin: 0 auto;
        max-width: 505px
    }
}

.section-image-text-background-fill {
    background-color: #f2f1ef;
    padding-top: 40px
}

@media screen and (min-width: 768px) {
    .section-image-text-background-fill {
        padding-bottom: 40px
    }
}

@media screen and (min-width: 1220px) {
    .section-image-text-background-fill {
        padding: 80px 0
    }
}

@media screen and (min-width: 768px) {
    .section-image-text--flipped .section-image-text--text {
        order: 1
    }
}

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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