 :root {--heading-font: Merriweather, serif;--body-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--system-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--primary-color: #7bbb1b;--inner-width: 1280px;--wide-inner-width: 1600px;--content-width: 780px;--wide-side-header: 300px;--reading-progress: 2px;--light-bg-color: #fff;--light-text-color: #000;--light-content-color: #191919;--dark-bg-color: #111;--dark-text-color: #fff;--dark-content-color: #e6e6e6;}:root .light-color, :root .home-widget.light-color {--bg-color: var(--light-bg-color);--text-color: var(--light-text-color);--content-color: var(--light-content-color);--post-hover-bg: #fafafa;--grey: #fafafa;--grey-alt: #f7f7f7;--form-bg: rgba(0, 0, 0, 0.04);--form-bg-hover: rgba(0, 0, 0, 0.06);--submit-bg: #000;--base-bg: #000;--base-color: #fff;--border-color: rgba(0, 0, 0, 0.05);--border-color-alt: rgba(0, 0, 0, 0.1);}:root .dark-color, :root .home-widget.dark-color {--bg-color: var(--dark-bg-color);--text-color: var(--dark-text-color);--content-color: var(--dark-content-color);--post-hover-bg: #1e1e1e;--grey: #1e1e1e;--grey-alt: #232323;--form-bg: rgba(255, 255, 255, 0.05);--form-bg-hover: rgba(255, 255, 255, 0.07);--submit-bg: rgba(255, 255, 255, 0.1);--base-bg: #fff;--base-color: #000;--border-color: rgba(255, 255, 255, 0.1);--border-color-alt: var(--border-color);}:root .change-to-color-scheme-dark *.has-background:not(.has-text-color) {--text-color: var(--dark-text-color);color: var(--dark-content-color);}:root .change-to-color-scheme-light *.has-background:not(.has-text-color) {--text-color: var(--light-text-color);color: var(--light-content-color);}@media screen and (max-width: 1600px) {:root {--wide-inner-width: var(--inner-width);}}.site-footer > *.light-color, .change-to-color-scheme-light .site-footer > *.dark-color, .change-to-color-scheme-light .site-footer > .alpaca-widget_instagram.dark-color, .change-to-color-scheme-light .site-footer > .site-footer-signup.dark-color, .change-to-color-scheme-light .site-footer > .footer-bottom.dark-color {--footer-bg: #fafafa;}.site-footer > *.dark-color, .change-to-color-scheme-dark .site-footer > *.light-color, .change-to-color-scheme-dark .site-footer > .alpaca-widget_instagram.light-color, .change-to-color-scheme-dark .site-footer > .site-footer-signup.light-color, .change-to-color-scheme-dark .site-footer > .footer-bottom.light-color {--footer-bg: #050505;}.rolling-text {--rolling-font-size: 80px;--rolling-font-size-mobile: 40px;--animation-length: 60s;}.change-to-color-scheme-light .dark-color, .change-to-color-scheme-light .home-widget.dark-color {--bg-color: var(--light-bg-color);--text-color: var(--light-text-color);--content-color: var(--light-content-color);--post-hover-bg: #fafafa;--grey: #fafafa;--grey-alt: #f7f7f7;--form-bg: rgba(0, 0, 0, 0.04);--form-bg-hover: rgba(0, 0, 0, 0.06);--submit-bg: #000;--base-bg: #000;--base-color: #fff;--border-color: rgba(0, 0, 0, 0.05);--border-color-alt: rgba(0, 0, 0, 0.1);}.change-to-color-scheme-dark .light-color, .change-to-color-scheme-dark .home-widget.light-color {--bg-color: var(--dark-bg-color);--text-color: var(--dark-text-color);--content-color: var(--dark-content-color);--post-hover-bg: #1e1e1e;--grey: #1e1e1e;--grey-alt: #232323;--form-bg: rgba(255, 255, 255, 0.05);--form-bg-hover: rgba(255, 255, 255, 0.07);--submit-bg: rgba(255, 255, 255, 0.1);--base-bg: #fff;--base-color: #000;--border-color: rgba(255, 255, 255, 0.1);--border-color-alt: var(--border-color);}@keyframes stickyHeaderShow {0% {-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes stickyHeaderShow {0% {-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes loadingSpin {0% {-webkit-transform: translateY(4px) rotate(0);-ms-transform: translateY(4px) rotate(0);transform: translateY(4px) rotate(0);}100% {-webkit-transform: translateY(4px) rotate(360deg);-ms-transform: translateY(4px) rotate(360deg);transform: translateY(4px) rotate(360deg);}}@keyframes loadingSpin {0% {-webkit-transform: translateY(4px) rotate(0);-ms-transform: translateY(4px) rotate(0);transform: translateY(4px) rotate(0);}100% {-webkit-transform: translateY(4px) rotate(360deg);-ms-transform: translateY(4px) rotate(360deg);transform: translateY(4px) rotate(360deg);}}@-webkit-keyframes videoPlayBtn {0% {-webkit-transform: translate(0, -50%) rotate(0);-ms-transform: translate(0, -50%) rotate(0);transform: translate(0, -50%) rotate(0);}100% {-webkit-transform: translate(0, -50%) rotate(360deg);-ms-transform: translate(0, -50%) rotate(360deg);transform: translate(0, -50%) rotate(360deg);}}@keyframes videoPlayBtn {0% {-webkit-transform: translate(0, -50%) rotate(0);-ms-transform: translate(0, -50%) rotate(0);transform: translate(0, -50%) rotate(0);}100% {-webkit-transform: translate(0, -50%) rotate(360deg);-ms-transform: translate(0, -50%) rotate(360deg);transform: translate(0, -50%) rotate(360deg);}}@-webkit-keyframes playBtnPosition {0% {-webkit-transform: translateY(30px);-ms-transform: translateY(30px);transform: translateY(30px);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@keyframes playBtnPosition {0% {-webkit-transform: translateY(30px);-ms-transform: translateY(30px);transform: translateY(30px);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes heartBeat {0%, 100% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(0.85);-ms-transform: scale(0.85);transform: scale(0.85);}}@keyframes heartBeat {0%, 100% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(0.85);-ms-transform: scale(0.85);transform: scale(0.85);}}html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}h1 {font-size: 2em;margin: 0 0 0.67em;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}* {box-sizing: border-box;padding: 0;margin: 0 auto;-webkit-font-smoothing: antialiased;-ms-word-wrap: break-word;word-wrap: break-word;word-break: break-word;}*:focus {outline: 0;}html {width: 100%;}html:not(.no-touch) div {background-attachment: scroll !important;}body {overflow-x: hidden;width: 100%;height: auto;min-height: 100%;margin: 0 auto;background: #fff;color: #000;}body#tinymce {padding: 20px !important;background: #fff;}#page {position: relative;z-index: 2;overflow-x: hidden;width: 100%;height: auto;}article {position: relative;}ul, ol {padding: 0;margin: 0 0 30px 30px;}li > ul, li > ol {margin-bottom: 0;}dl {margin: 0 0 30px;}dt {font-weight: 700;}dd {margin: 0 0 30px 15px;}figure {position: relative;overflow: hidden;max-width: 100%;margin: 0;}figure img {display: block;}img {height: auto;max-width: 100%;border: 0;}.featured-img img {display: block;}hr {display: block;height: 1px;padding: 0;margin: 0 auto 30px;border: 0;background-color: rgba(0, 0, 0, 0.1);}.change-to-color-scheme-light .dark-color hr {background-color: rgba(0, 0, 0, 0.1);}.dark-color hr, .change-to-color-scheme-dark .light-color hr {background-color: rgba(255, 255, 255, 0.15);}hr.lo-divider {background: none !important;}.hide {display: none !important;}.container:after, #page ul:after, .site-header ul:after, .main:after, .home-widget .section-content:after, .posts-wrapper:after, .article-content:after, .entry-content:after, .entry-footer:after, .single .primary > .post:after, .header-text:after, .post-navigation .nav-links:after, .image-gallery:after, .widget_mc4wp_form_widget .fields-container:after, .entry-content .gallery:after, .comments-area .navigation .nav-links:after, .widget.widget_archive ul li:after, .widget.widget_categories ul li:after, .widget.alpaca-widget_posts ul:after, .widget.alpaca-widget_cat:after, .lo-row:after, .gallery[class*="gallery-columns-"]:after, .fields-container:after, .authors-list:after {position: relative;display: block;content: "";clear: both;}.says, .screen-reader-text {position: absolute !important;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);width: 1px;height: 1px;padding: 0;margin: -1px;border: 0;word-wrap: normal !important;}.site .skip-link {top: -9999em;left: -9999em;display: block;padding: 15px 23px 14px;background-color: #f1f1f1;box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);color: #21759b;font-family: Montserrat, "Helvetica Neue", sans-serif;font-size: 14px;font-weight: 700;outline: none;text-decoration: none;text-transform: none;}.logged-in .site .skip-link {box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);font-family: "Open Sans", sans-serif;}.site .skip-link:focus {z-index: 100000;top: 7px;left: 6px;clip: auto;width: auto;height: auto;}.alignleft {float: left;display: inline;}.alignleft[class*="wp-block-"] {margin-right: 30px;}.alignright {float: right;display: inline;}.alignright[class*="wp-block-"] {margin-left: 30px;}.aligncenter {display: block;margin-right: auto !important;margin-left: auto !important;text-align: center;clear: both;}figure.alignleft, img.alignleft, .wp-block-image .alignleft {margin: 8px 30px 30px 0;}figure.alignright, img.alignright, .wp-block-image .alignright {margin: 8px 0 30px 30px;}.site-content .button:not(.lo-button), .widget-area .button:not(.lo-button) {position: relative;z-index: 9;display: inline-block;padding: 0 30px;background: none;border: 1px solid var(--primary-color);border-radius: 0;color: inherit;font-size: 11px;font-size: 0.6875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;line-height: 42px;text-align: center;transition: 0.4s;overflow: hidden;}.entry-content .button:not(.lo-button):before, .widget-area .button:not(.lo-button):before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;content: "";-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);transition: transform 0.3s;}.light-color .entry-content .button:not(.lo-button):before, .light-color .widget-area .button:not(.lo-button):before {background: #000;}.dark-color .entry-content .button:not(.lo-button):before, .dark-color .widget-area .button:not(.lo-button):before {background: #fff;}.no-touch .light-color .entry-content .button:not(.lo-button):hover, .no-touch .light-color .widget-area .button:not(.lo-button):hover {border-color: #000;color: #fff;}.no-touch .dark-color .entry-content .button:not(.lo-button):hover, .no-touch .dark-color .widget-area .button:not(.lo-button):hover {border-color: #fff;color: #000;}.no-touch .entry-content .button:not(.lo-button):hover:before, .no-touch .widget-area .button:not(.lo-button):hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.author-photo {width: 120px;}.author-photo img {display: block;border-radius: 50%;}.tagcloud {font-size: 0;}.tagcloud a {display: inline-block;padding: 4px 16px;margin: 0 6px 6px 0;border-radius: 99px;border: 1px solid rgba(0, 0, 0, 0.1);font-size: 13px !important;font-size: 0.8125rem !important;font-weight: 400;}.light-color .tagcloud a, .change-to-color-scheme-light .dark-color .tagcloud a, .widget-area.light-color .tagcloud a, .change-to-color-scheme-light .widget-area.dark-color .tagcloud a {border-color: rgba(0, 0, 0, 0.1);}.dark-color .tagcloud a, .change-to-color-scheme-dark .light-color .tagcloud a, .widget-area.dark-color .tagcloud a, .change-to-color-scheme-dark .widget-area.light-color .tagcloud a {border-color: rgba(255, 255, 255, 0.15);}.no-touch .tagcloud a:hover {border-color: var(--primary-color);}.close-button {z-index: 9;display: block;width: 40px;height: 40px;font-size: 0;cursor: pointer;transition: 0.4s;}.close-button:before, .close-button:after {position: absolute;top: 19px;left: 8px;display: block;width: 25px;height: 2px;background: currentColor;content: "";transition: transform 0.25s;}.close-button:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.close-button:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}@media screen and (min-width: 1025px) {.close-button:hover:before {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}.close-button:hover:after {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}}.slick-dots button, .slick-arrow {background: none;border: 0;box-shadow: none;font-size: 0;pointer-events: auto;transition: 0.4s;}.slick-arrow {position: absolute;z-index: 99;width: 40px;height: 40px;background: #fff;border-radius: 50%;color: #000;line-height: 40px;cursor: pointer;opacity: 0;}.slick-arrow.slick-prev {left: 20px;}.slick-arrow.slick-next {right: 20px;}.slick-arrow:after {position: absolute;top: 0;left: 0;z-index: 3;display: block;width: 100%;height: 100%;font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 20px;font-size: 1.25rem;line-height: inherit;text-align: center;}.slick-arrow.slick-prev:after {content: "\23";}.slick-arrow.slick-next:after {content: "\24";}.touch .slick-slider .slick-arrow, .no-touch .slick-slider:hover .slick-arrow {opacity: 1;}.slick-dots {position: absolute;bottom: 30px;left: 0;width: 100%;margin: 0;list-style: none;}.slick-dots li {display: inline-block;}.slick-dots li button {width: 5px;height: 5px;margin: 5px;border-radius: 50%;background: #fff;opacity: 0.5;}.slick-dots li.slick-active button {opacity: 1;}.slick-slide > div {font-size: 0;}.container {position: relative;z-index: 1;padding: 0 30px;width: 100%;max-width: var(--wide-inner-width);}.site-content {position: relative;z-index: 9;}.primary > *:last-child {margin-bottom: 0;}.light-color, .dark-color {background: var(--bg-color);color: var(--text-color);}.light-color #page, .dark-color #page {background: var(--bg-color);}.sidebar .sidebar-container {max-width: 600px;padding: 60px 0;background: inherit;}.n2-section-smartslider * {margin: 0;}@media screen and (min-width: 600px) {.container {padding: 0 60px;}}@media screen and (min-width: 1120px) {.site-content[class*="with-sidebar-"] .main > .container {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: stretch;}.site-content[class*="with-sidebar-"] .primary {width: calc(100% - 360px);}.site-content[class*="with-sidebar-"] .sidebar {width: 300px;}.site-content[class*="with-sidebar-"] .sidebar .sidebar-container {padding-top: 0;width: inherit;}.site-content[class*="with-sidebar-"].with-sidebar-left .primary {margin-right: 0;order: 2;}.site-content[class*="with-sidebar-"].with-sidebar-left .sidebar {margin-left: 0;order: 1;}.site-content[class*="with-sidebar-"].with-sidebar-right .primary {margin-left: 0;}.site-content[class*="with-sidebar-"].with-sidebar-right .sidebar {margin-right: 0;}.hide-on-desktop {display: none;}}@media screen and (min-width: 1440px) {.site-content[class*="with-sidebar-"] .primary {width: calc(100% - 380px);}}@media screen and (max-width: 1119px) {.hide-on-mobile {display: none;}}body, .site-header .primary-menu, .primary-menu ul.sub-menu li a, #cancel-comment-reply-link, .widget-title, blockquote cite, blockquote small, figcaption, .wp-caption-text, .inline-post {font-family: var(--body-font);}.main-navigation, .search-screen input[type="search"], .search-screen.minimal .search-filters a, .navigation .post-title, blockquote, h1, h2, h3, h4, h5, h6, .site-branding .site-title, .entry-title, .header-text .entry-excerpt, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li > a, .widget.widget_rss ul li .rsswidget, .wp-block-latest-posts a, .wp-block-latest-comments .wp-block-latest-comments__comment-link, .wp-block-rss__item-title {font-family: var(--heading-font);}body {font-size: 16px;font-size: 1rem;font-weight: 400;line-height: 1.6;}a {color: inherit;text-decoration: none;transition: all 0.4s;}.entry-content p:not([class]) a, .entry-content p.has-drop-cap a, .entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a, .entry-content figcaption a, .entry-content ol:not([class]) li a, .entry-content ul:not([class]) li a, .entry-content table a, .entry-content dd a, .comment-content a, .cta-text a:not(.button), .wp-block-cover a:not([class*="button"]), .wp-block-file a:not([class*="button"]), .woocommerce-product-details__short-description a, .woocommerce-MyAccount-content a:not([class*="button"]), a.showcoupon, .mc4wp-form a, .header-img .featured-img-caption a, .gallery-slider.fullscreen .wp-caption-text a {color: var(--text-color);background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);background-size: 100% 100%;background-position: 100%;background-repeat: no-repeat;padding-bottom: 2px;}.no-touch .entry-content p:not([class]) a:hover, .no-touch .entry-content p.has-drop-cap a:hover, .no-touch .entry-content h1 a:hover, .no-touch .entry-content h2 a:hover, .no-touch .entry-content h3 a:hover, .no-touch .entry-content h4 a:hover, .no-touch .entry-content h5 a:hover, .no-touch .entry-content h6 a:hover, .no-touch .entry-content figcaption a:hover, .no-touch .entry-content ol:not([class]) li a:hover, .no-touch .entry-content ul:not([class]) li a:hover, .no-touch .entry-content table a:hover, .no-touch .entry-content dd a:hover, .no-touch .comment-content a:hover, .no-touch .cta-text a:not(.button):hover, .no-touch .wp-block-cover a:not([class*="button"]):hover, .no-touch .wp-block-file a:not([class*="button"]):hover, .no-touch .woocommerce-product-details__short-description a:hover, .no-touch .woocommerce-MyAccount-content a:not([class*="button"]):hover, .no-touch a.showcoupon:hover, .no-touch .mc4wp-form a:hover, .no-touch .header-img .featured-img-caption a:hover, .no-touch .gallery-slider.fullscreen .wp-caption-text a:hover {background-size: 0 100%;color: var(--primary-color);}.header-img .featured-img-caption a, .wp-block-gallery .blocks-gallery-item__caption a, .entry-content .wp-block-cover a:not([class*="button"]), .entry-content + .signup-form a, .home-widget.signup-form .bg-container + .container a, .site-footer-signup .bg-container + .container a {color: inherit;background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);}.no-touch .header-img .featured-img-caption a:hover, .no-touch .wp-block-gallery .blocks-gallery-item__caption a:hover, .no-touch .entry-content .wp-block-cover a:not([class*="button"]):hover, .no-touch .entry-content + .signup-form a:hover, .no-touch .home-widget.signup-form .bg-container + .container a:hover, .no-touch .site-footer-signup .bg-container + .container a:hover {color: inherit;}.gallery-slider.fullscreen .wp-caption-text a {color: inherit;}.textwidget a, .widget.widget_calendar a {color: var(--primary-color);}.entry-content, .home-widget .section-content {font-size: 16px;font-size: 1rem;line-height: 1.8;}.entry-content > ul:not([class]) li:not(:last-child), .entry-content > ol:not([class]) li:not(:last-child), .home-widget .section-content > ul:not([class]) li:not(:last-child), .home-widget .section-content > ol:not([class]) li:not(:last-child) {margin-bottom: 8px;}.entry-content > ul:not([class]) ul, .entry-content > ul:not([class]) ol, .entry-content > ol:not([class]) ul, .entry-content > ol:not([class]) ol, .home-widget .section-content > ul:not([class]) ul, .home-widget .section-content > ul:not([class]) ol, .home-widget .section-content > ol:not([class]) ul, .home-widget .section-content > ol:not([class]) ol {margin-top: 8px;}.entry-content > *:first-child, .home-widget .section-content > *:first-child {margin-top: 0;}.entry-content {color: var(--content-color);}.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content form {color: var(--text-color);}.entry-content *.has-text-color h1, .entry-content *.has-text-color h2, .entry-content *.has-text-color h3, .entry-content *.has-text-color h4, .entry-content *.has-text-color h5, .entry-content *.has-text-color h6, .entry-content *.has-text-color form {color: inherit;}h1, h2, h3, h4, h5, h6 {font-weight: 600;line-height: 1.3;}.entry-content h1, .home-widget .section-content h1, .comment-content h1, .widget-area h1, .entry-content h2, .home-widget .section-content h2, .comment-content h2, .widget-area h2, .entry-content h3, .home-widget .section-content h3, .comment-content h3, .widget-area h3, .entry-content h4, .home-widget .section-content h4, .comment-content h4, .widget-area h4, .entry-content h5, .home-widget .section-content h5, .comment-content h5, .widget-area h5, .entry-content h6, .home-widget .section-content h6, .comment-content h6, .widget-area h6 {margin-bottom: 30px;}.entry-content * + h1, .home-widget .section-content * + h1, .entry-content * + h2, .home-widget .section-content * + h2, .entry-content * + h3, .home-widget .section-content * + h3, .entry-content * + h4, .home-widget .section-content * + h4, .entry-content * + h5, .home-widget .section-content * + h5, .entry-content * + h6, .home-widget .section-content * + h6 {margin-top: 50px;}.comment-content * + h1, .comment-content * + h2, .comment-content * + h3, .comment-content * + h4, .comment-content * + h5, .comment-content * + h6 {margin-top: 30px;}h1 {font-size: 36px;font-size: 2.25rem;}h2 {font-size: 32px;font-size: 2rem;}h3 {font-size: 28px;font-size: 1.75rem;}h4 {font-size: 24px;font-size: 1.5rem;}h5 {font-size: 21px;font-size: 1.3125rem;}h6 {font-size: 18px;font-size: 1.125rem;}.comment-content h1, .widget-area h1 {font-size: 28px;font-size: 1.75rem;}.comment-content h2, .widget-area h2 {font-size: 24px;font-size: 1.5rem;}.comment-content h3, .widget-area h3 {font-size: 21px;font-size: 1.3125rem;}.comment-content h4, .widget-area h4 {font-size: 18px;font-size: 1.125rem;}.comment-content h5, .widget-area h5 {font-size: 16px;font-size: 1rem;}.comment-content h6, .widget-area h6 {font-size: 14px;font-size: 0.875rem;}.entry-title {width: 100%;font-weight: 700;letter-spacing: 0;}.posts .entry-title {line-height: 1.5;}.entry-title a {color: inherit;}.widget-area .widget-title, .search-screen .filter-title {position: relative;display: inline-block;margin-bottom: 30px;border-bottom: 1px solid;font-size: 13px;font-size: 0.8125rem;font-weight: 700;line-height: 1;letter-spacing: 1px;text-transform: uppercase;}.sidebar .widget-header .widget-title {display: block;}.section-title, .related-posts-title, .comments-area .comments-title, .comment-respond .comment-reply-title {margin-bottom: 40px;font-size: 21px;font-size: 1.3125rem;font-weight: 500;letter-spacing: 0;text-transform: none;line-height: 1;}.section-title {display: block;}.site-header-horizontal .section-header {text-align: center;}.section-header .section-title:not(:last-child) {margin-bottom: 8px;}.section-sub-title {font-size: 14px;font-size: 0.875rem;opacity: 0.6;margin-bottom: 40px;}p {margin: 0 auto 30px;font-size: inherit;}blockquote {position: relative;margin: 0;padding: 0 0 0 50px;color: var(--text-color);}blockquote:before {position: absolute;top: -10px;left: 10px;font-size: 36px;font-size: 2.25rem;font-weight: 800;line-height: 1.8;content: "\201c";}.entry-content blockquote {margin: 50px 0;}.comment-content blockquote {margin: 30px 0;}.comment-content blockquote:first-child, .entry-content blockquote:first-child {margin-top: 0;}blockquote p {position: relative;z-index: 9;font-size: 18px;font-size: 1.125rem;font-weight: 400;font-style: normal;line-height: 1.6;}blockquote p:last-of-type {margin-bottom: 0;}blockquote cite, blockquote small {position: relative;display: inline-block;margin-top: 24px;font-size: 14px;font-size: 0.875rem;font-weight: 500;font-style: normal;line-height: 1.5;text-transform: uppercase;letter-spacing: 1px;}table {width: 100%;max-width: 100%;margin: 0 0 30px;border-collapse: separate;border-spacing: 0;border-width: 1px;border-style: solid;border-color: currentColor;border-top: none;border-right: none;border-left: none;background: none;color: inherit;font-size: 14px;font-size: 0.875rem;}table th, table td {padding: 16px 16px 16px 0;vertical-align: top;line-height: 1.5;}table th {font-weight: 700;text-align: left;}table thead th {border-bottom: 1px solid;font-size: 12px;font-size: 0.75rem;letter-spacing: 0.5px;font-weight: 500;text-transform: uppercase;word-break: normal;}table tbody tr:not(:last-child) th, table tbody tr:not(:last-child) td {border-bottom: 1px solid var(--border-color);}table tfoot tr td {border-top: 1px solid var(--border-color);}table caption {margin: 15px auto;font-size: 12px;font-size: 0.75rem;}pre, code, kbd {background-color: var(--grey-alt);color: var(--text-color);}pre {display: block;padding: 30px;margin: 30px 0;tab-size: 4;overflow: auto;font-size: 16px;}code, kbd {padding: 5px;font-size: 14px;}fieldset {padding: 0;margin: 0;border: none;}dfn, cite, em, i {font-style: italic;}address {margin: 0 0 30px;font-style: italic;}code, kbd, tt, var, samp, pre {font-family: Menlo, Consolas, monaco, monospace;}abbr, acronym {cursor: help;}mark {padding: 1.75px 3.5px;background: var(--primary-color);text-decoration: none;}ins {font-style: italic;}big {font-size: 125%;}@media screen and (min-width: 600px) {.entry-content blockquote, .section-content blockquote {padding: 0 50px 0 80px;}.entry-content blockquote:before, .section-content blockquote:before {left: 30px;}}@media screen and (min-width: 1024px) {.entry-content blockquote p, .section-content blockquote p {font-size: 24px;font-size: 1.5rem;}}@media screen and (min-width: 1120px) {.site-content[class*="with-sidebar-"] .primary .section-header {text-align: left;}.section-title {font-size: 24px;font-size: 1.5rem;}}nav ul {margin: 0;list-style: none;font-size: 0;}.site-branding, .site-titles {margin: 0 auto;}.site-branding {font-size: 0;}.site-header .site-branding {padding: 10px 20px;}.site-branding a {display: inline-block;color: inherit;}.site-branding img {display: block;}.site-header.light-color .site-branding .dark-logo, .site-header.dark-color .site-branding .light-logo, .change-to-color-scheme-light .site-header.dark-color .site-branding .dark-logo, .change-to-color-scheme-dark .site-header.light-color .site-branding .light-logo {display: none;}.change-to-color-scheme-light .site-header.dark-color .site-branding .light-logo, .change-to-color-scheme-dark .site-header.light-color .site-branding .dark-logo {display: block;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.site-branding img {width: 100% !important;}}.site-titles:not(:first-child) {margin-top: 10px;}.site-titles p {margin-bottom: 0;}.site-titles .site-title {margin-top: 0;margin-bottom: 0;font-size: 24px;font-size: 1.5rem;font-weight: 700;line-height: 1;}.site-titles .site-description {display: block;margin-top: 5px;font-size: 10px;font-size: 0.625rem;line-height: 1;font-weight: 500;letter-spacing: 1px;white-space: nowrap;text-transform: uppercase;opacity: 0.8;}.site-titles.hide-title-tagline {position: absolute !important;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);width: 1px;height: 1px;padding: 0;margin: -1px;border: 0;word-wrap: normal !important;}.site-header {position: relative;z-index: 1001;top: 0;left: 0;width: 100%;line-height: 1.5;background-size: cover;background-position: 50% 50%;}.site-header.light-color, .change-to-color-scheme-light .site-header.dark-color {background-color: #fafafa;}.site-header.dark-color, .change-to-color-scheme-dark .site-header.light-color {background-color: #050505;}.site-header .site-header-main {position: relative;z-index: 3;width: 100%;background: inherit;}.site-header .container {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;z-index: 3;width: calc(100% - 20px);height: 100%;min-height: 70px;padding: 10px 0;text-align: center;}.site-header .menu-toggle {position: relative;z-index: 999;width: 50px;height: 50px;background: none;border: none;box-shadow: none;color: inherit;font-size: 0;line-height: 50px;cursor: pointer;transition: transform 0.3s;transform-origin: 50% 50%;}.site-header .menu-toggle:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;content: "\f0c9";font-size: 12px;-webkit-transform: scaleX(1.3);-ms-transform: scaleX(1.3);transform: scaleX(1.3);}.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {outline: 0;}.site-header .menu-toggle.toggled-on:before, .site-header .menu-toggle.toggled-on:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;width: 18px;height: 2px;background: currentColor;content: "";}.site-header .menu-toggle.toggled-on:before {-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);}.site-header .menu-toggle.toggled-on:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);-webkit-transform: translate(-50%, -50%) rotate(135deg);-ms-transform: translate(-50%, -50%) rotate(135deg);transform: translate(-50%, -50%) rotate(135deg);}.site-header .header-section-misc {position: absolute;top: 0;right: 0;-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row-reverse;width: auto;height: 100%;}.site-header .social-navigation {display: none;}.site-header .social-navigation:only-child {margin-right: 20px;}.site-header .social-navigation ul.social-nav li a:before {font-size: 15px;font-size: 0.9375rem;}.site-header.is-sticky .site-header-main {position: fixed !important;top: 0;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}.site-header.is-sticky.show-header .site-header-main {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);transition: transform 0.4s ease-out;}.site-header.is-sticky.hide-header .site-header-main {-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: transform 0.4s ease-out;}.site-header-v-wide .site-header .nav-wrapper {display: none;}.site-header-horizontal .site-header .menu-container {display: none;}.touch .site-header-horizontal .site-header .menu-container {display: none;}.touch .site-header-horizontal .site-header .menu-toggle {display: block;}.site-header-horizontal .site-header .header-section-misc.left {right: auto;left: 0;}.site-header-horizontal .site-header .header-section-misc.right {right: 0;}.header-section-misc.right {pointer-events: none;}.header-section-misc.right > * {pointer-events: initial;}.site-header-horizontal-3 .site-header .site-branding, .site-header-horizontal-3 .site-header .site-titles {margin-left: 0;text-align: left;}.site-header-horizontal-3 .site-header .menu-toggle {order: 1;}.site-header-horizontal-3 .site-header .site-branding {order: 2;}.site-header-horizontal-4 .site-header .menu-toggle, .site-header-horizontal-4 .site-header .menu-container {position: absolute;}.site-header-vertical .site-header .menu-toggle {order: 1;}.site-header-vertical .site-header .site-branding {order: 2;}.primary-menu {display: block;text-align: left;}.primary-menu li {display: block;}.primary-menu li, .primary-menu a {position: relative;}.primary-menu .dropdown-toggle {position: relative;margin-left: 5px;width: 40px;height: 40px;background: none;border: none;color: inherit;cursor: pointer;transition: 0.4s;}.primary-menu .dropdown-toggle:before {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;display: block;font-size: 21px;font-size: 1.3125rem;content: "\35";}.primary-menu .dropdown-toggle.toggled-on:before {content: "\33";}.primary-menu .dropdown-toggle.toggled-on + .sub-menu {display: block;}.primary-menu .sub-menu {display: none;margin: 5px 0 5px 30px;}.primary-menu .sub-menu a {display: inline-block;padding: 6px 0;font-size: 16px;font-size: 1rem;line-height: 30px;}.primary-menu .sub-menu a:before {position: absolute;top: 16px;left: 10px;display: block;width: 4px;height: 4px;border-radius: 50%;background: var(--primary-color);content: "";-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);transition: 0.3s;}.no-touch .primary-menu .sub-menu a:hover:before, .primary-menu .sub-menu li.current-menu-item > a:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.primary-menu .sub-menu .dropdown-toggle:before {font-size: 16px;font-size: 1rem;}.primary-menu > li.current-menu-item > a, .primary-menu li.current-menu-ancestor > a {color: var(--primary-color);}.alpaca-fullmenu .primary-menu > li > a, .site-header-v-wide .site-header .primary-menu > li > a {display: inline-block;line-height: 1.5;}.alpaca-fullmenu .primary-menu > li > a:before, .site-header-v-wide .site-header .primary-menu > li > a:before {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 0;display: inline-block;font-size: 13px;font-size: 0.8125rem;content: "\4c";}.alpaca-fullmenu .primary-menu > li.current-menu-item > a:before, .alpaca-fullmenu .primary-menu > li.current-menu-ancestor > a:before, .site-header-v-wide .site-header .primary-menu > li.current-menu-item > a:before, .site-header-v-wide .site-header .primary-menu > li.current-menu-ancestor > a:before {color: var(--primary-color);}.no-touch .alpaca-fullmenu .primary-menu a:hover, .no-touch .site-header-v-wide .site-header .primary-menu a:hover {-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}.alpaca-fullmenu .primary-menu .sub-menu, .site-header-v-wide .site-header .primary-menu .sub-menu {padding: 8px 0;border-top: 1px solid;border-bottom: 1px solid;}.alpaca-fullmenu .primary-menu .sub-menu ul, .site-header-v-wide .site-header .primary-menu .sub-menu ul {padding: 0;border: none;}.alpaca-fullmenu .primary-menu > li > a {padding: 12px 0 12px 40px;font-size: 24px;font-size: 1.5rem;}.alpaca-fullmenu .primary-menu .sub-menu {margin: 0 0 0 40px;}.alpaca-fullmenu .primary-menu .sub-menu a:before {top: 20px;left: -15px;}.alpaca-fullmenu .primary-menu .sub-menu ul {margin-left: 20px;}.alpaca-fullmenu .primary-menu .sub-menu ul li {border-top: 1px solid;}.alpaca-fullmenu .primary-menu .sub-menu ul a {line-height: 24px;padding: 9px 0;}.no-touch .alpaca-fullmenu .primary-menu:hover a, .no-touch .alpaca-fullmenu .primary-menu:hover .dropdown-toggle {opacity: 0.7;}.no-touch .alpaca-fullmenu .primary-menu:hover li:hover a, .no-touch .alpaca-fullmenu .primary-menu:hover .dropdown-toggle:hover {opacity: 1;}.alpaca-fullmenu .primary-menu > li > .dropdown-toggle {height: 60px;}.alpaca-fullmenu .primary-menu .menu-item-has-children .dropdown-toggle {float: right;}.alpaca-fullmenu .primary-menu .menu-item-has-children ul {clear: both;}.site-header-v-wide .site-header .primary-menu > li > a {padding: 8px 0 8px 25px;font-size: 16px;font-size: 1rem;font-weight: 500;}.site-header-v-wide .site-header .primary-menu .sub-menu {margin: 0 0 0 25px;}.site-header-v-wide .site-header .primary-menu .sub-menu ul {margin-left: 20px;}.site-header-v-wide .site-header .primary-menu .sub-menu a {font-size: 14px;font-size: 0.875rem;padding: 0;}.site-header-v-wide .site-header .primary-menu .sub-menu a:before {top: 13px;left: -15px;}.site-header-v-wide .site-header .primary-menu .sub-menu ul li a {line-height: 20px;padding: 5px 0;}.site-header-v-wide .site-header .primary-menu .dropdown-toggle {position: absolute;top: 0;right: -30px;}.no-touch .site-header-v-wide .site-header .primary-menu .dropdown-toggle {opacity: 0;}.site-header-v-wide .site-header .primary-menu .sub-menu .dropdown-toggle {top: 0;height: 30px;}.site-header-v-wide .site-header .no-touch .primary-menu .dropdown-toggle.toggled-on, .no-touch .site-header-v-wide .site-header .primary-menu li:hover > .dropdown-toggle {opacity: 1;}.site-header-v-wide .site-header.light-color .primary-menu .sub-menu, .change-to-color-scheme-light .site-header-v-wide .site-header.dark-color .primary-menu .sub-menu, .alpaca-fullmenu .menu-wrapper.light-color .primary-menu .sub-menu, .alpaca-fullmenu .menu-wrapper.light-color .primary-menu .sub-menu .sub-menu li, .change-to-color-scheme-light .alpaca-fullmenu .menu-wrapper.dark-color .primary-menu .sub-menu, .change-to-color-scheme-light .alpaca-fullmenu .menu-wrapper.dark-color .primary-menu .sub-menu .sub-menu li {border-color: rgba(0, 0, 0, 0.05);}.site-header-v-wide .site-header.dark-color .primary-menu .sub-menu, .change-to-color-scheme-dark .site-header-v-wide .site-header.light-color .primary-menu .sub-menu, .alpaca-fullmenu .menu-wrapper.dark-color .primary-menu .sub-menu, .alpaca-fullmenu .menu-wrapper.dark-color .primary-menu .sub-menu .sub-menu li, .change-to-color-scheme-dark .alpaca-fullmenu .menu-wrapper.light-color .primary-menu .sub-menu, .change-to-color-scheme-dark .alpaca-fullmenu .menu-wrapper.light-color .primary-menu .sub-menu .sub-menu li {border-color: rgba(255, 255, 255, 0.1);}ul.social-nav {margin: 0;}ul.social-nav li {display: inline-block;}ul.social-nav li a {display: block;height: 30px;padding: 0 15px;text-align: center;line-height: 30px;font-size: 0 !important;}.no-touch ul.social-nav li a:hover {color: var(--primary-color);}ul.social-nav li a:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;font-size: 18px;font-size: 1.125rem;content: "\f1e0";}ul.social-nav li a[title="website"]:before, ul.social-nav li a[title="Website"]:before {content: "\f0c1";}ul.social-nav li a[href*="mailto"]:before {content: "\f0e0";}ul.social-nav li a[href*="bloglovin"]:before {content: "\f004";}ul.social-nav li a[href*="twitter"]:before, ul.social-nav li a[href*="facebook"]:before, ul.social-nav li a[href*="google"]:before, ul.social-nav li a[href*="pinterest"]:before, ul.social-nav li a[href*="instagram"]:before, ul.social-nav li a[href*="behance"]:before, ul.social-nav li a[href*="vimeo"]:before, ul.social-nav li a[href*="youtube"]:before, ul.social-nav li a[href*="snapchat"]:before, ul.social-nav li a[href*="medium"]:before, ul.social-nav li a[href*="linkedin"]:before, ul.social-nav li a[href*="flickr"]:before, ul.social-nav li a[href*="etsy"]:before, ul.social-nav li a[href*="dribbble"]:before, ul.social-nav li a[href*="tumblr"]:before, ul.social-nav li a[href*="vine"]:before, ul.social-nav li a[href*="vk"]:before, ul.social-nav li a[href*="del.icio"]:before, ul.social-nav li a[href*="reddit"]:before, ul.social-nav li a[href*="yelp"]:before, ul.social-nav li a[href*="soundcloud"]:before, ul.social-nav li a[href*="500px"]:before, ul.social-nav li a[href*="digg"]:before, ul.social-nav li a[href*="foursquare"]:before, ul.social-nav li a[href*="houzz"]:before, ul.social-nav li a[href*="tripadvisor"]:before, ul.social-nav li a[href*="play.google"]:before, ul.social-nav li a[href*="apple"]:before, ul.social-nav li a[href*="slack"]:before, ul.social-nav li a[href*="amazon"]:before, ul.social-nav li a[href*="codepen"]:before, ul.social-nav li a[href*="deviantart"]:before, ul.social-nav li a[href*="github"]:before, ul.social-nav li a[href*="wordpress"]:before, ul.social-nav li a[href*="tiktok"]:before, ul.social-nav li a[href*="unsplash"]:before, ul.social-nav li a[href*="spotify"]:before {font-family: "Font Awesome 5 Brands";font-weight: 400;}ul.social-nav li a[href*="wordpress"]:before {content: "\f411";}ul.social-nav li a[href*="twitter"]:before {content: "\f099";}ul.social-nav li a[href*="facebook"]:before {content: "\f39e";}ul.social-nav li a[href*="google"]:before {content: "\f0d5";}ul.social-nav li a[href*="pinterest"]:before {content: "\f0d2";}ul.social-nav li a[href*="instagram"]:before {content: "\f16d";}ul.social-nav li a[href*="behance"]:before {content: "\f1b4";}ul.social-nav li a[href*="vimeo"]:before {content: "\f27d";}ul.social-nav li a[href*="youtube"]:before {content: "\f167";}ul.social-nav li a[href*="snapchat"]:before {content: "\f2ac";}ul.social-nav li a[href*="medium"]:before {content: "\f3c7";}ul.social-nav li a[href*="linkedin"]:before {content: "\f0e1";}ul.social-nav li a[href*="flickr"]:before {content: "\f16e";}ul.social-nav li a[href*="etsy"]:before {content: "\f2d7";}ul.social-nav li a[href*="dribbble"]:before {content: "\f17d";}ul.social-nav li a[href*="tumblr"]:before {content: "\f173";}ul.social-nav li a[href*="vine"]:before {content: "\f1ca";}ul.social-nav li a[href*="/feed/"]:before, ul.social-nav li a[href*="?feed="]:before {content: "\f09e";}ul.social-nav li a[href*="vk"]:before {content: "\f189";}ul.social-nav li a[href*="del.icio"]:before {content: "\f1a5";}ul.social-nav li a[href*="reddit"]:before {content: "\f281";}ul.social-nav li a[href*="yelp"]:before {content: "\f1e9";}ul.social-nav li a[href*="soundcloud"]:before {content: "\f1be";}ul.social-nav li a[href*="500px"]:before {content: "\f26e";}ul.social-nav li a[href*="digg"]:before {content: "\f1a6";}ul.social-nav li a[href*="foursquare"]:before {content: "\f180";}ul.social-nav li a[href*="houzz"]:before {content: "\f27c";}ul.social-nav li a[href*="tripadvisor"]:before {content: "\f262";}ul.social-nav li a[href*="play.google"]:before {content: "\f3ab";}ul.social-nav li a[href*="apple"]:before {content: "\f179";}ul.social-nav li a[href*="slack"]:before {content: "\f198";}ul.social-nav li a[href*="amazon"]:before {content: "\f270";}ul.social-nav li a[href*="codepen"]:before {content: "\f1cb";}ul.social-nav li a[href*="deviantart"]:before {content: "\f1bd";}ul.social-nav li a[href*="github"]:before {content: "\f09b";}ul.social-nav li a[href*="tiktok"]:before {content: "\e07b";}ul.social-nav li a[href*="unsplash"]:before {content: "\e07c";}ul.social-nav li a[href*="spotify"]:before {content: "\f1bc";}.more-toggle {z-index: 9;box-sizing: border-box;text-align: center;cursor: pointer;}.more-toggle > * {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.more-toggle svg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;}.header-section-more {z-index: 1002;display: flex;align-items: center;justify-content: flex-end;padding: 0;font-size: 0;text-align: right;overflow: hidden;}.header-section-more > * {margin: 0;}.site-header .header-section-more svg path {fill: currentColor;}.header-section-more .more-toggle {position: relative;display: block;order: 9;width: 60px;height: 60px;line-height: 60px;}.header-section-more .more-toggle .more-toggle-close {display: none;}.header-section-more .header-more-btn {position: relative;padding: 0 15px;height: 60px;line-height: 60px;font-size: 0;font-weight: 400;cursor: pointer;transition: all 0.3s;white-space: nowrap;}.header-section-more .header-more-btn .btn-label:after, .header-section-more .header-more-btn.reading-mode-switch .btn-label .btn-svg-icon {margin: 0 auto;}.header-section-more .header-more-btn .btn-label {display: block;width: 100%;height: 60px;line-height: 60px;text-align: center;opacity: 1;transform: none;transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;}.header-section-more .header-more-btn .btn-label:after {font-size: 14px;font-size: 0.875rem;}.header-section-more .header-more-btn .btn-label.hover {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, 50%);-ms-transform: translate(-50%, 50%);transform: translate(-50%, 50%);opacity: 0;}.no-touch .header-section-more .header-more-btn:hover .btn-label {-webkit-transform: translate(0, -100%);-ms-transform: translate(0, -100%);transform: translate(0, -100%);opacity: 0;}.no-touch .header-section-more .header-more-btn:hover .btn-label.hover {-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);opacity: 1;transition-delay: 0.15s;transition: transform 0.4s 0.15s, opacity 0.2s 0.2s;}.header-section-more.hide-label .header-more-btn {font-size: 0;overflow: hidden;}.header-section-more.folded .header-more-btn {position: absolute;opacity: 0;visibility: hidden;transition-duration: 0s;}.header-section-more.expanded .header-more-btn {position: relative;opacity: 1;visibility: visible;}.header-section-more.expanded .more-toggle .more-toggle-normal {display: none;}.header-section-more.expanded .more-toggle .more-toggle-close {display: block;}.header-section-more .popup-search-btn .btn-label:after {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;content: "\f002";-webkit-transform: rotateY(180deg);-ms-transform: rotateY(180deg);transform: rotateY(180deg);font-size: 14px;font-size: 0.875rem;}.header-section-more .reading-mode-switch > * {position: relative;}.header-section-more .reading-mode-switch .btn-label {position: relative;display: flex;}.header-section-more .reading-mode-switch .btn-label .btn-svg-icon {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;}.original-light-color .header-section-more .reading-mode-switch .day-mode, .original-dark-color .header-section-more .reading-mode-switch .night-mode, .original-light-color.change-to-color-scheme-dark .header-section-more .reading-mode-switch .night-mode, .original-dark-color.change-to-color-scheme-light .header-section-more .reading-mode-switch .day-mode {display: none;}.original-light-color.change-to-color-scheme-dark .header-section-more .reading-mode-switch .day-mode, .original-dark-color.change-to-color-scheme-light .header-section-more .reading-mode-switch .night-mode {display: block;}.header-section-more .popup-signup-btn .btn-label:after {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;content: "\f1d8";font-size: 14px;font-size: 0.875rem;}.site-header-vertical .top-corner .header-section-more .more-toggle + .header-more-btn, .site-header-vertical .top-corner .header-section-more .header-more-btn:first-child {margin-left: 7px;}.site-header-vertical .top-corner .header-section-more .header-more-btn:last-child {margin-right: 7px;}.site-header-vertical .top-corner .header-section-more.hide-label .header-more-btn:only-child {margin: 0;width: 60px;}.site-header-vertical .top-corner .header-section-more .reading-mode-switch > * {position: relative;}.alpaca-fullmenu {position: fixed;z-index: 1002;top: 0;left: 0;display: block;width: 100%;height: 100%;overflow: auto;visibility: hidden;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}.alpaca-fullmenu .close-button {position: absolute;z-index: 19;top: 20px;left: 10px;display: block;width: 50px;height: 50px;color: inherit;transition: 0s;}.alpaca-fullmenu .close-button:before, .alpaca-fullmenu .close-button:after {top: 24px;left: 12px;}.alpaca-fullmenu::-webkit-scrollbar {display: none;}.alpaca-fullmenu .container {position: relative;z-index: 9;-webkit-transform: translateX(-50px);-ms-transform: translateX(-50px);transform: translateX(-50px);width: 100%;height: auto;padding: 50px 30px;margin: 0;text-align: left;opacity: 0;transition: transform 0.3s, opacity 0.3s;overflow: auto;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}.alpaca-fullmenu .container::-webkit-scrollbar {display: none;}.alpaca-fullmenu .container > * {margin-bottom: 60px;}.alpaca-fullmenu .container > *:last-child {margin-bottom: 0;}.alpaca-fullmenu .menu-wrapper .container {padding-top: 120px;}.alpaca-fullmenu form.search-form input[type="search"] {color: inherit;}.alpaca-fullmenu .menu-wrapper, .alpaca-fullmenu .widgets-wrapper {position: relative;background: none;overflow: hidden;color: var(--text-color);}.alpaca-fullmenu .menu-wrapper:before, .alpaca-fullmenu .widgets-wrapper:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: block;background: var(--bg-color);-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);content: "";transition: 0.3s;transform-origin: 0 0;}.alpaca-fullmenu.show {visibility: visible;transition-delay: 0s;}.touch .alpaca-fullmenu.show {background: #000;transition: all 0s 0s, background 0s 1s;}.alpaca-fullmenu.show .container, .alpaca-fullmenu.show .fullmenu-bg {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);opacity: 1;}.alpaca-fullmenu.show .container {transition: transform 0.5s ease-out, opacity 0.4s 0.1s;}.alpaca-fullmenu.show .menu-wrapper:before, .alpaca-fullmenu.show .widgets-wrapper:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.alpaca-fullmenu .fullmenu-bg {z-index: 1;-webkit-transform: translateX(-50px);-ms-transform: translateX(-50px);transform: translateX(-50px);transition: 0.3s;transform-origin: 0 0;opacity: 0;}.alpaca-fullmenu .fullmenu-bg, .alpaca-fullmenu .fullmenu-bg:after, .alpaca-fullmenu .fullmenu-bg .fullmenu-bg-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.alpaca-fullmenu .fullmenu-bg:after {z-index: 2;content: "";}.alpaca-fullmenu .fullmenu-bg .fullmenu-bg-container {z-index: 1;background-size: cover;background-position: center;background-repeat: no-repeat;}.alpaca-fullmenu .menu-wrapper {height: inherit;}.alpaca-fullmenu .menu-wrapper.light-color .fullmenu-bg.has-overlay:after {background: rgba(255, 255, 255, 0.7);}.alpaca-fullmenu .menu-wrapper.dark-color .fullmenu-bg.has-overlay:after {background: rgba(0, 0, 0, 0.6);}.alpaca-fullmenu .text {font-size: 14px;font-size: 0.875rem;}.search-screen {position: fixed;z-index: 1003;top: 0;left: 0;display: block;width: 100%;height: 100%;overflow: hidden;transition: 0.4s;visibility: hidden;transition: visibility 0s 0.35s;}.search-screen .close-button {position: absolute;top: 20px;right: 20px;z-index: 9;}.search-screen .container {position: relative;z-index: 9;width: 100%;height: inherit;overflow: auto;padding: 100px 30px 50px;margin: 0;max-width: none;color: var(--text-color);text-align: left;opacity: 0;transition: opacity 0.3s;}.search-screen .container .search, .search-screen .container .search-filters > * {opacity: 0;transition: opacity 0.5s;}.search-screen:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: block;background: var(--bg-color);content: "";opacity: 0;transition: 0.3s;}.search-screen.show {visibility: visible;transition-delay: 0s;}.search-screen.show .container {opacity: 1;transition: opacity 0.3s;}.search-screen.show .container .search, .search-screen.show .container .search-filters > * {opacity: 1;}.search-screen.show .container .search {transition-delay: 0.2s;}.search-screen.show .container .search-filters > *:nth-child(1) {transition-delay: 0.3s;}.search-screen.show .container .search-filters > *:nth-child(2) {transition-delay: 0.4s;}.search-screen.show .container .search-filters > *:nth-child(3) {transition-delay: 0.5s;}.search-screen.show:before {opacity: 1;}.search-screen .search {padding-bottom: 50px;margin-bottom: 50px;}.search-screen form.search-form {width: 100%;max-width: none;}.search-screen form.search-form input[type="search"] {background: none !important;border-bottom: 2px solid;border-radius: 0;}.search-screen .search-filters > * {padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid;}.search-screen .search-filters > *:last-child {margin-bottom: 0;}.light-color .search-screen .search-filters > *, .change-to-color-scheme-light .dark-color .search-screen .search-filters > * {border-color: rgba(0, 0, 0, 0.05);}.dark-color .search-screen .search-filters > *, .change-to-color-scheme-dark .light-color .search-screen .search-filters > * {border-color: rgba(255, 255, 255, 0.04);}.search-screen .search-filters ul {list-style: none;margin: 0;font-size: 0;}.search-screen .search-filters li {display: inline-block;margin: 0 10px 10px 0;}.search-screen .search-filters a {display: inline-block;padding: 4px 16px;border-radius: 99px;border: 1px solid rgba(0, 0, 0, 0.1);font-size: 14px;font-size: 0.875rem;font-weight: 400;}.light-color .search-screen .search-filters a, .change-to-color-scheme-light .dark-color .search-screen .search-filters a {border-color: rgba(0, 0, 0, 0.1);}.dark-color .search-screen .search-filters a, .change-to-color-scheme-dark .light-color .search-screen .search-filters a {border-color: rgba(255, 255, 255, 0.2);}.no-touch .search-screen .search-filters a:hover {border-color: var(--primary-color);}.search-screen.minimal .search-filters a {padding: 0;margin-right: 10px;border: none;font-size: 16px;font-size: 1rem;}.no-touch .search-screen.minimal .search-filters a:hover {color: var(--primary-color);}@media screen and (min-width: 600px) {.alpaca-fullmenu .container, .search-screen .container {padding: 60px;}.alpaca-fullmenu .close-button {left: 20px;}.search-screen .close-button {top: 60px;right: 60px;}.site-header .container {width: calc(100% - 40px);}}@media screen and (min-width: 768px) {.site-header .social-navigation {display: block;}.site-header-horizontal .site-titles .site-title {font-size: 28px;font-size: 1.75rem;}.search-screen form.search-form:before {top: 12px;font-size: 20px;font-size: 1.25rem;}.search-screen form.search-form input[type="search"] {height: 60px;padding-right: 60px;padding-left: 55px;font-size: 24px;font-size: 1.5rem;}.search-screen .close-button {top: 70px;}}@media screen and (min-width: 1024px) {.site-branding .mobile-logo {display: none !important;}.site-header-vertical .site-header {position: fixed;height: 100vh;}.site-header-vertical .site-header .site-header-main {height: 100%;}.site-header-vertical .site-header .container {display: block;width: 100%;padding: 40px 0;}.site-header-vertical .site-header .desktop-logo {display: block;}.site-header-vertical .site-header .more-toggle, .site-header-vertical .site-header .mobile-logo {display: none;}.site-header-vertical .site-header .header-section-misc {top: auto;right: 0;bottom: 40px;left: 0;width: 100%;height: auto;margin: 0 auto;}.site-header-vertical .site-header .header-section-misc .site-header-cart, .site-header-vertical .site-header .header-section-misc .header-section-more {display: none;}.site-header-vertical.site-header-v-bar .site-header {width: 100px;}.site-header-vertical.site-header-v-bar .site-header .menu-toggle {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 70px;height: 70px;line-height: 70px;}.no-touch .site-header-vertical.site-header-v-bar .site-header .menu-toggle:hover {-webkit-transform: translate(-50%, -50%) rotate(90deg);-ms-transform: translate(-50%, -50%) rotate(90deg);transform: translate(-50%, -50%) rotate(90deg);}.site-header-vertical.site-header-v-bar .site-header .menu-toggle.toggled-on {-webkit-transform: translate(-50%, -50%) rotate(180deg);-ms-transform: translate(-50%, -50%) rotate(180deg);transform: translate(-50%, -50%) rotate(180deg);}.site-header-vertical.site-header-v-bar .site-header .social-navigation li {display: block;margin-bottom: 12px;}.site-header-vertical.site-header-v-bar .site-header .social-navigation li:last-child {margin-bottom: 0;}.site-header-vertical.site-header-v-bar .site-header .site-titles {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);transform-origin: 0 0;margin-left: 60px;height: 60px;text-align: left;}.site-header-vertical.site-header-v-bar .site-header .site-titles .site-title {white-space: nowrap;margin: 0;}.site-header-vertical.site-header-v-bar .site-header .site-titles > * {width: 100%;}.site-header-vertical.site-header-v-wide .site-header {width: var(--wide-side-header);}.site-header-vertical.site-header-v-wide .site-header .container {padding: 50px 40px;text-align: left;}.site-header-vertical.site-header-v-wide .site-header .site-titles .site-title {font-size: 28px;font-size: 1.75rem;}.site-header-vertical.site-header-v-wide .site-header .site-branding {padding: 0;}.site-header-vertical.site-header-v-wide .site-header .menu-toggle {display: none;}.site-header-vertical.site-header-v-wide .site-header .nav-wrapper {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 0;display: block;padding: 0 40px;width: 100%;max-height: calc(100vh - 300px);overflow-y: auto;-ms-overflow-style: none;scrollbar-width: none;}.site-header-vertical.site-header-v-wide .site-header .nav-wrapper::-webkit-scrollbar {display: none;}.site-header-vertical.site-header-v-wide .site-header .header-section-misc {bottom: 50px;padding: 0 40px;}.site-header-vertical.site-header-v-wide .site-header .header-section-misc .social-navigation {width: 100%;}.site-header-vertical.site-header-v-wide .site-header .social-navigation ul.social-nav li {padding: 0;width: auto;}.site-header-vertical.site-header-v-wide .site-header .social-navigation ul.social-nav li a {text-align: left;}.site-header-vertical .alpaca-fullmenu .close-button {display: none;}body.site-header-vertical {padding-left: 100px;}body.site-header-vertical.site-header-v-wide {padding-left: var(--wide-side-header);}.no-touch .site-header-horizontal .site-header .menu-toggle:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}.site-header-horizontal .site-header .menu-toggle.toggled-on {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}.top-corner {position: fixed;top: 0;right: 0;z-index: 999;display: flex;}.top-corner.is-sticky {position: fixed;-webkit-transform: translateY(-101%);-ms-transform: translateY(-101%);transform: translateY(-101%);}.top-corner.is-sticky.show-it {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);transition: all 0.4s;}.top-corner.is-sticky.hide-it {transition: transform 0.4s;}.header-section-more.expanded {width: auto;}.site-header-vertical .header-section-more {z-index: 999;height: 60px;background: var(--grey) !important;color: inherit !important;}.site-header-vertical .header-section-more .header-more-btn svg path {fill: currentColor;}.site-header-vertical .header-section-more .more-toggle {background: var(--base-bg);}.site-header-vertical .header-section-more .more-toggle svg path {fill: var(--base-color);}.alpaca-fullmenu {overflow: hidden;}.alpaca-fullmenu:before {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background: #000;content: "";opacity: 0;transition: opacity 0.4s;}.alpaca-fullmenu.show:before {opacity: 0.7;}.alpaca-fullmenu .container {height: 100vh;}.site-header-vertical.site-header-v-bar .alpaca-fullmenu {left: 100px;width: calc(100vw - 100px);}.site-header-vertical.site-header-v-wide .alpaca-fullmenu {display: none;}.alpaca-fullmenu .menu-wrapper {z-index: 2;float: left;width: 45%;}.alpaca-fullmenu .widgets-wrapper {z-index: 1;float: left;width: 55%;}.site-header-horizontal .alpaca-fullmenu .menu-wrapper, .site-header-horizontal .alpaca-fullmenu .widgets-wrapper {width: 50%;}.search-screen.minimal .search-filters a {font-size: 21px;font-size: 1.3125rem;}}@media screen and (min-width: 1120px) {.header-section-more .header-more-btn {font-size: 14px;font-size: 0.875rem;}.header-section-more:not(.hide-label) .header-more-btn .btn-label:after, .header-section-more:not(.hide-label) .header-more-btn.reading-mode-switch .btn-label .btn-svg-icon {margin-left: 10px;}.header-section-more:not(.hide-label) .btn-label {will-change: opacity, transform;}.site-header-horizontal .site-header .container {width: calc(100% - 120px);max-width: 100%;}.site-header-horizontal .site-header .menu-container {display: block;}.site-header-horizontal .site-header .header-section-misc.left {margin-left: -15px;}.site-header-horizontal .site-header .header-section-misc.right {margin-right: -15px;}.site-header-horizontal .site-header .primary-menu li {white-space: nowrap;}.site-header-horizontal .site-header .primary-menu a {display: block;}.site-header-horizontal .site-header .primary-menu > li {float: left;}.site-header-horizontal .site-header .primary-menu > li > a {padding: 0 15px;font-size: 13px;font-size: 0.8125rem;font-weight: 600;line-height: 60px;letter-spacing: 0.5px;text-transform: uppercase;}.no-touch .site-header-horizontal .site-header .primary-menu > li > a:hover {opacity: 0.5;}.site-header-horizontal .site-header .primary-menu > li > .sub-menu {bottom: 0;-webkit-transform: translateY(105%);-ms-transform: translateY(105%);transform: translateY(105%);}.site-header-horizontal .site-header .primary-menu > li > .sub-menu .sub-menu {top: -20px;left: 100%;margin-left: 5px;}.site-header-horizontal .site-header .primary-menu > li:not(.mega-menu) > .sub-menu {left: -15px;}.site-header-horizontal .site-header .primary-menu > li.menu-item-has-children > a:after {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;display: inline-block;margin-left: 5px;-webkit-transform: translateY(1px);-ms-transform: translateY(1px);transform: translateY(1px);content: "\33";font-size: 14px;font-size: 0.875rem;}.site-header-horizontal .site-header .primary-menu > li.button {margin: 0 20px;}.site-header-horizontal .site-header .primary-menu > li.button:first-child {margin-left: 0;}.site-header-horizontal .site-header .primary-menu > li.button:last-child {margin-right: 0;}.site-header-horizontal .site-header .primary-menu > li.button a {position: relative;z-index: 9;display: inline-block;padding: 0 30px;background: none;border: 1px solid var(--primary-color);border-radius: 0;color: inherit;font-size: 11px;font-size: 0.6875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;line-height: 42px;text-align: center;transition: 0.4s;overflow: hidden;padding: 0 20px;margin-top: 12px;line-height: 36px;}.site-header-horizontal .site-header .primary-menu .sub-menu {position: absolute;z-index: -1;display: block;min-width: 200px;padding: 20px 5px;margin: 0;background: var(--bg-color);box-shadow: 0 15px 30px -6px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.05);border-radius: 0;color: var(--text-color);text-align: left;transition: 0.3s;opacity: 0;pointer-events: none;visibility: hidden;}.site-header-horizontal .site-header .primary-menu .sub-menu ul.sub-menu {padding-top: 20px;}.site-header-horizontal .site-header .primary-menu .sub-menu a {padding: 0 25px;font-size: 14px;font-size: 0.875rem;font-weight: 400;letter-spacing: 0;text-transform: capitalize;line-height: 36px;}.no-touch .site-header-horizontal .site-header .primary-menu .sub-menu a:hover {-webkit-transform: translateX(8px);-ms-transform: translateX(8px);transform: translateX(8px);}.no-touch .site-header-horizontal .site-header .primary-menu li:hover > ul.sub-menu, .site-header-horizontal .site-header .primary-menu li.focus > ul.sub-menu {z-index: 99;opacity: 1;pointer-events: auto;visibility: visible;}.site-header-horizontal .site-header .primary-menu > li:hover > ul.sub-menu, .site-header-horizontal .site-header .primary-menu > li.focus > ul.sub-menu {-webkit-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}.site-header-horizontal .site-header .primary-menu li:not(.mega-menu) ul.sub-menu li.menu-item-has-children > a {padding-right: 35px;}.site-header-horizontal .site-header .primary-menu li:not(.mega-menu) ul.sub-menu li.menu-item-has-children > a:after {position: absolute;top: 10px;right: 15px;font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;display: block;width: auto;height: 30px;color: inherit;font-size: 14px;content: "\35";}.site-header-horizontal .site-header .primary-menu li.mega-menu > ul.sub-menu {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;width: 100vw;padding: 30px 40px 20px;}.site-header-horizontal .site-header .primary-menu li.mega-menu > ul.sub-menu > li {display: block;padding: 0 20px;margin: 0;width: 25%;vertical-align: top;}.site-header-horizontal .site-header .primary-menu li.mega-menu > ul.sub-menu > li > a {padding: 0 25px;color: var(--text-color);font-size: 12px;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;opacity: 1;}.site-header-horizontal .site-header .primary-menu li.mega-menu > ul.sub-menu > li > ul {position: relative;top: auto;left: auto;display: block;padding: 10px 0 20px;margin-left: 0;box-shadow: none;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category ul li {float: left;padding-bottom: 10px;}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post {width: 100%;clear: both;}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post .featured-img {position: relative;width: 100%;height: 0;padding-top: 66.66%;margin-bottom: 15px;}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post:hover .featured-img-container {-webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post a {padding: 0;opacity: 1;}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post a:before {display: none;}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post a:hover {-webkit-transform: none;-ms-transform: none;transform: none;}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post .featured-img-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;transition: 1s ease;}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post .entry-title {margin-bottom: 0;width: 100%;font-size: 16px;font-size: 1rem;white-space: normal;text-align: center;}.site-header-horizontal .site-header .primary-menu li.mega-menu .mega-menu-post .entry-title a {font: inherit;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children {display: block;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu > * {padding: 0;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list {width: 20%;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li {float: none;padding-bottom: 0;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li.current a:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts {width: 80%;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat {display: none;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat.current {display: block;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul {position: relative;}.site-header-horizontal .site-header .primary-menu li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul > li {width: 33.33%;padding: 0 20px;}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu:hover .sub-menu {z-index: 99;opacity: 1;pointer-events: auto;visibility: visible;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list > ul.sub-menu {bottom: 1px;padding: 20px 50px;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list > ul.sub-menu > li {flex-grow: 1;padding: 10px;width: auto;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list > ul.sub-menu > li a {position: relative;display: block;padding: 66.6666% 0 0;width: 100%;height: 0;background: #333;color: #fff;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list > ul.sub-menu > li a:before {display: none;}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list > ul.sub-menu > li a:hover {-webkit-transform: none;-ms-transform: none;transform: none;}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list > ul.sub-menu > li a:hover .cat-bg:after {opacity: 0.6;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list .cat-meta {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 3;color: #fff;font-size: 18px;font-size: 1.125rem;font-weight: 700;line-height: 1.3;text-align: center;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list .cat-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-size: cover;background-position: center;background-repeat: no-repeat;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list .cat-bg:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: #000;content: "";opacity: 0.35;pointer-events: none;transition: opacity 0.4s;will-change: opacity;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list.column-10 > ul.sub-menu {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-right: 20px;padding-left: 20px;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list.column-10 > ul.sub-menu > li {flex-grow: 0;min-width: 10%;}.site-header-horizontal .site-header .primary-menu li.mega-menu.cat-list.column-10 .cat-bg + .cat-meta {width: 100%;padding: 0 5px;font-size: 12px;font-size: 0.75rem;white-space: pre-wrap;}.site-header-horizontal .site-header .primary-menu li.mega-menu.simple > ul.sub-menu {width: auto;padding: 30px 20px 20px;left: 50% !important;-webkit-transform: translate(-50%, 105%);-ms-transform: translate(-50%, 105%);transform: translate(-50%, 105%);}.site-header-horizontal .site-header .primary-menu li.mega-menu.simple > ul.sub-menu > li {width: auto;padding: 0 10px;}.site-header-horizontal .site-header .primary-menu li.mega-menu.simple:first-child > ul.sub-menu, .site-header-horizontal .site-header .primary-menu li.mega-menu.simple:nth-child(2) > ul.sub-menu {left: -40px !important;-webkit-transform: translate(0, 105%);-ms-transform: translate(0, 105%);transform: translate(0, 105%);}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu.simple:hover > ul.sub-menu {-webkit-transform: translate(-50%, 100%);-ms-transform: translate(-50%, 100%);transform: translate(-50%, 100%);}.no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu.simple:first-child:hover > ul.sub-menu, .no-touch .site-header-horizontal .site-header .primary-menu li.mega-menu.simple:nth-child(2):hover > ul.sub-menu {-webkit-transform: translate(0, 100%);-ms-transform: translate(0, 100%);transform: translate(0, 100%);}.site-header-horizontal .site-header .primary-menu > li.right > ul.sub-menu {right: -10px;left: auto;}.site-header-horizontal .site-header .primary-menu > li.right > ul.sub-menu li.menu-item-has-children > a {padding-right: 25px;padding-left: 35px;}.site-header-horizontal .site-header .primary-menu > li.right ul.sub-menu {text-align: right;}.site-header-horizontal .site-header .primary-menu > li.right ul.sub-menu li.menu-item-has-children > a:after {right: auto;left: 15px;content: "\34";}.site-header-horizontal .site-header .primary-menu > li.right ul.sub-menu a:before {right: 10px;left: auto;}.site-header-horizontal .site-header .primary-menu > li.right ul.sub-menu a:hover {-webkit-transform: translateX(-6px);-ms-transform: translateX(-6px);transform: translateX(-6px);}.site-header-horizontal .site-header .primary-menu > li.right ul.sub-menu ul.sub-menu {left: auto;right: 100%;margin-right: 5px;margin-left: 0;}.site-header-horizontal-2 .site-header .container.menu-container {z-index: 2;display: flex;padding: 0;min-height: 60px;}.site-header-horizontal-2 .site-header.light-color .container.menu-container, .change-to-color-scheme-light .site-header-horizontal-2 .site-header.dark-color .container.menu-container {border-top: 1px solid rgba(0, 0, 0, 0.05);}.site-header-horizontal-2 .site-header.dark-color .container.menu-container, .change-to-color-scheme-dark .site-header-horizontal-2 .site-header.light-color .container.menu-container {border-top: 1px solid rgba(255, 255, 255, 0.1);}.site-header-horizontal-2 .site-header .menu-toggle {display: none;}.site-header-horizontal-3 .site-header .primary-menu > li > a, .site-header-horizontal-4 .site-header .primary-menu > li > a {line-height: 90px;}.site-header-horizontal-3 .site-header .container, .site-header-horizontal-4 .site-header .container {min-height: 90px;}.site-header-horizontal-3 .site-header .menu-toggle {display: none;}.site-header-horizontal-3 .site-header .site-branding {position: absolute;padding-left: 0;}.touch .site-header-horizontal-3 .site-header .site-branding {position: relative;padding-left: 20px;}.site-header-horizontal-3 .site-header .menu-container {max-width: calc(100% - 360px);}.site-header-horizontal-3 .site-header .container {padding: 0;}.site-header-horizontal-4 .site-header .menu-toggle {margin-left: -15px;}.site-header-horizontal-4 .site-header .menu-container {left: 50px;}.touch .site-header-horizontal-4 .site-header .header-section-misc.right {width: calc(100% - 20px);}.touch .site-header-horizontal-4 .site-header .header-section-misc.right .header-section-more {margin-right: 0;}.touch .site-header-horizontal-4 .site-header .header-section-misc.right .social-navigation {margin-left: 0;}.alpaca-fullmenu .close-button {left: 45px;}}@media screen and (min-width: 1440px) {.alpaca-fullmenu .container {padding: 60px 100px;}}@media screen and (max-width: 1119px) {.site-header-horizontal-4 .header-section-misc.right {width: calc(100% - 50px);}.site-header-horizontal-4 .header-section-misc.right .header-section-more {margin-right: 0;}.site-header-horizontal-4 .header-section-misc.right .social-navigation {margin-left: 0;}}@media screen and (max-width: 1023px) {.site-header-vertical .site-header .site-branding, .site-header-vertical .site-header .site-titles {margin-left: 0;text-align: left;}.site-header-vertical .top-corner {display: none;}.alpaca-fullmenu .menu-wrapper {height: auto;}.alpaca-fullmenu .menu-wrapper:only-child {min-height: 100%;}.alpaca-fullmenu .fullmenu-bg {position: fixed;height: 100vh;}.site-branding .desktop-logo {display: none !important;}}@media screen and (max-width: 767px) {.site-header-horizontal-1 .header-section-misc.right, .site-header-horizontal-2 .header-section-misc.right {width: calc(100% - 50px);}.site-header-horizontal-1 .header-section-misc.right .header-section-more, .site-header-horizontal-2 .header-section-misc.right .header-section-more {margin-right: 0;}.site-header-horizontal-1 .header-section-misc.right .header-section-more, .site-header-horizontal-2 .header-section-misc.right .header-section-more, .site-header-horizontal-4 .header-section-misc.right .header-section-more {width: 100%;pointer-events: none;}.site-header-horizontal-1 .header-section-misc.right .header-section-more > *, .site-header-horizontal-2 .header-section-misc.right .header-section-more > *, .site-header-horizontal-4 .header-section-misc.right .header-section-more > * {pointer-events: initial;}.site-header-horizontal-1 .header-section-misc.right .header-section-more .header-more-btn:nth-last-child(3), .site-header-horizontal-2 .header-section-misc.right .header-section-more .header-more-btn:nth-last-child(3), .site-header-horizontal-4 .header-section-misc.right .header-section-more .header-more-btn:nth-last-child(3) {margin-right: auto;}}@media screen and (max-width: 479px) {.site-header-vertical .site-header .site-branding, .site-header-horizontal-3 .site-header .site-branding {padding-left: 5px;}}@media screen and (max-width: 380px) {.site-header .header-section-more .header-more-btn {padding: 0 10px;}.site-header-horizontal-1 .site-header .menu-toggle, .site-header-horizontal-2 .site-header .menu-toggle, .site-header-horizontal-4 .site-header .menu-toggle {margin-left: -10px;}.site-header-horizontal-1 .header-section-misc.right, .site-header-horizontal-2 .header-section-misc.right, .site-header-horizontal-4 .header-section-misc.right {width: calc(100% - 35px);}.site-header-horizontal-1 .header-section-more .header-more-btn:last-child, .site-header-horizontal-2 .header-section-more .header-more-btn:last-child, .site-header-horizontal-4 .header-section-more .header-more-btn:last-child {margin-right: -5px;}}.home-widget {position: relative;z-index: 9;padding: 60px 0;background-color: var(--bg-color);color: var(--text-color);}.home-widget.default-color {background: none;}.home-widget.fullwidth .container {padding: 0;max-width: none;}.home-widget .bg-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.home-widget .bg-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}.home-widget .container {z-index: 3;}.home-widget .section-header, .home-widget .section-content {position: relative;z-index: 9;}.home-widget .posts-link {text-align: center;}.home-widget .posts-link a {position: relative;display: inline-block;padding: 15px 40px;margin: 50px auto 0;width: auto;background: var(--base-bg);color: var(--base-color);font-size: 13px;font-size: 0.8125rem;font-weight: 500;letter-spacing: 2px;line-height: 17px;text-transform: uppercase;text-align: center;transition: all 0.4s;overflow: hidden;}.home-widget .posts-link a > * {position: relative;z-index: 3;}.home-widget .posts-link a:before {position: absolute;top: 0;right: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);background: var(--primary-color);transition: all 0.4s;content: "";}.no-touch .home-widget .posts-link a:hover {color: #fff;}.no-touch .home-widget .posts-link a:hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.home-widget.call-to-action .button:before, .home-widget.custom-content .button:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;content: "";-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);background: var(--base-bg);transition: transform 0.3s;}.no-touch .home-widget.call-to-action .button:hover, .no-touch .home-widget.custom-content .button:hover {border-color: var(--base-bg);color: var(--base-color);}.no-touch .home-widget.call-to-action .button:hover:before, .no-touch .home-widget.custom-content .button:hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.home-widget.call-to-action .cta-text h2 {margin-bottom: 20px;}.home-widget.custom-content .section-content > *:last-child {margin-bottom: 0;}.home-widget.custom-content .section-content .video-block + * {margin-top: 20px;}.no-touch .home-widget.custom-content .section-content p:not([class]) a:hover, .no-touch .home-widget.custom-content .section-content h1 a:hover, .no-touch .home-widget.custom-content .section-content h2 a:hover, .no-touch .home-widget.custom-content .section-content h3 a:hover, .no-touch .home-widget.custom-content .section-content h4 a:hover, .no-touch .home-widget.custom-content .section-content h5 a:hover, .no-touch .home-widget.custom-content .section-content h6 a:hover {text-decoration: underline;}.home-widget.alpaca-bannr .section-content {text-align: center;font-size: 0;overflow: hidden;}.home-widget.alpaca-bannr .section-content a {display: inline-block;}.home-widget.alpaca-bannr .section-content img {display: block;}.home-widget.alpaca-bannr.fullwidth .section-content img {width: 100%;}.home-widget.promo-blocks .section-content {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: flex-start;-ms-flex-align: flex-start;align-items: flex-start;margin: 0 -10px -20px;}.home-widget.promo-blocks .section-content .promo-block {position: relative;width: calc(100% - 20px);height: auto;margin: 0 10px 20px;background: rgba(0, 0, 0, 0.3);overflow: hidden;}.home-widget.promo-blocks .section-content .promo-block .promo-block-img {position: relative;z-index: 1;width: 100%;height: 0;padding-top: 66.6666%;background-size: cover;background-position: center;background-repeat: no-repeat;-webkit-transform: scale(1.04);-ms-transform: scale(1.04);transform: scale(1.04);overflow: hidden;transition: transform 1.5s;}.home-widget.promo-blocks .section-content .promo-block .promo-block-text {position: absolute;bottom: 25px;left: 0;width: 100%;z-index: 3;font-size: 12px;font-size: 0.75rem;font-weight: 500;line-height: 1.3;text-transform: uppercase;letter-spacing: 1px;text-align: center;transition: background 0.3s;}.home-widget.promo-blocks .section-content .promo-block .promo-block-text span {position: relative;z-index: 3;display: inline-block;padding: 10px 15px;max-width: calc(100% - 30px);background: #fff;color: #000;}.no-touch .home-widget.promo-blocks .section-content .promo-block:hover .promo-block-img {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);will-change: transform;}.no-touch .home-widget.promo-blocks .section-content .promo-block:hover .promo-block-text span {background: #000;color: #fff;}.home-widget.promo-blocks .section-content .promo-block .promo-block-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 4;}.home-widget.call-to-action.align-center .section-content {text-align: center;}.home-widget.call-to-action.align-left .section-content {text-align: left;}.home-widget.call-to-action.align-right .section-content {text-align: right;}.home-widget.call-to-action figure.cta-img {margin-bottom: 30px;}.home-widget.call-to-action figure.cta-img img {-webkit-transform: translateX(-60px);-ms-transform: translateX(-60px);transform: translateX(-60px);transition: transform 1s ease-out;}.home-widget.call-to-action figure.cta-img:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);background: var(--bg-color);content: "";transition: transform 1s;}.home-widget.call-to-action figure.cta-img.slide-in img {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.home-widget.call-to-action figure.cta-img.slide-in:after {-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);}.home-widget.call-to-action.column-1 .section-content {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.home-widget.call-to-action.column-1 figure.cta-img {width: 100%;}.home-widget.call-to-action.column-1.reverse figure.cta-img {order: 3;margin-top: 30px;margin-bottom: 0;}.home-widget.featured-slider-wrapper {padding: 0;}.featured-slider {position: relative;display: block;background: #000;color: #fff;}.featured-slider .cat-links + .entry-title {margin-top: 10px;}.featured-slider .read-more-btn a span {mix-blend-mode: difference;}.no-touch .dark-color .home-widget.defaut-color .featured-slider .read-more-btn a:hover span, .no-touch .home-widget.dark-color .featured-slider .read-more-btn a:hover span {color: #fff;}.featured-slider .slider-for .article-content {z-index: 9;padding: 40px 30px;width: 100%;}.featured-slider .slider-for .entry-title {font-size: 24px;font-size: 1.5rem;}.featured-slider .slider-for .entry-meta {margin-top: 15px;}.featured-slider .slider-for .entry-excerpt {margin-top: 20px;color: inherit;font-size: 15px;font-size: 0.9375rem;}.featured-slider .slider-for .entry-excerpt p {margin-bottom: 0;}.featured-slider .slider-for .entry-excerpt:before {position: relative;display: block;width: 70px;height: 3.5px;margin: 0 0 20px;background: currentColor;content: "";}.featured-slider .slider-for .slider-bg {z-index: 1;top: 0;right: 0;width: 100%;}.featured-slider .slider-for .slider-bg .slider-bg-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}.featured-slider .slider-nav-wrapper {display: none;}.featured-slider .slider-arrows {position: absolute;z-index: 99;}.featured-slider .slider-arrows .slick-arrow {background: none;color: #fff;border: 1px solid #fff;opacity: 1;}.no-touch .featured-slider .slider-arrows .slick-arrow:hover {background: #fff;color: #000;}.featured-slider.slider-style-1 {background: var(--bg-color);color: var(--text-color);}.featured-slider.slider-style-1 .slider-for .article-content {position: relative;}.featured-slider.slider-style-1 .slider-for .slider-bg {position: relative;height: 0;padding-top: 100%;}.featured-slider.slider-style-1 .slider-arrows {top: 50vw;width: 100%;margin-top: -20px;}.featured-slider.slider-style-2, .featured-slider.slider-style-2 .slider-for .slider {height: 80vh;min-height: 500px;}.featured-slider.slider-style-2 .slider-for .slider-bg {position: absolute;height: 100%;}.featured-slider.slider-style-2 .slider-for .slider-bg:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;content: "";background: #000;opacity: 0.4;}.featured-slider.slider-style-2 .slider-for .article-content {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.featured-slider.slider-style-2 .slider-arrows {top: auto;right: 10px;bottom: 10px;width: 130px;height: 60px;margin: 0;}@media screen and (min-width: 600px) {.home.front-page .main > .container {padding-top: 60px;}.home.front-page .main > .container .posts.alignfull:first-child {margin-top: -60px;}.home-widget.featured-categories .alpaca-widget_cat .cat {margin: 0;}.home-widget.featured-categories.column-3 .cat, .home-widget.featured-categories.column-6 .cat {width: 33.3333%;}.home-widget.featured-categories.column-2 .cat, .home-widget.featured-categories.column-4 .cat, .home-widget.featured-categories.column-8 .cat {width: 50%;}.home-widget.custom-content .lo-row:last-child .lo-column {margin-bottom: 0;}.home-widget.promo-blocks .section-content .promo-block {width: calc(33.333333% - 20px);}.home-widget.call-to-action.column-1 .cta-text {max-width: 60%;}.featured-slider .slider-for .article-content {padding: 60px;}}@media screen and (min-width: 768px) {.home-widget.call-to-action .section-content {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;}.home-widget.call-to-action.column-2 figure.cta-img {width: 55%;margin-bottom: 0;}.home-widget.call-to-action.column-2 .cta-text {width: 45%;padding-left: 50px;margin-right: 0;}.home-widget.call-to-action.column-2.reverse .section-content {flex-direction: row-reverse;}.home-widget.call-to-action.column-2.reverse .cta-text {padding-right: 50px;padding-left: 0;margin-right: auto;margin-left: 0;}.home-widget.featured-categories .cat a {height: 0;padding-top: 125%;}.home-widget.featured-categories.column-4 .cat {width: 25%;}.home-widget.featured-categories.column-5 .cat {width: 20%;}.home-widget.featured-categories.column-6 .cat {width: 16.6666%;}.home-widget.featured-categories.column-7 .cat {width: 14.285%;}.home-widget.featured-categories.column-8 .cat {width: 12.5%;}.home-widget.alpaca-bannr.large-banner-special .bannr-img {position: relative;display: block;width: 100%;height: 100%;transition: all 0s;overflow: visible;}.home-widget.alpaca-bannr.large-banner-special .section-content img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);object-fit: cover;width: 100%;height: 100%;min-width: 100vw;min-height: 100vh;max-width: none;}.featured-slider .slider-for .slider .article-content {position: relative;z-index: 9;width: 100%;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);padding: 0 60px;}.featured-slider .slider-for .slider .article-content > * {margin-left: 0;max-width: 50vw;}.featured-slider .slider-for .entry-title {font-size: 36px;font-size: 2.25rem;}.featured-slider .slider-for .entry-excerpt {font-size: 17px;font-size: 1.0625rem;}.featured-slider .slider-for .entry-excerpt, .featured-slider .slider-for .read-more-btn {margin-top: 30px;}.featured-slider .slider-for .entry-excerpt:before {margin-bottom: 30px;}.featured-slider .slider-for .slider .slider-bg {position: absolute;z-index: 1;top: 0;right: 0;padding: 0;width: 100%;height: 100%;}.featured-slider .slider-nav-wrapper {position: absolute;display: none;}.featured-slider .slider-nav-wrapper .slider-nav > .slider {opacity: 0;}.featured-slider .slider-nav-wrapper .slick-track {transform: none !important;}.featured-slider .slider-nav-wrapper .slick-slide a {pointer-events: none;}.featured-slider .slider-nav-wrapper .cat-links {font-size: 13px;font-size: 0.8125rem;}.featured-slider .slider-nav-wrapper .entry-title {font-size: 14px;font-size: 0.875rem;}.featured-slider .slider-nav-wrapper .entry-meta {margin-top: 10px;font-size: 11px;font-size: 0.6875rem;opacity: 0.8;}.featured-slider .slider-nav-wrapper .slick-slide {width: 100%;}.featured-slider .slider-nav-wrapper .slick-slide .slider {display: flex !important;}.featured-slider .slider-nav-wrapper .slick-slide .entry-title a {background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);background-size: 0 100%;background-position: 0 100%;background-repeat: no-repeat;padding-bottom: 3px;}.featured-slider .slider-nav-wrapper .slick-slide.slick-current .entry-title a {background-size: 100% 100%;}.featured-slider .slider-nav-wrapper .slider-thumbnail {display: none;box-shadow: none;}.featured-slider .slider-nav-wrapper .slider-info {margin: 0;}.featured-slider .slider-arrows .slick-arrow {width: 60px;height: 60px;line-height: 60px;}.featured-slider.slider-style-1, .featured-slider.slider-style-1 .slider-for .slider {height: 100vh;min-height: 600px;max-height: 800px;}.featured-slider.slider-style-1 .slider-arrows {top: auto;right: calc(10vw - 90px);bottom: 60px;width: 180px;height: 60px;margin: 0;}.featured-slider.slider-style-1 .slider-for .slider-bg {width: 55%;}.featured-slider.slider-style-1 .slider-nav-wrapper {bottom: 0;left: 0;width: 80%;}.featured-slider.slider-style-1 .slider-nav-wrapper .slick-track {display: flex;margin-left: 0;}.featured-slider.slider-style-1 .slider-nav-wrapper .slick-slide {padding: 30px;margin: 0;height: inherit;background: var(--bg-color);color: var(--text-color);}.featured-slider.slider-style-1 .slider-nav-wrapper .slick-slide:first-child {padding-left: 60px;}.featured-slider.slider-style-1 .slider-nav-wrapper .slick-slide:last-child {padding-right: 60px;border-top-right-radius: 10px;}.featured-slider.slider-style-2, .featured-slider.slider-style-2 .slider-for .slider {height: 80vh;min-height: 500px;max-height: 700px;}.featured-slider.slider-style-2 .slider-for .article-content {margin: 0;max-width: var(--wide-inner-width);}.featured-slider.slider-style-2 .slider-for .article-content > * {max-width: 100%;}.featured-slider.slider-style-2 .slider-nav-wrapper {top: 50%;right: 60px;left: auto;bottom: auto;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 28vw;max-width: 320px;opacity: 1;}.featured-slider.slider-style-2 .slider-nav-wrapper .slick-slide .slider {-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.featured-slider.slider-style-2 .slider-nav-wrapper .cat-links {color: inherit;}.featured-slider.slider-style-2 .slider-nav-wrapper .slick-list {padding: 0;height: auto;}.featured-slider.slider-style-2 .slider-nav-wrapper .slick-track, .featured-slider.slider-style-2 .slider-nav-wrapper .slick-slide {width: 100% !important;}.featured-slider.slider-style-2 .slider-nav-wrapper .slick-slide {position: relative;height: auto;padding: 30px 0;color: #fff;}.featured-slider.slider-style-2 .slider-arrows {bottom: 30px;width: 180px;}}@media screen and (min-width: 1024px) {.featured-slider .slider-nav-wrapper .slider-thumbnail {display: block;width: 80px;height: 80px;background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 50%;margin: 0 20px 0 0;}.featured-slider .slider-nav-wrapper .slider-thumbnail + .slider-info {width: calc(100% - 100px);}.featured-slider.slider-style-2 .slider-nav-wrapper {display: block;}.featured-slider.slider-style-2 .slider-for .article-content > * {max-width: calc(100% - 420px);}.featured-slider .slider-for .entry-title {font-size: 48px;font-size: 3rem;}}@media screen and (min-width: 1120px) {.home-widget.featured-categories.column-3 .alpaca-widget_cat .category-name, .home-widget.featured-categories.column-4 .alpaca-widget_cat .category-name, .home-widget.featured-categories.column-5 .alpaca-widget_cat .category-name {font-size: 21px;font-size: 1.3125rem;}.home-widget.column-1.call-to-action .cta-text h2 {font-size: 48px;font-size: 3rem;}.featured-slider.slider-style-1 .slider-nav-wrapper {display: block;}.featured-slider.slider-style-1.has-slider-nav .slider-for .article-content {margin-top: -90px;}}@media screen and (min-width: 1024px) and (max-width: 1279px) {.site-header-v-wide .featured-slider.slider-style-2 .slider-nav-wrapper {display: none;}.site-header-v-wide .featured-slider.slider-style-2 .slider-for .article-content > * {max-width: 100%;}}@media screen and (min-width: 1280px) {.site-header-horizontal .featured-slider.slider-style-2 .slider-nav-wrapper {right: calc(50vw - var(--wide-inner-width)/2 + 60px);}}@media screen and (min-width: 1440px) {.home-widget .section-content .cta-text h2 {font-size: 48px;font-size: 3rem;}.featured-slider.slider-style-1 .slider-for .slider .entry-title, .home-widget.column-1.call-to-action .cta-text h2 {font-size: 60px;font-size: 3.75rem;}.site-header-v-bar .featured-slider.slider-style-2 .slider-nav-wrapper {right: calc(50vw - 50px - var(--wide-inner-width)/2 + 60px);}}@media screen and (min-width: 1600px) {.featured-slider.slider-style-2 .slider-nav-wrapper .slider-thumbnail {width: 120px;height: 120px;}.featured-slider.slider-style-2 .slider-nav-wrapper .slider-thumbnail + .slider-info {width: calc(100% - 140px);}}@media screen and (max-width: 767px) {.home-widget.overlay-mobile:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: #000;opacity: 0.35;content: "";pointer-events: none;}}@media screen and (max-width: 599px) {.home.front-page .primary .section-header {padding-top: 60px;}.home-widget:not(.fullwidth) .posts:not(.alignfull) {margin-right: -30px;margin-left: -30px;}}.cat-links {color: var(--primary-color);font-size: 15px;font-size: 0.9375rem;font-weight: 500;}.cat-links a, .cat-links span {position: relative;display: inline-block;font-weight: inherit;}.cat-links a:not(:last-child):after, .cat-links span:not(:last-child):after {position: relative;padding: 0 4px;content: ".";}.cat-links a:before {position: absolute;bottom: 0;left: 0;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);transform-origin: 0% 50%;width: calc(100% - 1px);height: 1px;background: currentColor;content: "";transition: transform 0.4s;}.no-touch .cat-links a:hover:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.cat-links a:not(:last-child):before {width: calc(100% - 10px);}.read-more-btn {display: block;margin-top: 20px;font-size: 0;}.entry-content .post:not(.post-overlay) .read-more-btn {color: var(--text-color);}.read-more-btn a {position: relative;display: inline-block;width: auto;height: 38px;padding: 0 30px;background: none;border: 1px solid var(--primary-color);overflow: hidden;color: inherit;font-size: 11px;font-size: 0.6875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;line-height: 36px;}.read-more-btn a:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: currentColor;content: "";-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);transition: transform 0.3s;}.read-more-btn a span {position: relative;z-index: 3;transition: color 0.3s;}.no-touch .read-more-btn a:hover {border-color: currentColor;}.no-touch .read-more-btn a:hover span {color: var(--bg-color);}.no-touch .read-more-btn a:hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.entry-meta {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;font-size: 13px;font-size: 0.8125rem;font-weight: 400;}.entry-meta > * {margin-left: 0;}.entry-meta .meta-item.author-name {font-size: 16px;font-size: 1rem;font-weight: 500;}.entry-meta.has-author-photo {position: relative;height: 40px;min-height: 40px;padding-left: 55px;}.entry-meta.has-author-photo .author-photo {width: 40px;}.entry-meta.has-author-photo .author-photo {position: absolute;top: 0;left: 0;}.meta-group:not(.author) .meta-item {display: inline-block;}.meta-group:not(.author) .meta-item:not(:last-child):after {display: inline-block;padding: 0 5px;content: ".";}.posts {position: relative;}.posts .post, .posts .featured-img img, .posts .article-content {width: 100%;}.entry-content .posts {margin-top: 50px;margin-bottom: 50px;}.entry-content .posts:first-child {margin-top: 0;}.entry-content .posts:last-child {margin-bottom: 0;}.posts .featured-img {transition: opacity 0.4s;}.posts .featured-img a {position: relative;display: block;width: 100%;height: 100%;}.posts .featured-img-container {position: relative;display: block;width: 100%;height: 0;padding-top: 66.6666%;background-size: cover;background-position: center;background-repeat: no-repeat;}.posts .loftocean-autoplay-video {pointer-events: none;}.posts .entry-title {margin-bottom: 12px;font-size: 21px;font-size: 1.3125rem;}.posts .entry-title a {color: inherit;background: none;}.no-touch .posts .entry-title a:hover {color: inherit;}.posts .cat-links + .entry-title {margin-top: 10px;}.posts .entry-excerpt {color: var(--content-color);font-size: 14px;font-size: 0.875rem;}.posts .entry-excerpt:not(:first-child) {margin-top: 15px;}.posts .entry-excerpt p {margin-bottom: 0;}.posts .entry-header:last-child, .posts .entry-header > *:last-child {margin-bottom: 0;}.posts .post {position: relative;overflow: hidden;}.posts .post .featured-img {position: relative;width: 100%;margin: 0;overflow: hidden;background: #000;}.posts .post .featured-img a, .posts .post .featured-img img {display: block;}.posts .post .featured-img a {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);transition: transform 1.5s, opacity 0.4s;}.no-touch .posts .post:hover .featured-img a {-webkit-transform: scale(1.01);-ms-transform: scale(1.01);transform: scale(1.01);will-change: transform;}.posts .post .article-content {position: relative;width: 100%;padding: 30px;}.posts .post.has-post-thumbnail:not(.post-overlay) .article-content {padding-top: 20px;}.posts .no-touch .entry-meta a:hover {opacity: 0.6;}.no-touch .posts.layout-standard .posts-wrapper .entry-title a:hover, .no-touch .posts.layout-masonry .posts-wrapper .entry-title a:hover, .no-touch .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-title a:hover, .no-touch .posts.layout-zigzag .posts-wrapper .entry-title a:hover, .no-touch .posts.layout-list .posts-wrapper .entry-title a:hover {opacity: 0.6;}.no-touch .posts.layout-standard .posts-wrapper .post:hover .featured-img > *, .no-touch .posts.layout-masonry .posts-wrapper .post:hover .featured-img > *, .no-touch .posts.layout-grid:not(.grid-overlay) .posts-wrapper .post:hover .featured-img > *, .no-touch .posts.layout-zigzag .posts-wrapper .post:hover .featured-img > *, .no-touch .posts.layout-list .posts-wrapper .post:hover .featured-img > * {opacity: 0.85;}.posts.layout-standard .posts-wrapper .entry-meta, .posts.layout-masonry .posts-wrapper .entry-meta, .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-meta, .posts.layout-zigzag .posts-wrapper .entry-meta, .posts.layout-list .posts-wrapper .entry-meta {color: #7a7e82;}.no-touch .posts.layout-standard .posts-wrapper .entry-meta a:hover, .no-touch .posts.layout-masonry .posts-wrapper .entry-meta a:hover, .no-touch .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-meta a:hover, .no-touch .posts.layout-zigzag .posts-wrapper .entry-meta a:hover, .no-touch .posts.layout-list .posts-wrapper .entry-meta a:hover {color: var(--text-color);opacity: 1;}.posts.layout-standard .posts-wrapper .entry-meta.has-author-photo, .posts.layout-masonry .posts-wrapper .entry-meta.has-author-photo, .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-meta.has-author-photo, .posts.layout-zigzag .posts-wrapper .entry-meta.has-author-photo, .posts.layout-list .posts-wrapper .entry-meta.has-author-photo {height: auto;}.posts.layout-standard .posts-wrapper .entry-meta .meta-item.author-name, .posts.layout-masonry .posts-wrapper .entry-meta .meta-item.author-name, .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-meta .meta-item.author-name, .posts.layout-zigzag .posts-wrapper .entry-meta .meta-item.author-name, .posts.layout-list .posts-wrapper .entry-meta .meta-item.author-name {font-size: 13px;font-size: 0.8125rem;}.posts.layout-standard .posts-wrapper .entry-meta .meta-item.author-name a, .posts.layout-masonry .posts-wrapper .entry-meta .meta-item.author-name a, .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-meta .meta-item.author-name a, .posts.layout-zigzag .posts-wrapper .entry-meta .meta-item.author-name a, .posts.layout-list .posts-wrapper .entry-meta .meta-item.author-name a {color: var(--text-color);}.no-touch .posts.layout-standard .posts-wrapper .entry-meta .meta-item.author-name a:hover, .no-touch .posts.layout-masonry .posts-wrapper .entry-meta .meta-item.author-name a:hover, .no-touch .posts.layout-grid:not(.grid-overlay) .posts-wrapper .entry-meta .meta-item.author-name a:hover, .no-touch .posts.layout-zigzag .posts-wrapper .entry-meta .meta-item.author-name a:hover, .no-touch .posts.layout-list .posts-wrapper .entry-meta .meta-item.author-name a:hover {color: var(--primary-color);}.posts.grid-style-2 .post:not(.has-post-thumbnail) .article-content {padding-top: 0;}.posts.layout-masonry .masonry-column {position: relative;width: 100%;}.posts .sticky-label {-webkit-transform: translateY(-2px);-ms-transform: translateY(-2px);transform: translateY(-2px);display: inline-block;padding: 0 10px;margin-right: 10px;background: var(--base-bg);color: var(--base-color);border-radius: 99px;font-size: 10px;font-size: 0.625rem;font-weight: 700;line-height: 24px;letter-spacing: 1px;text-transform: uppercase;}.posts .sticky-label + .cat-links {display: inline-block;}.posts.layout-grid:not(.grid-overlay) .posts-wrapper .featured-img a {position: relative;display: block;width: 100%;height: 0;padding-top: 66.6666%;}.posts.layout-grid:not(.grid-overlay) .posts-wrapper .featured-img img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);object-fit: cover;width: 100%;height: 100%;}.posts.layout-grid:not(.grid-overlay).img-ratio-1-1 .posts-wrapper .featured-img a {padding-top: 100%;}.posts.layout-grid:not(.grid-overlay).img-ratio-2-3 .posts-wrapper .featured-img a {padding-top: 150%;}.light-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n), .home-widget.light-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n), .change-to-color-scheme-light .dark-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n), .change-to-color-scheme-light .home-widget.dark-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n) {background: rgba(0, 0, 0, 0.025);}.dark-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n), .home-widget.dark-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n), .change-to-color-scheme-dark .light-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n), .change-to-color-scheme-dark .home-widget.light-color .posts.layout-grid.grid-style-1 .posts-wrapper .post:nth-child(2n) {background: rgba(255, 255, 255, 0.05);}.posts.layout-grid.grid-style-1 .post.has-post-thumbnail:not(.post-overlay) .article-content {padding-top: 30px;}.posts.layout-grid.grid-overlay.img-ratio-3-2 .featured-img {padding-top: 66.6666%;}.posts.layout-grid.grid-overlay.img-ratio-1-1 .featured-img {padding-top: 100%;}.posts.layout-grid.grid-overlay.img-ratio-2-3 .featured-img {padding-top: 150%;}.posts .post-overlay {background: #000;}.posts .post-overlay .featured-img {padding-top: 75%;}.posts .post-overlay .featured-img:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: #000;opacity: 0.35;content: "";transition: opacity 0.4s;pointer-events: none;}.posts .post-overlay .featured-img a {position: absolute;top: 0;left: 0;padding: 0;transition: transform 2s;}.posts .post-overlay .featured-img-container {height: 100%;padding: 0;transform-origin: 50% 50%;}.no-touch .posts .post-overlay:hover .featured-img:after {opacity: 0.55;}.posts .post-overlay .article-content {position: absolute;z-index: 8;left: 0;bottom: 0;width: 100%;color: #fff;pointer-events: none;}.posts .post-overlay .article-content > * {position: relative;z-index: 3;}.posts .post-overlay .article-content a {pointer-events: auto;}.posts .post-overlay .entry-title {color: #fff;font-size: 26px;font-size: 1.625rem;line-height: 1.3;}.posts .post-overlay .format-icon + .entry-title {margin-top: 10px;}.posts .post-overlay .entry-excerpt {color: inherit;font-size: 17px;font-size: 1.0625rem;}.posts .post-overlay .entry-excerpt:before {position: relative;display: block;width: 70px;height: 3.5px;margin: 0 0 10px;background: #fff;content: "";}.posts .post-overlay:nth-child(2n) {background: #111;}.no-touch .posts .post-overlay .read-more-btn a:hover span {color: #000;}.posts.no-overlay .post-overlay .featured-img:after {opacity: 0;}.posts.slight-overlay .post-overlay .featured-img:after {opacity: 0.1;}.posts:not(.grid-overlay) .post-overlay:not(.has-post-thumbnail) {padding-top: 75%;}.posts.layout-full-overlay {width: 100vw;}.entry-content .posts.layout-full-overlay:not(.alignfull):not(.alignwide) {max-width: 100%;}.posts.layout-carousel {overflow: hidden;}.posts.layout-carousel:hover .featured-img:after {will-change: opacity;}.posts.layout-carousel:hover .post .featured-img a, .posts.layout-carousel:hover .posts-wrapper .post .article-content {will-change: transform, opacity;}.posts.layout-carousel, .posts.layout-carousel .post {width: 100vw;height: 600px;}.posts.layout-carousel .featured-img {position: absolute;z-index: 1;width: 100%;height: 100%;}.posts.layout-carousel .featured-img a {height: 100%;}.posts.layout-carousel .featured-img .featured-img-container {height: 100%;padding: 0;}.posts.layout-carousel .featured-img:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: #000;opacity: 0.35;content: "";transition: opacity 0.4s;pointer-events: none;}.posts.layout-carousel .entry-meta .meta-item.author-name {font-size: 13px;font-size: 0.8125rem;}.posts.layout-carousel .entry-meta.has-author-photo {height: 55px;min-height: 0;}.posts.layout-carousel .entry-meta.has-author-photo .author-photo {top: auto;bottom: 0;}.posts.layout-carousel .entry-meta, .posts.layout-carousel .entry-excerpt {margin-top: 0;max-height: 0;opacity: 0;transition: all 0.6s ease;overflow: hidden;}.posts.layout-carousel .entry-meta:before, .posts.layout-carousel .entry-excerpt:before {position: relative;display: block;width: 100%;height: 15px;content: "";}.posts.layout-carousel .article-content {position: absolute;z-index: 8;bottom: 0;right: 0;left: 0;width: 100%;color: #fff;pointer-events: none;}.posts.layout-carousel .article-content > * {position: relative;z-index: 3;}.posts.layout-carousel .article-content a {pointer-events: auto;}.posts.layout-carousel .entry-title {margin-bottom: 0;font-size: 26px;font-size: 1.625rem;line-height: 1.3;}.posts.layout-carousel .entry-excerpt {color: inherit;}.posts.layout-carousel .posts-wrapper {background: #000;}.posts-enter-animation .posts.layout-carousel .posts-wrapper .post, .posts-enter-animation .posts.layout-carousel .posts-wrapper .post .article-content {opacity: 0;}.posts-enter-animation .posts.layout-carousel .posts-wrapper .post {transition: opacity 1s;}.posts-enter-animation .posts.layout-carousel .posts-wrapper .post .article-content {-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);transition: transform 1.5s, opacity 0.8s;}.posts-enter-animation .posts.layout-carousel .posts-wrapper.fade-in .post, .posts-enter-animation .posts.layout-carousel .posts-wrapper.fade-in .post .article-content {opacity: 1;}.posts-enter-animation .posts.layout-carousel .posts-wrapper.fade-in .post .article-content {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.no-touch .posts.layout-carousel .read-more-btn a:hover span {color: #000;}.posts.layout-carousel .slick-arrow {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.posts.layout-carousel .slick-arrow.slick-disabled {opacity: 0;pointer-events: none;}.posts.layout-carousel .slick-arrow.slick-prev {left: 10px;}.posts.layout-carousel .slick-arrow.slick-next {right: 10px;}.posts.layout-zigzag .posts-wrapper, .posts.layout-list .posts-wrapper {padding: 0;}.posts.layout-zigzag .posts-wrapper .post, .posts.layout-list .posts-wrapper .post {width: 100%;clear: both;}.posts.layout-list.img-ratio-1-1 .featured-img-container {padding-top: 100%;}.posts.layout-list.img-ratio-2-3 .featured-img-container {padding-top: 150%;}.posts-enter-animation .posts .post.post-overlay:not(:hover) .featured-img a {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 0;transition: transform 3s, opacity 0.5s;}.posts-enter-animation .posts .post.post-overlay .article-content {-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);opacity: 0;}.posts-enter-animation .posts .post.post-overlay.fade-in:not(:hover) .featured-img a {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);opacity: 1;}.posts-enter-animation .posts .post.post-overlay.fade-in .article-content {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;transition: all 1s 0.8s;}.posts-enter-animation .posts.layout-grid .posts-wrapper .post, .posts-enter-animation .posts.layout-masonry .posts-wrapper .post {-webkit-transform: translateY(100px);-ms-transform: translateY(100px);transform: translateY(100px);opacity: 0;transition: transform 1s, opacity 0.6s;}.posts-enter-animation .posts.layout-grid .posts-wrapper .post.fade-in, .posts-enter-animation .posts.layout-masonry .posts-wrapper .post.fade-in {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;}.format-icon {position: absolute;top: 20px;left: 20px;z-index: 3;display: block;box-sizing: border-box;width: 50px;height: 50px;background: rgba(0, 0, 0, 0.7);border-radius: 50%;opacity: 1 !important;pointer-events: none;}.first-side-overlay .post-overlay .format-icon {top: 30px;left: 30px;}.format-icon svg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.format-icon svg path {fill: #fff;}.format-video .format-icon svg {margin-left: 2px;}.article-content .entry-header > .format-icon {position: relative;top: auto;left: auto;-webkit-transform: none;-ms-transform: none;transform: none;margin: 0 0 30px 0;}.grid-overlay .article-content .entry-header > .format-icon {margin-bottom: 15px;}.layout-standard .post.format-gallery .gallery-img {width: 100%;height: 0;padding-top: 66.6666%;}.post.post-overlay.format-video .featured-video-bg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.touch .featured-video-bg {display: none;}.posts .post-overlay .featured-img .image-gallery, .posts .post-overlay .featured-img .slick-list, .posts .post-overlay .featured-img .slick-track, .posts .post-overlay .featured-img .gallery-item .gallery-img, .posts .post-overlay .featured-img .slick-slide > div, .posts .post-overlay .featured-img .gallery-item {height: 100%;}.navigation {text-align: center;}.posts .navigation {padding: 50px 0;}.posts.grid-style-2 .posts-wrapper + .navigation {padding-top: 0;}.navigation.style-links {font-size: 13px;font-size: 0.8125rem;}.navigation.style-links span {opacity: 0.4;}.navigation.style-links .page-numbers {display: inline-block;padding: 10px;}.navigation.style-links .page-numbers.current {border-bottom: 1px solid;opacity: 1;}.no-touch .navigation.style-links a:hover {color: var(--primary-color);}.navigation.style-links .prev:before, .navigation.style-links .next:after {display: inline-block;font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 16px;font-size: 1rem;-webkit-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);}.navigation.style-links .prev:before {margin-right: 4px;content: "\34";}.navigation.style-links .next:after {margin-left: 4px;content: "\35";}.navigation .no-more-posts-message, .navigation .load-more-btn {position: relative;display: inline-block;width: auto;font-size: 13px;font-size: 0.8125rem;font-weight: 500;letter-spacing: 2px;text-transform: uppercase;text-align: center;}.navigation .no-more-posts-message {padding: 15px 55px;opacity: 0.4;}.navigation .no-more-posts-message:before, .navigation .no-more-posts-message:after {content: " - ";}.navigation .load-more-btn {padding: 15px 55px 15px 40px;background: var(--base-bg);color: var(--base-color);line-height: 17px;transition: all 0.4s;overflow: hidden;overflow-anchor: none;}.navigation .load-more-btn > * {position: relative;z-index: 3;}.navigation .load-more-btn:before {position: absolute;top: 0;right: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);background: var(--primary-color);transition: all 0.4s;content: "";}.navigation .load-more-btn:after {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;position: absolute;top: 15px;right: 30px;display: inline-block;color: var(--primary-color);font-size: 16px;font-size: 1rem;content: "\4c";transition: all 0.4s;}.no-touch .navigation .load-more-btn:hover, .no-touch .navigation .load-more-btn:hover:after {color: #fff;}.no-touch .navigation .load-more-btn:hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.navigation .load-more.loading .load-more-btn:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.navigation .load-more.loading .load-more-btn:after {top: 13px;width: 10px;height: 10px;border: 1px solid currentColor;border-top-color: transparent;border-radius: 50%;-webkit-animation: loadingSpin 1s infinite linear;animation: loadingSpin 1s infinite linear;content: "";transition: 0s;}.navigation .load-more.loading .load-more-btn, .navigation .load-more.loading .load-more-btn:after {color: #fff;}.navigation .load-more.infinite .load-more-btn {background: none;color: inherit;}.navigation .load-more.infinite .load-more-btn:before {display: none;}.navigation .load-more.infinite .load-more-btn:after {color: inherit;}@media screen and (min-width: 600px) {.posts .post .article-content {padding: 60px;}.posts.grid-style-2 .posts-wrapper .article-content {padding-right: 0;padding-left: 0;}.posts.grid-style-2.alignfull .posts-wrapper {margin-top: 60px;padding: 0 60px;max-width: var(--wide-inner-width);}.entry-content .posts.grid-style-2.alignfull .posts-wrapper {max-width: none;}.posts.layout-carousel .article-content {padding: 30px 60px 40px;}.posts.layout-carousel:not([data-carousel-column="1"]) .posts-wrapper:not(.slick-slider) {display: flex;flex-wrap: wrap;}.posts.layout-carousel:not([data-carousel-column="1"]) .posts-wrapper > .post {margin: 0;width: 50%;}.posts:not(.grid-overlay) .post-overlay .format-icon {width: 60px;height: 60px;}.first-side-overlay .post-overlay .format-icon {top: 60px;left: 60px;}}@media screen and (min-width: 768px) {.home-widget .posts.layout-masonry, .change-to-color-scheme-light .home-widget.dark-color .posts.layout-masonry {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.posts.layout-masonry .navigation, .change-to-color-scheme-light .posts.layout-masonry .navigation {border-top: 1px solid rgba(0, 0, 0, 0.05);}.dark-color .posts.layout-masonry .navigation, .change-to-color-scheme-dark .light-color .posts.layout-masonry .navigation {border-color: rgba(255, 255, 255, 0.1);}.posts.layout-masonry .posts-wrapper {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: stretch;}.posts.layout-masonry.alignfull .posts-wrapper {padding: 0 60px;max-width: var(--wide-inner-width);}.entry-content .posts.layout-masonry.alignfull .posts-wrapper {max-width: none;}.posts.layout-masonry .masonry-column {float: left;width: 50%;padding: 0 25px 30px;margin: 0;border-right: 1px solid rgba(0, 0, 0, 0.05);}.change-to-color-scheme-light .posts.layout-masonry .masonry-column {border-color: rgba(0, 0, 0, 0.05);}.posts.layout-masonry .masonry-column:first-child {padding-left: 0;}.posts.layout-masonry .masonry-column:last-child {border-right: none;padding-right: 0;}.posts.layout-masonry .masonry-column.empty {border: none;}.posts.layout-masonry .masonry-column .post {padding: 30px 0;}.posts.layout-masonry .masonry-column .post:first-child {padding-top: 0;}.posts.layout-masonry .masonry-column .post:not(:last-child) {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.change-to-color-scheme-light .posts.layout-masonry .masonry-column .post:not(:last-child) {border-color: rgba(0, 0, 0, 0.05);}.posts.layout-masonry .masonry-column .article-content {padding: 0;}.posts.layout-masonry .masonry-column .post.has-post-thumbnail .article-content {padding-top: 15px;}.posts.layout-masonry.first-full-overlay .masonry-column, .posts.layout-masonry.first-side-overlay .masonry-column {padding-top: 60px;}.light-color .posts.layout-masonry .masonry-column, .light-color .posts.layout-masonry .masonry-column .post:not(:last-child), .home-widget.light-color .posts.layout-masonry .masonry-column, .home-widget.light-color .posts.layout-masonry .masonry-column .post:not(:last-child), .change-to-color-scheme-light .dark-color .posts.layout-masonry .masonry-column, .change-to-color-scheme-light .dark-color .posts.layout-masonry .masonry-column .post:not(:last-child), .change-to-color-scheme-light .home-widget.dark-color .posts.layout-masonry .masonry-column, .change-to-color-scheme-light .home-widget.dark-color .posts.layout-masonry .masonry-column .post:not(:last-child) {border-color: rgba(0, 0, 0, 0.05);}.dark-color .posts.layout-masonry .masonry-column, .dark-color .posts.layout-masonry .masonry-column .post:not(:last-child), .home-widget.dark-color .posts.layout-masonry .masonry-column, .home-widget.dark-color .posts.layout-masonry .masonry-column .post:not(:last-child), .change-to-color-scheme-dark .light-color .posts.layout-masonry .masonry-column, .change-to-color-scheme-dark .light-color .posts.layout-masonry .masonry-column .post:not(:last-child), .change-to-color-scheme-dark .home-widget.light-color .posts.layout-masonry .masonry-column, .change-to-color-scheme-dark .home-widget.light-color .posts.layout-masonry .masonry-column .post:not(:last-child) {border-color: rgba(255, 255, 255, 0.1);}.dark-color .home-widget.default-color .posts.layout-masonry, .home-widget.dark-color .posts.layout-masonry, .change-to-color-scheme-dark .home-widget.default-color .posts.layout-masonry {border-color: rgba(255, 255, 255, 0.1);}.posts.layout-grid .posts-wrapper {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;justify-content: flex-start;}.posts.layout-grid .posts-wrapper .post {margin: 0;width: 50%;}.posts-enter-animation .posts.layout-grid.column-2 .posts-wrapper .post:nth-child(2n).fade-in {transition-delay: 0.15s;}.posts.layout-grid.grid-style-1 .posts-wrapper .post .article-content {padding-right: 30px;padding-left: 30px;}.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(2n), .home-widget.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(2n), .dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(2n), .home-widget.dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(2n) {background: none;}.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3), .home-widget.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .home-widget.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3), .change-to-color-scheme-light .dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .change-to-color-scheme-light .dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3), .change-to-color-scheme-light .home-widget.dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .change-to-color-scheme-light .home-widget.dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3) {background: rgba(0, 0, 0, 0.025);}.dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3), .home-widget.dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .home-widget.dark-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3), .change-to-color-scheme-dark .light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .change-to-color-scheme-dark .light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3), .change-to-color-scheme-dark .home-widget.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+2), .change-to-color-scheme-dark .home-widget.light-color .posts.layout-grid.column-2.grid-style-1 .posts-wrapper .post:nth-child(4n+3) {background: rgba(255, 255, 255, 0.05);}.posts.layout-grid.column-3 .posts-wrapper .post {width: 33.333333%;}.posts-enter-animation .posts.layout-grid.column-3 .posts-wrapper .post:nth-child(3n+2).fade-in {transition-delay: 0.15s;}.posts-enter-animation .posts.layout-grid.column-3 .posts-wrapper .post:nth-child(3n).fade-in {transition-delay: 0.3s;}.posts.layout-grid.grid-style-2 .posts-wrapper .post {margin-right: 40px;}.posts.layout-grid.grid-style-2.column-2 .posts-wrapper .post {width: calc((100% - 40px)/2);}.posts.layout-grid.grid-style-2.column-3 .posts-wrapper .post {width: calc((100% - 80px)/3);}.posts.layout-grid.grid-style-2.column-2 .posts-wrapper .post:nth-child(2n), .posts.layout-grid.grid-style-2.column-3 .posts-wrapper .post:nth-child(3n) {margin-right: 0;}.posts.layout-grid.grid-overlay {padding: 1px 0;}.posts.layout-grid.grid-overlay .entry-title {font-size: 21px;font-size: 1.3125rem;}.posts.layout-grid.grid-overlay .entry-meta .meta-item.author-name {font-size: 13px;font-size: 0.8125rem;}.posts.layout-grid.grid-overlay .post .article-content {padding: 30px;}.posts.layout-grid.grid-overlay .post {margin-top: 1px;margin-right: 1px;width: calc((100% - 1px)/2);}.posts.layout-grid.grid-overlay.column-3 .post {width: calc((100% - 2px)/3);}.posts.layout-grid.grid-overlay.column-3 .post .entry-title {font-size: 18px;font-size: 1.125rem;}.posts.layout-grid.grid-overlay .post:first-child, .posts.layout-grid.grid-overlay .post:nth-child(2), .posts.layout-grid.grid-overlay.column-3 .post:nth-child(3) {margin-top: 0;}.posts.layout-grid.grid-overlay.column-2 .post:nth-child(2n), .posts.layout-grid.grid-overlay.column-3 .post:nth-child(3n), .posts.layout-grid.grid-overlay.column-4 .post:nth-child(2n) {margin-right: 0;}#page .posts.grid-overlay.large-title.column-2 .post .entry-title {font-size: 32px;font-size: 2rem;}#page .posts.grid-overlay.large-title.column-3 .post .entry-title {font-size: 26px;font-size: 1.625rem;}.posts.layout-zigzag .posts-wrapper .post {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: stretch;min-height: 420px;}.posts.layout-zigzag .posts-wrapper .post .article-content {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;padding: 30px;}.posts.layout-zigzag .posts-wrapper .post .article-content > * {width: 100%;}.posts.layout-zigzag .posts-wrapper .post:nth-child(2n) {-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}.posts.layout-zigzag .posts-wrapper .featured-img-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0;}.posts.layout-zigzag .posts-wrapper .featured-img, .posts.layout-zigzag .posts-wrapper .article-content {width: 50%;}.primary .posts.layout-zigzag:not(.first-side-overlay) .posts-wrapper:last-child {margin-bottom: 60px;}.posts.layout-list .post {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.posts.layout-list .post:not(:first-child) {margin-top: 50px;}.primary .posts.layout-list .posts-wrapper:last-child .post:last-child {margin-bottom: 60px;}.posts.layout-list .featured-img {width: calc(50% - 30px);margin-right: 30px;}.posts.layout-list .article-content {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;padding: 0 !important;}.posts.layout-list .article-content > * {width: 100%;}.posts.layout-list .featured-img + .article-content {width: 50%;padding: 0;}.posts.layout-standard .entry-title {font-size: 26px;font-size: 1.625rem;line-height: 1.3;}.posts.layout-carousel[data-carousel-column="1"] .entry-title {font-size: 32px;font-size: 2rem;}.posts.layout-carousel[data-carousel-column="1"] .entry-meta .meta-item.author-name {font-size: 16px;font-size: 1rem;}.posts.layout-carousel[data-carousel-column="1"] .entry-excerpt {font-size: 17px;font-size: 1.0625rem;}.posts:not(.grid-overlay) .post-overlay .entry-title {font-size: 32px;font-size: 2rem;margin-bottom: 20px;}.posts:not(.grid-overlay) .post-overlay .entry-excerpt:before {margin-bottom: 30px;}.posts:not(.grid-overlay) .post-overlay .entry-header:not(:last-child) {margin-bottom: 30px;}}@media screen and (min-width: 769px) {.posts.layout-carousel[data-carousel-column="3"] .posts-wrapper > .post, .posts.layout-carousel[data-carousel-column="4"] .posts-wrapper > .post {width: 33.3333%;}}@media screen and (min-width: 1024px) {.posts:not(.grid-overlay) .post-overlay .featured-img, .posts:not(.grid-overlay) .post-overlay:not(.has-post-thumbnail) {padding-top: 0;height: 100vh;}.posts.layout-masonry.column-3 .masonry-column {width: 33.333333%;}.no-touch .posts.layout-carousel .post:hover .featured-img:after {opacity: 0.55;}.no-touch .posts.layout-carousel .post:hover .entry-meta, .no-touch .posts.layout-carousel .post:hover .entry-excerpt {max-height: 200px;opacity: 1;transition: all 2s;}}@media screen and (min-width: 1120px) {.posts.layout-grid.column-4 .post {width: 25%;}.posts:not(.grid-overlay) .post-overlay .entry-title, .posts.layout-carousel[data-carousel-column="1"] .entry-title {font-size: 40px;font-size: 2.5rem;}.posts.layout-standard .entry-title {font-size: 32px;font-size: 2rem;}.posts.layout-standard .entry-excerpt {font-size: 17px;font-size: 1.0625rem;}.posts.layout-masonry.column-2:not(.first-side-overlay) .posts-wrapper .entry-title, .posts.layout-zigzag:not(.first-side-overlay) .entry-title, .posts.layout-list .entry-title, .posts.layout-grid.column-2 .posts-wrapper .entry-title {font-size: 26px;font-size: 1.625rem;}.site-content:not([class*="with-sidebar"]) .main .posts.layout-grid.grid-overlay.column-3 .post .entry-title, .home-widget .posts.layout-grid.grid-overlay.column-3 .post .entry-title {font-size: 21px;font-size: 1.3125rem;}.posts.layout-grid.grid-overlay.column-4 .post {width: calc((100% - 3px)/4);}.posts.layout-grid.grid-overlay.column-4 .post .entry-title {font-size: 18px;font-size: 1.125rem;}#page .posts.layout-grid.grid-overlay.column-4.large-title .post .entry-title {font-size: 21px;font-size: 1.3125rem;}.posts.layout-grid.grid-overlay.column-4 .post:nth-child(-n+4) {margin-top: 0;}.posts.layout-grid.grid-overlay.column-4 .post:nth-child(2n) {margin-right: 1px;}.posts.layout-grid.grid-overlay.column-4 .post:nth-child(4n) {margin-right: 0;}.posts.layout-grid.grid-overlay.column-2 .post .article-content, .posts.layout-zigzag:not(.first-side-overlay) .posts-wrapper .article-content {padding: 60px;}.posts:not(.grid-overlay) .post-overlay .article-content, .posts.layout-carousel .article-content {max-width: var(--wide-inner-width);}.posts.layout-carousel[data-carousel-column="1"] .article-content {padding-bottom: 60px;}.posts.layout-carousel[data-carousel-column="1"] .entry-excerpt:before {height: 20px;}.posts.first-side-overlay {position: relative;min-height: 100vh;}.posts.first-side-overlay .post-overlay {position: absolute;top: 0;left: 0;margin: 0;width: 50%;}.site-header-vertical.site-header-v-bar .posts.first-side-overlay .post-overlay {width: calc(50vw - 100px);}.site-header-vertical.site-header-v-wide .posts.first-side-overlay .post-overlay {width: calc(50vw - var(--wide-side-header));}.posts.first-side-overlay .post-overlay.is-sticky {position: fixed;}.site-header-vertical.site-header-v-bar .posts.first-side-overlay .post-overlay.is-sticky {left: 100px;}.site-header-vertical.site-header-v-wide .posts.first-side-overlay .post-overlay.is-sticky {left: var(--wide-side-header);}.posts.first-side-overlay .post-overlay.reach-bottom {position: absolute;top: auto;bottom: 0;}.posts.first-side-overlay .post-overlay .entry-title {font-size: 32px;font-size: 2rem;}.posts.first-side-overlay .posts-wrapper, .posts.first-side-overlay .navigation {width: 50vw;margin-left: 50vw;}.site-header-vertical.site-header-v-bar .posts.first-side-overlay .posts-wrapper, .site-header-vertical.site-header-v-bar .posts.first-side-overlay .navigation {margin-left: calc(50vw - 100px);}.site-header-vertical.site-header-v-wide .posts.first-side-overlay .posts-wrapper, .site-header-vertical.site-header-v-wide .posts.first-side-overlay .navigation {margin-left: calc(50vw - var(--wide-side-header));}.site-content[class*="with-sidebar"] .primary .posts {padding: 0;}.site-content[class*="with-sidebar"] .primary .posts.alignfull {margin-top: 0 !important;}.site-content[class*="with-sidebar"] .primary .posts.layout-full-overlay .posts-wrapper:last-child, .site-content[class*="with-sidebar"] .primary .posts.grid-overlay .posts-wrapper:last-child {margin-bottom: 60px;}.site-content[class*="with-sidebar"] .primary .posts.layout-masonry.first-full-overlay .posts-wrapper, .site-content[class*="with-sidebar"] .primary .posts.grid-style-2.first-full-overlay .posts-wrapper {padding: 0;}.site-content[class*="with-sidebar"] .primary .posts.layout-grid.grid-overlay.column-2 .post .article-content {padding: 30px;}.light-color .posts.layout-masonry.first-side-overlay .posts-wrapper, .home-widget.light-color .posts.layout-masonry.first-side-overlay .posts-wrapper, .change-to-color-scheme-light .dark-color .posts.layout-masonry.first-side-overlay .posts-wrapper, .change-to-color-scheme-light .home-widget.dark-color .posts.layout-masonry.first-side-overlay .posts-wrapper {box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);}.dark-color .posts.layout-masonry.first-side-overlay .posts-wrapper, .home-widget.dark-color .posts.layout-masonry.first-side-overlay .posts-wrapper, .change-to-color-scheme-dark .light-color .posts.layout-masonry.first-side-overlay .posts-wrapper, .change-to-color-scheme-dark .home-widget.light-color .posts.layout-masonry.first-side-overlay .posts-wrapper {box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);}.site-content:not([class*="with-sidebar"]) .primary .posts.layout-grid.grid-style-1 .posts-wrapper .post .article-content {padding-right: 60px;padding-left: 60px;}.site-header-horizontal .posts.layout-full-overlay .post-overlay .featured-img, .site-header-horizontal .posts.layout-full-overlay .post-overlay:not(.has-post-thumbnail), .site-header-horizontal .posts.first-full-overlay > .post-overlay .featured-img, .site-header-horizontal .posts.first-full-overlay > .post-overlay:not(.has-post-thumbnail) {height: 85vh;}.posts:not(.grid-overlay):not(.first-side-overlay) .post-overlay .article-content {left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.posts-enter-animation .posts:not(.grid-overlay):not(.first-side-overlay) .post.post-overlay.fade-in .article-content {-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0);}}@media screen and (min-width: 1440px) {.posts.layout-zigzag.first-side-overlay .posts-wrapper .article-content {padding: 60px;}.posts.layout-carousel[data-carousel-column="4"] .article-content {padding-right: 30px;padding-left: 30px;}}@media screen and (min-width: 1441px) {.posts.layout-carousel[data-carousel-column="4"] .posts-wrapper > .post {width: 25%;}}@media screen and (min-width: 1121px) and (max-width: 1439px) {.site-content[class*="with-sidebar"] .primary .posts.layout-zigzag:not(.first-side-overlay) .posts-wrapper .article-content {padding: 30px;}}@media screen and (max-width: 1023px) {.posts.layout-masonry.column-3 .masonry-column:nth-child(2) {border-right: none;padding-right: 0;}.posts.layout-masonry.column-3 .masonry-column:nth-child(3) {display: none;}}@media screen and (max-width: 599px) {.posts .post:not(.post-overlay) .article-content {padding-bottom: 60px;}.posts.layout-zigzag .posts-wrapper + .navigation, .posts.layout-list .posts-wrapper + .navigation, .posts.layout-masonry .posts-wrapper + .navigation, .posts.grid-style-2 .posts-wrapper + .navigation, .posts.layout-standard .posts-wrapper + .navigation {padding-top: 0;}.posts.layout-carousel, .posts.layout-carousel .post {height: 400px;}.posts:not(.grid-overlay) .post-overlay .featured-img, .posts:not(.grid-overlay) .post-overlay:not(.has-post-thumbnail) {padding: 0;height: 80vh;}.blog .primary .posts:not(.alignfull), .archive .primary .posts:not(.alignfull), .search-results .primary .posts:not(.alignfull), .front-page .primary .posts:not(.alignfull) {margin-right: -30px;margin-left: -30px;}.no-article {padding: 0 30px;}.posts .post-overlay .entry-excerpt, .posts .post-overlay .read-more-btn {display: none;}.posts.grid-overlay .format-icon {display: none;}.posts.grid-overlay.img-ratio-3-2 .entry-title {font-size: 18px;font-size: 1.125rem;}.posts.layout-carousel .posts-wrapper .post .article-content {padding-bottom: 65px;}.posts.layout-carousel .slick-dots {left: 30px;width: calc(100% - 60px);}.posts.layout-carousel .slick-dots li:first-child button {margin-left: 0;}.entry-meta.has-author-photo {height: auto;}}.header-text {width: 100%;}.header-text h1 {display: block;margin: 0 auto;font-size: 36px;font-size: 2.25rem;line-height: 1.3;}.breadcrumbs {margin-bottom: 10px;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;}.no-touch .breadcrumbs a:hover {opacity: 0.6;}.header-img {position: relative;background: #000;overflow: hidden;}.header-img .header-img-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.header-img .featured-img-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}.header-img .featured-img-caption {position: absolute;right: 30px;bottom: 30px;z-index: 3;display: block;padding: 10px 20px;width: auto;max-width: calc(100% - 60px);border-radius: 2px;background: rgba(0, 0, 0, 0.6);color: #fff;font-size: 13px;font-size: 0.8125rem;text-align: left;}.header-img.intro-animation .header-img-container {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);opacity: 0;transition: transform 3s, opacity 0.5s;}.header-img.intro-animation.animated .header-img-container {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}.header-video-bg {pointer-events: none;}video.header-video-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}iframe.header-video-bg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);max-width: none !important;}.featured-video-play-btn {position: relative;z-index: 9;display: inline-block;width: auto;height: 42px;border-radius: 99px;cursor: pointer;}.featured-video-play-btn svg path {fill: #fff;}.featured-video-play-btn .border-outline, .featured-video-play-btn .play-arrow {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 1;box-sizing: border-box;}.featured-video-play-btn .play-arrow {left: 15px;width: 24px;height: 24px;}.featured-video-play-btn .play-arrow svg {transition: transform 0.3s;}.featured-video-play-btn .border-outline {left: 0;width: 50px;height: 50px;}.featured-video-play-btn .border-outline:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px dashed #fff;border-radius: 50%;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);opacity: 0;transition: all 0.3s;content: "";}.featured-video-play-btn .play-btn {position: relative;width: auto;height: 42px;padding-right: 20px;padding-left: 45px;white-space: nowrap;line-height: 42px;}.featured-video-play-btn .play-btn:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid #fff;border-radius: 99px;transition: all 0.3s;content: "";}.featured-video-play-btn .play-btn .play-btn-text {display: block;color: #fff;transition: transform 0.3s;}.no-touch .featured-video-play-btn:hover .border-outline:before {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}.no-touch .featured-video-play-btn:hover .border-outline {-webkit-animation: videoPlayBtn 8s infinite linear;animation: videoPlayBtn 8s infinite linear;}.no-touch .featured-video-play-btn:hover .play-btn:before, .no-touch .featured-video-play-btn:hover .play-arrow svg {-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);}.no-touch .featured-video-play-btn:hover .play-btn:before {opacity: 0;}.no-touch .featured-video-play-btn:hover .play-btn-text {-webkit-transform: translateX(15px);-ms-transform: translateX(15px);transform: translateX(15px);}.post-template-wide-header-img .featured-video-play-btn, .post-template-normal .featured-video-play-btn {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.post-template-split .featured-video-play-btn {position: absolute;bottom: 60px;left: 30px;}.post-template-wide-overlay-header .featured-video-play-btn {margin-top: 30px;}.single-format-gallery .header-img .slick-slider .slick-arrow {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.single-format-gallery .header-img .image-gallery.single-img-gallery {position: absolute;top: 0;width: 100%;}.single-format-gallery .header-img .image-gallery.single-img-gallery, .single-format-gallery .header-img .image-gallery.single-img-gallery .slick-list, .single-format-gallery .header-img .image-gallery.single-img-gallery .slick-track, .single-format-gallery .header-img .image-gallery.single-img-gallery .slick-slide > div, .single-format-gallery .header-img .image-gallery.single-img-gallery .gallery-item {height: 100%;}.single-format-gallery .header-img .image-gallery.single-img-gallery .gallery-img {position: relative;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}.single-format-gallery.post-template-split .has-sticky-share .header-img-container .image-gallery .gallery-img {transition: opacity 1s;}.single-format-gallery.post-template-split .has-sticky-share .overlay-header.fade-text .header-img-container {opacity: 1 !important;}.single-format-gallery.post-template-split .has-sticky-share .overlay-header.fade-text .header-img-container .image-gallery .gallery-img {opacity: 0.85;}.single-format-gallery .overlay-header .image-gallery .slick-arrow {display: none;visibility: hidden;pointer-events: none;}.single-format-gallery .overlay-header .image-gallery .featured-img-caption {visibility: hidden;}.single-format-gallery .header-img .image-gallery.multi-img-gallery .gallery-item {position: relative;}.single-format-gallery .header-img .image-gallery.multi-img-gallery img {height: 260px;width: auto;margin: 2px;}.single-format-gallery .header-img .image-gallery.multi-img-gallery .featured-img-caption {opacity: 0;transition: opacity 0.3s 0s;}.single-format-gallery .header-img .image-gallery.multi-img-gallery .slick-current .featured-img-caption {opacity: 1;}.single-format-gallery.post-template-normal .header-img.has-gallery {background: none;}.single-format-audio .header-audio {position: relative;z-index: 9;width: 100%;height: 80px;background: #000;}.single-format-audio .header-audio > audio {opacity: 0;}.single-format-audio .header-audio .mejs-container {background: none;}.single-format-audio .entry-header .header-audio, .single-format-audio .header-img .header-audio {position: absolute;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.85);}.single-format-audio.post-template-normal .post:not(.has-post-thumbnail) .header-img .header-audio {position: relative;bottom: 0;width: 100%;}.overlay-header {position: relative;height: auto;background: #000;color: #fff;}.overlay-header.page-header {margin-bottom: 40px;}.overlay-header .header-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.overlay-header .header-img-container {opacity: 0.6;transition: opacity 1s;}.overlay-header .header-img.intro-animation .header-img-container {opacity: 0;transition: transform 3s, opacity 1s;}.overlay-header .header-img.intro-animation.animated .header-img-container {opacity: 0.6;}.overlay-header .header-text {position: relative;z-index: 3;padding: 60px 30px;transition: all 1s;}.overlay-header .featured-video-play-btn {transition: transform 1s, opacity 1s;}.overlay-header .featured-video-play-btn + .header-text {padding-bottom: 132px !important;}.overlay-header .header-audio + .header-text {padding-bottom: 140px !important;}.overlay-header .header-img .featured-img-caption {-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);opacity: 0;pointer-events: none;}.overlay-header.fade-text .header-text, .overlay-header.fade-text .featured-video-play-btn {-webkit-transform: translateY(30px);-ms-transform: translateY(30px);transform: translateY(30px);opacity: 0;pointer-events: none;}.post-template-wide-overlay-header .overlay-header.fade-text .featured-video-play-btn {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;pointer-events: auto;}.overlay-header.fade-text .header-img-container {opacity: 1 !important;}.overlay-header.fade-text .featured-img-caption {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;pointer-events: auto;transition: transform 1s 1s, opacity 1s 1s, background 0.4s 0s;}.post-template-split.has-sticky-share .overlay-header.fade-text .header-img-container, .post-template-split .overlay-header.fade-text .header-img.has-play-btn .header-img-container {opacity: 0.85 !important;}.post-edit-link {font-size: 13px;font-size: 0.8125rem;}.post-edit-link:before {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 13px;font-size: 0.8125rem;content: "\6c";margin-right: 6px;}.entry-content .page-links {display: block;clear: both;margin-top: 50px;padding-bottom: 5px;font-size: 13px;font-size: 0.8125rem;}.entry-content .page-links .page-links-container > * {margin-right: 5px;}.entry-content .page-links .page-links-title {text-transform: uppercase;font-weight: 700;}.entry-content .page-links .post-page-numbers {display: inline-block;width: 38px;height: 38px;margin-right: 5px;background: rgba(0, 0, 0, 0.06);border: none;border-radius: 50%;text-align: center;color: inherit;font-weight: 600;line-height: 38px;}.dark-color .entry-content .page-links .post-page-numbers, .change-to-color-scheme-dark .entry-content .page-links .post-page-numbers {background: rgba(255, 255, 255, 0.06);}.no-touch .entry-content .page-links a:hover, .entry-content .page-links span.post-page-numbers {background: var(--base-bg);color: var(--base-color);}.page-header, .archive-header {position: relative;text-align: center;}.page-header .header-text, .archive-header .header-text {padding: 60px 30px;}.page-header.overlay-header, .archive-header.overlay-header {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;}.site-header-vertical .page-header, .site-header-vertical .archive-header {text-align: left;}.page-header .header-text .entry-title, .archive-title, .no-results .entry-title, .page-404 .entry-title {font-weight: 400;}.page-header .sub-title {margin-top: 15px;margin-bottom: 0;}.archive-description {display: block;margin-top: 15px;}.archive-description p:last-child {margin-bottom: 0;}.archive-header.overlay-header {margin-bottom: 1px;}.archive-title.author-name {font-size: 26px;font-size: 1.625rem;font-weight: 600;}.archive.author .archive-header {text-align: left;}.archive.author .archive-header .header-text {max-width: 1000px;}.archive.author .archive-header .author-photo {margin: 0 0 30px;}.archive.author .archive-header .social-nav {margin: 15px 0 0 0;}.archive.author .archive-header .social-nav li a {width: auto;padding: 0 12px;}.archive.author .archive-header .social-nav li:first-child a {padding-left: 0;}.error404 .main .container, .search-no-results .main .container {padding: 0;}.error404 .main .container {max-width: none;}.no-results, .page-404 {position: relative;width: 100%;height: auto;min-height: 480px;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;text-align: center;}.no-results form.search-form, .page-404 form.search-form {max-width: 100%;margin: 0 auto;}.no-results .entry-title, .page-404 .entry-title {margin-bottom: 30px;}.no-results, .page-404-content {max-width: var(--content-width);padding: 50px 30px;}.no-results > *, .page-404-content {width: 100%;}.page-404 .page-404-content {position: relative;z-index: 3;}.page-404 .page-404-content > * {margin-top: 0;}.page-404 .search-form {margin-left: 0;}.page-404 .search-form ::-webkit-input-placeholder {opacity: 1;}.page-404 .search-form :-moz-placeholder {opacity: 1;}.page-404 .search-form :-ms-input-placeholder {opacity: 1;}.page-404 .page-404-bg:after {background: var(--base-color);}.page-404-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 1;}.page-404-bg:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";opacity: 0.5;}.single-post-wrapper > .article-content {padding-bottom: 60px;}.page .main, .single .main {padding-bottom: 40px;}.single .site-content:not([class*="with-sidebar"]) .primary .post-navigation:last-child {margin-bottom: -40px;}.single-post .main {padding-top: 40px;}.entry-content {margin-bottom: 50px;}.entry-content:last-child {margin-bottom: 0;}article .entry-content > :last-child {margin-bottom: 0;}.single .header-text .entry-title {margin-bottom: 20px;}.single .header-text .entry-excerpt {margin-top: 30px;color: inherit;line-height: 1.8;}.single .header-text .entry-excerpt p {margin-bottom: 0;}.single .header-text .entry-excerpt:before {position: relative;display: block;width: 70px;height: 3.5px;margin: 0 0 30px;background: #dedfdf;content: "";}.overlay-header .single .header-text .entry-excerpt:before {background: #fff;}.single .header-text .cat-links + .entry-title {margin-top: 10px;}.entry-header:not(.overlay-header) .header-text .entry-meta {color: #7a7e82;}.entry-header:not(.overlay-header) .header-text .entry-meta .meta-item.author-name a {color: var(--text-color);}.no-touch .entry-header:not(.overlay-header) .header-text .entry-meta a:hover {color: var(--primary-color);}.header-img.has-play-btn .featured-img-container {opacity: 0.85;}.overlay-header .header-img.has-play-btn .featured-img-container {opacity: 1;}.header-img.has-play-btn .featured-img-caption, .header-img.has-audio-player + .featured-img-caption {display: none;}.reading-progress {position: absolute;z-index: 1;top: auto;bottom: calc(0 - var(--reading-progress));left: 0;width: 100vw;height: var(--reading-progress);background: var(--primary-color);transform-origin: 0 0;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);transition: 0s;}.article-share a {text-align: center;}.article-share a i {font-size: 16px;font-size: 1rem;}.light-color .entry-content ~ .article-share a, .change-to-color-scheme-light .dark-color .entry-content ~ .article-share a {background: #f6f6f6;color: #000;}.dark-color .entry-content ~ .article-share a, .change-to-color-scheme-dark .light-color .entry-content ~ .article-share a {background: rgba(255, 255, 255, 0.06);color: #fff;}.no-touch .entry-content ~ .article-share a:hover {background: #222;color: #fff;}.entry-content ~ .article-share a[title="Like"].liked i {color: #e92e2e;}.no-touch .entry-content ~ .article-share a[title="Like"]:hover {background: #e92e2e;}.no-touch .entry-content ~ .article-share a[title="Like"]:hover i {color: #fff;}.no-touch .entry-content ~ .article-share a[title="Facebook"]:hover {background: #3b5998;}.no-touch .entry-content ~ .article-share a[title="Twitter"]:hover {background: #38a1f3;}.no-touch .entry-content ~ .article-share a[title="Pinterest"]:hover {background: #bd081c;}.no-touch .entry-content ~ .article-share a[title="Google plus"]:hover {background: #dd4b39;}.no-touch .entry-content ~ .article-share a[title="WhatsApp"]:hover {background: #25d366;}.no-touch .entry-content ~ .article-share a[title="Reddit"]:hover {background: #e74a1e;}.no-touch .entry-content ~ .article-share a[title="LinkedIn"]:hover {background: #2867b2;}.sticky-share .article-share a {background: #111;color: #fff;}.sticky-share .article-share a[title="Like"] {background: #f15151;}.sticky-share .article-share a[title="Like"].liked {background: #e92e2e;}.sticky-share .article-share a[title="Facebook"] {background: #3b5998;}.sticky-share .article-share a[title="Twitter"] {background: #38a1f3;}.sticky-share .article-share a[title="Pinterest"] {background: #bd081c;}.sticky-share .article-share a[title="Google plus"] {background: #dd4b39;}.sticky-share .article-share a[title="WhatsApp"] {background: #25d366;}.sticky-share .article-share a[title="Reddit"] {background: #e74a1e;}.sticky-share .article-share a[title="LinkedIn"] {background: #2867b2;}.dark-color .sticky-share .article-share a[title="Email"] {background: #fff;color: #000;}.no-touch .sticky-share .article-share a:hover {filter: brightness(110%);}.sticky-share {position: fixed;bottom: 0;right: 0;z-index: 999;width: 100%;height: 42px;transition: all 0.3s;}.sticky-share .article-share {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}.sticky-share .article-share a {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;padding: 0;width: 42px;height: 42px;line-height: 42px;flex-grow: 1;}.sticky-share .article-share a span {display: none;}.sticky-share.hide-it {opacity: 0;visibility: hidden;pointer-events: none;}.sticky-share.show-it {opacity: 1;visibility: visible;pointer-events: auto;}.entry-content ~ .article-share {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: calc(100% + 10px);margin: 0 -5px 30px;}.entry-content ~ .article-share a {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-grow: 1;padding: 12px;margin: 5px;}.entry-content ~ .article-share a i {margin-right: 10px;}.entry-content ~ .article-share a span {margin-left: 0;font-size: 10px;font-size: 0.625rem;font-weight: 500;letter-spacing: 1px;text-transform: uppercase;}.entry-content ~ .article-share a span.count {font-weight: 400;}.entry-content ~ .article-share a:nth-child(n+5) {width: 50px;max-width: 50px;}.entry-content ~ .article-share a:nth-child(n+5) i {margin-right: auto;}.entry-content ~ .article-share a:nth-child(n+5) span {display: none;}.post-template-wide-header-img .header-img {position: relative;width: 100%;height: 100vh;max-height: 360px;}.post-template-wide-header-img .header-text {margin-bottom: 40px;}.post-template-normal .header-img .header-img-container, .post-template-normal .featured-img-container {position: relative;top: auto;left: auto;}.post-template-normal .header-text, .post-template-normal .header-img {margin-bottom: 40px;}.post-template-normal .header-img img {width: 100%;}.single.post-template-split .main {padding-top: 0;}.single.post-template-split .single-post-wrapper > .article-content {padding-top: 40px;}.primary .article-content .signup-form {position: relative;background-size: cover;background-position: center;background-repeat: no-repeat;text-align: center;}.primary .article-content .signup-form:not(:last-child) {margin-bottom: 30px;}.primary .article-content .signup-form p:not(:last-child) {margin-bottom: 15px;}.primary .article-content .signup-form.has-overlay:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";opacity: 0.35;pointer-events: none;}.primary .article-content .signup-form .widget_mc4wp_form_widget {position: relative;z-index: 3;padding: 60px 30px;}.primary .article-content .signup-form.light-color, .change-to-color-scheme-light .primary .article-content .signup-form.dark-color {background-color: rgba(0, 0, 0, 0.05);color: #000;}.primary .article-content .signup-form.light-color.has-overlay:before, .change-to-color-scheme-light .primary .article-content .signup-form.dark-color.has-overlay:before {background: #fff;opacity: 0.7;}.primary .article-content .signup-form.light-color input[type="text"], .primary .article-content .signup-form.light-color input[type="email"], .change-to-color-scheme-light .primary .article-content .signup-form.dark-color input[type="text"], .change-to-color-scheme-light .primary .article-content .signup-form.dark-color input[type="email"] {background: #fff;}.primary .article-content .signup-form.dark-color, .change-to-color-scheme-dark .primary .article-content .signup-form.light-color {background-color: #222;color: #fff;}.primary .article-content .signup-form.dark-color.has-overlay:before, .change-to-color-scheme-dark .primary .article-content .signup-form.light-color.has-overlay:before {background: #000;}.primary .article-content .signup-form.dark-color input[type="text"], .primary .article-content .signup-form.dark-color input[type="email"], .change-to-color-scheme-dark .primary .article-content .signup-form.light-color input[type="text"], .change-to-color-scheme-dark .primary .article-content .signup-form.light-color input[type="email"] {background: #fff;color: #000;}.primary .article-content .signup-form.dark-color input[type="submit"]:not(:hover), .change-to-color-scheme-dark .primary .article-content .signup-form.light-color input[type="submit"]:not(:hover) {background: #000;color: #fff;}.entry-footer .meta .meta-item {display: inline-block;margin-right: 10px;font-size: 13px;font-size: 0.8125rem;}.entry-footer .meta .meta-item:not(:last-child):after {margin-left: 10px;content: "|";}.entry-footer .post-tag-cloud + .meta {margin-top: 20px;}.post-navigation .nav-links > * {position: relative;}.post-navigation .nav-links > *:first-child:not(:last-child) {background: rgba(0, 0, 0, 0.05);}.dark-color .post-navigation .nav-links > * {background: rgba(255, 255, 255, 0.13);}.dark-color .post-navigation .nav-links > *:first-child:not(:last-child) {background: rgba(255, 255, 255, 0.1);}.post-navigation .nav-links a {position: relative;-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;transition: 0s;}.no-touch .post-navigation .nav-links a:hover .post-thumb:after {opacity: 0.2;}.post-navigation .nav-links .post-thumb {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 1;}.post-navigation .nav-links .post-thumb:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;content: "";opacity: 0.5;transition: opacity 0.3s;}.post-navigation .nav-links .post-thumb + .post-info {color: #fff;}.post-navigation .nav-links .post-info {position: relative;z-index: 3;padding: 50px;max-width: calc(var(--content-width) + 100px);}.post-navigation .nav-links .post-info span {display: block;}.post-navigation .nav-links .post-info span.text {display: inline-block;margin-bottom: 30px;border-bottom: 1px solid;font-size: 12px;font-size: 0.75rem;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;}.post-navigation .nav-links .post-info:after {display: inline-block;width: 30px;height: 30px;border: 1px solid;border-radius: 50%;margin-top: 30px;font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 20px;font-size: 1.25rem;line-height: 28px;text-align: center;}.post-navigation .nav-links .nav-previous .post-info:after {content: "\34";}.post-navigation .nav-links .nav-next .post-info:after {content: "\35";}.post-navigation .nav-links .post-title {font-size: 21px;font-size: 1.3125rem;font-weight: 400;}.related-posts {padding: 60px 0 30px;}.related-posts .posts .entry-title {font-size: 16px;font-size: 1rem;margin-bottom: 5px;}.related-posts .posts .post .article-content {padding-right: 20px;padding-left: 20px;padding-bottom: 30px;}.related-posts-title {text-align: center;}.author-info-box {position: relative;padding: 0 0 60px;text-align: center;}.author-info-box .container {padding: 60px 0 0;border-top: 4px solid #f9f9f9;}.light-color .author-info-box .container, .change-to-color-scheme-light .dark-color .author-info-box .container {border-top-color: #f9f9f9;}.dark-color .author-info-box .container, .change-to-color-scheme-dark .light-color .author-info-box .container {border-top-color: rgba(255, 255, 255, 0.07);}.author-info-box.multi-authors .container:not(:first-child) {margin-top: 30px;padding-top: 30px;border-top-width: 1px;}.author-info-box .author-photo {margin-bottom: 30px;}.author-info-box .author-info .author-name {font-size: 24px;font-size: 1.5rem;}.no-touch .author-info-box .author-info .author-name a:hover {color: var(--primary-color);}.author-info-box .author-info p {margin-bottom: 20px;font-size: 16px;font-size: 1rem;line-height: 1.7;}.author-info-box .author-info p:first-child {margin-top: 20px;}.author-info-box ul.social-nav {margin: 0;}.author-info-box ul.social-nav li:not(:last-child) {margin-right: 10px;}.author-info-box ul.social-nav li a {width: auto;padding: 0 8px;}.author-info-box ul.social-nav li a:before {font-size: 14px;font-size: 0.875rem;}.comments-area {padding: 60px 30px;border-top: 1px solid var(--border-color-alt);}.post-navigation + .comments-area {border-top: none;}.comments-area .comments-title-wrap {margin-bottom: 50px;}.comments-area ol.comment-list {margin: 0 auto;list-style: none;}.comments-area ol.comment-list ol.children {margin: 50px 0 0 30px;}.comments-area ol.comment-list li.comment, .comments-area ol.comment-list li.pingback, .comments-area ol.comment-list li.trackback {position: relative;padding: 0 0 50px;list-style: none;}.comments-area ol.comment-list li:not(.depth-1):last-of-type {padding-bottom: 0;}.comments-area ol.comment-list li.comment, .comments-area ol.comment-list li.pingback, .comments-area ol.comment-list li.trackback {position: relative;list-style: none;}.comments-area ol.comment-list li.pingback, .comments-area ol.comment-list li.trackback {font-size: 14px;font-size: 0.875rem;font-weight: 700;}.comments-area ol.comment-list li.pingback a, .comments-area ol.comment-list li.trackback a {font-weight: 400;}.no-touch .comments-area ol.comment-list li.pingback a:hover, .no-touch .comments-area ol.comment-list li.trackback a:hover {box-shadow: 0 1px 0 #7bbb1b;}.comments-area ol.comment-list li.pingback .edit-link, .comments-area ol.comment-list li.trackback .edit-link {font-size: 12px;font-size: 0.75rem;opacity: 0.5;}.no-touch .comments-area ol.comment-list li.pingback .edit-link a:hover, .no-touch .comments-area ol.comment-list li.trackback .edit-link a:hover {box-shadow: none;}.comments-area ol.comment-list li:last-child {margin-bottom: 0 !important;}.comments-area ol.comment-list li.comment .comment-body {position: relative;}.comments-area ol.comment-list li .comment-meta {padding-left: 64px;margin-bottom: 15px;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard {display: inline-block;font-size: 18px;font-size: 1.125rem;line-height: 30px;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard img {position: absolute;top: 0;left: 0;width: 48px;height: 48px;border-radius: 50%;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard b.fn {font-weight: 600;}.no-touch .comments-area ol.comment-list li .comment-meta .comment-author.vcard b.fn a:hover {color: var(--primary-color);}.comments-area ol.comment-list li .comment-meta .comment-metadata {font-size: 12px;font-size: 0.75rem;opacity: 0.5;}.comments-area ol.comment-list li a.comment-edit-link {margin-left: 10px;}.comments-area ol.comment-list li a.comment-edit-link:before {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 12px;font-size: 0.75rem;content: "\6c";margin-right: 6px;}.comments-area ol.comment-list li .comment-content {color: var(--content-color);font-size: 14px;font-size: 0.875rem;line-height: 1.9;}.comments-area ol.comment-list li .comment-content > *:last-child {margin-bottom: 0;}.comments-area ol.comment-list li .comment-content h1, .comments-area ol.comment-list li .comment-content h2, .comments-area ol.comment-list li .comment-content h3, .comments-area ol.comment-list li .comment-content h4, .comments-area ol.comment-list li .comment-content h5, .comments-area ol.comment-list li .comment-content h6 {color: var(--text-color);}.comments-area ol.comment-list li .comment-content pre {font-size: inherit;}.comments-area ol.comment-list li .comment-content p, .comments-area ol.comment-list li .comment-content dd, .comments-area ol.comment-list li .comment-content address {margin-bottom: 15px;}.comments-area ol.comment-list li .comment-content hr {margin-top: 30px;margin-bottom: 30px;}.comments-area ol.comment-list li .comment-content li {margin-bottom: 8px;}.comments-area ol.comment-list li .comment-content li ul, .comments-area ol.comment-list li .comment-content li ol {margin-top: 8px;}.comments-area ol.comment-list li .comment-content blockquote {padding-left: 40px;}.comments-area ol.comment-list li .comment-content blockquote:before {top: 0;font-size: 24px;font-size: 1.5rem;}.comments-area ol.comment-list li .comment-content blockquote p {color: var(--text-color);line-height: 1.8;}.comments-area ol.comment-list li .comment-content blockquote p:last-child {margin-bottom: 0;}.comments-area ol.comment-list li .reply, .comments-area ol.comment-list li #cancel-comment-reply-link {font-size: 11px;font-size: 0.6875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 0.5px;}.comments-area ol.comment-list li .reply {margin-top: 15px;}.comments-area ol.comment-list li .reply a {display: inline-block;border-bottom: 1px solid transparent;}.no-touch .comments-area ol.comment-list li .reply a:hover {border-bottom-color: var(--primary-color);}.comments-area ol.comment-list li.bypostauthor > .comment-body .comment-author.vcard img {border: 1px solid var(--primary-color);padding: 3px;}.comments-area ol.comment-list li.bypostauthor > .comment-body .author-label {display: inline-block;-webkit-transform: translateY(-2px);-ms-transform: translateY(-2px);transform: translateY(-2px);padding: 0 5px;margin-left: 5px;background: var(--primary-color);border-radius: 4px;color: #fff;font-size: 10px;font-size: 0.625rem;font-weight: 500;line-height: 20px;}.comments-area ol.comment-list li .comment-respond {margin-top: 50px;}.comments-area ol.comment-list li .comment-respond #cancel-comment-reply-link {float: right;line-height: 30px;}.no-touch .comments-area ol.comment-list li .comment-respond #cancel-comment-reply-link:hover {color: var(--primary-color);}.comments-area ol.comment-list + .comment-respond {padding-top: 50px;border-top: 1px solid var(--border-color-alt);}.comments-area .navigation {margin-bottom: 50px;}.comments-area .navigation .nav-links {padding: 15px 0;border-top: 1px dashed var(--border-color-alt);border-bottom: 1px dashed var(--border-color-alt);font-size: 12px;font-size: 0.75rem;font-weight: 500;text-transform: uppercase;letter-spacing: 0.5px;}.comments-area .navigation .nav-links > * a:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;}.comments-area .navigation .nav-links .nav-previous {float: right;}.comments-area .navigation .nav-links .nav-previous a:before {float: right;margin-left: 6px;content: "\f0da";}.comments-area .navigation .nav-links .nav-next {float: left;}.comments-area .navigation .nav-links .nav-next a:before {float: left;margin-right: 6px;content: "\f0d9";}.comments-area .comment-form label {font-size: 14px;font-size: 0.875rem;font-weight: 500;}.comments-area .comment-form p {margin-bottom: 15px;}.comments-area .comments-closed {padding: 15px 0;margin-bottom: 0;border-top: 1px dashed var(--border-color-alt);border-bottom: 1px dashed var(--border-color-alt);font-size: 12px;font-size: 0.75rem;font-weight: 500;text-transform: uppercase;letter-spacing: 0.5px;}.page.page-header-hidden .page-header {position: absolute !important;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);width: 1px;height: 1px;padding: 0;margin: -1px;border: 0;word-wrap: normal !important;}.page.hide-site-header .site-header, .page.hide-footer .site-footer, .page.hide-footer-signup .site-footer-signup, .page.hide-footer-ins .site-footer > .alpaca-widget_instagram {display: none;}.page.no-padding-top .single-post-wrapper > .article-content {padding-top: 0;}.page.no-padding-bottom .main, .page.no-padding-bottom .single-post-wrapper > .article-content {padding-bottom: 0;}.no-margin-bottom {margin-bottom: 0 !important;}.no-margin-bottom + * {margin-top: 0 !important;}#ez-toc-container nav ul {font-size: inherit;}@media screen and (min-width: 600px) {.archive-header.overlay-header {margin-bottom: 60px;}.archive-header.overlay-header + .main .posts.alignfull {margin-top: -60px;}.comments-area, .overlay-header .header-text, .page-header .header-text, .archive-header .header-text, .no-results, .page-404-content {padding: 60px;}.post-template-wide-header-img .header-text, .post-template-normal .header-text, .post-template-normal .header-img {margin-bottom: 60px;}.post-template-wide-header-img .header-img {max-height: 480px;}.post-template-split .featured-video-play-btn {left: 60px;}.single-format-audio.post-template-wide-header-img .header-audio .mejs-container .mejs-controls {padding-right: 60px;padding-left: 60px;}.single-format-audio .entry-header.overlay-header .header-audio {right: 50%;bottom: 40px;-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);width: calc(100% - 120px);max-width: calc(var(--inner-width) - 120px);}.overlay-header .header-audio + .header-text {padding-bottom: 150px !important;}.related-posts {padding: 60px 0 30px;}.author-info-box .author-photo, .archive.author .archive-header .author-photo {float: left;margin-bottom: 0;margin-right: 30px;}.author-info-box .author-photo + .author-info, .archive.author .archive-header .author-photo + .author-info {float: left;width: calc(100% - 150px);}.author-info-box {padding: 0 0 60px;text-align: left;}.author-info-box .container {padding-right: 0;padding-left: 0;}.author-info-box ul.social-nav li:first-child a {padding-left: 0;}.primary .article-content .signup-form .widget_mc4wp_form_widget {padding: 80px 50px;}}@media screen and (min-width: 768px) {.page-404 p, .no-results p, .archive-description, .single .header-text .entry-excerpt, .page-header .sub-title {font-size: 18px;font-size: 1.125rem;}.no-results .entry-title, .page-404 .entry-title {font-size: 48px;font-size: 3rem;}.post-navigation .nav-links {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: stretch;}.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {width: 50%;}.post-navigation .nav-links .nav-previous:only-child, .post-navigation .nav-links .nav-next:only-child {width: 100%;}.post-navigation .nav-links a {height: 100%;}.post-navigation .nav-links .post-title {font-size: 28px;font-size: 1.75rem;}.single:not(.post-template-split) .header-img .featured-img-caption {max-width: 50%;}.single-format-gallery .image-gallery.multi-img-gallery img {height: 450px;}.single-format-gallery .image-gallery.multi-img-gallery .featured-img-caption {max-width: 80%;}.entry-footer .post-tag-cloud:not(:only-child) {float: left;max-width: calc(100% - 350px);}.site-header-vertical.site-header-v-wide.post-template-split .entry-footer .post-tag-cloud:not(:only-child) {float: none;max-width: 100%;}.entry-footer .post-tag-cloud + .meta {float: right;margin-top: 0;line-height: 32px;}.site-header-vertical.site-header-v-wide.post-template-split .entry-footer .post-tag-cloud + .meta {float: none;margin-top: 20px;}.comments-area .comment-respond form.comment-form {margin: 0 -10px;}.comments-area .comment-respond form.comment-form > * {padding: 0 10px;}.comments-area .comment-respond form.comment-form .comment-form-author, .comments-area .comment-respond form.comment-form .comment-form-email, .comments-area .comment-respond form.comment-form .comment-form-url {float: left;width: 33.333333%;}.comments-area ol.comment-list li .reply {position: absolute;top: 0;right: 0;margin-top: 0;}}@media screen and (min-width: 1024px) {.overlay-header .header-text, .page-header .header-text, .archive-header .header-text, .no-results, .page-404-content {padding-top: 80px;padding-bottom: 80px;}.post-template-split .overlay-header .header-text {padding-bottom: 60px;}.no-results .entry-title, .page-404 .entry-title {font-size: 60px;font-size: 3.75rem;}.site-header-vertical .no-results, .site-header-vertical .page-404 {min-height: 100vh;}.site-header-vertical .reading-progress {top: 0;bottom: auto;width: var(--reading-progress);height: 100vh;}.site-header-vertical.site-header-v-bar .reading-progress {left: 100px;}.site-header-vertical.site-header-v-wide .reading-progress {left: var(--wide-side-header);}.single.post-template-split .main > .container {padding: 0;}.single.post-template-split .single-post-wrapper {padding-left: 50%;}.single.post-template-split .single-post-wrapper > .article-content {padding: 60px;}.single.post-template-split.site-header-vertical .single-post-wrapper > .article-content {padding-top: 80px;}.single.post-template-split .article-side-section {position: absolute;top: 0;left: 0;margin: 0;width: 50vw;height: 100vh;}.single.post-template-split .article-side-section.is-sticky {position: fixed;}.single.post-template-split .article-side-section.reach-bottom {position: absolute;top: auto;bottom: 0;}.single.post-template-split .author-info-box .container {padding-right: 60px;padding-left: 60px;}.single.post-template-split.site-header-vertical.site-header-v-bar .article-side-section {width: calc(50vw - 50px);}.single.post-template-split.site-header-vertical.site-header-v-bar .article-side-section.is-sticky {left: 100px;}.single.post-template-split.site-header-vertical.site-header-v-wide .article-side-section {width: calc(50vw - var(--wide-side-header)/2);}.single.post-template-split.site-header-vertical.site-header-v-wide .article-side-section.is-sticky {left: var(--wide-side-header);}.single.post-template-split .header-text {position: absolute;bottom: 0;left: 0;}.single.post-template-split .sticky-share {position: absolute;top: 50px;right: auto;bottom: auto;left: 50px;}.single.post-template-split .sticky-share .article-share {display: block;}.single.post-template-split .sticky-share a {display: inline-block;padding: 0 10px;width: auto;height: 36px;line-height: 36px;background: none !important;}.no-touch .single.post-template-split .sticky-share a:hover {filter: brightness(100%);opacity: 0.85;}.single.post-template-split .sticky-share.hide-it {opacity: 1;visibility: visible;pointer-events: auto;}.single.post-template-split.dark-color .sticky-share .article-share a[title="Email"] {color: #fff;}.single.post-template-split .featured-video-play-btn.position-change {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);bottom: auto;opacity: 1;pointer-events: auto;transition: transform 0s 0s, opacity 1s 0s;}.single.post-template-split .featured-video-play-btn.slide-up {-webkit-animation: playBtnPosition 1s;animation: playBtnPosition 1s;animation-iteration-count: 1;}.single.post-template-split.single-format-gallery .overlay-header.fade-text .image-gallery .slick-arrow {display: block;visibility: visible;pointer-events: auto;}.single.post-template-split.single-format-gallery .overlay-header.fade-text .image-gallery .featured-img-caption {visibility: visible;}.single.post-template-split .related-posts {padding-right: 60px;padding-left: 60px;max-width: var(--wide-inner-width);}.single:not(.post-template-split) .sticky-share {height: 50px;}.single:not(.post-template-split) .sticky-share.minimize .article-share {-webkit-transform: translateY(42px);-ms-transform: translateY(42px);transform: translateY(42px);transition: transform 0.3s;}.no-touch .single:not(.post-template-split) .sticky-share.minimize:hover .article-share {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.single:not(.post-template-split) .sticky-share .article-share a {height: 50px;line-height: 50px;}.site-header-vertical.site-header-v-bar.single:not(.post-template-split) .sticky-share {width: calc(100vw - 100px);}.site-header-vertical.site-header-v-wide.single:not(.post-template-split) .sticky-share {width: calc(100vw - var(--wide-side-header));}.single-format-gallery .image-gallery.multi-img-gallery img {height: calc(100vh - 240px);min-height: 500px;}}@media screen and (min-width: 1120px) {.page .main > .container, .page .header-text, .single .main > .container, .single .header-text {max-width: var(--inner-width);}.post-template-split .main > .container, .post-template-split .header-text {max-width: none;}.archive .header-text {max-width: var(--wide-inner-width);}.archive .header-text > * {max-width: var(--content-width);}.single-attachment .header-text > * {max-width: var(--content-width);}.site-header-vertical.archive .header-text > * {margin-left: 0;}.header-text h1 {font-size: 42px;font-size: 2.625rem;}.archive-header .archive-title, .page-header .entry-title {font-size: 48px;font-size: 3rem;}.archive-header .archive-title.author-name {font-size: 36px;font-size: 2.25rem;}.page-header.overlay-header, .archive-header.overlay-header {min-height: 480px;}.page-header.overlay-header {margin-bottom: 60px;}.page .page-header:not(.overlay-header) .header-text {padding-bottom: 60px;}.no-results, .page-404 {min-height: 70vh;}.single-post .main {padding-top: 60px;}.site-content:not([class*="with-sidebar-"]) .single-post-wrapper > .article-content > *, .site-content:not([class*="with-sidebar-"]) .comments-area > *, .site-content:not([class*="with-sidebar-"]) .author-info-box .container, .post-template-wide-overlay-header .site-content:not([class*="with-sidebar-"]) .header-audio, .site-content:not([class*="with-sidebar-"]) .wp-block-gallery figcaption, .site-content:not([class*="with-sidebar-"]) .wp-block-image figcaption, .site-content:not([class*="with-sidebar-"]) .wp-block-embed.alignfull figcaption, .page .site-content:not([class*="with-sidebar-"]) .header-text > *, .post-template-wide-overlay-header .site-content:not([class*="with-sidebar-"]) .header-text > * {max-width: var(--content-width);}.site-content:not([class*="with-sidebar-"]) .entry-content ~ .article-share {max-width: calc(var(--content-width) + 10px);margin-right: auto;margin-left: auto;}.site-content:not([class*="with-sidebar-"]) .post-navigation .nav-links .post-title {font-size: 36px;font-size: 2.25rem;}.site-content[class*="with-sidebar-"] .comments-area {padding: 60px 0;}.single .site-content[class*="with-sidebar-"] .post-navigation:last-child {padding-bottom: 60px;}.page.page-header-hidden .site-content[class*="with-sidebar-"] .single-post-wrapper .article-content {padding-top: 60px;}.site-content[class*="with-sidebar-"] .related-posts .posts.layout-grid.column-4 .post {width: 50%;}.page-template-fullwidth .main > .container, .page-template-fullwidth .header-text, .page-template-fullwidth .header-text > *, .page-template-fullwidth .single-post-wrapper .article-content > * {max-width: 100% !important;}.post-template-wide-header-img .header-img {height: 70vh;min-height: 360px;max-height: none;}.post-template-wide-overlay-header .overlay-header {display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: flex-end;justify-content: flex-end;height: 100vh;}.post-template-wide-overlay-header.logged-in.admin-bar .overlay-header {height: calc(100vh - 32px);}.post-template-wide-overlay-header .header-text .entry-title {font-size: 48px;font-size: 3rem;}.post-template-wide-overlay-header.site-header-horizontal .overlay-header {height: calc(100vh - 90px);}.post-template-wide-overlay-header.site-header-horizontal.logged-in.admin-bar .overlay-header {height: calc(100vh - 122px);}.post-template-normal .site-content:not([class*="with-sidebar-"]) .header-img:not(.has-gallery) {position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: calc(100vw - 60px);max-width: var(--inner-width);text-align: center;}.post-template-normal.site-header-v-bar .site-content:not([class*="with-sidebar-"]) .header-img:not(.has-gallery) {width: calc(100vw - 160px);}.post-template-normal.site-header-v-wide .site-content:not([class*="with-sidebar-"]) .header-img:not(.has-gallery) {width: calc(100vw - var(--wide-side-header) - 60px);}.comments-area ol.comment-list li.comment .comment-body {padding-left: 84px;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard img {width: 64px;height: 64px;}.comments-area ol.comment-list li .comment-meta {padding: 0;}.comments-area ol.comment-list ol.children {margin-left: 84px;}.single-format-audio.post-template-normal .site-content:not([class*="with-sidebar-"]) .post:not(.has-post-thumbnail) .header-img {max-width: var(--content-width);}.single-format-audio.post-template-wide-header-img .header-audio .mejs-container .mejs-controls {left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);max-width: var(--inner-width);}.single-format-audio.post-template-wide-header-img .site-content:not([class*="with-sidebar-"]) .header-audio .mejs-container .mejs-controls {max-width: calc(var(--content-width) + 120px);}.single-format-audio .entry-header.overlay-header .header-audio {bottom: 60px;}.overlay-header .header-audio + .header-text {padding-bottom: 170px !important;}.auto-col2 {column-count: 2;column-gap: 3.33333vw;}}@media screen and (min-width: 1440px) {.header-text h1 {font-size: 48px;font-size: 3rem;}.archive-header .archive-title, .page-header .entry-title, .post-template-wide-overlay-header .header-text .entry-title {font-size: 60px;font-size: 3.75rem;}.no-results .entry-title, .page-404 .entry-title {font-size: 72px;font-size: 4.5rem;}}@media screen and (max-width: 1919px) {.post-template-split .entry-footer .post-tag-cloud {float: none;max-width: none;}.post-template-split .entry-footer .post-tag-cloud + .meta {float: none;margin-top: 20px;}}@media screen and (max-width: 1119px) {.touch .header-video-bg {display: none;}.page .primary:only-child > *:last-child, .single .primary:only-child > *:last-child {padding-bottom: 0;}}@media screen and (min-width: 1024px) and (max-width: 1366px) {.site-header-vertical.site-header-v-wide.post-template-split .header-text .entry-title {font-size: 36px;font-size: 2.25rem;}.site-header-vertical.site-header-v-wide.post-template-split .header-text .entry-excerpt {font-size: 16px;font-size: 1rem;}}@media screen and (min-width: 1024px) and (max-width: 1279px) {.site-header-vertical.site-header-v-wide.single.post-template-split .single-post-wrapper {padding-left: 0;}.site-header-vertical.site-header-v-wide.single.post-template-split .single-post-wrapper > .article-content {padding-top: 40px;}.site-header-vertical.site-header-v-wide.single.post-template-split .article-side-section {position: relative;width: 100%;}.site-header-vertical.site-header-v-wide.single.post-template-split .article-side-section.is-sticky {position: relative;left: 0;}}@media screen and (max-width: 1023px) {.post-template-split .article-side-section {margin: 0 -60px;}.post-template-split.mobile-large-header .overlay-header {display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: flex-end;justify-content: flex-end;min-height: 100vw;}}@media screen and (max-width: 599px) {.header-img .featured-img-caption {display: none;}.entry-content ~ .article-share a {margin: 2px 5px 0;padding: 12px 20px;}.entry-content ~ .article-share a, .entry-content ~ .article-share a:nth-child(n+5) {width: 100%;}.entry-content ~ .article-share a i, .entry-content ~ .article-share a:nth-child(n+5) i {margin-left: 0;margin-right: 20px;}.entry-content ~ .article-share a span.count, .entry-content ~ .article-share a span.counter, .entry-content ~ .article-share a:nth-child(n+5) span.count, .entry-content ~ .article-share a:nth-child(n+5) span.counter {margin-right: 0;}.entry-content ~ .article-share a:nth-child(n+5) {max-width: none;}.entry-content ~ .article-share a:nth-child(n+5) span {display: block;}.post-template-split .article-side-section {margin: 0 -30px;}.post-template-split.mobile-large-header .overlay-header {min-height: 125vw;}.single-format-audio .header-audio {padding-top: 10px;}}.widget {position: relative;margin: 0 auto;}.widget select {display: block;width: 100%;}.widget .button {text-transform: uppercase;}.widget_calendar table#wp-calendar {margin-bottom: 0;border: none;border-spacing: 2px;}.widget_calendar table#wp-calendar caption {margin-top: 0;font-size: 16px;font-size: 1rem;font-weight: 600;}.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td {padding: 0 5px;text-align: center;border: none !important;}.widget_calendar table#wp-calendar th {font-size: 10px;font-size: 0.625rem;font-weight: 400;}.widget_calendar table#wp-calendar td {font-size: 13px;font-size: 0.8125rem;}.widget_calendar table#wp-calendar tbody td {position: relative;background: rgba(0, 0, 0, 0.035);line-height: 40px;}.change-to-color-scheme-light .dark-color .widget_calendar table#wp-calendar tbody td {background: rgba(0, 0, 0, 0.035);}.dark-color .widget_calendar table#wp-calendar tbody td, .change-to-color-scheme-dark .light-color .widget_calendar table#wp-calendar tbody td {background: rgba(255, 255, 255, 0.1);}.widget_calendar table#wp-calendar tbody td a {font-weight: 800;}.widget_calendar table#wp-calendar tbody td a:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--primary-color);opacity: 0.1;content: "";}.widget_calendar table#wp-calendar tfoot td {line-height: 36px;font-size: 11px;font-size: 0.6875rem;text-transform: uppercase;}.widget_calendar table#wp-calendar tfoot td a {padding: 2px 10px;border: 1px solid #e6e6e6;border-radius: 4px;color: inherit;}.dark-color .widget_calendar table#wp-calendar tfoot td a {border-color: #393939;}.no-touch .widget_calendar table#wp-calendar tfoot td a:hover {background: var(--primary-color);border-color: var(--primary-color);color: #fff;}.widget_calendar .wp-calendar-nav {font-size: 0;}.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next {display: inline-block;width: 45%;text-align: center;line-height: 36px;font-size: 11px;font-size: 0.6875rem;text-transform: uppercase;}.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {padding: 2px 10px;color: inherit;}.dark-color .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .dark-color .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {border-color: #393939;}.no-touch .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .no-touch .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {background: var(--primary-color);border-color: var(--primary-color);color: #fff;}.widget_calendar .wp-calendar-nav .pad {display: inline-block;width: 10%;}.widget_categories ul, .widget_archive ul, .widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_recent_entries ul {margin: 0;list-style: none;text-align: left;}.widget_categories ul li, .widget_archive ul li, .widget_nav_menu ul li, .widget_meta ul li, .widget_pages ul li, .widget_rss ul li, .widget_recent_entries ul li {position: relative;margin-bottom: 8px;padding-bottom: 8px;border-bottom: 1px solid var(--border-color);}.no-touch .widget_categories ul li a:hover, .no-touch .widget_archive ul li a:hover, .no-touch .widget_nav_menu ul li a:hover, .no-touch .widget_meta ul li a:hover, .no-touch .widget_pages ul li a:hover, .no-touch .widget_rss ul li a:hover, .no-touch .widget_recent_entries ul li a:hover {color: var(--primary-color);}.widget_categories ul li ul, .widget_archive ul li ul, .widget_nav_menu ul li ul, .widget_meta ul li ul, .widget_pages ul li ul, .widget_rss ul li ul, .widget_recent_entries ul li ul {margin-top: 7.5px;margin-left: 20px;clear: both;}.widget_categories ul li ul li, .widget_archive ul li ul li, .widget_nav_menu ul li ul li, .widget_meta ul li ul li, .widget_pages ul li ul li, .widget_rss ul li ul li, .widget_recent_entries ul li ul li {border-bottom: none !important;padding-bottom: 0 !important;}.widget_categories ul li ul li:last-child, .widget_archive ul li ul li:last-child, .widget_nav_menu ul li ul li:last-child, .widget_meta ul li ul li:last-child, .widget_pages ul li ul li:last-child, .widget_rss ul li ul li:last-child, .widget_recent_entries ul li ul li:last-child {margin-bottom: 0;}.widget_archive ul li, .widget_categories ul li {font-size: 13px;font-size: 0.8125rem;text-align: right;line-height: 26px;}.widget_archive ul li a, .widget_categories ul li a {float: left;width: 80%;font-size: 14px;font-size: 0.875rem;text-align: left;}.widget_categories ul ul li:before, .widget_nav_menu ul ul li:before, .widget_pages ul ul li:before {position: absolute;top: 1px;left: -20px;width: 20px;color: inherit;font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;content: "\35";line-height: inherit;text-align: left;color: var(--primary-color);}.widget_recent_entries ul li a {display: block;font-weight: 600;}.widget_recent_entries .post-date {display: block;margin-top: 2px;font-size: 12px;font-size: 0.75rem;opacity: 0.5;}.widget_recent_comments ul {margin: 0;list-style: none;text-align: left;}.widget_recent_comments ul li:not(:last-child) {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid var(--border-color);}.widget_recent_comments ul li > a {display: block;margin-top: 5px;font-weight: 600;}.no-touch .widget_recent_comments ul li > a:hover {color: var(--primary-color);}.widget_rss .widget-title .rsswidget:first-child .rss-widget-icon {display: none;}.widget_rss .widget-title .rsswidget:first-child:after {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;content: "\f09e";}.widget_rss ul li:not(:last-child) {margin-bottom: 15px;padding-bottom: 15px;}.widget_rss ul li a.rsswidget {font-weight: 600;}.widget_rss ul li .rss-date {display: block;margin-top: 5px;font-size: 12px;font-size: 0.75rem;opacity: 0.5;}.widget_rss ul li .rssSummary {margin-top: 7.5px;font-size: 13px;font-size: 0.8125rem;}.widget_rss ul li .rssSummary + cite {display: block;margin-top: 7.5px;}.widget_rss ul li cite {font-size: 12px;font-size: 0.75rem;font-weight: 500;font-style: normal;}.alpaca-widget_cat .catwidget {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: flex-start;margin: 0;}.alpaca-widget_cat .cat {width: 100%;margin: 0 0 1px;overflow: hidden;}.alpaca-widget_cat .cat a {position: relative;display: block;width: 100%;height: 120px;background: #000;color: #fff;text-align: center;overflow: hidden;}.alpaca-widget_cat .cat-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-size: cover;background-position: center;background-repeat: no-repeat;-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);transition: all 0.4s;overflow: hidden;opacity: 0.7;}.alpaca-widget_cat .cat-meta {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;width: 100%;}.alpaca-widget_cat .category-name {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;width: 100%;padding: 12px;font-size: 14px;font-size: 0.875rem;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;-ms-word-wrap: break-word;word-wrap: break-word;}.home-widget .alpaca-widget_cat .category-name {font-size: 16px;font-size: 1rem;}.alpaca-widget_cat .counts {position: absolute;bottom: 15px;left: 0;z-index: 9;width: 100%;font-size: 12px;font-size: 0.75rem;-webkit-transform: translateY(40px);-ms-transform: translateY(40px);transform: translateY(40px);transition: transform 0.3s;}.no-touch .alpaca-widget_cat a:hover .cat-bg {-webkit-transform: scale(1.01);-ms-transform: scale(1.01);transform: scale(1.01);opacity: 0.4;will-change: transform;}.no-touch .alpaca-widget_cat a:hover .counts {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.alpaca-widget_about .profile-img {display: inline-block;margin-bottom: 20px;}.alpaca-widget_about .subheading {display: block;margin: 0 0 15px;font-size: 21px;font-size: 1.3125rem;line-height: 1;}.alpaca-widget_about .social-nav {margin-bottom: 20px;}.alpaca-widget_ad a, .alpaca-widget_ad img {display: block;}.alpaca-widget_instagram ul {margin: -5px;list-style: none;}.alpaca-widget_instagram ul li {float: left;width: 33.333333%;padding: 5px;margin: 0;border: none;}.alpaca-widget_instagram ul li a {position: relative;display: block;overflow: hidden;}.no-touch .alpaca-widget_instagram ul li a:hover .feed-bg {-webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);}.alpaca-widget_instagram ul li .feed-bg {position: relative;z-index: 1;width: 100%;height: 0;padding-top: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;transition: transform 0.4s ease-out;-webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);}.alpaca-widget_instagram.column-4 ul li {width: 25%;}.alpaca-widget_instagram.column-5 ul li {width: 20%;}.alpaca-widget_instagram.column-6 ul li {width: 16.666%;}.alpaca-widget_instagram.column-7 ul li {width: 14.285%;}.alpaca-widget_instagram.column-8 ul li {width: 12.5%;}.loftocean-widget_facebook {overflow: hidden;}.alpaca-widget_posts ul {margin: 0;list-style: none;text-align: left;}.alpaca-widget_posts ul li {position: relative;padding: 0;margin-top: 30px;}.alpaca-widget_posts ul li:first-child {margin-top: 0;}.no-touch .alpaca-widget_posts a:hover .entry-title {color: var(--primary-color);}.alpaca-widget_posts .thumbnail, .alpaca-widget_posts .article-content {position: relative;z-index: 2;pointer-events: none;}.alpaca-widget_posts .thumbnail {position: relative;overflow: hidden;background-size: cover;background-position: center;background-repeat: no-repeat;transition: 0.4s;}.alpaca-widget_posts .thumbnail img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: none;opacity: 0;visibility: hidden;pointer-events: none;}.alpaca-widget_posts .entry-title {margin-bottom: 4px;font-size: 16px;font-size: 1rem;line-height: 1.5;transition: color 0.4s;}.alpaca-widget_posts .entry-title:last-child {margin-bottom: 0;}.alpaca-widget_posts .cat-links {display: inline-block;margin-right: 15px;font-size: 13px;font-size: 0.8125rem;}.alpaca-widget_posts .cat-links + .entry-meta {display: inline-block;}.alpaca-widget_posts .entry-meta {font-size: 12px;font-size: 0.75rem;opacity: 0.5;}.alpaca-widget_posts.large-thumbnail .thumbnail {width: 100%;height: 0;padding-top: 66.6666%;margin-bottom: 15px;}.alpaca-widget_posts.circular-thumbnail ul li a {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: flex-start;-ms-flex-align: flex-start;align-items: flex-start;width: 100%;}.no-touch .alpaca-widget_posts.circular-thumbnail ul li a:hover .thumbnail:before, .no-touch .alpaca-widget_posts.circular-thumbnail ul li a:hover .thumbnail:after {opacity: 0;}.alpaca-widget_posts.circular-thumbnail .thumbnail {width: 70px;height: 70px;border-radius: 50%;margin: 0 20px 0 0;}.alpaca-widget_posts.circular-thumbnail .thumbnail:before, .alpaca-widget_posts.circular-thumbnail .thumbnail:after {transition: opacity 0.3s;}.alpaca-widget_posts.circular-thumbnail .article-content {width: calc(100% - 90px);}.alpaca-widget_posts.circular-thumbnail .entry-title {font-size: 14px;font-size: 0.875rem;font-weight: 600;}.alpaca-widget_posts.large-thumbnail.with-post-number ul li {counter-increment: step-counter;}.alpaca-widget_posts.large-thumbnail.with-post-number ul li .article-content {padding-left: 42px;}.alpaca-widget_posts.large-thumbnail.with-post-number ul li .article-content:before {position: absolute;top: -2px;left: 0;z-index: 9;display: block;width: 28px;height: 28px;color: inherit;text-align: center;font-size: 28px;font-size: 1.75rem;font-weight: 600;line-height: 28px;content: counter(step-counter);pointer-events: none;opacity: 0.35;}.alpaca-widget_posts.circular-thumbnail.with-post-number ul li {counter-increment: step-counter;}.alpaca-widget_posts.circular-thumbnail.with-post-number ul li .thumbnail:before, .alpaca-widget_posts.circular-thumbnail.with-post-number ul li .thumbnail:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;pointer-events: none;}.alpaca-widget_posts.circular-thumbnail.with-post-number ul li .thumbnail:before {z-index: 2;background: #000;border-radius: 50%;opacity: 0.25;content: "";}.alpaca-widget_posts.circular-thumbnail.with-post-number ul li .thumbnail:after {z-index: 9;color: #fff;text-align: center;font-size: 28px;font-size: 1.75rem;font-weight: 700;line-height: 70px;content: counter(step-counter);}.mc4wp-form p:last-of-type {margin-bottom: 0;}.mc4wp-form p.terms {margin-top: 20px;font-size: 12px;font-size: 0.75rem;}.mc4wp-form p.terms input[type="checkbox"] {-webkit-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);margin-right: 5px;}.home-widget.signup-form .bg-container + .container .mc4wp-form input:not([type="submit"]), .site-footer-signup .bg-container + .container .mc4wp-form input:not([type="submit"]) {background: #fff;color: #000;}.home-widget.signup-form .bg-container + .container .mc4wp-form input[type="submit"]:not(:hover), .site-footer-signup .bg-container + .container .mc4wp-form input[type="submit"]:not(:hover) {background: #000;color: #fff;}.mc4wp-form .fields-container {position: relative;padding-right: 115px;width: 100%;max-width: 450px;height: 42px;overflow: hidden;}.sidebar .mc4wp-form .fields-container {max-width: 100%;}.sidebar .mc4wp-form .fields-container, .popup-signup .mc4wp-form .fields-container {padding: 0;height: auto;}.alpaca-fullmenu .mc4wp-form .fields-container {margin: 0;}.mc4wp-form .fields-container input[type="email"] {position: relative;z-index: 1;height: 42px;text-align: left;}.mc4wp-form .fields-container input[type="submit"] {position: absolute;z-index: 3;top: 0;right: 0;width: 110px;height: 42px;padding: 0;}.sidebar .mc4wp-form .fields-container input[type="submit"], .popup-signup .mc4wp-form .fields-container input[type="submit"] {position: relative;width: 100%;margin-top: 10px;}.mc4wp-form .fields-container + p {margin-top: 30px;}.widget-area .mc4wp-form .fields-container + p, .primary .signup-form .mc4wp-form .fields-container + p, .home-widget.signup-form .mc4wp-form .fields-container + p, .site-footer-signup .mc4wp-form .fields-container + p {margin-top: 15px;}.mc4wp-form input[type="email"] {max-width: 450px;}.sidebar .mc4wp-form input[type="email"] {max-width: 100%;}.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {font-size: 14px;font-size: 0.875rem;}.entry-content .mc4wp-form .fields-container {margin-left: 0;}.entry-content .mc4wp-form .mc4wp-form-fields > p:last-child, .entry-content .mc4wp-form .mc4wp-alert > p:last-child {margin-bottom: 0;}.entry-content .has-text-align-center + script + .mc4wp-form {text-align: center;}.entry-content .has-text-align-center + script + .mc4wp-form .fields-container {margin-right: auto;margin-left: auto;}.entry-content .has-text-align-center + script + .mc4wp-form + .mc4wp-response {margin-top: 30px;text-align: center;}.submitting-form .mc4wp-form {opacity: 0.5;pointer-events: none;}.home-widget .widget_mc4wp_form_widget .widget-title, .popup-signup .widget_mc4wp_form_widget .widget-title, .primary .widget_mc4wp_form_widget .widget-title, .site-footer-signup .widget_mc4wp_form_widget .widget-title {position: relative;display: inline-block;width: auto;margin-bottom: 20px;font-size: 24px;font-size: 1.5rem;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}.popup-signup .widget_mc4wp_form_widget .widget-title {font-size: 21px;font-size: 1.3125rem;}.widget_mc4wp_form_widget p:not(:last-child) {margin-bottom: 15px;}.home-widget.signup-form .widget_mc4wp_form_widget > *, .home-widget.signup-form .widget_mc4wp_form_widget .mc4wp-form-fields > * {margin-left: 0;}.home-widget.signup-form.center-column .widget_mc4wp_form_widget {text-align: center;}.home-widget.signup-form.center-column .widget_mc4wp_form_widget > *, .home-widget.signup-form.center-column .widget_mc4wp_form_widget .mc4wp-form-fields > * {margin-right: auto;margin-left: auto;}.widget_mc4wp_form_widget .mc4wp-alert {margin-top: 30px;}.widget-area .widget_mc4wp_form_widget .mc4wp-alert, .primary .signup-form .widget_mc4wp_form_widget .mc4wp-alert, .home-widget.signup-form .widget_mc4wp_form_widget .mc4wp-alert, .site-footer-signup .widget_mc4wp_form_widget .mc4wp-alert {margin-top: 15px;}.popup-signup .widget_mc4wp_form_widget .mc4wp-alert {margin-top: 0;}.widget-area .widget {font-size: 14px;font-size: 0.875rem;}.widget-area .widget p, .widget-area .widget .textwidget ul, .widget-area .widget .textwidget ol {margin-bottom: 15px;}.widget-area .widget .textwidget ul, .widget-area .widget .textwidget ol {margin-left: 15px;}.widget-area .widget .textwidget ul li:not(:last-child), .widget-area .widget .textwidget ol li:not(:last-child) {margin-bottom: 5px;}.widget-area .widget.widget_search form.search-form {max-width: none;}.widget-area .social-nav li a {padding: 0 20px 0 0;}.sidebar .widget {z-index: 3;}.sidebar .widget:not(:first-child) {margin-top: 60px;}.site-footer {clear: both;}.site-footer > * {background-color: var(--footer-bg);}.site-footer > .alpaca-widget_instagram {position: relative;margin: 0;text-align: center;}.site-footer > .alpaca-widget_instagram .widget-title {position: relative;z-index: 9;padding: 60px 30px 30px;font-size: 12px;font-size: 0.75rem;font-weight: 500;letter-spacing: 1px;text-transform: uppercase;}.site-footer > .alpaca-widget_instagram .widget-title:after {position: absolute;bottom: -15px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid var(--footer-bg);content: "";}.site-footer > .alpaca-widget_instagram .widget-title a {position: relative;display: inline-block;overflow: hidden;line-height: 2;}.site-footer > .alpaca-widget_instagram .widget-title a:before {position: absolute;z-index: -1;bottom: 0;right: 0;display: block;width: 100%;height: 1px;background: var(--primary-color);content: "";-webkit-transform: translateX(-101%);-ms-transform: translateX(-101%);transform: translateX(-101%);transform-origin: 0 0;transition: transform 0.4s;}.no-touch .site-footer > .alpaca-widget_instagram .widget-title a:hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.site-footer > .alpaca-widget_instagram ul {margin: 0;}.site-footer > .alpaca-widget_instagram ul li {padding: 0;}.site-footer .widget-area-row {padding-top: 60px;padding-bottom: 60px;}.site-footer .widget-area-row .widget-area-column > *:not(:last-child) {margin-bottom: 60px;}.site-footer-signup {position: relative;overflow: hidden;padding: 80px 0;text-align: center;}.site-footer-signup .bg-container, .site-footer-signup.has-overlay .bg-container:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none;}.site-footer-signup .bg-container {background-size: cover;background-position: center center;}.site-footer-signup.has-overlay .bg-container:before {background: var(--base-color);content: "";opacity: 0.35;}.site-footer-signup.light-color.has-overlay .bg-container:before, .change-to-color-scheme-light .site-footer-signup.dark-color.has-overlay .bg-container:before {opacity: 0.7;}.site-footer-signup .mc4wp-form .fields-container {margin-right: auto;margin-left: auto;}.site-footer-signup .mc4wp-form-fields p:not(:last-child) {font-size: 18px;font-size: 1.125rem;}.footer-bottom {font-size: 14px;font-size: 0.875rem;text-align: center;padding: 40px 0;}.footer-bottom a {color: inherit;}.footer-bottom .widget_text {padding: 10px 0;}.footer-bottom .widget_nav_menu > div {font-size: 0;}.footer-bottom .widget_nav_menu ul {display: inline-block;margin: 10px auto;text-align: center;}.footer-bottom .widget_nav_menu ul li {display: inline-block;padding: 0;margin: 0;border: none;}.footer-bottom .widget_nav_menu ul li a {display: block;padding: 5px 15px;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;letter-spacing: 0.5px;}.footer-bottom.light-color .dark-logo, .footer-bottom.dark-color .light-logo, .change-to-color-scheme-dark .footer-bottom.light-color .light-logo, .change-to-color-scheme-light .footer-bottom.dark-color .dark-logo {display: none;}.change-to-color-scheme-dark .footer-bottom.light-color .dark-logo, .change-to-color-scheme-light .footer-bottom.dark-color .light-logo {display: block;}.footer-bottom .footer-logo {padding: 10px 0;}.footer-bottom .footer-logo a, .footer-bottom .footer-logo img {display: block;}.footer-bottom .footer-site-info {text-align: center;}.top-btn {position: fixed;right: 40px;bottom: 30px;z-index: 1000;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);transform-origin: 100% 100%;display: block;margin-left: 0;width: 100vw;height: 40px;color: #fff;mix-blend-mode: difference;text-align: right;opacity: 0;pointer-events: none;visibility: hidden;transition: opacity 0.4s;}.top-btn span {display: inline-block;white-space: nowrap;font-size: 12px;font-size: 0.75rem;vertical-align: top;line-height: 40px;}.top-btn:before {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;content: "\23";font-size: 20px;font-size: 1.25rem;line-height: 40px;display: inline-block;width: 50px;height: 40px;text-align: center;}.top-btn.show {opacity: 1;visibility: visible;}.top-btn.show:before, .top-btn.show span {pointer-events: auto;}.single.has-sticky-share .top-btn {bottom: 55px;}.footer-nav {float: left;width: 50%;margin-top: 50px;}.footer-nav .menu li {font-size: 14px;font-size: 0.875rem;}.popup-signup {position: fixed;z-index: 999999;top: 0;left: 0;display: block;width: 100%;height: 100vh;padding: 0;background: rgba(0, 0, 0, 0.9);overflow: hidden;transition: 0.4s;visibility: hidden;transition: visibility 0s 0.35s, opacity 0.3s 0s;opacity: 0;}.popup-signup .close-button {position: absolute;top: 5px;right: 5px;z-index: 9;}.popup-signup .container {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);padding: 0;width: calc(100% - 40px);max-width: 720px;height: auto;overflow: visible;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;border-radius: 10px;}.popup-signup .container::-webkit-scrollbar {display: none;}.popup-signup .container-inner {background: var(--bg-color);border-radius: 10px;}.popup-signup.light-color .container-inner, .change-to-color-scheme-light .popup-signup.dark-color .container-inner {--bg-color: var(--light-bg-color);}.popup-signup.dark-color .container-inner, .change-to-color-scheme-dark .popup-signup.light-color .container-inner {--bg-color: var(--dark-bg-color);}.popup-signup.show {visibility: visible;opacity: 1;transition-delay: 0s;}.popup-signup .widget-title {margin-bottom: 10px !important;}.popup-signup p {margin-bottom: 10px;font-size: 14px;font-size: 0.875rem;line-height: 1.6;}.popup-signup .container-inner .img-wrapper {display: block;width: 100%;height: 0;padding-top: 40%;background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 10px 10px 0 0;}.popup-signup .widget {padding: 30px;max-width: 500px;}.popup-signup.has-img .close-button {color: #fff;}.popup-signup:not(.has-img) .container {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;}.popup-signup .mc4wp-form .fields-container {margin-top: 10px;}.popup-signup .mc4wp-form .fields-container + p {margin-top: 20px;}.popup-signup .popup-exit {z-index: 9;bottom: -50px;left: 0;width: 100%;text-align: center;}.popup-signup .popup-exit a {display: inline-block;padding: 10px 10px 0;color: #fff;font-size: 14px;font-size: 0.875rem;font-weight: 600;}.no-touch .popup-signup .popup-exit a:hover {text-decoration: underline;}.popup-signup .popup-exit .alpaca-exit-popup-signup-form {display: none;}.popup-signup.subscribed form, .popup-signup.subscribed .popup-exit .alpaca-disable-popup-signup-form {display: none;}.popup-signup.subscribed .popup-exit .alpaca-exit-popup-signup-form {display: inline-block;}.alpaca-bannr > a > img, .alpaca-bannr > img {display: block;}.article-content > .alpaca-bannr:first-child, .entry-content + .alpaca-bannr:not(:last-child), .entry-header + .alpaca-bannr {margin-bottom: 30px;}.heart-beat {-webkit-animation: heartBeat 1s infinite;animation: heartBeat 1s infinite;display: inline-block;}@media screen and (min-width: 480px) {.alpaca-fullmenu .widget.alpaca-widget_posts.circular-thumbnail ul li a {-webkit-align-items: center;-ms-flex-align: center;align-items: center;}}@media screen and (min-width: 600px) {.top-btn {right: 50px;}.alpaca-fullmenu .alpaca-widget_posts.large-thumbnail ul li, .site-footer .widget-area-column .alpaca-widget_posts.large-thumbnail ul li {float: left;width: calc(50% - 15px);}.alpaca-fullmenu .alpaca-widget_posts.large-thumbnail ul li:nth-child(-n+2), .site-footer .widget-area-column .alpaca-widget_posts.large-thumbnail ul li:nth-child(-n+2) {margin-top: 0;}.alpaca-fullmenu .alpaca-widget_posts.large-thumbnail ul li:nth-child(2n+1), .site-footer .widget-area-column .alpaca-widget_posts.large-thumbnail ul li:nth-child(2n+1) {margin-right: 30px;clear: left;}.alpaca-fullmenu .alpaca-widget_cat .cat, .site-footer .widget-area-column .alpaca-widget_cat .cat {float: left;padding-right: 1px;width: 50%;}.popup-signup .container {margin-top: 0;}.popup-signup.has-img .container-inner {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: stretch;}.popup-signup.has-img .container-inner .img-wrapper, .popup-signup.has-img .container-inner .widget {width: 50%;}.popup-signup.has-img .container-inner .img-wrapper {height: auto;padding: 0;}.popup-signup.has-img .close-button {color: inherit;}.popup-signup .container-inner .img-wrapper {border-radius: 10px 0 0 10px;}}@media screen and (min-width: 1024px) {.popup-signup .close-button {top: -5px;right: -40px;color: #fff !important;}.popup-signup .widget {padding: 50px 40px;}.popup-signup.has-img .container {width: 100%;}.site-footer .widget-area-row {display: flex;}.site-footer .widget-area-row .widget-area-column:not(:only-child) {width: 50%;}.site-footer .widget-area-row .widget-area-column:first-child:not(:only-child) {padding-right: 50px;}.site-footer .widget-area-row .widget-area-column:last-child:not(:only-child) {padding-left: 50px;}}@media screen and (min-width: 1120px) {.home-widget.signup-form.right-column .widget_mc4wp_form_widget {width: 50%;margin-right: 0;}.footer-bottom .container {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.footer-bottom .container > * {flex: 1;flex-grow: 2;}.footer-bottom .container > *:first-child:not(:only-child) {text-align: left;margin-left: 0;}.footer-bottom .container > *:last-child:not(:only-child) {text-align: right;margin-right: 0;}.footer-bottom .container > .footer-logo {flex-grow: 1;}.footer-bottom .container .footer-logo:first-child:not(:only-child) img {margin-left: 0;}.footer-bottom .container .footer-logo:lasst-child:not(:only-child) img {margin-right: 0;}.footer-bottom .widget_nav_menu:not(:only-child) ul {text-align: left;}.footer-bottom .widget_nav_menu:not(:only-child) ul li a {padding-left: 0;margin-right: 15px;}}@media screen and (max-width: 1365px) {.site-header-v-wide .footer-bottom .container {display: block;}.site-header-v-wide .footer-bottom .container > * {width: 100%;padding: 0;text-align: center !important;}.site-header-v-wide .footer-bottom .container .widget_nav_menu ul li a {padding: 5px 15px;margin: 0;}}@media screen and (max-width: 1023px) {.popup-signup .mc4wp-form .fields-container input[type="submit"] {position: absolute;top: 0;right: 0;padding: 0 10px;margin-top: 0;width: auto;}.site-footer .widget-area-row .widget-area-column:first-child:not(:only-child) {padding-bottom: 60px;}}@media screen and (max-width: 1023px) and (orientation: landscape) {.popup-signup.has-img .container-inner .img-wrapper {width: 30%;}.popup-signup.has-img .container-inner .widget {width: 70%;}}@media screen and (max-width: 599px) and (orientation: landscape) {.popup-signup.has-img .container-inner .img-wrapper {display: none;}.popup-signup.has-img .container-inner .widget {width: 100%;}.popup-signup.has-img .close-button {color: inherit;}}@media screen and (max-width: 599px) {.alpaca-widget_instagram.column-4 ul li {width: 50%;}.alpaca-widget_instagram.column-5 ul li, .alpaca-widget_instagram.column-7 ul li {width: 50%;}.alpaca-widget_instagram.column-5 ul li:last-child:nth-child(2n+1), .alpaca-widget_instagram.column-7 ul li:last-child:nth-child(2n+1) {display: none;}.alpaca-widget_instagram.column-6 ul li {width: 33.3333%;}.alpaca-widget_instagram.column-8 ul li {width: 25%;}.mc4wp-form .fields-container {height: auto;padding: 0;}.mc4wp-form .fields-container input[type="submit"] {position: relative;width: 100%;margin-top: 10px;}}@media screen and (max-width: 360px) {.popup-signup .mc4wp-form .fields-container input[type="submit"] {position: relative;width: 100%;margin-top: 8px;}.popup-signup .container-inner .img-wrapper {padding-top: 50px;}}::-webkit-input-placeholder {color: currentColor;opacity: 0.5;}:-moz-placeholder {color: currentColor;opacity: 0.5;}:-ms-input-placeholder {color: currentColor;opacity: 0.5;}form * {outline: 0;}form ul {position: relative;margin: 0 auto;list-style: none;}form ul > li > label {display: block;margin-bottom: 0;font-size: 13px;font-size: 0.8125rem;line-height: 2;}form li fieldset {padding: 0;margin: 0;border: none;}input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="tel"], textarea, select {width: 100%;height: 46px;padding: 5px 15px;border-color: transparent;border-radius: 0;background: var(--form-bg);color: var(--text-color);-webkit-appearance: none !important;font-size: 14px;font-size: 0.875rem;line-height: 2;font-weight: 400;transition: 0.3s;}input[type="text"]:focus, .no-touch input[type="text"]:hover, input[type="email"]:focus, .no-touch input[type="email"]:hover, input[type="url"]:focus, .no-touch input[type="url"]:hover, input[type="file"]:focus, .no-touch input[type="file"]:hover, input[type="password"]:focus, .no-touch input[type="password"]:hover, input[type="number"]:focus, .no-touch input[type="number"]:hover, input[type="date"]:focus, .no-touch input[type="date"]:hover, input[type="search"]:focus, .no-touch input[type="search"]:hover, input[type="tel"]:focus, .no-touch input[type="tel"]:hover, textarea:focus, .no-touch textarea:hover, select:focus, .no-touch select:hover {background: var(--form-bg-hover);}input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {outline: 0;}.touch input[type="text"], .touch input[type="email"], .touch input[type="url"], .touch input[type="file"], .touch input[type="password"], .touch input[type="number"], .touch input[type="date"], .touch input[type="search"], .touch input[type="tel"], .touch textarea, .touch select {font-size: 16px;font-size: 1rem;}select {-webkit-appearance: auto !important;padding: 5px 10px;width: auto;}textarea {min-height: 125px;resize: vertical;}input[type="submit"], button[type="submit"] {position: relative;z-index: 9;display: inline-block;padding: 0 30px;background: var(--submit-bg);border-radius: 0;border: none;color: #fff;font-size: 11px;font-size: 0.6875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;line-height: 44px;text-align: center;transition: 0.4s;cursor: pointer;overflow: hidden;}.no-touch input[type="submit"]:hover, .no-touch button[type="submit"]:hover {background: var(--primary-color);}form.post-password-form label {position: relative;z-index: 9;display: inline-block;width: 260px;height: 44px;padding-left: 10px;color: var(--text-color);font-size: 13px;font-size: 0.8125rem;line-height: 44px;text-align: left;vertical-align: bottom;}form.post-password-form label input[type="password"] {position: absolute;top: 0;left: 0;z-index: -1;height: 44px;padding: 0 0 0 80px;line-height: 44px;}form.post-password-form input[type="submit"] {width: 130px;margin: 8px 0 0 0;}form.search-form {position: relative;max-width: 420px;margin: 0;}form.search-form input[type="search"] {padding-left: 45px;border: none;border-bottom: 2px solid;border-radius: 0;background: none !important;}form.search-form:before {position: absolute;z-index: 9;top: 6px;left: 3px;width: 40px;height: 46px;text-align: center;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;font-size: 14px;font-size: 0.875rem;line-height: 35px;content: "\f002";}[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;appearance: none;}.wpcf7-acceptance span.wpcf7-list-item {margin: 0;}.site .avatar {border-radius: 50%;}.entry-content .wp-smiley, .comment-content .wp-smiley, .textwidget .wp-smiley {margin-top: 0;margin-bottom: 0;padding: 0;border: none;}.comment-content a img, .textwidget a img {display: block;}embed, iframe, object, video {margin-bottom: 30px;max-width: 100%;border: none;vertical-align: middle;}p > embed, p > iframe, p > object, p > video {margin-bottom: 0;}.fluid-width-video-wrapper {margin-bottom: 30px;}.fluid-width-video-wrapper iframe {margin-bottom: 0;}.wp-video-shortcode {margin-bottom: 30px;}#page .wp-playlist {margin: 0 0 30px;padding-bottom: 0;}#page .wp-playlist .wp-playlist-tracks {margin-top: 0;}#page .wp-playlist a {border-bottom: none;}.wp-playlist-item .wp-playlist-caption {padding: 15px 0;margin-left: 0;color: inherit !important;}.wp-playlist-item .wp-playlist-item-length {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.mejs-container {height: 80px !important;min-width: 100% !important;}.sidebar .mejs-container {height: 60px !important;}.mejs-container a {padding-bottom: 0;border-bottom: none;}.mejs-container .mejs-controls {height: 80px;padding: 20px;}.sidebar .mejs-container .mejs-controls {height: 60px;padding: 10px;}.mejs-container .mejs-controls:not([style*="display: none"]) {background: none;}.mejs-container .mejs-horizontal-volume-slider {width: 20%;max-width: 240px;min-width: 60px;}.mejs-container .mejs-horizontal-volume-total {width: 100%;}.mejs-container .mejs-button > button {background: none;}.mejs-container .mejs-button.mejs-playpause-button {width: 40px;height: 40px;margin-right: 10px;}.mejs-container .mejs-button.mejs-playpause-button > button {width: 40px;height: 40px;margin: 0;}.mejs-container .mejs-button.mejs-playpause-button > button:before {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1;width: 40px;height: 40px;border-radius: 50%;background: #fff;content: "";}.mejs-container .mejs-button.mejs-playpause-button > button:after {position: relative;z-index: 3;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;color: #000;font-size: 14px;font-size: 0.875rem;line-height: 40px;-webkit-transform: translate(1px, 1px);-ms-transform: translate(1px, 1px);transform: translate(1px, 1px);}.mejs-container .mejs-button.mejs-playpause-button.mejs-play > button:after {content: "\f04b";}.mejs-container .mejs-button.mejs-playpause-button.mejs-pause > button:after {content: "\f04c";-webkit-transform: scaleX(0.8) translateY(1px);-ms-transform: scaleX(0.8) translateY(1px);transform: scaleX(0.8) translateY(1px);}.mejs-container .mejs-button.mejs-volume-button > button:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;color: #fff;font-size: 12px;font-size: 0.75rem;content: "\f028";line-height: 20px;}.mejs-container .mejs-button.mejs-volume-button.mejs-unmute > button:before {content: "\f6a9";}.mejs-container .mejs-time-total {margin-top: 8px;}.mejs-container .mejs-time-buffering, .mejs-container .mejs-time-current, .mejs-container .mejs-time-hovered, .mejs-container .mejs-time-loaded, .mejs-container .mejs-time-marker, .mejs-container .mejs-time-total {height: 4px;border-radius: 0;}.mejs-container .mejs-time-handle {top: -3px;}.mejs-container .mejs-horizontal-volume-total {top: 19px;height: 2px;border-radius: 0;}.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {border-radius: 0;background: var(--primary-color);}.wp-caption {margin: 30px 0;max-width: 100%;clear: both;}.wp-caption.aligncenter {text-align: center;}.wp-caption-text, .blocks-gallery-caption, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .wp-block-audio figcaption {display: block;width: 100%;padding: 15px 0;font-size: 14px;font-size: 0.875rem;text-align: left;line-height: 1.5;border-bottom: 1px solid var(--border-color);color: #7a7e82;}.wp-caption-text a:not(:hover), .blocks-gallery-caption a:not(:hover), .wp-block-image figcaption a:not(:hover), .wp-block-video figcaption a:not(:hover), .wp-block-embed figcaption a:not(:hover), .wp-block-audio figcaption a:not(:hover) {color: inherit;}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {border-bottom: none;}.wp-block-audio figcaption {margin-top: 0;margin-bottom: 0;}.gallery[class*="gallery-columns-"] .wp-caption-text {text-align: center;border-bottom: none;}img[class*="wp-image-"] {display: block;margin-left: 0;}img[class*="wp-image-"].alignright {margin-right: 0;margin-left: 30px;}.gallery {margin: 0 -2px 30px;display: flex;flex-wrap: wrap;-webkit-align-items: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}.gallery .gallery-item {position: relative;display: flex;flex-grow: 1;flex-direction: column;justify-content: center;width: 100%;max-width: 50%;}.gallery .gallery-item .gallery-icon {font-size: 0;padding: 0 2px 4px;}.gallery .gallery-item .gallery-icon a {transition: 0s;}.gallery .gallery-item .gallery-icon img {margin: 0 auto;}.gallery .gallery-item .gallery-icon + .wp-caption-text {padding: 6px 0 20px;}.gallery.gallery-columns-1 .gallery-item {max-width: 100%;}.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {display: none;}.entry-content .twitter-tweet.twitter-tweet-rendered {margin-left: 0;margin-bottom: 0 !important;}.entry-content .twitter-tweet.twitter-tweet-rendered iframe {margin-bottom: 0;}.alpaca-media-wrapper.alpaca-media-fullscreen-playing {position: fixed;z-index: 999999;top: 0;left: 0;width: 100%;height: 100%;background: #000;}.alpaca-media-wrapper.alpaca-media-fullscreen-playing .loftocean-video-wrap {display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;height: 100%;}.alpaca-media-wrapper.alpaca-media-fullscreen-playing .close-button {position: absolute;top: 20px;right: 20px;z-index: 9;width: 48px;height: 48px;background: #fff;border-radius: 50%;color: #000;font-size: 0;line-height: 48px;text-align: center;cursor: pointer;}.alpaca-media-wrapper.alpaca-media-fullscreen-playing .close-button:before, .alpaca-media-wrapper.alpaca-media-fullscreen-playing .close-button:after {top: 23px;left: 11px;}.alpaca-media-wrapper.alpaca-media-fullscreen-playing embed, .alpaca-media-wrapper.alpaca-media-fullscreen-playing iframe, .alpaca-media-wrapper.alpaca-media-fullscreen-playing object, .alpaca-media-wrapper.alpaca-media-fullscreen-playing video {max-height: 100%;margin-bottom: 0;}.alpaca-media-wrapper.alpaca-media-fullscreen-playing.show {display: block;}.site-content:not([class*="with-sidebar"]) .wide-image {position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 100vw;text-align: center;}.site-content:not([class*="with-sidebar"]) .wide-image > img {margin: 0 auto 30px;}.site-content:not([class*="with-sidebar"]) .wide-image > .wp-caption {margin-right: auto;margin-left: auto;}.post-content-gallery.gallery-justified {opacity: 0;}.post-content-gallery.gallery-justified.justified-gallery-initialized {margin-bottom: 30px;opacity: 1;transition: opacity 0.4s;}.post-content-gallery.gallery-justified img {cursor: pointer;}.post-content-gallery.gallery-justified .gallery-item img {z-index: 1;}.post-content-gallery.gallery-justified .gallery-item:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;background: #000;content: "";opacity: 0;transition: opacity 0.4s;pointer-events: none;}.no-touch .post-content-gallery.gallery-justified .gallery-item:hover:before {opacity: 0.15;}.image-gallery .gallery-item .gallery-img {position: relative;width: 100%;height: 0;background-size: cover;background-position: center;background-repeat: no-repeat;}.gallery-slider {position: relative;width: 100%;height: 0;clear: both;overflow: hidden;}.gallery-slider .image-gallery .gallery-item div {position: relative;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}.gallery-slider .image-gallery, .gallery-slider .slick-list, .gallery-slider .slick-track, .gallery-slider .slick-slide > div, .gallery-slider .gallery-item {height: 100%;}.gallery-slider .slider-arrows {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 100%;height: 40px;}.gallery-slider .slider-arrows .slick-arrow {top: 0;}.touch .gallery-slider .slick-arrow, .no-touch .gallery-slider:hover .slick-arrow {opacity: 1;}.gallery-slider.ratio-3-2 {padding-top: 66.666666%;}.gallery-slider.ratio-3-2.alignfull {padding-top: 66.66vw;}.gallery-slider.ratio-1-1 {padding-top: 100%;}.gallery-slider.ratio-1-1.alignfull {padding-top: 100vw;}.gallery-slider.ratio-4-5 {padding-top: 125%;}.gallery-slider.ratio-4-5.alignfull {padding-top: 125vw;}.entry-content .gallery-slider {margin-bottom: 30px;}.gallery-slider .image-gallery {position: absolute;top: 0;width: 100%;}.gallery-slider .gallery-item .wp-caption-text {display: none;}.gallery-slider .gallery-item img {display: none;}.gallery-slider .loftocean-gallery-zoom {position: absolute;right: 20px;bottom: 20px;z-index: 9;display: none;width: 40px;height: 40px;background: #fff;border-radius: 50%;color: #000;line-height: 40px;text-align: center;cursor: pointer;transition: ease 0.4s;}.gallery-slider .loftocean-gallery-zoom:after {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 16px;font-size: 1rem;line-height: 40px;content: "\30";-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;font-size: 16px;font-size: 1rem;content: "\f065";}.gallery-slider.fullscreen {position: fixed !important;z-index: 10000;top: 0;left: 0;width: 100vw !important;max-width: 100vw !important;height: 100vh;padding: 0;margin: 0;background: rgba(0, 0, 0, 0.95);}.gallery-slider.fullscreen .image-gallery, .gallery-slider.fullscreen .image-gallery .slick-list, .gallery-slider.fullscreen .image-gallery .slick-track {height: 100%;}.gallery-slider.fullscreen .image-gallery .slick-slide, .gallery-slider.fullscreen .image-gallery .slick-list .slick-slide, .gallery-slider.fullscreen .image-gallery .slick-track .slick-slide {height: auto;}.gallery-slider.fullscreen .gallery-item div {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;height: 100vh;padding: 0 !important;background: none !important;}.gallery-slider.fullscreen .gallery-item div img {display: block;width: auto;max-height: calc(100vh - 100px);}.gallery-slider.fullscreen .wp-caption-text {position: relative;z-index: 9;display: block;width: 100%;max-height: 50px;overflow: auto;padding: 10px 30px;border-bottom: none;color: #fff;text-align: center;opacity: 1;}.gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev {left: 30px;}.gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next {right: 30px;}.gallery-slider.fullscreen .loftocean-gallery-zoom {opacity: 1;}.gallery-slider.fullscreen .zoom, .gallery-slider.fullscreen .loftocean-popup-gallery-close {z-index: 9;display: block;width: 40px;height: 40px;font-size: 0;cursor: pointer;transition: 0.4s;position: absolute;z-index: 9;top: 60px;right: 30px;background: rgba(0, 0, 0, 0.5);border-radius: 50%;color: #fff;}.gallery-slider.fullscreen .zoom:before, .gallery-slider.fullscreen .zoom:after, .gallery-slider.fullscreen .loftocean-popup-gallery-close:before, .gallery-slider.fullscreen .loftocean-popup-gallery-close:after {position: absolute;top: 19px;left: 8px;display: block;width: 25px;height: 2px;background: currentColor;content: "";transition: transform 0.25s;}.gallery-slider.fullscreen .zoom:before, .gallery-slider.fullscreen .loftocean-popup-gallery-close:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.gallery-slider.fullscreen .zoom:after, .gallery-slider.fullscreen .loftocean-popup-gallery-close:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}@media screen and (min-width: 1025px) {.gallery-slider.fullscreen .zoom:hover:before, .gallery-slider.fullscreen .loftocean-popup-gallery-close:hover:before {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}.gallery-slider.fullscreen .zoom:hover:after, .gallery-slider.fullscreen .loftocean-popup-gallery-close:hover:after {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}}.gallery-zoom {overflow: hidden;height: 100vh;}.gallery-zoom #page, .gallery-zoom .site-content, .gallery-zoom > .loftocean-popup-sliders {z-index: 99999;}.gallery-zoom > .loftocean-popup-sliders {position: fixed;}.video-block {position: relative;width: 100%;height: 400px;}.video-block:not(:last-child) {margin-bottom: 30px;}.video-block .video-block-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-size: cover;background-position: center;background-repeat: no-repeat;will-change: transform;}.video-block .video-play-btn {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 3;width: 100px;height: 100px;background: #fff;border-radius: 50%;text-align: center;cursor: pointer;}.video-block .video-play-btn:after {position: relative;z-index: 3;-webkit-transform: translateX(2px);-ms-transform: translateX(2px);transform: translateX(2px);display: block;width: 100px;height: 100px;background-repeat: no-repeat;background-position: center center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='36' height='36'%3E%3Cpath d='M128 104.3v303.4c0 6.4 6.5 10.4 11.7 7.2l240.5-151.7c5.1-3.2 5.1-11.1 0-14.3L139.7 97.2c-5.2-3.3-11.7.7-11.7 7.1z'%3E%3C/path%3E%3C/svg%3E");content: "";}@media screen and (min-width: 600px) {.gallery.gallery-columns-3 .gallery-item {max-width: 33.3333%;}.gallery.gallery-columns-4 .gallery-item {max-width: 25%;}.gallery.gallery-columns-5 .gallery-item {max-width: 20%;}.gallery.gallery-columns-6 .gallery-item {max-width: 16.66%;}.gallery.gallery-columns-7 .gallery-item {max-width: 14.28%;}.gallery.gallery-columns-8 .gallery-item {max-width: 12.5%;}.gallery.gallery-columns-9 .gallery-item {max-width: 11.11%;}}@media screen and (min-width: 768px) {.gallery-slider .loftocean-gallery-zoom {display: block;}}@media screen and (min-width: 1024px) {.site-header-vertical.site-header-v-bar .site-content:not([class*="with-sidebar"]) .wide-image {max-width: calc(100vw - 100px);}.site-header-vertical.site-header-v-wide .site-content:not([class*="with-sidebar"]) .wide-image {max-width: calc(100vw - var(--wide-side-header));}}@media screen and (max-width: 600px) {.entry-content .mejs-container {position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 100vw !important;}}@media screen and (max-width: 599px) {.gallery:not(.gallery-columns-1) .gallery-item .gallery-caption {display: none;}.mejs-container {height: 60px !important;}.mejs-container .mejs-controls {height: 60px;padding: 10px;}.single-format-audio .header-audio .mejs-container .mejs-controls {padding: 10px 30px;}}*[class*="wp-block-"] {margin-bottom: 30px;}*[class*="wp-block-"] *[class*="wp-block-"] {margin-bottom: 0;}.entry-content > *[class*="wp-block-"] {margin-top: 30px;}.entry-content > *[class*="wp-block-"]:first-child {margin-top: 0;}.entry-content > *[class*="wp-block-"].alignleft, .entry-content > *[class*="wp-block-"].alignright {margin-top: 8px;}.wp-block-group__inner-container > *[class*="wp-block-"], .wp-block-column > *[class*="wp-block-"] {margin-bottom: 30px;}.wp-block-media-text .wp-block-media-text__content {width: 100%;padding: 30px;}.wp-block-media-text .wp-block-media-text__content > *:last-child {margin-bottom: 0;}.wp-block-media-text__content * + h1, .wp-block-media-text__content * + h2, .wp-block-media-text__content * + h3, .wp-block-media-text__content * + h4, .wp-block-media-text__content * + h5, .wp-block-media-text__content * + h6, .wp-block-cover * + h1, .wp-block-cover * + h2, .wp-block-cover * + h3, .wp-block-cover * + h4, .wp-block-cover * + h5, .wp-block-cover * + h6, .wp-block-cover-image * + h1, .wp-block-cover-image * + h2, .wp-block-cover-image * + h3, .wp-block-cover-image * + h4, .wp-block-cover-image * + h5, .wp-block-cover-image * + h6 {margin-top: 0;}.wp-embed-responsive .wp-block-embed.is-type-video[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {display: none;}.wp-block-image.alignnone {display: inline-block;margin-top: 0 !important;width: auto;}.wp-block-image img {margin: 0;}.wp-block-image img[class*="wp-image-"] {display: block;}.wp-block-image figcaption {margin-top: 0;margin-bottom: 0;}.wp-block-buttons .wp-block-button {margin-bottom: 8px;}.light-color .wp-block-button .wp-block-button__link:not(.has-background), .change-to-color-scheme-light .dark-color .wp-block-button .wp-block-button__link:not(.has-background) {background: #111;}.light-color .wp-block-button .wp-block-button__link:not(.has-text-color), .change-to-color-scheme-light .dark-color .wp-block-button .wp-block-button__link:not(.has-text-color) {color: #fff;}.dark-color .wp-block-button .wp-block-button__link:not(.has-background), .change-to-color-scheme-dark .light-color .wp-block-button .wp-block-button__link:not(.has-background) {background: #fff;}.dark-color .wp-block-button .wp-block-button__link:not(.has-text-color), .change-to-color-scheme-dark .light-color .wp-block-button .wp-block-button__link:not(.has-text-color) {color: #111;}.wp-block-button.is-style-outline {background: none;color: inherit;}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {background: none;}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {color: inherit;}.no-touch .wp-block-button .wp-block-button__link:hover {opacity: 0.7;}.wp-block-button__link {padding: 10px 30px;font-size: 16px;font-size: 1rem;border-radius: 5px;}.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {border-radius: inherit;}.wp-block-file * + .wp-block-file__button {margin-right: 10px;}.wp-block-file .wp-block-file__button {display: inline-block;padding: 10px 30px;font-size: 16px;font-size: 1rem;}.no-touch .wp-block-file .wp-block-file__button:hover {opacity: 0.7;}.wp-block-cover, .wp-block-cover-image {color: #fff;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image .wp-block-cover__inner-container {font-weight: 500;line-height: 1.25;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image .wp-block-cover__inner-container {width: 100%;max-width: 880px;padding: 30px;}.wp-block-cover.fullwidth, .wp-block-cover-image.fullwidth {padding-right: 0;padding-left: 0;}.wp-block-cover.fullwidth .wp-block-cover-image-text, .wp-block-cover.fullwidth .wp-block-cover-text, .wp-block-cover.fullwidth .wp-block-cover__inner-container, .wp-block-cover-image.fullwidth .wp-block-cover-image-text, .wp-block-cover-image.fullwidth .wp-block-cover-text, .wp-block-cover-image.fullwidth .wp-block-cover__inner-container {max-width: 100%;padding-right: 0;padding-left: 0;}.wp-block-cover.padding-s .wp-block-cover__inner-container, .wp-block-cover-image.padding-s .wp-block-cover__inner-container {padding-top: 20px;padding-bottom: 20px;}.wp-block-cover .wp-block-cover__inner-container > *:last-child, .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {margin-bottom: 0;}.wp-block-cover blockquote, .wp-block-cover form, .wp-block-cover-image blockquote, .wp-block-cover-image form {color: inherit;}.wp-block-column .wp-block-cover {height: auto;}.wp-block-cover input[type="text"], .wp-block-cover input[type="email"], .wp-block-cover input[type="url"], .wp-block-cover input[type="file"], .wp-block-cover input[type="password"], .wp-block-cover input[type="number"], .wp-block-cover input[type="date"], .wp-block-cover input[type="search"], .wp-block-cover input[type="tel"], .wp-block-cover textarea, .wp-block-cover select {background: #fff !important;color: #111;}.wp-block-cover input[type="submit"]:not(:hover) {background: #000;color: #fff;}.wp-block-cover.alignfull.has-background-dim + .wp-block-cover.alignfull.has-background-dim {margin-top: -30px;}.wp-block-group {clear: both;}.wp-block-group.has-background {padding: 50px 30px;}.entry-content .wp-block-group.has-text-color a {color: inherit;}.wp-block-group__inner-container > *:last-child {margin-bottom: 0;}.wp-block-verse {padding: 30px;background: #f7f7f7;color: #000;}.wp-block-quote.is-large, .wp-block-quote.is-style-large {padding: 0 0 0 50px;margin-right: auto;margin-left: auto;}.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {font-size: 24px;font-size: 1.5rem;font-style: normal;}.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {text-align: left;font-size: 16px;font-size: 1rem;}.wp-block-quote.is-large.has-text-align-center cite, .wp-block-quote.is-large.has-text-align-center footer, .wp-block-quote.is-style-large.has-text-align-center cite, .wp-block-quote.is-style-large.has-text-align-center footer {text-align: center;}.wp-block-quote.has-text-align-center {padding: 0 !important;}.wp-block-quote.has-text-align-center:before {position: relative;top: 0;left: auto;width: 100%;}.wp-block-quote:not(:first-child) {margin-top: 50px;}.wp-block-quote:not(:last-child) {margin-bottom: 50px;}.wp-block-column .wp-block-quote {padding-right: 0;}.wp-block-pullquote {padding: 35px;border-top: 4px solid;border-bottom: 4px solid;}.wp-block-pullquote blockquote {margin-bottom: 0;padding: 0 !important;max-width: 100%;color: inherit;}.wp-block-pullquote blockquote:before {display: none;}.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;margin-left: 0;}.wp-block-pullquote.is-style-solid-color blockquote cite {margin-top: 20px;}.wp-block-pullquote p {font-size: 24px;font-size: 1.5rem;}.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {margin-top: 10px;}.wp-block-separator {margin: 50px auto !important;background: transparent;border: none;border-bottom: 2px solid;clear: both;}.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {max-width: 100px;}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {height: 2px;}.wp-block-separator.has-background:not(.is-style-dots) {border-bottom: none;}.wp-block-video video {margin-bottom: 0;}.wp-block-embed .fluid-width-video-wrapper {margin-bottom: 0;}.wp-block-video figcaption, .wp-block-embed figcaption {margin: 0 auto;}.wp-block-table table {margin-bottom: 0;border-top: 1px solid;}.wp-block-table tbody th, .wp-block-table tbody td {vertical-align: middle;}.wp-block-table.is-style-stripes {border: none;border-bottom: 1px solid #eee;}.wp-block-table.is-style-stripes table {border: none;}.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {padding-left: 16px;}table.wp-block-table {border-top: 1px solid;}#page .wp-block-latest-posts, #page .wp-block-categories, #page .wp-block-archives, #page .wp-block-latest-comments {margin-right: 0;margin-left: 0;list-style: none;}#page .wp-block-latest-posts a, #page .wp-block-categories a, #page .wp-block-archives a, #page .wp-block-latest-comments a {padding-bottom: 0;border-bottom: none;box-shadow: none;text-decoration: none;font-weight: 600;}.no-touch #page .wp-block-latest-posts a:hover, .no-touch #page .wp-block-categories a:hover, .no-touch #page .wp-block-archives a:hover, .no-touch #page .wp-block-latest-comments a:hover {color: var(--primary-color);}#page .wp-block-latest-posts li, #page .wp-block-categories li, #page .wp-block-archives li, #page .wp-block-latest-comments li {padding-right: 0;padding-left: 0;}#page .wp-block-latest-posts li:before, #page .wp-block-categories li:before, #page .wp-block-archives li:before, #page .wp-block-latest-comments li:before {display: none;}#page .wp-block-latest-posts a, #page .wp-block-latest-comments .wp-block-latest-comments__comment-link, #page .wp-block-rss__item-title {font-weight: 600;}.wp-block-categories li:not(:last-child), .wp-block-archives li:not(:last-child) {margin-bottom: 8px;}.wp-block-categories li ul {margin-top: 8px;}.wp-block-categories.aligncenter {text-align: left;}.wp-block-latest-comments__comment-date, .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date, .wp-block-rss__item-author, .wp-block-rss__item-publish-date {color: #7a7e82;}.wp-block-latest-posts {line-height: 1.3;}.wp-block-latest-posts a {display: block;font-size: 18px;font-size: 1.125rem;}.wp-block-latest-posts .wp-block-latest-posts__post-author, .wp-block-latest-posts .wp-block-latest-posts__post-date {display: inline-block;}.wp-block-latest-posts .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date:before {margin-right: 5px;margin-left: 5px;content: ".";}.wp-block-latest-posts .wp-block-latest-posts__post-date {margin-top: 8px;}.entry-content .wp-block-latest-posts li:not(:last-child) {margin-bottom: 30px;}.entry-content .wp-block-latest-posts.is-grid {margin-bottom: 0;}.entry-content .wp-block-latest-posts.is-grid li {margin-bottom: 30px;}.sidebar .wp-block-latest-posts li:not(:last-child) {margin-bottom: 30px;}.sidebar .wp-block-latest-posts .wp-block-latest-posts__post-title {font-size: 16px;font-size: 1rem;}.wp-block-latest-posts__post-excerpt {font-size: 14px;font-size: 0.875rem;line-height: 1.6;}.wp-block-latest-posts__post-excerpt a {font-size: 14px;font-size: 0.875rem;}.wp-block-latest-posts__featured-image.alignleft[class*="wp-block-"] {margin-right: 20px;}.wp-block-latest-posts__featured-image.alignright[class*="wp-block-"] {margin-left: 20px;}.wp-block-latest-posts__featured-image img {margin-bottom: 20px;}.entry-content .wp-block-latest-comments li:not(:last-child) {margin-bottom: 30px;}.wp-block-latest-comments__comment {line-height: 1.35;}.wp-block-latest-comments__comment-author {font-weight: 600;}.wp-block-tag-cloud {font-size: 0;}.wp-block-tag-cloud a {display: inline-block;padding: 4px 16px;margin: 0 6px 6px 0;border-radius: 99px;border: 1px solid #e6e6e6;font-size: 13px !important;font-size: 0.8125rem !important;line-height: 1.6;font-weight: 400;}.change-to-color-scheme-light .dark-color .wp-block-tag-cloud a {border-color: #e6e6e6;}.dark-color .wp-block-tag-cloud a, .change-to-color-scheme-dark .light-color .wp-block-tag-cloud a {border-color: #666;}.no-touch .wp-block-tag-cloud a:hover {border-color: var(--primary-color);}.wp-block-calendar table {margin-bottom: 0;border: none;border-collapse: separate;border-spacing: 2px;}.wp-block-calendar table caption, .wp-block-calendar table tbody {color: inherit;}.wp-block-calendar table a {box-shadow: none !important;text-decoration: none;}.wp-block-calendar table caption {font-size: 16px;font-size: 1rem;font-weight: 600;}.wp-block-calendar table th, .wp-block-calendar table td {padding: 0 5px;text-align: center;border: none !important;}.wp-block-calendar table th {background: none;font-size: 10px;font-size: 0.625rem;font-weight: 400;text-align: center;}.wp-block-calendar table td {font-size: 13px;font-size: 0.8125rem;}.wp-block-calendar table tbody td {position: relative;background: rgba(0, 0, 0, 0.035);line-height: 40px;}.change-to-color-scheme-light .dark-color .wp-block-calendar table tbody td {background: rgba(0, 0, 0, 0.035);}.dark-color .wp-block-calendar table tbody td, .change-to-color-scheme-dark .light-color .wp-block-calendar table tbody td {background: rgba(255, 255, 255, 0.1);}.wp-block-calendar table tbody td a {background-image: none;font-weight: 800;}.wp-block-calendar table tbody td a:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--primary-color);opacity: 0.2;content: "";}.wp-block-calendar table tfoot td {line-height: 36px;font-size: 11px;font-size: 0.6875rem;text-transform: uppercase;}.wp-block-calendar table tfoot td a {padding: 2px 10px;color: inherit !important;}.dark-color .wp-block-calendar table tfoot td a {border-color: #393939;}.no-touch .wp-block-calendar table tfoot td a:hover {background: var(--primary-color);border-color: var(--primary-color);color: #fff !important;}.wp-block-calendar .wp-calendar-nav {font-size: 0;}.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {line-height: 36px;font-size: 11px;font-size: 0.6875rem;text-transform: uppercase;}.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {display: inline-block;padding: 2px 10px;color: inherit !important;box-shadow: none !important;text-decoration: none !important;line-height: 1.5;}.no-touch .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .no-touch .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {background: var(--primary-color);color: #fff !important;}.wp-block-calendar .wp-calendar-nav .pad {display: inline-block;width: 10%;}.wp-block-search {position: relative;margin-bottom: 30px;}.wp-block-search .wp-block-search__label {font-weight: 700;}.wp-block-search input[type="search"] {width: auto;border: none;}.wp-block-search .wp-block-search__button {padding: 0 30px;background: #000;border: none;border-radius: 0;color: #fff;font-size: 11px;font-size: 0.6875rem;line-height: 46px;text-transform: uppercase;cursor: pointer;}.sidebar .wp-block-search .wp-block-search__button {padding: 0 12px;white-space: nowrap;}.wp-block-rss {margin: 0 0 30px;list-style: none;}.no-touch .wp-block-rss a:hover {color: var(--primary-color);}.wp-block-rss .wp-block-rss__item {padding-bottom: 20px;border-bottom: 1px dotted var(--border-color-alt);}.wp-block-rss .wp-block-rss__item:not(:last-child) {margin-bottom: 20px;}.wp-block-rss .wp-block-rss__item-title {font-size: 18px;font-size: 1.125rem;line-height: 1.5;}.wp-block-rss .wp-block-rss__item-publish-date, .wp-block-rss .wp-block-rss__item-author {display: inline-block;margin-top: 8px;font-family: var(--body-font);}.wp-block-rss .wp-block-rss__item-publish-date + .wp-block-rss__item-author:before {margin-right: 5px;content: ".";}.wp-block-rss .wp-block-rss__item-excerpt {margin-top: 8px;font-size: 14px;font-size: 0.875rem;}.wp-block-social-links .wp-social-link {margin-left: 0;}.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {color: currentColor !important;box-shadow: none !important;}.wp-block-gallery:not(.alignleft):not(.alignright) {clear: both;}.wp-block-gallery.alignleft, .wp-block-gallery.alignright {margin-top: 8px;}.wp-block-gallery > li, .wp-block-gallery ul > li {padding: 0;}.wp-block-gallery > li:before, .wp-block-gallery ul > li:before {display: none;}.entry-content > .wp-block-gallery {margin-bottom: 14px;}.entry-content > .wp-block-gallery li:not(:last-child), .wp-block-gallery .blocks-gallery-caption {margin-bottom: 16px;}.wp-block-gallery .blocks-gallery-caption {padding-top: 0;}.wp-block-gallery .blocks-gallery-item__caption {line-height: 1.3;}.blocks-gallery-grid .blocks-gallery-image a + figcaption, .blocks-gallery-grid .blocks-gallery-item a + figcaption, .wp-block-gallery .blocks-gallery-image a + figcaption, .wp-block-gallery .blocks-gallery-item a + figcaption {pointer-events: none;}.alignfull {position: relative;left: 50%;width: 100vw;max-width: 100vw;margin-left: -50vw;clear: both;}.alignfull.gallery-slider, .alignfull.gallery-justified {width: 100vw;max-width: 100vw;}.alignfull > figcaption {max-width: calc(100% - 60px);}.home-widget.no-alignfull .alignfull, .entry-content *[class*="wp-block-"] *.alignfull {left: 0;width: 100%;max-width: 100%;margin-left: 0;}p.has-drop-cap:not(:focus):first-letter {margin: 8px 10px 0 0;font-size: 3.6em;font-weight: 600;}.has-drop-cap:not(:focus):after {display: none;}.entry-content .dropcap {text-align: left;}.entry-content .dropcap:first-letter {float: left;padding: 0;margin: 0.1em 0.15em 0 0;box-sizing: border-box;font-size: 475%;font-weight: 600;letter-spacing: 0;line-height: 1;}.entry-content .dropcap.dropcap-colorful:first-letter {margin: 11px 10px 0 0;color: var(--primary-color);font-size: 3.6em;font-weight: 400;line-height: 0.68;}.entry-content .dropcap.light:first-letter {float: none;margin: 0;color: var(--border-color-alt);line-height: 0.8;}.entry-content .dropcap.square:first-letter {display: block;padding: 0.15em 0.25em;margin-top: 0.2em;margin-right: 0.3em;border: 3px solid #eee;border-radius: 0;font-size: 275%;text-align: center;}.entry-content .dropcap.dark-bg:first-letter {background: #000;border-color: #000;color: #fff;}.entry-content .dropcap.light-bg:first-letter {background: #eee;border-color: #eee;color: #000;}.entry-content p.dropcap:first-letter {margin: 0 0.15em 0 0;font-size: 530%;}.entry-content p.dropcap.square:first-letter {font-size: 300%;}.entry-content .highlight {transition: 0.4s;}.entry-content .highlight:not(.bottomline) {background: var(--primary-color-semi);}.no-touch .entry-content .highlight:not(.bottomline):hover {background: var(--primary-color);color: #fff;}.entry-content .highlight.bottomline, .entry-content .highlight-bottomline {border-bottom: 2px solid currentColor;}.entry-content a.tweet-it {position: relative;border-bottom: none;font-weight: 600;opacity: 0.8;box-shadow: none;background: none;}.entry-content a.tweet-it:before, .entry-content a.tweet-it:after {position: absolute;display: block;opacity: 0;transition: 0.4s;}.entry-content a.tweet-it:before {top: -32px;left: 0;width: 30px;height: 30px;background: var(--text-color);border-radius: 2px;color: var(--bg-color);-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font: normal normal normal 14px/1 "Font Awesome 5 Free";font-size: inherit;text-rendering: auto;line-height: inherit;font-weight: 900;font-family: "Font Awesome 5 Brands";font-weight: 400;content: "\f099";font-size: 16px;line-height: 30px;text-align: center;}.entry-content a.tweet-it:after {top: -2px;left: 11px;width: 0;height: 0;border-top: 4px solid var(--text-color);border-right: 4px solid transparent;border-left: 4px solid transparent;content: "";}.no-touch .entry-content a.tweet-it:hover {opacity: 1;box-shadow: none;}.no-touch .entry-content a.tweet-it:hover:before, .no-touch .entry-content a.tweet-it:hover:after {opacity: 1;}.entry-content .tweet-it-paragraph {max-width: 600px;padding: 40px 30px 26px;text-align: center;}.entry-content .tweet-it-paragraph a.tweet-it {display: block;font-weight: inherit;color: inherit;opacity: 1;}.entry-content .tweet-it-paragraph a.tweet-it:before, .entry-content .tweet-it-paragraph a.tweet-it:after {top: -36px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);letter-spacing: 0;opacity: 1;}.entry-content .tweet-it-paragraph a.tweet-it:after {top: -6px;}.no-touch .entry-content .tweet-it-paragraph a.tweet-it:hover {text-decoration: underline;}.entry-content .tweet-it-paragraph h1, .entry-content .tweet-it-paragraph h2, .entry-content .tweet-it-paragraph h3, .entry-content .tweet-it-paragraph h4, .entry-content .tweet-it-paragraph h5, .entry-content .tweet-it-paragraph h6 {line-height: 1.8;}.button.lo-button {position: relative;z-index: 9;display: inline-block;padding: 0 30px;background: none;border: 1px solid var(--primary-color);border-radius: 0;color: inherit;font-size: 11px;font-size: 0.6875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;line-height: 42px;text-align: center;transition: 0.4s;overflow: hidden;background: var(--primary-color);border: none;letter-spacing: 1px;margin-bottom: 30px;vertical-align: text-bottom;}.button.lo-button:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;content: "";-webkit-transform: translateX(101%);-ms-transform: translateX(101%);transform: translateX(101%);transition: transform 0.3s;}.light-color .button.lo-button:before, .home-widget.light-color .button.lo-button:before {background: #000;}.dark-color .button.lo-button:before, .home-widget.dark-color .button.lo-button:before {background: #fff;}.no-touch .light-color .button.lo-button:hover span, .no-touch .home-widget.light-color .button.lo-button:hover span {color: #fff !important;}.no-touch .dark-color .button.lo-button:hover span, .no-touch .home-widget.dark-color .button.lo-button:hover span {color: #000 !important;}.no-touch .button.lo-button:hover:before {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}p .button.lo-button {margin-bottom: 0;}.button.lo-button span {color: #fff;transition: color 0.3s;}.button.lo-button.small {padding: 0 14px;font-size: 10px;font-size: 0.625rem;line-height: 28px;}.button.lo-button.large {padding: 0 40px;font-size: 12px;font-size: 0.75rem;line-height: 50px;}.button.lo-button.extra-large {padding: 0 48px;font-size: 16px;font-size: 1rem;line-height: 56px;}.button.lo-button.custom-bg {background: currentColor;border-color: currentColor;}hr.lo-divider {background: none !important;}.lo-tabs {margin-bottom: 30px;}.lo-tabs .lo-tabs-titles:after {display: block;width: 100%;height: 1px;background: var(--base-bg);opacity: 0.1;content: "";}.lo-tabs .lo-tabs-titles a {display: inline-block;width: auto;padding: 10px 20px 10px 0;margin: 0;background: none;border: none;border-radius: 0;color: var(--text-color);font-size: 16px;font-size: 1rem;font-weight: 600;letter-spacing: 0;text-decoration: none;text-transform: none;box-shadow: none;opacity: 0.5;}.lo-tabs .lo-tabs-titles a.active {opacity: 1;}.lo-tabs .lo-tabs-content {padding: 10px 0 0;}.lo-tabs .lo-tabs-content .lo-tab-content > *:last-child {margin-bottom: 0;}.lo-accordions .accordion-item {margin-bottom: 10px;padding: 15px 20px;background: rgba(0, 0, 0, 0.035);}.lo-accordions .accordion-item .accordion-title {position: relative;padding: 0 32px 0 0;color: var(--text-color);font-size: 16px;font-size: 1rem;line-height: 2;font-weight: 600;outline: 0;cursor: pointer;}.lo-accordions .accordion-item .accordion-title .accordion-icon {position: absolute;top: 0;right: -10px;width: 32px;height: 32px;line-height: 32px;text-align: center;}.lo-accordions .accordion-item .accordion-title .accordion-icon:before {font-family: 'ElegantIcons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;font-size: 18px;font-size: 1.125rem;content: "\4c";line-height: 32px;}.lo-accordions .accordion-item .accordion-title.ui-state-active .accordion-icon:before {content: "\4b";}.lo-accordions .accordion-item .accordion-content {padding: 15px 0 0;border: none;}.lo-accordions .accordion-item .accordion-content > *:last-child {margin-bottom: 0;}.light-color .lo-accordions .accordion-item, .wp-block-group.light-color .lo-accordions .accordion-item, .change-to-color-scheme-light .dark-color .lo-accordions .accordion-item, .change-to-color-scheme-light .wp-block-group.dark-color .lo-accordions .accordion-item {background: rgba(0, 0, 0, 0.035);}.dark-color .lo-accordions .accordion-item, .wp-block-group.dark-color .lo-accordions .accordion-item, .change-to-color-scheme-dark .light-color .lo-accordions .accordion-item, .change-to-color-scheme-dark .wp-block-group.light-color .lo-accordions .accordion-item {background: rgba(255, 255, 255, 0.035);}.authors-list {margin-top: 50px;margin-bottom: 50px;}.authors-list:first-child {margin-top: 0;}.authors-list:last-child {margin-bottom: 0;}.authors-list .authors-list-item {width: 100%;margin: 50px 0 0;text-align: center;}.authors-list .authors-list-item:first-child {margin-top: 0;}.authors-list .authors-list-item .author-info p {margin-top: 5px;margin-bottom: 15px;font-size: 14px;font-size: 0.875rem;line-height: 1.5;}.authors-list .authors-list-item h5 {margin: 15px auto 0;font-size: 21px;font-size: 1.3125rem;font-weight: 600;text-transform: none;letter-spacing: 0;}.authors-list a.author-link {background: none;color: inherit;text-decoration: none;}.no-touch .authors-list a.author-link:hover {color: inherit;text-decoration: none;opacity: 0.5;}.authors-list span {font-size: 12px;font-size: 0.75rem;font-weight: 500;opacity: 0.5;}.authors-list .author-social ul.social-nav li {padding: 0;}.authors-list .author-social ul.social-nav li a {margin: 2px;padding: 0;width: 30px;border-radius: 50%;background: #222;text-align: center;}.no-touch .authors-list .author-social ul.social-nav li a:hover {background: currentColor;}.no-touch .authors-list .author-social ul.social-nav li a:hover:before {color: #fff;}.dark-color .authors-list .author-social ul.social-nav li a {background: #fff;}.dark-color .authors-list .author-social ul.social-nav li a:before {color: #222;}.authors-list .author-social ul.social-nav li a:before {color: #fff;font-size: 14px;font-size: 0.875rem;}.lo-column {margin-bottom: 30px;}.lo-column > *:first-child {margin-top: 0 !important;}.lo-column > *:last-child {margin-bottom: 0 !important;}.wp-block-column, .wp-block-column:last-child > *:last-child {margin-bottom: 0;}.wp-block-columns.alignfull {padding-right: 30px;padding-left: 30px;}.inline-post {position: relative;padding: 30px 30px 30px 50px;margin: 50px 0;border: 1px solid rgba(0, 0, 0, 0.1);clear: both;}.change-to-color-scheme-light .dark-color .inline-post {border-color: rgba(0, 0, 0, 0.1);}.dark-color .inline-post, .change-to-color-scheme-dark .light-color .inline-post {border-color: rgba(255, 255, 255, 0.2);}.inline-post .inline-post-title {position: absolute;top: 50%;left: 0;display: block;padding: 0 10px;background: var(--bg-color);font-size: 12px;font-size: 0.75rem;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;transform-origin: 0 0;-webkit-transform: rotate(-90deg) translate(-50%, -50%);-ms-transform: rotate(-90deg) translate(-50%, -50%);transform: rotate(-90deg) translate(-50%, -50%);}.inline-post .entry-link {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;border-bottom: none;}.inline-post .entry-link .thumbnail {width: 180px;height: 120px;background-size: cover;background-position: center;background-repeat: no-repeat;margin: 0;}.inline-post .entry-link .thumbnail + .article-content {width: calc(100% - 210px);}.inline-post .entry-link .article-content {width: 100%;margin-right: 0;padding: 0 !important;}.inline-post .entry-title {margin: 10px 0;font-size: 21px;font-size: 1.3125rem;}.inline-post .entry-meta {color: #7a7e82;}.rolling-text {position: relative;overflow: hidden;white-space: nowrap;width: 100%;height: calc(var(--rolling-font-size)*1.5);font-size: var(--rolling-font-size);}.rolling-text * {white-space: nowrap;line-height: 1.5;}.marquee {position: absolute;overflow: hidden;margin: 0 auto;font-size: var(--rolling-font-size);white-space: nowrap;}.marquee span {display: inline-block;padding-left: 100%;animation: marquee var(--animation-length) linear infinite;}.marquee span {animation-delay: -30s;}.marquee2 span {animation-delay: 0s !important;}@keyframes marquee {0% {transform: translate(0, 0);}100% {transform: translate(-100%, 0);}}.wp-block-columns.stretch-first, .wp-block-columns.stretch-last {padding: 0;}.wp-block-columns.stretch-first .wp-block-column:not(:first-child), .wp-block-columns.stretch-last .wp-block-column:not(:last-child) {margin-left: 0;padding-left: 2em;padding-right: 2em;}@media screen and (min-width: 600px) {.wp-block-quote.is-large, .wp-block-quote.is-style-large {padding: 0 50px 0 80px;}.wp-block-media-text .wp-block-media-text__content {padding: 8%;}.lo-row {margin: 0 -20px;}.lo-column {float: left;padding: 0 20px;}.lo-column.one-half {width: 50%;}.lo-column.one-third {width: 33.333333%;}.lo-column.one-fourth {width: 25%;}.lo-column.one-fifth {width: 20%;}.lo-column.two-thirds {width: 66.666666%;}.lo-column.three-fourths {width: 75%;}.lo-column.two-fifths {width: 40%;}.lo-column.three-fifths {width: 60%;}.lo-column.four-fifths {width: 80%;}.wp-block-column:nth-last-child(2) > *:last-child {margin-bottom: 0;}.alignfull > figcaption {max-width: calc(100% - 120px);}.entry-content *.alignwide {position: relative;left: 0;width: calc(100vw - 60px);max-width: 1200px;margin-left: -30px;}.entry-content *[class*="wp-block-"] *.alignwide, .page-template-fullwidth .entry-content *.alignwide {left: 0;width: 100%;max-width: 100%;margin-left: 0;}.authors-list.layout-list .authors-list-item {-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: flex-start;-ms-flex-align: flex-start;align-items: flex-start;text-align: left;}.authors-list.layout-list .authors-list-item .author-photo {margin: 0;}.authors-list.layout-list .authors-list-item .author-info {width: calc(100% - 105px);padding-left: 30px;margin: 0;}.authors-list.layout-list .authors-list-item .author-info h5 {margin-top: 0;}.authors-list.layout-list .authors-list-item .author-info .author-social ul li:first-child a {margin-left: 0;}.lo-tabs .lo-tabs-titles a {padding-right: 40px;}.lo-tabs.vertical-tab {position: relative;padding-left: 140px;}.lo-tabs.vertical-tab .lo-tabs-titles {position: absolute;left: 0;display: block;width: 140px;height: 100%;}.lo-tabs.vertical-tab .lo-tabs-titles:after {position: absolute;top: 0;right: 0;width: 1px;height: 100%;}.lo-tabs.vertical-tab .lo-tabs-titles a {padding: 0 20px 0 0;width: 100%;}.lo-tabs.vertical-tab .lo-tabs-content {padding: 0 0 0 20px;}}@media screen and (min-width: 768px) {.authors-list.layout-grid:not(.cols-1) {margin-left: -35px;}.authors-list.layout-grid:not(.cols-1) .authors-list-item {float: left;margin-left: 35px;}.authors-list.layout-grid.cols-2 .authors-list-item {width: calc(50% - 35px);}.authors-list.layout-grid.cols-2 .authors-list-item:nth-child(2n+1) {clear: both;}.authors-list.layout-grid.cols-2 .authors-list-item:nth-child(-n+2) {margin-top: 0;}.authors-list.layout-grid.cols-3 .authors-list-item {width: calc(33.333333% - 35px);}.authors-list.layout-grid.cols-3 .authors-list-item:nth-child(3n+1) {clear: both;}.authors-list.layout-grid.cols-3 .authors-list-item:nth-child(-n+3) {margin-top: 0;}.authors-list.layout-grid.cols-4 .authors-list-item {width: calc(25% - 40px);}.authors-list.layout-grid.cols-4 .authors-list-item:nth-child(4n+1) {clear: both;}.authors-list.layout-grid.cols-4 .authors-list-item:nth-child(-n+4) {margin-top: 0;}.authors-list.layout-grid .author-info {padding: 0 20px;}}@media screen and (min-width: 782px) {.wp-block-column > *:last-child {margin-bottom: 0;}.wp-block-columns.stretch-first .wp-block-column:not(:first-child), .wp-block-columns.stretch-last .wp-block-column:not(:last-child) {margin-left: 0;padding-left: 0;padding-right: 0;}.wp-block-columns.stretch-first .wp-block-column:not(:first-child) > *, .wp-block-columns.stretch-last .wp-block-column:not(:last-child) > * {padding-right: 50px;padding-left: 50px;}.wp-block-columns.stretch-last .wp-block-column {margin-left: 0;}}@media screen and (min-width: 1024px) {.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {font-size: 32px;font-size: 2rem;}.site-header-v-bar .alignfull {max-width: calc(100vw - 100px);margin-left: calc(-50vw + 50px);}.site-header-v-bar .alignwide {width: calc(100vw - 160px);margin-left: calc(-50vw + 50px);}.site-header-v-wide .alignfull {max-width: calc(100vw - var(--wide-side-header));margin-left: calc(-50vw + var(--wide-side-header)/2);}.site-header-v-wide .alignwide {width: calc(100vw - var(--wide-side-header) - 60px);}.post-template-split .entry-content *.alignfull, .post-template-split .entry-content *.alignwide {left: 0 !important;width: 100%;max-width: 100%;margin-left: 0 !important;}.post-template-split .entry-content .alignfull > figcaption {max-width: 100%;}}@media screen and (min-width: 1024px) and (max-width: 1119px) {.site-header-v-bar .entry-content .alignwide {left: 50%;margin-left: calc(80px - 50vw);}}@media screen and (min-width: 1120px) and (max-width: 1259px) {.site-content:not([class*="with-sidebar-"]) .entry-content .alignwide {margin-left: calc(30px - 50vw);}}@media screen and (min-width: 1120px) and (max-width: 1359px) {.site-header-v-bar .site-content:not([class*="with-sidebar-"]) .entry-content .alignwide {left: 50%;margin-left: calc(80px - 50vw);}}@media screen and (min-width: 1120px) and (max-width: 1559px) {.site-header-v-wide .site-content:not([class*="with-sidebar-"]) .entry-content .alignwide {left: 50%;margin-left: calc(180px - 50vw);}}@media screen and (min-width: 1120px) {.entry-content .alignwide {left: 50%;margin-left: -600px;}.site-content[class*="with-sidebar"] .main *.alignfull, .site-content[class*="with-sidebar"] .main *.alignwide {left: 0;width: auto;max-width: none;margin-left: 0;}.site-content[class*="with-sidebar"] .main .wp-block-columns.alignfull {padding-right: 0;padding-left: 0;}.site-content[class*="with-sidebar"] .main .alignfull > figcaption {max-width: 100%;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image .wp-block-cover__inner-container {padding: 50px;}.wp-block-group.has-background {padding: 50px;}.wp-block-group.alignfull .wp-block-group__inner-container {max-width: var(--inner-width);}.wp-block-group.fullwidth .wp-block-group__inner-container {max-width: 100% !important;}}@media screen and (max-width: 767px) {.rolling-text {--rolling-font-size: var(--rolling-font-size-mobile) !important;}}@media screen and (max-width: 600px) {.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {padding: 60px 30px;}}@media screen and (max-width: 599px) {.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {width: calc(50% - 30px);}.wp-block-quote.is-large, .wp-block-quote.is-style-large {padding-right: 0;}.wp-block-image .alignleft, .wp-block-image .alignright {float: none;width: 100%;}.wp-block-image .alignleft img, .wp-block-image .alignright img {width: 100%;}.blocks-gallery-item figcaption {display: none;}.inline-post {padding: 30px;}.inline-post .entry-link {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;}.inline-post .entry-link .thumbnail {width: 100%;height: 0;padding-top: 66.6666%;margin-bottom: 15px;}.inline-post .entry-link .thumbnail + .article-content {width: 100%;}}@media screen and (max-width: 400px) {.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {width: 100%;max-width: 100%;margin: 0 0 30px;}}@media screen and (min-width: 601px) {.logged-in.admin-bar .alpaca-fullmenu .close-button {top: 66px;}}@media screen and (min-width: 783px) {.logged-in.admin-bar .site-header.is-sticky .site-header-main {top: 32px;}.logged-in.admin-bar .search-screen {top: 32px;height: calc(100vh - 32px);}.logged-in.admin-bar .alpaca-fullmenu .close-button {top: 52px;}}@media screen and (min-width: 1024px) {.logged-in.admin-bar.site-header-vertical .site-header {top: 32px;height: calc(100vh - 32px);}.logged-in.admin-bar.site-header-vertical .top-corner {top: 32px;}.logged-in.admin-bar .alpaca-fullmenu .widgets-wrapper .container {padding-top: 92px;}}@media screen and (min-width: 601px) and (max-width: 782px) {.logged-in.admin-bar .site-header.is-sticky .site-header-main {top: 46px;}.logged-in.admin-bar .search-screen {top: 46px;height: calc(100vh - 46px);}}@media screen and (max-width: 600px) {.logged-in.admin-bar .site-header:not(.is-sticky) ~ .alpaca-fullmenu .close-button, .logged-in.admin-bar .site-header:not(.is-sticky) ~ .search-screen .close-button {top: 66px;}}
