/**
 * Theme Name: Earth Treasures Jewelers
 * Author: Splendor Design Group
 * Version: 99.0
**/
/* Slider */

.video-gallery-wrapper {
    display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.video-gallery-item {
    padding: 10px;
}

.video-container iframe {
    max-width: 100%;
	width: 100%; /* REMOVE WHEN YOU ADD THIRD VIDEO */
}

.video-container p {
    margin: 0 auto;
    font-size: 18px;
	text-align: center;
	max-width: 400px;
}
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}


.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: '\f26e';
}

.fa-accessible-icon:before {
    content: '\f368';
}

.fa-accusoft:before {
    content: '\f369';
}

.fa-acquisitions-incorporated:before {
    content: '\f6af';
}

.fa-ad:before {
    content: '\f641';
}

.fa-address-book:before {
    content: '\f2b9';
}

.fa-address-card:before {
    content: '\f2bb';
}

.fa-adjust:before {
    content: '\f042';
}

.fa-adn:before {
    content: '\f170';
}

.fa-adversal:before {
    content: '\f36a';
}

.fa-affiliatetheme:before {
    content: '\f36b';
}

.fa-air-freshener:before {
    content: '\f5d0';
}

.fa-airbnb:before {
    content: '\f834';
}

.fa-algolia:before {
    content: '\f36c';
}

.fa-align-center:before {
    content: '\f037';
}

.fa-align-justify:before {
    content: '\f039';
}

.fa-align-left:before {
    content: '\f036';
}

.fa-align-right:before {
    content: '\f038';
}

.fa-alipay:before {
    content: '\f642';
}

.fa-allergies:before {
    content: '\f461';
}

.fa-amazon:before {
    content: '\f270';
}

.fa-amazon-pay:before {
    content: '\f42c';
}

.fa-ambulance:before {
    content: '\f0f9';
}

.fa-american-sign-language-interpreting:before {
    content: '\f2a3';
}

.fa-amilia:before {
    content: '\f36d';
}

.fa-anchor:before {
    content: '\f13d';
}

.fa-android:before {
    content: '\f17b';
}

.fa-angellist:before {
    content: '\f209';
}

.fa-angle-double-down:before {
    content: '\f103';
}

.fa-angle-double-left:before {
    content: '\f100';
}

.fa-angle-double-right:before {
    content: '\f101';
}

.fa-angle-double-up:before {
    content: '\f102';
}

.fa-angle-down:before {
    content: '\f107';
}

.fa-angle-left:before {
    content: '\f104';
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-angry:before {
    content: '\f556';
}

.fa-angrycreative:before {
    content: '\f36e';
}

.fa-angular:before {
    content: '\f420';
}

.fa-ankh:before {
    content: '\f644';
}

.fa-app-store:before {
    content: '\f36f';
}

.fa-app-store-ios:before {
    content: '\f370';
}

.fa-apper:before {
    content: '\f371';
}

.fa-apple:before {
    content: '\f179';
}

.fa-apple-alt:before {
    content: '\f5d1';
}

.fa-apple-pay:before {
    content: '\f415';
}

.fa-archive:before {
    content: '\f187';
}

.fa-archway:before {
    content: '\f557';
}

.fa-arrow-alt-circle-down:before {
    content: '\f358';
}

.fa-arrow-alt-circle-left:before {
    content: '\f359';
}

.fa-arrow-alt-circle-right:before {
    content: '\f35a';
}

.fa-arrow-alt-circle-up:before {
    content: '\f35b';
}

.fa-arrow-circle-down:before {
    content: '\f0ab';
}

.fa-arrow-circle-left:before {
    content: '\f0a8';
}

.fa-arrow-circle-right:before {
    content: '\f0a9';
}

.fa-arrow-circle-up:before {
    content: '\f0aa';
}

.fa-arrow-down:before {
    content: '\f063';
}

.fa-arrow-left:before {
    content: '\f060';
}

.fa-arrow-right:before {
    content: '\f061';
}

.fa-arrow-up:before {
    content: '\f062';
}

.fa-arrows-alt:before {
    content: '\f0b2';
}

.fa-arrows-alt-h:before {
    content: '\f337';
}

.fa-arrows-alt-v:before {
    content: '\f338';
}

.fa-artstation:before {
    content: '\f77a';
}

.fa-assistive-listening-systems:before {
    content: '\f2a2';
}

.fa-asterisk:before {
    content: '\f069';
}

.fa-asymmetrik:before {
    content: '\f372';
}

.fa-at:before {
    content: '\f1fa';
}

.fa-atlas:before {
    content: '\f558';
}

.fa-atlassian:before {
    content: '\f77b';
}

.fa-atom:before {
    content: '\f5d2';
}

.fa-audible:before {
    content: '\f373';
}

.fa-audio-description:before {
    content: '\f29e';
}

.fa-autoprefixer:before {
    content: '\f41c';
}

.fa-avianex:before {
    content: '\f374';
}

.fa-aviato:before {
    content: '\f421';
}

.fa-award:before {
    content: '\f559';
}

.fa-aws:before {
    content: '\f375';
}

.fa-baby:before {
    content: '\f77c';
}

.fa-baby-carriage:before {
    content: '\f77d';
}

.fa-backspace:before {
    content: '\f55a';
}

.fa-backward:before {
    content: '\f04a';
}

.fa-bacon:before {
    content: '\f7e5';
}

.fa-bacteria:before {
    content: '\e059';
}

.fa-bacterium:before {
    content: '\e05a';
}

.fa-bahai:before {
    content: '\f666';
}

.fa-balance-scale:before {
    content: '\f24e';
}

.fa-balance-scale-left:before {
    content: '\f515';
}

.fa-balance-scale-right:before {
    content: '\f516';
}

.fa-ban:before {
    content: '\f05e';
}

.fa-band-aid:before {
    content: '\f462';
}

.fa-bandcamp:before {
    content: '\f2d5';
}

.fa-barcode:before {
    content: '\f02a';
}

.fa-bars:before {
    content: '\f0c9';
}

.fa-baseball-ball:before {
    content: '\f433';
}

.fa-basketball-ball:before {
    content: '\f434';
}

.fa-bath:before {
    content: '\f2cd';
}

.fa-battery-empty:before {
    content: '\f244';
}

.fa-battery-full:before {
    content: '\f240';
}

.fa-battery-half:before {
    content: '\f242';
}

.fa-battery-quarter:before {
    content: '\f243';
}

.fa-battery-three-quarters:before {
    content: '\f241';
}

.fa-battle-net:before {
    content: '\f835';
}

.fa-bed:before {
    content: '\f236';
}

.fa-beer:before {
    content: '\f0fc';
}

.fa-behance:before {
    content: '\f1b4';
}

.fa-behance-square:before {
    content: '\f1b5';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-bell-slash:before {
    content: '\f1f6';
}

.fa-bezier-curve:before {
    content: '\f55b';
}

.fa-bible:before {
    content: '\f647';
}

.fa-bicycle:before {
    content: '\f206';
}

.fa-biking:before {
    content: '\f84a';
}

.fa-bimobject:before {
    content: '\f378';
}

.fa-binoculars:before {
    content: '\f1e5';
}

.fa-biohazard:before {
    content: '\f780';
}

.fa-birthday-cake:before {
    content: '\f1fd';
}

.fa-bitbucket:before {
    content: '\f171';
}

.fa-bitcoin:before {
    content: '\f379';
}

.fa-bity:before {
    content: '\f37a';
}

.fa-black-tie:before {
    content: '\f27e';
}

.fa-blackberry:before {
    content: '\f37b';
}

.fa-blender:before {
    content: '\f517';
}

.fa-blender-phone:before {
    content: '\f6b6';
}

.fa-blind:before {
    content: '\f29d';
}

.fa-blog:before {
    content: '\f781';
}

.fa-blogger:before {
    content: '\f37c';
}

.fa-blogger-b:before {
    content: '\f37d';
}

.fa-bluetooth:before {
    content: '\f293';
}

.fa-bluetooth-b:before {
    content: '\f294';
}

.fa-bold:before {
    content: '\f032';
}

.fa-bolt:before {
    content: '\f0e7';
}

.fa-bomb:before {
    content: '\f1e2';
}

.fa-bone:before {
    content: '\f5d7';
}

.fa-bong:before {
    content: '\f55c';
}

.fa-book:before {
    content: '\f02d';
}

.fa-book-dead:before {
    content: '\f6b7';
}

.fa-book-medical:before {
    content: '\f7e6';
}

.fa-book-open:before {
    content: '\f518';
}

.fa-book-reader:before {
    content: '\f5da';
}

.fa-bookmark:before {
    content: '\f02e';
}

.fa-bootstrap:before {
    content: '\f836';
}

.fa-border-all:before {
    content: '\f84c';
}

.fa-border-none:before {
    content: '\f850';
}

.fa-border-style:before {
    content: '\f853';
}

.fa-bowling-ball:before {
    content: '\f436';
}

.fa-box:before {
    content: '\f466';
}

.fa-box-open:before {
    content: '\f49e';
}

.fa-box-tissue:before {
    content: '\e05b';
}

.fa-boxes:before {
    content: '\f468';
}

.fa-braille:before {
    content: '\f2a1';
}

.fa-brain:before {
    content: '\f5dc';
}

.fa-bread-slice:before {
    content: '\f7ec';
}

.fa-briefcase:before {
    content: '\f0b1';
}

.fa-briefcase-medical:before {
    content: '\f469';
}

.fa-broadcast-tower:before {
    content: '\f519';
}

.fa-broom:before {
    content: '\f51a';
}

.fa-brush:before {
    content: '\f55d';
}

.fa-btc:before {
    content: '\f15a';
}

.fa-buffer:before {
    content: '\f837';
}

.fa-bug:before {
    content: '\f188';
}

.fa-building:before {
    content: '\f1ad';
}

.fa-bullhorn:before {
    content: '\f0a1';
}

.fa-bullseye:before {
    content: '\f140';
}

.fa-burn:before {
    content: '\f46a';
}

.fa-buromobelexperte:before {
    content: '\f37f';
}

.fa-bus:before {
    content: '\f207';
}

.fa-bus-alt:before {
    content: '\f55e';
}

.fa-business-time:before {
    content: '\f64a';
}

.fa-buy-n-large:before {
    content: '\f8a6';
}

.fa-buysellads:before {
    content: '\f20d';
}

.fa-calculator:before {
    content: '\f1ec';
}

.fa-calendar:before {
    content: '\f133';
}

.fa-calendar-alt:before {
    content: '\f073';
}

.fa-calendar-check:before {
    content: '\f274';
}

.fa-calendar-day:before {
    content: '\f783';
}

.fa-calendar-minus:before {
    content: '\f272';
}

.fa-calendar-plus:before {
    content: '\f271';
}

.fa-calendar-times:before {
    content: '\f273';
}

.fa-calendar-week:before {
    content: '\f784';
}

.fa-camera:before {
    content: '\f030';
}

.fa-camera-retro:before {
    content: '\f083';
}

.fa-campground:before {
    content: '\f6bb';
}

.fa-canadian-maple-leaf:before {
    content: '\f785';
}

.fa-candy-cane:before {
    content: '\f786';
}

.fa-cannabis:before {
    content: '\f55f';
}

.fa-capsules:before {
    content: '\f46b';
}

.fa-car:before {
    content: '\f1b9';
}

.fa-car-alt:before {
    content: '\f5de';
}

.fa-car-battery:before {
    content: '\f5df';
}

.fa-car-crash:before {
    content: '\f5e1';
}

.fa-car-side:before {
    content: '\f5e4';
}

.fa-caravan:before {
    content: '\f8ff';
}

.fa-caret-down:before {
    content: '\f0d7';
}

.fa-caret-left:before {
    content: '\f0d9';
}

.fa-caret-right:before {
    content: '\f0da';
}

.fa-caret-square-down:before {
    content: '\f150';
}

.fa-caret-square-left:before {
    content: '\f191';
}

.fa-caret-square-right:before {
    content: '\f152';
}

.fa-caret-square-up:before {
    content: '\f151';
}

.fa-caret-up:before {
    content: '\f0d8';
}

.fa-carrot:before {
    content: '\f787';
}

.fa-cart-arrow-down:before {
    content: '\f218';
}

.fa-cart-plus:before {
    content: '\f217';
}

.fa-cash-register:before {
    content: '\f788';
}

.fa-cat:before {
    content: '\f6be';
}

.fa-cc-amazon-pay:before {
    content: '\f42d';
}

.fa-cc-amex:before {
    content: '\f1f3';
}

.fa-cc-apple-pay:before {
    content: '\f416';
}

.fa-cc-diners-club:before {
    content: '\f24c';
}

.fa-cc-discover:before {
    content: '\f1f2';
}

.fa-cc-jcb:before {
    content: '\f24b';
}

.fa-cc-mastercard:before {
    content: '\f1f1';
}

.fa-cc-paypal:before {
    content: '\f1f4';
}

.fa-cc-stripe:before {
    content: '\f1f5';
}

.fa-cc-visa:before {
    content: '\f1f0';
}

.fa-centercode:before {
    content: '\f380';
}

.fa-centos:before {
    content: '\f789';
}

.fa-certificate:before {
    content: '\f0a3';
}

.fa-chair:before {
    content: '\f6c0';
}

.fa-chalkboard:before {
    content: '\f51b';
}

.fa-chalkboard-teacher:before {
    content: '\f51c';
}

.fa-charging-station:before {
    content: '\f5e7';
}

.fa-chart-area:before {
    content: '\f1fe';
}

.fa-chart-bar:before {
    content: '\f080';
}

.fa-chart-line:before {
    content: '\f201';
}

.fa-chart-pie:before {
    content: '\f200';
}

.fa-check:before {
    content: '\f00c';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-check-double:before {
    content: '\f560';
}

.fa-check-square:before {
    content: '\f14a';
}

.fa-cheese:before {
    content: '\f7ef';
}

.fa-chess:before {
    content: '\f439';
}

.fa-chess-bishop:before {
    content: '\f43a';
}

.fa-chess-board:before {
    content: '\f43c';
}

.fa-chess-king:before {
    content: '\f43f';
}

.fa-chess-knight:before {
    content: '\f441';
}

.fa-chess-pawn:before {
    content: '\f443';
}

.fa-chess-queen:before {
    content: '\f445';
}

.fa-chess-rook:before {
    content: '\f447';
}

.fa-chevron-circle-down:before {
    content: '\f13a';
}

.fa-chevron-circle-left:before {
    content: '\f137';
}

.fa-chevron-circle-right:before {
    content: '\f138';
}

.fa-chevron-circle-up:before {
    content: '\f139';
}

.fa-chevron-down:before {
    content: '\f078';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-chevron-up:before {
    content: '\f077';
}

.fa-child:before {
    content: '\f1ae';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-chromecast:before {
    content: '\f838';
}

.fa-church:before {
    content: '\f51d';
}

.fa-circle:before {
    content: '\f111';
}

.fa-circle-notch:before {
    content: '\f1ce';
}

.fa-city:before {
    content: '\f64f';
}

.fa-clinic-medical:before {
    content: '\f7f2';
}

.fa-clipboard:before {
    content: '\f328';
}

.fa-clipboard-check:before {
    content: '\f46c';
}

.fa-clipboard-list:before {
    content: '\f46d';
}

.fa-clock:before {
    content: '\f017';
}

.fa-clone:before {
    content: '\f24d';
}

.fa-closed-captioning:before {
    content: '\f20a';
}

.fa-cloud:before {
    content: '\f0c2';
}

.fa-cloud-download-alt:before {
    content: '\f381';
}

.fa-cloud-meatball:before {
    content: '\f73b';
}

.fa-cloud-moon:before {
    content: '\f6c3';
}

.fa-cloud-moon-rain:before {
    content: '\f73c';
}

.fa-cloud-rain:before {
    content: '\f73d';
}

.fa-cloud-showers-heavy:before {
    content: '\f740';
}

.fa-cloud-sun:before {
    content: '\f6c4';
}

.fa-cloud-sun-rain:before {
    content: '\f743';
}

.fa-cloud-upload-alt:before {
    content: '\f382';
}

.fa-cloudflare:before {
    content: '\e07d';
}

.fa-cloudscale:before {
    content: '\f383';
}

.fa-cloudsmith:before {
    content: '\f384';
}

.fa-cloudversify:before {
    content: '\f385';
}

.fa-cocktail:before {
    content: '\f561';
}

.fa-code:before {
    content: '\f121';
}

.fa-code-branch:before {
    content: '\f126';
}

.fa-codepen:before {
    content: '\f1cb';
}

.fa-codiepie:before {
    content: '\f284';
}

.fa-coffee:before {
    content: '\f0f4';
}

.fa-cog:before {
    content: '\f013';
}

.fa-cogs:before {
    content: '\f085';
}

.fa-coins:before {
    content: '\f51e';
}

.fa-columns:before {
    content: '\f0db';
}

.fa-comment:before {
    content: '\f075';
}

.fa-comment-alt:before {
    content: '\f27a';
}

.fa-comment-dollar:before {
    content: '\f651';
}

.fa-comment-dots:before {
    content: '\f4ad';
}

.fa-comment-medical:before {
    content: '\f7f5';
}

.fa-comment-slash:before {
    content: '\f4b3';
}

.fa-comments:before {
    content: '\f086';
}

.fa-comments-dollar:before {
    content: '\f653';
}

.fa-compact-disc:before {
    content: '\f51f';
}

.fa-compass:before {
    content: '\f14e';
}

.fa-compress:before {
    content: '\f066';
}

.fa-compress-alt:before {
    content: '\f422';
}

.fa-compress-arrows-alt:before {
    content: '\f78c';
}

.fa-concierge-bell:before {
    content: '\f562';
}

.fa-confluence:before {
    content: '\f78d';
}

.fa-connectdevelop:before {
    content: '\f20e';
}

.fa-contao:before {
    content: '\f26d';
}

.fa-cookie:before {
    content: '\f563';
}

.fa-cookie-bite:before {
    content: '\f564';
}

.fa-copy:before {
    content: '\f0c5';
}

.fa-copyright:before {
    content: '\f1f9';
}

.fa-cotton-bureau:before {
    content: '\f89e';
}

.fa-couch:before {
    content: '\f4b8';
}

.fa-cpanel:before {
    content: '\f388';
}

.fa-creative-commons:before {
    content: '\f25e';
}

.fa-creative-commons-by:before {
    content: '\f4e7';
}

.fa-creative-commons-nc:before {
    content: '\f4e8';
}

.fa-creative-commons-nc-eu:before {
    content: '\f4e9';
}

.fa-creative-commons-nc-jp:before {
    content: '\f4ea';
}

.fa-creative-commons-nd:before {
    content: '\f4eb';
}

.fa-creative-commons-pd:before {
    content: '\f4ec';
}

.fa-creative-commons-pd-alt:before {
    content: '\f4ed';
}

.fa-creative-commons-remix:before {
    content: '\f4ee';
}

.fa-creative-commons-sa:before {
    content: '\f4ef';
}

.fa-creative-commons-sampling:before {
    content: '\f4f0';
}

.fa-creative-commons-sampling-plus:before {
    content: '\f4f1';
}

.fa-creative-commons-share:before {
    content: '\f4f2';
}

.fa-creative-commons-zero:before {
    content: '\f4f3';
}

.fa-credit-card:before {
    content: '\f09d';
}

.fa-critical-role:before {
    content: '\f6c9';
}

.fa-crop:before {
    content: '\f125';
}

.fa-crop-alt:before {
    content: '\f565';
}

.fa-cross:before {
    content: '\f654';
}

.fa-crosshairs:before {
    content: '\f05b';
}

.fa-crow:before {
    content: '\f520';
}

.fa-crown:before {
    content: '\f521';
}

.fa-crutch:before {
    content: '\f7f7';
}

.fa-css3:before {
    content: '\f13c';
}

.fa-css3-alt:before {
    content: '\f38b';
}

.fa-cube:before {
    content: '\f1b2';
}

.fa-cubes:before {
    content: '\f1b3';
}

.fa-cut:before {
    content: '\f0c4';
}

.fa-cuttlefish:before {
    content: '\f38c';
}

.fa-d-and-d:before {
    content: '\f38d';
}

.fa-d-and-d-beyond:before {
    content: '\f6ca';
}

.fa-dailymotion:before {
    content: '\e052';
}

.fa-dashcube:before {
    content: '\f210';
}

.fa-database:before {
    content: '\f1c0';
}

.fa-deaf:before {
    content: '\f2a4';
}

.fa-deezer:before {
    content: '\e077';
}

.fa-delicious:before {
    content: '\f1a5';
}

.fa-democrat:before {
    content: '\f747';
}

.fa-deploydog:before {
    content: '\f38e';
}

.fa-deskpro:before {
    content: '\f38f';
}

.fa-desktop:before {
    content: '\f108';
}

.fa-dev:before {
    content: '\f6cc';
}

.fa-deviantart:before {
    content: '\f1bd';
}

.fa-dharmachakra:before {
    content: '\f655';
}

.fa-dhl:before {
    content: '\f790';
}

.fa-diagnoses:before {
    content: '\f470';
}

.fa-diaspora:before {
    content: '\f791';
}

.fa-dice:before {
    content: '\f522';
}

.fa-dice-d20:before {
    content: '\f6cf';
}

.fa-dice-d6:before {
    content: '\f6d1';
}

.fa-dice-five:before {
    content: '\f523';
}

.fa-dice-four:before {
    content: '\f524';
}

.fa-dice-one:before {
    content: '\f525';
}

.fa-dice-six:before {
    content: '\f526';
}

.fa-dice-three:before {
    content: '\f527';
}

.fa-dice-two:before {
    content: '\f528';
}

.fa-digg:before {
    content: '\f1a6';
}

.fa-digital-ocean:before {
    content: '\f391';
}

.fa-digital-tachograph:before {
    content: '\f566';
}

.fa-directions:before {
    content: '\f5eb';
}

.fa-discord:before {
    content: '\f392';
}

.fa-discourse:before {
    content: '\f393';
}

.fa-disease:before {
    content: '\f7fa';
}

.fa-divide:before {
    content: '\f529';
}

.fa-dizzy:before {
    content: '\f567';
}

.fa-dna:before {
    content: '\f471';
}

.fa-dochub:before {
    content: '\f394';
}

.fa-docker:before {
    content: '\f395';
}

.fa-dog:before {
    content: '\f6d3';
}

.fa-dollar-sign:before {
    content: '\f155';
}

.fa-dolly:before {
    content: '\f472';
}

.fa-dolly-flatbed:before {
    content: '\f474';
}

.fa-donate:before {
    content: '\f4b9';
}

.fa-door-closed:before {
    content: '\f52a';
}

.fa-door-open:before {
    content: '\f52b';
}

.fa-dot-circle:before {
    content: '\f192';
}

.fa-dove:before {
    content: '\f4ba';
}

.fa-download:before {
    content: '\f019';
}

.fa-draft2digital:before {
    content: '\f396';
}

.fa-drafting-compass:before {
    content: '\f568';
}

.fa-dragon:before {
    content: '\f6d5';
}

.fa-draw-polygon:before {
    content: '\f5ee';
}

.fa-dribbble:before {
    content: '\f17d';
}

.fa-dribbble-square:before {
    content: '\f397';
}

.fa-dropbox:before {
    content: '\f16b';
}

.fa-drum:before {
    content: '\f569';
}

.fa-drum-steelpan:before {
    content: '\f56a';
}

.fa-drumstick-bite:before {
    content: '\f6d7';
}

.fa-drupal:before {
    content: '\f1a9';
}

.fa-dumbbell:before {
    content: '\f44b';
}

.fa-dumpster:before {
    content: '\f793';
}

.fa-dumpster-fire:before {
    content: '\f794';
}

.fa-dungeon:before {
    content: '\f6d9';
}

.fa-dyalog:before {
    content: '\f399';
}

.fa-earlybirds:before {
    content: '\f39a';
}

.fa-ebay:before {
    content: '\f4f4';
}

.fa-edge:before {
    content: '\f282';
}

.fa-edge-legacy:before {
    content: '\e078';
}

.fa-edit:before {
    content: '\f044';
}

.fa-egg:before {
    content: '\f7fb';
}

.fa-eject:before {
    content: '\f052';
}

.fa-elementor:before {
    content: '\f430';
}

.fa-ellipsis-h:before {
    content: '\f141';
}

.fa-ellipsis-v:before {
    content: '\f142';
}

.fa-ello:before {
    content: '\f5f1';
}

.fa-ember:before {
    content: '\f423';
}

.fa-empire:before {
    content: '\f1d1';
}

.fa-envelope:before {
    content: '\f0e0';
}

.fa-envelope-open:before {
    content: '\f2b6';
}

.fa-envelope-open-text:before {
    content: '\f658';
}

.fa-envelope-square:before {
    content: '\f199';
}

.fa-envira:before {
    content: '\f299';
}

.fa-equals:before {
    content: '\f52c';
}

.fa-eraser:before {
    content: '\f12d';
}

.fa-erlang:before {
    content: '\f39d';
}

.fa-ethereum:before {
    content: '\f42e';
}

.fa-ethernet:before {
    content: '\f796';
}

.fa-etsy:before {
    content: '\f2d7';
}

.fa-euro-sign:before {
    content: '\f153';
}

.fa-evernote:before {
    content: '\f839';
}

.fa-exchange-alt:before {
    content: '\f362';
}

.fa-exclamation:before {
    content: '\f12a';
}

.fa-exclamation-circle:before {
    content: '\f06a';
}

.fa-exclamation-triangle:before {
    content: '\f071';
}

.fa-expand:before {
    content: '\f065';
}

.fa-expand-alt:before {
    content: '\f424';
}

.fa-expand-arrows-alt:before {
    content: '\f31e';
}

.fa-expeditedssl:before {
    content: '\f23e';
}

.fa-external-link-alt:before {
    content: '\f35d';
}

.fa-external-link-square-alt:before {
    content: '\f360';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-eye-dropper:before {
    content: '\f1fb';
}

.fa-eye-slash:before {
    content: '\f070';
}

.fa-facebook:before {
    content: '\f09a';
}

.fa-facebook-f:before {
    content: '\f39e' !important;
}

.fa-facebook-messenger:before {
    content: '\f39f';
}

.fa-facebook-square:before {
    content: '\f082';
}

.fa-fan:before {
    content: '\f863';
}

.fa-fantasy-flight-games:before {
    content: '\f6dc';
}

.fa-fast-backward:before {
    content: '\f049';
}

.fa-fast-forward:before {
    content: '\f050';
}

.fa-faucet:before {
    content: '\e005';
}

.fa-fax:before {
    content: '\f1ac';
}

.fa-feather:before {
    content: '\f52d';
}

.fa-feather-alt:before {
    content: '\f56b';
}

.fa-fedex:before {
    content: '\f797';
}

.fa-fedora:before {
    content: '\f798';
}

.fa-female:before {
    content: '\f182';
}

.fa-fighter-jet:before {
    content: '\f0fb';
}

.fa-figma:before {
    content: '\f799';
}

.fa-file:before {
    content: '\f15b';
}

.fa-file-alt:before {
    content: '\f15c';
}

.fa-file-archive:before {
    content: '\f1c6';
}

.fa-file-audio:before {
    content: '\f1c7';
}

.fa-file-code:before {
    content: '\f1c9';
}

.fa-file-contract:before {
    content: '\f56c';
}

.fa-file-csv:before {
    content: '\f6dd';
}

.fa-file-download:before {
    content: '\f56d';
}

.fa-file-excel:before {
    content: '\f1c3';
}

.fa-file-export:before {
    content: '\f56e';
}

.fa-file-image:before {
    content: '\f1c5';
}

.fa-file-import:before {
    content: '\f56f';
}

.fa-file-invoice:before {
    content: '\f570';
}

.fa-file-invoice-dollar:before {
    content: '\f571';
}

.fa-file-medical:before {
    content: '\f477';
}

.fa-file-medical-alt:before {
    content: '\f478';
}

.fa-file-pdf:before {
    content: '\f1c1';
}

.fa-file-powerpoint:before {
    content: '\f1c4';
}

.fa-file-prescription:before {
    content: '\f572';
}

.fa-file-signature:before {
    content: '\f573';
}

.fa-file-upload:before {
    content: '\f574';
}

.fa-file-video:before {
    content: '\f1c8';
}

.fa-file-word:before {
    content: '\f1c2';
}

.fa-fill:before {
    content: '\f575';
}

.fa-fill-drip:before {
    content: '\f576';
}

.fa-film:before {
    content: '\f008';
}

.fa-filter:before {
    content: '\f0b0';
}

.fa-fingerprint:before {
    content: '\f577';
}

.fa-fire:before {
    content: '\f06d';
}

.fa-fire-alt:before {
    content: '\f7e4';
}

.fa-fire-extinguisher:before {
    content: '\f134';
}

.fa-firefox:before {
    content: '\f269';
}

.fa-firefox-browser:before {
    content: '\e007';
}

.fa-first-aid:before {
    content: '\f479';
}

.fa-first-order:before {
    content: '\f2b0';
}

.fa-first-order-alt:before {
    content: '\f50a';
}

.fa-firstdraft:before {
    content: '\f3a1';
}

.fa-fish:before {
    content: '\f578';
}

.fa-fist-raised:before {
    content: '\f6de';
}

.fa-flag:before {
    content: '\f024';
}

.fa-flag-checkered:before {
    content: '\f11e';
}

.fa-flag-usa:before {
    content: '\f74d';
}

.fa-flask:before {
    content: '\f0c3';
}

.fa-flickr:before {
    content: '\f16e';
}

.fa-flipboard:before {
    content: '\f44d';
}

.fa-flushed:before {
    content: '\f579';
}

.fa-fly:before {
    content: '\f417';
}

.fa-folder:before {
    content: '\f07b';
}

.fa-folder-minus:before {
    content: '\f65d';
}

.fa-folder-open:before {
    content: '\f07c';
}

.fa-folder-plus:before {
    content: '\f65e';
}

.fa-font:before {
    content: '\f031';
}

.fa-font-awesome:before {
    content: '\f2b4';
}

.fa-font-awesome-alt:before {
    content: '\f35c';
}

.fa-font-awesome-flag:before {
    content: '\f425';
}

.fa-font-awesome-logo-full:before {
    content: '\f4e6';
}

.fa-fonticons:before {
    content: '\f280';
}

.fa-fonticons-fi:before {
    content: '\f3a2';
}

.fa-football-ball:before {
    content: '\f44e';
}

.fa-font-awesome:before {
    content: '\f286';
}

.fa-font-awesome-alt:before {
    content: '\f3a3';
}

.fa-forumbee:before {
    content: '\f211';
}

.fa-forward:before {
    content: '\f04e';
}

.fa-foursquare:before {
    content: '\f180';
}

.fa-free-code-camp:before {
    content: '\f2c5';
}

.fa-freebsd:before {
    content: '\f3a4';
}

.fa-frog:before {
    content: '\f52e';
}

.fa-frown:before {
    content: '\f119';
}

.fa-frown-open:before {
    content: '\f57a';
}

.fa-fulcrum:before {
    content: '\f50b';
}

.fa-funnel-dollar:before {
    content: '\f662';
}

.fa-futbol:before {
    content: '\f1e3';
}

.fa-galactic-republic:before {
    content: '\f50c';
}

.fa-galactic-senate:before {
    content: '\f50d';
}

.fa-gamepad:before {
    content: '\f11b';
}

.fa-gas-pump:before {
    content: '\f52f';
}

.fa-gavel:before {
    content: '\f0e3';
}

.fa-gem:before {
    content: '\f3a5';
}

.fa-genderless:before {
    content: '\f22d';
}

.fa-get-pocket:before {
    content: '\f265';
}

.fa-gg:before {
    content: '\f260';
}

.fa-gg-circle:before {
    content: '\f261';
}

.fa-ghost:before {
    content: '\f6e2';
}

.fa-gift:before {
    content: '\f06b';
}

.fa-gifts:before {
    content: '\f79c';
}

.fa-git:before {
    content: '\f1d3';
}

.fa-git-alt:before {
    content: '\f841';
}

.fa-git-square:before {
    content: '\f1d2';
}

.fa-github:before {
    content: '\f09b';
}

.fa-github-alt:before {
    content: '\f113';
}

.fa-github-square:before {
    content: '\f092';
}

.fa-gitkraken:before {
    content: '\f3a6';
}

.fa-gitlab:before {
    content: '\f296';
}

.fa-gitter:before {
    content: '\f426';
}

.fa-glass-cheers:before {
    content: '\f79f';
}

.fa-glass-martini:before {
    content: '\f000';
}

.fa-glass-martini-alt:before {
    content: '\f57b';
}

.fa-glass-whiskey:before {
    content: '\f7a0';
}

.fa-glasses:before {
    content: '\f530';
}

.fa-glide:before {
    content: '\f2a5';
}

.fa-glide-g:before {
    content: '\f2a6';
}

.fa-globe:before {
    content: '\f0ac';
}

.fa-globe-africa:before {
    content: '\f57c';
}

.fa-globe-americas:before {
    content: '\f57d';
}

.fa-globe-asia:before {
    content: '\f57e';
}

.fa-globe-europe:before {
    content: '\f7a2';
}

.fa-gofore:before {
    content: '\f3a7';
}

.fa-golf-ball:before {
    content: '\f450';
}

.fa-goodreads:before {
    content: '\f3a8';
}

.fa-goodreads-g:before {
    content: '\f3a9';
}

.fa-google:before {
    content: '\f1a0';
}

.fa-google-drive:before {
    content: '\f3aa';
}

.fa-google-pay:before {
    content: '\e079';
}

.fa-google-play:before {
    content: '\f3ab';
}

.fa-google-plus:before {
    content: '\f2b3';
}

.fa-google-plus-g:before {
    content: '\f0d5';
}

.fa-google-plus-square:before {
    content: '\f0d4';
}

.fa-google-wallet:before {
    content: '\f1ee';
}

.fa-gopuram:before {
    content: '\f664';
}

.fa-graduation-cap:before {
    content: '\f19d';
}

.fa-gratipay:before {
    content: '\f184';
}

.fa-grav:before {
    content: '\f2d6';
}

.fa-greater-than:before {
    content: '\f531';
}

.fa-greater-than-equal:before {
    content: '\f532';
}

.fa-grimace:before {
    content: '\f57f';
}

.fa-grin:before {
    content: '\f580';
}

.fa-grin-alt:before {
    content: '\f581';
}

.fa-grin-beam:before {
    content: '\f582';
}

.fa-grin-beam-sweat:before {
    content: '\f583';
}

.fa-grin-hearts:before {
    content: '\f584';
}

.fa-grin-squint:before {
    content: '\f585';
}

.fa-grin-squint-tears:before {
    content: '\f586';
}

.fa-grin-stars:before {
    content: '\f587';
}

.fa-grin-tears:before {
    content: '\f588';
}

.fa-grin-tongue:before {
    content: '\f589';
}

.fa-grin-tongue-squint:before {
    content: '\f58a';
}

.fa-grin-tongue-wink:before {
    content: '\f58b';
}

.fa-grin-wink:before {
    content: '\f58c';
}

.fa-grip-horizontal:before {
    content: '\f58d';
}

.fa-grip-lines:before {
    content: '\f7a4';
}

.fa-grip-lines-vertical:before {
    content: '\f7a5';
}

.fa-grip-vertical:before {
    content: '\f58e';
}

.fa-gripfire:before {
    content: '\f3ac';
}

.fa-grunt:before {
    content: '\f3ad';
}

.fa-guilded:before {
    content: '\e07e';
}

.fa-guitar:before {
    content: '\f7a6';
}

.fa-gulp:before {
    content: '\f3ae';
}

.fa-h-square:before {
    content: '\f0fd';
}

.fa-hacker-news:before {
    content: '\f1d4';
}

.fa-hacker-news-square:before {
    content: '\f3af';
}

.fa-hackerrank:before {
    content: '\f5f7';
}

.fa-hamburger:before {
    content: '\f805';
}

.fa-hammer:before {
    content: '\f6e3';
}

.fa-hamsa:before {
    content: '\f665';
}

.fa-hand-holding:before {
    content: '\f4bd';
}

.fa-hand-holding-heart:before {
    content: '\f4be';
}

.fa-hand-holding-medical:before {
    content: '\e05c';
}

.fa-hand-holding-usd:before {
    content: '\f4c0';
}

.fa-hand-holding-water:before {
    content: '\f4c1';
}

.fa-hand-lizard:before {
    content: '\f258';
}

.fa-hand-middle-finger:before {
    content: '\f806';
}

.fa-hand-paper:before {
    content: '\f256';
}

.fa-hand-peace:before {
    content: '\f25b';
}

.fa-hand-point-down:before {
    content: '\f0a7';
}

.fa-hand-point-left:before {
    content: '\f0a5';
}

.fa-hand-point-right:before {
    content: '\f0a4';
}

.fa-hand-point-up:before {
    content: '\f0a6';
}

.fa-hand-pointer:before {
    content: '\f25a';
}

.fa-hand-rock:before {
    content: '\f255';
}

.fa-hand-scissors:before {
    content: '\f257';
}

.fa-hand-sparkles:before {
    content: '\e05d';
}

.fa-hand-spock:before {
    content: '\f259';
}

.fa-hands:before {
    content: '\f4c2';
}

.fa-hands-helping:before {
    content: '\f4c4';
}

.fa-hands-wash:before {
    content: '\e05e';
}

.fa-handshake:before {
    content: '\f2b5';
}

.fa-handshake-alt-slash:before {
    content: '\e05f';
}

.fa-handshake-slash:before {
    content: '\e060';
}

.fa-hanukiah:before {
    content: '\f6e6';
}

.fa-hard-hat:before {
    content: '\f807';
}

.fa-hashtag:before {
    content: '\f292';
}

.fa-hat-cowboy:before {
    content: '\f8c0';
}

.fa-hat-cowboy-side:before {
    content: '\f8c1';
}

.fa-hat-wizard:before {
    content: '\f6e8';
}

.fa-hdd:before {
    content: '\f0a0';
}

.fa-head-side-cough:before {
    content: '\e061';
}

.fa-head-side-cough-slash:before {
    content: '\e062';
}

.fa-head-side-mask:before {
    content: '\e063';
}

.fa-head-side-virus:before {
    content: '\e064';
}

.fa-heading:before {
    content: '\f1dc';
}

.fa-headphones:before {
    content: '\f025';
}

.fa-headphones-alt:before {
    content: '\f58f';
}

.fa-headset:before {
    content: '\f590';
}

.fa-heart:before {
    content: '\f004';
}

.fa-heart-broken:before {
    content: '\f7a9';
}

.fa-heartbeat:before {
    content: '\f21e';
}

.fa-helicopter:before {
    content: '\f533';
}

.fa-highlighter:before {
    content: '\f591';
}

.fa-hiking:before {
    content: '\f6ec';
}

.fa-hippo:before {
    content: '\f6ed';
}

.fa-hips:before {
    content: '\f452';
}

.fa-hire-a-helper:before {
    content: '\f3b0';
}

.fa-history:before {
    content: '\f1da';
}

.fa-hive:before {
    content: '\e07f';
}

.fa-hockey-puck:before {
    content: '\f453';
}

.fa-holly-berry:before {
    content: '\f7aa';
}

.fa-home:before {
    content: '\f015';
}

.fa-hooli:before {
    content: '\f427';
}

.fa-hornbill:before {
    content: '\f592';
}

.fa-horse:before {
    content: '\f6f0';
}

.fa-horse-head:before {
    content: '\f7ab';
}

.fa-hospital:before {
    content: '\f0f8';
}

.fa-hospital-alt:before {
    content: '\f47d';
}

.fa-hospital-symbol:before {
    content: '\f47e';
}

.fa-hospital-user:before {
    content: '\f80d';
}

.fa-hot-tub:before {
    content: '\f593';
}

.fa-hotdog:before {
    content: '\f80f';
}

.fa-hotel:before {
    content: '\f594';
}

.fa-hotjar:before {
    content: '\f3b1';
}

.fa-hourglass:before {
    content: '\f254';
}

.fa-hourglass-end:before {
    content: '\f253';
}

.fa-hourglass-half:before {
    content: '\f252';
}

.fa-hourglass-start:before {
    content: '\f251';
}

.fa-house-damage:before {
    content: '\f6f1';
}

.fa-house-user:before {
    content: '\e065';
}

.fa-houzz:before {
    content: '\f27c';
}

.fa-hryvnia:before {
    content: '\f6f2';
}

.fa-html5:before {
    content: '\f13b';
}

.fa-hubspot:before {
    content: '\f3b2';
}

.fa-i-cursor:before {
    content: '\f246';
}

.fa-ice-cream:before {
    content: '\f810';
}

.fa-icicles:before {
    content: '\f7ad';
}

.fa-icons:before {
    content: '\f86d';
}

.fa-id-badge:before {
    content: '\f2c1';
}

.fa-id-card:before {
    content: '\f2c2';
}

.fa-id-card-alt:before {
    content: '\f47f';
}

.fa-ideal:before {
    content: '\e013';
}

.fa-igloo:before {
    content: '\f7ae';
}

.fa-image:before {
    content: '\f03e';
}

.fa-images:before {
    content: '\f302';
}

.fa-imdb:before {
    content: '\f2d8';
}

.fa-inbox:before {
    content: '\f01c';
}

.fa-indent:before {
    content: '\f03c';
}

.fa-industry:before {
    content: '\f275';
}

.fa-infinity:before {
    content: '\f534';
}

.fa-info:before {
    content: '\f129';
}

.fa-info-circle:before {
    content: '\f05a';
}

.fa-innosoft:before {
    content: '\e080';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-instagram-square:before {
    content: '\e055';
}

.fa-instalod:before {
    content: '\e081';
}

.fa-intercom:before {
    content: '\f7af';
}

.fa-internet-explorer:before {
    content: '\f26b';
}

.fa-invision:before {
    content: '\f7b0';
}

.fa-ioxhost:before {
    content: '\f208';
}

.fa-italic:before {
    content: '\f033';
}

.fa-itch-io:before {
    content: '\f83a';
}

.fa-itunes:before {
    content: '\f3b4';
}

.fa-itunes-note:before {
    content: '\f3b5';
}

.fa-java:before {
    content: '\f4e4';
}

.fa-jedi:before {
    content: '\f669';
}

.fa-jedi-order:before {
    content: '\f50e';
}

.fa-jenkins:before {
    content: '\f3b6';
}

.fa-jira:before {
    content: '\f7b1';
}

.fa-joget:before {
    content: '\f3b7';
}

.fa-joint:before {
    content: '\f595';
}

.fa-joomla:before {
    content: '\f1aa';
}

.fa-journal-whills:before {
    content: '\f66a';
}

.fa-js:before {
    content: '\f3b8';
}

.fa-js-square:before {
    content: '\f3b9';
}

.fa-jsfiddle:before {
    content: '\f1cc';
}

.fa-kaaba:before {
    content: '\f66b';
}

.fa-kaggle:before {
    content: '\f5fa';
}

.fa-key:before {
    content: '\f084';
}

.fa-keybase:before {
    content: '\f4f5';
}

.fa-keyboard:before {
    content: '\f11c';
}

.fa-keycdn:before {
    content: '\f3ba';
}

.fa-khanda:before {
    content: '\f66d';
}

.fa-kickstarter:before {
    content: '\f3bb';
}

.fa-kickstarter-k:before {
    content: '\f3bc';
}

.fa-kiss:before {
    content: '\f596';
}

.fa-kiss-beam:before {
    content: '\f597';
}

.fa-kiss-wink-heart:before {
    content: '\f598';
}

.fa-kiwi-bird:before {
    content: '\f535';
}

.fa-korvue:before {
    content: '\f42f';
}

.fa-landmark:before {
    content: '\f66f';
}

.fa-language:before {
    content: '\f1ab';
}

.fa-laptop:before {
    content: '\f109';
}

.fa-laptop-code:before {
    content: '\f5fc';
}

.fa-laptop-house:before {
    content: '\e066';
}

.fa-laptop-medical:before {
    content: '\f812';
}

.fa-laravel:before {
    content: '\f3bd';
}

.fa-lastfm:before {
    content: '\f202';
}

.fa-lastfm-square:before {
    content: '\f203';
}

.fa-laugh:before {
    content: '\f599';
}

.fa-laugh-beam:before {
    content: '\f59a';
}

.fa-laugh-squint:before {
    content: '\f59b';
}

.fa-laugh-wink:before {
    content: '\f59c';
}

.fa-layer-group:before {
    content: '\f5fd';
}

.fa-leaf:before {
    content: '\f06c';
}

.fa-leanpub:before {
    content: '\f212';
}

.fa-lemon:before {
    content: '\f094';
}

.fa-less:before {
    content: '\f41d';
}

.fa-less-than:before {
    content: '\f536';
}

.fa-less-than-equal:before {
    content: '\f537';
}

.fa-level-down-alt:before {
    content: '\f3be';
}

.fa-level-up-alt:before {
    content: '\f3bf';
}

.fa-life-ring:before {
    content: '\f1cd';
}

.fa-lightbulb:before {
    content: '\f0eb';
}

.fa-line:before {
    content: '\f3c0';
}

.fa-link:before {
    content: '\f0c1';
}

.fa-linkedin:before {
    content: '\f08c';
}

.fa-linkedin-in:before {
    content: '\f0e1';
}

.fa-linode:before {
    content: '\f2b8';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-lira-sign:before {
    content: '\f195';
}

.fa-list:before {
    content: '\f03a';
}

.fa-list-alt:before {
    content: '\f022';
}

.fa-list-ol:before {
    content: '\f0cb';
}

.fa-list-ul:before {
    content: '\f0ca';
}

.fa-location-arrow:before {
    content: '\f124';
}

.fa-lock:before {
    content: '\f023';
}

.fa-lock-open:before {
    content: '\f3c1';
}

.fa-long-arrow-alt-down:before {
    content: '\f309';
}

.fa-long-arrow-alt-left:before {
    content: '\f30a';
}

.fa-long-arrow-alt-right:before {
    content: '\f30b';
}

.fa-long-arrow-alt-up:before {
    content: '\f30c';
}

.fa-low-vision:before {
    content: '\f2a8';
}

.fa-luggage-cart:before {
    content: '\f59d';
}

.fa-lungs:before {
    content: '\f604';
}

.fa-lungs-virus:before {
    content: '\e067';
}

.fa-lyft:before {
    content: '\f3c3';
}

.fa-magento:before {
    content: '\f3c4';
}

.fa-magic:before {
    content: '\f0d0';
}

.fa-magnet:before {
    content: '\f076';
}

.fa-mail-bulk:before {
    content: '\f674';
}

.fa-mailchimp:before {
    content: '\f59e';
}

.fa-male:before {
    content: '\f183';
}

.fa-mandalorian:before {
    content: '\f50f';
}

.fa-map:before {
    content: '\f279';
}

.fa-map-marked:before {
    content: '\f59f';
}

.fa-map-marked-alt:before {
    content: '\f5a0';
}

.fa-map-marker:before {
    content: '\f041';
}

.fa-map-marker-alt:before {
    content: '\f3c5';
}

.fa-map-pin:before {
    content: '\f276';
}

.fa-map-signs:before {
    content: '\f277';
}

.fa-markdown:before {
    content: '\f60f';
}

.fa-marker:before {
    content: '\f5a1';
}

.fa-mars:before {
    content: '\f222';
}

.fa-mars-double:before {
    content: '\f227';
}

.fa-mars-stroke:before {
    content: '\f229';
}

.fa-mars-stroke-h:before {
    content: '\f22b';
}

.fa-mars-stroke-v:before {
    content: '\f22a';
}

.fa-mask:before {
    content: '\f6fa';
}

.fa-mastodon:before {
    content: '\f4f6';
}

.fa-maxcdn:before {
    content: '\f136';
}

.fa-mdb:before {
    content: '\f8ca';
}

.fa-medal:before {
    content: '\f5a2';
}

.fa-medapps:before {
    content: '\f3c6';
}

.fa-medium:before {
    content: '\f23a';
}

.fa-medium-m:before {
    content: '\f3c7';
}

.fa-medkit:before {
    content: '\f0fa';
}

.fa-medrt:before {
    content: '\f3c8';
}

.fa-meetup:before {
    content: '\f2e0';
}

.fa-megaport:before {
    content: '\f5a3';
}

.fa-meh:before {
    content: '\f11a';
}

.fa-meh-blank:before {
    content: '\f5a4';
}

.fa-meh-rolling-eyes:before {
    content: '\f5a5';
}

.fa-memory:before {
    content: '\f538';
}

.fa-mendeley:before {
    content: '\f7b3';
}

.fa-menorah:before {
    content: '\f676';
}

.fa-mercury:before {
    content: '\f223';
}

.fa-meteor:before {
    content: '\f753';
}

.fa-microblog:before {
    content: '\e01a';
}

.fa-microchip:before {
    content: '\f2db';
}

.fa-microphone:before {
    content: '\f130';
}

.fa-microphone-alt:before {
    content: '\f3c9';
}

.fa-microphone-alt-slash:before {
    content: '\f539';
}

.fa-microphone-slash:before {
    content: '\f131';
}

.fa-microscope:before {
    content: '\f610';
}

.fa-microsoft:before {
    content: '\f3ca';
}

.fa-minus:before {
    content: '\f068';
}

.fa-minus-circle:before {
    content: '\f056';
}

.fa-minus-square:before {
    content: '\f146';
}

.fa-mitten:before {
    content: '\f7b5';
}

.fa-mix:before {
    content: '\f3cb';
}

.fa-mixcloud:before {
    content: '\f289';
}

.fa-mixer:before {
    content: '\e056';
}

.fa-mizuni:before {
    content: '\f3cc';
}

.fa-mobile:before {
    content: '\f10b';
}

.fa-mobile-alt:before {
    content: '\f3cd';
}

.fa-modx:before {
    content: '\f285';
}

.fa-monero:before {
    content: '\f3d0';
}

.fa-money-bill:before {
    content: '\f0d6';
}

.fa-money-bill-alt:before {
    content: '\f3d1';
}

.fa-money-bill-wave:before {
    content: '\f53a';
}

.fa-money-bill-wave-alt:before {
    content: '\f53b';
}

.fa-money-check:before {
    content: '\f53c';
}

.fa-money-check-alt:before {
    content: '\f53d';
}

.fa-monument:before {
    content: '\f5a6';
}

.fa-moon:before {
    content: '\f186';
}

.fa-mortar-pestle:before {
    content: '\f5a7';
}

.fa-mosque:before {
    content: '\f678';
}

.fa-motorcycle:before {
    content: '\f21c';
}

.fa-mountain:before {
    content: '\f6fc';
}

.fa-mouse:before {
    content: '\f8cc';
}

.fa-mouse-pointer:before {
    content: '\f245';
}

.fa-mug-hot:before {
    content: '\f7b6';
}

.fa-music:before {
    content: '\f001';
}

.fa-napster:before {
    content: '\f3d2';
}

.fa-neos:before {
    content: '\f612';
}

.fa-network-wired:before {
    content: '\f6ff';
}

.fa-neuter:before {
    content: '\f22c';
}

.fa-newspaper:before {
    content: '\f1ea';
}

.fa-nimblr:before {
    content: '\f5a8';
}

.fa-node:before {
    content: '\f419';
}

.fa-node-js:before {
    content: '\f3d3';
}

.fa-not-equal:before {
    content: '\f53e';
}

.fa-notes-medical:before {
    content: '\f481';
}

.fa-npm:before {
    content: '\f3d4';
}

.fa-ns8:before {
    content: '\f3d5';
}

.fa-nutritionix:before {
    content: '\f3d6';
}

.fa-object-group:before {
    content: '\f247';
}

.fa-object-ungroup:before {
    content: '\f248';
}

.fa-octopus-deploy:before {
    content: '\e082';
}

.fa-odnoklassniki:before {
    content: '\f263';
}

.fa-odnoklassniki-square:before {
    content: '\f264';
}

.fa-oil-can:before {
    content: '\f613';
}

.fa-old-republic:before {
    content: '\f510';
}

.fa-om:before {
    content: '\f679';
}

.fa-opencart:before {
    content: '\f23d';
}

.fa-openid:before {
    content: '\f19b';
}

.fa-opera:before {
    content: '\f26a';
}

.fa-optin-monster:before {
    content: '\f23c';
}

.fa-orcid:before {
    content: '\f8d2';
}

.fa-osi:before {
    content: '\f41a';
}

.fa-otter:before {
    content: '\f700';
}

.fa-outdent:before {
    content: '\f03b';
}

.fa-page4:before {
    content: '\f3d7';
}

.fa-pagelines:before {
    content: '\f18c';
}

.fa-pager:before {
    content: '\f815';
}

.fa-paint-brush:before {
    content: '\f1fc';
}

.fa-paint-roller:before {
    content: '\f5aa';
}

.fa-palette:before {
    content: '\f53f';
}

.fa-palfed:before {
    content: '\f3d8';
}

.fa-pallet:before {
    content: '\f482';
}

.fa-paper-plane:before {
    content: '\f1d8';
}

.fa-paperclip:before {
    content: '\f0c6';
}

.fa-parachute-box:before {
    content: '\f4cd';
}

.fa-paragraph:before {
    content: '\f1dd';
}

.fa-parking:before {
    content: '\f540';
}

.fa-passport:before {
    content: '\f5ab';
}

.fa-pastafarianism:before {
    content: '\f67b';
}

.fa-paste:before {
    content: '\f0ea';
}

.fa-patreon:before {
    content: '\f3d9';
}

.fa-pause:before {
    content: '\f04c';
}

.fa-pause-circle:before {
    content: '\f28b';
}

.fa-paw:before {
    content: '\f1b0';
}

.fa-paypal:before {
    content: '\f1ed';
}

.fa-peace:before {
    content: '\f67c';
}

.fa-pen:before {
    content: '\f304';
}

.fa-pen-alt:before {
    content: '\f305';
}

.fa-pen-fancy:before {
    content: '\f5ac';
}

.fa-pen-nib:before {
    content: '\f5ad';
}

.fa-pen-square:before {
    content: '\f14b';
}

.fa-pencil-alt:before {
    content: '\f303';
}

.fa-pencil-ruler:before {
    content: '\f5ae';
}

.fa-penny-arcade:before {
    content: '\f704';
}

.fa-people-arrows:before {
    content: '\e068';
}

.fa-people-carry:before {
    content: '\f4ce';
}

.fa-pepper-hot:before {
    content: '\f816';
}

.fa-perbyte:before {
    content: '\e083';
}

.fa-percent:before {
    content: '\f295';
}

.fa-percentage:before {
    content: '\f541';
}

.fa-periscope:before {
    content: '\f3da';
}

.fa-person-booth:before {
    content: '\f756';
}

.fa-phabricator:before {
    content: '\f3db';
}

.fa-phoenix-framework:before {
    content: '\f3dc';
}

.fa-phoenix-squadron:before {
    content: '\f511';
}

.fa-phone:before {
    content: '\f095';
}

.fa-phone-alt:before {
    content: '\f879';
}

.fa-phone-slash:before {
    content: '\f3dd';
}

.fa-phone-square:before {
    content: '\f098';
}

.fa-phone-square-alt:before {
    content: '\f87b';
}

.fa-phone-volume:before {
    content: '\f2a0';
}

.fa-photo-video:before {
    content: '\f87c';
}

.fa-php:before {
    content: '\f457';
}

.fa-pied-piper:before {
    content: '\f2ae';
}

.fa-pied-piper-alt:before {
    content: '\f1a8';
}

.fa-pied-piper-hat:before {
    content: '\f4e5';
}

.fa-pied-piper-pp:before {
    content: '\f1a7';
}

.fa-pied-piper-square:before {
    content: '\e01e';
}

.fa-piggy-bank:before {
    content: '\f4d3';
}

.fa-pills:before {
    content: '\f484';
}

.fa-pinterest:before {
    content: '\f0d2';
}

.fa-pinterest-p:before {
    content: '\f231';
}

.fa-pinterest-square:before {
    content: '\f0d3';
}

.fa-pizza-slice:before {
    content: '\f818';
}

.fa-place-of-worship:before {
    content: '\f67f';
}

.fa-plane:before {
    content: '\f072';
}

.fa-plane-arrival:before {
    content: '\f5af';
}

.fa-plane-departure:before {
    content: '\f5b0';
}

.fa-plane-slash:before {
    content: '\e069';
}

.fa-play:before {
    content: '\f04b';
}

.fa-play-circle:before {
    content: '\f144';
}

.fa-playstation:before {
    content: '\f3df';
}

.fa-plug:before {
    content: '\f1e6';
}

.fa-plus:before {
    content: '\f067';
}

.fa-plus-circle:before {
    content: '\f055';
}

.fa-plus-square:before {
    content: '\f0fe';
}

.fa-podcast:before {
    content: '\f2ce';
}

.fa-poll:before {
    content: '\f681';
}

.fa-poll-h:before {
    content: '\f682';
}

.fa-poo:before {
    content: '\f2fe';
}

.fa-poo-storm:before {
    content: '\f75a';
}

.fa-poop:before {
    content: '\f619';
}

.fa-portrait:before {
    content: '\f3e0';
}

.fa-pound-sign:before {
    content: '\f154';
}

.fa-power-off:before {
    content: '\f011';
}

.fa-pray:before {
    content: '\f683';
}

.fa-praying-hands:before {
    content: '\f684';
}

.fa-prescription:before {
    content: '\f5b1';
}

.fa-prescription-bottle:before {
    content: '\f485';
}

.fa-prescription-bottle-alt:before {
    content: '\f486';
}

.fa-print:before {
    content: '\f02f';
}

.fa-procedures:before {
    content: '\f487';
}

.fa-product-hunt:before {
    content: '\f288';
}

.fa-project-diagram:before {
    content: '\f542';
}

.fa-pump-medical:before {
    content: '\e06a';
}

.fa-pump-soap:before {
    content: '\e06b';
}

.fa-pushed:before {
    content: '\f3e1';
}

.fa-puzzle-piece:before {
    content: '\f12e';
}

.fa-python:before {
    content: '\f3e2';
}

.fa-qq:before {
    content: '\f1d6';
}

.fa-qrcode:before {
    content: '\f029';
}

.fa-question:before {
    content: '\f128';
}

.fa-question-circle:before {
    content: '\f059';
}

.fa-quidditch:before {
    content: '\f458';
}

.fa-quinscape:before {
    content: '\f459';
}

.fa-quora:before {
    content: '\f2c4';
}

.fa-quote-left:before {
    content: '\f10d';
}

.fa-quote-right:before {
    content: '\f10e';
}

.fa-quran:before {
    content: '\f687';
}

.fa-r-project:before {
    content: '\f4f7';
}

.fa-radiation:before {
    content: '\f7b9';
}

.fa-radiation-alt:before {
    content: '\f7ba';
}

.fa-rainbow:before {
    content: '\f75b';
}

.fa-random:before {
    content: '\f074';
}

.fa-raspberry-pi:before {
    content: '\f7bb';
}

.fa-ravelry:before {
    content: '\f2d9';
}

.fa-react:before {
    content: '\f41b';
}

.fa-reacteurope:before {
    content: '\f75d';
}

.fa-readme:before {
    content: '\f4d5';
}

.fa-rebel:before {
    content: '\f1d0';
}

.fa-receipt:before {
    content: '\f543';
}

.fa-record-vinyl:before {
    content: '\f8d9';
}

.fa-recycle:before {
    content: '\f1b8';
}

.fa-red-river:before {
    content: '\f3e3';
}

.fa-reddit:before {
    content: '\f1a1';
}

.fa-reddit-alien:before {
    content: '\f281';
}

.fa-reddit-square:before {
    content: '\f1a2';
}

.fa-redhat:before {
    content: '\f7bc';
}

.fa-redo:before {
    content: '\f01e';
}

.fa-redo-alt:before {
    content: '\f2f9';
}

.fa-registered:before {
    content: '\f25d';
}

.fa-remove-format:before {
    content: '\f87d';
}

.fa-renren:before {
    content: '\f18b';
}

.fa-reply:before {
    content: '\f3e5';
}

.fa-reply-all:before {
    content: '\f122';
}

.fa-replyd:before {
    content: '\f3e6';
}

.fa-republican:before {
    content: '\f75e';
}

.fa-researchgate:before {
    content: '\f4f8';
}

.fa-resolving:before {
    content: '\f3e7';
}

.fa-restroom:before {
    content: '\f7bd';
}

.fa-retweet:before {
    content: '\f079';
}

.fa-rev:before {
    content: '\f5b2';
}

.fa-ribbon:before {
    content: '\f4d6';
}

.fa-ring:before {
    content: '\f70b';
}

.fa-road:before {
    content: '\f018';
}

.fa-robot:before {
    content: '\f544';
}

.fa-rocket:before {
    content: '\f135';
}

.fa-rocketchat:before {
    content: '\f3e8';
}

.fa-rockrms:before {
    content: '\f3e9';
}

.fa-route:before {
    content: '\f4d7';
}

.fa-rss:before {
    content: '\f09e';
}

.fa-rss-square:before {
    content: '\f143';
}

.fa-ruble-sign:before {
    content: '\f158';
}

.fa-ruler:before {
    content: '\f545';
}

.fa-ruler-combined:before {
    content: '\f546';
}

.fa-ruler-horizontal:before {
    content: '\f547';
}

.fa-ruler-vertical:before {
    content: '\f548';
}

.fa-running:before {
    content: '\f70c';
}

.fa-rupee-sign:before {
    content: '\f156';
}

.fa-rust:before {
    content: '\e07a';
}

.fa-sad-cry:before {
    content: '\f5b3';
}

.fa-sad-tear:before {
    content: '\f5b4';
}

.fa-safari:before {
    content: '\f267';
}

.fa-salesforce:before {
    content: '\f83b';
}

.fa-sass:before {
    content: '\f41e';
}

.fa-satellite:before {
    content: '\f7bf';
}

.fa-satellite-dish:before {
    content: '\f7c0';
}

.fa-save:before {
    content: '\f0c7';
}

.fa-schlix:before {
    content: '\f3ea';
}

.fa-school:before {
    content: '\f549';
}

.fa-screwdriver:before {
    content: '\f54a';
}

.fa-scribd:before {
    content: '\f28a';
}

.fa-scroll:before {
    content: '\f70e';
}

.fa-sd-card:before {
    content: '\f7c2';
}

.fa-search:before {
    content: '\f002';
}

.fa-search-dollar:before {
    content: '\f688';
}

.fa-search-location:before {
    content: '\f689';
}

.fa-search-minus:before {
    content: '\f010';
}

.fa-search-plus:before {
    content: '\f00e';
}

.fa-searchengin:before {
    content: '\f3eb';
}

.fa-seedling:before {
    content: '\f4d8';
}

.fa-sellcast:before {
    content: '\f2da';
}

.fa-sellsy:before {
    content: '\f213';
}

.fa-server:before {
    content: '\f233';
}

.fa-servicestack:before {
    content: '\f3ec';
}

.fa-shapes:before {
    content: '\f61f';
}

.fa-share:before {
    content: '\f064';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-share-alt-square:before {
    content: '\f1e1';
}

.fa-share-square:before {
    content: '\f14d';
}

.fa-shekel-sign:before {
    content: '\f20b';
}

.fa-shield-alt:before {
    content: '\f3ed';
}

.fa-shield-virus:before {
    content: '\e06c';
}

.fa-ship:before {
    content: '\f21a';
}

.fa-shipping-fast:before {
    content: '\f48b';
}

.fa-shirtsinbulk:before {
    content: '\f214';
}

.fa-shoe-prints:before {
    content: '\f54b';
}

.fa-shopify:before {
    content: '\e057';
}

.fa-shopping-bag:before {
    content: '\f290';
}

.fa-shopping-basket:before {
    content: '\f291';
}

.fa-shopping-cart:before {
    content: '\f07a';
}

.fa-shopware:before {
    content: '\f5b5';
}

.fa-shower:before {
    content: '\f2cc';
}

.fa-shuttle-van:before {
    content: '\f5b6';
}

.fa-sign:before {
    content: '\f4d9';
}

.fa-sign-in-alt:before {
    content: '\f2f6';
}

.fa-sign-language:before {
    content: '\f2a7';
}

.fa-sign-out-alt:before {
    content: '\f2f5';
}

.fa-signal:before {
    content: '\f012';
}

.fa-signature:before {
    content: '\f5b7';
}

.fa-sim-card:before {
    content: '\f7c4';
}

.fa-simplybuilt:before {
    content: '\f215';
}

.fa-sink:before {
    content: '\e06d';
}

.fa-sistrix:before {
    content: '\f3ee';
}

.fa-sitemap:before {
    content: '\f0e8';
}

.fa-sith:before {
    content: '\f512';
}

.fa-skating:before {
    content: '\f7c5';
}

.fa-sketch:before {
    content: '\f7c6';
}

.fa-skiing:before {
    content: '\f7c9';
}

.fa-skiing-nordic:before {
    content: '\f7ca';
}

.fa-skull:before {
    content: '\f54c';
}

.fa-skull-crossbones:before {
    content: '\f714';
}

.fa-skyatlas:before {
    content: '\f216';
}

.fa-skype:before {
    content: '\f17e';
}

.fa-slack:before {
    content: '\f198';
}

.fa-slack-hash:before {
    content: '\f3ef';
}

.fa-slash:before {
    content: '\f715';
}

.fa-sleigh:before {
    content: '\f7cc';
}

.fa-sliders-h:before {
    content: '\f1de';
}

.fa-slideshare:before {
    content: '\f1e7';
}

.fa-smile:before {
    content: '\f118';
}

.fa-smile-beam:before {
    content: '\f5b8';
}

.fa-smile-wink:before {
    content: '\f4da';
}

.fa-smog:before {
    content: '\f75f';
}

.fa-smoking:before {
    content: '\f48d';
}

.fa-smoking-ban:before {
    content: '\f54d';
}

.fa-sms:before {
    content: '\f7cd';
}

.fa-snapchat:before {
    content: '\f2ab';
}

.fa-snapchat-ghost:before {
    content: '\f2ac';
}

.fa-snapchat-square:before {
    content: '\f2ad';
}

.fa-snowboarding:before {
    content: '\f7ce';
}

.fa-snowflake:before {
    content: '\f2dc';
}

.fa-snowman:before {
    content: '\f7d0';
}

.fa-snowplow:before {
    content: '\f7d2';
}

.fa-soap:before {
    content: '\e06e';
}

.fa-socks:before {
    content: '\f696';
}

.fa-solar-panel:before {
    content: '\f5ba';
}

.fa-sort:before {
    content: '\f0dc';
}

.fa-sort-alpha-down:before {
    content: '\f15d';
}

.fa-sort-alpha-down-alt:before {
    content: '\f881';
}

.fa-sort-alpha-up:before {
    content: '\f15e';
}

.fa-sort-alpha-up-alt:before {
    content: '\f882';
}

.fa-sort-amount-down:before {
    content: '\f160';
}

.fa-sort-amount-down-alt:before {
    content: '\f884';
}

.fa-sort-amount-up:before {
    content: '\f161';
}

.fa-sort-amount-up-alt:before {
    content: '\f885';
}

.fa-sort-down:before {
    content: '\f0dd';
}

.fa-sort-numeric-down:before {
    content: '\f162';
}

.fa-sort-numeric-down-alt:before {
    content: '\f886';
}

.fa-sort-numeric-up:before {
    content: '\f163';
}

.fa-sort-numeric-up-alt:before {
    content: '\f887';
}

.fa-sort-up:before {
    content: '\f0de';
}

.fa-soundcloud:before {
    content: '\f1be';
}

.fa-sourcetree:before {
    content: '\f7d3';
}

.fa-spa:before {
    content: '\f5bb';
}

.fa-space-shuttle:before {
    content: '\f197';
}

.fa-speakap:before {
    content: '\f3f3';
}

.fa-speaker-deck:before {
    content: '\f83c';
}

.fa-spell-check:before {
    content: '\f891';
}

.fa-spider:before {
    content: '\f717';
}

.fa-spinner:before {
    content: '\f110';
}

.fa-splotch:before {
    content: '\f5bc';
}

.fa-spotify:before {
    content: '\f1bc';
}

.fa-spray-can:before {
    content: '\f5bd';
}

.fa-square:before {
    content: '\f0c8';
}

.fa-square-full:before {
    content: '\f45c';
}

.fa-square-root-alt:before {
    content: '\f698';
}

.fa-squarespace:before {
    content: '\f5be';
}

.fa-stack-exchange:before {
    content: '\f18d';
}

.fa-stack-overflow:before {
    content: '\f16c';
}

.fa-stackpath:before {
    content: '\f842';
}

.fa-stamp:before {
    content: '\f5bf';
}

.fa-star:before {
    content: '\f005';
}

.fa-star-and-crescent:before {
    content: '\f699';
}

.fa-star-half:before {
    content: '\f089';
}

.fa-star-half-alt:before {
    content: '\f5c0';
}

.fa-star-of-david:before {
    content: '\f69a';
}

.fa-star-of-life:before {
    content: '\f621';
}

.fa-staylinked:before {
    content: '\f3f5';
}

.fa-steam:before {
    content: '\f1b6';
}

.fa-steam-square:before {
    content: '\f1b7';
}

.fa-steam-symbol:before {
    content: '\f3f6';
}

.fa-step-backward:before {
    content: '\f048';
}

.fa-step-forward:before {
    content: '\f051';
}

.fa-stethoscope:before {
    content: '\f0f1';
}

.fa-sticker-mule:before {
    content: '\f3f7';
}

.fa-sticky-note:before {
    content: '\f249';
}

.fa-stop:before {
    content: '\f04d';
}

.fa-stop-circle:before {
    content: '\f28d';
}

.fa-stopwatch:before {
    content: '\f2f2';
}

.fa-stopwatch-20:before {
    content: '\e06f';
}

.fa-store:before {
    content: '\f54e';
}

.fa-store-alt:before {
    content: '\f54f';
}

.fa-store-alt-slash:before {
    content: '\e070';
}

.fa-store-slash:before {
    content: '\e071';
}

.fa-strava:before {
    content: '\f428';
}

.fa-stream:before {
    content: '\f550';
}

.fa-street-view:before {
    content: '\f21d';
}

.fa-strikethrough:before {
    content: '\f0cc';
}

.fa-stripe:before {
    content: '\f429';
}

.fa-stripe-s:before {
    content: '\f42a';
}

.fa-stroopwafel:before {
    content: '\f551';
}

.fa-studiovinari:before {
    content: '\f3f8';
}

.fa-stumbleupon:before {
    content: '\f1a4';
}

.fa-stumbleupon-circle:before {
    content: '\f1a3';
}

.fa-subscript:before {
    content: '\f12c';
}

.fa-subway:before {
    content: '\f239';
}

.fa-suitcase:before {
    content: '\f0f2';
}

.fa-suitcase-rolling:before {
    content: '\f5c1';
}

.fa-sun:before {
    content: '\f185';
}

.fa-superpowers:before {
    content: '\f2dd';
}

.fa-superscript:before {
    content: '\f12b';
}

.fa-supple:before {
    content: '\f3f9';
}

.fa-surprise:before {
    content: '\f5c2';
}

.fa-suse:before {
    content: '\f7d6';
}

.fa-swatchbook:before {
    content: '\f5c3';
}

.fa-swift:before {
    content: '\f8e1';
}

.fa-swimmer:before {
    content: '\f5c4';
}

.fa-swimming-pool:before {
    content: '\f5c5';
}

.fa-symfony:before {
    content: '\f83d';
}

.fa-synagogue:before {
    content: '\f69b';
}

.fa-sync:before {
    content: '\f021';
}

.fa-sync-alt:before {
    content: '\f2f1';
}

.fa-syringe:before {
    content: '\f48e';
}

.fa-table:before {
    content: '\f0ce';
}

.fa-table-tennis:before {
    content: '\f45d';
}

.fa-tablet:before {
    content: '\f10a';
}

.fa-tablet-alt:before {
    content: '\f3fa';
}

.fa-tablets:before {
    content: '\f490';
}

.fa-tachometer-alt:before {
    content: '\f3fd';
}

.fa-tag:before {
    content: '\f02b';
}

.fa-tags:before {
    content: '\f02c';
}

.fa-tape:before {
    content: '\f4db';
}

.fa-tasks:before {
    content: '\f0ae';
}

.fa-taxi:before {
    content: '\f1ba';
}

.fa-teamspeak:before {
    content: '\f4f9';
}

.fa-teeth:before {
    content: '\f62e';
}

.fa-teeth-open:before {
    content: '\f62f';
}

.fa-telegram:before {
    content: '\f2c6';
}

.fa-telegram-plane:before {
    content: '\f3fe';
}

.fa-temperature-high:before {
    content: '\f769';
}

.fa-temperature-low:before {
    content: '\f76b';
}

.fa-tencent-weibo:before {
    content: '\f1d5';
}

.fa-tenge:before {
    content: '\f7d7';
}

.fa-terminal:before {
    content: '\f120';
}

.fa-text-height:before {
    content: '\f034';
}

.fa-text-width:before {
    content: '\f035';
}

.fa-th:before {
    content: '\f00a';
}

.fa-th-large:before {
    content: '\f009';
}

.fa-th-list:before {
    content: '\f00b';
}

.fa-the-red-yeti:before {
    content: '\f69d';
}

.fa-theater-masks:before {
    content: '\f630';
}

.fa-themeco:before {
    content: '\f5c6';
}

.fa-themeisle:before {
    content: '\f2b2';
}

.fa-thermometer:before {
    content: '\f491';
}

.fa-thermometer-empty:before {
    content: '\f2cb';
}

.fa-thermometer-full:before {
    content: '\f2c7';
}

.fa-thermometer-half:before {
    content: '\f2c9';
}

.fa-thermometer-quarter:before {
    content: '\f2ca';
}

.fa-thermometer-three-quarters:before {
    content: '\f2c8';
}

.fa-think-peaks:before {
    content: '\f731';
}

.fa-thumbs-down:before {
    content: '\f165';
}

.fa-thumbs-up:before {
    content: '\f164';
}

.fa-thumbtack:before {
    content: '\f08d';
}

.fa-ticket-alt:before {
    content: '\f3ff';
}

.fa-tiktok:before {
    content: '\e07b';
}

.fa-times:before {
    content: '\f00d';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-tint:before {
    content: '\f043';
}

.fa-tint-slash:before {
    content: '\f5c7';
}

.fa-tired:before {
    content: '\f5c8';
}

.fa-toggle-off:before {
    content: '\f204';
}

.fa-toggle-on:before {
    content: '\f205';
}

.fa-toilet:before {
    content: '\f7d8';
}

.fa-toilet-paper:before {
    content: '\f71e';
}

.fa-toilet-paper-slash:before {
    content: '\e072';
}

.fa-toolbox:before {
    content: '\f552';
}

.fa-tools:before {
    content: '\f7d9';
}

.fa-tooth:before {
    content: '\f5c9';
}

.fa-torah:before {
    content: '\f6a0';
}

.fa-torii-gate:before {
    content: '\f6a1';
}

.fa-tractor:before {
    content: '\f722';
}

.fa-trade-federation:before {
    content: '\f513';
}

.fa-trademark:before {
    content: '\f25c';
}

.fa-traffic-light:before {
    content: '\f637';
}

.fa-trailer:before {
    content: '\e041';
}

.fa-train:before {
    content: '\f238';
}

.fa-tram:before {
    content: '\f7da';
}

.fa-transgender:before {
    content: '\f224';
}

.fa-transgender-alt:before {
    content: '\f225';
}

.fa-trash:before {
    content: '\f1f8';
}

.fa-trash-alt:before {
    content: '\f2ed';
}

.fa-trash-restore:before {
    content: '\f829';
}

.fa-trash-restore-alt:before {
    content: '\f82a';
}

.fa-tree:before {
    content: '\f1bb';
}

.fa-trello:before {
    content: '\f181';
}

.fa-tripadvisor:before {
    content: '\f262';
}

.fa-trophy:before {
    content: '\f091';
}

.fa-truck:before {
    content: '\f0d1';
}

.fa-truck-loading:before {
    content: '\f4de';
}

.fa-truck-monster:before {
    content: '\f63b';
}

.fa-truck-moving:before {
    content: '\f4df';
}

.fa-truck-pickup:before {
    content: '\f63c';
}

.fa-tshirt:before {
    content: '\f553';
}

.fa-tty:before {
    content: '\f1e4';
}

.fa-tumblr:before {
    content: '\f173';
}

.fa-tumblr-square:before {
    content: '\f174';
}

.fa-tv:before {
    content: '\f26c';
}

.fa-twitch:before {
    content: '\f1e8';
}

.fa-twitter:before {
    content: '\f099';
}

.fa-twitter-square:before {
    content: '\f081';
}

.fa-typo3:before {
    content: '\f42b';
}

.fa-uber:before {
    content: '\f402';
}

.fa-ubuntu:before {
    content: '\f7df';
}

.fa-uikit:before {
    content: '\f403';
}

.fa-umbraco:before {
    content: '\f8e8';
}

.fa-umbrella:before {
    content: '\f0e9';
}

.fa-umbrella-beach:before {
    content: '\f5ca';
}

.fa-uncharted:before {
    content: '\e084';
}

.fa-underline:before {
    content: '\f0cd';
}

.fa-undo:before {
    content: '\f0e2';
}

.fa-undo-alt:before {
    content: '\f2ea';
}

.fa-uniregistry:before {
    content: '\f404';
}

.fa-unity:before {
    content: '\e049';
}

.fa-universal-access:before {
    content: '\f29a';
}

.fa-university:before {
    content: '\f19c';
}

.fa-unlink:before {
    content: '\f127';
}

.fa-unlock:before {
    content: '\f09c';
}

.fa-unlock-alt:before {
    content: '\f13e';
}

.fa-unsplash:before {
    content: '\e07c';
}

.fa-untappd:before {
    content: '\f405';
}

.fa-upload:before {
    content: '\f093';
}

.fa-ups:before {
    content: '\f7e0';
}

.fa-usb:before {
    content: '\f287';
}

.fa-user:before {
    content: '\f007';
}

.fa-user-alt:before {
    content: '\f406';
}

.fa-user-alt-slash:before {
    content: '\f4fa';
}

.fa-user-astronaut:before {
    content: '\f4fb';
}

.fa-user-check:before {
    content: '\f4fc';
}

.fa-user-circle:before {
    content: '\f2bd';
}

.fa-user-clock:before {
    content: '\f4fd';
}

.fa-user-cog:before {
    content: '\f4fe';
}

.fa-user-edit:before {
    content: '\f4ff';
}

.fa-user-friends:before {
    content: '\f500';
}

.fa-user-graduate:before {
    content: '\f501';
}

.fa-user-injured:before {
    content: '\f728';
}

.fa-user-lock:before {
    content: '\f502';
}

.fa-user-md:before {
    content: '\f0f0';
}

.fa-user-minus:before {
    content: '\f503';
}

.fa-user-ninja:before {
    content: '\f504';
}

.fa-user-nurse:before {
    content: '\f82f';
}

.fa-user-plus:before {
    content: '\f234';
}

.fa-user-secret:before {
    content: '\f21b';
}

.fa-user-shield:before {
    content: '\f505';
}

.fa-user-slash:before {
    content: '\f506';
}

.fa-user-tag:before {
    content: '\f507';
}

.fa-user-tie:before {
    content: '\f508';
}

.fa-user-times:before {
    content: '\f235';
}

.fa-users:before {
    content: '\f0c0';
}

.fa-users-cog:before {
    content: '\f509';
}

.fa-users-slash:before {
    content: '\e073';
}

.fa-usps:before {
    content: '\f7e1';
}

.fa-ussunnah:before {
    content: '\f407';
}

.fa-utensil-spoon:before {
    content: '\f2e5';
}

.fa-utensils:before {
    content: '\f2e7';
}

.fa-vaadin:before {
    content: '\f408';
}

.fa-vector-square:before {
    content: '\f5cb';
}

.fa-venus:before {
    content: '\f221';
}

.fa-venus-double:before {
    content: '\f226';
}

.fa-venus-mars:before {
    content: '\f228';
}

.fa-vest:before {
    content: '\e085';
}

.fa-vest-patches:before {
    content: '\e086';
}

.fa-viacoin:before {
    content: '\f237';
}

.fa-viadeo:before {
    content: '\f2a9';
}

.fa-viadeo-square:before {
    content: '\f2aa';
}

.fa-vial:before {
    content: '\f492';
}

.fa-vials:before {
    content: '\f493';
}

.fa-viber:before {
    content: '\f409';
}

.fa-video:before {
    content: '\f03d';
}

.fa-video-slash:before {
    content: '\f4e2';
}

.fa-vihara:before {
    content: '\f6a7';
}

.fa-vimeo:before {
    content: '\f40a';
}

.fa-vimeo-square:before {
    content: '\f194';
}

.fa-vimeo-v:before {
    content: '\f27d';
}

.fa-vine:before {
    content: '\f1ca';
}

.fa-virus:before {
    content: '\e074';
}

.fa-virus-slash:before {
    content: '\e075';
}

.fa-viruses:before {
    content: '\e076';
}

.fa-vk:before {
    content: '\f189';
}

.fa-vnv:before {
    content: '\f40b';
}

.fa-voicemail:before {
    content: '\f897';
}

.fa-volleyball-ball:before {
    content: '\f45f';
}

.fa-volume-down:before {
    content: '\f027';
}

.fa-volume-mute:before {
    content: '\f6a9';
}

.fa-volume-off:before {
    content: '\f026';
}

.fa-volume-up:before {
    content: '\f028';
}

.fa-vote-yea:before {
    content: '\f772';
}

.fa-vr-cardboard:before {
    content: '\f729';
}

.fa-vuejs:before {
    content: '\f41f';
}

.fa-walking:before {
    content: '\f554';
}

.fa-wallet:before {
    content: '\f555';
}

.fa-warehouse:before {
    content: '\f494';
}

.fa-watchman-monitoring:before {
    content: '\e087';
}

.fa-water:before {
    content: '\f773';
}

.fa-wave-square:before {
    content: '\f83e';
}

.fa-waze:before {
    content: '\f83f';
}

.fa-weebly:before {
    content: '\f5cc';
}

.fa-weibo:before {
    content: '\f18a';
}

.fa-weight:before {
    content: '\f496';
}

.fa-weight-hanging:before {
    content: '\f5cd';
}

.fa-weixin:before {
    content: '\f1d7';
}

.fa-whatsapp:before {
    content: '\f232';
}

.fa-whatsapp-square:before {
    content: '\f40c';
}

.fa-wheelchair:before {
    content: '\f193';
}

.fa-whmcs:before {
    content: '\f40d';
}

.fa-wifi:before {
    content: '\f1eb';
}

.fa-wikipedia-w:before {
    content: '\f266';
}

.fa-wind:before {
    content: '\f72e';
}

.fa-window-close:before {
    content: '\f410';
}

.fa-window-maximize:before {
    content: '\f2d0';
}

.fa-window-minimize:before {
    content: '\f2d1';
}

.fa-window-restore:before {
    content: '\f2d2';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-wine-bottle:before {
    content: '\f72f';
}

.fa-wine-glass:before {
    content: '\f4e3';
}

.fa-wine-glass-alt:before {
    content: '\f5ce';
}

.fa-wix:before {
    content: '\f5cf';
}

.fa-wizards-of-the-coast:before {
    content: '\f730';
}

.fa-wodu:before {
    content: '\e088';
}

.fa-wolf-pack-battalion:before {
    content: '\f514';
}

.fa-won-sign:before {
    content: '\f159';
}

.fa-wordpress:before {
    content: '\f19a';
}

.fa-wordpress-simple:before {
    content: '\f411';
}

.fa-wpbeginner:before {
    content: '\f297';
}

.fa-wpexplorer:before {
    content: '\f2de';
}

.fa-wpforms:before {
    content: '\f298';
}

.fa-wpressr:before {
    content: '\f3e4';
}

.fa-wrench:before {
    content: '\f0ad';
}

.fa-x-ray:before {
    content: '\f497';
}

.fa-xbox:before {
    content: '\f412';
}

.fa-xing:before {
    content: '\f168';
}

.fa-xing-square:before {
    content: '\f169';
}

.fa-y-combinator:before {
    content: '\f23b';
}

.fa-yahoo:before {
    content: '\f19e';
}

.fa-yammer:before {
    content: '\f840';
}

.fa-yandex:before {
    content: '\f413';
}

.fa-yandex-international:before {
    content: '\f414';
}

.fa-yarn:before {
    content: '\f7e3';
}

.fa-yelp:before {
    content: '\f1e9';
}

.fa-yen-sign:before {
    content: '\f157';
}

.fa-yin-yang:before {
    content: '\f6ad';
}

.fa-yoast:before {
    content: '\f2b1';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-youtube-square:before {
    content: '\f431';
}

.fa-zhihu:before {
    content: '\f63f';
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(dist/vendor/fa-brands-400.eot);
    src: url(dist/vendor/fa-brands-400.eot?#iefix) format('embedded-opentype'),
    url(dist/vendor/fa-brands-400.woff2) format('woff2'),
    url(dist/vendor/fa-brands-400.woff) format('woff'),
    url(dist/vendor/fa-brands-400.ttf) format('truetype'),
    url(dist/vendor/fa-brands-400.svg#fontawesome) format('svg');
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(dist/vendor/fa-regular-400.eot);
    src: url(dist/vendor/fa-regular-400.eot?#iefix) format('embedded-opentype'),
    url(dist/vendor/fa-regular-400.woff2) format('woff2'),
    url(dist/vendor/fa-regular-400.woff) format('woff'),
    url(dist/vendor/fa-regular-400.ttf) format('truetype'),
    url(dist/vendor/fa-regular-400.svg#fontawesome) format('svg');
}

.fab,
.far {
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(dist/vendor/fa-solid-900.eot);
    src: url(dist/vendor/fa-solid-900.eot?#iefix) format('embedded-opentype'),
    url(dist/vendor/fa-solid-900.woff2) format('woff2'),
    url(dist/vendor/fa-solid-900.woff) format('woff'),
    url(dist/vendor/fa-solid-900.ttf) format('truetype'),
    url(dist/vendor/fa-solid-900.svg#fontawesome) format('svg');
}

.fa,
.far,
.fas {
    font-family: 'Font Awesome 5 Free';
}

.fa,
.fas {
    font-weight: 900;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.85) 0,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0.15) 65%,
            rgba(0, 0, 0, 0.075) 75.5%,
            rgba(0, 0, 0, 0.037) 82.85%,
            rgba(0, 0, 0, 0.019) 88%,
            transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.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 {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@font-face {
    font-display: swap;
    font-family: Tantinotes;
    font-weight: 400;
    src: url(assets/font/Tantinotes.eot);
    src: url(assets/font/Tantinotes.eot?#iefix) format('eot'),
    url(assets/font/Tantinotes.woff2) format('woff2'),
    url(assets/font/Tantinotes.woff) format('woff'),
    url(assets/font/Tantinotes.ttf) format('truetype');
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

.foundation-mq {
    font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #000;
    font-family: futura-pt, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

textarea {
    border-radius: 0;
    height: auto;
    min-height: 50px;
}

select {
    -webkit-box-sizing: border-box;
    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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: auto;
    line-height: 1;
    padding: 0;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row:after,
.row:before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.row:after {
    clear: both;
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.column,
.columns {
    float: left;
    width: 100%;
}

.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
    clear: none;
    float: left;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    left: 8.33333%;
    position: relative;
}

.small-pull-1 {
    left: -8.33333%;
    position: relative;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    left: 16.66667%;
    position: relative;
}

.small-pull-2 {
    left: -16.66667%;
    position: relative;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    left: 25%;
    position: relative;
}

.small-pull-3 {
    left: -25%;
    position: relative;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    left: 33.33333%;
    position: relative;
}

.small-pull-4 {
    left: -33.33333%;
    position: relative;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    left: 41.66667%;
    position: relative;
}

.small-pull-5 {
    left: -41.66667%;
    position: relative;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    left: 50%;
    position: relative;
}

.small-pull-6 {
    left: -50%;
    position: relative;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    left: 58.33333%;
    position: relative;
}

.small-pull-7 {
    left: -58.33333%;
    position: relative;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    left: 66.66667%;
    position: relative;
}

.small-pull-8 {
    left: -66.66667%;
    position: relative;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    left: 75%;
    position: relative;
}

.small-pull-9 {
    left: -75%;
    position: relative;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    left: 83.33333%;
    position: relative;
}

.small-pull-10 {
    left: -83.33333%;
    position: relative;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    left: 91.66667%;
    position: relative;
}

.small-pull-11 {
    left: -91.66667%;
    position: relative;
}

.small-12 {
    width: 100%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 > .column:nth-of-type(odd),
.small-up-2 > .columns:nth-of-type(odd) {
    clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}

.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.small-centered {
    margin-left: auto;
    margin-right: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    clear: both;
    float: none;
}

.small-pull-0,
.small-push-0,
.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    position: static;
}

.small-pull-0,
.small-pull-0:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-uncentered,
.small-uncentered:last-child:not(:first-child) {
    clear: none;
    float: left;
}

.small-pull-0:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-uncentered:last-child:not(:first-child) {
    float: right;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        left: 8.33333%;
        position: relative;
    }

    .medium-pull-1 {
        left: -8.33333%;
        position: relative;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        left: 16.66667%;
        position: relative;
    }

    .medium-pull-2 {
        left: -16.66667%;
        position: relative;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        left: 25%;
        position: relative;
    }

    .medium-pull-3 {
        left: -25%;
        position: relative;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        left: 33.33333%;
        position: relative;
    }

    .medium-pull-4 {
        left: -33.33333%;
        position: relative;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        left: 41.66667%;
        position: relative;
    }

    .medium-pull-5 {
        left: -41.66667%;
        position: relative;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        left: 50%;
        position: relative;
    }

    .medium-pull-6 {
        left: -50%;
        position: relative;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        left: 58.33333%;
        position: relative;
    }

    .medium-pull-7 {
        left: -58.33333%;
        position: relative;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        left: 66.66667%;
        position: relative;
    }

    .medium-pull-8 {
        left: -66.66667%;
        position: relative;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        left: 75%;
        position: relative;
    }

    .medium-pull-9 {
        left: -75%;
        position: relative;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        left: 83.33333%;
        position: relative;
    }

    .medium-pull-10 {
        left: -83.33333%;
        position: relative;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        left: 91.66667%;
        position: relative;
    }

    .medium-pull-11 {
        left: -91.66667%;
        position: relative;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1 > .column:nth-of-type(1n + 1),
    .medium-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }

    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2 > .column:nth-of-type(odd),
    .medium-up-2 > .columns:nth-of-type(odd) {
        clear: both;
    }

    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3 > .column:nth-of-type(3n + 1),
    .medium-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }

    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4 > .column:nth-of-type(4n + 1),
    .medium-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }

    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5 > .column:nth-of-type(5n + 1),
    .medium-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }

    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6 > .column:nth-of-type(6n + 1),
    .medium-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }

    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7 > .column:nth-of-type(7n + 1),
    .medium-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }

    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8 > .column:nth-of-type(8n + 1),
    .medium-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }

    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }

    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .medium-centered {
        margin-left: auto;
        margin-right: auto;
    }

    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        clear: both;
        float: none;
    }

    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        position: static;
    }

    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-uncentered,
    .medium-uncentered:last-child:not(:first-child) {
        clear: none;
        float: left;
    }

    .medium-pull-0:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-uncentered:last-child:not(:first-child) {
        float: right;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        left: 8.33333%;
        position: relative;
    }

    .large-pull-1 {
        left: -8.33333%;
        position: relative;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        left: 16.66667%;
        position: relative;
    }

    .large-pull-2 {
        left: -16.66667%;
        position: relative;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        left: 25%;
        position: relative;
    }

    .large-pull-3 {
        left: -25%;
        position: relative;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        left: 33.33333%;
        position: relative;
    }

    .large-pull-4 {
        left: -33.33333%;
        position: relative;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        left: 41.66667%;
        position: relative;
    }

    .large-pull-5 {
        left: -41.66667%;
        position: relative;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        left: 50%;
        position: relative;
    }

    .large-pull-6 {
        left: -50%;
        position: relative;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        left: 58.33333%;
        position: relative;
    }

    .large-pull-7 {
        left: -58.33333%;
        position: relative;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        left: 66.66667%;
        position: relative;
    }

    .large-pull-8 {
        left: -66.66667%;
        position: relative;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        left: 75%;
        position: relative;
    }

    .large-pull-9 {
        left: -75%;
        position: relative;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        left: 83.33333%;
        position: relative;
    }

    .large-pull-10 {
        left: -83.33333%;
        position: relative;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        left: 91.66667%;
        position: relative;
    }

    .large-pull-11 {
        left: -91.66667%;
        position: relative;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1 > .column:nth-of-type(1n + 1),
    .large-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }

    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2 > .column:nth-of-type(odd),
    .large-up-2 > .columns:nth-of-type(odd) {
        clear: both;
    }

    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3 > .column:nth-of-type(3n + 1),
    .large-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }

    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4 > .column:nth-of-type(4n + 1),
    .large-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }

    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5 > .column:nth-of-type(5n + 1),
    .large-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }

    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6 > .column:nth-of-type(6n + 1),
    .large-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }

    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7 > .column:nth-of-type(7n + 1),
    .large-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }

    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8 > .column:nth-of-type(8n + 1),
    .large-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }

    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }

    .large-collapse > .column,
    .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .large-centered {
        margin-left: auto;
        margin-right: auto;
    }

    .large-centered,
    .large-centered:last-child:not(:first-child) {
        clear: both;
        float: none;
    }

    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        margin-left: 0;
        margin-right: 0;
        position: static;
    }

    .large-pull-0,
    .large-pull-0:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-uncentered,
    .large-uncentered:last-child:not(:first-child) {
        clear: none;
        float: left;
    }

    .large-pull-0:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-uncentered:last-child:not(:first-child) {
        float: right;
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}

p {
    text-rendering: optimizeLegibility;
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
}

em,
i {
    font-style: italic;
}

b,
em,
i,
strong {
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
    line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    color: inherit;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}

.h1,
h1 {
    font-size: 1.5rem;
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.h2,
h2 {
    font-size: 1.25rem;
}

.h3,
h3 {
    font-size: 1.1875rem;
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1.0625rem;
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.h6,
h6 {
    font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
    }

    .h3,
    h3 {
        font-size: 1.9375rem;
    }

    .h4,
    h4 {
        font-size: 1.5625rem;
    }

    .h5,
    h5 {
        font-size: 1.25rem;
    }

    .h6,
    h6 {
        font-size: 1rem;
    }
}

a {
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #1468a0;
}

a img,
hr {
    border: 0;
}

hr {
    border-bottom: 1px solid #cacaca;
    clear: both;
    height: 0;
    margin: 1.25rem auto;
    max-width: 75rem;
}

dl,
ol,
ul {
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1rem;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

ol,
ul {
    margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    margin-left: 1.25rem;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    font-weight: 700;
    margin-bottom: 0.3rem;
}

blockquote {
    border-left: 1px solid #cacaca;
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
}

blockquote,
blockquote p {
    color: #8a8a8a;
    line-height: 1.6;
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none;
}

figure,
kbd {
    margin: 0;
}

kbd {
    background-color: #e6e6e6;
    color: #000;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    padding: 0.125rem 0.25rem 0;
}

.subheader {
    color: #8a8a8a;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}

.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 {
    list-style: none;
    margin-left: 0;
}

.cite-block,
cite {
    color: #8a8a8a;
    display: block;
    font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
    content: '— ';
}

.code-inline,
code {
    word-wrap: break-word;
    display: inline;
    max-width: 100%;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block,
.code-inline,
code {
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    color: #000;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    font-weight: 400;
}

.code-block {
    display: block;
    margin-bottom: 1.5rem;
    overflow: auto;
    padding: 1rem;
    white-space: pre;
}

.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;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .print-break-inside {
        page-break-inside: auto;
    }
}

[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
    width: 100%;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #8a8a8a;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    outline: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type='button'],
[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #cacaca;
}

::-moz-placeholder {
    color: #cacaca;
}

:-ms-input-placeholder {
    color: #cacaca;
}

::-ms-input-placeholder {
    color: #cacaca;
}

::placeholder {
    color: #cacaca;
}

[type='checkbox'],
[type='file'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 1rem;
    vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    color: #000;
    font-size: 0.8125rem;
    font-style: italic;
    margin-top: -0.5rem;
}

.input-group {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0;
}

.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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e6e6e6;
    border: 1px solid #cacaca;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;
}

.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;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 1rem;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.fieldset {
    border: 1px solid #cacaca;
    margin: 1.125rem 0;
    padding: 1.25rem;
}

.fieldset legend {
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    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;
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #000;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==');
    }
}

select:focus {
    background-color: #fff;
    border: 1px solid #8a8a8a;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    outline: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    background-image: none;
    height: auto;
}

select:not([multiple]) {
    padding-bottom: 0;
    padding-top: 0;
}

.is-invalid-input:not(:focus) {
    background-color: #feedea;
    border-color: #f6462c;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #f6462c;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #f6462c;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #f6462c;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #f6462c;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #f6462c;
}

.form-error,
.is-invalid-label {
    color: #f6462c;
}

.form-error {
    display: none;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
}

.form-error.is-visible {
    display: block;
}

.button {
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    text-align: center;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fff;
}

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fff;
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: #1779ba;
    color: #fff;
}

.button.primary:focus,
.button.primary:hover {
    background-color: #126195;
    color: #fff;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
    background-color: #767676;
    color: #000;
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #000;
}

.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #000;
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #000;
}

.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #000;
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #000;
}

.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: #f6462c;
    color: #000;
}

.button.alert:focus,
.button.alert:hover {
    background-color: #df2509;
    color: #000;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
    border: 1px solid #f6462c;
    color: #f6462c;
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #8b1706;
    color: #8b1706;
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent;
    border-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #1779ba;
}

.button.clear:focus,
.button.clear:hover {
    color: #0c3d5d;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #1779ba;
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #0c3d5d;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
    color: #767676;
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #3b3b3b;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #3adb76;
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
    color: #ffae00;
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
    color: #f6462c;
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #8b1706;
}

.button.disabled,
.button[disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}

.button.dropdown:after {
    border-color: #fff transparent transparent;
    border-style: solid inset inset;
    border-width: 0.4em 0.4em 0;
    content: '';
    display: block;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 1em;
    position: relative;
    top: 0.4em;
    width: 0;
}

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #1779ba;
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #767676;
}

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76;
}

.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00;
}

.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #f6462c;
}

.button.arrow-only:after {
    float: none;
    margin-left: 0;
    top: -0.1em;
}

a.button:focus,
a.button:hover {
    text-decoration: none;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid-x > .auto,
.grid-x > .shrink {
    width: auto;
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-1,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 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;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .medium-1,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x > .medium-shrink {
        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%;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .large-1,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x > .large-shrink {
        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%;
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: 100%;
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto;
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-margin-x > .cell {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        width: calc(100% - 1.875rem);
    }
}

.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto;
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}

@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% - 1.875rem);
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x > .medium-auto,
    .grid-margin-x > .medium-shrink {
        width: auto;
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto,
    .grid-margin-x > .large-shrink {
        width: auto;
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem);
    }
}

.grid-padding-x .grid-padding-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-padding-x > .cell {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.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) {
    .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%;
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}

.small-margin-collapse,
.small-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 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%;
    }
}

@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%;
    }
}

.small-padding-collapse {
    margin-left: 0;
    margin-right: 0;
}

.small-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse,
    .medium-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0;
    }

    .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%;
    }
}

@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%;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .medium-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse,
    .large-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0;
    }

    .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-left: 0;
        margin-right: 0;
    }

    .large-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
}

.grid-margin-x > .small-offset-0 {
    margin-left: 0.625rem;
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem);
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem);
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem);
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: 0.9375rem;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0;
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: 0.9375rem;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

.grid-y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.grid-y > .cell {
    height: auto;
    max-height: none;
}

.grid-y > .auto,
.grid-y > .shrink {
    height: auto;
}

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-full,
.grid-y > .small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-1,
    .grid-y > .medium-2,
    .grid-y > .medium-3,
    .grid-y > .medium-4,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-1,
    .grid-y > .large-2,
    .grid-y > .large-3,
    .grid-y > .large-4,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 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%;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }

    .grid-y > .medium-1,
    .grid-y > .medium-2,
    .grid-y > .medium-3,
    .grid-y > .medium-4,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 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%;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }

    .grid-y > .large-1,
    .grid-y > .large-2,
    .grid-y > .large-3,
    .grid-y > .large-4,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 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%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-bottom: -0.625rem;
    margin-top: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-bottom: -0.9375rem;
        margin-top: -0.9375rem;
    }
}

.grid-padding-y > .cell {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-bottom: 0.9375rem;
        padding-top: 0.9375rem;
    }
}

.grid-frame {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    max-width: 100%;
    overflow-x: auto;
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
}

.cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container > .grid-x {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%;
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }

    .cell .medium-grid-frame {
        width: 100%;
    }

    .medium-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto;
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .medium-cell-block-container > .grid-x {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .medium-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }

    .cell .large-grid-frame {
        width: 100%;
    }

    .large-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto;
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .large-cell-block-container > .grid-x {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .large-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
    }
}

.grid-y.grid-frame {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-bottom: -0.625rem;
    margin-top: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-bottom: -0.9375rem;
        margin-top: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-bottom: 0.9375rem;
        margin-top: 0.9375rem;
    }
}

.grid-margin-y > .auto,
.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@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% - 1.875rem);
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }

    .grid-margin-y > .medium-auto,
    .grid-margin-y > .medium-shrink {
        height: auto;
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto,
    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

[data-whatinput='mouse'] .menu li {
    outline: 0;
}

.menu .button,
.menu a {
    display: block;
    line-height: 1;
    padding: 0.7rem 1rem;
    text-decoration: none;
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu,
.menu.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu.simple li + li {
    margin-left: 1rem;
}

.menu.simple a {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu.medium-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menu.medium-expanded li,
    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu.large-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menu.large-expanded li,
    .menu.large-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.menu.nested {
    margin-left: 1rem;
    margin-right: 0;
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu .active > a,
.menu .is-active > a {
    background: #1779ba;
    color: #fff;
}

.menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu.align-right.vertical li {
    display: block;
    text-align: right;
}

.menu.align-right.vertical li .submenu li {
    text-align: right;
}

.menu.align-right .nested {
    margin-left: 0;
    margin-right: 1rem;
}

.menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu .menu-text {
    color: inherit;
    font-weight: 700;
    line-height: 1;
    padding: 0.7rem 1rem;
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-centered > .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-centered > .menu li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: '';
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
    background: rgba(0, 0, 0, 0);
    color: #1779ba;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-left: 0;
    margin-right: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
}

.dropdown.menu.vertical > li > a:after {
    right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a:after {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
}

.dropdown.menu.vertical > li.opens-right > a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: '';
    display: block;
    height: 0;
    width: 0;
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        content: '';
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0;
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        left: 100%;
        right: auto;
    }

    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        content: '';
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
        content: '';
        display: block;
        height: 0;
        width: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        content: '';
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0;
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        left: 100%;
        right: auto;
    }

    .dropdown.menu.large-vertical > li > a:after {
        right: 14px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a:after {
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        content: '';
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0;
    }

    .dropdown.menu.large-vertical > li.opens-right > a:after {
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
        content: '';
        display: block;
        height: 0;
        width: 0;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    left: auto;
    right: 0;
    top: 100%;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a:after {
    left: auto;
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    left: auto;
    top: 100%;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
}

.is-dropdown-submenu {
    background: #fff;
    border: 1px solid #cacaca;
    display: none;
    left: 100%;
    min-width: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: '';
    display: block;
    height: 0;
    width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.flex-video,
.responsive-embed {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@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.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.fxy
.gform_wrapper
.gfield_contains_required
.ginput_container_phone
.validation_message,
.fxy .gform_wrapper .screen-reader-text,
.fxy .gform_wrapper label.hidden_sub_label,
.show-for-sr,
.show-on-focus {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.show-on-focus:active,
.show-on-focus:focus {
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    white-space: normal !important;
    width: auto !important;
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.dropdown-pane {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: none;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}

.dropdown-pane.is-opening {
    display: block;
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
}

.row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}

.row:not(.expanded) .row {
    max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
    margin-left: 0;
    margin-right: 0;
}

.column,
.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.column.row.row,
.row.row.columns {
    display: block;
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}

.small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .medium-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .large-collapse > .column,
    .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.25rem;
}

.column-block > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

    .column-block > :last-child {
        margin-bottom: 0;
    }
}

.accordion {
    background: #fff;
    list-style-type: none;
    margin-left: 0;
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    color: #1779ba;
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    padding: 1.25rem 1rem;
    position: relative;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6;
}

.accordion-title:before {
    content: '+';
    margin-top: -0.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
}

.is-active > .accordion-title:before {
    content: '–';
}

.accordion-content {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    color: #000;
    display: none;
    padding: 1rem;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
    width: 100%;
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
    margin-left: 1rem;
    margin-right: 0;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-left: 0;
    margin-right: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}

.accordion-menu
.is-accordion-submenu-parent:not(.has-submenu-toggle)
> a:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: '';
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
    left: auto;
    right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
    left: 1rem;
    right: auto;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
    position: relative;
}

.has-submenu-toggle > a {
    margin-right: 40px;
}

.submenu-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.submenu-toggle:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    margin: auto;
    top: 0;
    width: 0;
}

.submenu-toggle[aria-expanded='true']:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.submenu-toggle-text {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.menu-icon {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.menu-icon:after {
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu-icon:hover:after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.menu-icon.dark:after {
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

@media print, screen and (min-width: 64em) {
    [data-scroll] {
        -webkit-transition: opacity 0.5s ease-in-out,
        -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
        transition: opacity 0.5s ease-in-out,
        -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
        transition: opacity 0.5s ease-in-out,
        transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
        transition: opacity 0.5s ease-in-out,
        transform 1s cubic-bezier(0.16, 0.88, 0.45, 1),
        -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    }

    .ease-btm,
    .ease-left,
    .ease-right,
    .ease-top,
    .fade-in {
        opacity: 0;
    }

    .ease-btm[data-scroll='in'],
    .ease-left[data-scroll='in'],
    .ease-right[data-scroll='in'],
    .ease-top[data-scroll='in'],
    .fade-in[data-scroll='in'] {
        opacity: 1;
    }

    .fade-in {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
    }

    [class*='ease-'][data-scroll='in'] {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .ease-right {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    .ease-left {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .ease-top {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    .ease-btm {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    [class*='flip-'][data-scroll='in'] {
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    .flip-top {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }

    .flip-btm {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .flip-left {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .flip-right {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .ease-delay-100 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .ease-delay-200 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .ease-delay-300 {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .ease-delay-400 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .ease-delay-500 {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }
}

.alignnone {
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.aligncenter {
    display: block;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (max-width: 39.99875em) {
    .aligncenter,
    .alignleft,
    .alignnone,
    .alignright {
        float: none;
        margin: 0 0 1em;
    }
}

.wp-caption {
    background: #fff;
    border: 1px solid #f2f2f2;
    max-width: 100%;
    padding: 5px 5px 10px;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 10px;
    width: auto;
}

.wp-caption figcaption {
    font-size: 14px;
    margin-bottom: 0;
}

.gallery-caption {
    font-size: 11px;
    line-height: 1.4;
    padding: 5px;
}

.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.gallery-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-item > div > a {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    display: block;
    line-height: 0;
}

.gallery-item > div > a:focus {
    -webkit-box-shadow: 0 0 0 2px #1779ba;
    box-shadow: 0 0 0 2px #1779ba;
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 5px);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.33333% - 6.66667px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 7.5px);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
    margin-right: 0;
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 8px);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
    margin-right: 0;
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.66667% - 8.33333px);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
    margin-right: 0;
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28571% - 8.57143px);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
    margin-right: 0;
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 8.75px);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
    margin-right: 0;
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.11111% - 8.88889px);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
    margin-right: 0;
}

#wpadminbar {
    -webkit-transform: translateZ(0);
}

.wp-video {
    width: 100% !important;
}

.wp-video .mejs-container {
    height: auto !important;
    width: 100% !important;
}

.mejs-mediaelement {
    position: static !important;
}

.mediaelementwrapper {
    display: block;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    display: block !important;
    height: auto !important;
    width: 100% !important;
}

ul.pagination {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    line-height: 1.5;
    margin: 0 3px;
    padding: 0;
}

ul.pagination li a,
ul.pagination li span {
    display: block;
    padding: 0 7px;
}

ul.pagination li a.current,
ul.pagination li span.current {
    background: #1779ba;
    color: #fff;
    display: block;
}

#comments {
    padding-top: 30px;
}

.comment-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.comment {
    margin-top: 15px;
    position: relative;
}

.comment .children {
    list-style: none;
}

.comment-meta {
    font-size: 14px;
}

.comment-metadata {
    color: #8a8a8a;
    margin-top: 5px;
}

.comment-content {
    border-left: 1px solid #cacaca;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 15px;
}

.reply {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.comment-reply-link {
    background: #8a8a8a;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.33333rem 0.5rem;
    white-space: nowrap;
}

.comment-reply-link:focus,
.comment-reply-link:hover {
    background-color: #1779ba;
    color: #fff;
    text-decoration: none;
}

.comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.comment-form-comment,
.comment-notes {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.comment-form-comment {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-basis: calc(33.3333% - 20px);
    -ms-flex-preferred-size: calc(33.3333% - 20px);
    flex-basis: calc(33.3333% - 20px);
}

@media print, screen and (max-width: 39.99875em) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .comment-form-author,
    .comment-form-email {
        margin-right: 30px;
    }
}

.comment-form-cookies-consent,
.comment-form .form-submit {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.comment-form .form-submit {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

html {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    position: static !important;
}

main {
    display: block;
}

.grid-container {
    width: 100%;
}

.grid-service {
    max-width: 1905px;
}

.grid-custom {
    max-width: 1588px;
}

.grid-menu {
    max-width: 1488px;
}

.grid-banner {
    max-width: 1281px;
}

.grid-content {
    max-width: 1017px;
}

.grid-footer-menu {
    max-width: 670px;
}

.grid-column {
    max-width: 1150px;
}

.grid-case {
    max-width: 1328px;
}

:last-child {
    margin-bottom: 0;
}

.p-default {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media print, screen and (min-width: 64em) {
    .p-default {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@-webkit-keyframes spin {
    to {
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.preloader {
    background-color: #fff;
    bottom: 0;
    color: #1779ba;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 100000000;
}

.preloader__icon {
    width: 200px;
    height: 200px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) font-size;
	display: none;
}

/* .preloader__icon svg {
    -moz-animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
}
.preloader__icon img {
    -moz-animation:1s ease-in-out infinite;
    -webkit-animation:1s ease-in-out infinite;
    animation: 1s ease-in-out infinite;
}


.preloader__icon:before {
    -moz-animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: '\f110';
    display: block;
    font-size: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Brands';
} */

.preloader--hidden {
    opacity: 0;
    visibility: hidden;
}

.position-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search {
    position: relative;
}

.posts-list .search {
    margin-bottom: 40px;
}

.search__input {
    padding-right: 75px;
}

.search__submit {
    bottom: 0;
    cursor: pointer;
    height: auto;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.search__submit:after {
    font-size: 20px;
    font-weight: 900;
}

.bg-cover,
.home-slide__inner {
    background-size: cover;
}

.bg-contain,
.bg-cover,
.home-slide__inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg-contain {
    background-size: contain;
}

.stretched-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rel-content {
    position: relative;
    z-index: 2;
}

.of-cover,
.stretched-img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
}

@media print, screen and (min-width: 40em) {
    .two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .three-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.stretched-link:after {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

img[data-lazy-src] {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

img.pre-lazyload {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

.padding-bottom {
    padding-bottom: 25px;
}

@media print, screen and (min-width: 64em) {
    .padding-bottom {
        padding-bottom: 75px;
    }
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.h1,
h1 {
    font-family: quiche-sans, sans-serif;
    font-size: 30px;
}

@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 60px;
    }
}

.h2,
h2 {
    font-family: quiche-sans, sans-serif;
    font-size: 26px;
}

@media print, screen and (min-width: 40em) {
    .h2,
    h2 {
        font-size: 42px;
    }
}

.h3,
h3 {
    font-family: quiche-sans, sans-serif;
}

.h4,
h4 {
    font-family: futura-pt, sans-serif;
    font-size: 22px;
}

@media print, screen and (min-width: 40em) {
    .h4,
    h4 {
        font-size: 32px;
    }
}

.h5,
h5 {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
}

@media print, screen and (min-width: 40em) {
    .h5,
    h5 {
        font-size: 24px;
    }
}

.h6,
h6 {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 34px;
}

@media print, screen and (min-width: 40em) {
    .h6,
    h6 {
        font-size: 20px;
    }
}

.uppercase {
    font-weight: 600;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

p {
    font-family: futura-pt, sans-serif;
}

@media print, screen and (min-width: 64em) {
    p {
        font-size: 22px;
    }
}

p:empty {
    display: none;
}

p a {
    font-family: futura-pt, sans-serif;
    text-decoration: underline;
}

p strong {
    font-weight: 500;
}

ul {
    font-size: inherit;
}

ul li {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
}

@media print, screen and (min-width: 64em) {
    ul li {
        font-size: 22px;
    }
}

.line-height {
    line-height: 1.4;
}

address {
    font-style: normal;
    margin-bottom: 1rem;
}

a {
    color: #d5ab6a;
    font-family: futura-pt, sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #0c3e5f;
}

.no-outline [tabindex],
.no-outline a,
.no-outline button {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

.select-styled,
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
    height: 2.625rem;
    margin-bottom: 0;
}

textarea[rows] {
    height: 150px;
    max-width: 100%;
}

[type='number'] {
    -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[type='checkbox'],
[type='file'],
[type='radio'] {
    margin-bottom: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    border-width: 1px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button {
    background-color: #000;
    font-family: futura-pt, sans-serif;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.button:focus,
.button:hover {
    background-color: #d5ab6a;
}

.gold-button {
    background-color: #d5ab6a;
    font-family: quiche-sans, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.gold-button:focus,
.gold-button:hover {
    background-color: #000;
}

.fxy .gform_wrapper ul {
    list-style: none;
}

.fxy
.gform_wrapper
input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.fxy .gform_wrapper textarea {
    padding: 0.5em 1em;
}

.fxy .gform_wrapper .gform_confirmation_message {
    margin-bottom: 15px;
}

.fxy .gform_wrapper .gform_ajax_spinner {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
}

.fxy .gform_wrapper .gfield_description {
    margin-top: 10px;
}

.fxy .gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.fxy .gform_wrapper .gform_description {
    display: block;
}

.fxy .gform_wrapper .gform_fields {
    margin: 0;
}

.fxy .gform_wrapper .gform_fields:after {
    clear: both;
    content: '';
    display: table;
}

.fxy .gform_wrapper .gfield {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.fxy .gform_wrapper .gform_hidden {
    display: none;
}

.fxy .gform_wrapper .ginput_container ul {
    margin-left: 0;
}

.fxy .gform_wrapper div.validation_error {
    border-color: #f6462c;
    border-width: 1px 0;
    color: #f6462c;
}

.fxy .gform_wrapper .gfield.gfield_error,
.fxy
.gform_wrapper
.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin: 20px 0;
    margin-bottom: 20px !important;
    padding: 0;
}

.fxy
.gform_wrapper
.gfield.gfield_error.gfield_contains_required
label.gfield_label {
    margin: 0;
}

.fxy
.gform_wrapper
.gfield.gfield_error
input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.fxy .gform_wrapper .gfield.gfield_error textarea {
    border-color: #f6462c;
}

.fxy .gform_wrapper .gfield.gfield_error .gfield_label,
.fxy .gform_wrapper .gfield.gfield_error .ginput_complex label {
    color: #f6462c;
}

.fxy .gform_wrapper .gform_validation_errors {
    background-color: #fffaf9;
    border-color: currentColor;
    color: #f6462c;
}

.fxy .gform_wrapper .gform_validation_errors .gform_submission_error {
    color: inherit;
}

.fxy .gform_wrapper div.gfield_validation_message,
.fxy .gform_wrapper div.validation_message {
    background-color: #fffaf9;
    border-color: #f6462c;
    color: #f6462c;
    font: normal normal normal 0.8rem/1.2em Open Sans, Helvetica, Roboto, Arial,
    sans-serif;
}

.fxy .gform_wrapper .ginput_container_fileupload .validation_message:empty {
    display: none;
}

.fxy .gform_wrapper .gfield_required {
    color: #f6462c;
}

.fxy .gform_wrapper .gform_footer {
    padding: 0;
    position: relative;
}

.fxy .gform_wrapper .gf_invisible,
.fxy .gform_wrapper .gfield_visibility_hidden {
    left: -9999px;
    position: absolute;
    visibility: hidden;
}

.fxy .gfield_time_ampm,
.fxy .gfield_time_hour,
.fxy .gfield_time_minute {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.fxy .gfield_time_ampm input,
.fxy .gfield_time_ampm select,
.fxy .gfield_time_hour input,
.fxy .gfield_time_hour select,
.fxy .gfield_time_minute input,
.fxy .gfield_time_minute select {
    width: 80px;
}

.fxy .gfield_time_ampm select,
.fxy .gfield_time_hour select,
.fxy .gfield_time_minute select {
    padding-left: 10px;
    padding-right: 10px;
}

.fxy .gfield_time_minute {
    margin-right: 15px;
}

.fxy .gfield_time_hour {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 15px;
    width: 90px;
}

.fxy .gfield_time_hour i {
    text-align: right;
    width: 10px;
}

.fxy .gfield_time_hour label {
    max-width: 80px;
    width: 100%;
}

.fxy input.datepicker_with_icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: calc(100% - 24px);
}

.fxy .gform_wrapper .top_label input.datepicker.large,
.fxy .gform_wrapper .top_label input.datepicker.medium,
.fxy .gform_wrapper .top_label input.datepicker.small {
    width: 100%;
}

.fxy .ui-datepicker {
    border: none;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    font-size: 11px;
    height: auto;
    margin: 5px auto 0;
    position: absolute;
    width: 216px;
    z-index: 9999 !important;
}

.fxy .ui-datepicker a {
    text-decoration: none;
}

.fxy .ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
}

.fxy .ui-datepicker thead {
    background: #fff;
    color: #000;
}

.fxy .ui-datepicker thead th {
    border-bottom: 1px solid #cacaca;
    padding: 3px;
    text-align: center;
}

.fxy .ui-datepicker tbody,
.fxy .ui-datepicker tbody tr {
    border: none;
}

.fxy .ui-datepicker tbody td {
    border: none;
    padding: 0;
    width: 31px;
}

.fxy .ui-datepicker tbody td a,
.fxy .ui-datepicker tbody td span {
    color: #8a8a8a;
    display: block;
    font-weight: 700;
    height: 29px;
    line-height: 30px;
    text-align: center;
}

.fxy .ui-datepicker tbody th {
    color: #8a8a8a;
    font-size: 6pt;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.fxy .ui-datepicker select.ui-datepicker-month,
.fxy .ui-datepicker select.ui-datepicker-year {
    border-color: transparent;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    margin: 0 2.5%;
    padding: 5px 20px 5px 5px;
    width: auto;
}

.fxy .ui-datepicker select.ui-datepicker-month:focus,
.fxy .ui-datepicker select.ui-datepicker-year:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fxy .ui-datepicker select.ui-datepicker-month:after,
.fxy .ui-datepicker select.ui-datepicker-year:after {
    content: '2';
    position: absolute;
    right: 0;
    top: 50%;
}

.fxy .ui-datepicker-header {
    background-color: #1779ba;
    border: none;
    color: #fff;
    padding: 5px 0;
    position: relative;
}

.fxy .ui-datepicker-header:after {
    clear: both;
    content: '';
    display: table;
}

.fxy .ui-datepicker-next,
.fxy .ui-datepicker-prev {
    background: 0;
    color: #fff;
    font-size: 0;
    line-height: 1.4;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fxy .ui-datepicker-next:after,
.fxy .ui-datepicker-prev:after {
    border: 5px solid transparent;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fxy .ui-datepicker-next:focus,
.fxy .ui-datepicker-next:hover,
.fxy .ui-datepicker-prev:focus,
.fxy .ui-datepicker-prev:hover {
    color: #fff;
}

.fxy .ui-datepicker-next.ui-state-hover:after,
.fxy .ui-datepicker-prev.ui-state-hover:after {
    opacity: 0.5;
}

.fxy .ui-datepicker-next {
    right: 3px;
}

.fxy .ui-datepicker-next:after {
    border-left-color: #fff;
    border-right-width: 0;
}

.fxy .ui-datepicker-prev {
    left: 3px;
}

.fxy .ui-datepicker-prev:after {
    border-left-width: 0;
    border-right-color: #fff;
}

.fxy .ui-datepicker-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 35px;
    padding-right: 35px;
}

.fxy .ui-datepicker-calendar {
    margin: 0 !important;
}

.fxy .ui-datepicker-calendar .ui-state-default {
    background: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 31px;
    text-shadow: unset;
    width: 31px;
}

.fxy .ui-datepicker-calendar .ui-state-hover {
    background-color: #e6e6e6;
    color: #1779ba;
    -webkit-transition: none;
    transition: none;
}

.fxy .ui-datepicker-calendar .ui-state-active {
    background-color: #1779ba;
    border: 0;
    color: #fff;
    margin: 0;
    position: relative;
}

.fxy .ui-datepicker-unselectable,
.fxy .ui-datepicker-unselectable.ui-state-disabled {
    background-color: #f2f2f2;
    color: #8a8a8a;
}

@media print, screen and (min-width: 40em) {
    .gf_left_half,
    .gf_right_half {
        float: left;
        width: calc(50% - 15px);
    }

    .gf_left_half + .gfield:not(.gf_left_half):not(.gf_right_half),
    .gf_right_half + .gfield:not(.gf_left_half):not(.gf_right_half) {
        clear: both;
    }

    .gf_left_third,
    .gf_middle_third,
    .gf_right_third {
        float: left;
        width: calc(33.3333% - 20px);
    }

    .gf_left_third
    + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
    .gf_middle_third
    + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
    .gf_right_third
    + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third) {
        clear: both;
    }

    .gf_left_half {
        margin-right: 15px;
    }

    .gf_right_half {
        margin-left: 15px;
    }

    .gf_right_half + .gfield {
        clear: both;
    }

    .gf_left_third {
        margin-right: 20px;
    }

    .gf_right_third {
        margin-left: 20px;
    }

    .gf_right_third + .gfield {
        clear: both;
    }

    .gf_middle_third {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ginput_container_creditcard .ginput_cardinfo_left,
.ginput_container_creditcard .ginput_cardinfo_right {
    display: block;
}

@media print, screen and (min-width: 40em) {
    .ginput_container_creditcard .ginput_cardinfo_left {
        margin-right: 15px;
    }

    .ginput_container_creditcard .ginput_cardinfo_right {
        margin-left: 15px;
    }

    .ginput_container_creditcard select.ginput_card_expiration {
        display: inline-block;
        width: 47% !important;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .ginput_container_creditcard select.ginput_card_expiration_month {
        margin-bottom: 15px;
    }

    .ginput_container_creditcard .ginput_cardinfo_left,
    .ginput_container_creditcard .ginput_cardinfo_right {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.ginput_container_creditcard .ginput_card_expiration_container {
    display: block;
    width: 100%;
}

.ginput_container_creditcard
.ginput_cardinfo_right
input.ginput_card_security_code {
    display: inline-block;
    max-width: 50% !important;
    position: relative;
}

.gform_card_icon_container {
    height: 32px;
    margin: 8px 0 6px;
}

div.gform_card_icon {
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 36px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px;
}

.ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important;
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    background-image: url(../images/gf-creditcard-icons.png);
    background-position: 0 -128px;
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    height: 23px;
    left: 6px;
    position: relative;
    top: -2px;
    width: 32px;
}

div.gfield_creditcard_warning_message {
    color: #f6462c;
    font-weight: 700;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    left: -9000px;
    position: absolute !important;
}

.not-found {
    padding-bottom: 100px;
    padding-top: 100px;
}

.not-found .label {
    background-color: #1779ba;
    cursor: pointer;
    text-decoration: none;
}

.not-found .label:hover {
    background-color: #136196;
    color: #fff;
}

.stay-tuned {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}

.stay-tuned__item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 15px;
}

@media print, screen and (min-width: 64em) {
    .stay-tuned__item {
        padding-bottom: 30px;
    }
}

.stay-tuned__link {
    display: block;
}

.stay-tuned__link .fab {
    color: #fff;
    display: block;
    font-size: 27px;
    font-weight: 900;
}

.stay-tuned__link .fab:hover {
    color: #d5ab6a;
}

.sbs-block {
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.sbs-block--reverse .cell.sbs-block__img-wrap {
    left: 0;
    right: 50%;
}

.sbs-block__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sbs-block__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 40em) {
    .sbs-block__content {
        min-height: 400px;
    }
}

.sbs-block__content-inner {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .cell.sbs-block__img-wrap {
        height: 100%;
        left: 50%;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .cell.sbs-block__img-wrap {
        margin-bottom: 25px;
    }
}

.sbs-block__img {
    height: 100%;
    width: 100%;
}

.header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 100;
}

.head-absolute {
    position: absolute;
}

.header .menu-bottom {
    background-color: #000;
    overflow: hidden;
}

body.admin-bar .head-promo {
    margin-top: 32px !important;
}

@media print, screen and (max-width: 782px) {
    body.admin-bar .head-promo {
        margin-top: 46px !important;
    }
}

.head-promo {
    padding-bottom: 5px;
    padding-top: 5px;
}

@media print, screen and (min-width: 64em) {
    .head-promo {
        padding-bottom: 14px;
        padding-top: 14px;
    }
}

.head-promo a,
.head-promo span {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 10px;
    font-weight: 600;
    transition: 0.3s color;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .head-promo a,
    .head-promo span {
        font-size: 18px;
        letter-spacing: 1.9px;
    }
}

@media print, screen and (max-width: 28.125em) {
    .head-promo a,
    .head-promo span {
        font-size: 8px;
        letter-spacing: 0.1px;
    }
}

.head-promo a span:hover {
    color: #d5ab6a;
    transition: 0.3s color;
}

.separator-top {
    padding-left: 5px;
    padding-right: 5px;
}

.top-bar__search {
    padding-bottom: 5px;
}

.top-bar__search form {
    display: none;
    position: relative;
}

.top-bar__search .search__input {
    background-color: transparent;
    color: #fff;
    border-color: #d5ab6a;
}

.top-bar__search .search__input::placeholder {
    color: #fff;
}

.top-bar__search .search__submit {
    background-color: #d5ab6a;
    color: #fff;
}

.top-bar__search .search__submit:hover {
    background-color: #8f5703;
}

.top-bar__search form.show {
    display: flex;
}

.btn--search {
    text-align: right;
    margin-top: -45px;
    z-index: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .btn--search {
        margin-top: 0;
        display: none;
    }
    .top-bar-wrap {
        display: flex;
        flex-direction: column;
    }
    .top-bar__search {
        order: -1;
    }
    .top-bar__search form {
        display: unset;
    }
    .top-bar__search .search__submit {
        font-size: 0;
        background: none;
        width: 38px;
    }
    .top-bar__search .search__submit:before {
        content: '';
        position: absolute;
        top: 6px;
        right: 7px;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z'/%3E%3C/svg%3E");
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z'/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        background-color: #d5ab6a;
        width: 27px;
        height: 27px;
    }
    .top-bar__search .search__submit:hover {
        background: none;
    }
    .top-bar__search .search__input {
        padding-left: 16px;
    }
}

.btn--search svg {
    fill: #fff;
    transition: all 0.2s ease-in-out;
}

.btn--search svg:hover {
    cursor: pointer;
    fill: #d5ab6a;
}

.holiday-hours {
    color: white;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    margin-left: 41px;
}

.store-hours {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.store-hours p {
    color: #d5ab6a;
    font-size: 0.875rem;
}

@media print, screen and (max-width: 39.99875em) {
    .store-hours {
        text-align: center;
    }
}

.menu-top {
    background-color: #000;
    padding-top: 10px;
}

@media print, screen and (min-width: 40em) {
    .menu-top {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

.head-transparent .menu-top {
    background-color: transparent;
}

@media print, screen and (min-width: 40em) {
    .head-transparent .menu-top {
        padding-bottom: 40px;
    }

    .head-transparent .menu-top img {
        padding-top: 15px;
    }

    .head-transparent .menu-top .top {
        padding-top: 5px;
    }
}

.head-transparent .header-menu.menu .submenu {
    background-color: transparent;
}

.top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-left: 0 !important;
}

@media print, screen and (max-width: 39.99875em) {
    .top-menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.top-menu li {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 97.375em) {
    .top-menu li {
        margin-right: 25px;
    }
}

.head-location {
    text-align: center;
    margin-bottom: 16px;
}

@media print, screen and (min-width: 40em) {
    .head-location {
        text-align: right;
    }
}

.head-location a,
.top-menu li a {
    color: #d5ab6a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

@media print, screen and (max-width: 45.62375em) {
    .head-location a,
    .top-menu li a {
        font-size: 10px;
    }

    .store-hours p {
        font-size: 0.625rem;
    }
}

.head-location a {
    font-size: 14px;
}

@media print, screen and (max-width: 93.6875em) {
    .top-menu li a,
    .head-location a {
        font-size: 12px;
    }
}

@media print, screen and (max-width: 78.6875em) {
    .top-menu li a,
    .head-location a {
        font-size: 10px;
    }
}

@media print, screen and (min-width: 63.9375em) and (max-width: 67.125em) {
    .top-menu li a,
    .head-location a {
        font-size: 8px;
    }
}

@media print, screen and (max-width: 63.9375em) {
    .top-menu li a,
    .head-location a {
        font-size: 10px;
    }
}

@media print, screen and (min-width: 64em) {
    .top-menu li a {
        letter-spacing: 1.1px;
    }
}

.head-location a:hover,
.top-menu li a:hover {
    color: #fff;
}

.separator-top {
    color: #d5ab6a;
}

@media print, screen and (max-width: 39.99875em) {
    .logo {
        padding: 10px 0;
        text-align: center;
    }
}

.logo h1 {
    font-size: 0;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-height: 50px;
}

@media print, screen and (min-width: 40em) {
    .logo img {
        max-height: 150px;
    }
}

@media print, screen and (max-width: 63.99875em) {
    .full-logo {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .default-logo {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.menu-bottom {
    border-bottom: 1px solid #443a2a;
    border-top: 1px solid #443a2a;
}

/*@media print, screen and (min-width: 64em) {*/
/*  .menu-bottom {*/
/*    padding-top: 4px*/
/*  }*/
/*}*/

body .header-menu .menu-item a {
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;
}

@media print, screen and (min-width: 40em) {
    body .header-menu .menu-item a {
        letter-spacing: 1.5px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

body .header-menu a {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

body .header-menu a:hover {
    color: #d5ab6a;
}

@media print, screen and (max-width: 39.99875em) {
    .menu-grid-container {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-grid-container .grid-margin-x {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-grid-container .grid-margin-x .cell {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .title-bar {
        line-height: 45px;
        padding: 10px;
    }

    .title-bar .menu-icon {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        height: 24px;
        padding: 0;
        position: relative;
        vertical-align: middle;
        width: 30px;
    }

    .title-bar .menu-icon:after {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .title-bar .menu-icon span {
        display: block;
        top: 0;
    }

    .title-bar .menu-icon span:after,
    .title-bar .menu-icon span:before {
        content: '';
        display: block;
    }

    .title-bar .menu-icon span,
    .title-bar .menu-icon span:after,
    .title-bar .menu-icon span:before {
        background-color: #fff;
        border-radius: 0;
        height: 3px;
        left: 0;
        position: absolute;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-property: -webkit-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        width: 100%;
    }

    .title-bar .menu-icon span:before {
        top: 10px;
    }

    .title-bar .menu-icon span:after {
        top: 20px;
    }

    .title-bar .menu-icon span:hover,
    .title-bar .menu-icon span:hover:after,
    .title-bar .menu-icon span:hover:before {
        background-color: #fff;
    }

    .title-bar .menu-icon.is-active span {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .title-bar .menu-icon.is-active span:before {
        display: none;
        -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
        transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
    }

    .title-bar .menu-icon.is-active span:after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

    .top-bar {
        background: #13171d;
        display: none;
    }

    .header-menu {
        background: transparent;
    }

    .header-menu li > a {
        background: #13171d;
        color: #fff;
        line-height: 45px;
    }

    .header-menu li > a:focus,
    .header-menu li > a:focus + .submenu-toggle {
        background: #090b0e;
    }

    .header-menu li.current-menu-item .submenu-toggle,
    .header-menu li.current-menu-item > a,
    .header-menu li.current_page_ancestor .submenu-toggle,
    .header-menu li.current_page_ancestor > a,
    .header-menu li.current_page_parent .submenu-toggle,
    .header-menu li.current_page_parent > a {
        background: #1d232c;
        color: #d5ab6a;
    }

    .header-menu li[aria-expanded='true'] .submenu-toggle,
    .header-menu li[aria-expanded='true'] > a {
        background: #0d1014;
    }

    .header-menu .submenu-toggle {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 0;
        top: 10px;
    }

    .header-menu .submenu-toggle:after {
        border-color: #fff transparent transparent;
    }

    .header-menu .submenu a {
        font-size: 15px;
        padding-bottom: 0 !important;
        padding-left: 1.65rem;
        padding-top: 0 !important;
    }

    .header-menu .submenu .submenu a {
        padding-left: 2.3rem;
    }
}

@media print, screen and (min-width: 40em) {
    .header-menu.menu {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        position: static;
    }

    .header-menu.menu li.is-dropdown-submenu-parent {
        position: static;
    }

    .header-menu.menu li.current-menu-item > a,
    .header-menu.menu li.current_page_ancestor > a,
    .header-menu.menu li.current_page_parent > a {
        background-color: transparent;
        color: #d5ab6a;
    }

    .header-menu.menu li.is-active > a {
        color: #d5ab6a;
    }

    .header-menu.menu .submenu {
        background-color: #000;
        border: none;
        border-bottom: 1px solid #443a2a;
        display: none;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        left: 0 !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding-left: 15vw;
        padding-right: 15vw;
        right: 0 !important;
        z-index: 11;
    }

    .header-menu.menu .submenu.js-dropdown-active {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header-menu.menu .submenu li > a {
        color: #fff;
        line-height: 30px;
        padding: 0.7rem 1rem !important;
    }

    .header-menu.menu .submenu li > a:hover {
        color: #d5ab6a;
    }

    .header-menu.menu .submenu li.current-menu-item > a,
    .header-menu.menu .submenu li.current_page_ancestor > a,
    .header-menu.menu .submenu li.current_page_parent > a {
        background-color: transparent;
        color: #d5ab6a;
    }

    .header-menu.menu .submenu.is-dropdown-submenu > li {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }

    .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
        display: none;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .sidebar {
        margin-top: 50px;
    }
}

.widget {
    margin-bottom: 20px;
}

.widget:last-child {
    margin-bottom: 0;
}

.footer {
    background-color: #000;
    color: #fff;
    margin-top: auto;
    padding-top: 25px;
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .footer {
        padding-top: 65px;
    }
}

.footer__logo img {
    max-height: 60px;
}

@media print, screen and (min-width: 40em) {
    .footer__logo img {
        max-height: 100px;
    }
}

.grid-footer-menu .cell {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media print, screen and (min-width: 40em) {
    .grid-footer-menu .cell {
        padding-bottom: 40px;
        padding-top: 55px;
    }
}

.footer__sp {
    left: 50px;
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 97.375em) {
    .footer__sp {
        left: 100px;
    }
}

.footer .menu-item {
    list-style-type: none;
}

@media print, screen and (max-width: 39.99875em) {
    .hour__work,
    .menu-footer-menu-left-container,
    .menu-footer-menu-right-container {
        text-align: center;
    }

    .hour__work ul,
    .menu-footer-menu-left-container ul,
    .menu-footer-menu-right-container ul {
        margin-left: 0;
    }
}

@media print, screen and (max-width: 63.99875em) {
    .menu-footer-menu-left-container ul {
        margin-left: 3.25rem;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .menu-footer-menu-left-container ul {
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .hour__work {
        padding-left: 25px;
    }
}

.footer .menu-item a {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
    .footer .menu-item a {
        line-height: 2.5;
    }
}

.footer .menu-item a:hover {
    color: #d5ab6a;
}

.hour__work {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.15;
    text-transform: uppercase;
}

.footer__phone {
    padding-top: 25px;
}

@media print, screen and (min-width: 64em) {
    .footer__phone {
        padding-top: 50px;
    }
}

.footer__phone a {
    color: #d5ab6a;
    font-family: quiche-sans, sans-serif;
    font-size: 17.6px;
}

.footer__phone a:hover {
    color: #fff;
}

.footer-location a {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-location a:hover {
    color: #d5ab6a;
}

.footer__copy {
    border-top: 1px solid #443a2a;
    color: #a3a3a3;
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

@media print, screen and (min-width: 40em) {
    .footer__copy {
        margin-top: 35px;
    }
}

.footer__copy ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
}

@media print, screen and (min-width: 40em) {
    .footer__copy ul {
        padding-bottom: 35px;
    }
}

.footer__copy ul li {
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    padding: 5px;
}

@media print, screen and (min-width: 40em) {
    .footer__copy ul li {
        padding: 10px;
    }
}

.footer__copy li a {
    color: #a3a3a3;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.footer__copy li a:hover {
    color: #fff;
}

.preview {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.preview__meta {
    color: #8a8a8a;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}

@media print, screen and (max-width: 39.99875em) {
    .preview__thumb {
        margin-bottom: 20px;
    }
}

.entry__thumb {
    margin-bottom: 20px;
}

.entry__meta {
    color: #8a8a8a;
    font-size: 14px;
}

.entry__cat {
    margin-top: 20px;
}

.promotional-carousel {
    overflow: hidden;
}

.promotional-carousel__slide {
    padding: 20px;
}

@media print, screen and (max-width: 63.99875em) {
    .promotional-carousel__slide img {
        max-height: 150px;
    }
}

@media print, screen and (max-width: 28.75em) {
    .promotional-carousel__slide {
        width: 100vw !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .home .promotional-carousel {
        margin-top: 0;
    }

    .promotional-carousel {
        margin-top: 50px;
    }
}

.promotional-carousel .slick-arrow {
    cursor: pointer;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 20px;
    width: 24vw;
    z-index: 10;
    height: 420px;
}

@media print, screen and (max-width: 63.99875em) {
    .promotional-carousel .slick-arrow {
        height: 100%;
        max-height: 150px;
    }
}

.company__slider .slick-arrow,
.service__slider .slick-arrow {
    cursor: pointer;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 10;
    height: 50px;
}

@media print, screen and (max-width: 63.99875em) {
    .company__slider .slick-arrow,
    .service__slider .slick-arrow {
        height: 100%;
        max-height: 150px;
    }
}

.company__slider .slick-arrow:hover:before,
.promotional-carousel .slick-arrow:hover:before,
.service__slider .slick-arrow:hover:before {
    opacity: 0.8;
}

@media print, screen and (max-width: 74.99875em) {
    .company__slider,
    .service__slider {
        margin: 0 60px;
    }

    .company__slider .slick-arrow,
    .service__slider .slick-arrow {
        opacity: 1;
    }

    .company__slider,
    .service__slider {
        margin: 0 15px;
    }
}

.service__slider .slick-arrow {
    top: 30%;
}

.promotional-carousel .slick-next {
    left: 76%;
}

.company__slider .slick-next {
    right: 30px;
}

.company__slider .slick-next:before,
.promotional-carousel .slick-next:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAApCAYAAADar2JAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmVkYTJiM2ZhYywgMjAyMS8xMS8xNy0xNzoyMzoxOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZjI4MmY4NC0zM2MwLTRjOTEtYjQzYy0xOTlhYTkyOWY2ZmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDA1QkFBNUY5RTMzMTFFQzlBRjlEQkZDNjYyMEVDQUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDA1QkFBNUU5RTMzMTFFQzlBRjlEQkZDNjYyMEVDQUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4YzJmYTlhNC0xZjdiLTRmNGEtYmI4Mi1jZjQwOWY0MGRlMmQiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYjI0NWQ0My01ZWNiLWFiNGQtOGYxYy02NWVkNTI5NjFlMzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mVabdAAAA60lEQVR42syXvQ3CMBBGjfgpaLIB8xGxAGzABEmdgooG0SLRUbADC7AE5jtwpAgUkjgvEpaelcjWK5Lz3dl57+8iEyPhCGwq/HvklNimsdiR4vIBFVdfPsWItBQfgnhLSY2ZOPYR1y30Ev9ajBY3bYgSt9lk4lMQbyipMRfnIF5T0k7iruHSShwT3I3i2KNo4ksQryipkYhrEKeUtFZMZPovsYNKSFW8fCVjaCzETTwmkDARezEV6V9+U/zv43GKnyj87ONZCs+neObHaxReTfG6j3coeC+Fd314f4p30oP0/IPcTvB71FOAAQCp4uwA2pYdQQAAAABJRU5ErkJggg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 10;
}

.promotional-carousel .slick-prev {
    right: 76%;
}

@media print, screen and (max-width: 90em) {
    .promotional-carousel .slick-next {
        left: 90%;
    }

    .promotional-carousel .slick-prev {
        right: 90%;
    }

    .promotional-carousel .slick-arrow {
        width: 10vw;
    }
}

.company__slider .slick-prev {
    left: 30px;
}

.company__slider .slick-prev:before,
.promotional-carousel .slick-prev:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAApCAYAAADar2JAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmVkYTJiM2ZhYywgMjAyMS8xMS8xNy0xNzoyMzoxOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZjI4MmY4NC0zM2MwLTRjOTEtYjQzYy0xOTlhYTkyOWY2ZmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjgwNEJFNUI5RTMzMTFFQ0JFNTVDQzNFNEM1ODlDRjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjgwNEJFNUE5RTMzMTFFQ0JFNTVDQzNFNEM1ODlDRjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2YTFiZmIwMC1jMGQxLTE3NDgtYjIyNC01MDMwNTU4OWZiM2IiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYjI0NWQ0My01ZWNiLWFiNGQtOGYxYy02NWVkNTI5NjFlMzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz60EiMkAAAA8klEQVR42rTWMQ6CQBAF0FHRwoZLeCMvgdpY6g08gdYWVjbG1sTOwmvYeQMLk/VvXBKiKLD8v8kPBJIXAszsmHPOSOkga+TOBDfuvbZscIf06KC/3hb9AtuiqwAeimAbNAePyODzPh2MQSvBpmgtsAm6DOCpCqyLLgJ4RoZ1HoIOVqFR4D80GvyFzgJ4iQHL0EkAr0gaW8J0sIjSwBzNmKCPb7IPM+siI+RmhOWxOdJH9kjKQGXvVPb1Zf+prKJktS/rUrJ+Kuv8sj1KtpvK9n3ZhCKbpWRTn2w+lU3SpXDC6PPINJxnyDMxzsphfxy/BBgAc65wYwThqB8AAAAASUVORK5CYII=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 10;
}

.company__slider:hover .slick-arrow,
.promotional-carousel:hover .slick-arrow {
    opacity: 1;
}

.service__slider .slick-list {
    margin: 0 50px;
}

.service__slider .slick-arrow {
    opacity: 1;
}

.service__slider .slick-prev {
    left: -17px;
}

.service__slider .slick-prev:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAApCAYAAADar2JAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmVkYTJiM2ZhYywgMjAyMS8xMS8xNy0xNzoyMzoxOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZjI4MmY4NC0zM2MwLTRjOTEtYjQzYy0xOTlhYTkyOWY2ZmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTYyNTJCOUQ5RUMzMTFFQ0I5NUI5MEIzQkJEODY5MUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTYyNTJCOUM5RUMzMTFFQ0I5NUI5MEIzQkJEODY5MUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMmFlYWE5NS1lMTlkLWViNDUtYjNlYy02N2Q5Zjk2MDk3NWIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplNjQzNjRlZS03YzBkLWM4NGMtOGVmMy00YjFhYTBlODY2NDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IhWMCAAAAlklEQVR42mJgoB5gBOJpQPySmgZOB+L/QLyQ2gYuBWLmQWcgAy0M7IAauIHaBm4CYrZRA8kClVADd1PLwAqogfuAmGvUQLJANtTAo9QyMBNq4Ekg5h8ZBmZQ20AQ+AHEv4BYjor1FW1cSpMwHboGUz1H0SzvjxpM+zqKZrXpqMG0b/XRrH1Ks5Y03QxeSM3whfejAAIMAJsmWj9NdSYIAAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 10;
}

.service__slider .slick-next {
    right: 26px;
}

.service__slider .slick-next:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAApCAYAAADar2JAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmVkYTJiM2ZhYywgMjAyMS8xMS8xNy0xNzoyMzoxOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZjI4MmY4NC0zM2MwLTRjOTEtYjQzYy0xOTlhYTkyOWY2ZmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTNBQTgzNkI5RUMzMTFFQ0I4QUVEMTc2MkRBMkRBQjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTNBQTgzNkE5RUMzMTFFQ0I4QUVEMTc2MkRBMkRBQjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNzU4NWQ5MC1mMGVkLTNlNGMtODc1Ny03ZjU1YzZiNTg5YmYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplNjQzNjRlZS03YzBkLWM4NGMtOGVmMy00YjFhYTBlODY2NDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ORH4vAAAAl0lEQVR42mJgYGB4CcTTgJiRgYpgIRD/B+Lp1DSYGYiXDmmDGahp8AaowR3UNJgNiDeNGkxzg3dDDa6kpsFcQLwPanDFqME0M/go1OBsahrMD8QnoQZnjhoMMziDmgbLAfEvIP4xaF1K9TAd/AZSPUdRPe+PQAOpXkdRvTYdgQZSvdVH9fYp1VvSNGma06R3QvV+FECAAQA3RVo/z3cVbQAAAABJRU5ErkJggg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 10;
}

.m-b {
    margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
    .m-b {
        margin-bottom: 60px;
    }
}

.company__slider {
    padding-top: 0;
}

.company__slider .slick-list {
    margin: 0 auto;
    max-width: 1700px;
}

@media screen and (max-width: 107.5em) {
    .company__slider .slick-list {
        margin: 0 100px;
    }
}

@media print, screen and (max-width: 74.99875em) {
    .company__slider .slick-list {
        margin: 0 50px;
    }
}

@media screen and (max-width: 75em) {
    .company__slider .slick-list {
        max-height: 336px;
    }
}

@media screen and (min-width: 75em) {
    .company__slider .slick-list {
        height: 336px;
    }
}

.company__slider .slick-arrow {
    top: 30%;
}

.company__slider .slick-prev {
    left: 60px;
    opacity: 1;
}

@media print, screen and (max-width: 74.99875em) {
    .company__slider .slick-prev {
        left: -20px;
    }
}

.company__slider .slick-next {
    opacity: 1;
    right: 60px;
}

@media print, screen and (max-width: 74.99875em) {
    .company__slider .slick-next {
        right: -20px;
    }
}

.company__slider .slick-next:before,
.company__slider .slick-prev:before {
    height: 40px;
}

.shop-category {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media print, screen and (min-width: 40em) {
    .shop-category {
        padding-bottom: 0;
        padding-top: 100px;
    }

    .shop-category .grid-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.shop-category__title {
    padding-bottom: 30px;
    padding-top: 15px;
}

@media print, screen and (min-width: 40em) {
    .shop-category__title {
        padding-bottom: 60px;
    }
}

.shop-category__title h5 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .shop-category__title h5 {
        letter-spacing: 5.5px;
    }
}

.shop-category h6 {
    color: #302b1b;
    font-family: quiche-sans, sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
    .shop-category h6 {
        letter-spacing: -1px;
        padding-bottom: 20px;
        padding-top: 15px;
    }
}

.shop-category a:hover img {
    opacity: 0.8;
}

.shop-category a:hover h6 {
    color: #d5ab6a;
}

.company-showcase {
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .company-showcase {
        padding-bottom: 100px;
        padding-top: 200px;
    }
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.company-showcase__content h2 {
    font-family: quiche-sans, sans-serif;
    line-height: 1.1;
}

@media print, screen and (min-width: 40em) {
    .company-showcase__content h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

.company-showcase__content p {
    font-size: 22px;
    font-weight: 300;
}

.company-showcase__content p a {
    font-family: quiche-sans, sans-serif;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}

@media print, screen and (min-width: 64em) {
    .company-showcase__content p a {
        letter-spacing: 2px;
        padding-top: 15px;
    }
}

.company-showcase__content p a:before {
    background-color: #d5ab6a;
    bottom: -3px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.company-showcase__content p a:hover {
    color: #ffffff !important;
}

.company-showcase__content p a:hover:before {
    opacity: 0;
}

.company-showcase__content p .social-link img:hover {
    filter: brightness(0.8);
    transition: all 0.3s;
}

.company-showcase__content p .social-link::before {
    display: none;
}

.gallery-style {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media print, screen and (max-width: 63.99875em) {
    .gallery-style {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

@media print, screen and (min-width: 64em) {
    .gallery-style {
        left: 60%;
        position: absolute;
        right: 0;
        top: 200px;
    }
}

.gallery-style .gallery {
    margin: 0;
}

.gallery-style .gallery img {
    margin: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-style .gallery-active {
    width: 100%;
}

.grid-gallery {
    display: block;
}

.grid-gallery img {
    margin: 10px;
}

@media print, screen and (max-width: 39.99875em) {
    .grid-gallery {
        text-align: center;
    }
}

.company-showcase {
    overflow: hidden;
}

.company-showcase .gallery-style {
    left: auto;
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 100em) {
    .company-showcase .gallery-style .gallery {
        width: 50%;
    }

    .company-showcase .gallery-style .gallery img {
        margin: 10px;
        padding: 10px;
    }
}

.company-showcase .gallery-style .gallery.gallery-active {
    width: 100%;
}

@media screen and (min-width: 100.0625em) {
    .company-showcase .gallery-style {
        max-width: 870px;
    }

    .company-showcase .gallery-style .gallery img {
        margin: 0;
        padding: 10px;
    }
}

@media screen and (min-width: 118.75em) {
    .company-showcase .gallery-style {
        max-width: 900px;
        right: -30px;
    }

    .company-showcase .gallery-style .gallery img {
        margin: 0;
        padding: 24px;
    }
}

.company {
    padding-bottom: 60px;
    padding-top: 50px;
}

.company .company__logo {
    text-align: center;
}

.company .company__logo img {
    margin-top: -15px;
}

.company__title {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .company__title {
        letter-spacing: 5.5px;
        padding-bottom: 25px;
        padding-top: 45px;
    }
}

.company__slider {
    text-align: center;
}

.company__slide img {
    margin: 0 auto;
}

.company__content {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    padding: 25px;
    text-align: center;
    font-family: futura-pt, sans-serif;
}

@media screen and (min-width: 97.375em) {
    .company__content {
        padding: 40px 90px 32px;
    }
}

.company__author {
    font-size: 18px;
    font-weight: 200;
    font-weight: 500;
}

.company__author,
.company__link a {
    color: #d5ab6a;
    text-transform: uppercase;
}

.company__link a {
    font-family: quiche-sans, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
}

.company__link a:before {
    background-color: #d5ab6a;
    bottom: -3px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.company__link a:hover {
    color: #fff;
}

.company__link a:hover:before {
    opacity: 0;
}

.service {
    padding-bottom: 0;
}

.service__title {
    padding-bottom: 25px;
}

@media print, screen and (min-width: 64em) {
    .service__title {
        padding-bottom: 50px;
    }
}

.service h2 {
    font-family: quiche-sans, sans-serif;
}

.service h2,
.service h5 {
    text-transform: uppercase;
}

.service h5 {
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    letter-spacing: 2.5px;
}

@media print, screen and (min-width: 64em) {
    .service h5 {
        letter-spacing: 6px;
    }
}

.service__item {
    padding: 10px;
    text-align: center;
}

.service__item .content {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media print, screen and (min-width: 64em) {
    .service__item .content {
        padding-top: 35px;
    }
}

.service__item h4 {
    color: #13171d;
    font-family: quiche-sans, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
}

@media print, screen and (max-width: 1600px) {
    .service__item h4 {
        font-size: 30px;
    }
}

@media print, screen and (min-width: 1601px) {
    .service__item h4 {
        font-size: 32px;
    }
}

.service__item p {
    color: #13171d;
    font-weight: 400;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
    .service__item p {
        font-size: 18px;
        padding-bottom: 5px;
        padding-top: 15px;
    }
}

.service__item .button {
    background-color: #13171d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .service__item .button {
        padding: 25px 10px;
        width: 280px;
    }
}

.service__item a:hover img {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service__item a:hover h4,
.service__item a:hover p {
    color: #d5ab6a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service__item a:hover .button {
    background-color: #d5ab6a;
}

.instagram-feed {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media print, screen and (min-width: 1601px) {
    .instagram-feed {
        padding-bottom: 0;
        padding-top: 100px;
    }
}

.instagram-feed h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

@media print, screen and (max-width: 1600px) {
    .instagram-feed h4 {
        padding-bottom: 15px;
    }
}

@media print, screen and (min-width: 1601px) {
    .instagram-feed h4 {
        letter-spacing: 5.5px;
    }
}

#sb_instagram {
    position: relative;
}

#sb_instagram #sbi_load {
    text-align: left;
    width: auto;
}

@media print, screen and (max-width: 63.99875em) {
    #sb_instagram #sbi_load {
        position: absolute;
        right: 30px;
        top: 23%;
    }
}

@media print, screen and (max-width: 39.99875em) {
    #sb_instagram #sbi_load {
        position: relative;
        right: 0;
        top: 0;
    }
}

@media print, screen and (min-width: 64em) {
    #sb_instagram #sbi_load {
        position: absolute;
        right: 9vw;
        top: 39%;
    }
}

@media screen and (min-width: 1600px) {
    #sb_instagram #sbi_load {
        right: 60px;
        top: 33%;
    }
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent !important;
    color: #13171d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#sb_instagram #sbi_load .sbi_load_btn .fa-instagram,
#sb_instagram .sbi_follow_btn a .fa-instagram {
    background: #d5ab6a;
    height: 40px;
    padding: 10px;
    width: 40px;
}

.instagram-container a .fa-instagram {
    background: #d5ab6a;
    height: 40px;
    padding: 10px;
    width: 40px;
}

.instagram-container a .fa-instagram :hover {
    background: #000000;
}

@media screen and (min-width: 1600px) {
    #sb_instagram #sbi_load .sbi_load_btn .fa-instagram,
    #sb_instagram .sbi_follow_btn a .fa-instagram {
        height: 140px;
        padding: 35px;
        width: 140px;
    }
}

#sb_instagram #sbi_load .sbi_load_btn .fa-instagram path,
#sb_instagram .sbi_follow_btn a .fa-instagram path {
    fill: #fff;
}

body #sb_instagram .sbi_follow_btn a:focus,
body #sb_instagram .sbi_follow_btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.body-wrapper {
    overflow-x: hidden;
}

body #sb_instagram .sbi_follow_btn a:hover .fa-instagram {
    background: #f6462c;
}

#sbi_load a span {
    font-family: Tantinotes, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (min-width: 1600px) {
    #sbi_load a span {
        font-size: 34px;
    }
}

.gallery-container {
    max-width: 100%;
    padding: 30px 0 0;
}

/*@media screen and (max-width: 1600px) {*/
/*  .gallery-container {*/
/*    width: 70%;*/
/*    margin: 0 auto;*/
/*  }*/
/*}*/

@media screen and (min-width: 640px) {
    .massonry-container {
        padding: 76px 0;
    }
}

.massonry-item {
    margin-bottom: 20px;
}

.massonry-image {
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 640px) {
    .massonry-item {
        position: relative !important;
        display: block;
        margin: 20px auto;
        left: auto !important;
        top: auto !important;
    }
}

@media screen and (min-width: 1600px) {
    .massonry-item-1 {
        top: 37.7% !important;
    }

    .massonry-item-3 {
        left: 53% !important;
        top: 12.3% !important;
    }

    .massonry-item-4 {
        left: 76.8% !important;
        top: 337px !important;
    }

    .massonry-item-5 {
        left: 25.4% !important;
    }

    .massonry-item-6 {
        left: 56% !important;
    }

    .massonry-item-7 {
        left: 80.5% !important;
        top: 505px !important;
    }
}

.massonry-container .massonry-item {
    display: flex;
    text-align: center;
    align-items: flex-end;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1600px) {
    .massonry-container .massonry-item {
        width: calc(25% - 50px);
    }
}

@media screen and (max-width: 1366px) {
    .massonry-container .massonry-item {
        width: calc(33.33% - 50px);
    }
}
@media screen and (max-width: 1024px) {
    .massonry-container .massonry-item {
        width: calc(50% - 50px);
    }
}

.massonry-container .massonry-title {
    font-family: Tantinotes, sans-serif;
    font-size: 39px;
    font-weight: 600;
    color: #13171d;
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .massonry-container .massonry-item .massonry-image {
        width: 100%;
        height: auto;
    }

    .massonry-container .massonry-item {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .massonry-container .massonry-item {
        justify-content: center;
    }
}

.massonry-container .static-image {
    width: 144px;
    height: 144px;
    padding: 40px;
    background-color: #d5ab6a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.massonry-container .static-image:hover {
    background-color: #13171d;
}

.massonry-container .instagram-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#sbi_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media print, screen and (min-width: 40em) {
    #sbi_images {
        display: grid;
        grid-auto-rows: 100px;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 !important;
    }
}

@media print, screen and (min-width: 64em) {
    #sbi_images {
        grid-auto-rows: 150px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media print, screen and (min-width: 100em) {
    #sbi_images {
        grid-auto-rows: 250px;
        grid-template-columns: repeat(4, 1fr);
    }
}

#sb_instagram .sbi_photo img {
    width: auto !important;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 10px !important;
}

#sbi_images .sbi_item {
    display: grid !important;
    width: auto !important;
}

#sb_instagram img {
    display: block !important;
    margin: 0 auto !important;
}

#sb_instagram .sbi_photo {
    background-image: none !important;
    height: auto !important;
    -webkit-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}

#sbi_images .sbi_type_image:first-of-type {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-row-start: 1;
}

@media screen and (min-width: 1600px) {
    #sbi_images .sbi_type_image:first-of-type {
        width: 360px !important;
    }

    #sbi_images .sbi_type_image:first-of-type img {
        height: 360px;
        width: 360px;
    }
}

#sbi_images .sbi_type_image:nth-child(2) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-end: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1;
}

@media screen and (min-width: 1600px) {
    #sbi_images .sbi_type_image:nth-child(2) img {
        height: 410px;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(2) {
        margin-left: -45px !important;
        /*     width: 410px !important; */
    }
}

#sbi_images .sbi_type_image:nth-child(3) {
    grid-column-end: 2;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-row-start: 3;
}

@media screen and (min-width: 1600px) {
    #sbi_images .sbi_type_image:nth-child(3) {
        width: 485px !important;
    }

    #sbi_images .sbi_type_image:nth-child(3) img {
        height: 465px;
    }
}

#sbi_images .sbi_type_image:nth-child(4) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-end: 3;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-row-start: 1;
}

@media screen and (min-width: 1600px) {
    #sb_instagram #sbi_images .sbi_item:nth-child(4) {
        margin-left: -45px !important;
        width: 350px !important;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(4) img {
        height: 355px !important;
    }
}

#sbi_images .sbi_type_image:nth-child(5) {
    grid-column-end: 3;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-row-start: 3;
}

@media screen and (min-width: 1600px) {
    #sbi_images .sbi_type_image:nth-child(5) {
        width: 385px !important;
    }
}

#sbi_images .sbi_type_image:nth-child(6) {
    grid-column-end: 4;
    grid-column-start: 4;
    grid-row-end: 5;
    grid-row-start: 3;
}

.signup {
    background-position: 50% 0;
    padding-bottom: 10px;
    padding-top: 50px;
}

@media screen and (min-width: 98.75em) {
    .signup {
        margin-top: 45px;
    }
}

.signup .fxy .gform_wrapper .gfield {
    margin-bottom: 0;
}

.signup .fxy .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
}

.signup .gform_wrapper .gfield.gfield_error {
    margin: 0;
}

.signup .gform_wrapper .gform_validation_errors,
.signup .gform_wrapper div.validation_message {
    display: none;
}

.signup .gform_wrapper.gravity-theme .gfield input,
.signup .gform_wrapper.gravity-theme .gfield select {
    height: 52px;
}

.signup .gform_confirmation_message {
    color: #008000;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
}

.sign-up {
    font-family: Tantinotes, sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    text-transform: none;
}

@media print, screen and (min-width: 40em) {
    .sign-up {
        font-size: 55px;
    }
}

.sign-up .gform_wrapper form {
    margin: 0 auto;
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .sign-up .gform_wrapper form {
        width: 410px;
    }
}

.sign-up .gform_wrapper form .gform_body {
    width: 100%;
}

.sign-up .gform_wrapper form .gform_body input {
    font-family: futura-pt, sans-serif;
}

.sign-up .gform_wrapper form .gform_body input::-webkit-input-placeholder {
    color: #13171d;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-up .gform_wrapper form .gform_body input::-moz-placeholder {
    color: #13171d;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-up .gform_wrapper form .gform_body input:-ms-input-placeholder {
    color: #13171d;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-up .gform_wrapper form .gform_body input::-ms-input-placeholder {
    color: #13171d;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-up .gform_wrapper form .gform_body input::placeholder {
    color: #13171d;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

body .gform_ajax_spinner {
    display: none !important;
}

.sign-up .gform_wrapper form .gform_footer {
    /*display: inline;*/
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

/*@media print, screen and (min-width: 40em) {*/
/*  .sign-up .gform_wrapper form .gform_footer {*/
/*    !*top: -15px;*!*/
/*  }*/
/*}*/

.sign-up .gform_wrapper form .gform_footer input {
    margin-bottom: 0 !important;
}

.sign-up .gform_wrapper form .gform_footer input:hover {
    opacity: 0.8;
}

@media print, screen and (min-width: 64em) {
    .signup__form.sign-me {
        padding-bottom: 55px;
    }
}

.sign-me-container {
    border-top: 4px solid #13171d;
}

@media print, screen and (max-width: 74.99875em) {
    .sign-me-container {
        padding-bottom: 50px;
    }
}

.sign-me {
    font-family: quiche-sans, sans-serif;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .sign-me {
        font-size: 42px;
        padding-top: 10px;
    }
}

.sign-me .gform_description {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 25px;
}

@media print, screen and (min-width: 64em) {
    .sign-me .gform_description {
        font-size: 20px;
        letter-spacing: 2px;
        padding-bottom: 35px;
    }
}

.sign-me .gform_wrapper form {
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 75em) {
    .sign-me .gform_wrapper form {
        width: 1067px;
    }
}

@media print, screen and (min-width: 64em) {
    .sign-me .gform_wrapper form .gform_body {
        width: 85%;
    }
}

.sign-me .gform_wrapper form .gform_body input {
    height: 60px;
}

.sign-me .gform_wrapper form .gform_body input::-webkit-input-placeholder {
    color: #13171d;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-me .gform_wrapper form .gform_body input::-moz-placeholder {
    color: #13171d;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-me .gform_wrapper form .gform_body input:-ms-input-placeholder {
    color: #13171d;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-me .gform_wrapper form .gform_body input::-ms-input-placeholder {
    color: #13171d;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-me .gform_wrapper form .gform_body input::placeholder {
    color: #13171d;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.sign-me .gform_wrapper form .gform_footer {
    display: block;
    height: 60px;
    margin: 0 !important;
    padding: 0 !important;
    right: 0;
    text-align: right;
    top: 0;
}

@media print, screen and (min-width: 64em) {
    .sign-me .gform_wrapper form .gform_footer {
        display: inline;
        position: absolute;
        width: 20%;
    }
}

.sign-me .gform_wrapper form .gform_footer button {
    background-color: #13171d;
    border: 0;
    font-family: futura-pt, sans-serif;
    height: 60px;
    margin-bottom: 0;
    margin-top: -10px;
    padding: 0.85em 2em;
    text-transform: uppercase;
    width: 100%;
}

.sign-me .gform_wrapper form .gform_footer input {
    margin-bottom: 0 !important;
}

.sign-me .gform_wrapper form .gform_footer input:hover {
    opacity: 0.8;
}

.sign-me .gform_wrapper.gravity-theme .gfield input,
.sign-me .gform_wrapper.gravity-theme .gfield select {
    height: 60px;
}

@media print, screen and (min-width: 64em) {
    .sign-me
    .gform_wrapper.gravity-theme
    .gfield.gfield--width-half:first-of-type {
        grid-column: span 5;
    }
}

.banner-default {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	background-position: 100%;
	margin-bottom: 75px;
}

@media print, screen and (max-width: 63.99875em) {
    .banner-default {
        padding-bottom: 150px;
        padding-top: 150px;
        height: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .banner-default {
        height: 650px;
    }

    .banner-shorter {
        height: 400px;
    }
}

/*.gallery-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

.banner-default .grid-container .cell {
    /*position: relative;*/
    z-index: 5;
}

/*@media print, screen and (min-width: 40em) {*/
/*  .banner-default .grid-container .cell {*/
/*    padding-bottom: 125px;*/
/*    padding-top: 150px*/
/*  }*/
/*}*/

/*@media print, screen and (min-width: 64em) {*/
/*  .banner-default .grid-container .cell {*/
/*    padding-bottom: 15px;*/
/*    padding-top: 250px*/
/*  }*/
/*}*/

.banner__text {
    color: #d5ab6a;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3.5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.banner__content {
    color: #fff;
    font-family: quiche-sans, sans-serif;
    font-size: 28px;
}

/*@media print, screen and (max-width: 63.99875em) {*/
/*  .banner__content {*/
/*    padding-top: 100px*/
/*  }*/
/*}*/

@media print, screen and (min-width: 64em) {
    .banner__content {
        font-size: 72px;
    }
}

.banner-default .banner__gallery {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    /*padding-top: 150px*/
}

.banner-default .banner__item {
    padding: 15px;
}

.banner-event {
    padding-bottom: 50px;
}

@media print, screen and (min-width: 64em) {
    .banner-event {
        padding-bottom: 190px;
    }
}

.banner-event h1 {
    font-family: quiche-sans, sans-serif;
    margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
    .banner-event h1 {
        font-size: 124px;
        line-height: 115px;
    }

    .banner-event .banner__content {
        padding-top: 215px;
    }
}

.banner-event .banner__text {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

@media print, screen and (min-width: 64em) {
    .banner-event .banner__text {
        font-size: 38px;
        letter-spacing: 9.5px;
        padding-bottom: 25px;
    }
}

.banner-event #time {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}

.banner-event .banner__track {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
}

.banner-event .banner__track .days,
.banner-event .banner__track .hours,
.banner-event .banner__track .minutes,
.banner-event .banner__track .weeks {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px;
}

@media print, screen and (max-width: 63.99875em) {
    .banner-event .banner__track .days,
    .banner-event .banner__track .hours,
    .banner-event .banner__track .minutes,
    .banner-event .banner__track .weeks {
        margin: 5px;
    }
}

.banner-event .banner__track span {
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin-top: 10px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .banner-event .banner__track span {
        font-size: 18px;
    }
}

.banner-event .banner__track .days-arround,
.banner-event .banner__track .hours-arround,
.banner-event .banner__track .minutes-arround,
.banner-event .banner__track .weeks-arround {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
}

@media print, screen and (min-width: 64em) {
    .banner-event .banner__track .days-arround,
    .banner-event .banner__track .hours-arround,
    .banner-event .banner__track .minutes-arround,
    .banner-event .banner__track .weeks-arround {
        font-size: 35px;
        height: 125px;
        width: 125px;
    }
}

.banner .button {
    font-weight: 500;
    padding: 0.85em 2em;
}

@media print, screen and (min-width: 64em) {
    .banner .button {
        padding: 0.85em 4em;
    }
}

@media screen and (min-width: 97.375em) {
    .banner .button {
        padding: 1.5em 8em;
    }
}

.content-center {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
}

@media print, screen and (min-width: 64em) {
    .content-center {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.content-center h1,
.content-center h2,
.content-center h3,
.content-center h4,
.content-center h5,
.content-center h6 {
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.content-center p {
    margin-bottom: 25px;
}

@media screen and (min-width: 97.375em) {
    .content-center p {
        margin-bottom: 35px;
    }
}

.content-center .button {
    padding: 0.85em 2em;
}

@media print, screen and (min-width: 64em) {
    .content-center .button {
        padding: 25px 4em;
    }
}

@media screen and (min-width: 97.375em) {
    .content-center .button {
        padding: 1.5em 8em;
    }
}

.content-center__title {
    font-family: quiche-sans, sans-serif;
    font-size: 28px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .content-center__title {
        font-size: 42px;
        line-height: 48px;
        padding-top: 80px;
    }
}

.content-center__text {
    font-size: 22px;
    font-weight: 300;
    padding-top: 0px;
}

@media screen and (min-width: 97.375em) {
    .content-center__text {
        padding-top: 0px;
    }
}

.company__logo {
    padding-bottom: 71px;
    padding-top: 57.5px;
    position: relative;
    text-align: center;
}

.company__logo:before {
    background-color: #d5ab6a;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.company__logo img {
    margin-top: -15px;
}

.company__logo p {
    color: #302b1b;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .company__logo p {
        font-size: 24px;
        letter-spacing: 6.5px;
        padding-top: 25px;
    }
}

.p-left,
.p-right {
    left: 0;
    position: relative;
}

@media print, screen and (min-width: 64em) {
    .p-left,
    .p-right {
        position: absolute;
        top: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .p-right {
        left: 50%;
        right: 0;
    }

    .p-left {
        left: 0;
        right: 50%;
    }
}

.text-video {
    padding-bottom: 50px;
    position: relative;
}

@media print, screen and (min-width: 64em) {
    .text-video {
        padding-bottom: 115px;
        margin-top: 50px;
    }
}

.text-video__content {
    padding-bottom: 50px;
}

@media print, screen and (min-width: 64em) {
    .text-video__content {
        margin-left: 50px;
    }

    .text-video__content p,
    .text-video__content ul li {
        font-size: 22px;
        font-weight: 300;
    }
}

.text-video__content h2 {
    font-size: 26px;
}

.text-video__content {
    min-height: auto;
}

@media print, screen and (min-width: 64em) {
    .text-video__content h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .text-video__content {
        min-height: 450px;
    }
}

@media print, screen and (min-width: 1280px) {
    .text-video__content {
        min-height: 650px;
    }
}

.text-video__content a,
.text-video__content li,
.text-video__content p {
    font-size: 22px;
    font-weight: 200;
}

.text-video__iframe .iframe-play {
    top: 50%;
}

.text-video__iframe .iframe-play .play {
    height: 80px;
    width: 80px;
}

.text-video__iframe .iframe-play .play svg {
    width: 18px;
}

@media print, screen and (max-width: 63.99875em) {
    .text-video__iframe {
        left: 0;
        right: 0;
    }
}

.two-column {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media print, screen and (min-width: 64em) {
    .two-column {
        padding-bottom: 125px;
        padding-top: 125px;
    }
}

.two-column__title {
    font-family: quiche-sans, sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}

@media print, screen and (max-width: 63.99875em) {
    .two-column__title {
        padding-top: 25px;
    }
}

@media print, screen and (min-width: 64em) {
    .two-column__title {
        font-size: 30px;
        padding-bottom: 35px;
    }
}

.two-column__title hr {
    border-bottom: 2px solid #d6ad5f;
    margin: 1rem auto 0 0;
    width: 70%;
}

.two-column__content li {
    font-size: 18px;
    font-weight: 400;
}

.highlight {
    background-color: #d5ab6a;
    border-top: 1px solid #d5ab6a;
}

.prompts {
    padding-bottom: 50px;
    padding-top: 0;
    text-align: center;
}

@media print, screen and (min-width: 64em) {
    .prompts {
        padding-bottom: 130px;
        padding-top: 0;
    }
}

.prompts .prompts__title {
    color: #302b1b;
    font-family: quiche-sans, sans-serif;
    font-size: 20px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

@media print, screen and (min-width: 64em) {
    .prompts .prompts__title {
        font-size: 34px;
        letter-spacing: 1.5px;
        padding-top: 40px;
        padding-bottom: 35px;
    }
}

.prompts .prompts__sub-title {
    color: #d5ab6a;
    font-family: quiche-sans, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .prompts .prompts__sub-title {
        letter-spacing: 4px;
        padding-top: 10px;
    }
}

.prompts a:hover img {
    opacity: 0.8;
}

.prompts a:hover .prompts__title {
    color: #d5ab6a;
}

.images-text {
    position: relative;
}

@media print, screen and (max-width: 63.99875em) {
    .images-text {
        padding-bottom: 75px;
        padding-top: 75px;
    }
}

@media print, screen and (min-width: 64em) {
    .images-text {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .images-text .gallery-style {
        top: 100px;
    }
}

@media screen and (min-width: 103.75em) {
    .images-text .p-left,
    .images-text .p-right {
        width: 870px;
    }
}

@media screen and (min-width: 103.8125em) {
    .images-text .p-left {
        left: -15px;
    }
}

@media screen and (max-width: 103.75em) {
    .images-text .gallery-style .gallery img {
        margin: 0;
    }

    .images-text .gallery {
        margin: 10px;
    }

    .images-text .gallery:nth-child(2) {
        width: 50%;
    }

    .images-text .gallery:nth-child(3) {
        width: 30%;
    }
}

@media print, screen and (min-width: 64em) {
    .images-text .company-showcase__content {
        padding-left: 75px;
        padding-top: 50px;
    }

    .images-text .company-showcase__content h2 {
        font-size: 60px;
        line-height: 62px;
        padding-bottom: 20px;
    }

    .images-text .company-showcase__content-right {
        padding-left: 0;
    }
}

.two-column-center {
    border-bottom: 1px solid #d5ab6a;
}

@media print, screen and (min-width: 64em) {
    .two-column-center {
        padding-bottom: 50px;
    }
}

.two-column-center__title p {
    color: #d5ab6a;
    font-family: quiche-sans, sans-serif;
    font-size: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.two-column-center__content {
    font-family: futura-pt, sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.two-column-center .column-container {
    padding-left: 25px;
    padding-right: 25px;
}

@media print, screen and (min-width: 64em) {
    .two-column-center .column-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.blog__content {
    padding-bottom: 25px;
    padding-top: 25px;
}

@media print, screen and (min-width: 64em) {
    .blog__content {
        padding-bottom: 240px;
        padding-top: 80px;
    }
}

.blog__content h3 {
    font-family: quiche-sans, sans-serif;
    font-size: 20px;
}

@media print, screen and (min-width: 64em) {
    .blog__content h3 {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 48px;
        margin-bottom: 25px;
    }
}

.blog__content p {
    font-weight: 300;
    margin-bottom: 25px;
}

@media print, screen and (min-width: 64em) {
    .blog__content p {
        margin-bottom: 60px;
    }
}

.blog__content blockquote {
    border-bottom: 1px solid #cfcfcf;
    border-left: none;
    border-top: 1px solid #cfcfcf;
    margin-bottom: 40px;
    padding: 25px;
}

@media print, screen and (min-width: 64em) {
    .blog__content blockquote {
        margin-bottom: 60px;
        padding: 25px 65px;
    }
}

.blog__content blockquote p {
    color: #302b1b;
    font-family: quiche-sans, sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

@media print, screen and (min-width: 64em) {
    .blog__content blockquote p {
        font-size: 29px;
    }
}

.two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media print, screen and (max-width: 63.99875em) {
    .two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.two-columns img {
    padding: 10px;
}

@media print, screen and (max-width: 74.99875em) {
    .two-columns img {
        width: 50%;
    }
}

@media print, screen and (max-width: 63.99875em) {
    .two-columns img {
        width: 100%;
    }
}

#nav-single {
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}

#nav-single,
#nav-single span a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#nav-single span a {
    color: #302b1b;
    font-weight: 400;
    text-transform: uppercase;
}

#nav-single span a:hover {
    color: #d5ab6a;
    cursor: pointer;
}

#nav-single span a:hover svg path {
    fill: #d5ab6a;
}

#nav-single .meta-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#nav-single .meta-nav svg {
    height: 15px;
    width: 25px;
}

@media print, screen and (min-width: 64em) {
    #nav-single .nav-previous span {
        padding-right: 20px;
    }

    #nav-single .nav-next span {
        padding-left: 20px;
    }
}

.blog-accordion {
    padding-bottom: 75px;
    padding-top: 25px;
}

@media print, screen and (min-width: 64em) {
    .blog-accordion {
        padding-bottom: 220px;
        padding-top: 80px;
    }
}

@media print, screen and (max-width: 63.99875em) {
    .blog-accordion__sidebar {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media print, screen and (min-width: 64em) {
    .blog-accordion__sidebar {
        padding-right: 50px;
    }
}

.blog-accordion__sidebar p {
    border-bottom: 1px solid #d5ab6a;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 13px;
}

.blog-accordion__sidebar p a {
    color: #302b1b;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    font-weight: 600;
    /*line-height: 60px;*/
    text-decoration: none;
    text-transform: uppercase;
}

.blog-accordion__sidebar p a:hover {
    color: #d5ab6a;
}

.blog-accordion__sidebar .active {
    border-top: 1px solid #d5ab6a;
}

.blog-accordion__sidebar .active a {
    color: #d5ab6a;
}

.blog-accordion__sidebar .active a:hover {
    opacity: 0.8;
}

@media print, screen and (min-width: 64em) {
    .blog-accordion__container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 75em) {
    .blog-accordion__container {
        padding-right: 130px;
    }
}

.blog-accordion__content h2 {
    text-transform: uppercase;
}

.blog-accordion__content {
    padding-bottom: 25px;
}

@media print, screen and (min-width: 64em) {
    .blog-accordion__content {
        padding-bottom: 25px;
    }

    .blog-accordion__content p {
        margin-bottom: 15px;
    }
}

.blog-accordion__toggle .accordion-item {
    border-top: 1px solid #bfbfbf;
}

.blog-accordion__toggle .accordion-item:last-of-type {
    border-bottom: 1px solid #bfbfbf;
}

.blog-accordion__toggle .accordion-item.is-active .accordion-title {
    padding-left: 0;
}

.blog-accordion__toggle .accordion-title {
    border: none;
    color: #302b1b;
    display: block;
    padding: 15px 0 10px 5px;
}

.blog-accordion__toggle .accordion-title:active,
.blog-accordion__toggle .accordion-title:focus {
    background-color: transparent;
}

.blog-accordion__toggle .accordion-title h3 {
    font-family: quiche-sans, sans-serif;
    font-size: 20px;
    line-height: 58px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .blog-accordion__toggle .accordion-title h3 {
        font-size: 36px;
    }
}

.blog-accordion__toggle .accordion-title:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.blog-accordion__toggle .is-active > .accordion-title:before {
    color: #d5ab6a;
    content: '\f063';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.blog-accordion__toggle .accordion-content {
    border: 0;
    padding: 0;
}

@media print, screen and (max-width: 63.99875em) {
    .blog-accordion__toggle .accordion-content {
        padding-bottom: 25px;
    }
}

@media print, screen and (min-width: 64em) {
    .blog-accordion__toggle .accordion-content {
        width: 90%;
    }

    .blog-accordion__toggle .accordion-content p {
        line-height: 32px;
        margin-bottom: 40px;
    }
}

.blog-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

@media print, screen and (min-width: 64em) {
    .blog-title {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

.blog-title a {
    color: #302b1b;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin: 15px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .blog-title a {
        letter-spacing: 4.5px;
        margin: 15px 25px;
    }
}

.blog-title a.active,
.blog-title a:hover {
    color: #d5ab6a;
}

.post__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post__container img {
    max-height: 370px;
    min-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.post__container .post__title {
    color: #302b1b;
    font-family: quiche-sans, sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media print, screen and (min-width: 64em) {
    .post__container .post__title {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 15px;
        padding-top: 25px;
    }
}

.post__container span {
    color: #d5ab6a;
    display: none;
    font-size: 14px;
    opacity: 0;
    padding-left: 55px;
    position: relative;
    text-transform: uppercase;
}

.post__container span:before {
    background-color: #d5ab6a;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
}

.blog-archive a:hover {
    cursor: pointer;
}

.blog-archive a:hover img {
    max-height: 330px;
    min-height: 330px;
}

.blog-archive a:hover span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.blog-archive article {
    padding-bottom: 50px;
}

@media print, screen and (min-width: 64em) {
    .blog-archive .grid-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-archive article {
        padding-bottom: 75px;
    }
}

.blog-archive ul.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
    width: 100%;
}

@media print, screen and (min-width: 64em) {
    .blog-archive ul.pagination {
        margin-top: -10px;
        padding-bottom: 120px;
    }
}

.blog-archive ul.pagination li {
    margin: 0 5px;
}

.blog-archive ul.pagination li a,
.blog-archive ul.pagination li span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
}

.blog-archive ul.pagination li:hover {
    background-color: #d5ab6a;
    cursor: pointer;
    color: #ffffff;
}

.blog-archive ul.pagination li:hover a {
    color: #ffffff;
}

.blog-archive ul.pagination li .current {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.blog-archive ul.pagination li:hover .current {
    color: #ffffff;
}

.blog-archive ul.pagination li .current a,
.blog-archive ul.pagination li .current span {
    color: #000;
}

.contact__form {
    margin-bottom: 50px;
}

.contact__map-wrap {
    margin-top: 50px;
}

.contact__map {
    height: 450px;
}

.contact__content {
    margin-bottom: 50px;
}

.contact-link {
    padding-left: 30px;
    position: relative;
}

.contact-link:before {
    color: #1779ba;
    content: '';
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-link--email:before {
    content: '\f0e0';
}

.contact-link--phone:before {
    content: '\f879';
}

.contact-link--address:before {
    content: '\f3c5';
}

.contact-link a {
    color: inherit;
    text-decoration: none;
}

.contact-link a:focus,
.contact-link a:hover {
    text-decoration: underline;
}

.home-slider:not(.slick-initialized):after {
    clear: both;
    content: '';
    display: table;
}

.home-slider:not(.slick-initialized) .home-slide:first-child {
    display: block;
}

#home-slider .slick-slide {
    height: 938px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    width: 100%;
}

#home-slider .slick-slide__inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

#home-slider .slick-dots {
    font-size: 0;
}

#home-slider .slick-dots li:only-child {
    display: none;
}

#home-slider .slick-dots li button:before {
    background-color: transparent;
    border: 2px solid #1779ba;
}

#home-slider .slick-dots li.slick-active button:before {
    background-color: #1779ba;
}

#home-slider .videoHolder {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	height: 1100px;
}

#home-slider .videoHolder:before {
    /* background-color: rgba(0, 0, 0, 0.5); */
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#home-slider .videoHolder .video {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	height: 100%;
}

#home-slider .embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#home-slider .embed-responsive-16by9:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

#home-slider .stay-tuned {
    left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    z-index: 10;
}

@media print, screen and (max-width: 40em) {
    #home-slider .slick-slider {
        height: 640px;
    }

    .home-slide__caption .grid-x .col-12 h1 {
        font-size: 28px !important;
    }

    .home-slide__caption .grid-x .col-12 h5 {
        font-size: 16px !important;
    }

    #home-slider .slick-slide__inner {
        height: 640px;
    }

    #home-slider .slick-slide {
        min-height: 640px !important;
        height: 640px;
    }
}

@media print, screen and (max-width: 63.99875em) {
    #home-slider .stay-tuned {
        bottom: 20px;
        top: auto;
    }
}

@media screen and (min-width: 80em) {
    #home-slider .stay-tuned {
        top: 55%;
    }
}

@media screen and (min-width: 97.375em) {
    #home-slider .stay-tuned {
        left: 125px;
        top: 58%;
    }

    #home-slider .stay-tuned .stay-tuned__item {
        padding-bottom: 35px;
    }
	
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-slide {
    height: 500px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
    .home-slide {
        height: 400px;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-slide {
        height: 300px;
    }
}

.home-slide__inner {
    height: 100%;
    position: relative;
    z-index: 5;
}

.home-slide__caption {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.home-slide__caption h1 {
    color: #fff;
    text-align: center;
}

.home-slide__caption h2 {
    color: #fff;
    text-align: center;
}

.home-slide__caption h3 {
    color: #fff;
    text-align: center;
}

.home-slide__caption h4 {
    color: #fff;
    text-align: center;
}

.home-slide__caption h5 {
    color: #fff;
    text-align: center;
}

.home-slide__caption h6 {
    color: #fff;
    text-align: center;
}

.home-slide__caption p {
    color: #fff;
    text-align: center;
}

@media print, screen and (min-width: 64em) {
    #home-slider .container {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

@media print, screen and (min-width: 64em) {
    .home-slide__caption h1 {
        letter-spacing: -1px;
    }

    .home-slide__caption h1 span {
        display: block;
        width: 100%;
    }

    .home-slide__caption h5 {
        font-weight: 300;
        letter-spacing: 6px;
    }
}

#home-slider .iframe-play {
    bottom: 50px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

@media print, screen and (min-width: 64em) {
    #home-slider .iframe-play {
        bottom: 75px;
    }
}

.iframe-play {
    left: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 5;
}

.play {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
}

.play:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.play svg {
    fill: #fff;
    margin-left: 5px;
    width: 20px;
}

.play:hover svg {
    fill: #000;
}

@media screen and (max-width: 1680px) and (min-width: 1280px) {
    .h1,
    h1 {
        font-size: 50px;
    }

    .company-showcase__content h2,
    .text-video__content h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .company__title {
        font-size: 20px;
    }

    .h2,
    h2 {
        font-size: 34px;
    }

    .service__item {
        padding: 20px;
    }

    .service__item h4 {
        font-size: 24px;
    }

    .text-video {
        padding-bottom: 75px;
    }

    .prompts .prompts__title {
        font-size: 28px;
    }

    .banner__content {
        font-size: 46px;
    }

    .post__container .post__title {
        font-size: 26px;
    }

    .shop-category {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1440px) {
    #sb_instagram {
        width: 80%;
    }

    #sbi_images .sbi_type_image:first-of-type img {
        height: 270px;
        width: 270px;
    }

    #sbi_images .sbi_type_image:nth-child(2) img {
        height: 280px;
    }

    #sbi_images .sbi_type_image:nth-child(3) img {
        height: 280px;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(4) img {
        height: 255px !important;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(5) img {
        height: 250px;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(6) img {
        height: 210px;
        margin: 0 auto 0 0 !important;
    }

    #sbi_images .sbi_type_image:nth-child(3) {
        width: auto !important;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(2) {
        margin-left: 0 !important;
        width: auto !important;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(4) {
        margin-left: 0 !important;
        width: auto !important;
    }
}

.store-hours {
    display: flex;
    justify-content: flex-start;
}

.on-site-repairs {
    padding-bottom: 82px;
}

.paoc-credit-wrp .paoc-credit-inr-wrp {
    display: none;
}

a.holiday {
	color: #dd4040 !important;
	font-size: 1.3em!important;
}

a.holiday:hover {
	color: #fff!important;
}

@media screen and (max-width: 63.99875em) {
.show-for-large {
    display: block!important;
}
}

@media (min-width: 75em) {
.show-for-large {
    display: block!important;
}
}


@media screen and (max-width: 40.125em) {
.wp-image-2507 {
	width: 78px;
    margin: 0px;
    position: relative;
    display: inline-block!important;
	}
	.home-slide__caption {
	    top: 39%;
	}
}


.accordion1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}

.dobes h2 {
	margin-bottom: 15px;
}

.two-col-acc {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 30px;
margin-bottom: 50px;
}

.acc-arrow {
    font-size: 35px;
}

  .dobes dt {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
		padding: 15px 0px;
gap: 18px;
border-top: 1px solid #000;
    line-height: 1em; }

.dobes dl {
margin: 0;
}

.dobes dl:last-child { 
border-bottom: 1px;
}

.dobes dl dt.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
	position: relative;
    top: 10px;
    right: 10px;
}

.dobes dt,
.dobes dd {
  break-inside: avoid;
}

.two-col-acc h3 {
font-size: 15px;
    margin: 0;
font-weight: 600;
}

.dobes dd {
  display: none;
}

  .dobes dd {
    margin: 0 0 1.5em 0;
    display: none; }
    .dobes dd > *:last-child {
      margin-bottom: 0; }

.icon-chevron-right:before {
 content: '>';
    display: inline-block;
    width: 1em;
    height: 1em;
}

.accordion1-module {
margin: 50px 0px;
}