a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
.hover-shadow {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}
.hover-shadow:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}
.fade-in {
    animation: fadeIn 0.66s ease;
    -webkit-animation: fadeIn 0.66s ease;
    -moz-animation: fadeIn 0.66s ease;
    -o-animation: fadeIn 0.66s ease;
    -ms-animation: fadeIn 0.66s ease;
    overflow: hidden;
    position: relative;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        left: -20px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        left: -20px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
.fade-up {
    animation: fadeUp 0.66s ease;
    -webkit-animation: fadeUp 0.66s ease;
    -moz-animation: fadeUp 0.66s ease;
    -o-animation: fadeUp 0.66s ease;
    -ms-animation: fadeUp 0.66s ease;
    overflow: hidden;
    position: relative;
}
@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        bottom: -50px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        bottom: -50px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}
.slide-in-right {
    animation: slideInRight 1.25s ease;
    -webkit-animation: slideInRight 1.25s ease;
    -moz-animation: slideInRight 1.25s ease;
    overflow: hidden;
    position: relative;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        right: -100%;
    }
    to {
        opacity: 1;
        right: 0;
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        right: -100%;
    }
    to {
        opacity: 1;
        right: 0;
    }
}
.slide-in-up {
    animation: slideInUp 1.25s ease-in-out both;
    -webkit-animation: slideInUp 1.25s ease-in-out both;
    -moz-animation: slideInUp 1.25s ease-in-out both;
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.my-gallery figure:first-child {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}
.my-gallery figure:nth-child(2) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}
.my-gallery figure:nth-child(3) {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.my-gallery figure:nth-child(4) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}
.my-gallery figure:nth-child(5) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.my-gallery figure:nth-child(6) {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}
.my-gallery figure:nth-child(7) {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}
.my-gallery figure:nth-child(8) {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}
.my-gallery figure:nth-child(9) {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}
.my-gallery figure:nth-child(10) {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
.my-gallery figure:nth-child(11) {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}
.my-gallery figure:nth-child(12) {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}
.my-gallery figure:nth-child(13) {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}
.my-gallery figure:nth-child(14) {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}
.my-gallery figure:nth-child(15) {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}
.my-gallery figure:nth-child(16) {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}
.my-gallery figure:nth-child(17) {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}
.my-gallery figure:nth-child(18) {
    -webkit-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
}
.my-gallery figure:nth-child(19) {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
}
.my-gallery figure:nth-child(20) {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
}
.my-gallery figure:nth-child(21) {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}
.my-gallery figure:nth-child(22) {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}
.my-gallery figure:nth-child(23) {
    -webkit-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
}
.my-gallery figure:nth-child(24) {
    -webkit-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important;
}
.my-gallery figure:nth-child(25) {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}
.my-gallery figure:nth-child(26) {
    -webkit-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}
.my-gallery figure:nth-child(27) {
    -webkit-animation-delay: 2.7s !important;
    animation-delay: 2.7s !important;
}
.my-gallery figure:nth-child(28) {
    -webkit-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
}
.my-gallery figure:nth-child(29) {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
}
.my-gallery figure:nth-child(30) {
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
}
.my-gallery figure:nth-child(31) {
    -webkit-animation-delay: 3.1s !important;
    animation-delay: 3.1s !important;
}
.my-gallery figure:nth-child(32) {
    -webkit-animation-delay: 3.2s !important;
    animation-delay: 3.2s !important;
}
.my-gallery figure:nth-child(33) {
    -webkit-animation-delay: 3.3s !important;
    animation-delay: 3.3s !important;
}
.my-gallery figure:nth-child(34) {
    -webkit-animation-delay: 3.4s !important;
    animation-delay: 3.4s !important;
}
.my-gallery figure:nth-child(35) {
    -webkit-animation-delay: 3.5s !important;
    animation-delay: 3.5s !important;
}
.my-gallery figure:nth-child(36) {
    -webkit-animation-delay: 3.6s !important;
    animation-delay: 3.6s !important;
}
.my-gallery figure:nth-child(37) {
    -webkit-animation-delay: 3.7s !important;
    animation-delay: 3.7s !important;
}
.my-gallery figure:nth-child(38) {
    -webkit-animation-delay: 3.8s !important;
    animation-delay: 3.8s !important;
}
.my-gallery figure:nth-child(39) {
    -webkit-animation-delay: 3.9s !important;
    animation-delay: 3.9s !important;
}
.my-gallery figure:nth-child(40) {
    -webkit-animation-delay: 4s !important;
    animation-delay: 4s !important;
}
.my-gallery figure:nth-child(41) {
    -webkit-animation-delay: 4.1s !important;
    animation-delay: 4.1s !important;
}
.my-gallery figure:nth-child(42) {
    -webkit-animation-delay: 4.2s !important;
    animation-delay: 4.2s !important;
}
.my-gallery figure:nth-child(43) {
    -webkit-animation-delay: 4.3s !important;
    animation-delay: 4.3s !important;
}
.my-gallery figure:nth-child(44) {
    -webkit-animation-delay: 4.4s !important;
    animation-delay: 4.4s !important;
}
.my-gallery figure:nth-child(45) {
    -webkit-animation-delay: 4.5s !important;
    animation-delay: 4.5s !important;
}
.my-gallery figure:nth-child(46) {
    -webkit-animation-delay: 4.6s !important;
    animation-delay: 4.6s !important;
}
.my-gallery figure:nth-child(47) {
    -webkit-animation-delay: 4.7s !important;
    animation-delay: 4.7s !important;
}
.my-gallery figure:nth-child(48) {
    -webkit-animation-delay: 4.8s !important;
    animation-delay: 4.8s !important;
}
.my-gallery figure:nth-child(49) {
    -webkit-animation-delay: 4.9s !important;
    animation-delay: 4.9s !important;
}
.my-gallery figure {
    -webkit-animation: slideInUp;
    animation: slideInUp;
}
.my-gallery figure:nth-child(50) {
    -webkit-animation-delay: 5s !important;
    animation-delay: 5s !important;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 20px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.2;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.1;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "\f053";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "\f054";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #7ab800;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: Helvetica, Nimbus Sans L, Liberation Sans, Arial, sans-serif;
    background: #f4f4f4
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='100'%3E%3Cpath stroke='%23ccc' fill='none' d='M33.5 50L0 63l33.5 12L67 63 33.5 50M0 0l67 25m-.5 0v75M0 25L67 0M33.5 75v25m0-100v50'/%3E%3C/svg%3E")
        repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
}
.pnlm-container * {
    box-sizing: content-box;
}
.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pnlm-grab {
    cursor: -webkit-grab;
    cursor: grab;
    cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s6.38-6.73 4.64-8.24-3.47 1.01-3.47 1.01 3.61-5.72 1.41-6.49c-2.2-.769-3.33 4.36-3.33 4.36s.873-5.76-1.06-5.76-1.58 5.39-1.58 5.39-.574-4.59-2.18-4.12c-1.61.468-.572 5.51-.572 5.51s-1.58-4.89-2.93-3.79c-1.35 1.11.258 5.25.572 6.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E")
            12 8,
        default;
}
.pnlm-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s5.07-5.29 3.77-6.74c-1.31-1.45-2.53.14-2.53.14s2.74-3.29.535-4.06c-2.2-.769-2.52 1.3-2.52 1.3s.81-2.13-1.12-2.13-1.52 1.77-1.52 1.77-.261-1.59-1.87-1.12c-1.61.468-.874 2.17-.874 2.17s-.651-1.55-2-.445c-1.35 1.11-.68 2.25-.365 3.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E")
            12 8,
        default;
}
.pnlm-sprite {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='208'%3E%3Ccircle fill-opacity='.78' cy='117' cx='13' r='11' fill='%23fff'/%3E%3Ccircle fill-opacity='.78' cy='143' cx='13' r='11' fill='%23fff'/%3E%3Ccircle cy='169' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cy='195' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='13' cy='195' r='2.5'/%3E%3Cpath d='M5 83v6h2v-4h4v-2zm10 0v2h4v4h2v-6zm-5 5v6h6v-6zm-5 5v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM13 110a7 7 0 00-7 7 7 7 0 007 7 7 7 0 007-7 7 7 0 00-7-7zm-1 3h2v2h-2zm0 3h2v5h-2zM5 57v6h2v-4h4v-2zm10 0v2h4v4h2v-6zM5 67v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM17 38v2H9v-2zM12 9v3H9v2h3v3h2v-3h3v-2h-3V9zM13 136l-6.125 6.125h4.375V150h3.5v-7.875h4.375zM10.428 173.33v-5.77l5-2.89v5.77zm1-1.73l3-1.73-3.001-1.74z'/%3E%3C/svg%3E");
}
.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-render-container {
    cursor: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
}
.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    transform: translateZ(9999px);
}
.pnlm-control:hover {
    background-color: #f8f8f8;
}
.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}
.pnlm-zoom-controls {
    width: 26px;
    height: 52px;
}
.pnlm-zoom-in {
    top: 0;
    border-radius: 3px 3px 0 0;
}
.pnlm-zoom-in,
.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
}
.pnlm-zoom-out {
    bottom: 0;
    background-position: 0 -26px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.pnlm-fullscreen-toggle-button,
.pnlm-hot-spot-debug-indicator,
.pnlm-orientation-button {
    width: 26px;
    height: 26px;
}
.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 13px;
    display: none;
}
.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}
.pnlm-orientation-button-active {
    background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px;
}
.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}
.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    transform: translateZ(9999px);
}
.pnlm-title-box {
    font-size: 20px;
    margin-bottom: 3px;
}
.pnlm-author-box,
.pnlm-title-box {
    position: relative;
    display: table;
    padding-left: 5px;
}
.pnlm-author-box {
    font-size: 12px;
}
.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
}
.pnlm-load-box p {
    margin: 20px 0;
}
.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}
.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}
@keyframes pnlm-mv {
    0% {
        left: 0;
        top: 0;
    }
    25% {
        left: 10px;
        top: 0;
    }
    50% {
        left: 10px;
        top: 10px;
    }
    75% {
        left: 0;
        top: 10px;
    }
    to {
        left: 0;
        top: 0;
    }
}
@-webkit-keyframes pnlm-mv {
    0% {
        left: 0;
        top: 0;
    }
    25% {
        left: 10px;
        top: 0;
    }
    50% {
        left: 10px;
        top: 10px;
    }
    75% {
        left: 0;
        top: 10px;
    }
    to {
        left: 0;
        top: 0;
    }
}
.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer;
}
.pnlm-load-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}
.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}
.pnlm-author-box a,
.pnlm-info-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}
.pnlm-error-msg {
    display: none;
}
.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.pnlm-about-msg a:link,
.pnlm-about-msg a:visited {
    color: #fff;
}
.pnlm-about-msg a:active,
.pnlm-about-msg a:hover {
    color: #eee;
}
.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}
.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.pnlm-hotspot:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
    background-position: unset;
    background-image: unset;
    background-color: #7ab800;
}
.pnlm-hotspot.pnlm-scene:after {
    color: #fff;
    font-family: Font Awesome\5 Free;
    content: "\f077";
    left: 4.7px;
    position: relative;
    font-size: 20px;
    top: -1px;
}
div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #4d4f53;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
div.pnlm-tooltip:hover span {
    visibility: visible;
}
div.pnlm-tooltip:hover span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    bottom: -7px;
    left: -10px;
    margin: 0 50%;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 3px;
}
.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50' width='50'%3E%3Cpath d='M24.508 6L21.25 24h7.5L25.492 6h-.984zM21.25 26l3.258 18h.984l3.258-18h-7.5zm1.195.994h5.11L25 41.102l-2.555-14.108z'/%3E%3C/svg%3E");
    cursor: default;
    display: none;
}
.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}
.pnlm-face {
    position: absolute;
    transform-origin: 0 0;
}
.pnlm-dragfix,
.pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}
.pnlm-preview-img {
    background-size: cover;
    background-position: 50%;
}
.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: 1px solid #fff;
    height: 6px;
}
.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}
.pnlm-lmsg {
    font-size: 12px;
}
.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}
.pnlm-pointer {
    cursor: pointer;
}
html {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
img {
    width: 100%;
    height: auto;
}
body {
    min-height: 100%;
    position: relative;
}
body.menu-active,
body.overlay-active {
    height: 100%;
    overflow: hidden;
}
body.menu-active.rep-header,
body.overlay-active.rep-header {
    display: none;
}
.overlay-bkg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.35;
    position: fixed;
    z-index: 10000;
    display: none;
}
.overlay-active .overlay-bkg {
    display: block;
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .hide-mobile {
        display: none;
    }
}
.page section {
    padding: 40px 0;
}
.page section.prod-intro {
    padding-bottom: 20px;
}
html {
    background-color: #fff;
}
.wrapper {
    padding: 15px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper.direction-col {
    flex-direction: column;
}
.content {
    align-items: flex-start;
    width: 100%;
}
.content a {
    margin-top: 20px;
}
.content,
.img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tag {
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #9a9b9c;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.contactList {
    position: relative;
    left: -28px;
}
.contactList li {
    padding: 0.2em 0;
    list-style: none;
}
.contactList li i {
    padding-right: 6px;
}
.list li {
    line-height: 2em;
}
.list .li-text {
    padding-left: 5px;
    list-style: none;
}
.padded {
    padding: 6em 4em;
}
.padded.less {
    padding: 1em;
}
.mt-20 {
    margin-top: 20px;
}
a.s-button {
    margin: 10px 0 20px;
    width: 100%;
    text-align: center;
    align-self: center;
}
.table {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    color: #111;
    font-size: 1em;
    line-height: 1.8;
    box-sizing: border-box;
}
.table td {
    padding: 0.5em;
    border: 1px solid #767676;
    word-break: break-all;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #eee;
}
.table-header {
    font-weight: 700;
}
.th {
    width: 20%;
    text-align: left;
    padding-left: 8px;
}
sup {
    font-size: xx-small;
    vertical-align: super;
}
#contact-form {
    width: 100%;
    padding: 1em 3em;
}
#contact-form input {
    width: 100%;
}
@media only screen and (max-width: 600px) {
    #contact-form {
        padding: 0;
    }
}
#contact-wrap {
    padding: 4vw;
}
@media only screen and (max-width: 600px) {
    #contact-wrap h2 {
        font-size: 1.5em;
    }
}
#submit {
    border: none;
    font-family: Waleray, sans-serif;
    line-height: 1.2em;
    padding: 11px 20px 13px;
    font-size: 16px;
    width: 100%;
    background-color: #7ab800;
}
#submit:focus,
#submit:hover {
    background-color: #0083be;
}
@media only screen and (max-width: 600px) {
    #aging {
        background: hsla(0, 0%, 100%, 0.8);
    }
}
@media (min-width: 649px) {
    .show-with-mobile-menu {
        display: none;
    }
}
@media (min-width: 768px) {
    .col.hide-tablet-up,
    .hide-tablet-up {
        display: none;
    }
}

/*!
 * Font Awesome Free 5.14.0 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.3333333333em;
    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% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.fa-flip-vertical {
    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 {
    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 {
    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-adobe:before {
    content: "\f778";
}
.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-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";
}
.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-fort-awesome:before {
    content: "\f286";
}
.fa-fort-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-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-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-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.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-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-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-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-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-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-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 Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"),
        url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
    font-family: Font Awesome\5 Free;
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"),
        url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: Font Awesome\5 Brands;
    font-weight: 400;
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-70%);
    }
}
@keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-70%);
    }
}
header.site-header {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.2s ease;
}
.header--spacer {
    position: relative;
    height: 175px;
    transition: all 0.2s ease;
}
.sticky-nav .header--spacer {
    height: 113px;
}
.rep-header {
    font-size: 15px;
    line-height: 1.3;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}
.rep-header img {
    width: 56px;
    border-radius: 30px;
}
.shop-with {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.rep-info {
    position: relative;
    text-align: left;
    display: flex;
    margin: 0 0 0 15px;
}
.rep-connect-name {
    display: block;
    font-weight: 800;
    font-size: 16px;
}
.header-util {
    width: 100%;
    background: #0083be;
    background: linear-gradient(90deg, #0083be, #7ab800);
    color: #fff;
    display: flex;
    justify-content: center;
    max-height: 100%;
}
.header-util .wrapper {
    padding: 25px 15px;
    transition: all 0.2s ease;
}
.sticky-nav .header-util .wrapper {
    padding: 5px 15px;
    font-size: 14px;
}
.header-util ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-util ul li {
    font-size: 14px;
    flex: 0 0 auto;
}
.header-util ul li a {
    transition: all 0.2s ease;
}
.header-util ul li a:hover {
    color: #004165;
}
.header-util ul li + li {
    margin-left: 15px;
}
.header-util ul li i {
    margin-right: 8px;
}
.header-util ul li.search-wrapper {
    flex: 1 1 auto;
    position: relative;
}
.header-util ul li.shop-button {
    flex: 0 0 auto;
}
.header-util ul li.shop-button a:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .header-util ul {
        justify-content: flex-end;
    }
}
.header-util a {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
}
.header-util a.button {
    padding: 8px 20px 11px;
}
.header-util input.search {
    background-color: hsla(0, 0%, 100%, 0.25);
    color: #fff;
}
.header-util input.search:focus {
    box-shadow: inset 0 0 0 2px #fff;
    background-color: hsla(0, 0%, 100%, 0.25);
}
.header-nav {
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.header-nav ul {
    z-index: 0;
}
.header-nav .wrapper {
    align-items: center;
    transition: all 0.2s ease;
}
.sticky-nav .header-nav .wrapper {
    padding: 5px 15px;
    font-size: 14px;
}
.header-nav .site-logo {
    display: inline-block;
    max-width: 144px;
    margin-right: auto;
    width: 50%;
    transition: all 0.2s;
}
.sticky-nav .header-nav .site-logo {
    max-width: 90px;
}
.header-nav a {
    cursor: pointer;
}
.site-nav .close-nav,
.site-nav .hamburger {
    display: none;
    padding: 15px;
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    z-index: 50;
}
.site-nav .close-nav:focus,
.site-nav .close-nav:hover,
.site-nav .hamburger:focus,
.site-nav .hamburger:hover {
    color: #7ab800;
}
.sticky-nav .site-nav .hamburger {
    font-size: 19.2px;
    font-size: 1.2rem;
}
.site-nav .close-nav {
    position: absolute;
    top: 30px;
    right: 30px;
}
.site-nav .mobile-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.site-nav .mobile-wrapper > li {
    margin: 0 6px;
}
.site-nav .mobile-wrapper li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.site-nav .mobile-wrapper li:hover > a,
.site-nav .mobile-wrapper li:hover > i,
.site-nav .mobile-wrapper li:hover > label {
    transition: color 0.2s ease;
    color: #7ab800;
}
.site-nav .mobile-wrapper li label {
    cursor: pointer;
}
.site-nav .mobile-wrapper li label:focus {
    outline: none;
    color: #7ab800;
}
.site-nav .mobile-wrapper li label:after {
    font-family: Font Awesome\5 Free;
    content: "\f078";
    font-size: 10px;
    display: unset;
    padding-left: 2px;
}
.site-nav .mobile-wrapper li .sub-menu label:after {
    padding-right: 14px;
}
.site-nav .mobile-wrapper li i {
    font-size: 10px;
    margin-left: 5px;
}
.site-nav .mobile-wrapper li a {
    padding: 10px 5px;
    color: #4d4f53;
    display: inline-block;
    width: 100%;
    transition: color 0.2s ease;
}
.site-nav .mobile-wrapper li input[type="checkbox"] {
    display: none;
}
@media (min-width: 649px) {
    .site-nav .mobile-wrapper li.has-submenu > .sub-first {
        box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.05);
        z-index: 4;
    }
    .site-nav .mobile-wrapper li.has-submenu.last-item:hover > .sub-menu {
        right: 0;
        left: inherit;
    }
    .site-nav .mobile-wrapper li.has-submenu.sub-right:focus-within > .sub-menu,
    .site-nav .mobile-wrapper li.has-submenu.sub-right:hover > .sub-menu {
        right: 0;
        left: inherit;
    }
    .site-nav .mobile-wrapper li.has-submenu:focus-within > .sub-menu,
    .site-nav .mobile-wrapper li.has-submenu:focus-within > .sub-sub-menu,
    .site-nav .mobile-wrapper li.has-submenu:hover > .sub-menu,
    .site-nav .mobile-wrapper li.has-submenu:hover > .sub-sub-menu {
        display: inline-flex;
        left: 0;
        opacity: 1;
        transition: opacity 0.1s linear;
    }
}
.site-nav .mobile-wrapper li input:checked ~ label:after {
    content: "\f077";
    color: #7ab800;
}
.site-nav .mobile-wrapper li input:checked ~ .has-submenu.sub-right .sub-menu {
    right: 0;
    left: inherit;
}
.site-nav .mobile-wrapper li input:checked ~ .sub-menu,
.site-nav .mobile-wrapper li input:checked ~ .sub-sub-menu {
    display: flex;
    left: inherit;
    right: inherit;
    opacity: 1;
    transition: opacity 0.1s linear;
}
.site-nav .mobile-wrapper li input:checked ~ .sub-menu.sub-members-menu,
.site-nav .mobile-wrapper li input:checked ~ .sub-sub-menu.sub-members-menu {
    right: 0;
}
.site-nav .mobile-wrapper .sub-sub-menu {
    border: 1px solid #fff;
}
.site-nav .mobile-wrapper .sub-menu,
.site-nav .mobile-wrapper .sub-sub-menu {
    display: inline-flex;
    position: absolute;
    background-color: #fff;
    flex-direction: column;
    width: auto;
    left: -99999px;
    top: 80%;
    opacity: 0;
    transition: left 0s 0.1s, opacity 0.1s linear;
}
.site-nav .mobile-wrapper .sub-menu li,
.site-nav .mobile-wrapper .sub-sub-menu li {
    border-bottom: 1px solid rgba(154, 155, 156, 0.25);
    white-space: nowrap;
}
.site-nav .mobile-wrapper .sub-menu li a,
.site-nav .mobile-wrapper .sub-sub-menu li a {
    padding: 15px;
}
.site-nav .mobile-wrapper .sub-menu li:last-child,
.site-nav .mobile-wrapper .sub-sub-menu li:last-child {
    border-bottom: 0;
}
.site-nav .mobile-wrapper .sub-sub-menu {
    background-color: #f2f2f2;
    width: 100%;
    top: 100%;
}
.mls-dropdown {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.nul-switcher-label {
    cursor: default;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 0;
}
.nul-dropdown-content {
    display: none;
    position: absolute;
    top: 36px;
    background-color: #fff;
    width: 100%;
    min-width: 354px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
    z-index: 50;
}
.nul-dropdown-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.mls-dropdown:hover .nul-dropdown-content {
    display: flex;
    flex-direction: column;
}
.nul-dropdown-columns {
    display: flex;
    flex-direction: row;
}
.nul-languages,
.nul-markets {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.nul-languages a,
.nul-markets a {
    color: #0083be;
}
.nul-markets {
    padding-right: 25px;
}
.nul-languages {
    padding-left: 25px;
    border-left: 1px solid #ccc;
}
.nul-languages span.nul-active,
.nul-markets .nul-active {
    margin: 0;
    font-weight: 700;
    color: #4e4f53;
}
.nul-markets .nul-active {
    white-space: nowrap;
}
@media (min-width: 1024px) {
    .header-util ul li,
    .nul-switcher-label {
        font-size: 16px;
        transition: all 0.2s ease;
    }
    .sticky-nav .header-util ul li,
    .sticky-nav .nul-switcher-label {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header-util ul li {
        flex: 1 0 auto;
    }
    .header-util ul li + li {
        margin-left: 10px;
    }
    .hideDesktop {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-util ul {
        justify-content: flex-end;
    }
    .header-util ul .nul-switcher-label,
    .header-util ul li {
        font-size: 13px;
    }
    .header-util ul a.button {
        padding: 8px 12px 11px;
    }
    .header-util ul li:nth-of-type(3n + 1) {
        margin-left: 0;
    }
    .header-nav .wrapper {
        flex-direction: row;
    }
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
#modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 1em 3em;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    vertical-align: top;
}
@media only screen and (max-width: 600px) {
    #modal {
        width: 90vw;
    }
}
@media only screen and (max-width: 600px) {
    #modal #modal {
        width: 50vw;
    }
}
#modal .modal-content {
    align-items: center;
}
#modal .modal-content h2 {
    color: #7ab800;
    font-size: 32px;
    font-size: 2rem;
}
#modal .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}
#modal .close-btn i {
    display: block;
    text-align: right;
    font-size: 19.2px;
    font-size: 1.2rem;
    cursor: pointer;
}
#modal .close-btn:focus-within,
#modal .close-btn:hover {
    opacity: 0.5;
}
#overlay-browser {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    overflow: scroll;
}
#modal-browser {
    position: absolute;
    top: 360px;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 1em 3em;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    vertical-align: top;
    overflow: scroll;
    min-height: 70vh;
}
@media only screen and (max-width: 600px) {
    #modal-browser {
        width: 100vw;
    }
}
@media only screen and (max-width: 600px) {
    #modal-browser #modal-browser {
        width: 50vw;
    }
}
.modal-h2 {
    color: #3f454f !important;
    font-size: 26px;
}
.clickme {
    cursor: pointer;
}
.clickme,
.clickme:hover {
    transition: color 0.2s ease;
}
.clickme:hover {
    color: #004165;
}
#save {
    width: 100%;
}
.clearfix {
    clear: both;
    margin-bottom: 10px;
}
@media (max-width: 649px) {
    .site-nav .close-nav,
    .site-nav .hamburger {
        display: inline-block;
    }
    .site-nav .mobile-wrapper {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        justify-content: flex-start;
        padding-top: 90px;
        background: #fff;
        z-index: 4;
        transition: right 0.2s linear;
    }
    .site-nav .mobile-wrapper > li {
        margin: 0;
    }
    .site-nav .mobile-wrapper li {
        font-size: 1.2rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        flex: 0 0 auto;
    }
    .site-nav .mobile-wrapper li.has-submenu {
        flex-wrap: wrap;
        height: auto;
    }
    .site-nav .mobile-wrapper li.has-submenu > a {
        flex: 1 1 80%;
    }
    .site-nav .mobile-wrapper li.has-submenu > label {
        flex: 0 0 20%;
        text-align: right;
        padding-right: 25px;
        margin: 0;
    }
    .site-nav .mobile-wrapper li label {
        margin-right: 24px;
        cursor: pointer;
    }
    .site-nav .mobile-wrapper li label:focus {
        outline: none;
        color: #7ab800;
    }
    .site-nav .mobile-wrapper li label:after {
        font-family: Font Awesome\5 Free;
        content: "\f078";
        font-size: 14px;
        padding: 12px;
    }
    .site-nav .mobile-wrapper li .sub-menu,
    .site-nav .mobile-wrapper li .sub-sub-menu {
        border: 0;
        position: relative;
        flex: 1 1 100%;
        display: inline-flex;
        background-color: #f2f2f2;
        flex-direction: column;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        opacity: 1;
        transition: max-height 0.2s ease;
        max-height: 0;
    }
    .site-nav .mobile-wrapper li .sub-menu.items-4,
    .site-nav .mobile-wrapper li .sub-sub-menu.items-4 {
        transition-delay: 0.3s;
    }
    .site-nav .mobile-wrapper li .sub-menu.items-3,
    .site-nav .mobile-wrapper li .sub-sub-menu.items-3 {
        transition-delay: 0.2s;
    }
    .site-nav .mobile-wrapper li .sub-menu > li,
    .site-nav .mobile-wrapper li .sub-sub-menu > li {
        border-bottom: 1px solid rgba(154, 155, 156, 0.25);
        white-space: nowrap;
    }
    .site-nav .mobile-wrapper li .sub-menu > li > a,
    .site-nav .mobile-wrapper li .sub-sub-menu > li > a {
        opacity: 0;
        transform: translateX(-50%);
        padding: 15px 25px;
        transition: all 0.4s ease;
    }
    .site-nav .mobile-wrapper li .sub-sub-menu li a {
        padding: 15px 50px;
        transform: translateX(-50%);
    }
    .site-nav .mobile-wrapper li .items-4 > li:first-child > a {
        transition-delay: 0.2s;
    }
    .site-nav .mobile-wrapper li .items-4 > li:nth-child(2) > a {
        transition-delay: 0.15s;
    }
    .site-nav .mobile-wrapper li .items-4 > li:nth-child(3) > a {
        transition-delay: 0.1s;
    }
    .site-nav .mobile-wrapper li .items-4 > li:nth-child(4) > a {
        transition-delay: 0.05s;
    }
    .site-nav .mobile-wrapper li .items-3 > li:first-child > a {
        transition-delay: 0.15s;
    }
    .site-nav .mobile-wrapper li .items-3 > li:nth-child(2) > a {
        transition-delay: 0.1s;
    }
    .site-nav .mobile-wrapper li .items-3 > li:nth-child(3) > a {
        transition-delay: 0.05s;
    }
    .site-nav .mobile-wrapper li input:checked ~ label:after {
        content: "\f077";
        color: #7ab800;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu,
    .site-nav .mobile-wrapper li input:checked ~ .sub-sub-menu {
        border-top: 1px solid rgba(154, 155, 156, 0.25);
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu {
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        transition: max-height 0.2s linear;
        max-height: 28rem;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu li:last-child {
        border-bottom: 1px solid rgba(154, 155, 156, 0.25);
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li > a {
        transition: all 0.4s ease;
        opacity: 1;
        transform: translateX(0);
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li:first-child > a {
        transition-delay: 0.05s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li:nth-child(2) > a {
        transition-delay: 0.1s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li:nth-child(3) > a {
        transition-delay: 0.15s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li:nth-child(4) > a {
        transition-delay: 0.2s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li:nth-child(5) > a {
        transition-delay: 0.25s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu > li:nth-child(6) > a {
        transition-delay: 0.3s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu {
        max-height: 24rem;
        transition-delay: 0s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li > a {
        transition: all 0.4s ease;
        opacity: 1;
        transform: translateX(0);
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li:first-child > a {
        transition-delay: 0.05s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li:nth-child(2) > a {
        transition-delay: 0.1s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li:nth-child(3) > a {
        transition-delay: 0.15s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li:nth-child(4) > a {
        transition-delay: 0.2s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li:nth-child(5) > a {
        transition-delay: 0.25s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .sub-menu input:checked ~ .sub-sub-menu > li:nth-child(6) > a {
        transition-delay: 0.3s;
    }
    .site-nav .mobile-wrapper li input:checked ~ .has-submenu.last-item > .sub-menu {
        border-bottom: 1px solid rgba(154, 155, 156, 0.25);
        right: 0;
        left: 0;
    }
    .site-nav .mobile-wrapper li a {
        padding: 18px 25px;
        color: #747679;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }
    .site-nav .mobile-wrapper li i {
        font-size: 1rem;
        padding: 10px;
        margin-right: -10px;
    }
    .site-nav.is-active:before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.35;
        position: fixed;
        z-index: 10000;
    }
    .site-nav.is-active .mobile-wrapper {
        right: 0;
        transition: right 0.3s ease;
        z-index: 10000;
        overflow: auto;
    }
}
@media (max-width: 449px) {
    .site-nav .mobile-wrapper {
        width: 100%;
    }
    .scroll-header-util {
        position: relative;
        top: 0;
    }
}
footer.site-footer {
    background: #e0e1dd;
    padding: 40px 0;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
}
footer.site-footer .logo {
    width: 100%;
    max-width: 100px;
    align-self: flex-start;
    margin-bottom: 40px;
}
footer.site-footer .contact-info {
    display: flex;
    flex-direction: column;
}
footer.site-footer .contact-info a {
    color: #747679;
}
footer.site-footer .contact-info a:hover {
    color: #7ab800;
}
footer.site-footer h4 {
    color: #7ab800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer.site-footer .col a {
    margin-bottom: 20px;
}
footer.site-footer .footer-spacer {
    height: 40px;
}
footer.site-footer .footer-copyright {
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #d2d3d1;
    width: 100%;
}
footer.site-footer .footer-copyright .footer-copyright__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 80%;
    width: 100%;
}
@media (min-width: 1024px) {
    footer.site-footer .footer-copyright .footer-copyright__content {
        flex-direction: row;
        justify-content: space-between;
    }
}
footer.site-footer .footer-copyright .footer-copyright__content .footer-copyright__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media (min-width: 1024px) {
    footer.site-footer .footer-copyright .footer-copyright__content .footer-copyright__links {
        justify-content: space-between;
    }
}
footer.site-footer .footer-copyright .footer-copyright__content .footer-copyright__links a {
    padding: 10px 20px;
}
footer.site-footer .col-5 {
    flex-wrap: wrap;
}
footer.site-footer .col-5 .col + .col {
    margin-left: 0;
}
footer.site-footer .col-5 .col.business-info,
footer.site-footer .col-5 .col.newsletter {
    flex-basis: 100%;
}
footer.site-footer .col-5 .col.newsletter .input-wrapper,
footer.site-footer .col-5 .col.newsletter button,
footer.site-footer .col-5 .col.newsletter form,
footer.site-footer .col-5 .col.newsletter input {
    width: 100%;
}
footer.site-footer .col-5 .col .social-links {
    max-width: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
footer.site-footer .col-5 .col .social-links a,
footer.site-footer .col-5 .col .social-links i {
    margin: 0;
}
@media (min-width: 1024px) {
    footer.site-footer .col-5 .col {
        flex: 0 0 auto;
    }
    footer.site-footer .col-5 .col.business-info {
        flex: 0.5 0.5 auto;
    }
    footer.site-footer .col-5 .col.newsletter {
        flex-basis: inherit;
    }
    footer.site-footer .col-5 .col + .col {
        margin-left: 40px;
    }
}
footer.site-footer .input-wrapper label:before,
footer.site-footer input {
    background-color: #e0e1dd;
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    max-width: 120px;
}
.social-links span {
    position: absolute;
    left: -99999px;
    visibility: hidden;
}
.social-links a {
    color: #9a9b9c;
    font-size: 24px;
    font-size: 1.5rem;
    width: 25px;
    margin-left: 20px;
}
.social-links a:nth-of-type(3n + 1) {
    margin-left: 0;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
  }

  @font-face {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
    url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
  }

  @font-face {
    font-family: "Inter";
    src: url("fonts/InterVariable.woff2") format("woff2-variations"),
        url("fonts/InterVariable.woff2") format("woff2");
    font-weight: 300 400 500 600 700 800 900;
    font-style: normal;
    font-display: swap;
  }
  h1,
h2 {
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
a,
blockquote,
body,
h3,
h4,
h5,
h6,
li,
p {
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}
body {
    color: #0f100f;
}
a {
    color: #0f100f;
    text-decoration: none;
}
a:hover {
    color: #003460;
}

p > a {
    color: #0f100f;
    text-decoration: underline;
}
p > a:hover {
    color: #003460;
}
a.email:before,
a.phone:before {
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
}
a.phone:before {
    content: "\f879";
}
a.email:before {
    content: "\f0e0";
}
.h2,
h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
}
.h2.orange,
h2.orange {
    color: #ff6d22;
}
.h2.green,
h2.green {
    color: #7ab800;
}
.h2.white,
h2.white {
    color: #fff;
}
h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}
h3.orange {
    color: #ff6d22;
}
h3.sm {
    font-size: 0.9em;
}
h3.lg {
    font-size: 1.8em;
}
h3.lg.mt-20 {
    margin-top: 20px;
}
p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
p.white {
    color: #fff;
    font-size: 1.2em;
}
p.bold {
    font-weight: 500;
}
a {
    cursor: pointer;
}
.button,
a.button,
button {
    padding: 11px 20px 13px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    transition: background-color 0.1s linear;
    cursor: pointer;
}
a.button:focus,
button:focus {
    outline: none;
}
a.button:focus-visible,
button:focus-visible {
    outline: 2px solid #003460;
}
a.button:active,
a.button:focus,
a.button:hover,
button:active,
button:focus,
button:hover {
    background-color: #003460;
}
a.button:visited,
button:visited {
    background-color: #000000;
}
a.button.dark-hover:active,
a.button.dark-hover:hover,
button.dark-hover:active,
button.dark-hover:hover {
    background-color: #004165;
}
a.button.green,
button.green {
    background-color: #7ab800;
}
a.button.green:active,
a.button.green:hover,
button.green:active,
button.green:hover {
    background-color: #0083be;
}
a.button.orange,
button.orange {
    background-color: #ff6d22;
    transition: all 0.2s ease;
    padding: 11px 20px 13px;
}
a.button.orange:hover,
button.orange:hover {
    background-color: #4d4f53;
}
a.button.black,
button.black {
    background-color: #000;
    transition: all 0.2s ease;
    padding: 11px 0;
    width: 100%;
    text-transform: uppercase;
    outline: none;
    border: transparent;
}
a.button.black:hover,
button.black:hover {
    background-color: #7ab800;
}
a.button.form,
button.form {
    border: none;
    font-family: Waleray, sans-serif;
    font-size: 1em;
}
a.button.blog-cat,
button.blog-cat {
    font-size: 14px;
    margin-right: 2px;
    margin-left: 2px;
}
a.button.blog-cat:last-of-type,
button.blog-cat:last-of-type {
    margin-right: 0;
}
a.button.ghost,
button.ghost {
    border: 2px solid #0083be;
    color: #0083be;
    background-color: transparent;
    transition: all 0.2s ease;
    padding: 11px 20px 13px;
}
a.button.ghost:active,
a.button.ghost:hover,
button.ghost:active,
button.ghost:hover {
    border-color: #7ab800;
    background-color: #7ab800;
    transition: all 0.2s ease;
    color: #fff;
}
a.button.ghost.green,
button.ghost.green {
    border-color: #7ab800;
    color: #7ab800;
}
a.button.ghost.green:active,
a.button.ghost.green:hover,
button.ghost.green:active,
button.ghost.green:hover {
    color: #fff;
}
a.button.ghost.gray,
button.ghost.gray {
    border-color: #9a9b9c;
    color: #9a9b9c;
}
a.button.ghost.gray:active,
a.button.ghost.gray:hover,
button.ghost.gray:active,
button.ghost.gray:hover {
    color: #fff;
    border-color: #7ab800;
}
a.button i,
button i {
    margin-right: 8px;
}
.read-link {
    color: #0083be;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.read-link:hover {
    color: #7ab800;
}
.read-link:hover:after {
    margin-left: 10px;
    transition: margin 0.1s ease;
}
.read-link:after {
    margin-left: 5px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    content: "\f054";
    transition: margin 0.1s ease;
}
input,
label,
select {
    font-family: Waleray, sans-serif;
    font-weight: 400;
}
.input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.input-wrapper label {
    color: #747679;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 5px;
    z-index: 1;
    cursor: pointer;
}
.input-wrapper label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    top: 60%;
    z-index: -1;
    transition: box-shadow 0.2s linear;
}
.input-wrapper input {
    box-shadow: inset 0 0 0 1px rgba(154, 155, 156, 0.3);
    padding: 12px 15px 10px;
    color: #000;
    font-size: 16px;
    border: none;
    transition: box-shadow 0.2s linear;
    cursor: pointer;
}
.input-wrapper input:focus {
    box-shadow: inset 0 0 0 2px #7ab800;
    outline: none;
    transition: box-shadow 0.2s linear;
}
.input-wrapper input:focus + label {
    font-weight: 800;
    color: #7ab800;
}
.input-wrapper select {
    padding: 12px 15px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(154, 155, 156, 0.3);
    background-color: #fff;
    transition: box-shadow 0.2s linear;
    position: relative;
    cursor: pointer;
}
.input-wrapper select::-ms-expand {
    display: none;
}
.input-wrapper select:focus {
    box-shadow: inset 0 0 0 2px #7ab800;
    outline: none;
    transition: box-shadow 0.2s linear;
}
.input-wrapper select.s-dropdown {
    width: 260px;
}
.input-wrapper select:focus + label {
    color: #7ab800;
}
.input-wrapper.select-field:after {
    font-family: Font Awesome\5 Free;
    content: "\f078";
    font-size: 12px;
    font-size: 0.75rem;
    padding-right: 15px;
    position: absolute;
    pointer-events: none;
    z-index: 5;
    top: 16px;
    right: 0;
}
.search-wrapper {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
}
.search-wrapper i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.search-wrapper input {
    border: none;
    padding: 4px 20px 6px 35px;
    background-color: #f2f2f2;
    border-radius: 30px;
    font-size: 18px;
    color: #747679;
    width: 100%;
    display: flex;
    align-items: center;
    height: 35px;
    box-shadow: inset 0 0 0 0 #7ab800;
    transition: all 0.2s ease;
}
.search-wrapper input:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #7ab800;
    background-color: #fff;
}
.search-wrapper input:focus + i {
    color: #7ab800;
}
@media (max-width: 767px) {
    .search-wrapper {
        width: 100%;
    }
}
.icon {
    vertical-align: middle;
    display: inline-block;
    width: 96px;
}
.icon.v2 {
    width: auto;
    height: 96px;
}
.thumbnail {
    display: inline-block;
    width: 100%;
    min-height: 200px;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.thumbnail.overlay:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}
.thumbnail.overlay.gradient:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent);
    opacity: 1;
    transition: opacity 0.2s ease;
}
.thumbnail.overlay.dark:after {
    background: #000;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.thumbnail.expand {
    transform: scale(1);
    z-index: 1;
    position: relative;
    transform-origin: bottom center;
    transition: transform 1s ease;
}
:hover > .thumbnail.expand.expand {
    transform: scale(1.2);
    transition: transform 1s ease;
}
#panorama {
    width: 100%;
    max-width: 800px;
    height: 450px;
}
.col-3,
.col-4,
.col-5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.col-2 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.col-2 .col:first-of-type {
    margin-right: auto;
}
.col-2 .col:last-of-type {
    margin-left: 60px;
}
.col {
    margin: 15px auto;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.col + .col {
    margin-left: 30px;
}
.col.center {
    align-items: center;
    text-align: center;
}
.col ul {
    list-style: disc;
    padding-left: 2em;
}
.col li {
    line-height: 1.8em;
}
.col.mode {
    flex: 0;
}
.col-3-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}
.col-3-grid .col {
    width: 100%;
}
.col-3-grid .col + .col {
    margin-left: 0;
    padding-left: 0;
}
.col-4-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}
.col-4-grid .col {
    width: 100%;
}
.col-4-grid .col + .col {
    margin-left: 0;
    padding-left: 0;
}
.onethird {
    flex-basis: 33%;
}
.twothirds {
    flex-basis: 66%;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
    width: 100%;
}
.blog-grid .col {
    margin: 0;
}
@media (min-width: 1200px) {
    .blog-grid {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .col-2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .col-2 .col,
    .col-2 .col:first-of-type,
    .col-2 .col:last-of-type {
        margin: 0 auto;
        flex: 1 1 auto;
    }
    .col-2 .col.content {
        align-items: center;
    }
    .col-2 .onethird,
    .col-2 .twothirds {
        flex-basis: 100%;
    }
    .col-3,
    .col-4 {
        flex-direction: column;
    }
    .col-3 .col,
    .col-4 .col {
        margin: 0 0 20px;
    }
    .col {
        flex: 1 1 auto;
    }
}
@media (min-width: 450px) and (max-width: 767px) {
    .col-4 {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .col-4 .col {
        margin: 40px 0;
        flex: 0 0 45%;
    }
}
.card {
    border-radius: 10px;
    overflow: hidden;
}
.blog-sum {
    display: inline-flex;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-sum .content {
    flex: 1 1 auto;
}
.blog-sum p {
    margin-bottom: 20px;
}
.blog-sum p.tag {
    color: #fff;
}
.blog-sum:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}
.blog-sum:hover .thumbnail:after {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.blog-sum .date {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    color: #9a9b9c;
    display: inline-block;
    border-top: 1px solid #f2f2f2;
}
.blog-sum .date,
.blog-sum .read-link {
    margin-top: auto;
}
.blog-sum .author-img {
    width: 65px;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 200px;
    box-shadow: 0 0 0 3px #fff;
}
.blog-sum .author-img:first-of-type {
    left: 15px;
}
.blog-sum .author-img:nth-of-type(2) {
    left: 75px;
}
.blog-sum .author-img:nth-of-type(3) {
    left: 135px;
}
.blog-sum .content {
    padding: 50px 20px 20px;
}
.blog-sum .content,
.blog-sum .thumbnail {
    align-self: flex-start;
}
.swiper-container.col {
    padding-bottom: 36px;
}
.testimonial-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.testimonial-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonial-section .testimonial-slider {
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.testimonial-section .swiper-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
}
.testimonial-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: normal;
    padding: 20px;
    margin: 0 auto;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
}
.testimonial-section .swiper-slide p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
}
.testimonial-section .swiper-slide .quote {
    position: relative;
    padding: 75px 0;
}
.testimonial-section .swiper-slide .quote:after,
.testimonial-section .swiper-slide .quote:before {
    font-family: Font Awesome\5 Free;
    content: "";
    font-size: 50px;
    position: absolute;
    color: #7ab800;
    opacity: 0.5;
    z-index: 1;
}
.testimonial-section .swiper-slide .quote:before {
    content: "\f10d";
    top: 0;
    left: 10px;
}
.testimonial-section .swiper-slide .quote:after {
    content: "\f10e";
    bottom: 0;
    right: 10px;
}
@media (max-width: 767px) {
    .testimonial-section .swiper-slide .quote {
        font-size: 18px;
    }
}
.testimonial-section .swiper-slide .testimonial--name,
.testimonial-section .swiper-slide p {
    padding: 10px 0;
    color: #4d4f53;
}
.testimonial-section .swiper-slide .testimonial--name,
.testimonial-section .swiper-slide .testimonial--title {
    font-size: 14px;
}
.testimonial-section .swiper-slide .testimonial--title {
    color: #7ab800;
    padding-bottom: 40px;
}
.testimonial-section.blue-theme .quote:after,
.testimonial-section.blue-theme .quote:before {
    color: #0083be;
    opacity: 1;
}
.testimonial-section.blue-theme .testimonial--title {
    color: #0083be;
}
.testimonial-section .disclaimer {
    padding-top: 20px;
    color: #4d4f53;
    font-size: 80%;
    text-align: center;
    line-height: 1.2;
}
.accordion {
    width: 100%;
    border: 1px solid rgba(154, 155, 156, 0.3);
}
.accordion .item h3 {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(154, 155, 156, 0.3);
    cursor: pointer;
}
.accordion .item h3:before {
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    content: "\f067";
    transition: margin 0.1s ease;
}
.accordion .item h3.active:before {
    content: "\f068";
}
.accordion .item:last-of-type h3 {
    border-bottom: 0;
}
.accordion .panel {
    color: #4d4f53;
    padding: 0 20px;
    line-height: 24px;
    overflow: hidden;
    height: 0;
    transition: all 0.3s ease-out;
}
.accordion .panel.expanded {
    padding: 15px 20px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid rgba(154, 155, 156, 0.3);
}
.active + .accordion .panel:last-of-type {
    border-top: 1px solid rgba(154, 155, 156, 0.3);
}
.embed-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.breadcrumbs {
    background-color: #f2f2f2;
}
.kg4 .page .breadcrumbs {
    padding: 30px 15px;
}
.breadcrumbs .wrapper {
    flex-direction: column;
    justify-content: center;
}
.breadcrumbs h2 {
    color: #4d4f53;
    font-size: 40px;
    line-height: 1;
}
.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
}
.breadcrumbs ul li {
    color: #4d4f53;
    font-size: 13.6px;
}
.breadcrumbs ul li span {
    margin: 5.5px;
}
.breadcrumbs ul li a {
    font-size: 14.4px;
    font-size: 0.9rem;
}
section.supplement-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    color: #9a9b9c;
}
section.supplement-label p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #9a9b9c;
}
.supplement-label .supplement-info-border {
    border: 2px solid #9a9b9c;
}
.supplement-label .supplement-info {
    border-color: #9a9b9c;
    padding: 5px;
    background-color: #fff;
}
.supplement-label .supplement-other-ingredients {
    padding-top: 10px;
}
.supplement-label .supplement-other-ingredients p {
    font-size: 10px;
}
.supplement-label .supplement-facts {
    font-family: Arial Black, Helvetica Black, Arial-BoldMT;
    margin: 0 0 2px;
    padding-bottom: 6px;
    font-size: 28px;
    line-height: 1;
}
.supplement-label .supplement-header {
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.supplement-label .supplement-footer {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    margin-top: 5px;
}
.supplement-label .supplement-footer p {
    display: inline-block;
    margin: 0;
    padding: 5px 0 5px 17px;
    position: relative;
}
.supplement-label .supplement-footer p:before {
    position: absolute;
    left: 0;
}
.supplement-label .supplement-row {
    display: flex;
    padding: 2px 0;
}
.supplement-label .supplement-row > .supplement-column {
    flex-grow: 1;
}
.supplement-label .supplement-row > .supplement-column.value-label {
    width: 50%;
}
.supplement-label .supplement-row > .supplement-column.supplement-grams,
.supplement-label .supplement-row > .supplement-column.supplement-percent {
    width: 25%;
}
.supplement-label .supplement-row > .supplement-column.prop-blend p {
    padding: 0 0 10px;
    margin: 0;
}
.supplement-label .supplement-row > .supplement-column:after {
    font-size: 13px;
    line-height: 1;
}
.supplement-label .align-bottom {
    align-self: flex-end;
}
.supplement-label .border-b-none {
    border-bottom: 0;
}
.supplement-label .border-b {
    border-bottom: 1px solid;
    border-color: inherit;
}
.supplement-label .border-b-2 {
    border-bottom: 2px solid;
    border-color: inherit;
}
.supplement-label .border-b-md {
    border-bottom: 6px solid;
    border-color: inherit;
}
.supplement-label .border-b-lg {
    border-bottom: 10px solid;
    border-color: inherit;
}
.supplement-label .border-t-sm {
    border-top: 1px solid;
    border-color: inherit;
}
.supplement-label .border-t-lg {
    border-top: 10px solid;
    border-color: inherit;
}
.supplement-label .text-sm {
    font-size: 10px;
}
.supplement-label .text-sm-2 {
    font-size: 13px;
}
.supplement-label .text-md {
    font-size: 16px;
}
.supplement-label .text-bold {
    font-family: Arial Black, Helvetica Black, Arial-BoldMT;
}
.supplement-label .text-right {
    text-align: right;
}
.supplement-label .text-indent {
    padding-left: 15px;
}
.supplement-label .text-indent-md {
    padding-left: 30px;
}
.supplement-label .calories {
    font-size: 25px;
    line-height: 1;
    font-family: Arial Black, Helvetica Black, Arial-BoldMT;
}
.supplement-label .calories.amount {
    font-size: 32px;
}
.supplement-label .amt-per-serv {
    font-size: 12px;
    line-height: 1;
    font-family: Arial Black, Helvetica Black, Arial-BoldMT;
}
.supplement-label .asteric-after:after,
.supplement-label .asteric-before:before {
    content: "*";
    font-size: 20px;
    margin-top: -4px;
}
.supplement-label .dasteric-after:after,
.supplement-label .dasteric-before:before {
    content: "**";
    font-size: 20px;
    margin-top: -4px;
}
.supplement-label .dagger-before:before {
    content: "\2020";
    vertical-align: super;
}
.supplement-label .tdagger-before:before {
    content: "\2e38";
    vertical-align: super;
    font-size: 10px;
}
.supplement-label .ddagger-before:before {
    content: "\2021";
    vertical-align: super;
}
.supplement-label .supplement-row > .supplement-column.dagger-after:after {
    content: "\2020";
    vertical-align: super;
    line-height: 0.5;
    position: relative;
    top: 2px;
}
.supplement-label .supplement-row > .supplement-column.tdagger-after:after {
    content: "\2e38";
    vertical-align: super;
    line-height: 0.5;
    position: relative;
    top: 2px;
}
.supplement-label .supplement-row > .supplement-column.ddagger-after:after {
    content: "\2021";
    vertical-align: super;
    line-height: 0.5;
    position: relative;
    top: 2px;
}
@media only screen and (min-width: 500px) {
    .supplement-label .supplement-row > .supplement-column {
        width: 0;
    }
    .supplement-label.add-columns .pblends-section .supplement-row > .supplement-column.prop-blend {
        max-width: 70%;
    }
    .supplement-label.add-columns .daily-value-section .supplement-row > .supplement-column:first-child,
    .supplement-label.add-columns .nutrients-section .supplement-row > .supplement-column:first-child,
    .supplement-label.add-columns .pblends-section .supplement-row > .supplement-column:first-child {
        flex-grow: 4;
        display: flex;
        justify-content: space-between;
        width: 0;
        text-align: right;
    }
    .supplement-label.add-columns .daily-value-section .supplement-row > .supplement-column:first-child span,
    .supplement-label.add-columns .nutrients-section .supplement-row > .supplement-column:first-child span,
    .supplement-label.add-columns .pblends-section .supplement-row > .supplement-column.prop-blend,
    .supplement-label.add-columns .pblends-section .supplement-row > .supplement-column:first-child span {
        text-align: left;
    }
}
.announcement-popup {
    position: fixed;
    background: linear-gradient(#7ab800, #427730);
    max-height: 100%;
    width: 90vw;
    max-width: 900px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 5;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: transform 0.2s ease;
}
.announcement-popup.close-popup {
    transform: translateY(100%);
}
.announcement-popup .close-popup-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    text-shadow: 0 0 0 transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}
.announcement-popup .close-popup-icon:hover {
    opacity: 0.5;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.announcement-popup .announcement-popup__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}
.announcement-popup .announcement-popup__content a,
.announcement-popup .announcement-popup__content p {
    color: #fff;
}
.announcement-popup .announcement-popup__content a {
    text-decoration: underline;
    transition: all 0.2s ease;
}
.announcement-popup .announcement-popup__content a:focus,
.announcement-popup .announcement-popup__content a:hover {
    opacity: 0.5;
}
.announcement-popup .announcement-popup__content img {
    width: 30%;
    padding: 10px;
    max-width: 100px;
}
@media (min-width: 768px) {
    .announcement-popup .announcement-popup__content {
        flex-direction: row;
    }
    .announcement-popup .announcement-popup__content img {
        width: 15%;
        min-width: 138px;
        padding: 10px;
    }
}
.home .page section {
    padding: 40px 0;
}
.neuravie-hero {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 15px;
}
.neuravie-hero .img-wrap {
    max-width: 450px;
    flex: 1 1 35%;
}
.neuravie-hero .content {
    flex: 1 1 65%;
}
.red-cross h2 {
    color: #7ab800;
}
.who-is-nul {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.who-is-nul .content,
.who-is-nul .img-wrap {
    flex: 1 1 0;
}
.products .wrapper {
    flex-direction: column;
}
.products img {
    margin-bottom: 1rem;
}
.products p {
    margin-bottom: 30px;
}
.products a.button {
    margin: auto 0 0;
}
.grey-background,
.home .latest-posts {
    background-color: #f2f2f2;
}
.home .latest-posts .wrapper {
    flex-direction: column;
}
.home .latest-posts .top {
    display: flex;
}
.home .latest-posts .top a {
    margin: auto 0 auto auto;
    flex: 0 0 auto;
}
.home .latest-posts .col {
    background-color: #fff;
    margin-bottom: 20px;
}
.home .latest-posts .blog-sum {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.home .bottom-links .col {
    background-color: #f2f2f2;
    color: #4d4f53;
}
.home .bottom-links .col .thumbnail {
    background-position: top;
}
.home .bottom-links .col:hover .title {
    color: #7ab800;
}
.home .bottom-links .col:hover .thumbnail.overlay.dark:after {
    opacity: 0.3;
    transition: opacity 0.2s ease;
}
.home .bottom-links .content {
    padding: 20px;
    align-items: center;
}
.home .bottom-links .title {
    font-size: 24px;
    font-size: 1.5rem;
}
.home .bottom-links .desc {
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .home .latest-posts .top {
        margin-bottom: 20px;
    }
}
@media (max-width: 449px) {
    .products .col-4 .col {
        align-items: center;
    }
    .products img {
        max-width: 250px;
    }
}
.divider {
    padding-top: 3em;
    padding-bottom: 0;
    display: flex;
}
.divider-line {
    width: 100%;
    display: flex;
    margin: 0;
    direction: ltr;
    border-top: 1px solid #000;
}
.gray-bg {
    background-color: #f2f2f2;
}
.end {
    align-self: flex-end;
}
.grey-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff, #f2f2f2);
}
.grey-section0 {
    background-color: transparent;
    background-image: linear-gradient(0deg, #fff, #f2f2f2);
}
.trans-product-hero {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-size: cover;
}
.product-hero .txt-container {
    background-color: hsla(0, 0%, 100%, 0.8);
    color: #4d4f53;
}
.vimeo-block {
    min-height: 13em;
}
.vimeo-2up,
.vimeo-block {
    align-self: center;
    margin-bottom: 1em;
}
.vimeo-2up {
    min-height: 20em;
}
.neuravie h2,
.neuravie h3 {
    color: #93509e;
}
.fortress h2,
.fortress h3 {
    color: #b71234;
}
.ketoday h2,
.ketoday h3,
.kg4 h2,
.kg4 h3 {
    color: #ff6d22;
}
.somaderm h2,
.somaderm h3 {
    color: #0083be;
}
.somaderm strong {
    font-weight: 700 !important;
}
.disclaimer {
    flex-basis: 100%;
    line-height: 24px;
    color: #747679;
}
.disclaimer p {
    font-size: 12.8px;
}
.prod-intro .wrapper {
    flex-wrap: wrap;
}
.prod-intro .swiper-container.col {
    margin-bottom: auto;
    width: 50%;
}
@media (max-width: 767px) {
    .prod-intro .swiper-container.col {
        width: 100%;
    }
}
.fortress .prod-intro h2 {
    color: #b71234;
}
.somaderm .prod-intro h2 {
    color: #0083be;
}
.neuravie .prod-intro h2 {
    color: #93509e;
}
.ketoday .prod-intro h2,
.kg4 .prod-intro h2 {
    color: #ff6d22;
}
.prod-intro .content.col {
    margin-bottom: 60px;
}
.prod-intro .desc {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #4d4f53;
}
.prod-intro .desc p:last-of-type {
    margin-bottom: 0;
}
.prod-intro .desc .blue {
    color: #0083be;
}
.prod-intro .price {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
.prod-intro .price.kg4 {
    color: #ff6d22;
}
.prod-intro .price + .price {
    padding-top: 20px;
}
.prod-intro .price .line-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prod-intro .price .line-item p {
    flex: 0 0 auto;
    margin: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 800;
}
.ketoday .prod-intro .price .line-item p,
.kg4 .prod-intro .price .line-item p {
    color: #ff6d22;
}
.neuravie .prod-intro .price .line-item p {
    color: #93509e;
}
.fortress .prod-intro .price .line-item p {
    color: #b71234;
}
.somaderm .prod-intro .price .line-item p {
    color: #0083be;
}
.prod-intro .price .line-item span {
    border-bottom: 2px dotted #9a9b9c;
    flex: 1 1 auto;
    margin: 0 15px;
}
.prod-intro .price .subtext {
    flex: 1 1 100%;
    font-size: 14px;
    padding-top: 10px;
}
.prod-intro .shop {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.prod-intro .disclaimer {
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 30px;
}
@media (max-width: 767px) {
    .prod-intro .col-2 .col {
        margin-bottom: 60px;
    }
}
.prod-video {
    color: #fff;
    padding: 40px 0;
}
.prod-video h2,
.prod-video h3 {
    color: #fff;
}
.prod-video h3 {
    margin-top: 80px;
}
.neuravie .prod-video {
    background: url(/img/metallic-swatch-purple.jpg) 50% / cover no-repeat;
}
.fortress .prod-video {
    background: url(/img/metallic-swatch-red.jpg) 50% / cover no-repeat;
}
.somaderm .prod-video {
    background: url(/img/metallic-swatch-blue.jpg) 50% / cover no-repeat;
}
.ketoday .prod-video {
    background: url(/img/metallic-swatch-orange.jpg) 50% / cover no-repeat;
}
.prod-video .wrapper {
    align-items: center;
}
.prod-video .desc {
    flex-basis: 33%;
}
.prod-video #video {
    flex-basis: 67%;
}
.prod-video .video-gallery {
    display: flex;
    box-sizing: border-box;
    flex: 1 1 auto;
    flex-basis: unset;
}
@media (min-width: 768px) {
    .prod-video .video-gallery {
        flex: unset;
        flex-basis: 67%;
    }
}
.prod-video .video-gallery .swiper-container {
    max-width: 100%;
}
.prod-video .video-gallery .swiper-container img {
    width: 100%;
    height: auto;
}
.prod-video .video-gallery.col {
    margin-bottom: auto;
    box-sizing: border-box;
    width: 100%;
}
@media (min-width: 768px) {
    .prod-video .video-gallery.col {
        width: 50%;
    }
}
.prod-video .my-gallery figcaption {
    display: none;
}
.prod-video .pswp__counter,
.prod-video img.pswp__img {
    display: none !important;
}
.prod-video .pswp__caption__center {
    max-width: 75% !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.prod-video .pswp__caption__center .embed-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 50px;
}
.prod-video .swiper-slide-active {
    position: relative;
}
.prod-video .swiper-slide-active:after {
    font-family: Font Awesome\5 Free;
    content: "\f04b";
    position: absolute;
    font-size: 50px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -10%);
    cursor: pointer;
}
.prod-video .gallery-thumbs {
    display: block;
    height: 20%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.prod-video .gallery-thumbs.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.prod-video .gallery-thumbs.swiper-container .swiper-slide {
    background-color: #000;
    cursor: pointer;
}
.prod-video .gallery-thumbs.swiper-container .swiper-slide.swiper-slide-active:after,
.prod-video .gallery-thumbs.swiper-container .swiper-slide.swiper-slide-thumb-active:after,
.prod-video .gallery-thumbs.swiper-container .swiper-slide:after {
    content: unset;
}
.prod-video .gallery-thumbs.swiper-container .swiper-slide.swiper-slide-active .embed-container,
.prod-video .gallery-thumbs.swiper-container .swiper-slide.swiper-slide-thumb-active .embed-container {
    opacity: 1;
}
.prod-video .gallery-thumbs.swiper-container .swiper-slide .embed-container {
    opacity: 0.4;
    background-position: 50%;
    background-size: cover;
}
iframe {
    width: 100%;
    position: relative;
}
.iframe-outer {
    flex-basis: 67%;
    position: relative;
}
.video-gallery .swiper-button-next,
.video-gallery .swiper-button-prev {
    color: #fff;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.somaderm--science {
    background: url(/img/somaderm-water-2.png) top/cover no-repeat;
    min-height: 80vh;
    margin-top: 40px;
    justify-content: flex-end;
}
.somaderm--science,
.somaderm--science div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.somaderm--science div {
    text-align: center;
    justify-content: center;
    padding: 20px 150px;
}
@media (max-width: 767px) {
    .somaderm--science div {
        padding: 20px 10px;
    }
}
.neuravie-brain {
    background: #efe4f1 url(/img/background-neuravie-light.jpg) 50% / contain no-repeat;
    padding: 55px 0;
    color: #93509e;
}
.neuravie-brain .wrapper {
    flex-direction: column;
}
.neuravie-brain div {
    max-width: 940px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.neuravie-brain p {
    color: #4d4f53;
}
.ingredients .wrapper {
    flex-direction: column;
}
.ingredients .wrapper .col-3-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}
.ingredients .wrapper .col-3-grid .col {
    width: 100%;
}
.ingredients .wrapper .col-3-grid .col + .col {
    margin-left: 0;
    padding-left: 0;
}
.ingredients .wrapper .col-4-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}
.ingredients .wrapper .col-4-grid .col {
    width: 100%;
}
.ingredients .wrapper .col-4-grid .col + .col {
    margin-left: 0;
    padding-left: 0;
}
.ingredients ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ingredients .col {
    flex: 1 1 30%;
}
.ingredients .col + .col {
    margin-left: 0;
    padding-left: 40px;
}
.ingredients p {
    color: #747679;
}
.ingredients img {
    width: 250px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .ingredients .col {
        align-items: center;
    }
    .ingredients .col + .col {
        padding-left: 0;
    }
    .ingredients img {
        max-width: 400px;
    }
}
.neuravie .ingredients .wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}
.neuravie .ingredients h2 {
    color: #93509e;
    padding-bottom: 20px;
}
.neuravie .ingredients ul {
    flex-basis: 45%;
    padding: 0 0 30px 20px;
    flex-direction: column;
}
.neuravie .ingredients ul li {
    list-style: disc;
    font-size: 16px;
    color: #4d4f53;
    line-height: 24px;
    margin-right: 19px;
}
.neuravie .ingredients .supplement-facts {
    flex-basis: 100%;
    position: relative;
    padding-top: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #4d4f53;
    border-top: 1px solid #000;
}
.neuravie .ingredients .supplement-facts span {
    font-weight: 600;
}
.float-box {
    background: hsla(0, 0%, 100%, 0.8);
    margin: 8em 3em 3em;
    padding: 1em 3em;
}
.usage-storage {
    background: url(/img/background-marble.jpg) 50% / cover no-repeat;
}
.kg4 .usage-storage .col:first-child {
    flex: 1 1 30%;
}
.kg4 .usage-storage .col:last-child {
    flex: 1 1 70%;
}
.usage-storage p {
    color: #747679;
}
@media (max-width: 767px) {
    .usage-storage .col {
        width: 100%;
    }
}
.ketoday .usage-storage {
    padding: 100px 0;
}
.ketoday .usage-storage .ketoday--spoon__wrapper {
    position: relative;
    width: 100%;
}
.ketoday .usage-storage .ketoday--spoon__wrapper .ketoday--spoon {
    position: absolute;
    left: -40vw;
    top: 50%;
    width: 130%;
}
@media (max-width: 767px) {
    .ketoday .usage-storage .ketoday--spoon__wrapper .ketoday--spoon {
        position: relative;
        left: -60vw;
        top: -50px;
        width: 100%;
    }
}
.usage-instructions {
    background-color: rgba(147, 80, 158, 0.15);
    color: #93509e;
    padding: 40px 0;
}
.usage-instructions.usage--somaderm {
    background-color: #afe3f3;
    color: #0083be;
}
.usage-instructions.usage--somaderm ul {
    list-style: disc;
    list-style-position: outside;
    margin-top: 16px;
    margin-left: 16px;
}
.usage-instructions.usage--somaderm ul li {
    margin-left: 16px;
    padding: 4px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .usage-instructions.usage--somaderm .wrapper {
        flex-direction: column;
    }
}
.usage-instructions.usage--somaderm .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.usage-instructions.usage--somaderm .col img {
    max-width: 275px;
    min-width: 275px;
}
.usage-instructions.usage--somaderm .col .usage-content {
    flex-direction: column;
    display: flex;
    align-self: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .usage-instructions.usage--somaderm .col {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .usage-instructions.usage--somaderm .col .usage-content {
        flex-direction: column;
        display: flex;
    }
    .usage-instructions.usage--somaderm .col:last-of-type {
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .usage-instructions.usage--somaderm .col {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .usage-instructions.usage--somaderm .col .usage-content {
        flex-direction: column;
        display: flex;
        align-self: flex-start;
    }
}
.usage-instructions h2 {
    flex-basis: 32%;
}
.usage-instructions p {
    flex-basis: 65%;
    padding-top: 5px;
}
@media (min-width: 768px) {
    .usage-instructions p {
        margin-left: 30px;
    }
}
.fortress .faq-resources .faqs {
    flex-basis: 65%;
}
.fortress .faq-resources .resources {
    flex-basis: 35%;
    padding-top: 58px;
}
@media (min-width: 768px) {
    .fortress .faq-resources .col-2 .col:last-of-type {
        margin-left: 20px;
    }
}
.faq-resources {
    background-color: #f2f2f2;
}
.faq-resources .faqs {
    flex-basis: 66%;
}
.faq-resources .faqs .disclaimer {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 20px;
}
.faq-resources .resources {
    flex-basis: 32%;
    padding-top: 50px;
}
.faq-resources .resources h2 {
    font-size: 28px;
    font-size: 1.75rem;
}
.faq-resources .resources ul {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #000;
}
.faq-resources .resources ul li {
    margin-bottom: 7px;
}
.faq-resources .resources .img-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.faq-resources .resources .img-wrapper img {
    max-width: 400px;
}
.faq-resources .resources a i {
    margin-right: 10px;
}
.faq-resources .resources .shop {
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    .usage-instructions .wrapper {
        flex-direction: column;
    }
    .iframe-outer {
        width: 100%;
    }
    #brain-sec {
        padding: 55px 15px 40px;
    }
    .neuravie-brain .wrapper {
        max-width: 570px;
    }
    .resources {
        width: 100%;
    }
    .resources .img-wrapper {
        text-align: center;
    }
    .resources img {
        max-width: 590px;
    }
}
.content-page,
.content-page .breadcrumbs,
.content-page .wrapper {
    position: relative;
}
.content-page h3 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
}
.content-page .h3-500 h3 {
    font-weight: 500;
}
.content-page .col-2 .col:last-of-type {
    margin-left: 0;
}
.content-page .col-2 .col-margin__zero {
    margin: inherit;
}
@media (min-width: 649px) {
    .content-page .col-2 .col-margin__zero {
        margin: 0;
    }
}
.content-page .col-2.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    gap: 40px;
}
.content-page .col-2.grid-2.cell-wide {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.content-page .col-2 .training-opportunity-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 15px;
}
.content-page .col-2 .training-opportunity-item img {
    width: 100%;
    margin-bottom: 20px;
}
.content-page .col-2 .training-opportunity-item figcaption {
    margin-left: 0;
    justify-content: center;
}
.content-page .col-2 .training-opportunity-item ul {
    list-style-type: none;
    padding: 10px 0 0;
}
@media (min-width: 768px) {
    .content-page .col-2 .training-opportunity-item {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        padding: 0;
    }
    .content-page .col-2 .training-opportunity-item img {
        width: 275px;
    }
    .content-page .col-2 .training-opportunity-item figcaption {
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .content-page .col-2 .training-opportunity-item {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }
    .content-page .col-2 .training-opportunity-item img {
        width: 275px;
    }
    .content-page .col-2 .training-opportunity-item figcaption {
        margin-left: 20px;
    }
}
.content-page .col.legal-text strong {
    font-weight: 700;
}
.content-page .col.legal-text em {
    font-style: italic;
}
.content-page .col.legal-text ul {
    list-style: disc;
    list-style-position: inside;
    margin: 20px 0;
}
.content-page .col.legal-text hr {
    width: 100%;
    margin: 20px 0;
}
.content-page .col.col-half {
    flex: 0.5 0.5 0;
}
.content-page .col.col-thirds-primary {
    flex-basis: 66%;
    margin-bottom: 40px;
}
.content-page .col.col-thirds-primary p:last-of-type {
    margin-bottom: 20px;
}
.content-page .col.col-thirds-sub {
    flex-basis: 32%;
    width: 100%;
}
.content-page .col.col-thirds-sub h2 {
    font-size: 19px;
    margin-bottom: 40px;
}
.content-page .col.col-thirds-sub ul {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #000;
}
.content-page .col.col-thirds-sub ul li {
    margin-bottom: 7px;
}
.content-page .col.col-thirds-sub ul li a i {
    margin-right: 10px;
}
.content-page .green-box {
    margin: 20px 20px 0 0;
    padding: 20px;
    border: 1px solid #7ab800;
    border-radius: 5px;
}
.content-page .green-box p {
    color: #7ab800;
}
.content-page .background-cover {
    min-height: 25vh;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.content-page .background-cover.dark-fade {
    position: relative;
}
.content-page .background-cover.dark-fade:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 45%, #000);
    opacity: 0.5;
}
.content-page .background-cover.mobile-right {
    background-position: 100% !important;
}
@media (min-width: 649px) {
    .content-page .background-cover {
        min-height: 50vh;
    }
}
.content-page .background-cover.background-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 15px;
    min-height: 60vh;
}
.content-page .background-cover.background-hero h2,
.content-page .background-cover.background-hero p {
    color: #fff;
    margin-bottom: 20px;
}
.content-page .background-cover.background-hero p.mobile-width__expand {
    width: 100%;
}
@media (min-width: 768px) {
    .content-page .background-cover.background-hero p.mobile-width__expand {
        width: 50%;
    }
}
@media (min-width: 649px) {
    .content-page .background-cover.background-hero {
        min-height: 60vh;
    }
}
@media (max-width: 767px) {
    .content-page .background-cover.background-hero.content-mobile-top {
        align-items: flex-start;
        padding: 15px;
    }
    .content-page .background-cover.background-hero.content-mobile-bottom {
        align-items: flex-end;
        padding: 15px;
    }
}
.content-page .background-cover.top-center {
    background-position: top !important;
}
.content-page .background-cover.bottom-center {
    background-position: bottom !important;
}
.content-page .background-cover.compliance-resources {
    background: url(/img/background-compliance.jpg) 50% / cover no-repeat;
}
.content-page .background-cover.scientific-board {
    background: url(/img/background-scientific-advisory-board.jpg) top/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    min-height: 40vh;
}
.content-page .background-cover.scientific-board h2 {
    color: #fff;
}
.content-page .science-bio-wrapper {
    margin: 20px auto;
    border-bottom: 1px solid #4d4f53;
}
.content-page .science-bio-wrapper:last-of-type {
    border-bottom: 0;
}
.content-page .science-bio-wrapper.noline {
    border-bottom: none;
}
.content-page .science-bio-wrapper .col.col-thirds-primary p:last-of-type {
    margin-bottom: 0;
}
.content-page .science-bio-wrapper .col:last-of-type {
    margin-left: 0;
}
.content-page .science-bio-wrapper .science-bio-image {
    width: 90%;
}
@media (max-width: 649px) {
    .content-page .science-bio-wrapper .science-bio-image {
        width: 100%;
    }
}
.content-page .science-bio-wrapper .team-bio-image {
    width: 50%;
}
@media (max-width: 649px) {
    .content-page .science-bio-wrapper .team-bio-image {
        width: 80%;
    }
}
.content-page .email-me {
    color: #7ab800;
    letter-spacing: 1px;
}
.content-page .role-text {
    font-size: 22px;
    color: #0f100f;
}
.content-page .tech-details {
    font-size: 12px;
}
.content-page .FE-T {
    color: #7ab800;
}
.content-page .FE-T,
.content-page .I-T {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.6;
}
.content-page .I-T {
    color: #0083be;
}
.content-page .OS-T {
    color: #004165;
}
.content-page .BD-T,
.content-page .OS-T {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.6;
}
.content-page .BD-T {
    color: #93509e;
}
.content-page .device-wrapper .img-wrapper img {
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 768px) {
    .content-page .device-wrapper .col:first-of-type {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .content-page .device-wrapper .col:first-of-type {
        margin-bottom: 80px;
    }
}
.content-page .nulc-gradient {
    background: linear-gradient(45deg, #4f5054, #9a9b9c);
    min-height: 75vh;
    padding: 50px 20px;
}
@media (min-width: 649px) {
    .content-page .nulc-gradient {
        min-height: 55vh;
    }
}
.content-page .nulc-gradient .img-connect-device {
    position: relative;
    margin-top: 40px;
}
.content-page .nulc-gradient .nulc-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.content-page .nulc-gradient .nulc-content h2 {
    color: #fff;
    margin-bottom: 20px;
}
.content-page .nulc-gradient .nulc-content p {
    color: #f7711e;
    margin-bottom: 20px;
}
.content-page .table--container {
    width: 100%;
    transition: all 0.2s ease;
}
.content-page .table--wrapper {
    border: 1px solid #e9e9e9;
    border-radius: 1px;
}
.content-page .table--header {
    background-color: #7ab800;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .content-page .table--header {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
.content-page .table--row {
    padding: 8px 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    min-width: 0;
    align-items: center;
}
@media (max-width: 767px) {
    .content-page .table--row {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
.content-page .table--row:nth-child(odd) {
    background-color: #eee;
}
.content-page .table--row:hover {
    background: #eee;
    cursor: pointer;
}
.content-page .table--col {
    flex: 1;
    margin-right: 20px;
}
.content-page .table--col:first-child {
    flex: 0.5;
}
.content-page .table--col:last-child {
    margin-right: none;
}
.content-page .my-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
    position: relative;
}
.content-page .my-gallery img {
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-page .my-gallery figure {
    display: block;
    float: left;
    width: 100%;
    -webkit-animation: inherit;
    animation: inherit;
}
.content-page .my-gallery figcaption {
    display: none;
}
.content-page .my-gallery .pswp__img {
    -o-object-fit: cover;
    object-fit: cover;
}
.content-page .nul-style h2 {
    margin-bottom: 0;
    padding: 0 15px;
}
.content-page .nul-style h3,
.content-page .nul-style img,
.content-page .nul-style p {
    margin-bottom: 20px;
}
.content-page .nul-style h3 {
    font-size: 19px;
}
.content-page .error-404 {
    margin-top: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
}
.content-page .error-404 .pnlm-container,
.content-page .error-404 h2,
.content-page .error-404 p {
    margin-bottom: 20px;
}
.content-page .error-404 h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #4d4f53;
    opacity: 0.2;
}
.content-page .error-404 p {
    color: #000;
    text-align: center;
}
.content-page .error-404 img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 70%;
    object-position: 50% 70%;
}
.content-page .error-404 .search-wrapper {
    max-width: 400px;
    margin: 20px 0 50px;
}
.content-page .event-card a {
    display: block;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.content-page .event-card .iframe-pad {
    position: relative;
    background-color: #1d1e20;
    margin: 25px 0;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-items: center;
    width: 100%;
}
@media (min-width: 1200px) {
    .grid-3 {
        padding: 0;
    }
}
.search-sum {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 3px;
}
.search-sum h3 {
    font-size: 21px;
}
.search-sum .content {
    flex: 1 1 auto;
    padding: 20px;
}
.search-sum p {
    color: #747679;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-sum:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}
.search-sum:hover .thumbnail:after {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.search-sum .date {
    padding: 0 20px;
    margin: 0;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    color: #9a9b9c;
    display: inline-block;
    border-top: 1px solid #f2f2f2;
}
.search-sum .date,
.search-sum .read-link {
    margin-top: auto;
}
.pagnation {
    text-align: center;
    margin: 40px auto 0;
}
.pagnation .pagnation-numbers {
    margin-right: 5px;
}
.search .result-count {
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
}
.blog-page {
    position: relative;
}
.blog-page section.category-picker {
    padding: 20px 0;
}
.blog-page section.result-posts {
    padding-top: 0;
}
.blog-page section.recent-stories {
    padding-top: 20px;
}
.blog-page section.recent-stories h2 {
    margin-bottom: 30px;
}
.blog-page.search section.category-picker {
    padding: 0;
}
.blog-page .back-link {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .blog-page .back-link {
        margin-bottom: 20px;
    }
}
.blog-page #released {
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: hsla(0, 0%, 100%, 0.6);
}
.blog-page .breadcrumbs,
.blog-page .wrapper {
    position: relative;
}
.blog-page .breadcrumbs.pulse-article {
    background-color: transparent;
}
.blog-page .breadcrumbs.pulse-article .pulse-article_date {
    opacity: 0.5;
    margin-bottom: 20px;
}
.blog-page h2,
.blog-page h3,
.blog-page p {
    color: #4d4f53;
}
.blog-page p.tag {
    color: #fff;
}
.blog-page h3 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
}
.blog-page .iframe-outer {
    flex-basis: 67%;
    height: 100%;
    margin-bottom: 20px;
}
.blog-page .iframe-outer,
.blog-page iframe {
    position: relative;
    width: 100%;
}
.blog-page .embed-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.blog-page .embed-container embed,
.blog-page .embed-container iframe,
.blog-page .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-page .share-action {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .blog-page .share-action {
        justify-content: space-between;
        flex-direction: row;
    }
}
.blog-page .blog-author-card {
    margin: 20px 0;
    padding: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.blog-page .blog-author-card .author-image {
    padding: 75px;
    margin-right: 20px;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.blog-page .blog-author-card .author-bio {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.blog-page .col-2.col-blog-index {
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .blog-page .col-2.col-blog-index {
        flex-wrap: nowrap;
    }
}
.blog-page .col.col-half {
    flex: 0.5 0.5 0;
}
.blog-page .col.col-thirds-primary {
    flex-basis: 66%;
    margin-bottom: 40px;
}
.blog-page .col.col-thirds-primary.col-blog-content .content-title {
    font-size: 25px;
    margin: 20px 0;
}
.blog-page .col.col-thirds-primary.col-blog-content h3,
.blog-page .col.col-thirds-primary.col-blog-content p {
    margin-bottom: 20px;
}
.blog-page .col.col-thirds-primary.col-blog-content p {
    color: #4d4f53;
}
.blog-page .col.col-thirds-primary.col-blog-content span {
    color: #4d4f53;
    margin-bottom: 10px;
}
.blog-page .col.col-thirds-sub {
    flex-basis: 32%;
    width: 100%;
}
.blog-page .top {
    display: flex;
}
.blog-page .top a {
    margin: auto 0 auto auto;
    flex: 0 0 auto;
}
@media (max-width: 767px) {
    .blog-page .top {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-page .top a {
        margin: 0;
    }
}
.blog-page.search .result-posts .col {
    margin: 0;
}
.blog-page .blog-intro,
.blog-page .blog-intro .col {
    background-color: #fff;
}
.blog-page .blog-intro .col.content {
    align-items: flex-start;
}
@media (min-width: 768px) {
    .blog-page .col-2 .col:last-of-type {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .blog-page .blog-intro .search-wrapper {
        max-width: 350px;
    }
}
.blog-page .main-post {
    max-height: 488px;
}
@media only screen and (max-width: 600px) {
    .blog-page .main-post {
        max-height: 600px;
    }
}
.blog-page .before-line {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-page .before-line:before {
    width: 80px;
}
.blog-page .before-line.small:before,
.blog-page .before-line:before {
    background-color: #4d4f53;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}
.blog-page .before-line.small:before {
    width: 50px;
}
.blog-page .wrapper.popular-stories-wrapper {
    border-top: 1px solid #dfdfdf;
    padding: 80px 15px 0;
}
.blog-page .wrapper.popular-stories-wrapper .col {
    margin: 15px 0 0;
}
.blog-page .popular-stories-content {
    padding: 20px;
}
.blog-page .popular-stories-content .top {
    flex-direction: column;
}
@media (min-width: 768px) {
    .blog-page .popular-stories-content {
        padding: 0;
    }
    .blog-page .popular-stories-content .top {
        flex-direction: row;
    }
}
.blog-page .popular-stories-content .col-4 {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 40px;
    align-items: start;
}
.blog-page .popular-stories-content .popular-stories-content__image {
    height: 220px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}
@media (min-width: 768px) {
    .blog-page .popular-stories-content .popular-stories-content__image {
        height: 160px;
    }
}
.blog-page .popular-stories-content h3 {
    color: #4d4f53;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.4em;
}
.blog-page .popular-stories-content p {
    color: #4d4f53;
    font-size: 15px;
    font-weight: 300;
}
.blog-page .category-picker .col-2 .col:last-of-type {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .blog-page .category-picker .col-2 .col {
        margin-top: 0;
        margin-bottom: 0;
    }
    .blog-page .category-picker .col-2 .col:last-of-type {
        margin-left: 20px;
        margin-top: 0;
    }
}
.blog-page h4 {
    color: #4d4f53;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.blog-page .color-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.blog-page .color-social .fab {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.blog-page .color-social .fab.fa-facebook-f,
.blog-page .color-social .fab.fa-instagram,
.blog-page .color-social .fab.fa-linkedin-in,
.blog-page .color-social .fab.fa-vimeo-v,
.blog-page .color-social .fab.fa-youtube {
    background-color: #7ab800;
}
.blog-page .color-social .fab:hover {
    background-color: #0083be;
}
.blog-page .blog-summary-col__wrapper {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .blog-page .blog-summary-col__wrapper {
        margin-top: 20px;
    }
}
.blog-page .blog-summary-col__item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
}
.blog-page .blog-summary-col__item:last-of-type {
    margin-bottom: 0;
}
.blog-page .blog-summary-col__image {
    height: 100px;
    width: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}
@media (min-width: 768px) {
    .blog-page .blog-summary-col__image {
        height: 120px;
        width: 180px;
        margin-right: 0 12px;
    }
}
.blog-page .blog-summary-col__text-wrapper {
    width: 50%;
    margin-left: 12px;
}
.blog-page .blog-summary-col__text-wrapper a {
    display: inline-block;
}
.blog-page .blog-summary-col__text-wrapper .blog-summary-col__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.blog-page .blog-summary-col__text-wrapper .blog-summary-col__date {
    color: rgba(12, 12, 12, 0.5);
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-page .blog-summary-col__text-wrapper .blog-summary-col__author {
    color: hsla(0, 0%, 46.3%, 0.5);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.blog-page .blog-filter-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 40px;
    border-bottom: 1px solid #9a9b9c;
    width: 100%;
    margin-top: 20px;
}
.blog-page .blog-filter-wrapper .select-categories select {
    width: 100%;
    outline: transparent;
    color: #4d4f53;
    padding: 10px;
}
.blog-page .blog-filter-wrapper .select-categories select:focus {
    outline: transparent;
}
.blog-page .blog-filter-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none;
}
.blog-page .blog-filter-wrapper select::-ms-expand {
    display: none;
}
.blog-page .blog-filter-wrapper .select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid #9a9b9c;
    padding: 8px 12px;
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
}
.blog-page .blog-filter-wrapper .select:after,
.blog-page .blog-filter-wrapper .select select {
    grid-area: select;
}
.blog-page .blog-filter-wrapper .select:after {
    content: "";
    justify-self: end;
    width: 0.5em;
    height: 0.3em;
    background-color: #4d4f53;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.blog-page .blog-filter-wrapper select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #4d4f53;
}
.blog-page span.blog-cat {
    border: 2px solid #9a9b9c;
    background-color: #9a9b9c;
    font-size: 14px;
    margin-right: 2px;
    margin-left: 2px;
    cursor: auto;
}
.blog-page .blog-cat {
    margin-bottom: 20px;
    text-align: center;
}
.blog-page .category-box {
    padding-bottom: 0;
    border-bottom: none;
}
.blog-page .hero-a {
    padding-bottom: 0;
    padding-top: 20px;
}
.blog-page .hero-text {
    border-bottom: 2px solid #7ab800;
    max-width: 400px;
    width: 100%;
}
.blog-page .p10 {
    padding-top: 10px;
}
.blog-page .end {
    align-self: end;
}
.blog-page .nop {
    padding: 0;
}
.blog-page .m20 {
    margin-bottom: 20px;
}
.blog-page .m22 {
    margin-bottom: 22px;
}
.blog-page .mt20 {
    margin-top: 20px;
}
.blog-page .m0 {
    margin-bottom: 0;
}
.blog-page .hero-post {
    bottom: 35px;
    padding: 0 30px;
    position: absolute;
    left: 0;
}
.blog-page .hero-post a {
    color: #fff;
}
.blog-page .mt0 {
    margin-top: 0;
}
.blog-page .sub-pad {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-page .pb0 {
    padding-bottom: 0;
}
.blog-page .pt0 {
    padding-top: 0;
}
.blog-page .mt15 {
    margin-top: 15px;
}
.blog-page .blc {
    display: inline-block;
}
.card-newsletter {
    border: 1px solid #dfdfdf;
    background-color: rgba(0, 131, 190, 0.1);
    padding: 25px 25px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}
.card-newsletter span {
    padding-top: 0;
    margin-top: 0;
    position: relative;
    top: -10px;
}
.card-newsletter h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.card-newsletter p {
    color: #818181;
}
.card-newsletter form {
    width: 100%;
    margin-top: 20px;
    display: flex;
}
.card-newsletter form.sidebar {
    flex-direction: column;
    padding-bottom: 20px;
}
.card-newsletter form.sidebar .input-wrapper {
    padding-right: 0;
}
.card-newsletter input {
    width: 100%;
}
.card-newsletter .input-wrapper {
    padding-right: 20px;
}
@media (max-width: 767px) {
    .card-newsletter .col.twothirds {
        width: 100%;
        max-width: 400px;
    }
    .card-newsletter form,
    .card-newsletter form.sidebar {
        flex-direction: column;
    }
    .card-newsletter form .input-wrapper,
    .card-newsletter form.sidebar .input-wrapper {
        padding-right: 0;
    }
}
.article-nav {
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    padding: 25px;
    width: 100%;
}
.article-nav,
.article-nav .article-nav-controls {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.article-nav .article-nav-controls {
    color: #4d4f53;
}
.article-nav .article-nav-controls:first-of-type {
    margin-right: 20px;
}
.article-nav .article-nav-controls:last-of-type {
    margin-left: 20px;
}
.article-nav .article-nav-controls i:first-of-type {
    margin-right: 10px;
}
.article-nav .article-nav-controls i:last-of-type {
    margin-left: 10px;
}
.article-nav .article-nav-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.article-nav .article-nav-text .article-subtext {
    color: #9a9b9c;
    margin-bottom: 10px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.pswp__bg {
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0;
}
.pswp__img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}
.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/img/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/img/default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none;
}
.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}
a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}
a.pswp__share--download:hover {
    background: #ddd;
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: 0.75;
    padding: 0 10px;
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #bbb;
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(/img/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 0.5s linear infinite;
    animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}
@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-140deg);
    }
    to {
        transform: rotate(0);
    }
}
@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-140deg);
    }
    to {
        transform: rotate(0);
    }
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}
