@charset "UTF-8";

.button:before,
.cta-button:before,
.fancybox-caption-wrap,
.fancybox-infobar,
.footer:after,
.overlay,
.quote:after,
.section-watermark {
    pointer-events: none
}

.fancybox-infobar,
.fancybox-slide .fancybox-image-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-container,
.fancybox-infobar {
    -webkit-tap-highlight-color: transparent
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s
}

.fancybox-slide,
.fancybox-slide .fancybox-image-wrap {
    -o-transition-property: transform, opacity;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    backface-visibility: hidden;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small,
.fancybox-navigation,
.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    backface-visibility: hidden;
    user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-image,
.fancybox-share__button,
.fancybox-spaceball {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-error,
.fancybox-iframe {
    width: 100%;
    background: #fff;
    margin: 0
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    outline: 0
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.help-text,
dfn,
em,
i {
    font-style: italic
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:focus:after {
    outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%)
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-share__button,
.fancybox-share__button:hover,
a,
abbr,
abbr[title] {
    text-decoration: none
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    user-select: none;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: 0 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs,
.fancybox-thumbs>ul>li {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-show-thumbs .fancybox-thumbs,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

audio,
canvas,
img,
progress,
video {
    display: inline-block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul,
.fancybox-thumbs>ul>li,
svg:not(:root) {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

pre,
textarea {
    overflow: auto
}

button,
hr,
input {
    overflow: visible
}

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

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

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

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

abbr[title] {
    -webkit-text-decoration: underline dotted
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    -ms-interpolation-mode: bicubic
}

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

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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

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

html,
select {
    -webkit-box-sizing: border-box
}

progress {
    vertical-align: baseline
}

textarea {
    min-height: 50px
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.hide-for-portrait,
.is-visible,
.show-for-landscape {
    display: block !important
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=87.5em"
}

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

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

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

.grid-container,
.grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin: 0 auto
}

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

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

.is-hidden {
    display: none !important
}

.grid-container {
    max-width: 78.75rem
}

.cell-block,
.grid-container.fluid,
.grid-container.full,
legend,
textarea {
    max-width: 100%
}

@media print,
screen and (min-width:40em) {

    .grid-container,
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

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

.cell-block-container,
.grid-y {
    display: -webkit-box;
    -webkit-box-direction: normal
}

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

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

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

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

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

@media print,
screen and (min-width:40em) {

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

@media print,
screen and (min-width:64em) {

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

@media screen and (min-width:75em) {

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

@media screen and (min-width:87.5em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-x>.xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:40em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:75em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:87.5em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-margin-collapse>.medium-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .large-margin-collapse>.medium-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .large-margin-collapse>.large-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xlarge-margin-collapse>.medium-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .xlarge-margin-collapse>.large-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .xlarge-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xxlarge-margin-collapse>.medium-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .xxlarge-margin-collapse>.large-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .xxlarge-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .xxlarge-margin-collapse>.xxlarge-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + 1.25rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + 1.25rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + 1.25rem)
}

.small-offset-3 {
    margin-left: 25%
}

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

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + 1.25rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + 1.25rem)
}

.small-offset-6 {
    margin-left: 50%
}

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

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + 1.25rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + 1.25rem)
}

.small-offset-9 {
    margin-left: 75%
}

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

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + 1.25rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + 1.25rem)
}

.grid-y {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    width: auto;
    max-width: none
}

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

@media print,
screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }

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

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

    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }

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

@media screen and (min-width:75em) {
    .xlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }

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

@media screen and (min-width:87.5em) {
    .xxlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }

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

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

.grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

.grid-padding-y>.cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

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

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.33333%
    }

    .grid-y>.medium-2 {
        height: 16.66667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.33333%
    }

    .grid-y>.medium-5 {
        height: 41.66667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.33333%
    }

    .grid-y>.medium-8 {
        height: 66.66667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.33333%
    }

    .grid-y>.medium-11 {
        height: 91.66667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }

    .grid-padding-y .grid-padding-y {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .grid-padding-y>.cell {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

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

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.33333%
    }

    .grid-y>.large-2 {
        height: 16.66667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.33333%
    }

    .grid-y>.large-5 {
        height: 41.66667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.33333%
    }

    .grid-y>.large-8 {
        height: 66.66667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.33333%
    }

    .grid-y>.large-11 {
        height: 91.66667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

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

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

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

    .grid-y>.xxlarge-shrink {
        height: auto
    }

    .grid-y>.xxlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xxlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xxlarge-3 {
        height: 25%
    }

    .grid-y>.xxlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xxlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xxlarge-6 {
        height: 50%
    }

    .grid-y>.xxlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xxlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xxlarge-9 {
        height: 75%
    }

    .grid-y>.xxlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xxlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell-block,
.table-scroll,
table.scroll {
    overflow-x: auto
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell .grid-frame {
    width: 100%
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%
}

.cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .medium-cell-block,
    .medium-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .large-cell-block,
    .large-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .xlarge-cell-block,
    .xlarge-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        height: 100%
    }
}

@media screen and (min-width:87.5em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .xxlarge-cell-block,
    .xxlarge-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        height: 100%
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,
screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:75em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:87.5em) {
    .grid-y.xxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }

    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

@media print,
screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }

    .grid-margin-y {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .grid-margin-y>.cell {
        height: calc(100% - 2.5rem);
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 2.5rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 2.5rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 2.5rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 2.5rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 2.5rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 2.5rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 2.5rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 2.5rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 2.5rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 2.5rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 2.5rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 2.5rem)
}

@media print,
screen and (min-width:40em) {

    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 2.5rem)
    }

    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 2.5rem)
    }
}

@media print,
screen and (min-width:64em) {

    .grid-margin-y>.large-auto,
    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 2.5rem)
    }
}

@media screen and (min-width:75em) {

    .grid-margin-y>.xlarge-auto,
    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 2.5rem)
    }
}

@media screen and (min-width:87.5em) {

    .grid-margin-y>.xxlarge-auto,
    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 2.5rem)
    }

    .grid-frame.grid-margin-y {
        height: calc(100vh + 2.5rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem)
}

@media print,
screen and (min-width:64em) {

    .grid-frame.grid-margin-y,
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

@media screen and (min-width:75em) {

    .grid-frame.grid-margin-y,
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

@media screen and (min-width:87.5em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

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

ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
    margin-left: 1.25rem
}

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

em,
i {
    line-height: inherit
}

b,
strong {
    font-weight: 700;
    line-height: inherit
}

small {
    line-height: inherit
}

@font-face {
    font-family: 'QuicksandRegular';
    src: url('../font/Quicksand-Regular.ttf');
}

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

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

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

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

.h1,
h1 {
    font-size: 1.5rem;
    margin-top: 0
}

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

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

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

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

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

dl,
ol,
ul {
    margin-bottom: 1rem
}

figure,
kbd {
    margin: 0
}

@media print,
screen and (min-width:40em) {

    .grid-frame.grid-margin-y,
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 2.5rem)
    }

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

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

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

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

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    line-height: inherit;
    color: #002945;
    cursor: pointer
}

a:focus,
a:hover {
    color: #00233b
}

a img {
    border: 0
}

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

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

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

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

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

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

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

cite:before {
    content: "— "
}

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

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

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

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

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {

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

    * {
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

    blockquote,
    pre {
        border: 1px solid #8a8a8a
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

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

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cacaca
}

input::placeholder,
textarea::placeholder {
    color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=submit],
[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[type=file],
[type=checkbox],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.form-error,
.input-group,
table {
    margin-bottom: 1rem
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    color: #0a0a0a
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:last-child>* {
    border-radius: 0
}

.fieldset,
.input-group-label,
select {
    border: 1px solid #cacaca
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem
}

.fieldset legend {
    margin: 0 0 0 -.1875rem;
    padding: 0 .1875rem
}

caption,
tbody td,
tbody th,
tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

.form-error,
.is-invalid-label {
    color: #cc4b37
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    font-size: .75rem;
    font-weight: 700
}

tfoot,
thead {
    color: #0a0a0a
}

.form-error.is-visible {
    display: block
}

table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    font-weight: 700
}

thead {
    background: #f8f8f8
}

tfoot {
    background: #f1f1f1
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    font-weight: 700;
    text-align: left
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody,
table.unstriped tbody tr {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1
}

@media screen and (max-width:63.9375em) {

    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll table {
    width: auto
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {

    .hide-for-small-only,
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:74.9375em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:75em) and (max-width:87.4375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.9375em),
screen and (min-width:87.5em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:87.5em) {

    .hide-for-xxlarge,
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:87.4375em) {

    .show-for-xxlarge,
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.button:before,
.cta-button:before,
.form .wpcf7-not-valid-tip:before,
.h-linkunderline:before,
.inline-iframe--presentation-flow:before,
.keyvisual:after,
.keyvisual:before,
.link-grid__item:before,
.navigation__list li a:before,
.phone:before,
.quote:before,
.section--flow-bottom:after,
.section--flow-top:before,
.tick-list li:before,
.wpcf7-form .wpcf7-not-valid-tip:before {
    content: ''
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify,
.header,
.quote-feature {
    -webkit-box-pack: justify
}

.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:87.5em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

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

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

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

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:87.5em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.h-headerMargin,
.navigation__list li {
    margin-left: 30px
}

.h-globalGutter,
.header {
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:640px) {

    .h-globalGutter,
    .header {
        padding-left: 30px;
        padding-right: 30px
    }
}

.h-globalGutter-vert {
    padding-top: 15px;
    padding-bottom: 15px
}

@media all and (min-width:640px) {
    .h-globalGutter-vert {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media all and (min-width:1200px) {

    .h-headerMargin,
    .navigation__list li {
        margin-left: 40px
    }

    .h-globalGutter,
    .header {
        padding-left: 45px;
        padding-right: 45px
    }

    .h-globalGutter-vert {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

.h-regular,
.h1 span,
h1 span {
    font-weight: 400
}

.button,
.footer__item--full,
.form [type=submit],
.form__input label,
.form__submit,
.h-medium,
.h1,
.link-grid__item,
.navigation__list,
.phone,
.tick-list li,
.wpcf7-form [type=submit],
.wpcf7-form__input label,
.wpcf7-form__submit,
h1,
h2,
h3 {
    font-weight: 500
}

.cta-button__bottom,
.h-bold {
    font-weight: 700
}

.h-linkunderline,
.navigation__list li a {
    position: relative
}

.h-linkunderline:before,
.navigation__list li a:before {
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    background: #fff;
    width: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.h-linkunderline:hover:before,
.navigation__list li a:hover:before,
.navigation__list li.current-menu-ancestor a:before,
.navigation__list li.current-menu-item a:before,
.wrapper,
iframe,
img {
    width: 100%
}

.h-relative {
    position: relative
}

.h-col-center {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body {
    background: #002945;
    color: #535353;
    font-family: 'QuicksandRegular';
    font-size: 20px;
    line-height: 1.6em
}

.h1,
h1 {
    color: #002945;
    line-height: 1.1em;
    margin-bottom: .3em
}

.h1 span,
h1 span {
    color: #4A4A4A
}

h2 {
    line-height: 1.1em;
    margin-bottom: .6em;
    margin-top: 1em
}

h2:first-child {
    margin-top: 0
}

h3 {
    color: #002945
}

img {
    height: auto;
    border-radius: 3px
}

.grid--inline>br,
p:empty {
    display: none
}

@media all and (min-width:1024px) {
    .grid--space-top {
        margin-top: 2em
    }
}

.fancybox-slide>* {
    border-radius: 5px
}

.wrapper {
    max-width: 1600px;
    margin: 10px auto 0;
    background: #fff
}

@media all and (min-width:640px) {
    .wrapper {
        margin: 15px auto 0
    }
}

@media all and (min-width:1600px) {
    .wrapper {
        margin: 50px auto
    }
}

@media all and (max-width:1025px) {
    .wrapper {
        position: relative;
        right: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .wrapper:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: -1;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .wrapper--navopen {
        right: 100px
    }

    .wrapper--navopen:before {
        background: rgba(0, 0, 0, .2);
        z-index: 98
    }
}

.section--flow-bottom:after,
.section--flow-top:before {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 101%
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
}

@media all and (min-width:640px) {
    .section {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

.section--line {
    border-top: 3px solid rgba(0, 41, 69, .08)
}

.section--grey {
    background: #F4F4F4
}

.section--flow-top {
    padding-top: 13.5%
}

.section--flow-top:before {
    padding-top: 13.5%;
    background: url(../img/flow-top.svg) bottom no-repeat;
    background-size: 100%;
    top: 0
}

.section--flow-bottom {
    padding-bottom: 14%
}

.section--flow-bottom:after {
    padding-top: 7.3%;
    background: url(../img/flow-bottom.svg) top no-repeat;
    background-size: 100%;
    bottom: 0
}

.section__footer,
.section__header {
    text-align: center;
    max-width: 850px;
    width: 100%
}

.section__header {
    margin: 0 auto 2em
}

.section__footer {
    margin: 2em auto 0
}

.section-watermark {
    position: relative;
    width: 100%;
    z-index: 1
}

.section-watermark__image {
    margin-top: -80px;
    display: block;
    position: absolute;
    width: 275px;
    height: 189px;
    background: url(../img/burgard-watermark-grey.png) no-repeat;
    background-size: contain;
    right: 0
}

@media all and (min-width:1024px) {
    .section-watermark__image {
        margin-top: -30px;
        width: 365px;
        height: 251px
    }
}

.section-watermark__image--light {
    background: url(../img/burgard-watermark-white.png) no-repeat
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

@media all and (min-width:640px) {
    .header {
        height: 100px
    }
}

@media all and (min-width:1024px) {
    .header {
        height: 140px
    }
}

.keyvisual {
    position: relative;
    padding-top: 5%;
    padding-bottom: 10%;
    background: url(../img/keyvisual.jpg) 20% center no-repeat;
    background-size: cover;
    overflow: hidden
}

.keyvisual:after {
    display: table;
    clear: both
}

.keyvisual:before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 101%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 8%;
    background: url(../img/flow-keyvisual.svg) top no-repeat;
    background-size: 100%
}

.keyvisual__content {
    color: #fff;
    padding: 0 1em
}

@media all and (min-width:1200px) {
    .keyvisual__content {
        padding: 0 0 0 4em;
        max-width: 1100px;
        width: 100%
    }
}

.keyvisual__content h1 {
    color: #fff
}

.keyvisual__content--full {
    text-align: center;
    padding: 0 1em;
    max-width: 900px;
    width: 100%;
    margin: 0 auto -1em
}

@media all and (min-width:640px) {
    .keyvisual__content--full {
        margin: 0 auto -2em
    }
}

@media all and (min-width:1200px) {
    .keyvisual__content--extend {
        max-width: 1024px
    }

    .keyvisual__content--mixed {
        max-width: 100%;
        padding-right: 4em
    }

    .keyvisual__content--mixed .keyvisual__limit {
        max-width: 100%;
        margin-bottom: -80px;
        padding-right: 43vw
    }
}

@media all and (min-width:1200px) and (min-width:1500px) {
    .keyvisual__content--mixed .keyvisual__limit {
        padding-right: 700px
    }
}

@media (max-width:968px) {
    .keyvisual .card {
        opacity: 0
    }
}

.asidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .05);
    z-index: 998;
    background: -webkit-gradient(linear, left top, left bottom, from(#C6DA63), to(#B2C746));
    background: -webkit-linear-gradient(top, #C6DA63, #B2C746);
    background: -o-linear-gradient(top, #C6DA63, #B2C746);
    background: linear-gradient(to bottom, #C6DA63, #B2C746);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.asidebar__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #c2d467;
    border-right: 1px solid #a0af46
}

.asidebar__item:first-child {
    border-left: none
}

.asidebar__item:last-child {
    border-right: none
}

.asidebar__item:hover .asidebar__icon {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.asidebar__icon {
    display: block;
    height: 50px;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media all and (min-width:840px) {
    .asidebar {
        display: block;
        bottom: auto;
        left: auto;
        top: 30%;
        right: 0;
        width: 70px;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
    }

    .asidebar__item {
        border-top: 1px solid #c2d467;
        border-bottom: 1px solid #a0af46;
        border-right: none;
        border-left: none
    }

    .asidebar__item:first-child {
        border-top: none
    }

    .asidebar__item:last-child {
        border-bottom: none
    }

    .asidebar__icon {
        width: 70px;
        height: 70px
    }
}

.asidebar__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: auto;
    max-width: 20px;
    max-height: 20px
}

@media all and (min-width:840px) {
    .asidebar__icon img {
        max-width: 30px;
        max-height: 30px
    }
}

.asidebar__content {
    display: none;
    max-width: 750px
}

.overlay {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    padding: 30px
}

.overlay--visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 9999
}

.overlay__close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #002945;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    cursor: pointer
}

@media all and (min-width:640px) {
    .overlay__close {
        font-size: 3.5rem
    }
}

.overlay__close:before {
    content: '✕'
}

.text-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    margin: 0
}

.text-overlay--visible {
    display: block
}

.text-overlay__content {
    position: relative;
    overflow: scroll;
    background-color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 25px auto;
    max-height: calc(100vh - 100px);
    padding: 50px;
    border-radius: 3px
}

.text-overlay__discard {
    position: -webkit-sticky;
    position: sticky;
    right: 25px;
    top: 25px;
    font-size: 36px;
    display: block;
    text-align: right
}

.text-overlay__discard-icon {
    padding: 25px
}

.text-overlay__discard-icon::before {
    content: "✕"
}

.text-overlay .button {
    margin-bottom: 50px
}

.logo {
    width: 108px;
    height: 60px;
    background: url(../img/logo.png) no-repeat;
    display: block;
    background-size: contain
}

@media all and (min-width:640px) {
    .logo {
        width: 149px;
        height: 83px
    }
}

.logo--white {
    background-image: url(../img/logo-white.png)
}

.logo--footer {
    background-image: url(../img/logo-footer.png)
}

.navigation__list {
    list-style-type: none;
    margin: 0
}

.navigation__list li {
    float: left
}

.navigation__list li:first-child {
    margin-left: 0
}

.navigation__list li a {
    display: inline-block;
    color: #4A4A4A
}

.navigation__list li a:before {
    background: #4A4A4A;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

@media all and (max-width:1025px) {

    .navigation__list li a,
    .navigation__toggle--close {
        color: #fff;
        display: inline-block
    }

    .navigation--open .navigation__wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .navigation__wrapper {
        background: -webkit-gradient(linear, left bottom, left top, from(#1C4982), to(#063065));
        background: -webkit-linear-gradient(bottom, #1C4982, #063065);
        background: -o-linear-gradient(bottom, #1C4982, #063065);
        background: linear-gradient(to top, #1C4982, #063065);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        overflow: auto;
        z-index: 999;
        padding: 30px;
        width: 100%;
        max-width: 350px;
        font-size: 1.7rem;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

    .navigation__list li {
        float: none;
        display: block;
        margin: 0;
        padding: 0
    }

    .navigation__list li a:before {
        background: #fff;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 0
    }

    .navigation__list ul {
        padding-left: 1em
    }

    .navigation__toggle {
        cursor: pointer
    }

    .navigation__toggle--close {
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        width: 100%;
        text-align: right;
        margin-bottom: 20px
    }

    .navigation__toggle--close:before {
        content: '✕'
    }

    .navigation__toggle--open {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        display: inline-block;
        width: 40px;
        height: 24px;
        background: url(../img/nav-open.svg)
    }
}

.card,
.phone {
    position: relative
}

.phone {
    padding-left: 45px;
    min-height: 1px
}

.phone:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/phone.svg), -webkit-gradient(linear, right top, left top, from(#1C4982), to(#063065));
    background: url(../img/phone.svg), -webkit-linear-gradient(right, #1C4982, #063065);
    background: url(../img/phone.svg), -o-linear-gradient(right, #1C4982, #063065);
    background: url(../img/phone.svg), linear-gradient(to left, #1C4982, #063065);
    background-position: center center;
    background-size: 45%, 100%;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 5px 8px rgba(0, 41, 69, .3));
    filter: drop-shadow(0 5px 8px rgba(0, 41, 69, .3))
}

.phone:after {
    content: ' '
}

.search__icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/search.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-bottom: -20%
}

.search__form {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 4px solid #002945
}

@media all and (min-width:640px) {
    .search__form {
        font-size: 3rem
    }
}

@media all and (min-width:1200px) {
    .phone {
        padding-left: 60px
    }

    .search__form {
        font-size: 4rem
    }
}

.search__form input {
    font: inherit;
    height: 1.6em;
    outline: 0;
    color: #002945;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important
}

.search__form input[type=search] {
    height: 1.6em;
    background: 0 0;
    outline: 0;
    color: #002945;
    font-weight: 600;
    padding-right: .5em
}

.search__form input[type=search]::-webkit-input-placeholder {
    color: #ccc
}

.search__form input[type=search]:-ms-input-placeholder {
    color: #ccc
}

.search__form input[type=search]::-ms-input-placeholder {
    color: #ccc
}

.search__form input[type=search]::placeholder {
    color: #ccc
}

.search__form input[type=submit] {
    background: url(../img/search.svg) center center no-repeat;
    background-size: contain;
    width: 1em;
    margin: 0;
    cursor: pointer
}

.listing {
    margin-top: 3em
}

.listing:first-child {
    margin-top: 0
}

.listing__link {
    font-weight: 700
}

.listing__link:after {
    content: ' →';
    color: #535353;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.listing__link:before {
    background: #002945
}

.listing__link:hover:after {
    color: #002945
}

.card {
    background: url(../img/card.jpg) no-repeat;
    background-size: cover;
    margin-left: 2em;
    padding: .8em .9em .9em .7em;
    font-size: 1rem;
    border-radius: 10px;
    border-left: 10px solid #B2C746;
    width: 100%;
    max-width: 512px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .2)
}

@media all and (min-width:500px) {
    .card {
        padding: 1.5em 0 1em 1.5em;
        font-size: inherit
    }

    .card:before {
        content: '';
        display: block;
        position: absolute;
        top: 1.5em;
        right: 1.5em;
        width: 157px;
        height: 88px;
        background: url(../img/logo.png) no-repeat;
        background-size: contain
    }
}

.card p {
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 0
}

.card p:first-child {
    margin-top: 0
}

.card__headline {
    color: #002945;
    font-weight: 500;
    font-size: 25px;
    display: inline-block;
    line-height: 1.05em
}

.card__headline small,
.link-grid__item {
    font-size: 18px;
    color: #4A4A4A
}

.highlights,
.link-grid {
    display: -webkit-box;
    display: -ms-flexbox
}

.link-grid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left
}

.link-grid__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin: 30px 0 0 30px;
    background: #fff;
    padding: calc(115px + .8em) 1em .8em;
    text-align: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1.2em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.link-grid__item--secondary {
    display: none
}

@media all and (min-width:640px) {
    .link-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 30px);
        flex: 0 1 calc(50% - 30px);
        max-width: calc(50% - 30px)
    }
}

@media all and (min-width:1024px) {
    .link-grid__item--secondary {
        display: block
    }

    .link-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 30px);
        flex: 0 1 calc(25% - 30px);
        max-width: calc(25% - 30px)
    }
}

.link-grid__item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
    -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 40px rgba(0, 0, 0, .08);
    color: #002945
}

.link-grid__item:before {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    width: 100%;
    height: 115px;
    background: -webkit-gradient(linear, left top, left bottom, from(#C6DA63), to(#B2C746));
    background: -webkit-linear-gradient(top, #C6DA63, #B2C746);
    background: -o-linear-gradient(top, #C6DA63, #B2C746);
    background: linear-gradient(to bottom, #C6DA63, #B2C746)
}

.link-grid__item--highlight {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .06)
}

.link-grid__item--highlight:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#1C4982), to(#063065));
    background: -webkit-linear-gradient(top, #1C4982, #063065);
    background: -o-linear-gradient(top, #1C4982, #063065);
    background: linear-gradient(to bottom, #1C4982, #063065)
}

.link-grid__image {
    position: absolute;
    left: 50%;
    top: 57.5px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 40%;
    max-height: 40%;
    width: auto;
    height: auto
}

.highlights {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form,
.quote-feature,
.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox
}

.highlights__item {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    padding-top: calc(80px + 1em)
}

@media all and (min-width:640px) {
    .highlights__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
}

@media all and (min-width:1024px) {
    .highlights__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
}

.highlights__image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 3px solid #002945
}

.highlights__image img {
    border-radius: 0;
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.tick-list {
    list-style-type: none;
    margin: 0 0 1em;
    padding-top: .5em
}

.tick-list li {
    position: relative;
    margin-top: 1.2em;
    padding-left: 50px
}

.tick-list li:first-child {
    margin-top: 0
}

.tick-list li:before {
    width: 35px;
    height: 45px;
    background: url(../img/tick.svg) center no-repeat;
    position: absolute;
    top: -4px;
    left: 0
}

.form,
.wpcf7-form {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em;
    margin-left: -30px
}

.form--small-gap,
.wpcf7-form--small-gap {
    margin-left: -15px
}

.form--small-gap .form__item,
.wpcf7-form--small-gap .form__item {
    padding-left: 15px
}

@media all and (min-width:800px) {

    .form--flex,
    .wpcf7-form--flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.form__item,
.wpcf7-form__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 30px
}

.form__item--shrink,
.wpcf7-form__item--shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media all and (min-width:800px) {

    .form__item--3,
    .wpcf7-form__item--3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333%;
        flex: 1 1 33.3333333%;
        max-width: 33.3333333%
    }
}

.form [type=text],
.form [type=password],
.form [type=date],
.form [type=datetime],
.form [type=datetime-local],
.form [type=month],
.form [type=week],
.form [type=email],
.form [type=number],
.form [type=search],
.form [type=tel],
.form [type=time],
.form [type=url],
.form [type=color],
.form textarea,
.wpcf7-form [type=text],
.wpcf7-form [type=password],
.wpcf7-form [type=date],
.wpcf7-form [type=datetime],
.wpcf7-form [type=datetime-local],
.wpcf7-form [type=month],
.wpcf7-form [type=week],
.wpcf7-form [type=email],
.wpcf7-form [type=number],
.wpcf7-form [type=search],
.wpcf7-form [type=tel],
.wpcf7-form [type=time],
.wpcf7-form [type=url],
.wpcf7-form [type=color],
.wpcf7-form textarea {
    outline: 0;
    border: 3px solid rgba(0, 41, 69, .11);
    height: 60px;
    border-radius: 4px;
    line-height: 1.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: inherit;
    padding: 0 15px;
    margin-bottom: 25px;
    background: #fff
}

.form textarea,
.wpcf7-form textarea {
    padding: 15px;
    min-height: 250px
}

.form__input label,
.wpcf7-form__input label {
    font-size: 18px
}

.form [type=submit],
.form__submit,
.wpcf7-form [type=submit],
.wpcf7-form__submit {
    cursor: pointer;
    background: -webkit-gradient(linear, right top, left top, from(#1C4982), to(#063065));
    background: -webkit-linear-gradient(right, #1C4982, #063065);
    background: -o-linear-gradient(right, #1C4982, #063065);
    background: linear-gradient(to left, #1C4982, #063065);
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 4px;
    padding: .7em 1em;
    line-height: 1.3em;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.form [type=submit]:hover,
.form__submit:hover,
.wpcf7-form [type=submit]:hover,
.wpcf7-form__submit:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
    color: #fff;
    background: #cc4b37;
    padding: .1em .6em .05em;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
    top: -10px;
    border-radius: 3px
}

.form .wpcf7-not-valid-tip:before,
.wpcf7-form .wpcf7-not-valid-tip:before {
    display: block;
    border-bottom: 5px solid #cc4b37;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    bottom: 100%;
    left: .6em
}

.form .wpcf7-mail-sent-ok,
.form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-validation-errors {
    display: inline-block;
    color: #fff;
    padding: .5em .9em;
    border: none;
    font-weight: 700;
    border-radius: 3px;
    margin: .5em 0
}

.form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ok {
    background: #3adb76
}

.form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-validation-errors {
    background: #ffae00
}

.form .wpcf7-list-item,
.wpcf7-form .wpcf7-list-item {
    padding-left: 1.4em;
    margin: 0 0 1.1em;
    position: relative
}

.form .wpcf7-list-item input,
.wpcf7-form .wpcf7-list-item input {
    position: absolute;
    left: 0;
    top: 8px
}

.button {
    margin-top: 1.2em;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 4px;
    padding: .7em 1em;
    line-height: 1.3em;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 24px rgba(0, 0, 0, .14);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#C6DA63), to(#B2C746));
    background: -webkit-linear-gradient(top, #C6DA63, #B2C746);
    background: -o-linear-gradient(top, #C6DA63, #B2C746);
    background: linear-gradient(to bottom, #C6DA63, #B2C746)
}

.button--secondary {
    background: -webkit-gradient(linear, left top, left bottom, from(#1C4982), to(#063065));
    background: -webkit-linear-gradient(top, #1C4982, #063065);
    background: -o-linear-gradient(top, #1C4982, #063065);
    background: linear-gradient(to bottom, #1C4982, #063065)
}

.button--full {
    display: block
}

.button:before {
    height: 300%;
    width: 50px;
    -webkit-transform: rotate(45deg) translateY(-72%);
    -ms-transform: rotate(45deg) translateY(-72%);
    transform: rotate(45deg) translateY(-72%);
    background: rgba(255, 255, 255, .1);
    display: block;
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.inline-iframe--force-ratio,
.quote {
    position: relative
}

.button:focus,
.button:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    color: #fff
}

.button:focus:before,
.button:hover:before {
    left: 100%
}

.inline-iframe--force-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.inline-iframe--presentation {
    margin: 2em 0 1em
}

.inline-iframe--presentation-flow:before {
    width: 100vw;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    bottom: 0;
    background: url(../img/flow-top.svg) left top no-repeat, url(../img/flow-bottom.svg) bottom left no-repeat #F4F4F4;
    background-size: 100% auto, 100% auto
}

.cta-box {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    padding: 30px;
    color: #535353
}

.cta-box--edged {
    margin: -2em auto 0;
    width: calc(100% - 2em);
    max-width: 100%
}

@media all and (min-width:640px) {
    .cta-box--edged {
        margin: -3em auto 0
    }
}

@media all and (min-width:1200px) {
    .cta-box--edged {
        margin: 0;
        width: 660px;
        max-width: 42%;
        position: absolute;
        right: 3em;
        bottom: 100%;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        z-index: 20
    }
}

.cta-button {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.cta-button:before {
    height: 300%;
    width: 50px;
    -webkit-transform: rotate(45deg) translateY(-72%);
    -ms-transform: rotate(45deg) translateY(-72%);
    transform: rotate(45deg) translateY(-72%);
    background: rgba(255, 255, 255, .1);
    display: block;
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.cta-button:focus,
.cta-button:hover {
    color: #fff;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.cta-button:focus:before,
.cta-button:hover:before {
    left: 100%
}

.cta-button__bottom,
.cta-button__top {
    display: block
}

.cta-button__top {
    background: -webkit-gradient(linear, right top, left top, from(#1C4982), to(#063065));
    background: -webkit-linear-gradient(right, #1C4982, #063065);
    background: -o-linear-gradient(right, #1C4982, #063065);
    background: linear-gradient(to left, #1C4982, #063065);
    font-size: 16px;
    line-height: 1.1em;
    padding: .7em 1em
}

.cta-button__bottom {
    background: -webkit-gradient(linear, right top, left top, from(#C6DA63), to(#B2C746));
    background: -webkit-linear-gradient(right, #C6DA63, #B2C746);
    background: -o-linear-gradient(right, #C6DA63, #B2C746);
    background: linear-gradient(to left, #C6DA63, #B2C746);
    font-size: 23px;
    line-height: 1.2em;
    padding: 1em 2.5em;
    text-transform: uppercase
}

.quote {
    padding: 1.2em 2em;
    text-align: center;
    border: 5px solid #B2C746;
    border-radius: 10px;
    font-family: 'PT Serif', serif;
    font-size: 27px;
    line-height: 1.3em;
    color: #002945;
    margin: 0 0 1em
}

.quote:before {
    position: absolute;
    height: 10px;
    background: #fff;
    top: -7px;
    left: 10px;
    width: 80px
}

.quote:after {
    content: '“';
    position: absolute;
    top: -27px;
    left: 17px;
    color: #002945;
    font-size: 140px;
    line-height: 1em
}

.footer-navigation li a,
.quote>p {
    color: inherit
}

.quote>p {
    margin: 0;
    font: inherit;
    line-height: inherit
}

.section--grey .quote::before {
    background: #F4F4F4
}

.quote-feature {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1em;
    padding-top: 85px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (min-width:1024px) {
    .quote-feature {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.quote-feature__content {
    position: relative;
    background: #B2C746;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.quote-feature__image {
    border: 3px solid #002945;
    border-radius: 50%;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 1em auto 0;
    width: 40%;
    padding-top: 40%
}

@media all and (min-width:640px) {
    .quote-feature__image {
        width: 30%;
        padding-top: 30%
    }
}

@media all and (min-width:1024px) {
    .quote-feature__image {
        margin: 0;
        padding: 0;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 50%;
        left: 2em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.quote-feature__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quote-feature__quote {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: block;
    margin: 0;
    padding: 1em 2em
}

@media all and (min-width:1024px) {
    .quote-feature__quote {
        padding: 50px 50px 50px calc(50px + 200px + 30px)
    }
}

.quote-feature__quote,
.quote-feature__quote * {
    font: inherit;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700;
    font-size: 1rem
}

@media all and (min-width:640px) {

    .quote-feature__quote,
    .quote-feature__quote * {
        font-size: 20px
    }
}

.quote-feature__quote cite {
    display: block;
    text-align: right
}

.quote-feature__quote cite:before {
    content: '— '
}

.quote-slider {
    -webkit-filter: drop-shadow(0 5px 30px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 5px 30px rgba(0, 0, 0, .2));
    position: relative
}

.quote-slider__slides {
    margin-left: -2em
}

.quote-slider__item {
    margin-left: 2em
}

.quote-slider__item+.quote-slider__item {
    display: none
}

.quote-slider .bx-wrapper .quote-slider__item+.quote-slider__item {
    display: block
}

.quote-slider .bx-controls-direction {
    position: absolute;
    top: calc(50%);
    width: 100%;
    height: 0
}

.quote-slider .bx-next,
.quote-slider .bx-prev {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    background: #002945;
    text-indent: -200vw;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1
}

.quote-slider .bx-next:before,
.quote-slider .bx-prev:before {
    content: '';
    display: block;
    background: url(../img/arrow.svg) center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-47%) translateY(-46%);
    -ms-transform: translateX(-47%) translateY(-46%);
    transform: translateX(-47%) translateY(-46%)
}

.quote-slider .bx-next.disabled,
.quote-slider .bx-prev.disabled {
    opacity: .1
}

.quote-slider .bx-next {
    left: calc(100% + 30px)
}

.quote-slider .bx-prev {
    right: calc(100% + 30px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quote-slider .bx-pager {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote-slider .bx-pager-item {
    display: block
}

.quote-slider .bx-pager-link {
    display: block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #002945;
    text-indent: -200vw;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.quote-slider .bx-pager-link.active,
.quote-slider .bx-pager-link:hover {
    background: #002945
}

.footer {
    background: #fff;
    color: #535353;
    font-size: 16px;
    line-height: 1.6em;
    position: relative;
    overflow: hidden
}

.footer--dark {
    background: #F4F4F4
}

.footer:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/burgard-watermark-grey.png) no-repeat;
    background-size: contain;
    width: 180px;
    height: 150px;
    bottom: -10px;
    right: 10px;
    opacity: .05
}

@media all and (min-width:1400px) {
    .footer:after {
        width: 270px;
        height: 180px;
        bottom: -30px
    }
}

.footer__align {
    padding: 1.4em 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__item {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.footer__item.footer__align {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__item--full {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.footer__item--center {
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 1em
}

@media all and (max-width:1150px) {
    .footer__align {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

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

    .footer__item.footer__align {
        display: block
    }
}

@media all and (max-width:850px) {
    .footer {
        padding: 1em 0 4em;
        text-align: center
    }

    .footer__align {
        display: block
    }

    .footer__item--center * {
        display: inline-block
    }
}

.footer-navigation {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-navigation li {
    display: block;
    margin-left: 1em
}

.footer-navigation li:not(:first-child):before {
    content: '|';
    margin-right: 1em
}

.footer-navigation li:first-child {
    margin-left: 0
}

@media all and (max-width:850px) {
    .footer-navigation {
        float: none !important;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 1em 0 0
    }
}

@media all and (max-width:500px) {
    .footer-navigation {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.lp-quote-slider {
    margin-top: -20px;
    position: relative
}

.lp-quote-slider__item {
    padding-top: 20px
}

.lp-quote-slider .bx-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 3px
}

.lp-quote-slider .bx-pager-item a {
    margin-left: 5px;
    display: block;
    text-indent: -200vw;
    width: 10px;
    height: 10px;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #002945;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.lp-quote-slider .bx-pager-item a.active {
    background: #002945
}

.cta {
    background: #708092;
    color: #fff;
    padding: 1.7em 0 2em
}

.cta__content {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5
}

@media (min-width:640px) {
    .cta__content {
        font-size: 2rem
    }
}

.cta__button {
    white-space: nowrap
}

@media (min-width:850px) {
    .cta__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cta__button {
        padding-left: 50px
    }

    .cta__button .button {
        margin: 0;
        display: block
    }

    .footer--lp .footer__wrapper {
        margin-left: -30px
    }
}

.footer--lp .footer__wrapper {
    padding: 2.9em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1450px) {
    .footer--lp .footer__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.footer--lp .footer__element {
    margin-top: 2em;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

@media (min-width:850px) {
    .footer--lp .footer__element {
        padding-left: 30px
    }
}

.lp-navigation,
.lp-navigation li {
    margin: 0;
    padding: 0
}

@media (min-width:1024px) {
    .footer--lp .footer__element {
        margin-top: 0
    }
}

.footer--lp .footer__element:first-child {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

@media (min-width:1450px) {
    .footer--lp .footer__element:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: auto
    }
}

@media (min-width:850px) {
    .footer--lp .footer__element {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: auto
    }

    .lp-navigation {
        display: grid;
        grid-gap: 0 30px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1450px) {
    .footer--lp .footer__element {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none
    }
}

.lp-navigation {
    list-style-type: none
}

@media (min-width:850px) {
    .lp-navigation li {
        white-space: nowrap
    }
}

.lp-navigation li:first-child {
    grid-column: 1/3
}

.lp-navigation li a {
    color: inherit
}

.lp-navigation li a:hover {
    text-decoration: underline
}

.lp-textwidget {
    display: flex;
    flex-direction: column;
}

.lp-article-title {
    padding-bottom: 15px;
}

.lp-article__link {
    display: inline-block;
    background-color: transparent;
    line-height: inherit;
    color: #002945;
    cursor: pointer;
}

.lp-article__link-margin {
    margin: 10px 0 40px;

}

.success {
    padding-left: 30px;
}

.lp-footer__align {
    padding: 1.4em 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.label-checkbox {
    padding-left: 1.4em;
    margin: 0 0 1.1em;
    position: relative;
}

@media (max-width: 1150px) {
    .lp-footer__align {
        display: block;
        padding: 0;
    }

    .lp-footer__align--padding {
        padding: 1.4em 0 1em;
    }

    .lp-footer {
        text-align: center;
    }

    .lp-footer__item--center * {
        display: inline-block;
    }
}

#redirform {
    display: none;
}

.btn {
    color: blue;
    cursor: pointer;
}

.btn:hover {
    text-decoration: underline;
}

.contact-link {
    text-decoration: underline;
}

.lp-error {
    color: #fff;
    background: #cc4b37;
    padding: .1em .6em .05em;
    font-size: .9em;
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
    top: -10px;
    border-radius: 3px;
}

.lp-error::before {
    content: '';
    display: block;
    border-bottom: 5px solid #cc4b37;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    bottom: 100%;
    left: .6em;
}

.lp-system-error {
    border: 2px solid #ffb900;
    margin-left: 30px;
    padding: 0.2em 20px;
    flex: 1 1 100%;
    max-width: 100%;
}

.lp-success {
    border: 2px solid green;
    margin-left: 30px;
    padding: 0.2em 20px;
    flex: 1 1 100%;
    max-width: 100%;
}

.grid-card-3{
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
    position: relative;
}

.grid-card-3 img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.grid-card-3 div {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 10px;
    background-color: white;
    text-align: center;
}

.grid-card-3:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
    -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 40px rgba(0, 0, 0, .08);
    cursor: pointer;
}
.surname{
    display: none;
}