:root {--spacing: 50px;--heading-font: Marcellus, serif;--body-font: Jost, sans-serif;--secondary-font: Jost, sans-serif;--btn-font: Marcellus, serif;--sidebar: 360px;--site-width: 1300px;--sidebar-gap: 80px;--primary-color: #b99d75;--primary-color-semi: rgba(185, 157, 117, 0.3);--secondary-color: #53624e;--content-color: #333632;--theme-primary-color: var(--primary-color);--theme-secondary-color: var(--secondary-color);--btn-bg: var(--primary-color);--btn-color: #fff;--btn-bg-hover: #ab916c;--btn-color-hover: #fff;--btn-height: 52px;--btn-font-size: 16px;--btn-font-weight: 400;--btn-letter-spacing: 0;--btn-text-transform: none;--hf-weight: 400;--hf-letter-spacing: 0;--hf-text-transform: none;--hf-style: normal;--subheading-font: Jost, sans-serif;--shf-font-size: 12px;--shf-weight: 500;--shf-letter-spacing: 0.1em;--shf-text-transform: uppercase;--shf-style: normal;--shf-color: var(--secondary-color);--sf-letter-spacing: 0.05em;--sf-text-transform: uppercase;--sf-style: normal;--blog-title-weight: 400;--bt-letter-spacing: 0;--bt-text-transform: none;--bt-style: normal;--post-text-size: 18px;--post-line-height: 1.66;--widget-title-font: Jost, sans-serif;--widget-title-size: 14px;--widget-title-weight: 500;--widget-title-spacing: 0.05em;--widget-title-trans: uppercase;--widget-title-style: normal;--nav-font: Jost, sans-serif;--nav-font-size: 13px;--nav-font-weight: 500;--nav-font-letter-spacing: 0.05em;--nav-font-transform: uppercase;--fbnav-font-size: 14px;--fbnav-font-weight: 400;--fbnav-font-letter-spacing: 0.05em;--fbnav-font-transform: uppercase;--grid-unit: 25;--grid-val: calc(100/var(--grid-unit));--side-padding: calc(var(--grid-val)*2vw);--form-bd-width: 1px;--popup-width: 600px;--light-bg-color: #fff;--light-text-color: #1a1b1a;--light-content-color: #333632;--light-link-color: var(--primary-color);--light-link-color-hover: var(--primary-color);--dark-bg-color: #0e0d0a;--dark-text-color: #fff;--dark-content-color: #eee;--dark-link-color: var(--primary-color);--dark-link-color-hover: var(--primary-color);}:root .light-color {--bg-color: var(--light-bg-color);--text-color: var(--light-text-color);--content-color: var(--light-content-color);--page-title-bg: #f9f9f9;--page-title-color: #000;--link-color: var(--light-link-color);--link-color-hover: var(--light-link-color-hover);--text-lighter: #666;--form-bd: rgba(0, 0, 0, 0.12);--form-bd-focus: var(--primary-color);--border-color: rgba(0, 0, 0, 0.1);--light-grey: #f9f9f9;}:root .dark-color {--bg-color: var(--dark-bg-color);--text-color: var(--dark-text-color);--content-color: var(--dark-content-color);--page-title-bg: #151515;--page-title-color: #fff;--link-color: var(--dark-link-color);--link-color-hover: var(--dark-link-color-hover);--text-lighter: #aaa;--form-bd: rgba(255, 255, 255, 0.35);--form-bd-focus: var(--primary-color);--border-color: rgba(255, 255, 255, 0.15);--light-grey: #151515;}:root .e-con {--container-default-padding-top: 0;--container-default-padding-right: 0;--container-default-padding-bottom: 0;--container-default-padding-left: 0;}@media (min-width: 1025px) {:root {--grid-unit: 32;--spacing: 80px;}}@-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);}}@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 fade {0% {opacity: 0.2;}50% {opacity: 1;}100% {opacity: 0.2;}}@keyframes fade {0% {opacity: 0.2;}50% {opacity: 1;}100% {opacity: 0.2;}}@-webkit-keyframes slideFade {0% {opacity: 0;-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@keyframes slideFade {0% {opacity: 0;-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes showTab {0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@keyframes showTab {0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes spin {0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes spin {0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}h1 {font-size: 2em;margin: 0.67em 0;}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;-webkit-font-smoothing: antialiased;-ms-word-wrap: break-word;word-wrap: break-word;}*:focus {outline: 0;}html {width: 100%;min-height: 100%;}html.touch div {background-attachment: scroll !important;}body {width: 100%;height: auto;min-height: 100%;margin: 0 auto;background-color: var(--bg-color);color: #000;}body#tinymce {padding: 20px !important;background: #fff;}html, body, blockquote, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dl, dt, pre, fieldset, figure, hr, iframe, legend {margin: 0;padding: 0;border: none;}#page {position: relative;z-index: 2;overflow-x: hidden;width: 100%;height: auto;}ul, ol {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 30px;}figure {position: relative;overflow: hidden;max-width: 100%;margin: 0;}figure img {display: block;}img {height: auto;max-width: 100%;border: 0;}hr {display: block;height: 1px;padding: 0;margin: 50px auto;border: 0;border-top: 1px solid #ccc;}.dark-color hr {background-color: rgba(255, 255, 255, 0.1);}hr.lo-divider {background: none !important;}.hide {display: none !important;}.container:after, #page ul:after, .main:after, .home-widget .section-content:after, .posts-wrapper:after, .entry-content:after, .single #primary > .post:after, .post-navigation .nav-links:after, .image-gallery:after, .widget_mc4wp_form_widget .fields-container:after, .widget-area-row:after, .entry-content .gallery:after, .comments-area .navigation .nav-links:after, .widget.widget_archive ul li:after, .widget.widget_categories ul li:after, .lo-row:after, .gallery[class*="gallery-columns-"]:after, .fields-container:after, .authors-list:after, .row: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;}figure.alignleft, img.alignleft {margin: 0 30px 30px 0;}figure.alignright, img.alignright {margin: 0 0 30px 30px;}.text-left {text-align: left;}.text-center {text-align: center;}.text-right {text-align: right;}.button {position: relative;z-index: 9;display: inline-flex;align-items: center;justify-content: center;padding: 0 48px;height: var(--btn-height);background: var(--btn-bg);border: none;border-radius: var(--btn-radius);color: var(--btn-color);font-family: var(--btn-font);font-size: var(--btn-font-size);font-weight: var(--btn-font-weight);letter-spacing: var(--btn-letter-spacing);text-transform: var(--btn-text-transform);line-height: 1;text-align: center;transition: 0.4s;cursor: pointer;}.no-touch .button:not(.cs-btn-underline):hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}.button.cs-btn-outline {--btn-color: var(--text-color);background: none;border: 1px solid var(--btn-bg);}.button.cs-btn-underline {padding: 7px 0;height: auto;background: none;color: var(--text-color);border-radius: 0;}.button.cs-btn-underline:before {position: absolute;bottom: 0;left: 0;display: block;width: 100%;height: 1px;background: var(--btn-bg);content: "";transition: transform 0.2s ease;transform-origin: 0 0;}.no-touch .button.cs-btn-underline:hover:before {-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);}.button.cs-btn-plain {background: none;color: inherit;}.button.cs-btn-small {--btn-height: 44px;padding: 0 24px;font-size: 14px;font-size: 0.875rem;}.button.cs-btn-small.cs-btn-underline {padding: 5px 0;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;letter-spacing: 0.05em;font-weight: 500;}.button.cs-btn-large {--btn-height: 62px;padding: 0 60px;font-size: 20px;font-size: 1.25rem;}.button.cs-btn-extra-large {--btn-height: 72px;padding: 0 60px;font-size: 24px;font-size: 1.5rem;}.button.cs-btn-color-primary {--btn-bg: var(--primary-color);}.button.cs-btn-color-secondary {--btn-bg: var(--secondary-color);}.button.cs-btn-color-black {--btn-bg: #000;--btn-color: #fff;}.button.cs-btn-color-black.cs-btn-outline {--btn-color: #000;--btn-bg-hover: #000;--btn-color-hover: #fff;}.button.cs-btn-color-white {--btn-bg: #fff;--btn-color: #000;}.button.cs-btn-color-white.cs-btn-outline {--btn-color: #fff;--btn-bg-hover: #fff;--btn-color-hover: #000;}.button .cs-btn-icon {position: relative;display: inline-block;margin-left: 20px;align-self: center;}.button .cs-btn-icon.icon-line {width: 40px;height: 1px;border-top: 1px solid;}.button .cs-btn-icon.icon-arrow:after, .button .cs-btn-icon.icon-plus: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: inherit;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.button .cs-btn-icon.icon-arrow:after {content: "\35";}.button .cs-btn-icon.icon-arrow.arrow-2:after {content: "\24";font-size: larger;right: -5px;}.button .cs-btn-icon.icon-arrow.arrow-3:after {content: "\39";}.button .cs-btn-icon.icon-plus:after {content: "\4c";}.button.cs-btn-underline .cs-btn-icon {position: absolute;right: -15px;}.button.cs-btn-underline .cs-btn-icon.icon-line {right: -40px;width: 30px;}.button.cs-btn-circle {--btn-size: 150px;width: var(--btn-size);height: var(--btn-size);padding: 0;border-radius: 999px;line-height: 1.3;}.button.cs-btn-circle .cs-btn-text {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;padding: 0 20px;}.button.cs-btn-circle.with-inner-border:before {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: calc(100% - 12px);height: calc(100% - 12px);display: block;content: "";border-radius: 999px;border: 1px solid;pointer-events: none;opacity: 0.8;}.cs-btn-square {--btn-radius: 0px;}.cs-btn-rounded {--btn-radius: 5px;}.cs-btn-pill {--btn-radius: 999px;}.tagcloud a {position: relative;display: inline-block;overflow: hidden;padding: 0;color: inherit;}.tagcloud a:not(:last-child):after {margin: 0 4px;content: "/";}.no-touch .tagcloud a:hover, .tagcloud a:focus {color: var(--text-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);}.slick-dots button, .slick-arrow {background: none;border: 0;box-shadow: none;color: inherit;font-size: 0;pointer-events: auto;cursor: pointer;}.slick-arrow {--arrow-size: 60px;position: absolute;top: 50%;z-index: 99;padding: 0;width: var(--arrow-size);height: var(--arrow-size);background: #fff;border-radius: 99px;box-shadow: 0 2px 40px -10px rgba(83, 54, 36, 0.1);text-align: center;color: #111;line-height: var(--arrow-size);cursor: pointer;font-feature-settings: normal;transition: 0.2s;}.cs-gallery:not(.slider-dots-overlap) .slick-dotted .slick-arrow, .cs-rooms-carousel:not(.slider-arrow-top):not(.slider-dots-overlap) .slick-dotted + .slider-arrows .slick-arrow {margin-top: -30px;}.no-touch .slick-arrow:hover {box-shadow: 0 2px 40px -10px rgba(83, 54, 36, 0.3);}.slick-arrow: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: 24px;font-size: 1.5rem;line-height: inherit;}.slick-arrow.slick-prev {left: 30px;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}.slick-arrow.slick-prev:after {content: "\34";}.slick-arrow.slick-next {right: 30px;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}.slick-arrow.slick-next:after {content: "\35";}.slick-dots {margin: 50px auto 0;text-align: center;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;list-style: none;height: 12px;}.slider-dots-left .slick-dots {text-align: left;-webkit-justify-content: flex-start;justify-content: flex-start;}.slider-dots-left .slick-dots li:first-child {margin-left: -6px;}.slider-dots-right .slick-dots {text-align: right;-webkit-justify-content: flex-end;justify-content: flex-end;}.slider-dots-right .slick-dots li:last-child {margin-right: -6px;}.slick-dots li {-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;line-height: 0;}.slick-dots li:only-child {display: none;}.slick-dots li button {padding: 6px;}.slick-dots li button:before {display: block;width: 6px;height: 6px;border-radius: 50%;background: currentColor;content: "";transition: 0.2s;transform-origin: 50% 50%;}.slick-dots li.slick-active button:before {opacity: 1;}.slick-dots li:not(.slick-active) button:before {opacity: 0.35;}.no-touch .slick-dots li:not(.slick-active) button:hover:before {opacity: 0.7;}.container {position: relative;z-index: 1;width: 100%;max-width: calc(var(--site-width) + var(--side-padding)*2);padding: 0 var(--side-padding);margin-right: auto;margin-left: auto;}.custom-site-width .container {--site-width: var(--custom-site-width);}.cs-template-wide .container {max-width: 1600px;}.site-content {position: relative;z-index: 9;}.site-content > .container {margin-top: 50px;}.primary {padding-bottom: 80px;}.primary > *:last-child {margin-bottom: 0;}.sidebar {padding-bottom: 80px;}.light-color, .dark-color {color: var(--text-color);}.row > * {margin-bottom: 30px;}.cs-notice {padding: 30px;background: lightskyblue;color: #111;}.cs-notice: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: "\f05a";margin-right: 10px;}@media screen and (min-width: 480px) {.author-social ul.social-nav li a {text-align: left;}}@media screen and (min-width: 768px) {.row {margin: 0 -15px;}.row > * {padding: 0 15px;float: left;}.row .col-1-2 {width: 50%;}.row .col-1-3 {width: 33.333333%;}}@media screen and (min-width: 1200px) {.site-content[class*="with-sidebar-"] .primary {float: left;width: calc(100% - var(--sidebar) - var(--sidebar-gap));}.site-content[class*="with-sidebar-"] .sidebar {float: left;width: var(--sidebar);}.site-content[class*="with-sidebar-"] .sidebar-container {width: var(--sidebar);}.site-content[class*="with-sidebar-"].with-sidebar-left .primary {float: right;}.site-content[class*="with-sidebar-"].with-sidebar-right .sidebar {float: right;}}@media screen and (max-width: 1024px) {.text-left-tablet {text-align: left;}.text-center-tablet {text-align: center;}.text-right-tablet {text-align: right;}}@media screen and (max-width: 767px) {.text-left-mobile {text-align: left;}.text-center-mobile {text-align: center;}.text-right-mobile {text-align: right;}.slick-arrow {--arrow-size: 36px;}.slick-arrow.slick-prev {left: 15px;}.slick-arrow.slick-next {right: 15px;}}@media screen and (max-width: 599px) {.button:not(.cs-btn-underline) {padding: 0 24px;}.button:not(.cs-btn-underline).cs-btn-small {padding: 0 20px;}.button:not(.cs-btn-underline).cs-btn-large {padding: 0 30px;}.button:not(.cs-btn-underline).cs-btn-extra-large {padding: 0 30px;}}h1, h2, h3, h4, h5, h6, .site-branding .site-title, .entry-title, .post-title, blockquote, .widget.widget_rss ul li a.rsswidget, .widget.widget_recent_entries a, .widget_recent_comments ul li > a {font-family: var(--heading-font);}nav li {font-family: var(--nav-font);}body {font-family: var(--body-font);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 a:not([class*="button"]), .comment-content a:not([class*="button"]), .site-footer a:not([class*="button"]) {color: var(--link-color);}.no-touch .entry-content a:not([class*="button"]):hover, .no-touch .comment-content a:not([class*="button"]):hover, .no-touch .site-footer a:not([class*="button"]):hover {color: var(--link-color-hover);}.entry-content .posts.layout-overlay a, .entry-content .cs-menu a {color: inherit;}.no-touch .entry-content .cs-menu .primary-menu a:hover, .no-touch .entry-content .cs-menu .mobile-menu a:hover {color: inherit;}.no-touch .entry-content a.page-numbers:hover {color: inherit;}.entry-content {color: var(--content-color);font-size: var(--post-text-size);line-height: var(--post-line-height);}.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 > ul li:not(:last-child), .entry-content > ol li:not(:last-child) {margin-bottom: 8px;}.entry-content > ul ul, .entry-content > ul ol, .entry-content > ol ul, .entry-content > ol ol {margin-top: 8px;}.elementor-widget-text-editor ul li:not(:last-child), .elementor-widget-text-editor ol li:not(:last-child) {margin-bottom: 8px;}.elementor-widget-text-editor ul ul, .elementor-widget-text-editor ul ol, .elementor-widget-text-editor ol ul, .elementor-widget-text-editor ol ol {margin-top: 8px;}.elementor-section {color: var(--content-color);font-size: var(--post-text-size);line-height: var(--post-line-height);}.elementor-section h1, .elementor-section h2, .elementor-section h3, .elementor-section h4, .elementor-section h5, .elementor-section h6, .elementor-section form {color: var(--text-color);}h1, h2, h3, h4, h5, h6 {font-weight: var(--hf-weight);letter-spacing: var(--hf-letter-spacing);text-transform: var(--hf-text-transform);font-style: var(--hf-style);line-height: 1.35;}.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {margin-bottom: 30px;}.entry-content * + h1, .entry-content * + h2, .entry-content * + h3, .entry-content * + h4, .entry-content * + h5, .entry-content * + h6 {margin-top: 50px;}.entry-content .elementor-element h1, .entry-content .elementor-element h2, .entry-content .elementor-element h3, .entry-content .elementor-element h4, .entry-content .elementor-element h5, .entry-content .elementor-element h6 {margin-top: 0;}.comment-content * + h1, .comment-content * + h2, .comment-content * + h3, .comment-content * + h4, .comment-content * + h5, .comment-content * + h6 {margin-top: 30px;}.comment-content h1, .widget-area .widget h1, .comment-content h2, .widget-area .widget h2, .comment-content h3, .widget-area .widget h3, .comment-content h4, .widget-area .widget h4, .comment-content h5, .widget-area .widget h5, .comment-content h6, .widget-area .widget h6 {margin-bottom: 15px;}.entry-content h1, .elementor h1 {font-size: 36px;font-size: 2.25rem;}.entry-content h2, .elementor h2 {font-size: 32px;font-size: 2rem;}.entry-content h3, .elementor h3 {font-size: 28px;font-size: 1.75rem;}.entry-content h4, .elementor h4 {font-size: 24px;font-size: 1.5rem;}.entry-content h5, .elementor h5 {font-size: 21px;font-size: 1.3125rem;}.entry-content h6, .elementor h6 {font-size: 18px;font-size: 1.125rem;}.comment-content h1, .widget-area .widget h1 {font-size: 28px;font-size: 1.75rem;}.comment-content h2, .widget-area .widget h2 {font-size: 24px;font-size: 1.5rem;}.comment-content h3, .widget-area .widget h3 {font-size: 21px;font-size: 1.3125rem;}.comment-content h4, .widget-area .widget h4 {font-size: 18px;font-size: 1.125rem;}.comment-content h5, .widget-area .widget h5 {font-size: 16px;font-size: 1rem;}.comment-content h6, .widget-area .widget h6 {font-size: 14px;font-size: 0.875rem;}.entry-title a {color: inherit;}.entry-header h1.entry-title {margin-bottom: 15px;font-size: 36px;font-size: 2.25rem;}.entry-header h1.entry-title:last-child {margin-bottom: 0;}.posts .post-title, .page-title-section.post-header-section .entry-title {font-weight: var(--blog-title-weight);letter-spacing: var(--bt-letter-spacing);text-transform: var(--bt-text-transform);font-style: var(--bt-style);}.widget h5.widget-title, .widget.widget_block .wp-block-group__inner-container > h2 {font-family: var(--widget-title-font);font-size: var(--widget-title-size);font-weight: var(--widget-title-weight);letter-spacing: var(--widget-title-spacing);text-transform: var(--widget-title-trans);font-style: var(--widget-title-style);}.related-posts .related-posts-title, .comments-area h2.comments-title, .comment-respond h3.comment-reply-title {margin-bottom: 30px;font-size: 24px;font-size: 1.5rem;font-family: var(--body-font);font-weight: 500;font-size: 14px;font-size: 0.875rem;letter-spacing: 0.05em;text-transform: uppercase;}.breadcrumbs, .meta, .cat-links, .pagination, .comment-metadata, .nav-links .post-info .text, .comments-area .navigation .nav-links a {font-family: var(--secondary-font);letter-spacing: var(--sf-letter-spacing);text-transform: var(--sf-text-transform);font-style: var(--sf-style);font-size: 12px;font-size: 0.75rem;}.cs-subtitle {position: relative;display: inline-block;margin-bottom: 0;font-family: var(--subheading-font);letter-spacing: var(--shf-letter-spacing);text-transform: var(--shf-text-transform);font-style: var(--shf-style);font-size: var(--shf-font-size);font-weight: var(--shf-weight);color: var(--shf-color);}.cs-subtitle.style-underline {border-bottom: 2px solid var(--primary-color);}.cs-subtitle.style-bordered {max-width: calc(100% - 100px);}.cs-subtitle.style-bordered:before, .cs-subtitle.style-bordered:after {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);display: block;width: 70px;height: 1px;background: currentColor;content: "";}.cs-subtitle.style-bordered:before {left: -95px;}.cs-subtitle.style-bordered:after {right: -95px;}.tagcloud a {text-transform: none;letter-spacing: 0;}.meta, .cat-links {font-size: 12px;font-size: 0.75rem;font-weight: 500;letter-spacing: 0;line-height: 1.6;}.breadcrumbs {opacity: 0.6;}p {margin: 0 auto 30px;font-size: inherit;}blockquote {position: relative;margin: 0;}blockquote p:last-of-type {margin-bottom: 0;}.entry-content blockquote {padding: 0 50px;margin: 50px auto;}.entry-content blockquote:before {position: absolute;top: 15px;left: 0;z-index: 1;display: block;width: 30px;height: 30px;color: var(--primary-color);font-size: 70px;font-size: 4.375rem;line-height: 30px;content: "\201C";}.entry-content blockquote:first-child {margin-top: 0;}.entry-content blockquote p {color: var(--text-color);}.entry-content blockquote cite {color: inherit;font-style: normal;font-family: var(--body-font);}blockquote p {position: relative;z-index: 9;font-size: 21px;font-size: 1.3125rem;font-weight: 600;font-style: normal;line-height: 1.5;}.elementor-widget blockquote p {font-size: inherit;}blockquote cite, blockquote small {display: block;margin-top: 20px;font-size: 14px;font-size: 0.875rem;font-weight: 400;font-style: normal;line-height: 1.5;}table {width: 100%;max-width: 100%;margin: 0 0 30px;border-collapse: separate;border-spacing: 0;border-width: 1px;border-style: solid;border-color: var(--border-color);background: none;color: inherit;font-size: 16px;font-size: 1rem;}table th, table td {padding: 16px;vertical-align: top;line-height: 1.5;}table th {font-weight: 600;text-align: left;}table thead tr th, table thead tr td {border-bottom: 1px solid var(--border-color);}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: #f7f7f7;color: #1a1b1a;}pre {display: block;padding: 30px;margin: 30px 0;border: 1px solid #eee;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 {border-bottom: 1px dotted;cursor: help;}mark {padding: 0;background: none;color: var(--primary-color);text-decoration: none;}ins {font-style: italic;}big {font-size: 125%;}.smaller {font-size: 60%;}@media screen and (min-width: 768px) {.entry-content blockquote p {font-size: 28px;font-size: 1.75rem;}}@media screen and (max-width: 599px) {.entry-content blockquote {padding-right: 0;}}@media screen and (max-width: 480px) {table th, table td {padding-right: 8px;padding-left: 8px;}}nav ul {margin: 0;list-style: none;}.site-branding {padding: 0;font-size: 0;}.site-branding p {margin-bottom: 0;}.site-branding .site-title {font-size: 28px;font-size: 1.75rem;font-weight: 700;line-height: 1.2;}.site-branding .site-title:last-child {margin-bottom: 20px;}.site-branding .site-description {display: block;margin-top: 5px;font-size: 14px;font-size: 0.875rem;line-height: 1;}.site-branding.hide-title-tagline .site-title, .site-branding.hide-title-tagline .site-description {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-branding a {display: inline-block;color: inherit;}.site-branding img {display: block;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.site-branding img {width: 100% !important;}}.menu-toggle {position: relative;z-index: 999;padding: 0;width: fit-content;min-width: var(--line-width);height: var(--height);background: none;border: none;border-radius: 0;box-shadow: none;color: inherit;font-size: 0 !important;line-height: var(--height);transition: 0.4s;cursor: pointer;--line-width: 35px;--line-height: 1px;--height: 50px;}.menu-toggle .menu-toggle-icon:before, .menu-toggle .menu-toggle-icon:after {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 0;display: block;width: var(--line-width);border: 1px solid currentColor;border-width: var(--line-height);background: none;content: "";}.menu-toggle .menu-toggle-icon:before {height: 14px;border-right: none;border-left: none;transition: height 0.3s;}.menu-toggle .menu-toggle-icon:after {height: 1px;border-top: none;border-right: none;border-left: none;}.menu-toggle .menu-toggle-text {font-size: 12px;font-size: 0.75rem;font-weight: 500;letter-spacing: 0.03em;padding-left: calc(var(--line-width) + 15px);text-transform: uppercase;line-height: var(--height);}.no-touch .menu-toggle:hover, .menu-toggle:focus {color: var(--primary-color);outline: 0;}.elementor-widget-container .menu-toggle {display: flex;}.menu-toggle.text-icon-reverse .menu-toggle-icon:before, .menu-toggle.text-icon-reverse .menu-toggle-icon:after {right: 0;left: auto;}.menu-toggle.text-icon-reverse .menu-toggle-text {padding-right: calc(var(--line-width) + 15px);padding-left: 0;}.menu-toggle.close-button .menu-toggle-icon {display: none;}.menu-toggle.close-button:before, .menu-toggle.close-button:after {top: 24px;left: 5px;}.site-header {position: relative;z-index: 999;width: 100%;height: auto;}.site-header > * {width: 100%;}.site-header .container {display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;justify-content: space-between;}.site-header .site-header-main {position: relative;z-index: 3;background: #fff;color: #000;border-bottom: 1px solid #eee;}.site-header .site-header-main.with-bg {background-size: cover;background-position: center;background-repeat: no-repeat;}.site-header .header-section {position: relative;z-index: 2;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;}.site-header .header-section.branding {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;overflow: hidden;max-width: calc(100% - 80px);}.site-header .header-section.header-left {margin-left: 0;margin-right: auto;}.site-header .header-section.header-right {margin-right: 0;margin-left: auto;}.site-header.site-header-layout-default .header-section.menu, .touch .site-header.site-header-layout-default .header-section.menu {display: none;}.site-header.site-header-layout-default.overlap-header:not(.is-sticky):not(.sticky) > * {background: transparent;}.site-header.site-header-layout-default .site-header-main {padding: 20px 0;}.touch .site-header.site-header-layout-default .menu-toggle {display: block;}.site-header.site-header-layout-default .header-section.menu {margin: 0 0 0 auto;}.site-header.site-header-layout-default .header-section.header-right {margin-left: 0;}.site-header.site-header-layout-default .header-section.header-right > *:first-child {margin-left: 20px;}.site-header.overlap-header {position: absolute;top: 0;right: 0;left: 0;}.site-header.sticky .site-header-main, .site-header.is-sticky .site-header-main {position: fixed !important;top: 0;left: 0;z-index: 999;}@media screen and (min-width: 601px) and (max-width: 782px) {.logged-in.admin-bar .site-header.sticky .site-header-main, .logged-in.admin-bar .site-header.is-sticky .site-header-main {top: 46px;}}@media screen and (min-width: 783px) {.logged-in.admin-bar .site-header.sticky .site-header-main, .logged-in.admin-bar .site-header.is-sticky .site-header-main {top: 32px;}}.site-header.sticky .site-header-main {-webkit-animation: stickyHeaderShow 0.4s ease-out;animation: stickyHeaderShow 0.4s ease-out;}.site-header.is-sticky .site-header-main {-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.is-sticky.hide-header ul.sub-menu {opacity: 0;pointer-events: none;visibility: hidden;}.site-header.custom-sticky-header {position: fixed;top: 0;left: 0;width: 100%;}.site-header.custom-sticky-header.is-sticky {-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}.site-header.custom-sticky-header.is-sticky.show-header {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);transition: transform 0.4s ease-out;}.site-header.custom-sticky-header.is-sticky.hide-header {-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: transform 0.4s ease-out;}.site-header.custom-sticky-header.is-sticky.hide-header ul.sub-menu {opacity: 0;pointer-events: none;visibility: hidden;}@media screen and (min-width: 601px) and (max-width: 782px) {.logged-in.admin-bar .site-header.custom-sticky-header.is-sticky {top: 46px;}}@media screen and (min-width: 783px) {.logged-in.admin-bar .site-header.custom-sticky-header.is-sticky {top: 32px;}}@media screen and (min-width: 601px) and (max-width: 782px) {.logged-in.admin-bar .site-header.custom-sticky-header.sticky {top: 46px;}}@media screen and (min-width: 783px) {.logged-in.admin-bar .site-header.custom-sticky-header.sticky {top: 32px;}}.dropdown-dark, .sub-menu.dark-color {--sub-menu-bg: #090909;--sub-menu-color: #fff;}.dropdown-light, .sub-menu.light-color {--sub-menu-bg: #fff;--sub-menu-color: #000;}.primary-menu {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.primary-menu li {position: relative;}.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;font-size: 14px;font-size: 0.875rem;}.primary-menu > li {white-space: nowrap;}.primary-menu > li > a {position: relative;display: block;padding: 0 15px;font-size: var(--nav-font-size);font-weight: var(--nav-font-weight);letter-spacing: var(--nav-font-letter-spacing);text-transform: var(--nav-font-transform);line-height: 60px;}.primary-menu > li > a:before {display: block;position: absolute;bottom: 15px;left: 15px;width: calc(100% - 30px);height: 1px;background: currentColor;content: "";transition: transform 0.2s ease;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);transform-origin: 0 0;}.no-touch .primary-menu > li > a:hover:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.primary-menu > li.menu-item-has-children > a:before {width: calc(100% - 50px);}.site-header-layout-default .primary-menu > li:last-child > a {margin-right: -15px;}.primary-menu > li > .sub-menu {bottom: 0;left: -15px;-webkit-transform: translateY(105%);-ms-transform: translateY(105%);transform: translateY(105%);}.primary-menu > li > .sub-menu .sub-menu {top: -20px;left: 100%;-webkit-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px);}.primary-menu > li.current-menu-item > a:before, .primary-menu > li.current-menu-ancestor > a:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.primary-menu > li.menu-item-has-children > a:after {margin-left: 5px;-webkit-transform: translateY(1px);-ms-transform: translateY(1px);transform: translateY(1px);content: "\33";}.primary-menu .sub-menu {position: absolute;z-index: -1;display: block;min-width: 200px;padding: 20px 0;margin: 0;text-align: left;transition: 0.3s;opacity: 0;pointer-events: none;visibility: hidden;background: var(--sub-menu-bg);color: var(--sub-menu-color);}.primary-menu .sub-menu li.menu-item-has-children > a:after {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 20px;content: "\35";}.primary-menu .sub-menu .sub-menu {padding-top: 20px;}.primary-menu .sub-menu:not(.cozystay-dropdown-menu) li {white-space: nowrap;}.primary-menu .sub-menu:not(.cozystay-dropdown-menu) a {position: relative;display: block;padding: 0 30px;font-size: 15px;font-size: 0.9375rem;letter-spacing: 0;text-transform: capitalize;line-height: 36px;}.primary-menu .sub-menu:not(.cozystay-dropdown-menu) a span {position: relative;}.no-touch .primary-menu .sub-menu:not(.cozystay-dropdown-menu) a:hover {opacity: 1;color: var(--primary-color);}.primary-menu .sub-menu li.current-menu-item > a {color: var(--primary-color);}.no-touch .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {z-index: 99;opacity: 1;pointer-events: auto;visibility: visible;}.primary-menu > li:hover > .sub-menu, .primary-menu > li.focus > .sub-menu {-webkit-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}.primary-menu .sub-menu li:hover .sub-menu, .primary-menu .sub-menu li.focus .sub-menu {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.cozystay-dropdown-menu {white-space: normal;padding: 0;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);}.primary-menu .cozystay-dropdown-menu.sub-menu {padding: 0;}.cozystay-dropdown-menu > .container {display: block;padding: 0;max-width: none;}.cozystay-dropdown-menu a.button span:before {display: none;}.cozystay-dropdown-menu.fullwidth {width: 100vw;}.no-touch .cozystay-dropdown-menu .elementor-widget-icon-list a:hover {color: var(--primary-color);}.site-header .main-navigation .dropdown-toggle:before, .main-navigation.not-mobile-menu .dropdown-toggle:before {display: none;}.no-touch .site-header .main-navigation .dropdown-toggle, .no-touch .main-navigation.not-mobile-menu .dropdown-toggle {display: none;}.touch .site-header .main-navigation .dropdown-toggle, .touch .main-navigation.not-mobile-menu .dropdown-toggle {position: absolute;top: 50%;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 35px;height: 36px;background: none;border: none;color: inherit;cursor: pointer;transition: 0.4s;}.touch .site-header .main-navigation .dropdown-toggle.toggled-on + .sub-menu, .touch .main-navigation.not-mobile-menu .dropdown-toggle.toggled-on + .sub-menu {z-index: 99;opacity: 1;pointer-events: auto;visibility: visible;}.touch .site-header .main-navigation .primary-menu > li:hover > .sub-menu, .touch .main-navigation.not-mobile-menu .primary-menu > li:hover > .sub-menu {-webkit-transform: translateY(105%);-ms-transform: translateY(105%);transform: translateY(105%);}.site-header .main-navigation .primary-menu > li > .dropdown-toggle.toggled-on + .sub-menu, .main-navigation.not-mobile-menu .primary-menu > li > .dropdown-toggle.toggled-on + .sub-menu {-webkit-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}.site-header-search, .cs-search-toggle {display: block;}.site-header-search .toggle-button, .cs-search-toggle .toggle-button {z-index: 999;display: block;width: 40px;height: 40px;background: none;border: none;border-radius: 0;box-shadow: none;color: inherit;font-size: 0;line-height: 40px;text-align: center;transition: 0.4s;cursor: pointer;}.site-header-search .toggle-button:after, .cs-search-toggle .toggle-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;font-weight: 900;font-size: 15px;font-size: 0.9375rem;line-height: 40px;content: "\f002";}ul.social-nav {display: flex;flex-wrap: wrap;margin: 0;line-height: 1;list-style: none;}ul.social-nav li {display: block;}ul.social-nav li:not(:last-child) a {margin-right: 25px;}ul.social-nav li a {display: block;padding: 0;text-align: center;font-size: 0 !important;}.no-touch .main 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: 16px;font-size: 1rem;content: "\f1e0";}.site-header ul.social-nav li a:before {font-size: 14px;font-size: 0.875rem;}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, ul.social-nav li a[href*="wa.me"]:before, ul.social-nav li a[href*="airbnb"]:before, ul.social-nav li a[href*="x.com"]:before {font-family: "Font Awesome 5 Brands";font-weight: 400;}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*="wordpress"]:before {content: "\f411";}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";}ul.social-nav li a[href*="wa.me"]:before {content: "\f232";}ul.social-nav li a[href*="airbnb"]:before {content: "\f834";}ul.social-nav li a[href*="x.com"]:before {font-family: "Font Awesome 6 Brands";content: "\e61b";}.sidemenu {position: fixed;top: 0;right: 0;z-index: 100000;display: block;width: 100%;max-width: 375px;height: 100%;transition: 0.4s;opacity: 0;pointer-events: none;visibility: hidden;}.sidemenu:before {position: fixed;top: 0;left: 0;z-index: 1;display: block;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.75);content: "";}.no-touch .sidemenu a:hover {opacity: 0.6;}.no-touch .sidemenu a.button:hover {opacity: 1;}.sidemenu .container {position: relative;z-index: 9;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);width: 100%;max-width: 100%;height: 100%;padding: 0 30px 60px;margin: 0;background-color: var(--secondary-color);color: #fff;font-size: 14px;font-size: 0.875rem;overflow: auto;transition: transform 0.4s;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;background-size: cover;background-position: center;background-repeat: no-repeat;}.sidemenu .container::-webkit-scrollbar {display: none;}.sidemenu .container > * {margin-bottom: 50px;}.sidemenu .container > *:last-child {margin-bottom: 0;}.sidemenu.slide-from-left {right: auto;left: 0;}.sidemenu.slide-from-left .container {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);}.sidemenu.fade-in .container {-webkit-transform: none;-ms-transform: none;transform: none;}.sidemenu.show {opacity: 1;pointer-events: auto;visibility: visible;}.sidemenu.show .container {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.sidemenu .sidemenu-header {display: -webkit-flex;display: -ms-flexbox;display: flex;padding: 30px 0;}.sidemenu.sidemenu-custom .sidemenu-header {position: absolute;top: 0;right: 0;margin: 0;padding: 30px;width: auto;border: none;}.sidemenu.sidemenu-custom .container {padding: 0;}.sidemenu .close-button {position: relative;order: 2;margin-left: auto;}.sidemenu.fullwidth {max-width: 100vw;}.cs-menu-mobile .mobile-menu {display: block;--nav-font: var(--heading-font);}.cs-menu-mobile .mobile-menu li {position: relative;display: block;}.cs-menu-mobile .mobile-menu a {position: relative;text-transform: capitalize;}.cs-menu-mobile .mobile-menu a:before, .cs-menu-mobile .mobile-menu a:after {display: none !important;}.cs-menu-mobile .mobile-menu > li {padding: 0;}.cs-menu-mobile .mobile-menu > li > a {display: block;padding: 5px 0;font-size: 24px;font-size: 1.5rem;font-weight: 400;letter-spacing: 0;line-height: 1.35;}.cs-menu-mobile .mobile-menu li.current-menu-item > a, .cs-menu-mobile .mobile-menu li.current-menu-ancestor > a {color: var(--primary-color);}.cs-menu-mobile .mobile-menu ul.sub-menu {display: none;margin: 0 0 0 30px;}.cs-menu-mobile .mobile-menu ul.sub-menu li a {padding: 4px 0;font-size: 16px;font-size: 1rem;font-weight: 400;line-height: 40px;}.cs-menu-mobile .mobile-menu ul.sub-menu .dropdown-toggle {top: 0;}.dropdown-toggle {position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: none;border: none;color: inherit;cursor: pointer;transition: 0.4s;}.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";}.dropdown-toggle.toggled-on:before {content: "\33";}.dropdown-toggle.toggled-on + ul.sub-menu {display: block;}@media screen and (min-width: 1200px) {.site-header.site-header-layout-default .menu-toggle {display: none;}.site-header.site-header-layout-default .header-section.menu {display: block;max-width: calc(100% - 300px);}.cs-menu-mobile .mobile-menu > li > a {font-size: 28px;font-size: 1.75rem;}.cs-menu-mobile .mobile-menu .dropdown-toggle {top: 4px;}}.meta-wrap {color: var(--secondary-color);}.meta-wrap .meta:last-child .meta-item:last-child {margin-right: 0;}.meta-wrap .meta:last-child .meta-item:last-child:after {display: none;}.meta-wrap > *:not(:last-child):after {position: relative;display: inline-block;margin: 0 6px;content: "/";}.no-touch .meta-wrap a:hover {color: inherit;}.meta {display: inline-flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.meta .meta-item {margin-right: 9px;}.meta .meta-item:last-child {margin-right: 0;}.meta .meta-item:after {position: relative;display: inline-block;content: "/";margin-left: 6px;}.cat-links {display: inline-flex;flex-wrap: wrap;}.post-header-section .cat-links {justify-content: center;}.cat-links a, .cat-links span {margin-right: 3px;}.cat-links a:after, .cat-links span:after {position: relative;display: inline-block;content: ".";margin-left: 3px;}.cat-links a:last-child:after, .cat-links span:last-child:after {display: none;}.read-more-btn {border: none !important;font-size: 14px;font-size: 0.875rem;}.read-more-btn span {position: relative;}.read-more-btn span: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;content: "\35";font-size: 16px;font-size: 1rem;position: absolute;top: 50%;right: -8px;-webkit-transform: translate(70%, -50%);-ms-transform: translate(70%, -50%);transform: translate(70%, -50%);transition: transform 0.3s ease, opacity 0.3s ease;}.no-touch .read-more-btn:hover span:after {-webkit-transform: translate(100%, -50%);-ms-transform: translate(100%, -50%);transform: translate(100%, -50%);}.post-excerpt {color: var(--content-color);font-size: 16px;font-size: 1rem;z-index: 9;line-height: 1.6;}.posts {--post-gap: 35px;--img-ratio: 66.6666%;--ratio: 0.6666;}.posts .posts-wrapper {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.posts.layout-masonry .masonry-column, .posts .post, .posts .featured-img, .posts .featured-img a, .posts .featured-img img, .posts .post-content, .posts .post-header {position: relative;width: 100%;}.no-touch .posts .post:hover .featured-img a {-webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);}.posts.img-ratio-4-3 {--img-ratio: 75%;--ratio: 0.75;}.posts.img-ratio-1-1 {--img-ratio: 100%;--ratio: 1;}.posts.img-ratio-2-3 {--img-ratio: 150%;--ratio: 1.5;}.posts.img-ratio-4-5 {--img-ratio: 125%;--ratio: 1.25;}.posts .meta-wrap {margin-bottom: 14px;line-height: 1;}.posts .post-header, .posts .post-title, .posts .post-excerpt {margin-bottom: 15px;}.posts .post-title {font-size: 21px;font-size: 1.3125rem;line-height: 1.2;}.no-touch .posts .post-title a:hover {color: inherit;opacity: 0.6;}.posts .post-excerpt:last-child, .posts .post-excerpt p {margin-bottom: 0;}.posts .post-header:last-child, .posts .post-header > *:last-child {margin-bottom: 0;}.posts .post {margin-top: var(--post-gap);overflow: hidden;padding-bottom: 15px;}.posts .post:first-child {margin-top: 0;}.posts .post .featured-img {margin: 0 0 22px;overflow: hidden;}.posts .post .featured-img a, .posts .post .featured-img img {display: block;}.posts .post .featured-img a {-webkit-transform: scale(1.01);-ms-transform: scale(1.01);transform: scale(1.01);transition: 0.35s ease-in-out;}.posts .post.sticky .post-title a {position: relative;padding-left: 20px;}.posts .post.sticky .post-title 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;content: "\f02e";color: var(--primary-color);font-size: 16px;font-size: 1rem;position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}.posts .overlay-label {position: absolute;z-index: 99;pointer-events: none;text-align: center;}.posts .overlay-label.time-label {top: 15px;left: 15px;padding: 8px 12px;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;background: rgba(255, 255, 255, 0.85);color: #000;}.posts .overlay-label.time-label.featured-style {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;width: 65px;height: 72px;padding: 0;}.posts .overlay-label.time-label.featured-style .meta-item.time {font-family: var(--heading-font);}.posts .overlay-label.time-label.featured-style .month, .posts .overlay-label.time-label.featured-style .day {display: block;line-height: 1;}.posts .overlay-label.time-label.featured-style .month {font-size: 12px;font-size: 0.75rem;letter-spacing: 0.1em;text-transform: uppercase;margin-bottom: 2px;}.posts .overlay-label.time-label.featured-style .day {font-size: 32px;font-size: 2rem;}.posts .format-label {--label-size: 100px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9;width: var(--label-size);height: var(--label-size);padding: 0;border-radius: 999px;border: 1px solid;color: #fff;line-height: var(--label-size);}.posts .format-label svg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);margin: 3px 0 0 2px;max-width: 21px;}.posts.layout-grid .featured-img a, .posts.layout-list .featured-img a {display: block;height: 0;padding-top: var(--img-ratio);}.posts.layout-grid .featured-img a img, .posts.layout-list .featured-img a img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: 100%;object-fit: cover;}.posts.layout-list.with-border {--bd-color: #b5bbb3;}.posts.layout-list.with-border .featured-img {margin-bottom: 0;}.posts.layout-list.with-border .post-content {padding: 20px 20px 30px;border: 1px solid var(--bd-color);}.posts.layout-list.with-border .featured-img + .post-content {border-top-width: 0;}.posts.layout-overlay .post {background: #000;color: #fff;padding-bottom: 0;}.posts.layout-overlay .post .featured-img {margin-bottom: 0;}.posts.layout-overlay .post .featured-img:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;pointer-events: none;content: "";background: var(--secondary-color);opacity: 0;transition: opacity 0.4s;}.posts.layout-overlay .post .format-label.format-video {display: none;}.posts.layout-overlay .post .post-content {position: absolute;bottom: 0;left: 0;z-index: 9;pointer-events: none;padding: 150px 24px 30px;}.posts.layout-overlay .post .post-content:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none;content: "";background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));transition: opacity 0.4s;}.posts.layout-overlay .post .post-content a {pointer-events: auto;}.posts.layout-overlay .post .post-content > * {position: relative;}.posts.layout-overlay .post .post-content, .posts.layout-overlay .post .post-excerpt, .posts.layout-overlay .post .meta-wrap {color: inherit;}.posts.layout-overlay .post:not(.has-post-thumbnail):before {position: relative;display: block;width: 100%;height: 0;padding-top: var(--img-ratio);padding-bottom: 0;content: "";}.posts.layout-overlay .featured-img {z-index: 1;}.posts.layout-overlay .post-header {z-index: 9;margin-bottom: 10px;}.posts.layout-overlay .post-header:last-child {margin-bottom: 0;}.posts.layout-overlay .post-header > * {position: relative;z-index: 3;}.posts.layout-overlay .post-title {color: inherit;}.no-touch .posts.layout-overlay .post-title a:hover {opacity: 0.9;}.posts.layout-overlay .post-title:not(:last-child) {margin-bottom: 10px;}.posts.layout-overlay .featured-img {position: relative;overflow: hidden;transition: 0.3s ease-in-out;}.no-touch .posts.layout-overlay .post:hover .featured-img:after {opacity: 0.9;}.no-touch .posts.layout-overlay .post:hover .post-content:before {opacity: 0;}.posts.layout-overlay.btn-slide-up .post .post-content {-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);transition: transform 0.4s;}.no-touch .posts.layout-overlay.btn-slide-up .post:hover .post-content {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.posts.layout-overlay .button.cs-btn-underline {color: inherit;}.posts .post.format-gallery .thumbnail-gallery {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;list-style: none;padding: 0;}.posts .post.format-gallery .thumbnail-gallery li {position: relative;}.posts .post.format-gallery .thumbnail-gallery .featured-img-caption {display: none;}.posts .post.format-gallery .slick-list, .posts .post.format-gallery .slick-track, .posts .post.format-gallery .slick-slide {height: 100%;}.posts .post.format-gallery .slider-dots {position: absolute;bottom: 20px;left: 0;width: 100%;color: #fff;}.no-touch .posts .post.format-gallery .slider-arrows {opacity: 0;transition: opacity 0.4s;}.no-touch .posts .post.format-gallery:hover .slider-arrows {opacity: 1;}.posts .post.format-gallery .slick-arrow {--arrow-size: 36px;}.posts .post.format-gallery .slick-arrow.slick-prev {left: 15px;}.posts .post.format-gallery .slick-arrow.slick-next {right: 15px;}.posts.layout-standard .post.format-gallery .thumbnail-gallery, .posts.layout-masonry .post.format-gallery .thumbnail-gallery {position: relative;}.pagination {--pagi-size: 32px;position: relative;width: 100%;margin: var(--spacing) 0 0;text-align: center;font-family: var(--heading-font);font-size: 18px;font-size: 1.125rem;line-height: var(--pagi-size);clear: both;}.pagination .pagination-container {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;width: 100%;}.pagination .page-numbers {padding: 0;height: var(--pagi-size);text-align: center;}.pagination .page-numbers.current {border-bottom: 1px solid var(--primary-color);}.pagination span.page-numbers.prev, .pagination span.page-numbers.next {opacity: 0.35;}.pagination .prev:after, .pagination .next: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;line-height: var(--pagi-size);position: relative;transition: transform 0.3s ease-out;}.pagination .prev:after {content: "\34";}.pagination .next:after {content: "\35";}.pagination .prev-next {font-size: 14px;font-size: 0.875rem;}.pagination .prev-next .prev, .pagination .prev-next .next {position: relative;padding: 0 18px;margin: 0 10px;width: auto;}.pagination .prev-next .prev:after, .pagination .prev-next .next:after {position: absolute;top: 0;}.pagination .prev-next .prev {padding-left: 44px;}.pagination .prev-next .prev:after {left: 18px;}.pagination .prev-next .next {padding-right: 44px;}.pagination .prev-next .next:after {right: 18px;}.pagination .with-page-numbers .page-numbers {padding: 0 6px;margin: 0 6px;}.pagination .with-page-numbers .page-numbers.prev, .pagination .with-page-numbers .page-numbers.next {font-size: 0;}.pagination .with-page-numbers .page-numbers.prev:after, .pagination .with-page-numbers .page-numbers.next:after {font-size: 20px;font-size: 1.25rem;}.no-touch .pagination .with-page-numbers a:hover {opacity: 0.5;}.pagination a.load-more-btn {position: relative;z-index: 9;display: inline-flex;align-items: center;justify-content: center;padding: 0 48px;height: var(--btn-height);background: var(--btn-bg);border: none;border-radius: var(--btn-radius);color: var(--btn-color);font-family: var(--btn-font);font-size: var(--btn-font-size);font-weight: var(--btn-font-weight);letter-spacing: var(--btn-letter-spacing);text-transform: var(--btn-text-transform);line-height: 1;text-align: center;transition: 0.4s;cursor: pointer;color: var(--btn-color) !important;overflow-anchor: none;}.no-touch .pagination a.load-more-btn:not(.cs-btn-underline):hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}.pagination a.load-more-btn span {position: relative;z-index: 3;}.pagination a.load-more-btn.disabled {pointer-events: none;}.pagination .load-more .loading-text {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);opacity: 0;}.pagination .load-more.loading {pointer-events: none;}.pagination .load-more.loading .btn-text {opacity: 0;}.pagination .load-more.loading .loading-text {opacity: 1;-webkit-animation: fade 3s linear infinite;animation: fade 3s linear infinite;}.pagination .load-more.infinite .loading-text {position: relative;top: 0;left: 0;-webkit-transform: none;-ms-transform: none;transform: none;opacity: 1;}.pagination .no-more-posts-message {font-size: 14px;font-size: 0.875rem;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;opacity: 0.4;}.pagination .no-more-posts-message:before, .pagination .no-more-posts-message:after {content: " - ";}@media screen and (min-width: 768px) {.posts.layout-masonry .posts-wrapper {display: block;margin-left: calc(0px - var(--post-gap));}.posts.layout-masonry .masonry-column {float: left;width: 50%;padding-left: var(--post-gap);}.posts.layout-grid .posts-wrapper {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;margin-left: calc(0px - var(--post-gap));}.posts.layout-grid .post {margin-right: 0;margin-left: var(--post-gap);width: calc(50% - var(--post-gap));}.posts.layout-grid .post:nth-child(-n+2) {margin-top: 0 !important;}}@media screen and (min-width: 1024px) {.posts .post-title {font-size: 24px;font-size: 1.5rem;}.posts.layout-standard .post-title {font-size: 32px;font-size: 2rem;}.posts.layout-masonry.column-3 .masonry-column {width: 33.333333%;}.posts.layout-list {--col-gap: 35px;}.posts.layout-list .post {display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: space-between;align-items: stretch;}.posts.layout-list .featured-img {margin-right: var(--col-gap);margin-bottom: 0;width: 50%;}.posts.layout-list .post-content {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;}.posts.layout-list .post-content > * {width: 100%;}.posts.layout-list .featured-img + .post-content {padding: 0;width: calc(50% - var(--col-gap));}.posts.layout-list.layout-zigzag .post:nth-child(2n) {flex-direction: row-reverse;}.posts.layout-list.layout-zigzag .post:nth-child(2n) .featured-img {margin-right: 0;margin-left: var(--col-gap);}.posts.layout-list.with-border .post-content {padding: var(--col-gap);}.posts.layout-list.with-border .featured-img {margin: 0;}.posts.layout-list.with-border .featured-img + .post-content {width: 50%;padding-top: 0;padding-bottom: 0;border-top-width: 1px;border-left-width: 0;}.posts.layout-list.with-border.layout-zigzag .post:nth-child(2n) .featured-img {margin: 0;}.posts.layout-list.with-border.layout-zigzag .post:nth-child(2n) .featured-img + .post-content {border-right-width: 0;border-left-width: 1px;}.posts.layout-grid.column-3 .post {width: calc(33.333333% - var(--post-gap));}.posts.layout-grid.column-3 .post:nth-child(-n+3) {margin-top: 0 !important;}}@media screen and (min-width: 1200px) {.posts .post-title {font-size: 30px;font-size: 1.875rem;}.related-posts .posts .post-title {font-size: 24px;font-size: 1.5rem;}.site-content[class*="with-sidebar-"] .primary .posts.layout-masonry.column-3 .post-title, .site-content[class*="with-sidebar-"] .primary .posts.layout-grid.column-3 .post-title {font-size: 24px;font-size: 1.5rem;}.posts.layout-standard .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-list .post-title {font-size: 36px;font-size: 2.25rem;}.posts.layout-standard .post-excerpt, .site-content:not([class*="with-sidebar-"]) .posts.layout-list .post-excerpt {font-size: 18px;font-size: 1.125rem;}.posts.layout-standard .read-more-btn, .site-content:not([class*="with-sidebar-"]) .posts.layout-list .read-more-btn {font-size: 16px;font-size: 1rem;}.posts.layout-standard .post.format-gallery .slider-dots, .posts.layout-list .post.format-gallery .slider-dots, .posts.column-2 .post.format-gallery .slider-dots {bottom: 35px;}.site-content:not([class*="with-sidebar-"]) .posts.layout-list {--col-gap: 60px;}.site-content:not([class*="with-sidebar-"]) .elementor-column:not(:only-child) .posts.layout-list {--col-gap: 35px;}}@media screen and (min-width: 1366px) {.posts {--post-gap: 50px;}}@media screen and (min-width: 1440px) {.site-content[class*="with-sidebar-"] .primary .posts.layout-masonry .post, .site-content[class*="with-sidebar-"] .primary .posts.layout-grid .post {padding-bottom: 20px;}.site-content[class*="with-sidebar-"] .primary .posts.layout-grid.layout-overlay .post {padding-bottom: 0;}}@media screen and (max-width: 1024px) and (min-width: 768px) {.posts.layout-overlay:not(.cs-rooms) .post-excerpt {display: none;}}@media screen and (max-width: 1024px) {.posts.img-ratio-3-2-tablet {--img-ratio: 66.66%;--ratio: 0.6666;}.posts.img-ratio-4-3-tablet {--img-ratio: 75%;--ratio: 0.75;}.posts.img-ratio-1-1-tablet {--img-ratio: 100%;--ratio: 1;}.posts.img-ratio-2-3-tablet {--img-ratio: 150%;--ratio: 1.5;}.posts.img-ratio-4-5-tablet {--img-ratio: 125%;--ratio: 1.25;}}@media screen and (max-width: 767px) {.posts.img-ratio-3-2-mobile {--img-ratio: 66.66%;--ratio: 0.6666;}.posts.img-ratio-4-3-mobile {--img-ratio: 75%;--ratio: 0.75;}.posts.img-ratio-1-1-mobile {--img-ratio: 100%;--ratio: 1;}.posts.img-ratio-2-3-mobile {--img-ratio: 150%;--ratio: 1.5;}.posts.img-ratio-4-5-mobile {--img-ratio: 125%;--ratio: 1.25;}}@media screen and (max-width: 599px) {.posts .overlay-label.time-label.featured-style {-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);transform-origin: 0 0;}}.page-title-section {position: relative;overflow: hidden;padding: 60px 0;margin-bottom: var(--spacing);background: var(--page-title-bg);color: var(--page-title-color);text-align: center;--page-title-weight: var(--hf-weight);}.page-title-section.page-title-default {padding: 80px 0;}.page-title-section.page-title-large {padding: 100px 0;}.page-title-section.page-title-fullheight {height: 100vh;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;}.page-title-section.page-title-fullheight .container:after {display: inline-block;margin-top: 30px;width: 1px;height: 65px;background: currentColor;opacity: 0.8;}.page-title-section.page-title-fullheight .page-title-extra {position: absolute;bottom: 60px;left: 0;z-index: 9;width: 100%;font-size: 14px;font-size: 0.875rem;text-transform: uppercase;letter-spacing: 1px;text-align: center;}.page-title-section.page-title-fullheight .entry-title:not(:first-child) {margin-bottom: 30px;}.page-title-section .entry-title {font-size: 48px;font-size: 3rem;line-height: 1;font-weight: var(--page-title-weight);}.page-title-section .entry-title:not(:first-child) {margin-top: 20px;}.page-title-section .entry-title:not(:last-child) {margin-bottom: 20px;}.page-title-section p, .page-title-section .description {margin: 0 auto;max-width: 800px;}.page-title-section .container {z-index: 9;}.page-title-section .page-title-bg + .container .breadcrumbs {opacity: 1;}.no-touch .page-title-section .page-title-bg + .container .breadcrumbs a:hover {opacity: 0.7;}.page-title-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-size: cover;background-position: center;background-repeat: no-repeat;}.post-header-section {--post-header-meta-color: var(--secondary-color);}.post-header-section .page-title-bg:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.45;content: "";}.post-header-section .meta-wrap {color: var(--post-header-meta-color);}.post-header-section .page-title-bg + .container {color: #fff;--post-header-meta-color: #fff;}.no-touch .post-header-section .page-title-bg + .container a:hover {opacity: 0.7;}.post-header-section .page-title-bg ~ .page-title-extra {color: #fff;}.overlap-header ~ .site-content .page-title-section .container {margin-top: 100px;}.single .primary, .page .primary {margin-right: auto;margin-left: auto;}.single .primary > .post .entry-content > *:last-child, .page .primary > .post .entry-content > *:last-child {margin-bottom: 0;}.single-custom_blocks .primary, .single-custom_site_headers .primary {max-width: 100%;}.article-footer {margin-top: 50px;color: var(--text-lighter);font-family: var(--heading-font);font-size: 15px;font-size: 0.9375rem;}.article-footer:before {position: relative;display: block;margin-bottom: 50px;width: 50px;height: 1px;background: currentColor;content: "";}.article-footer .article-footer-title {margin-right: 5px;}.article-footer .post-tag-cloud {position: relative;display: flex;}.article-footer .post-tag-cloud .tagcloud {display: flex;flex-wrap: wrap;}.article-share {display: flex;}.article-share:not(:first-child) {margin-top: 15px;}.article-share .article-share-container {display: flex;flex-wrap: wrap;}.article-share .article-share-container a:not(:last-child):after {margin: 0 4px;content: "-";}.article-share .article-share-container a i {display: none;}.no-touch .article-share .article-share-container a:hover, .article-share .article-share-container a:focus {color: var(--text-color);}.comments-area {--cauthor-img: 48px;padding-top: var(--spacing);}.comments-area ol.comment-list {margin: 0 auto;list-style: none;}.comments-area ol.comment-list + .comment-respond {margin-top: 40px;}.comments-area ol.comment-list ol.children {margin: 30px 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: 30px 0;list-style: none;border-top: 1px dotted var(--border-color);}.comments-area ol.comment-list li:not(.depth-1):last-of-type {padding-bottom: 0;}.comments-area ol.comment-list li.pingback, .comments-area ol.comment-list li.trackback {font-weight: 700;}.comments-area ol.comment-list li.pingback a, .comments-area ol.comment-list li.trackback a {font-weight: 400;}.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: 10px;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard {font-family: var(--heading-font);font-size: 20px;font-size: 1.25rem;line-height: 30px;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard img {position: absolute;top: 0;left: 0;width: var(--cauthor-img);height: var(--cauthor-img);}.comments-area ol.comment-list li .comment-meta .comment-author.vcard b.fn {font-weight: 400;}.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-author.vcard .author-label {display: none;}.comments-area ol.comment-list li .comment-meta .comment-metadata {display: block;font-size: 12px;font-size: 0.75rem;}.comments-area ol.comment-list li .comment-meta .comment-metadata a {color: var(--text-lighter);}.comments-area ol.comment-list li a.comment-edit-link {margin-left: 4px;}.comments-area ol.comment-list li a.comment-edit-link:before {content: "-";margin-right: 8px;}.no-touch .comments-area ol.comment-list li a.comment-edit-link:hover {color: var(--primary-color);}.comments-area ol.comment-list li .comment-content > *:last-child {margin-bottom: 0;}.comments-area ol.comment-list li .comment-content img.wprm-comment-rating {margin: 10px 0;}.comments-area ol.comment-list li .comment-content p {color: var(--content-color);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: 10px;}.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: 30px;margin: 30px 0;background: rgba(0, 0, 0, 0.025);border-left: 4px solid var(--primary-color);}.comments-area ol.comment-list li .comment-content blockquote p {font-size: 18px;font-size: 1.125rem;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 .comment-content blockquote:last-child {margin-bottom: 0;}.comments-area ol.comment-list li .reply {margin-top: 14px;font-family: var(--heading-font);font-size: 15px;font-size: 0.9375rem;font-weight: 500;}.comments-area ol.comment-list li .reply a {position: relative;display: inline-block;line-height: 22px;}.comments-area ol.comment-list li .reply a:before {position: absolute;bottom: -1px;left: 0;display: block;width: 100%;height: 1px;background: var(--primary-color);content: "";transition: transform 0.2s ease;transform-origin: 0 0;}.no-touch .comments-area ol.comment-list li .reply a:hover:before {-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);}.comments-area ol.comment-list li.bypostauthor > .comment-body b.fn:after {-webkit-transform: translateY(-3px);-ms-transform: translateY(-3px);transform: translateY(-3px);display: inline-block;width: 18px;height: 18px;margin-left: 4px;border-radius: 50%;color: var(--primary-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;content: "\f005";font-size: 12px;font-size: 0.75rem;line-height: 17px;text-align: center;}.comments-area ol.comment-list li .comment-respond {margin-top: 50px;}.comments-area ol.comment-list li .comment-respond #cancel-comment-reply-link {padding: 0 15px;background: none;font-size: 12px;font-size: 0.75rem;font-weight: 400;line-height: 24px;text-transform: uppercase;font-family: var(--body-font);opacity: 0.6;}.no-touch .comments-area ol.comment-list li .comment-respond #cancel-comment-reply-link:hover {opacity: 1;}.comments-area ol.comment-list li .comment-respond .comment-reply-title-wrap {display: block;text-align: left;}.comments-area ol.comment-list li .comment-respond .comment-reply-title-wrap .title-decor-line {display: none;}.comments-area ol.comment-list li .comment-respond .comment-reply-title-wrap .comment-reply-title {padding: 0;white-space: normal;}.comments-area .comment-form {color: var(--content-color);}.comments-area .navigation {margin-top: 20px;margin-bottom: 50px;padding-top: 20px;border-top: 1px solid var(--border-color);}.comments-area .navigation .nav-links {padding: 15px 0;display: flex;}.comments-area .navigation .nav-links a {display: block;color: var(--content-color);opacity: 0.7;font-size: 12px;font-size: 0.75rem;}.no-touch .comments-area .navigation .nav-links a:hover {opacity: 1;}.comments-area .navigation .nav-links .nav-previous {margin: 0;}.comments-area .navigation .nav-links .nav-next {margin: 0 0 0 auto;}.comments-area .navigation .nav-links .nav-previous a:before, .comments-area .navigation .nav-links .nav-next a: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: 12px;font-size: 0.75rem;}.comments-area .navigation .nav-links .nav-previous a:before {content: "\34";margin-right: 8px;}.comments-area .navigation .nav-links .nav-next a:after {content: "\35";margin-left: 8px;}.comments-area .comments-closed {padding: 16px 0;margin-bottom: 0;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);font-weight: 400;opacity: 0.5;}.comments-area .logged-in-as a {color: var(--link-color);}.no-touch .comments-area .logged-in-as a:hover {color: var(--link-color-hover);}.author-info-box {position: relative;padding: 30px;margin: 50px 0 0;border: 1px solid var(--primary-color);color: var(--text-color);text-align: center;}.author-info-box .author-photo {margin: 0 auto 25px;width: 150px;}.author-info-box .author-photo img {display: block;}.author-info-box .author-info > *:not(:last-child) {margin-bottom: 20px;}.author-info-box .author-info .author-name {font-size: 24px;font-size: 1.5rem;line-height: 1;}.no-touch .author-info-box .author-info .author-name a:hover {color: var(--primary-color);}.author-info-box .author-info p {margin-bottom: 15px;font-size: 16px;font-size: 1rem;}.author-info-box .author-info p:last-child {margin-bottom: 0;}.author-info-box .author-info-footer {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}.author-info-box .author-info-footer .author-profile-link {font-family: var(--heading-font);font-size: 13px;font-size: 0.8125rem;text-transform: uppercase;}.author-info-box .author-info-footer .author-profile-link:not(:last-child) {margin-right: 45px;}.author-info-box .author-info-footer .author-profile-link a {position: relative;display: block;}.author-info-box .author-info-footer .author-profile-link a:before {position: absolute;bottom: 0;left: 0;display: block;width: 100%;height: 1px;background: var(--primary-color);content: "";transition: transform 0.2s ease;transform-origin: 0 0;}.no-touch .author-info-box .author-info-footer .author-profile-link a:hover:before {-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);}.author-info-box .author-info-footer .author-social a {opacity: 0.7;}.no-touch .author-info-box .author-info-footer .author-social a:hover {opacity: 1;}.page-title-section .author-social {margin-top: 20px;}.page-title-section .author-social ul.social-nav {justify-content: center;}.single .post-navigation {padding: 60px 0 0;}.single .post-navigation .nav-links {display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: stretch;}.single .post-navigation .nav-links a {position: relative;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;height: 100%;transition: 0s;overflow: hidden;}.single .post-navigation .nav-links a .post-title {font-weight: 400;font-size: 20px;font-size: 1.25rem;transition: all 0.4s;line-height: 1.2;}.single .post-navigation .nav-links a > * {margin-left: 0;}.no-touch .single .post-navigation .nav-links a:hover .post-title {opacity: 0.6;}.single .post-navigation .nav-previous, .single .post-navigation .nav-next {padding: 10px 0;}.single .post-navigation .nav-previous:not(:only-child), .single .post-navigation .nav-next:not(:only-child) {width: 50%;}.single .post-navigation .nav-previous:not(:only-child) {padding-right: 20px;border-right: 1px solid var(--primary-color);}.single .post-navigation .nav-next {margin-left: auto;text-align: right;}.single .post-navigation .nav-next:not(:only-child) {padding-left: 20px;}.single .post-navigation .nav-next a {justify-content: flex-end;}.single .post-navigation .post-info span {display: block;word-break: break-word;}.single .post-navigation .post-info span.text {margin-bottom: 8px;font-size: 12px;font-size: 0.75rem;font-weight: 500;opacity: 0.5;}.related-posts {margin-top: 60px;}.related-posts .related-posts-title {margin-bottom: 50px;text-align: center;}.search-results .posts .featured-img {margin-bottom: 20px;}.search-results .posts .featured-img img {display: block;}.error404 .primary {padding-bottom: 0;}.page.page-404 .page-404-content {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: var(--spacing) 0;min-height: calc(100vh - 240px);text-align: center;font-size: var(--post-text-size);}.page.page-404 .page-404-content > *:last-child {margin-bottom: 0;}.page.page-404 .page-404-content .entry-title {margin-bottom: 15px;line-height: 1.2;}.search-no-results .no-results.not-found {text-align: center;font-size: var(--post-text-size);}.search-no-results .no-results.not-found .entry-title {margin-bottom: 30px;font-size: 28px;font-size: 1.75rem;line-height: 1.2;}.search-no-results .no-results.not-found .search-form {margin-right: auto;margin-left: auto;max-width: 420px;}.page-links {display: block;clear: both;--pagi-size: 32px;line-height: var(--pagi-size);font-size: 15px;font-size: 0.9375rem;}.page-links .page-links-container {display: -webkit-flex;display: -ms-flexbox;display: flex;}.page-links .page-links-title {margin-right: 10px;}.page-links .post-page-numbers {margin: 0 6px;padding: 0 6px;width: auto;height: var(--pagi-size);text-align: center;line-height: var(--pagi-size);}.page-links .post-page-numbers.current {border-bottom: 1px solid var(--primary-color);}.tribe-events-event-meta.primary {margin: 0;}.single .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {margin-left: auto;}.single-tribe_events .page-title-section .page-title-bg:not(.page-title-default-background-image):after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.25;content: "";}.single-tribe_events .page-title-section .page-title-bg:not(.page-title-default-background-image) + .container {color: #fff;}.tribe-events-content a.button {border: none !important;transition: all 0.4s;}@media screen and (min-width: 600px) {.comments-area {--cauthor-img: 64px;--side-space: calc(var(--cauthor-img) + 20px);}.comments-area ol.comment-list li.comment .comment-body {padding-left: var(--side-space);}.comments-area ol.comment-list li .comment-meta {padding: 0;}.comments-area ol.comment-list li .comment-meta .comment-author.vcard {margin-bottom: 5px;}}@media screen and (min-width: 768px) {.page-title-section.page-title-large .entry-title, .page-title-section.page-title-fullheight .entry-title {font-size: 60px;font-size: 3.75rem;}.page-title-section.page-title-large p, .page-title-section.page-title-large .description, .page-title-section.page-title-fullheight p, .page-title-section.page-title-fullheight .description {font-size: 18px;font-size: 1.125rem;}.comments-area ol.comment-list ol.children {margin-left: var(--side-space);}.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%;}.author-info-box {display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;text-align: left;}.author-info-box .author-photo {align-self: flex-start;margin: 0 30px 0 0;}.author-info-box .author-photo + .author-info {width: calc(100% - 180px);}.author-info-box .author-info {width: 100%;}.author-info-box .author-info-footer {justify-content: flex-start;}.page.page-404 .page-404-content .entry-title {font-size: 48px;font-size: 3rem;}}@media screen and (min-width: 1024px) {.comments-area ol.comment-list li .reply {position: absolute;top: 0;right: 0;margin-top: 0;}.search-no-results .no-results.not-found .entry-title {font-size: 48px;font-size: 3rem;}}@media screen and (min-width: 1200px) {.page .site-content[class*="with-sidebar-"] .primary, .single .site-content[class*="with-sidebar-"] .primary {max-width: none;}.page-title-section .entry-title {font-size: 60px;font-size: 3.75rem;}.page-title-section.page-title-default {padding: 100px 0;}.page-title-section.page-title-large {padding: 180px 0;}.page-title-section.page-title-large .entry-title {font-size: 72px;font-size: 4.5rem;}.page-title-section.page-title-small .entry-title {font-size: 42px;font-size: 2.625rem;}.page-title-section.page-title-fullheight .entry-title {font-size: 72px;font-size: 4.5rem;}.comments-area {--cauthor-img: 110px;}.page.page-404 .page-404-content .entry-title {font-size: 80px;font-size: 5rem;}}@media screen and (max-width: 480px) {.author-info-box .author-info-footer {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.author-info-box .author-info-footer .author-profile-link:not(:last-child) {margin: 0 0 25px;}}.widget {position: relative;margin: 0 auto;}.widget select {display: block;width: 100%;}.widget.widget_calendar table#wp-calendar {margin-bottom: 0;border: none;border-spacing: 2px;}.widget.widget_calendar table#wp-calendar caption {margin-top: 0;font-size: 16px;font-size: 1rem;font-weight: 600;}.widget.widget_calendar table#wp-calendar th, .widget.widget_calendar table#wp-calendar td {padding: 0 5px;text-align: center;border: none !important;}.widget.widget_calendar table#wp-calendar th {font-size: 10px;font-size: 0.625rem;font-weight: 400;}.widget.widget_calendar table#wp-calendar td {font-size: 13px;font-size: 0.8125rem;}.widget.widget_calendar table#wp-calendar tbody td {position: relative;background: #f7f7f7;line-height: 40px;}.dark-color .widget.widget_calendar table#wp-calendar tbody td {background: #363636;}.widget.widget_calendar table#wp-calendar tbody td[colspan="2"], .widget.widget_calendar table#wp-calendar tbody td[colspan="3"], .widget.widget_calendar table#wp-calendar tbody td[colspan="4"], .widget.widget_calendar table#wp-calendar tbody td[colspan="5"], .widget.widget_calendar table#wp-calendar tbody td[colspan="6"] {background: none;}.widget.widget_calendar table#wp-calendar tbody td a {font-weight: 800;}.widget.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.widget_calendar table#wp-calendar tfoot td {line-height: 36px;font-size: 11px;font-size: 0.6875rem;text-transform: uppercase;}.widget.widget_calendar table#wp-calendar tfoot td a {padding: 2px 10px;border: 1px solid #e6e6e6;border-radius: 4px;color: inherit;}.dark-color .widget.widget_calendar table#wp-calendar tfoot td a {border-color: #393939;}.no-touch .widget.widget_calendar table#wp-calendar tfoot td a:hover {background: var(--primary-color);border-color: var(--primary-color);color: #fff;}.widget.widget_calendar .wp-calendar-nav {font-size: 0;}.widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .widget.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.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {padding: 2px 10px;border: 1px solid #e6e6e6;color: inherit;}.dark-color .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .dark-color .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {border-color: #393939;}.no-touch .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .no-touch .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {background: var(--text-color);border-color: var(--text-color);color: var(--bg-color);}.widget.widget_calendar .wp-calendar-nav .pad {display: inline-block;width: 10%;}.widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_nav_menu ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_rss ul, .widget.widget_recent_entries ul {margin: 0;list-style: none;}.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_nav_menu ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_rss ul li, .widget.widget_recent_entries ul li {position: relative;}.widget.widget_categories ul li:not(:last-child), .widget.widget_archive ul li:not(:last-child), .widget.widget_nav_menu ul li:not(:last-child), .widget.widget_meta ul li:not(:last-child), .widget.widget_pages ul li:not(:last-child), .widget.widget_rss ul li:not(:last-child), .widget.widget_recent_entries ul li:not(:last-child) {margin-bottom: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.dark-color .widget.widget_categories ul li:not(:last-child), .dark-color .widget.widget_archive ul li:not(:last-child), .dark-color .widget.widget_nav_menu ul li:not(:last-child), .dark-color .widget.widget_meta ul li:not(:last-child), .dark-color .widget.widget_pages ul li:not(:last-child), .dark-color .widget.widget_rss ul li:not(:last-child), .dark-color .widget.widget_recent_entries ul li:not(:last-child) {border-bottom-color: rgba(255, 255, 255, 0.1);}.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_rss ul li a, .widget.widget_recent_entries ul li a {font-size: 15px;font-size: 0.9375rem;line-height: 30px;}.no-touch .widget.widget_categories ul li a:hover, .no-touch .widget.widget_archive ul li a:hover, .no-touch .widget.widget_nav_menu ul li a:hover, .no-touch .widget.widget_meta ul li a:hover, .no-touch .widget.widget_pages ul li a:hover, .no-touch .widget.widget_rss ul li a:hover, .no-touch .widget.widget_recent_entries ul li a:hover {color: var(--link-color-hover);}.widget.widget_categories ul li ul, .widget.widget_archive ul li ul, .widget.widget_nav_menu ul li ul, .widget.widget_meta ul li ul, .widget.widget_pages ul li ul, .widget.widget_rss ul li ul, .widget.widget_recent_entries ul li ul {margin-top: 7.5px;margin-left: 20px;clear: both;}.widget.widget_categories ul li ul li, .widget.widget_archive ul li ul li, .widget.widget_nav_menu ul li ul li, .widget.widget_meta ul li ul li, .widget.widget_pages ul li ul li, .widget.widget_rss ul li ul li, .widget.widget_recent_entries ul li ul li {border-bottom: none !important;padding-bottom: 0 !important;}.widget.widget_archive ul li, .widget.widget_categories ul li {font-size: 14px;font-size: 0.875rem;text-align: right;line-height: 30px;}.widget.widget_archive ul li a, .widget.widget_categories ul li a {float: left;width: 80%;text-align: left;}.widget.widget_categories ul ul li:before, .widget.widget_nav_menu ul ul li:before, .widget.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.widget_categories ul li a:not(:last-child) {margin-bottom: 6px;}.widget.widget_recent_entries ul li a {display: block;font-size: 18px;font-size: 1.125rem;font-weight: 600;}.widget.widget_recent_entries .post-date {display: block;margin-top: 2px;font-size: 13px;font-size: 0.8125rem;opacity: 0.5;}.widget.widget_recent_comments ul {margin: 0;list-style: none;}.widget.widget_recent_comments ul li {font-size: 14px;font-size: 0.875rem;}.widget.widget_recent_comments ul li:not(:last-child) {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.widget.widget_recent_comments ul li > a {display: block;margin-top: 5px;font-size: 18px;font-size: 1.125rem;font-weight: 600;}.no-touch .widget.widget_recent_comments ul li > a:hover {color: var(--primary-color);}.widget.widget_rss .widget-title .rsswidget:first-child .rss-widget-icon {display: none;}.widget.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";color: #f7943e;}.widget.widget_rss ul li:not(:last-child) {margin-bottom: 15px;padding-bottom: 15px;}.widget.widget_rss ul li a.rsswidget {font-size: 18px;font-size: 1.125rem;font-weight: 600;}.widget.widget_rss ul li .rss-date {display: block;margin-top: 5px;font-size: 13px;font-size: 0.8125rem;opacity: 0.5;}.widget.widget_rss ul li .rssSummary {margin-top: 7.5px;font-size: 14px;font-size: 0.875rem;}.widget.widget_rss ul li .rssSummary + cite {display: block;margin-top: 7.5px;}.widget.widget_rss ul li cite {font-size: 13px;font-size: 0.8125rem;}.widget.widget_tag_cloud, .elementor-widget-wp-widget-tag_cloud {font-size: 0;}.widget.widget_tag_cloud .tagcloud, .elementor-widget-wp-widget-tag_cloud .tagcloud {display: flex;flex-wrap: wrap;margin: -4px -2px;}.widget.widget_tag_cloud .tagcloud a, .elementor-widget-wp-widget-tag_cloud .tagcloud a {margin: 4px 2px;line-height: 28px;font-size: 14px !important;font-size: 0.875rem !important;}.widget.widget_tag_cloud .tagcloud a:not(:last-child):after, .elementor-widget-wp-widget-tag_cloud .tagcloud a:not(:last-child):after {margin: 0 4px 0 8px;}.no-touch .widget.widget_tag_cloud .tagcloud a:hover, .no-touch .elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {color: var(--link-color-hover);}.no-touch .widget.widget_tag_cloud .tagcloud a:hover:after, .no-touch .elementor-widget-wp-widget-tag_cloud .tagcloud a:hover:after {color: var(--text-color);}.widget.cs-widget_cat .cat, .elementor-widget-wp-widget-loftocean-widget-category .cat {width: 100%;margin: 0 0 15px;overflow: hidden;}.widget.cs-widget_cat .cat a, .elementor-widget-wp-widget-loftocean-widget-category .cat a {position: relative;display: block;width: 100%;color: #fff !important;background: rgba(0, 0, 0, 0.1);font-size: 12px;font-size: 0.75rem;font-weight: 500;line-height: 1;letter-spacing: 0.05em;text-transform: uppercase;transition: 0s;}.widget.cs-widget_cat .cat a .cat-bg, .elementor-widget-wp-widget-loftocean-widget-category .cat a .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;overflow: hidden;transition: 0.3s ease;}.widget.cs-widget_cat .cat a .cat-meta, .elementor-widget-wp-widget-loftocean-widget-category .cat a .cat-meta {position: relative;z-index: 3;background: rgba(0, 0, 0, 0.3);padding: 40px;text-align: center;}.widget.cs-widget_cat .cat a .category-name, .elementor-widget-wp-widget-loftocean-widget-category .cat a .category-name {position: relative;z-index: 3;line-height: 1.5;}.no-touch .widget.cs-widget_cat .cat a:hover .cat-bg, .no-touch .elementor-widget-wp-widget-loftocean-widget-category .cat a:hover .cat-bg {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}.widget.cs-widget_about p:last-child, .elementor-widget-wp-widget-loftocean-widget-profile p:last-child {margin-bottom: 0;}.widget.cs-widget_about .profile-img, .elementor-widget-wp-widget-loftocean-widget-profile .profile-img {position: relative;z-index: 3;display: block;margin-bottom: 20px;width: 100%;overflow: hidden;}.widget.cs-widget_about .subheading, .elementor-widget-wp-widget-loftocean-widget-profile .subheading {display: block;margin: 0 0 15px;font-size: 24px;font-size: 1.5rem;line-height: 1;}.widget-area .widget.cs-widget_about p, .widget-area .elementor-widget-wp-widget-loftocean-widget-profile p {font-size: 16px;font-size: 1rem;}.widget.cs-widget_about .socialwidget, .widget.cs-widget_about a.button, .elementor-widget-wp-widget-loftocean-widget-profile .socialwidget, .elementor-widget-wp-widget-loftocean-widget-profile a.button {margin-top: 20px;}.widget.cs-widget_instagram ul, .elementor-widget-wp-widget-loftocean-widget-instagram ul {margin: -5px;list-style: none;}.widget.cs-widget_instagram ul li, .elementor-widget-wp-widget-loftocean-widget-instagram ul li {float: left;width: 33.333333%;padding: 5px;margin: 0;border: none;}.widget.cs-widget_instagram ul li a, .elementor-widget-wp-widget-loftocean-widget-instagram ul li a {position: relative;display: block;overflow: hidden;background: #000;}.no-touch .widget.cs-widget_instagram ul li a:hover .feed-bg, .no-touch .elementor-widget-wp-widget-loftocean-widget-instagram ul li a:hover .feed-bg {-webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);opacity: 0.8;}.widget.cs-widget_instagram ul li .feed-bg, .elementor-widget-wp-widget-loftocean-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: all 0.4s ease-out;-webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);}.widget.cs-widget_instagram ul li .feed-video, .elementor-widget-wp-widget-loftocean-widget-instagram ul li .feed-video {margin-bottom: 0;}.widget.cs-widget_instagram .ins-follow-btn, .elementor-widget-wp-widget-loftocean-widget-instagram .ins-follow-btn {margin: 15px auto 0;text-align: center;}.widget.cs-widget_instagram .ins-follow-btn a.button, .elementor-widget-wp-widget-loftocean-widget-instagram .ins-follow-btn a.button {padding: 0 20px;line-height: 36px;}.widget.cs-widget_instagram.column-4 ul li, .elementor-widget-wp-widget-loftocean-widget-instagram.column-4 ul li {width: 25%;}.widget.cs-widget_instagram.column-5 ul li, .elementor-widget-wp-widget-loftocean-widget-instagram.column-5 ul li {width: 20%;}.widget.cs-widget_instagram.column-6 ul li, .elementor-widget-wp-widget-loftocean-widget-instagram.column-6 ul li {width: 16.6666%;}.widget.cs-widget_instagram.column-7 ul li, .elementor-widget-wp-widget-loftocean-widget-instagram.column-7 ul li {width: 14.285%;}.widget.cs-widget_instagram.column-8 ul li, .elementor-widget-wp-widget-loftocean-widget-instagram.column-8 ul li {width: 12.5%;}.widget.loftocean-widget_facebook {overflow: hidden;}.widget.loftocean-widget_facebook > div {text-align: center;}.widget.cs-widget_posts ul, .elementor-widget-wp-widget-loftocean-widget-posts ul {margin: 0;list-style: none;}.widget.cs-widget_posts ul li, .elementor-widget-wp-widget-loftocean-widget-posts ul li {position: relative;padding: 0;}.widget.cs-widget_posts ul li:not(:first-child), .elementor-widget-wp-widget-loftocean-widget-posts ul li:not(:first-child) {margin-top: 28px;}.widget.cs-widget_posts .thumbnail, .widget.cs-widget_posts .post-content, .elementor-widget-wp-widget-loftocean-widget-posts .thumbnail, .elementor-widget-wp-widget-loftocean-widget-posts .post-content {position: relative;z-index: 2;pointer-events: none;}.widget.cs-widget_posts .thumbnail, .elementor-widget-wp-widget-loftocean-widget-posts .thumbnail {position: relative;width: 140px;height: 140px;margin-right: 15px;overflow: hidden;}.widget.cs-widget_posts .thumbnail img, .elementor-widget-wp-widget-loftocean-widget-posts .thumbnail img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9;display: block;margin: 0;width: 100%;height: 100%;object-fit: cover;}.widget.cs-widget_posts .post-content, .elementor-widget-wp-widget-loftocean-widget-posts .post-content {display: table-cell;width: 100%;vertical-align: middle;}.widget.cs-widget_posts .post-link, .elementor-widget-wp-widget-loftocean-widget-posts .post-link {position: relative;z-index: 1;display: table;width: 100%;clear: both;}.widget.cs-widget_posts .post-title, .elementor-widget-wp-widget-loftocean-widget-posts .post-title {margin-bottom: 0;font-size: 20px;font-size: 1.25rem;font-weight: var(--blog-title-weight);letter-spacing: var(--bt-letter-spacing);text-transform: var(--bt-text-transform);font-style: var(--bt-style);transition: color 0.4s;}.no-touch .widget.cs-widget_posts .post-link:hover .post-title, .no-touch .elementor-widget-wp-widget-loftocean-widget-posts .post-link:hover .post-title {color: var(--primary-color);}.widget.cs-widget_posts .meta-wrap, .elementor-widget-wp-widget-loftocean-widget-posts .meta-wrap {margin-top: 5px;}.widget.cs-widget_posts .meta-item, .elementor-widget-wp-widget-loftocean-widget-posts .meta-item {display: inline-block;margin-right: 5px;}.widget.cs-widget_posts .meta-item:last-child, .elementor-widget-wp-widget-loftocean-widget-posts .meta-item:last-child {margin-right: 0;}.widget.cs-widget_posts .meta-item:last-child:after, .elementor-widget-wp-widget-loftocean-widget-posts .meta-item:last-child:after {display: none;}.widget.cs-widget_posts.with-post-number ul li, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number ul li {counter-increment: step-counter;}.widget.cs-widget_posts.with-post-number ul li .post-content, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number ul li .post-content {padding-left: 0;}.widget.cs-widget_posts.with-post-number ul li .post-content:before, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number ul li .post-content:before {display: none;}.widget.cs-widget_posts.with-post-number .thumbnail:before, .widget.cs-widget_posts.with-post-number .thumbnail:after, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number .thumbnail:before, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number .thumbnail:after {transition: opacity 0.4s;}.widget.cs-widget_posts.with-post-number .thumbnail:before, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number .thumbnail:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;background: #000;content: "";opacity: 0.2;}.widget.cs-widget_posts.with-post-number .thumbnail:after, .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number .thumbnail:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9;display: block;width: 28px;height: 22px;color: #fff;text-align: center;font-size: 28px;font-size: 1.75rem;font-weight: 600;line-height: 22px;content: counter(step-counter);pointer-events: none;}.no-touch .widget.cs-widget_posts.with-post-number .post-link:hover .thumbnail:before, .no-touch .widget.cs-widget_posts.with-post-number .post-link:hover .thumbnail:after, .no-touch .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number .post-link:hover .thumbnail:before, .no-touch .elementor-widget-wp-widget-loftocean-widget-posts.with-post-number .post-link:hover .thumbnail:after {opacity: 0;}.widget .social-nav {margin: 0;}.sidebar .wp-block-latest-posts.wp-block-latest-posts__list {margin: 0;}.sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {margin-bottom: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.sidebar .wp-block-latest-posts.wp-block-latest-posts__list li a {font-family: var(--heading-font);font-size: 18px;font-size: 1.125rem;font-weight: 600;line-height: 30px;}.sidebar .wp-block-latest-comments li {font-size: 14px;font-size: 0.875rem;}.sidebar .wp-block-latest-comments li:not(:last-child) {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.sidebar .wp-block-latest-comments li .wp-block-latest-comments__comment-link {display: block;margin-top: 5px;font-size: 18px;font-size: 1.125rem;font-weight: 600;font-family: var(--heading-font);}.no-touch .sidebar .wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover {color: var(--primary-color);}.sidebar .widget_block.widget_search .wp-block-search__inside-wrapper {position: relative;}.sidebar .widget_block.widget_search .wp-block-search__button {position: absolute;right: 0;top: 0;width: 60px;height: 42px;background: none;border: none;box-shadow: none;color: inherit;font-size: 0;}.sidebar .widget_block.widget_search .wp-block-search__button:before {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;font-size: 16px;font-size: 1rem;line-height: 42px;content: "\f002";}.sidebar .widget_block.widget_search .wp-block-search__label {font-family: var(--widget-title-font);font-size: var(--widget-title-size);font-weight: var(--widget-title-weight);letter-spacing: var(--widget-title-spacing);text-transform: var(--widget-title-trans);font-style: var(--widget-title-style);}.sidebar .wp-block-archives, .sidebar .wp-block-categories {margin: 0;list-style: none;}.sidebar .wp-block-archives li, .sidebar .wp-block-categories li {position: relative;}.sidebar .wp-block-archives li:not(:last-child), .sidebar .wp-block-categories li:not(:last-child) {margin-bottom: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.dark-color .sidebar .wp-block-archives li:not(:last-child), .dark-color .sidebar .wp-block-categories li:not(:last-child) {border-bottom-color: rgba(255, 255, 255, 0.1);}.sidebar .wp-block-archives li a, .sidebar .wp-block-categories li a {font-size: 15px;font-size: 0.9375rem;line-height: 30px;}.no-touch .sidebar .wp-block-archives li a:hover, .no-touch .sidebar .wp-block-categories li a:hover {color: var(--link-color);}.sidebar .wp-block-archives li ul, .sidebar .wp-block-categories li ul {margin-top: 7.5px;margin-left: 20px;clear: both;}.sidebar .wp-block-archives li ul li, .sidebar .wp-block-categories li ul li {border-bottom: none !important;padding-bottom: 0 !important;}.widget-area .widget p, .widget-area .widget .textwidget ul, .widget-area .widget .textwidget ol {margin-bottom: 15px;font-size: 14px;font-size: 0.875rem;}.widget-area .widget.widget_search form.search-form {max-width: none;}.mc4wp-form {max-width: 100%;}.mc4wp-form .mc4wp-form-fields > * {margin-bottom: 15px;}.mc4wp-form .mc4wp-form-fields > *:last-child {margin-bottom: 0;}.mc4wp-form .text-small {font-size: 14px;font-size: 0.875rem;}.mc4wp-form .agree-to-terms {position: relative;padding-left: 23px;}.mc4wp-form .agree-to-terms input[type="checkbox"] {position: absolute;top: 3px;left: 0;}.mc4wp-form a {text-decoration: underline;}.mc4wp-form .fields-container {position: relative;width: 100%;}.mc4wp-form .fields-container input[type="email"] {border-color: currentColor;}.mc4wp-form .fields-container button[type="submit"] {position: absolute;z-index: 3;top: 0;right: 15px;width: auto;padding: 0;background: none;border: none;color: inherit;font-family: var(--btn-font);font-size: 16px;font-size: 1rem;line-height: 52px;font-weight: 400;letter-spacing: 0;text-transform: none;}.cs-form-underline .mc4wp-form .fields-container button[type="submit"] {right: 0;}.mc4wp-form .fields-container button[type="submit"]: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-weight: 400;margin-left: 12px;}.mc4wp-form.cs-form-underline .fields-container button[type="submit"] {right: 0;}.sidebar .widget:not(:first-child), .elementor-widget-sidebar .widget:not(:first-child) {margin-top: 60px;}.sidebar .widget:last-child, .elementor-widget-sidebar .widget:last-child {margin-bottom: 0;}.site-footer {clear: both;}.site-footer .widget-area {padding: 0 0 50px;}.site-footer .widget-area .widget-area-row {width: 100%;overflow: hidden;}.site-footer .widget-area .widget {margin-top: 50px;}.site-footer .site-footer-bottom {padding: 30px 0;background: #111;color: #fff;font-size: 14px;font-size: 0.875rem;text-align: center;}.site-footer .site-footer-bottom a {color: inherit;}.site-footer .site-footer-bottom .widget.widget_text {padding: 10px 0;}.site-footer .site-footer-bottom .widget.widget_nav_menu > div {font-size: 0;}.site-footer .site-footer-bottom .widget.widget_nav_menu ul {display: inline-block;margin: 10px auto;}.site-footer .site-footer-bottom .widget.widget_nav_menu ul li {display: inline-block;padding: 0;margin: 0;border: none;}.site-footer .site-footer-bottom .widget.widget_nav_menu ul li a {display: block;padding: 5px 15px;font-family: var(--nav-font);font-size: var(--fbnav-font-size);font-weight: var(--fbnav-font-weight);letter-spacing: var(--fbnav-font-letter-spacing);text-transform: var(--fbnav-font-transform);}.site-footer-instagram .widget.cs-widget_instagram {position: relative;margin: 0;text-align: center;overflow: hidden;}.site-footer-instagram .widget.cs-widget_instagram .widget-title {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 99;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;width: 120px;height: 120px;padding: 0 10px;margin-bottom: 0;border-radius: 50%;background: rgba(255, 255, 255, 0.9);color: #000;font-family: inherit;font-size: 12px;font-size: 0.75rem;line-height: 1.3;font-weight: 500;letter-spacing: 0;text-align: center;overflow: hidden;}.site-footer-instagram .widget.cs-widget_instagram .widget-title:before {display: block;font-family: "Font Awesome 5 Brands";font-weight: 400;content: "\f16d";font-size: 18px;font-size: 1.125rem;margin-bottom: 5px;}.site-footer-instagram .widget.cs-widget_instagram ul li {padding: 0;}.site-footer-instagram .widget.cs-widget_instagram.column-4 ul li {width: 25%;}.site-footer-instagram .widget.cs-widget_instagram.column-5 ul li {width: 20%;}.site-footer-instagram .widget.cs-widget_instagram.column-6 ul li {width: 16.666%;}.site-footer-instagram .widget.cs-widget_instagram.column-7 ul li {width: 14.28%;}.site-footer-instagram .widget.cs-widget_instagram.column-8 ul li {width: 12.5%;}.to-top {--to-top-size: 46px;position: fixed;right: 20px;bottom: 30px;z-index: 1000;display: block;width: var(--to-top-size);height: var(--to-top-size);border-radius: 0;border: 1px solid var(--primary-color);color: var(--primary-color);text-align: center;line-height: var(--to-top-size);opacity: 0;pointer-events: none;visibility: hidden;overflow: hidden;transition: opacity 0.4s, transform 0.4s, background 0.4s, color 0.4s;box-sizing: content-box;}.to-top: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: "\32";font-size: 24px;font-size: 1.5rem;line-height: var(--to-top-size);}.to-top.show {opacity: 1;pointer-events: auto;visibility: visible;}.no-touch .to-top.show:hover {background: var(--primary-color);color: #fff;}.cs-popup-box {position: fixed;z-index: 100002;top: 0;left: 0;display: flex;padding: 0;max-width: 100%;background-color: var(--bg-color);overflow: hidden;transition: 0.4s;visibility: hidden;transition: visibility 0s 0.35s, opacity 0.3s 0s;opacity: 0;}.cs-popup-box.cs-popup-fullsize {width: 100%;height: 100%;}.cs-popup-box:not(.cs-popup-fullsize) {width: var(--popup-width);top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.cs-popup-box.show {visibility: visible;opacity: 1;transition-delay: 0s;}.cs-popup-box .screen-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 1;}.cs-popup-box .close-button {position: absolute;top: 0;right: 0;color: #fff;background: rgba(0, 0, 0, 0.2);}.cs-popup-box.cs-popup-fullsize .close-button {top: 20px;right: 20px;}.cs-popup-box .container {position: relative;z-index: 3;display: flex;align-items: center;padding: 0;max-width: 100%;}.cs-popup-box .container > * {width: 100%;}.cs-popup-box .container > .elementor {max-height: 100vh;overflow: auto;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}.cs-popup-box .container > .elementor::-webkit-scrollbar {display: none;}.cs-cookies-popup {position: fixed;z-index: 1003;left: 50%;bottom: 40px;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);display: block;align-items: center;width: auto;height: auto;background: var(--bg-color);border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 32px 0px;color: var(--text-color);font-size: 14px;font-size: 0.875rem;line-height: 1.2;overflow: hidden;transition: 0.4s;visibility: hidden;transition: visibility 0s 0.35s, opacity 0.3s 0s;opacity: 0;}.cs-cookies-popup.show {visibility: visible;opacity: 1;transition-delay: 0s;}.cs-cookies-popup .container {padding: 10px 20px;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;}.cs-cookies-popup .cookies-msg a {font-weight: 600;color: var(--link-color);}.cs-cookies-popup .cookies-buttons {margin-left: 10px;}.search-screen {position: fixed;z-index: 999;top: 0;right: 0;display: block;width: 100vw;height: 100%;padding: 0;background: inherit;opacity: 0;pointer-events: none;visibility: hidden;transition: opacity 0.3s, visibility 0.3s;}@media screen and (min-width: 783px) {.logged-in.admin-bar .search-screen {top: 32px;height: calc(100% - 32px);}}.search-screen.show {opacity: 1;pointer-events: auto;visibility: visible;}.search-screen .container {width: 100vw;height: 100%;padding: 0;}.search-screen .close-button {position: absolute;top: 80px;right: 30px;background: none;color: inherit;}.search-screen .close-button:before, .search-screen .close-button:after {width: 38px;height: 2px;}.search-screen .search-wrapper {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: calc(100% - 40px);max-width: 660px;}.search-screen .search-form:before {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 3;left: 15px;-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;line-height: 40px;content: "\f002";}.search-screen .search-form {max-width: 100%;}.search-screen .search-form input[type="search"] {padding: 0 0 0 50px;height: 50px;border: none;border-bottom: 2px solid;border-radius: 0;font-size: 20px;font-size: 1.25rem;line-height: 50px;}.search-screen button.search-submit {display: none;}@media screen and (min-width: 1024px) {.search-screen .close-button {right: 80px;}.search-screen .search-form:before {left: 25px;font-size: 20px;font-size: 1.25rem;}.search-screen .search-form input[type="search"] {padding: 0 0 0 80px;height: 70px;font-size: 30px;font-size: 1.875rem;line-height: 70px;}}@media screen and (min-width: 1200px) {.sidebar {padding-bottom: 100px;}.site-footer .site-footer-bottom:not(.column-single) .container {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;}.site-footer .site-footer-bottom:not(.column-single) .container > .widget {flex: 1;flex-grow: 1;}.site-footer .site-footer-bottom:not(.column-single) .container > .widget:first-child:not(:only-child) {text-align: left;}.site-footer .site-footer-bottom:not(.column-single) .container > .widget:first-child:not(:only-child) ul.menu {margin-left: -15px;}.site-footer .site-footer-bottom:not(.column-single) .container > .widget:last-child:not(:only-child) {text-align: right;}.site-footer .site-footer-bottom:not(.column-single) .container > .widget:last-child:not(:only-child) ul.menu {margin-right: -15px;}}@media screen and (max-width: 600px) {.site-footer-instagram .widget.cs-widget_instagram.column-4 ul li {width: 50%;}.site-footer-instagram .widget.cs-widget_instagram.column-5 ul li {width: 50%;}.site-footer-instagram .widget.cs-widget_instagram.column-5 ul li:last-child {display: none;}.site-footer-instagram .widget.cs-widget_instagram.column-6 ul li {width: 33.3333%;}.site-footer-instagram .widget.cs-widget_instagram.column-7 ul li {width: 33.3333%;}.site-footer-instagram .widget.cs-widget_instagram.column-7 ul li:last-child {display: none;}.site-footer-instagram .widget.cs-widget_instagram.column-8 ul li {width: 25%;}.mc4wp-form .fields-container input[type="email"] {padding-right: 120px;}.cs-cookies-popup {width: calc(100% - 20px);bottom: 20px;}}@media screen and (max-width: 480px) {.site-footer .site-footer-bottom .widget.widget_nav_menu ul li a {padding-right: 8px;padding-left: 8px;}}::-webkit-input-placeholder {color: currentColor;opacity: 0.5;}.placeholder-normal ::-webkit-input-placeholder {opacity: 1;}:-moz-placeholder {color: currentColor;opacity: 0.5;}.placeholder-normal :-moz-placeholder {opacity: 1;}:-ms-input-placeholder {color: currentColor;opacity: 0.5;}.placeholder-normal :-ms-input-placeholder {opacity: 1;}form * {outline: 0;}form ul {position: relative;margin: 0 auto;list-style: none;}form ul > li > label {display: block;margin-bottom: 0;font-size: 14px;font-size: 0.875rem;line-height: 2;}form li fieldset {padding: 0;margin: 0;border: none;}form button {cursor: pointer;}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 {height: 52px;padding: 5px var(--form-side-padding);background: none;border-color: var(--form-bd);border-style: solid;border-width: var(--form-bd-width);border-radius: var(--form-radius);color: var(--text-color);font-size: 16px;font-size: 1rem;line-height: 2;font-weight: 400;transition: 0.3s;-webkit-appearance: none;}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;border-color: var(--form-bd-focus);}.cs-form-underline input[type="text"], .cs-form-underline input[type="email"], .cs-form-underline input[type="url"], .cs-form-underline input[type="file"], .cs-form-underline input[type="password"], .cs-form-underline input[type="number"], .cs-form-underline input[type="date"], .cs-form-underline input[type="search"], .cs-form-underline input[type="tel"], .cs-form-underline textarea, .cs-form-underline select {border-top: none;border-right: none;border-left: none;}.cs-form-underline .cs-form-square input[type="text"], .cs-form-underline .cs-form-rounded input[type="text"], .cs-form-underline .cs-form-pill input[type="text"], .cs-form-underline .cs-form-square input[type="email"], .cs-form-underline .cs-form-rounded input[type="email"], .cs-form-underline .cs-form-pill input[type="email"], .cs-form-underline .cs-form-square input[type="url"], .cs-form-underline .cs-form-rounded input[type="url"], .cs-form-underline .cs-form-pill input[type="url"], .cs-form-underline .cs-form-square input[type="file"], .cs-form-underline .cs-form-rounded input[type="file"], .cs-form-underline .cs-form-pill input[type="file"], .cs-form-underline .cs-form-square input[type="password"], .cs-form-underline .cs-form-rounded input[type="password"], .cs-form-underline .cs-form-pill input[type="password"], .cs-form-underline .cs-form-square input[type="number"], .cs-form-underline .cs-form-rounded input[type="number"], .cs-form-underline .cs-form-pill input[type="number"], .cs-form-underline .cs-form-square input[type="date"], .cs-form-underline .cs-form-rounded input[type="date"], .cs-form-underline .cs-form-pill input[type="date"], .cs-form-underline .cs-form-square input[type="search"], .cs-form-underline .cs-form-rounded input[type="search"], .cs-form-underline .cs-form-pill input[type="search"], .cs-form-underline .cs-form-square input[type="tel"], .cs-form-underline .cs-form-rounded input[type="tel"], .cs-form-underline .cs-form-pill input[type="tel"], .cs-form-underline .cs-form-square textarea, .cs-form-underline .cs-form-rounded textarea, .cs-form-underline .cs-form-pill textarea, .cs-form-underline .cs-form-square select, .cs-form-underline .cs-form-rounded select, .cs-form-underline .cs-form-pill select {border-color: var(--form-bd);border-style: solid;border-width: var(--form-bd-width);}input[type="text"].error, input[type="email"].error, input[type="url"].error, input[type="file"].error, input[type="password"].error, input[type="number"].error, input[type="date"].error, input[type="search"].error, input[type="tel"].error, textarea.error, select.error {--form-bd: #a00;}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 {width: 100%;}.cs-form-underline {--form-radius: 0px;--form-side-padding: 0px;}.cs-form-square {--form-radius: 0px;--form-side-padding: 15px;}.cs-form-rounded {--form-radius: 5px;--form-side-padding: 15px;}.cs-form-pill {--form-radius: 50px;--form-side-padding: 15px;}textarea {display: block;min-height: 120px;resize: vertical;}input[type="submit"] {position: relative;z-index: 9;display: inline-flex;align-items: center;justify-content: center;padding: 0 48px;height: var(--btn-height);background: var(--btn-bg);border: none;border-radius: var(--btn-radius);color: var(--btn-color);font-family: var(--btn-font);font-size: var(--btn-font-size);font-weight: var(--btn-font-weight);letter-spacing: var(--btn-letter-spacing);text-transform: var(--btn-text-transform);line-height: 1;text-align: center;transition: 0.4s;cursor: pointer;}.no-touch input[type="submit"]:not(.cs-btn-underline):hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}select {-webkit-appearance: auto;}form.post-password-form label {position: relative;z-index: 9;display: inline-block;width: 280px;height: 52px;padding-left: 10px;color: #1a1b1a;font-family: var(--heading-font);font-size: 16px;font-size: 1rem;line-height: 52px;text-align: left;vertical-align: bottom;}form.post-password-form label input[type="password"] {position: absolute;top: 0;left: 0;z-index: -1;padding: 0 0 0 80px;}form.post-password-form input[type="submit"] {width: 130px;margin: 8px 0 0 0;padding: 0;}.search-form {position: relative;max-width: 600px;}.search-form input[type="search"] {padding-right: 60px;height: 50px;font-size: 16px;font-size: 1rem;}.search-form .search-submit {position: absolute;right: 0;top: 0;width: 60px;height: 50px;background: none;border: none;box-shadow: none;color: inherit;}.search-form .search-submit:before {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;font-size: 16px;font-size: 1rem;line-height: 50px;content: "\f002";}.cs-form-label {font-family: var(--heading-font);font-size: 16px;font-size: 1rem;}.light-color select option {background: #fff;color: #000;}.dark-color select option {background: #000;color: #fff;}.bbp-search-form input[type="text"] {display: inline-block;width: auto;}#bbpress-forums div.bbp-the-content-wrapper .quicktags-toolbar input[type="button"] {letter-spacing: 0;}.wpcf7-form select {width: 100%;}.wpcf7-form .wpcf7-spinner {position: absolute;}.dark-color .wpcf7-form ::-webkit-calendar-picker-indicator {filter: invert(1);}.wpcf7-form p {margin-bottom: 20px;}.wpcf7-form input[type="submit"] {width: 100%;}.select-wrap {position: relative;}.select-wrap: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;content: "\33";font-size: 16px;position: absolute;right: 5px;top: 0;line-height: 42px;}@media screen and (min-width: 600px) {form.post-password-form input[type="submit"] {margin: 0 0 0 8px;}.form-submit input[type="submit"] {padding: 0 45px;}}@media screen and (min-width: 768px) {.select-wrap.col-1-2:after, .select-wrap.col-1-3:after {right: 20px;}}.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-block-embed-twitter 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;box-shadow: none !important;}.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 a {padding-bottom: 0;border-bottom: none;box-shadow: none !important;}.wp-caption {margin: 30px 0;max-width: 100%;clear: both;}.wp-caption.aligncenter {text-align: center;}.wp-caption-text, figcaption {display: block;padding: 14px 0;text-align: center;line-height: 1.5;font-weight: 400;font-size: smaller;color: var(--text-lighter);}.entry-content p > img.alignnone {margin-top: 30px;margin-bottom: 30px;}.entry-content p > img.alignnone:first-child {margin-top: 0;}.entry-content p > img.alignnone:last-child {margin-bottom: 0;}.blocks-gallery-grid + .blocks-gallery-caption {padding-top: 0;}.blocks-gallery-grid .blocks-gallery-item figcaption {opacity: 1;font-family: var(--body-font);font-size: 14px;font-size: 0.875rem;font-style: normal;}img[class*="wp-image-"] {display: block;margin-left: 0;}img[class*="wp-image-"].aligncenter {margin-right: auto;margin-left: auto;}img[class*="wp-image-"].alignright {margin-right: 0;margin-left: 30px;}.gallery {margin: 0 -2px 30px;}.gallery .gallery-item {float: left;display: inline-block;width: 100%;max-width: 33.33%;text-align: center;vertical-align: top;}.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-caption {padding: 6px 10px 20px;}.gallery.gallery-columns-1 .gallery-item {max-width: 100%;}.gallery.gallery-columns-2 .gallery-item {max-width: 50%;}.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%;}.gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery.gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery.gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery.gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery.gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {clear: left;}.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;}@media screen and (max-width: 599px) {.gallery:not(.gallery-columns-1):not(.gallery-columns-2) .gallery-item .gallery-caption {display: none;}}.entry-content *[class*="wp-block-"] {margin-bottom: 30px;}.entry-content *[class*="wp-block-"] *[class*="wp-block-"] {margin-bottom: 0;}.entry-content *[class*="wp-block-"] .wp-block-heading:not(:last-child) {margin-bottom: 30px;}.entry-content .wp-block-group__inner-container > *[class*="wp-block-"], .entry-content .wp-block-column > *[class*="wp-block-"] {margin-bottom: 30px;}.entry-content .small-margin h1, .entry-content .small-margin h2, .entry-content .small-margin h3, .entry-content .small-margin h4, .entry-content .small-margin h5, .entry-content .small-margin h6 {margin-bottom: 7.5px;}.entry-content .small-margin h1:last-child, .entry-content .small-margin h2:last-child, .entry-content .small-margin h3:last-child, .entry-content .small-margin h4:last-child, .entry-content .small-margin h5:last-child, .entry-content .small-margin h6:last-child {margin-bottom: 0;}.entry-content .small-margin p {margin-bottom: 15px;}.entry-content .small-margin p:last-child {margin-bottom: 0;}.entry-content h1.small-margin, .entry-content h2.small-margin, .entry-content h3.small-margin, .entry-content h4.small-margin, .entry-content h5.small-margin, .entry-content h6.small-margin {margin-bottom: 7.5px;}.entry-content p.small-margin {margin-bottom: 15px;}.light-color .light-grey[class*="wp-block-"] {background-color: #fafafa;}.dark-color .light-grey[class*="wp-block-"] {background-color: #191919;}.dark-color .light-grey[class*="wp-block-"] .wp-block-social-link {color: #fff !important;}.alignleft[class*="wp-block-"] {margin-right: 30px;}.alignright[class*="wp-block-"] {margin-left: 30px;}.aligncenter[class*="wp-block-"] {clear: both;}.entry-content .wp-block-spacer {margin-top: 0 !important;margin-bottom: 0 !important;}.entry-content .wp-block-spacer + * {margin-top: 0 !important;}.wp-block-media-text .wp-block-media-text__content {width: 100%;}.wp-block-media-text .wp-block-media-text__content > * {margin-bottom: 15px;}.wp-block-media-text .wp-block-media-text__content > *:first-child {margin-top: 15px;}.wp-block-media-text.has-background .wp-block-media-text__content {padding-top: 8%;padding-bottom: 8%;}.wp-embed-responsive .wp-block-embed[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {display: none;}.no-touch .wp-block-gallery a:hover, .no-touch .wp-block-button a:hover {text-decoration: none;}.wp-block-image .alignleft {margin-right: 30px;margin-bottom: 30px;}.wp-block-image .alignright {margin-left: 30px;margin-bottom: 30px;}.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;padding-bottom: 0;}.entry-content .has-small-font-size {font-size: .8125em;}.entry-content .has-normal-font-size, .entry-content .has-regular-font-size {font-size: 1em;}.entry-content .has-medium-font-size {font-size: 1.25em;}.entry-content .has-large-font-size {font-size: 2.25em;}.entry-content .has-huge-font-size, .entry-content .has-larger-font-size {font-size: 2.625em;}.light-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) {color: #fff;}.dark-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) {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.aligncenter {text-align: center;}.wp-block-button.alignleft, .wp-block-button.alignright {margin-top: 8px;}.wp-block-buttons > *:not(:last-child) {margin-bottom: .5em !important;}.wp-block-button__link {padding: 10px 30px;border-radius: 5px;font-size: 16px;font-size: 1rem;font-weight: 500;}.wp-block-file * + .wp-block-file__button {margin-right: 10px;}.wp-block-file .wp-block-file__button {padding: 10px 30px;background: var(--btn-bg);border-radius: var(--btn-radius);color: var(--btn-color);font-size: 16px;font-size: 1rem;font-weight: 500;}.no-touch .wp-block-file .wp-block-file__button:hover {box-shadow: none;opacity: 0.7;}.wp-block-cover, .wp-block-cover-image {color: #fff;padding: 50px;}.wp-block-cover .wp-block-cover-image-text a, .wp-block-cover .wp-block-cover-text a, .wp-block-cover .wp-block-cover__inner-container a, .wp-block-cover-image .wp-block-cover-image-text a, .wp-block-cover-image .wp-block-cover-text a, .wp-block-cover-image .wp-block-cover__inner-container a {color: inherit;}.no-touch .wp-block-cover .wp-block-cover-image-text a:hover, .no-touch .wp-block-cover .wp-block-cover-text a:hover, .no-touch .wp-block-cover .wp-block-cover__inner-container a:hover, .no-touch .wp-block-cover-image .wp-block-cover-image-text a:hover, .no-touch .wp-block-cover-image .wp-block-cover-text a:hover, .no-touch .wp-block-cover-image .wp-block-cover__inner-container a:hover {color: #fff;text-decoration-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 {width: 100%;max-width: 800px;line-height: 1.25;}.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 h1, .wp-block-cover-image h1 {margin-top: 0;}.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-block-cover form, .wp-block-cover-image form {color: inherit;}.wp-block-column .wp-block-cover {height: auto;}.wp-block-cover.alignleft, .wp-block-cover.alignright {margin-top: 8px;}.wp-block-group.has-background {padding: 50px 20px;}.wp-block-group.has-background.alignfull + .wp-block-cover.alignfull, .wp-block-group.has-background.alignfull + .wp-block-group.has-background.alignfull, .wp-block-cover.alignfull + .wp-block-group.has-background.alignfull {margin-top: -34px;}.wp-block-group.alignfull {padding: 50px 20px;}.entry-content .wp-block-group.light-color a {color: #000;}.entry-content .wp-block-group.dark-color a {color: #fff;}.entry-content .wp-block-group.has-text-color a {color: inherit;}.entry-content .wp-block-group__inner-container > *:last-child {margin-bottom: 0;}.wp-block-verse {padding: 30px;background: #f7f7f7;border: 1px solid #eee;color: #000;}.wp-block-quote:not(:first-child) {margin-top: 50px;}.wp-block-quote:not(:last-child) {margin-bottom: 50px;}.wp-block-quote.is-large, .wp-block-quote.is-style-large {padding: 0 50px;margin-right: auto;margin-left: auto;}.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {padding: 0 50px;}.wp-block-quote.is-large:not(.is-style-plain):not(:last-child), .wp-block-quote.is-style-large:not(.is-style-plain):not(:last-child) {margin-bottom: 50px;}.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {font-size: 24px;font-size: 1.5rem;font-style: normal;line-height: 1.25;}.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-right cite, .wp-block-quote.is-large.has-text-align-right footer, .wp-block-quote.is-style-large.has-text-align-right cite, .wp-block-quote.is-style-large.has-text-align-right footer {text-align: right;}.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.is-large:not(.has-text-align-center):before, .wp-block-quote.is-style-large:not(.has-text-align-center):before {top: 5px;}.wp-block-quote.has-text-align-center {padding: 0;}.entry-content .wp-block-quote.has-text-align-center:before {position: relative;top: 0;width: 100%;}.wp-block-pullquote {padding: 35px;border-top: 4px solid;border-bottom: 4px solid;}.wp-block-pullquote blockquote {margin-bottom: 0;padding: 0;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 p {font-size: 28px;font-size: 1.75rem;}.wp-block-pullquote p {font-size: 24px;font-size: 1.5rem;}.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {margin-top: 8px;}.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {font-size: 20px;font-size: 1.25rem;}.wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite {font-size: 16px;font-size: 1rem;}.wp-block-separator {margin: 50px auto !important;clear: both;height: 0;}.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {max-width: 100px;}.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, .wp-block-audio figcaption {margin: 0;padding-bottom: 0;}.wp-block-table table {margin-bottom: 0;}.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;}.entry-content .wp-block-latest-posts, .entry-content .wp-block-categories, .entry-content .wp-block-archives, .entry-content .wp-block-latest-comments {margin-right: 0;margin-left: 0;list-style: none;}.entry-content .wp-block-latest-posts a, .entry-content .wp-block-categories a, .entry-content .wp-block-archives a, .entry-content .wp-block-latest-comments a {padding-bottom: 0;border-bottom: none;box-shadow: none;text-decoration: none;font-weight: 600;}.entry-content .wp-block-latest-posts a:not(:hover), .entry-content .wp-block-categories a:not(:hover), .entry-content .wp-block-archives a:not(:hover), .entry-content .wp-block-latest-comments a:not(:hover) {color: inherit;}.entry-content .wp-block-latest-posts li, .entry-content .wp-block-categories li, .entry-content .wp-block-archives li, .entry-content .wp-block-latest-comments li {padding-right: 0;padding-left: 0;}.entry-content .wp-block-latest-posts li:before, .entry-content .wp-block-categories li:before, .entry-content .wp-block-archives li:before, .entry-content .wp-block-latest-comments li:before {display: none;}.wp-block-latest-posts {line-height: 1.3;}.wp-block-latest-posts li {padding-bottom: 30px;border-bottom: 1px solid var(--border-color);}.wp-block-latest-posts li > 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;margin-top: 8px;}.wp-block-latest-posts .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date {margin-left: 6px;}.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;}.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {color: inherit;opacity: 0.5;}.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;}.entry-content .wp-block-latest-comments li {font-size: inherit;}.entry-content .wp-block-latest-comments li:not(:last-child) {margin-bottom: 15px;}.entry-content .wp-block-latest-comments__comment {line-height: 1.35;}.entry-content .wp-block-latest-comments__comment-author {font-weight: 600;}.entry-content .wp-block-latest-comments__comment-date {margin-top: 5px;opacity: 0.5;}.wp-block-tag-cloud {display: flex;flex-wrap: wrap;margin: -4px -2px;}.wp-block-tag-cloud a {margin: 4px 2px;line-height: 28px;font-size: 14px !important;font-size: 0.875rem !important;}.wp-block-tag-cloud a:not(:last-child):after {margin: 0 4px 0 8px;content: "/";}.no-touch .wp-block-tag-cloud a:hover {color: var(--link-color-hover);}.no-touch .wp-block-tag-cloud a:hover:after {color: var(--text-color);}.entry-content .wp-block-tag-cloud a {color: var(--text-color);}.wp-block-calendar table {margin-bottom: 0;border: none;border-collapse: separate;border-spacing: 2px;}.wp-block-calendar table a {box-shadow: none !important;text-decoration: none !important;}.wp-block-calendar table caption, .wp-block-calendar table tbody {color: inherit;}.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: 12px;font-size: 0.75rem;font-weight: 500;text-align: center;}.wp-block-calendar table td {font-size: 16px;font-size: 1rem;}.wp-block-calendar table tbody td {position: relative;background: #f7f7f7;line-height: 40px;}.dark-color .wp-block-calendar table tbody td {background: #363636;}.wp-block-calendar table tbody td[colspan="2"], .wp-block-calendar table tbody td[colspan="3"], .wp-block-calendar table tbody td[colspan="4"], .wp-block-calendar table tbody td[colspan="5"], .wp-block-calendar table tbody td[colspan="6"] {background: none;}.wp-block-calendar table tbody td a {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.1;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;border: 1px solid #e6e6e6;border-radius: 0;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;border: 1px solid #e6e6e6;border-radius: 0;color: inherit !important;box-shadow: none !important;text-decoration: none !important;line-height: 1.5;}.dark-color .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, .dark-color .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {border-color: #393939;}.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);border-color: 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;}.wp-block-search .wp-block-search__button {padding: 0 10px;background: #000;border: none;color: #fff;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;font-weight: 600;letter-spacing: 0.05em;cursor: pointer;}.wp-block-search .wp-block-search__button svg path {fill: #fff;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {padding: 4px;border: 1px solid #949494;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {border: none;}.wp-block-rss {margin: 0 0 30px;list-style: none;}#page .wp-block-rss a:not(:hover) {color: inherit;}.wp-block-rss .wp-block-rss__item {padding-bottom: 20px;border-bottom: 1px dashed rgba(0, 0, 0, 0.1);}.dark-color .wp-block-rss .wp-block-rss__item {border-bottom-color: rgba(255, 255, 255, 0.2);}.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;font-weight: 600;}.wp-block-rss .wp-block-rss__item-publish-date, .wp-block-rss .wp-block-rss__item-author {display: inline-block;margin-top: 8px;color: inherit;opacity: 0.5;}.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: 16px;font-size: 1rem;}.wp-block-social-links.is-style-logos-only .wp-social-link.wp-social-link.wp-social-link {margin: 0;}.wp-block-social-links:not(.aligncenter):not(.items-justified-center) {margin-left: -10px;}.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;}.wp-block-gallery:not(.alignleft):not(.alignright) {clear: both;}.entry-content .wp-block-gallery.alignright {margin-left: 30px;}.entry-content .wp-block-gallery.alignleft {margin-right: 30px;}.entry-content .wp-block-gallery > li, .entry-content .wp-block-gallery ul > li {padding: 0;}.entry-content .wp-block-gallery > li:before, .entry-content .wp-block-gallery ul > li:before {display: none;}.entry-content > .wp-block-gallery li:not(:last-child) {margin-bottom: 16px;}.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;}.entry-content .blocks-gallery-item figcaption a {color: inherit;}.entry-content .alignfull {position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 100vw;max-width: 100vw;margin: 0 0 30px;clear: both;}.entry-content .alignfull.gallery-slider, .entry-content .alignfull.gallery-justified {width: 100vw;max-width: 100vw;}.entry-content .alignfull.wp-block-cover.has-parallax {-webkit-transform: none;-ms-transform: none;transform: none;margin-left: -50vw;}.entry-content *[class*="wp-block-"] *.alignfull {left: 0;-webkit-transform: none;-ms-transform: none;transform: none;width: 100%;max-width: 100%;}.entry-content .wp-block-query .wp-block-post-featured-image {margin-bottom: 15px;}.entry-content .wp-block-query .wp-block-post-title {margin-top: 0;}.entry-content .wp-block-query .wp-block-post-date {margin-top: 15px;}.entry-content .wp-block-query ul {margin: 0;}p.has-drop-cap:not(:focus):first-letter {margin: 11px 10px 0 0;font-size: 3.6em;font-weight: 400;}.has-drop-cap:not(:focus):after {display: none;}.entry-content .wp-block-column, .entry-content .wp-block-column:last-child > *:last-child {margin-bottom: 0;}@media screen and (min-width: 600px) {.wp-block-group.alignfull, .wp-block-group.has-background {padding-right: 30px;padding-left: 30px;}.wp-block-columns.alignfull {padding-right: 30px;padding-left: 30px;}.wp-block-column:nth-last-child(2) > *:last-child {margin-bottom: 0;}.entry-content *.alignwide {position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: calc(100vw - 60px);max-width: 1400px;}.entry-content *.alignwide.wp-block-cover.has-parallax {left: 0;-webkit-transform: none;-ms-transform: none;transform: none;margin-left: calc(0px - var(--grid-val)*1vw);}.entry-content *[class*="wp-block-"] *.alignwide {left: 0;-webkit-transform: none;-ms-transform: none;transform: none;width: 100%;max-width: 100%;}.entry-content .wp-block-cover.alignfull *.alignwide, .entry-content .wp-block-cover.alignwide *.alignwide {position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: calc(100vw - 60px);max-width: calc(var(--site-width) - 60px);}.entry-content .wp-block-cover.alignwide *.alignwide {max-width: 1008px;}}@media screen and (min-width: 782px) {.wp-block-column > *:last-child {margin-bottom: 0;}}@media screen and (min-width: 860px) {.entry-content .wp-block-cover.has-parallax.alignwide {margin-left: calc(0px - (100vw - 860px)/2);}}@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;}}@media screen and (min-width: 1200px) {.site-content[class*="with-sidebar"] .entry-content *.alignfull, .site-content[class*="with-sidebar"] .entry-content *.alignwide {left: 0;-webkit-transform: none;-ms-transform: none;transform: none;width: auto;max-width: none;}.site-content[class*="with-sidebar"] .entry-content *.alignfull.wp-block-cover.has-parallax, .site-content[class*="with-sidebar"] .entry-content *.alignwide.wp-block-cover.has-parallax {margin-left: 0;}.wp-block-group.has-background {padding: 50px;}.wp-block-group.alignfull {padding: 50px 0;}.wp-block-group.alignfull .wp-block-group__inner-container {max-width: var(--site-width);padding: 0 30px;margin-right: auto;margin-left: auto;}}@media screen and (min-width: 1260px) {.entry-content .wp-block-cover.has-parallax.alignwide {margin-left: -170px;}}@media screen and (max-width: 1024px) {.entry-content > .wp-block-group.alignfull:not(.has-background):first-child {padding-top: 0;}}@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-cover, .wp-block-cover-image {padding-right: 20px;padding-left: 20px;}}@media screen and (max-width: 480px) {blockquote.tiktok-embed {padding: 0;}blockquote.tiktok-embed:before {display: none;}}@media screen and (max-width: 400px) {.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {width: 100%;max-width: 100%;margin: 0 0 30px;}}.cs-room-basic-info {margin: var(--item-v-space) 0;}.cs-room-basic-info ul {margin: 0;padding: 0;display: flex;align-items: center;flex-wrap: wrap;list-style: none;}.cs-room-basic-info ul li {display: flex;align-items: center;margin: 5px 0;padding-right: 30px;line-height: 28px;}.cs-room-basic-info ul li:last-child {padding-right: 0;}.cs-room-basic-info .csrbi-icon {margin-right: 10px;}.cs-room-basic-info .csrbi-icon i {display: flex;font-size: var(--icon-size);}.cs-room-basic-info .csrbi-text {font-size: 14px;font-size: 0.875rem;white-space: nowrap;}.cs-rooms {--post-max-width: 800px;--item-v-space: 10px;--icon-size: 25px;--label-bg: #fff;--label-color: #000;--label-border: #fff;}.cs-rooms .overlay-label {top: 20px;left: 20px;background: var(--label-bg);border: 1px solid var(--label-border);color: var(--label-color);padding: 8px 12px;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;}.elementor-editor-active .cs-rooms .overlay-label {pointer-events: auto;}.cs-rooms.layout-standard {--icon-size: 28px;}.cs-rooms.text-center .cs-room-basic-info ul {justify-content: center;}.cs-rooms .item-header {margin-bottom: var(--item-v-space);}.cs-rooms .cs-room-content .item-title {margin-bottom: 0;}.cs-rooms .cs-room-content .item-subtitle {margin-top: var(--item-v-space);font-size: 15px;font-size: 0.9375rem;color: var(--secondary-color);}.cs-rooms .cs-room-content .item-subtitle:first-child {margin: 0 0 var(--item-v-space);}.cs-rooms.layout-overlay .cs-room-content .item-title {margin-bottom: 0;}.cs-rooms.layout-overlay .cs-room-content .item-subtitle {color: inherit;}.cs-rooms.layout-overlay .item-header {margin: 0;transition: opacity 0.4s, transform 0.4s;}.cs-rooms.layout-overlay .post .cs-room-content {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.cs-rooms.layout-overlay .hover-show-content {position: absolute !important;z-index: 9;bottom: 0;left: 0;padding: 150px 24px 30px;opacity: 0;transition: opacity 0.4s, transform 0.4s;-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);}.no-touch .cs-rooms.layout-overlay.with-hover-effect .post:hover .item-header {opacity: 0;-webkit-transform: translateY(-50px);-ms-transform: translateY(-50px);transform: translateY(-50px);}.no-touch .cs-rooms.layout-overlay.with-hover-effect .post:hover .hover-show-content {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.cs-rooms.layout-overlay.text-v-middle .hover-show-content {top: 50%;bottom: auto;-webkit-transform: translateY(-30%);-ms-transform: translateY(-30%);transform: translateY(-30%);padding-top: 30px;}.no-touch .cs-rooms.layout-overlay.text-v-middle.with-hover-effect .post:hover .hover-show-content {-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);transition-delay: 0.1s;}.cs-rooms.layout-overlay.slider-dots-overlap .slick-dots {position: absolute;bottom: 25px;left: 0;width: 100%;color: #fff;}.cs-rooms.layout-overlay.text-v-middle .featured-img:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 7;content: "";background: #000;opacity: 0.3;pointer-events: none;transition: opacity 0.4s;}.no-touch .cs-rooms.layout-overlay.text-v-middle .post:hover .featured-img:before {opacity: 0;}.cs-rooms.layout-overlay.text-v-middle .cs-room-content {width: 100%;height: 100%;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;padding-top: 30px;}.cs-rooms.layout-overlay.text-v-middle .cs-room-content:before {background: none;}.cs-rooms.layout-overlay .cs-room-basic-info ul li {margin: 0;}.cs-rooms.cs-rooms-carousel.column-1.carousel-center-mode .post {max-width: var(--post-max-width);}.elementor-column:only-child .cs-rooms.cs-rooms-carousel:hover .slick-slide {will-change: transform;}.cs-rooms.cs-rooms-carousel .post {margin-top: 0;}.cs-rooms.cs-rooms-carousel .posts-wrapper.slick-initialized {display: block;}.cs-rooms.cs-rooms-carousel.column-1.layout-overlay.carousel-center-mode .cs-room-content {opacity: 1;transition: opacity 0.4s 0.5s;}.cs-rooms.cs-rooms-carousel.column-1.layout-overlay.carousel-center-mode .slick-initialized .post:not(.slick-center) .cs-room-content {opacity: 0;}.cs-rooms.cs-rooms-carousel.layout-overlay.slider-dots-overlap.column-1:not(.text-v-middle) .post .post-content {padding-bottom: 55px;}.cs-rooms.cs-rooms-carousel.layout-overlay.slider-dots-overlap.column-1:not(.text-v-middle) .hover-show-content {padding-bottom: 60px;}.cs-rooms.cs-rooms-carousel.layout-overlay.text-v-middle.slider-arrows-overlap .cs-room-content, .cs-rooms.cs-rooms-carousel.layout-overlay.text-v-middle.slider-arrows-overlap .hover-show-content {padding-right: 80px;padding-left: 80px;}.cs-rooms.slider-arrow-top .slider-arrows {position: absolute;top: -60px;right: 0;}.cs-rooms.slider-arrow-top .slider-arrows .slick-arrow {--arrow-size: 40px;position: relative;right: auto !important;left: auto !important;-webkit-transform: none;-ms-transform: none;transform: none;margin: 0;border: 1px solid var(--border-color);box-sizing: content-box;box-shadow: none;}.cs-rooms.slider-arrow-top .slider-arrows .slick-arrow.slick-prev {margin-right: 5px;}.cs-rooms.hide-slider-dots .slider-dots {height: 0;opacity: 0;overflow: hidden;}.single-room {--sidebar: 440px;--sidebar-gap: 70px;}.room-top-section {position: relative;margin-bottom: 50px;}.room-top-section .featured-img {position: relative;width: 100%;height: 360px;}.room-top-section .featured-img img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;height: 100%;object-fit: cover;}.room-top-section .cs-gallery-view-all {position: absolute;right: 20px;bottom: 20px;z-index: 9;}.room-top-section .cs-gallery-view-all .button {--btn-bg: rgba(0, 0, 0, 0.6);--btn-color: #fff;--btn-height: 38px;font-family: var(--body-font);padding: 0 15px 0 32px;text-transform: uppercase;font-size: 13px;font-size: 0.8125rem;font-weight: 500;align-items: center;}.room-top-section .cs-gallery-view-all .button:before {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 12px;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: "\e08c";font-size: 13px;line-height: 1;}.room-template-default.single-room .site-header.overlap-header ~ .site-content .room-top-section .featured-img:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));content: "";}.room-template-default.single-room .site-header.overlap-header ~ .site-content .room-top-section .gallery-carousel .cs-gallery-item:after {position: absolute;top: 0;left: var(--gallery-gap);width: calc(100% - var(--gallery-gap)*2);height: 100%;z-index: 3;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));content: "";}.room .post-header {margin-bottom: 40px;}.room .post-header .entry-title {font-size: 30px;font-size: 1.875rem;}.room .post-header .item-subtitle {margin-top: 20px;font-size: 15px;font-size: 0.9375rem;color: var(--secondary-color);}.room .post-header .cs-room-basic-info {--icon-size: 28px;margin: 25px 0 0;}.room-availability {padding-top: 50px;}.room-availability .container {padding: 0;}.room-availability .room-availability-title {padding-top: 50px;margin-bottom: 30px;border-top: 1px solid var(--border-color);font-size: 24px;font-size: 1.5rem;}.room-availability .hidden-calendar {position: absolute;visibility: hidden;opacity: 0;pointer-events: none;}.room-availability .daterangepicker {position: relative;left: auto !important;top: auto !important;right: auto !important;}.theme-cozystay .room-availability .daterangepicker {--dropdown-bg: transparent;--dropdown-color: var(--text-color);--dropdown-border: transparent;--available-bg: transparent;--active-bg: var(--primary-color);--active-color: #fff;--inrange-bg: #ede6dc;--inrange-color: #000;--disabled-color: #d8d9db;--padding: 0px;--td-border: transparent;--tooltip-bg: var(--text-color);--tooltip-color: var(--bg-color);--no-check-inout: rgba(0, 0, 0, 0.7);--hover-highlight: var(--primary-color);width: 100%;}.theme-cozystay .room-availability .daterangepicker .calendar-table th, .theme-cozystay .room-availability .daterangepicker .calendar-table td {width: 54px;max-width: 100%;height: 42px;}.theme-cozystay .room-availability .daterangepicker td.off {background: none;}.theme-cozystay .room-availability .daterangepicker td {font-size: 13px;}.theme-cozystay .room-availability .daterangepicker .drp-calendar {width: 50%;}.theme-cozystay .room-availability .daterangepicker .drp-calendar.left {padding-right: 8px;padding-left: 0;}.theme-cozystay .room-availability .daterangepicker .drp-calendar.right {float: right;padding-right: 0;}.theme-cozystay .room-availability .daterangepicker.show-calendar .drp-buttons {padding: 20px var(--padding);}.theme-cozystay .room-availability .daterangepicker .drp-buttons {border-top-color: var(--border-color);}.theme-cozystay .room-availability .daterangepicker .drp-buttons .btn {padding: 8px 14px;min-width: 80px;background: transparent;border: 1px solid var(--text-color);border-radius: 2px;color: var(--text-color);font-family: var(--body-font);font-weight: 500;text-transform: uppercase;letter-spacing: 0.5px;cursor: pointer;box-sizing: border-box;transition: 0.2s;}.theme-cozystay .room-availability .daterangepicker .drp-buttons .btn.applyBtn {background: var(--text-color);color: var(--bg-color);}.theme-cozystay .room-availability .daterangepicker .drp-buttons .btn:hover {opacity: 0.8;}.theme-cozystay.dark-color .room-availability .daterangepicker {--disabled-color: #555;--no-check-inout: rgba(255, 255, 255, 0.7);}.similar-rooms {margin-bottom: 80px;}.similar-rooms .similar-rooms-title {padding-top: 70px;margin-bottom: 50px;border-top: 1px solid var(--border-color);font-size: 30px;font-size: 1.875rem;}.cs-room-booking {--csrb-bg: transparent;--csrb-border-radius: 8px;--csrb-box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);--total-divider: rgba(0, 0, 0, 0.1);--inner-bd: var(--primary-color);position: relative;}.dark-color .cs-room-booking {--csrb-bg: rgba(255, 255, 255, 0.02);--csrb-box-shadow: none;--total-divider: rgba(255, 255, 255, 0.1);}.cs-room-booking .cs-reservation-form {--form-bd: var(--primary-color);--field-space: 12px;}.cs-room-booking.with-inner-border:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;width: calc(100% - 20px);height: calc(100% - 20px);content: "";border: 1px solid var(--inner-bd);pointer-events: none;}.cs-room-booking .room-booking-title {display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 32px;}.cs-room-booking .room-booking-title h4 {font-size: 30px;font-size: 1.875rem;text-transform: uppercase;}.cs-room-booking .room-booking-title h4 + span {text-align: right;}.cs-room-booking .room-booking-title .base-price {font-size: 18px;font-size: 1.125rem;font-weight: 500;}.cs-room-booking .room-booking-title .base-price del {font-size: 15px;font-size: 0.9375rem;font-weight: 400;opacity: 0.5;}.cs-room-booking .cs-room-booking-wrap {padding: 50px 45px 55px;background: var(--csrb-bg);border-radius: var(--csrb-border-radius);box-shadow: var(--csrb-box-shadow);transition: opacity 0.3s;}.cs-room-booking .cs-form-group {margin-top: 60px;}.cs-room-booking .csf-title {font-size: 24px;font-size: 1.5rem;}.cs-room-booking .csf-title + .cs-extra-service {margin-top: 10px;}.cs-room-booking .cs-form-field.cs-rooms {position: relative;}.cs-room-booking .cs-form-notice {--line-space: 15px;position: absolute;top: 50%;right: -4px;-webkit-transform: translate(100%, -50%);-ms-transform: translate(100%, -50%);transform: translate(100%, -50%);margin-top: calc(var(--field-space)/2);padding: 3px 8px;width: fit-content;z-index: 99;background: var(--text-color);color: var(--bg-color);border-radius: 2px;font-size: 10px;font-size: 0.625rem;font-weight: 500;text-transform: uppercase;letter-spacing: 0.05em;transition: 0.3s;opacity: 0;pointer-events: none;visibility: hidden;}.cs-room-booking .cs-form-notice p {margin: 0;}.cs-room-booking .cs-form-notice.show {opacity: 1;pointer-events: auto;visibility: visible;}.cs-room-booking .cs-form-notice:after {position: absolute;display: block;top: 50%;-webkit-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);left: -2px;width: 6px;height: 6px;background: var(--text-color);content: "";}.cs-room-booking .cs-extra-service .field-wrap {width: 100%;display: flex;justify-content: space-between;align-items: center;}.cs-room-booking .cs-extra-service .label-checkbox.obligatory {cursor: not-allowed;}.cs-room-booking .cs-extra-service .label-checkbox.obligatory * {pointer-events: none;}.cs-room-booking .hidden-check {position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);opacity: 0;width: 17px;height: 17px;cursor: pointer;}.cs-room-booking .hidden-check:checked + .cs-styled-checkbox:after {opacity: 1;}.cs-room-booking .cs-styled-checkbox {position: relative;width: 17px;height: 17px;border: 1px solid var(--form-bd);margin-right: 12px;pointer-events: none;}.cs-room-booking .cs-styled-checkbox:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;width: 8px;height: 8px;background: var(--form-bd);content: "";opacity: 0;}.cs-room-booking .label-checkbox {position: relative;display: flex;align-items: center;}.cs-room-booking .label-checkbox .checkbox-label label {cursor: pointer;}.cs-room-booking .price-quantity {position: relative;display: flex;align-items: center;}.cs-room-booking .price-quantity .cs-form-price {font-size: 14px;font-size: 0.875rem;line-height: 35px;}.cs-room-booking .price-quantity .cs-form-price:not(:last-child) {margin-right: 15px;}.cs-room-booking .price-quantity .cs-form-price.cs-form-price-long .cs-form-price-brief:after {display: inline-block;margin-left: 4px;content: "...";}.cs-room-booking .price-quantity .cs-form-price.cs-form-price-long .cs-form-price-all {position: absolute;z-index: 9;top: 0;right: 0;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);padding: 10px;width: fit-content;border-radius: 4px;background: var(--text-color);color: var(--bg-color);font-size: 12.5px;font-size: 0.78125rem;line-height: 1.5;white-space: nowrap;opacity: 0;pointer-events: none;visibility: hidden;transition: opacity 0.3s;}.cs-room-booking .price-quantity .cs-form-price.cs-form-price-long .cs-form-price-all:after {position: absolute;right: 30px;bottom: -4px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);width: 10px;height: 10px;background: var(--text-color);content: "";}.cs-room-booking .price-quantity .cs-form-price.cs-form-price-long:hover .cs-form-price-all {opacity: 1;pointer-events: auto;visibility: visible;}.cs-room-booking .price-quantity .field-input-wrap {width: 65px;}.cs-room-booking .price-quantity .field-input-wrap input {--field-height: 35px;text-align: left;}.cs-room-booking .price-quantity .csf-dropdown {bottom: -8px;padding: 10px 5px;min-width: 130px !important;}.cs-room-booking .price-quantity .csf-dropdown .cs-form-label {display: none;}.cs-room-booking .price-quantity .csf-dropdown .csf-dropdown-item {justify-content: center;}.cs-room-booking .price-quantity .csf-dropdown .cs-quantity .input-text {font-size: 14px;font-size: 0.875rem;}.cs-room-booking .cs-form-total-price {position: relative;display: flex;justify-content: space-between;align-items: center;margin-top: 35px;padding-top: 40px;cursor: pointer;}.cs-room-booking .cs-form-total-price:before {position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);top: 0;display: block;width: calc(100% + 70px);height: 1px;background: var(--total-divider);content: "";}.cs-room-booking .cs-form-total-price .price-details: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: "\33";font-size: 18px;font-size: 1.125rem;}.cs-room-booking .cs-form-total-price.toggled-on .price-details:before {content: "\32";}.cs-room-booking .cs-form-total-price .total-price {font-size: 24px;font-size: 1.5rem;}.cs-room-booking .cs-form-price-details {position: relative;margin-top: 20px;font-size: 15px;font-size: 0.9375rem;}.cs-room-booking .cs-form-price-details ul {display: block;margin: 0;}.cs-room-booking .cs-form-price-details li {position: relative;display: flex;justify-content: space-between;align-items: center;margin-bottom: 8px;padding-top: 8px;border-top: 1px dashed var(--total-divider);}.cs-room-booking .cs-form-price-details li.cs-form-price-details-total {font-size: 18px;font-size: 1.125rem;font-weight: 500;}.cs-room-booking .cs-form-price-details li.with-tax-info {align-items: flex-start;}.cs-room-booking .cs-form-price-details li.with-tax-info .csf-pd-value {text-align: right;}.cs-room-booking .cs-form-price-details li.with-tax-info .includes_tax, .cs-room-booking .cs-form-price-details li.with-tax-info .excludes_tax {display: block;font-weight: 400;opacity: 0.6;font-size: 14px;font-size: 0.875rem;}.cs-room-booking .cs-form-price-details li.csf-pd-total-base > .csf-pd-label {cursor: pointer;}.cs-room-booking .cs-form-price-details li .info-indicator {-webkit-transform: translateY(-1px);-ms-transform: translateY(-1px);transform: translateY(-1px);display: inline-block;width: 14px;height: 14px;border: 1px solid;border-radius: 50%;font-size: 12px;font-size: 0.75rem;font-style: italic;line-height: 12px;text-align: center;font-family: serif;font-weight: 600;opacity: 0.6;}.cs-room-booking .cs-form-price-details li .csf-base-price-breakdown {--line-space: 15px;position: absolute;top: -5px;left: 0;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);padding: 20px 24px;width: 100%;z-index: 99;background: var(--bg-color);color: var(--text-color);border-radius: 8px;box-shadow: 0 5px 30px rgba(80, 57, 24, 0.3);transition: 0.3s;opacity: 0;pointer-events: none;visibility: hidden;}.cs-room-booking .cs-form-price-details li .csf-base-price-breakdown.show {opacity: 1;pointer-events: auto;visibility: visible;}.cs-room-booking .cs-form-price-details li .csf-base-price-breakdown:after {position: absolute;display: none;width: 10px;height: 10px;background: var(--bg-color);content: "";}.cs-room-booking .cs-form-price-details li .breakdown-title, .cs-room-booking .cs-form-price-details li .breakdown-footer {display: flex;justify-content: space-between;align-items: center;font-size: 16px;font-size: 1rem;font-weight: 500;}.cs-room-booking .cs-form-price-details li .breakdown-title {padding-bottom: var(--line-space);margin-bottom: var(--line-space);border-bottom: 1px solid var(--border-color);}.cs-room-booking .cs-form-price-details li .breakdown-main {max-height: 300px;overflow: auto;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}.cs-room-booking .cs-form-price-details li .breakdown-main::-webkit-scrollbar {display: none;}.cs-room-booking .cs-form-price-details li .breakdown-main li {margin: 0;padding: 0;border: none;font-size: 14px;font-size: 0.875rem;}.cs-room-booking .cs-form-price-details li .breakdown-main li:not(:first-child) {margin-top: 8px;}.cs-room-booking .cs-form-price-details li .breakdown-footer {padding-top: var(--line-space);margin-top: var(--line-space);border-top: 1px solid var(--border-color);}.cs-room-booking .cs-form-price-details li del {opacity: 0.6;}.cs-room-booking .cs-form-price-details .discounted {color: red;}.cs-room-booking .cs-form-price-details li.csf-pd-total-base.always-show {flex-wrap: wrap;}.cs-room-booking .cs-form-price-details li.csf-pd-total-base.always-show .csf-base-price-breakdown {position: relative;top: auto;right: auto !important;bottom: auto;left: auto !important;transform: none !important;margin: 10px 0;background: none;border: 1px solid var(--border-color);box-shadow: none;opacity: 1;pointer-events: auto;visibility: visible;}.cs-room-booking .cs-form-price-details li.csf-pd-total-base.always-show .info-indicator, .cs-room-booking .cs-form-price-details li.csf-pd-total-base.always-show .csf-base-price-breakdown:after {display: none;}.cs-room-booking .cs-form-price-details li.csf-pd-total-base.always-show .breakdown-title, .cs-room-booking .cs-form-price-details li.csf-pd-total-base.always-show .breakdown-footer {font-size: 14px;font-size: 0.875rem;}.cs-room-booking .cs-reservation-form.style-block .cs-form-field.cs-submit {padding-top: 35px;}.cs-room-booking button[type="submit"] {font-size: 18px;font-size: 1.125rem;}.cs-room-booking .cs-form-error-message, .cs-room-booking .cs-form-success-message {margin-top: 12px;}.cs-room-booking .cs-form-error-message p, .cs-room-booking .cs-form-success-message p {margin-bottom: 0;}.cs-room-booking .cs-form-error-message {color: red;}.cs-room-booking .cs-form-success-message {color: green;}.cs-room-booking .cs-submit .btn-text {position: relative;display: block;}.cs-room-booking .cs-submit .btn-text:after {position: absolute;top: 1px;right: -30px;display: block;width: 14px;height: 14px;border-radius: 50%;border: 2px solid currentColor;border-top: 2px solid transparent;-webkit-animation: spin 1s linear infinite;animation: spin 1s linear infinite;transition: opacity 0.3s;transform-origin: 50% 50%;opacity: 0;content: "";}.cs-room-booking.loading .cs-room-booking-wrap {pointer-events: none;opacity: 0.5;}.cs-room-booking.loading .cs-submit .btn-text:after {opacity: 1;}.with-sidebar-right .cs-room-booking .cs-form-wrap > .cs-form-field .csf-dropdown:before {right: 32px;left: auto;}.with-sidebar-right .cs-room-booking .cs-form-wrap > .cs-form-field .csf-dropdown:after {right: 33px;left: auto;}.sl-overlay {background: #000 !important;}.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button, .sl-wrapper .sl-counter {color: #fff !important;}@media screen and (min-width: 768px) {.cs-rooms.layout-grid.column-1 .posts-wrapper {margin-left: 0;}.cs-rooms.layout-grid.column-1 .post {width: 100%;max-width: 100%;}.cs-rooms.layout-grid.column-1 .post-title {font-size: 30px;font-size: 1.875rem;}.cs-rooms.layout-grid.column-1:not(.carousel-center-mode) {--post-gap: 0;}.room-top-section .featured-img {height: 480px;}.cs-rooms.cs-rooms-carousel .slick-arrow.slick-prev {left: -30px;}.elementor-section-full_width .cs-rooms.cs-rooms-carousel .slick-arrow.slick-prev {left: 60px;}.cs-rooms.cs-rooms-carousel .slick-arrow.slick-next {right: -30px;}.elementor-section-full_width .cs-rooms.cs-rooms-carousel .slick-arrow.slick-next {right: 60px;}.cs-rooms.cs-rooms-carousel.column-1 .posts-wrapper:not(.slick-initialized) {justify-content: center;margin-left: calc(0px - var(--post-gap));}}@media screen and (min-width: 1200px) {.cs-rooms.layout-grid.column-1 .post-title {font-size: 36px;font-size: 2.25rem;}.cs-rooms.layout-standard .cs-room-basic-info {margin: 20px 0;}.cs-rooms.layout-standard, .cs-rooms.layout-list {--item-v-space: 20px;}.cs-rooms.layout-standard .item-excerpt, .cs-rooms.layout-list .item-excerpt {margin-bottom: var(--item-v-space);}.elementor-column:only-child .cs-rooms.cs-rooms-carousel.column-1.text-v-middle {--item-v-space: 20px;}.room-top-section {margin-bottom: 80px;}.room .post-header {margin-bottom: 60px;}.room .post-header .entry-title {font-size: 36px;font-size: 2.25rem;}.room-top-section .featured-img {height: 520px;}.site-header.overlap-header ~ .site-content .room-top-section .featured-img {height: 600px;}.cs-room-booking .cs-form-price-details li .csf-base-price-breakdown {top: 20px;}.cs-room-booking .cs-form-price-details li .csf-base-price-breakdown:after {display: block;top: 50%;-webkit-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);}.site-content.with-sidebar-right .cs-room-booking .cs-form-price-details li .csf-base-price-breakdown {left: 0;-webkit-transform: translate(-105%, -50%);-ms-transform: translate(-105%, -50%);transform: translate(-105%, -50%);}.site-content.with-sidebar-right .cs-room-booking .cs-form-price-details li .csf-base-price-breakdown:after {right: -4px;}.site-content.with-sidebar-left .cs-room-booking .cs-form-price-details li .csf-base-price-breakdown {right: 0;left: auto;-webkit-transform: translate(105%, -50%);-ms-transform: translate(105%, -50%);transform: translate(105%, -50%);}.site-content.with-sidebar-left .cs-room-booking .cs-form-price-details li .csf-base-price-breakdown:after {right: auto;left: -4px;}}@media screen and (max-width: 1024px) {.cs-room-basic-info ul li:not(:last-child) {padding-right: 20px;}.cs-rooms.text-center .cs-room-basic-info ul li {padding: 0 10px;}.cs-rooms {--icon-size: 20px;}.cs-rooms .post-title {font-size: 24px;font-size: 1.5rem;}}@media screen and (max-width: 767px) {.room-top-section .cs-gallery.gallery-mosaic .cs-gallery-wrap {display: block;}.room-top-section .cs-gallery.gallery-mosaic .cs-gallery-wrap .cs-gallery-item:not(:first-child) {display: none;}.cs-rooms.cs-rooms-carousel.layout-overlay.slider-dots-overlap:not(.text-v-middle) .post .post-content {padding-bottom: 55px;}.cs-rooms.cs-rooms-carousel.layout-overlay.slider-dots-overlap:not(.text-v-middle) .hover-show-content {padding-bottom: 60px;}.cs-rooms.cs-rooms-carousel.layout-overlay.column-1.carousel-center-mode .slick-initialized .post:not(.slick-center) .cs-room-content {opacity: 1;}.theme-cozystay .room-availability .daterangepicker .drp-calendar {float: none !important;width: 100%;}.theme-cozystay .room-availability .daterangepicker .drp-calendar.left, .theme-cozystay .room-availability .daterangepicker .drp-calendar.right {padding-right: 8px;padding-left: 8px;}}@media screen and (max-width: 599px) {.cs-room-booking .cs-room-booking-wrap {padding: 30px;}.cs-room-booking .room-booking-title {font-size: 14px;font-size: 0.875rem;}.cs-room-booking .room-booking-title h4 {font-size: 24px;font-size: 1.5rem;}.cs-room-booking .room-booking-title .base-price {font-size: 16px;font-size: 1rem;}.cs-room-booking .cs-form-total-price:before {width: calc(100% + 60px);}.cs-room-booking .cs-form-label {font-size: 14px;font-size: 0.875rem;}.cs-room-booking .csf-title, .cs-room-booking .cs-form-total-price .total-price {font-size: 20px;font-size: 1.25rem;}.cs-room-booking .cs-extra-service .field-wrap .cs-styled-checkbox, .cs-room-booking .cs-extra-service .field-wrap .cs-form-price:not(:last-child) {margin-right: 8px;}.cs-room-booking .price-quantity .csf-dropdown {right: 0;left: auto;}.cs-room-booking .price-quantity .csf-dropdown:before {right: 25px;left: auto;}.cs-room-booking .price-quantity .csf-dropdown:after {right: 26px;left: auto;}.cs-room-booking .cs-form-notice {width: 50px;}.cs-room-booking .cs-form-price-details li .breakdown-title, .cs-room-booking .cs-form-price-details li .breakdown-footer {font-size: 14px;font-size: 0.875rem;}}@media screen and (max-width: 360px) {.cs-room-booking .cs-extra-service .field-wrap {flex-wrap: wrap;}.cs-room-booking .cs-extra-service .field-wrap .price-quantity {width: 100%;padding-left: 29px;}.cs-room-booking .cs-reservation-form.style-block .form-field-col-1-2 {width: 100%;}.cs-room-booking .cs-reservation-form.style-block .form-field-col-1-2.cs-adults {padding-right: 0;}.cs-room-booking .cs-reservation-form.style-block .form-field-col-1-2.cs-children {padding-left: 0;}}.elementor-section.elementor-section-boxed.cs-section-content-fullwidth > .elementor-container, .elementor-section.elementor-section-full_width.cs-section-content-fullwidth > .elementor-container {max-width: calc(var(--site-width) + var(--side-padding)*2);padding: 0 var(--side-padding);}.elementor-editor-active .elementor-edit-area-active .elementor-widget-container {--primary-color: var(--theme-primary-color);--secondary-color: var(--theme-secondary-color);}.cs-template-wide .site-content .elementor-section-full_width, .custom_blocks-template-default .elementor-section-full_width, .site-footer-main .elementor-section-full_width, .cs-section-content-fullwidth {position: relative;width: 100vw;max-width: 100vw;left: calc(50% - 50vw);}.cs-template-wide .site-content .elementor-section .elementor-section-full_width, .elementor-section .elementor-section-full_width {width: 100%;left: auto;}.cs-template-wide .site-content .elementor-section-wrap > .e-con-full, .cs-template-wide .site-content [data-elementor-id] > .e-con-full, .cs-template-wide .site-content .elementor > .e-con-full, .cs-template-wide .elementor-section-wrap > .cs-section-content-fullwidth, .cs-template-wide .elementor > .cs-section-content-fullwidth {position: relative;width: 100vw !important;max-width: 100vw !important;left: calc(50% - 50vw);}:is(.elementor-section-wrap,[data-elementor-id]) > .e-con.cs-section-content-fullwidth {width: 100vw !important;max-width: 100vw !important;}.e-con.cs-section-content-fullwidth > .e-con-inner {max-width: calc(var(--content-width) + var(--side-padding)*2);padding-right: var(--side-padding);padding-left: var(--side-padding);}.e-con-full.cs-section-content-fullwidth {width: 100vw;max-width: 100vw !important;padding-right: var(--side-padding);padding-left: var(--side-padding);}.cs-template-wide.elementor-page .primary {padding-bottom: 0;}.single-custom_site_headers .container {padding: 0;max-width: 100vw;}.single-custom_site_headers .entry-content a:not(.button) {color: inherit;}.elementor-align-center {margin-right: auto;margin-left: auto;}.elementor-text-editor > *:last-child, .elementor-widget-text-editor .elementor-widget-container > *:last-child, .elementor-text-editor p:last-child {margin-bottom: 0;}.color-primary, .entry-content .color-primary, .elementor-section .color-primary {color: var(--primary-color);}.color-secondary, .entry-content .color-secondary, .elementor-section .color-secondary {color: var(--secondary-color);}.color-black, .entry-content .color-black, .elementor-section .color-black {color: #000;}.color-white, .entry-content .color-white, .elementor-section .color-white {color: #fff;}.cs-elementor-simulator-scheme-switcher {position: fixed;top: 20px;right: 20px;z-index: 99;}.cs-elementor-simulator-scheme-dark, .cs-elementor-simulator-scheme-light {background: #999;color: #000;padding: 2px 6px;font-size: 12px;text-transform: uppercase;font-weight: 600;border-radius: 4px;cursor: pointer;}.cs-elementor-simulator-scheme-dark.active, .cs-elementor-simulator-scheme-light.active {background: #fff;}.cs-elementor-simulator-scheme-dark {margin-bottom: 2px;}.loftocean-library-modal-btn {margin-left: 5px;background: #000;vertical-align: top;font-size: 0 !important;}.loftocean-library-modal-btn:before {content: "";width: 16px;height: 16px;background-image: url(https://mysticheist.com/wp-content/themes/cozystay/assets/styles/front/../../images/loftocean-white.svg);background-position: center;background-size: contain;background-repeat: no-repeat;}.elementor-widget-heading .elementor-heading-title {margin-bottom: 0;}.elementor-element a:not([class*="button"]):not(:hover) {color: inherit;}.elementor-editor-active .site-header.overlap-header {pointer-events: none;}.elementor-editor-active .site-header:not(.overlap-header):not(.sticky):not(.is-sticky) {z-index: 1;}body > div.elementor {overflow: hidden;}.elementor-widget-cs_logo {font-size: 0;}.elementor-widget-cs_logo .cs-notice {font-size: 16px;font-size: 1rem;color: #161616;}.elementor-widget-cs_logo a {display: inline-block;}.elementor-widget-cs_logo img {display: block;}.elementor-widget-cs_button.elementor-align-justify .button {width: 100%;padding: 0;}.elementor-widget-cs_button .cs-btn-circle {display: flex;}.elementor-widget-cs_button.elementor-align-left .cs-btn-circle {margin-right: auto;margin-left: 0;}.elementor-widget-cs_button.elementor-align-center .cs-btn-circle {margin-right: auto;margin-left: auto;}.elementor-widget-cs_button.elementor-align-right .cs-btn-circle {margin-right: 0;margin-left: auto;}ul.social-nav.text-left, .text-left ul.social-nav {-webkit-justify-content: flex-start;justify-content: flex-start;}ul.social-nav.text-center, .text-center ul.social-nav {-webkit-justify-content: center;justify-content: center;}ul.social-nav.text-right, .text-right ul.social-nav {-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-menu {--item-padding: 15px;}.cs-menu > ul > li > a {font-family: var(--nav-font);}.cs-menu.text-left .menu {-webkit-justify-content: flex-start;justify-content: flex-start;}.cs-menu.text-center .menu {-webkit-justify-content: center;justify-content: center;}.cs-menu.text-right .menu {-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-menu .primary-menu > li > a {padding: 0 var(--item-padding);}.cs-menu .primary-menu > li > a:before {left: var(--item-padding);width: calc(100% - var(--item-padding)*2);}.cs-menu .primary-menu > li.menu-item-has-children > a:before {width: calc(100% - var(--item-padding)*2 - 20px);}.cs-menu .primary-menu > li > .sub-menu {left: calc(var(--item-padding) - 30px);}.cs-menu.footer-menu .menu {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.cs-menu.footer-menu li a {display: block;padding: 5px var(--item-padding);font-family: var(--nav-font);font-size: var(--fbnav-font-size);font-weight: var(--fbnav-font-weight);letter-spacing: var(--fbnav-font-letter-spacing);text-transform: var(--fbnav-font-transform);}.cs-menu.cs-menu-inline .menu {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.cs-menu.cs-menu-inline .menu li {padding: 5px var(--item-padding);}.cs-menu.cs-menu-inline .menu a {white-space: nowrap;}.cs-menu.cs-menu-inline.text-left .menu li:first-child {padding-left: 0;}.cs-menu.cs-menu-inline.text-right .menu li:last-child {padding-right: 0;}.cs-menu.cs-menu-inline .sub-menu {position: absolute;display: -webkit-flex;display: -ms-flexbox;display: flex;font-size: 16px;font-size: 1rem;line-height: 30px;transition: 0.3s;opacity: 0;pointer-events: none;visibility: hidden;}.cs-menu.cs-menu-inline .sub-menu: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: inline-block;font-size: 14px;font-size: 0.875rem;content: "\35";padding: 5px 0;line-height: 30px;}.no-touch .cs-menu.cs-menu-inline li:hover > ul.sub-menu {z-index: 99;opacity: 1;pointer-events: auto;visibility: visible;}.elementor-widget-cs_title .cs-subtitle-wrap {position: relative;overflow: hidden;}.elementor-widget-cs_title .cs-subtitle-wrap + .cs-title {margin-top: 20px;}.elementor-widget-cs_title .cs-title-separator {display: flex;justify-content: center;margin-top: 20px;}.elementor-widget-cs_title .cs-title-separator span {display: block;width: 1px;height: 45px;background: currentColor;}.elementor-widget-cs_title .cs-title-text {margin-top: 20px;}.elementor-widget-cs_title .cs-title-text:first-child {margin-top: 0;}.elementor-widget-cs_title .cs-title-text p {margin-bottom: 20px;}.elementor-widget-cs_title .cs-title-text > *:last-child {margin-bottom: 0;}.elementor-widget-cs_title .cs-title-text + .cs-title-btn {margin-top: 30px;}.elementor-widget-cs_title .cs-title-btn {margin-top: 20px;}.elementor-widget-cs_title .cs-title-btn .button.cs-btn-underline {margin-bottom: 2px;}.cs-title, .entry-content .cs-title {margin-top: 0;margin-bottom: 0;line-height: 1.35;}.cs-title small, .entry-content .cs-title small {font-weight: 300;font-size: 100%;}.cs-subtitle-wrap {line-height: 1.2;}.cs-title-wrap.text-left {margin-right: auto;}.cs-title-wrap.text-center {margin-right: auto;margin-left: auto;}.cs-title-wrap.text-right {margin-left: auto;}h1.cs-title {font-size: 48px;font-size: 3rem;}h2.cs-title {font-size: 38px;font-size: 2.375rem;}h3.cs-title {font-size: 32px;font-size: 2rem;}h4.cs-title {font-size: 28px;font-size: 1.75rem;}h5.cs-title {font-size: 24px;font-size: 1.5rem;}h6.cs-title {font-size: 21px;font-size: 1.3125rem;}.cs-slider .slick-dots {position: absolute;bottom: 50px;left: 0;width: 100%;}.cs-slider .cs-slider-wrap > .cs-slider-item {opacity: 0;}.cs-slider .slick-initialized .cs-slider-item .elementor-section:before {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: inherit;content: "";transition: 0s;}.cs-slider .slick-initialized .cs-slider-item.current-item .elementor-section:before {-webkit-transform: scale(1.15);-ms-transform: scale(1.15);transform: scale(1.15);transition: transform 10s linear 0s;}.cs-slider .slick-initialized .cs-slider-item.slick-current .elementor-widget > * > * {-webkit-animation: slideFade 0.7s ease-out;animation: slideFade 0.7s ease-out;}.cs-divider {position: relative;color: #dfdbdc;}.cs-divider .cs-d-line {position: relative;margin: 0 auto;width: 100%;height: 6px;}.cs-divider .cs-d-line:before, .cs-divider .cs-d-line:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;background: currentColor;content: "";}.cs-divider .cs-d-line:before {width: 100%;height: 1px;}.cs-divider .cs-d-line:after {width: 6px;height: 6px;border-radius: 50%;}.cs-divider .cs-d-icon {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 3;width: 33px;color: #c8c4c5;}.cs-divider .cs-d-icon.icon-start {left: 0;}.cs-divider .cs-d-icon.icon-end {right: 0;}.cs-divider .cs-d-icon svg {display: block;}.cs-divider .cs-d-icon svg > * {fill: currentColor;}.cs-divider.divider-star .cs-d-icon {width: 22px;}.cs-divider.divider-star .cs-d-line {width: calc(100% - 50px);}.cs-divider.divider-grass .cs-d-line {width: calc(100% - 20px);}.cs-divider.divider-grass .cs-d-icon.icon-start {-webkit-transform: translateY(-50%) rotate(-90deg);-ms-transform: translateY(-50%) rotate(-90deg);transform: translateY(-50%) rotate(-90deg);}.cs-divider.divider-grass .cs-d-icon.icon-end {-webkit-transform: translateY(-50%) rotate(90deg);-ms-transform: translateY(-50%) rotate(90deg);transform: translateY(-50%) rotate(90deg);}.cs-vertical-divider {color: #dfdbdc;height: 200px;}.cs-vertical-divider > * {margin: 0 auto;}.cs-vertical-divider .cs-vd-line {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 6px;height: 100%;}.cs-vertical-divider .cs-vd-line:before, .cs-vertical-divider .cs-vd-line:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;background: currentColor;content: "";}.cs-vertical-divider .cs-vd-line:before {width: 1px;height: 100%;}.cs-vertical-divider .cs-vd-line:after {width: 6px;height: 6px;border-radius: 50%;}.cs-vertical-divider .cs-vd-icon {position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);z-index: 3;width: 33px;color: #c8c4c5;}.cs-vertical-divider .cs-vd-icon.icon-start {top: 0;}.cs-vertical-divider .cs-vd-icon.icon-end {bottom: 0;}.cs-vertical-divider .cs-vd-icon svg {display: block;}.cs-vertical-divider .cs-vd-icon svg > * {fill: currentColor;}.cs-vertical-divider.divider-star .cs-vd-icon {width: 22px;}.cs-vertical-divider.divider-star .cs-vd-line {height: calc(100% - 50px);}.cs-vertical-divider.divider-star .cs-vd-icon.icon-end {-webkit-transform: translateX(-50%) rotate(180deg);-ms-transform: translateX(-50%) rotate(180deg);transform: translateX(-50%) rotate(180deg);}.cs-vertical-divider.divider-grass .cs-vd-line {height: calc(100% - 20px);}.cs-vertical-divider.divider-grass .cs-vd-icon.icon-end {-webkit-transform: translateX(-50%) rotate(180deg);-ms-transform: translateX(-50%) rotate(180deg);transform: translateX(-50%) rotate(180deg);}.elementor-widget-cs_vertical_divider.full-height, .elementor-widget-cs_vertical_divider.full-height .elementor-widget-container, .elementor-widget-cs_vertical_divider.full-height .cs-vertical-divider {height: 100%;}.cs-tabs .elementor-tabs-wrapper {text-align: center;}.cs-tabs .elementor-tab-desktop-title {display: inline-flex;font-family: var(--secondary-font);font-size: 15px;font-size: 0.9375rem;font-weight: 500;text-transform: uppercase;margin-bottom: var(--spacing);}.cs-tabs .elementor-tab-desktop-title a {position: relative;margin: 0 15px;color: var(--text-color);}.elementor-element .cs-tabs .elementor-tab-desktop-title a {color: var(--text-color);}.cs-tabs .elementor-tab-desktop-title a:before {position: absolute;bottom: -2px;left: 0;display: block;width: 100%;height: 2px;background: var(--primary-color);content: "";transition: transform 0.2s ease;transform-origin: 100% 0;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);}.cs-tabs .elementor-tab-desktop-title.elementor-active a:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}.cs-tabs .elementor-tab-content {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}.cs-tabs .elementor-tab-content.elementor-active {-webkit-animation: showTab 0.7s ease-out 0.2s;animation: showTab 0.7s ease-out 0.2s;animation-fill-mode: forwards;}.cs-food-menu {--food-img-width: 85px;}.cs-food-menu .cs-food-menu {position: relative;}.cs-food-menu .cs-food-menu-item {display: table;width: 100%;}.cs-food-menu .cs-food-menu-img {position: relative;width: var(--food-img-width);max-width: var(--food-img-width);margin-right: 20px;overflow: hidden;}.cs-food-menu .cs-food-menu-main {display: table-cell;width: inherit;min-width: 100%;vertical-align: middle;}.cs-food-menu .cs-food-menu-header > * {display: table-cell;}.cs-food-menu .cs-food-menu-title {padding-right: 15px;margin-bottom: 0;width: 1%;white-space: nowrap;font-size: 21px;font-size: 1.3125rem;}.cs-food-menu .cs-food-menu-title a {color: inherit;white-space: inherit;}.cs-food-menu .cs-food-menu-title .title-wrap {white-space: inherit;}.cs-food-menu .cs-food-menu-title .title-wrap.pen:not([data-elementor-inline-editing-toolbar="advanced"]) {white-space: nowrap !important;}.cs-food-menu .cs-food-menu-title .menu-label {-webkit-transform: translateY(-4px);-ms-transform: translateY(-4px);transform: translateY(-4px);display: inline-block;padding: 4px 5px;border-radius: 3px;background: var(--primary-color);color: #fff;font-family: var(--secondary-font);font-size: 10px;font-size: 0.625rem;text-transform: uppercase;}.cs-food-menu .cs-food-menu-lines {position: relative;width: 98%;}.cs-food-menu .cs-food-menu-group {position: absolute;top: 0;right: 0;font-size: 12px;font-size: 0.75rem;transform: translateY(-150%);}.cs-food-menu .cs-food-menu-group span {margin-right: 20px;border: 2px solid;padding: 0 3px;}.cs-food-menu .cs-food-menu-group span:last-child {margin: 0;}.cs-food-menu .cs-food-menu-price {padding-left: 15px;width: 1%;font-size: 20px;font-size: 1.25rem;white-space: nowrap;}.cs-food-menu .cs-food-menu-price del {font-size: 18px;font-size: 1.125rem;opacity: 0.35;}.cs-food-menu .cs-food-menu-price.multi-price .cs-price {margin-right: 20px;}.cs-food-menu .cs-food-menu-price.multi-price .cs-price:last-child {margin: 0;}.cs-food-menu .cs-food-menu-details {margin-top: 5px;margin-bottom: 0;font-size: 16px;font-size: 1rem;line-height: 1.6;opacity: 0.6;color: var(--content-color);}.cs-food-menu.food-menu-style-1 .cs-food-menu-item {padding: 0 0 20px;margin-bottom: 15px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}.dark-color .cs-food-menu.food-menu-style-1 .cs-food-menu-item {border-bottom-color: rgba(255, 255, 255, 0.15);}.cs-food-menu.food-menu-style-2 .cs-food-menu-item {margin: 0 0 30px;}.cs-food-menu.food-menu-style-2 .cs-food-menu-lines {top: 21px;background-position: top;background-image: linear-gradient(to right, #000 25%, rgba(255, 255, 255, 0) 0%);background-size: 8px 2px;background-repeat: repeat-x;}.dark-color .cs-food-menu.food-menu-style-2 .cs-food-menu-lines {background-image: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 0%);}.cs-food-menu.food-menu-style-3 .cs-food-menu-item {margin: 0 0 30px;}.cs-food-menu.food-menu-style-3 .cs-food-menu-lines {top: 17px;border-top: 1px solid;color: var(--border-color);}.cs-food-menu.food-menu-style-4 .cs-food-menu-item {margin: 0 0 30px;}.cs-food-menu.food-menu-style-4 .cs-food-menu-lines {position: relative;top: 14px;border-top: 1px solid;color: var(--border-color);}.cs-food-menu.food-menu-style-4 .cs-food-menu-lines:before {position: absolute;top: 4px;display: block;width: 100%;height: 1px;border-top: 1px solid;content: "";}.cs-food-menu.food-menu-style-5 {margin: calc(0px - var(--gap));}.cs-food-menu.food-menu-style-5.gap-10 {--gap: 10px;}.cs-food-menu.food-menu-style-5.gap-20 {--gap: 20px;}.cs-food-menu.food-menu-style-5.gap-32 {--gap: 32px;}.cs-food-menu.food-menu-style-5 .cs-food-menu-header {display: flex;justify-content: space-between;align-items: flex-start;width: 100%;}.cs-food-menu.food-menu-style-5 .cs-food-menu-header > * {display: block;white-space: normal;width: auto;}.cs-food-menu.food-menu-style-5 .cs-food-menu-header .cs-food-menu-lines {display: none;}.cs-food-menu.food-menu-style-5 .cs-food-menu-item {display: block;padding: var(--gap);}.cs-food-menu.food-menu-style-5 .cs-food-menu-main {display: block;}.cs-food-menu.food-menu-style-5 .cs-food-menu-title {line-height: 1.35;}.cs-food-menu.food-menu-style-5 .cs-food-menu-details {margin-top: 10px;line-height: 1.35;}.cs-food-menu.food-menu-style-5 .cs-food-menu-img {width: 100%;max-width: 100%;margin: 0 0 20px;}.cs-food-menu.food-menu-style-5 .cs-food-menu-img img {display: block;}.cs-food-menu.food-menu-style-6 .cs-food-menu-item {margin: 0 0 30px;}.cs-food-menu.food-menu-style-6 .cs-food-menu-lines {opacity: 0;}.cs-food-menu .cs-food-menu-item:last-child {margin-bottom: 0;}.cs-food-card {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;margin-right: auto;margin-left: auto;}.cs-food-card .cs-fc-img, .cs-food-card .cs-fc-img + .cs-fc-info {width: 50%;}.cs-food-card:not(.column-reverse) .cs-fc-img {display: flex;justify-content: flex-end;}.cs-food-card .cs-fc-img + .cs-fc-info {padding: 0 60px;}.cs-food-card .cs-fc-info-title {margin: 0;line-height: 1.2;font-size: 40px;}.cs-food-card .cs-fc-info-title + .cs-fc-info-text {margin-top: 20px;}.cs-food-card .cs-fc-info-text {line-height: 1.25;font-size: 21px;}.cs-food-card .cs-fc-info-text > *:last-child {margin-bottom: 0;}.cs-food-card .cs-fc-info-text:not(:last-child) {margin-bottom: 30px;}.cs-food-card .cs-fc-info-extra {display: flex;margin-top: 20px;}.cs-food-card .cs-fc-info-extra .info-label {display: inline-block;margin-right: 45px;font-size: 14px;font-size: 0.875rem;text-transform: uppercase;border: 2px solid;padding: 3px 15px;line-height: 24px;text-align: center;min-width: 130px;}.cs-food-card .cs-fc-info-extra .info-content {display: inline-block;font-size: 36px;font-size: 2.25rem;font-weight: 600;line-height: 1;}.cs-food-card.column-reverse {flex-direction: row-reverse;}.cs-food-card.column-reverse .cs-fc-info {display: flex;justify-content: flex-end;}.cs-testimonials .cs-testimonial-content {color: var(--text-color);font-family: var(--heading-font);font-size: 20px;font-size: 1.25rem;line-height: 1.5;}.cs-testimonials .cs-testimonial-content + .cs-testimonial-rating {margin-top: 10px;}.cs-testimonials .cs-testimonial-meta {margin-top: 25px;}.cs-testimonials .cs-testimonial-rating + .cs-testimonial-meta {margin-top: 0;}.cs-testimonials .elementor-testimonial-image {font-size: 0;}.cs-testimonials .elementor-testimonial-image img {display: inline;width: 70px;border-radius: 50%;}.cs-testimonials .cs-testimonial-rating:first-child {margin-bottom: 20px;}.cs-testimonials .cs-testimonial-stars {display: block;}.cs-testimonials .cs-testimonial-stars: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: "\f005\f005\f005\f005\f005";color: #ffc107;font-size: 11px;letter-spacing: 2px;}.cs-testimonials:not(.elementor-testimonial-image-position-aside) .cs-testimonial-meta .elementor-testimonial-image {margin-bottom: 12px;}.cs-testimonials.elementor-testimonial-image-position-aside .cs-testimonial-meta .elementor-testimonial-meta-inner {width: fit-content;text-align: left;}.cs-testimonials.elementor-testimonial-image-position-aside .cs-testimonial-meta .elementor-testimonial-image, .cs-testimonials.elementor-testimonial-image-position-aside .cs-testimonial-meta .elementor-testimonial-details {display: inline-block;vertical-align: middle;}.cs-testimonials.elementor-testimonial-image-position-aside .cs-testimonial-meta .elementor-testimonial-image {margin-right: 12px;}.cs-testimonials.elementor-testimonial-image-position-aside.text-center .elementor-testimonial-meta-inner {margin: 0 auto;}.cs-testimonials .elementor-testimonial-name {font-family: var(--heading-font);font-size: 16px;font-size: 1rem;}.cs-testimonials .elementor-testimonial-job {font-size: 12px;font-size: 0.75rem;text-transform: uppercase;}.cs-testimonials.testimonial-style-1 .cs-testimonial {margin: 0 auto;}.cs-testimonials.testimonial-style-1 .cs-testimonial, .cs-testimonials.testimonial-style-1 .slick-dots {max-width: 820px;}.cs-testimonials.testimonials-grid {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: -30px;}.cs-testimonials.testimonials-grid .cs-testimonial {padding: 30px;}.cs-testimonials.testimonials-grid .cs-testimonial-content {font-size: 21px;font-size: 1.3125rem;}.cs-testimonials.testimonials-slider > .cs-ts-wrap > .cs-ts-item {display: none;}.cs-testimonials.testimonials-slider > .cs-ts-wrap > .cs-ts-item:first-child {display: block;}.cs-testimonials.testimonials-slider .slick-arrow.slick-prev {left: -30px;}.cs-testimonials.testimonials-slider .slick-arrow.slick-next {right: -30px;}.cs-testimonials.testimonials-slider[data-column="1"] .cs-ts-item {padding: 0;}.cs-testimonials.testimonials-slider[data-column="2"] .cs-testimonial-content, .cs-testimonials.testimonials-slider[data-column="3"] .cs-testimonial-content {font-size: 18px;font-size: 1.125rem;}.cs-testimonials.testimonials-slider .cs-ts-item {padding: 0 30px;}.cs-gallery img {display: block;margin: 0 auto;max-width: 100%;transition: transform 0.3s;}.cs-gallery.gap-0 {--gallery-gap: 0px;}.cs-gallery.gap-2 {--gallery-gap: 2px;}.cs-gallery.gap-5 {--gallery-gap: 5px;}.cs-gallery.gap-10 {--gallery-gap: 10px;}.cs-gallery.gap-16 {--gallery-gap: 16px;}.cs-gallery.gap-20 {--gallery-gap: 20px;}.cs-gallery.gap-32 {--gallery-gap: 32px;}.cs-gallery .cs-gallery-item {position: relative;}.cs-gallery.gallery-grid .cs-gallery-wrap {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: calc(0px - var(--gallery-gap));}.cs-gallery.gallery-grid .cs-gallery-item {padding: var(--gallery-gap);}.cs-gallery.gallery-grid.grid-col-2 .cs-gallery-item {width: 50%;}.cs-gallery.gallery-grid.grid-col-3 .cs-gallery-item {width: 33.33%;}.cs-gallery.gallery-grid.grid-col-4 .cs-gallery-item {width: 25%;}.cs-gallery.gallery-grid.grid-col-5 .cs-gallery-item {width: 20%;}.cs-gallery.gallery-grid.grid-col-6 .cs-gallery-item {width: 16.6666%;}.cs-gallery.gallery-grid.align-middle-v .cs-gallery-item {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;}.cs-gallery.gallery-grid.align-bottom-v .cs-gallery-item {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: flex-end;-ms-flex-align: flex-end;align-items: flex-end;-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-gallery.gallery-mosaic .cs-gallery-wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap: 2px;}.cs-gallery.gallery-mosaic .cs-gallery-wrap .cs-gallery-item:first-child {grid-column: 1/span 2;grid-row: 1/span 2;}.cs-gallery.gallery-mosaic .cs-gallery-wrap img {object-fit: cover;width: 100%;height: 100%;}.cs-gallery.gallery-carousel .slick-list {margin: 0 calc(0px - var(--gallery-gap));}.cs-gallery.gallery-carousel .slick-slide {will-change: transform;}.cs-gallery.gallery-carousel .cs-gallery-item {padding: 0 var(--gallery-gap);}.cs-gallery.gallery-carousel.align-middle-v .slick-track {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;}.cs-gallery.gallery-carousel.align-bottom-v .slick-track {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: flex-end;-ms-flex-align: flex-end;align-items: flex-end;-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-gallery.gallery-carousel.slider-height-full .cs-gallery-item {height: 100vh;}.cs-gallery.gallery-carousel.slider-height-full .cs-gallery-item img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9;display: block;width: 100%;height: 100%;object-fit: cover;}.cs-gallery.gallery-carousel > .cs-gallery-wrap > .cs-gallery-item {display: none;opacity: 0;}.cs-gallery.gallery-carousel > .cs-gallery-wrap > .cs-gallery-item:first-child {display: block;}.cs-gallery.slider-dots-overlap .slick-dots {position: absolute;bottom: 30px;left: 0;width: 100%;color: #fff;}.cs-gallery.variable-width .cs-gallery-item {height: 600px;}.cs-gallery.variable-width .cs-gallery-item img {height: 100%;width: auto;}.cs-gallery.style-overflow .slick-list {overflow: visible;}.cs-gallery.style-overflow .slick-arrow.slick-prev {left: -30px;}.cs-gallery.style-overflow .slick-arrow.slick-next {right: -30px;}.cs-instagram {--ig-gap: 8px;}.cs-instagram .cs-instagram-title {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 99;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;justify-content: center;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;width: 256px;height: 256px;padding: 0 30px;border-radius: 50%;background: #fff;color: #000;font-size: 26px;font-size: 1.625rem;line-height: 1.3;font-weight: 500;text-align: center;overflow: hidden;}.cs-instagram ul {margin: 0;list-style: none;display: grid;grid-template-columns: repeat(3, 1fr);gap: var(--ig-gap);}.cs-instagram li {position: relative;overflow: hidden;}.cs-instagram.column-4 ul {grid-template-columns: repeat(4, 1fr);}.cs-instagram.column-5 ul {grid-template-columns: repeat(5, 1fr);}.cs-instagram .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: all 0.4s ease-out;-webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);}.cs-instagram .feed-video {margin-bottom: 0;}.cs-instagram li a {position: relative;display: block;overflow: hidden;background: #000;}.cs-instagram li a:after {position: absolute;top: 20px;left: 20px;z-index: 99;color: #fff;-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: "\f16d";font-size: 24px;line-height: 1;opacity: 0;transition: opacity 0.4s ease-out;}.no-touch .cs-instagram li a:hover .feed-bg {-webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);opacity: 0.9;}.no-touch .cs-instagram li a:hover:after {opacity: 1;}.cs-fancy-card {--content-bg: #000;--content-color: #fff;--content-bg-hover: var(--content-bg);--content-color-hover: var(--content-color);}.cs-fancy-card .cs-fc-wrap {position: relative;overflow: hidden;}.cs-fancy-card .cs-fc-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.cs-fancy-card .cs-fc-link ~ * {pointer-events: none;}.elementor-editor-active .cs-fancy-card .cs-fc-link ~ *, .cs-fancy-card .cs-fc-link ~ * a {pointer-events: auto;}.cs-fancy-card .cs-fc-img {position: relative;overflow: hidden;}.cs-fancy-card .cs-fc-img img {display: block;width: 100%;transition: 0.35s ease-in-out;}.no-touch .cs-fancy-card.cs-hover-img-zoom:hover .cs-fc-img img {-webkit-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);}.cs-fancy-card.cs-hover-img-zoom-out .cs-fc-img img {-webkit-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);}.no-touch .cs-fancy-card.cs-hover-img-zoom-out:hover .cs-fc-img img {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.cs-fancy-card .cs-fc-content {z-index: 9;width: 100%;padding: 30px;}.cs-fancy-card .cs-fc-title:not([class*="color-"]), .cs-fancy-card .cs-subtitle:not([class*="color-"]) {color: inherit;}.cs-fancy-card .cs-fc-text p {margin-bottom: 0;}.cs-fancy-card.style-1 .cs-fc-wrap {display: flex;flex-direction: column;background: var(--content-bg);color: var(--content-color);transition: background 0.3s, color 0.3s;}.no-touch .cs-fancy-card.style-1:hover .cs-fc-wrap {background: var(--content-bg-hover);color: var(--content-color-hover);}.cs-fancy-card.style-1.order-reverse:not(.layout-row) .cs-fc-img {order: 9;}.cs-fancy-card.style-1 .cs-fc-content {display: flex;flex-direction: column;justify-content: center;}.cs-fancy-card.style-2 .cs-fc-wrap {overflow: visible;}.cs-fancy-card.style-2 .cs-fc-content {position: absolute;bottom: 30px;left: -20px;padding: 15px 50px;background: var(--content-bg);color: var(--content-color);width: fit-content;max-width: calc(100% - 20px);transition: background 0.3s, color 0.3s;}.cs-fancy-card.style-2.content-position-right .cs-fc-content {right: -20px;left: auto;}.cs-fancy-card.style-2.content-position-center .cs-fc-content {right: auto;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 70%;max-width: 100%;}.no-touch .cs-fancy-card.style-2:hover .cs-fc-content {background: var(--content-bg-hover);color: var(--content-color-hover);}.cs-cta {--cta-border-color: var(--primary-color);}.cs-cta .cs-cta-wrap {position: relative;overflow: hidden;}.cs-cta .cs-cta-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}.cs-cta .cs-cta-img {position: relative;overflow: hidden;}.cs-cta .cs-cta-img img {display: block;width: 100%;transition: 0.35s ease-in-out;}.cs-cta .cs-cta-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;transition: 0.35s;}.cs-cta .cs-cta-label {z-index: 9;position: absolute;background: #fff;color: #000;padding: 8px 12px;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;pointer-events: none;}.elementor-editor-active .cs-cta .cs-cta-label {pointer-events: auto;}.cs-cta .cs-cta-label.label-top-left {top: 20px;left: 20px;}.cs-cta .cs-cta-label.label-top-right {top: 20px;right: 20px;}.cs-cta .cs-cta-label.label-bottom-left {bottom: 20px;left: 20px;}.cs-cta .cs-cta-label.label-bottom-right {right: 20px;bottom: 20px;}.cs-cta .cs-cta-label.label-centered {top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.cs-cta .cs-cta-content {z-index: 9;width: 100%;pointer-events: none;}.elementor-editor-active .cs-cta .cs-cta-content {pointer-events: auto;}.cs-cta .cs-cta-content > * {margin-bottom: 10px;}.cs-cta .cs-cta-content .cs-subtitle-wrap:last-child {margin-bottom: 0;}.cs-cta .cs-cta-content a {pointer-events: auto;}.elementor-editor-active .cs-cta .cs-cta-content a {pointer-events: none;}.elementor-editor-active .cs-cta .cs-cta-content a .cs-btn-text {pointer-events: auto;}.cs-cta .cs-cta-text {font-size: 16px;font-size: 1rem;line-height: 1.5;}.cs-cta .cs-cta-text p {margin-bottom: 10px;}.cs-cta .cs-cta-text p:last-child {margin-bottom: 0;}.cs-cta .hover-slide-up {overflow: hidden;max-height: 0;opacity: 0;transition: 0.35s ease-in-out;}.no-touch .cs-cta:hover .hover-slide-up {max-height: 200px;opacity: 1;}.cs-cta.cta-layout-text-normal .cs-cta-content {padding-top: 30px;}.cs-cta.cta-layout-text-normal .cs-cta-content > * {margin-bottom: 15px;}.cs-cta.cta-layout-text-overlap .cs-cta-content {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding: 30px;}.no-touch .cs-cta.cta-hover-img-zoom:hover .cs-cta-img img {-webkit-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);}.cs-cta.cta-hover-img-zoom-out .cs-cta-img img {-webkit-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);}.no-touch .cs-cta.cta-hover-img-zoom-out:hover .cs-cta-img img {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.cs-cta.content-top .cs-cta-content {justify-content: flex-start;}.cs-cta.content-middle .cs-cta-content {justify-content: center;}.cs-cta.content-bottom .cs-cta-content {justify-content: flex-end;}.cs-cta.text-hover-to-show .cs-cta-content {opacity: 0;transition: opacity 0.4s;}.no-touch .cs-cta.text-hover-to-show:hover .cs-cta-content {opacity: 1;}.cs-cta.text-hover-to-hide .cs-cta-content {transition: opacity 0.4s;}.no-touch .cs-cta.text-hover-to-hide:hover .cs-cta-content {opacity: 0;}.cs-cta.with-inner-border {--border-position: 10px;}.cs-cta.with-inner-border .cs-cta-content:before, .cs-cta.with-inner-border .cs-cta-content:after {position: absolute;top: var(--border-position);right: var(--border-position);bottom: var(--border-position);left: var(--border-position);color: var(--cta-border-color);content: "";transition: opacity 0.35s, transform 0.35s;}.cs-cta.with-inner-border .cs-cta-content:before {border-top: 1px solid;border-bottom: 1px solid;}.cs-cta.with-inner-border .cs-cta-content:after {border-right: 1px solid;border-left: 1px solid;}.cs-cta.with-inner-border.text-hover-to-show .cs-cta-content:before, .cs-cta.with-inner-border.text-hover-to-show .cs-cta-content:after {opacity: 0;}.cs-cta.with-inner-border.text-hover-to-show .cs-cta-content:before {transform: scale(0, 1);}.cs-cta.with-inner-border.text-hover-to-show .cs-cta-content:after {transform: scale(1, 0);}.no-touch .cs-cta.with-inner-border.text-hover-to-show:hover .cs-cta-content:before, .no-touch .cs-cta.with-inner-border.text-hover-to-show:hover .cs-cta-content:after {opacity: 1;transform: scale(1);}.no-touch .cs-cta.with-inner-border.text-hover-to-hide:hover .cs-cta-content:before, .no-touch .cs-cta.with-inner-border.text-hover-to-hide:hover .cs-cta-content:after {opacity: 0;}.no-touch .cs-cta.with-inner-border.text-hover-to-hide:hover .cs-cta-content:before {transform: scale(0, 1);}.no-touch .cs-cta.with-inner-border.text-hover-to-hide:hover .cs-cta-content:after {transform: scale(1, 0);}.cs-cta.img-offset-border {--offset: -10px;--offset-revert: calc(0px - var(--offset));}.cs-cta.img-offset-border .cs-cta-wrap {overflow: visible;}.cs-cta.img-offset-border .cs-cta-img-wrap {position: relative;}.cs-cta.img-offset-border .cs-offset-border {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 1px solid var(--cta-border-color);transform: translate(var(--offset), calc(var(--offset)));transition: all 0.3s;will-change: transform, width, height;}.no-touch .cs-cta.img-offset-border:hover .cs-offset-border {-webkit-transform: translate(var(--offset-revert), var(--offset-revert));-ms-transform: translate(var(--offset-revert), var(--offset-revert));transform: translate(var(--offset-revert), var(--offset-revert));width: calc(100% + var(--offset)*2);height: calc(100% + var(--offset)*2);}.cs-block-links {display: flex;align-items: stretch;justify-content: flex-start;flex-wrap: wrap;}.cs-block-links .cs-bl-item {position: relative;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;min-height: 400px;flex-grow: 2;transition: width 0.8s cubic-bezier(0.36, 0.33, 0, 1);}.no-touch .cs-block-links .cs-bl-item:hover .cs-bl-item-bg {opacity: 1;}.cs-block-links .cs-bl-item-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;transition: opacity .4s ease-out;}.cs-block-links .cs-bl-item-bg .cs-bl-item-bg-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}.cs-block-links .cs-bl-item-inner {position: relative;z-index: 3;padding: 80px 30px;text-align: center;}.cs-block-links .cs-text, .cs-block-links .button {margin-top: 20px;}.cs-block-links .cs-text p {margin-bottom: 20px;}.cs-block-links .cs-text p:last-child {margin-bottom: 0;}.cs-block-links .cs-bl-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}.no-touch .cs-block-links.hover-text-white .cs-bl-item:hover {color: #fff !important;}.no-touch .cs-block-links.hover-text-white .cs-bl-item:hover .cs-subtitle, .no-touch .cs-block-links.hover-text-white .cs-bl-item:hover .cs-title, .no-touch .cs-block-links.hover-text-white .cs-bl-item:hover .cs-text {color: inherit !important;}.no-touch .cs-block-links.hover-text-white .cs-bl-item:hover .button.cs-btn-outline {--btn-bg: #fff;}.elementor-editor-active .cs-block-links .cs-bl-link {pointer-events: none;}.cs-countdown .countdown-item {position: relative;display: inline-flex;flex: 0 1;flex-direction: column;margin: 0 2%;padding: 10px 0;min-width: 100px;text-align: center;font-size: 0;}.cs-countdown .countdown-amount {font-size: 32px;font-size: 2rem;line-height: 1.2;}.cs-countdown .countdown-period {font-size: 18px;font-size: 1.125rem;}.cs-countdown.amount-color-primary .countdown-amount, .cs-countdown.period-color-primary .countdown-period {color: var(--primary-color);}.cs-countdown.amount-color-secondary .countdown-amount, .cs-countdown.period-color-secondary .countdown-period {color: var(--secondary-color);}.cs-countdown.amount-color-black .countdown-amount, .cs-countdown.period-color-black .countdown-period {color: #000;}.cs-countdown.amount-color-white .countdown-amount, .cs-countdown.period-color-white .countdown-period {color: #fff;}.cs-video-btn {font-size: 0;}.cs-video-btn .video-play-btn {position: relative;display: inline-block;width: 150px;height: 150px;border-radius: 50%;border: 1px solid;cursor: pointer;}.cs-video-btn .video-play-btn svg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);margin-top: 1px;margin-left: 4px;max-width: 32px;}.elementor-widget-cs_social a, .entry-content .elementor-widget-cs_social a {color: inherit;}.cs-info-box {position: relative;display: flex;--box-gap: 20px;--icon-space: 25px;}.cs-info-box .cs-info-box-wrap {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: calc(0px - var(--box-gap)/2);width: calc(100% + var(--box-gap));}.cs-info-box .cs-info-box-item, .cs-info-box .cs-item-container {position: relative;display: flex;align-items: stretch;width: 100%;}.cs-info-box .cs-info-box-item {padding: calc(var(--box-gap)/2);}.cs-info-box.valign-middle .cs-item-container {align-items: center;}.cs-info-box.img-left .cs-info-box-item {flex-direction: row;}.cs-info-box.img-left .cs-info-box-img {margin-right: var(--icon-space);}.cs-info-box.img-right .cs-info-box-item .cs-item-container {flex-direction: row-reverse;}.cs-info-box.img-right .cs-info-box-img {margin-right: 0;margin-left: var(--icon-space);}.cs-info-box.img-top {--icon-space: 15px;}.cs-info-box.img-top .cs-info-box-item .cs-item-container {flex-direction: column;}.cs-info-box.img-top .cs-info-box-img {margin-bottom: var(--icon-space);}.cs-info-box .cs-info-box-img {flex: 0 0 auto;line-height: 0;}.cs-info-box .cs-info-box-img i {font-size: 42px;}.cs-info-box .cs-info-box-img svg {width: 42px;max-height: 42px;}.cs-info-box .cs-info-box-content {position: relative;flex: 1 1 auto;}.cs-info-box .cs-info-box-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}.cs-info-box img {display: block;}.cs-info-box.text-center img {margin: 0 auto;}.cs-info-box.text-right img {margin-left: auto;}.cs-info-box.column-1 .cs-info-box-item {width: 100%;}.cs-info-box .cs-info-box-title {font-size: 21px;font-size: 1.3125rem;}.cs-info-box .cs-info-box-title + .cs-info-box-text, .cs-info-box .cs-info-box-btn {margin-top: 10px;}.cs-info-box .cs-info-box-text {font-size: 16px;font-size: 1rem;line-height: 1.35;}.cs-info-box .cs-info-box-text p {margin-bottom: 15px;}.cs-info-box .cs-info-box-text p:last-child {margin-bottom: 0;}.cs-team {position: relative;overflow: hidden;}.cs-team .cs-team-photo {margin-bottom: 15px;}.cs-team .cs-team-photo img {display: block;}.cs-team.text-left .cs-team-photo img {margin-right: auto;}.cs-team.text-center .cs-team-photo img {margin: 0 auto;}.cs-team.text-right .cs-team-photo img {margin-left: auto;}.cs-team .cs-team-position {display: block;margin-bottom: 7.5px;}.cs-team .cs-title.cs-team-name {font-size: 30px;font-size: 1.875rem;margin-bottom: 15px;}.cs-team .cs-team-text {margin-bottom: 15px;font-size: 16px;font-size: 1rem;}.cs-team .cs-team-text p {margin-bottom: 15px;}.cs-team .cs-team-text p:last-child {margin-bottom: 0;}.cs-team .cs-team-social a {color: inherit;}.cs-team > *:last-child {margin-bottom: 0;}.cs-team.style-overlay .cs-team-photo {margin-bottom: 0;}.cs-team.style-overlay .cs-team-info {position: absolute;bottom: 0;left: 0;width: 100%;padding: 50px 30px 30px;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));color: #fff;}.cs-team.style-overlay .cs-team-name {color: inherit;}.cs-list {--icon-v-offset: 0px;--list-space: 2px;list-style: none;margin: 0;}.cs-list li {position: relative;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;padding: var(--list-space) 0;line-height: 1.4;}.cs-list .list-icon {position: relative;top: var(--icon-v-offset);display: flex;margin-right: 20px;}.cs-list .list-icon svg {width: 1em;max-height: 1em;fill: currentColor;}.cs-list .list-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.cs-list.with-border {--list-space: 12px;border-top: 1px solid var(--border-color);}.cs-list.with-border li {border-bottom: 1px solid var(--border-color);}.cs-list.cs-list-type-none .list-icon {display: none;margin: 0;}.cs-list.cs-list-type-ordered {counter-reset: item;}.cs-list.cs-list-type-ordered .list-icon:before {counter-increment: item;}.cs-list.type-decimal .list-icon:before {content: counter(item,decimal) ".";}.cs-list.type-decimal-leading-zero .list-icon:before {content: counter(item,decimal-leading-zero) ".";}.cs-list.type-upper-roman .list-icon:before {content: counter(item,upper-roman) ".";}.cs-list.type-lower-roman .list-icon:before {content: counter(item,lower-roman) ".";}.elementor-editor-active .cs-list a {pointer-events: none;}.elementor-align-center .cs-list li {justify-content: center;}.elementor-align-right .cs-list li {justify-content: flex-end;text-align: right;}.cs-open-table .field-wrap > * {width: 100%;}.cs-open-table.wide .cs-otf-wrap {display: flex;flex-wrap: wrap;margin: 0 -16px;}.cs-open-table.wide .cs-otf-wrap .cs-otf-field {width: 100%;padding: 0 16px;margin-bottom: 30px;}.cs-open-table.wide .cs-otf-wrap .cs-otf-field:last-child {margin-bottom: 0;}.cs-open-table.standard .cs-otf-wrap .cs-otf-field {width: 100%;margin-bottom: 30px;}.cs-open-table.standard .cs-otf-wrap .cs-otf-field:last-child {margin-bottom: 0;}.cs-open-table .field-wrap {position: relative;}.cs-open-table .cs-otf-field {position: relative;}.cs-open-table .cs-otf-field.otf-restaurant .field-wrap:after, .cs-open-table .cs-otf-field.otf-size .field-wrap:after, .cs-open-table .cs-otf-field.otf-date .field-wrap:after, .cs-open-table .cs-otf-field.otf-time .field-wrap: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;content: "\33";font-size: 16px;position: absolute;right: 5px;top: 0;line-height: 52px;}.cs-open-table select {-webkit-appearance: none !important;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker {--dropdown-bg: #f8f5f1;--dropdown-color: #000;--dropdown-border: var(--primary-color);background: var(--dropdown-bg);color: var(--dropdown-color);border: 1px solid var(--dropdown-border);border-radius: 0;padding: 16px;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-header {padding: 0;border: none;background: none;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-title {line-height: 32px;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next {position: absolute;top: 0;width: 32px;height: 32px;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev span, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next span {position: absolute;top: 0;left: 0;margin: 0;width: 32px;height: 32px;cursor: pointer;border-radius: 50%;box-sizing: border-box;border: 0.0625rem solid #d8d9db;background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.24%208.07%22%3E%3Cg%3E%3Cpath%20style%3D%22fill%3A%2523333%22%20d%3D%22M5.09%203.68L4.39%203%201.56.15a.5.5%200%200%200-.71%200l-.7.7a.5.5%200%200%200%200%20.71L2.62%204%20.15%206.51a.5.5%200%200%200%200%20.71l.71.71a.5.5%200%200%200%20.71%200L4.39%205.1l.71-.71a.5.5%200%200%200-.01-.71z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);background-position: 50%;background-repeat: no-repeat;background-size: 0.375rem 0.5rem;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev.ui-state-hover, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next.ui-state-hover {background: none;border: none;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev.ui-state-hover span, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next.ui-state-hover span {border: 2px solid var(--primary-color);}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev {left: 0;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev span {transform: scaleX(-1);}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next {right: 0;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table {border: none;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table th {padding: 8px 0;font-weight: 500;font-size: 12px;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td {padding: 0;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td span, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td a {text-align: center;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td {border: none;line-height: 2rem;border: 0.0625rem solid #d8d9db;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table .ui-state-default, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table .ui-widget-content .ui-state-default {background: #fff;color: #000;border: none;padding: 0;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td.ui-state-disabled {color: #d8d9db;opacity: 1;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td.ui-state-disabled .ui-state-default {color: inherit;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td a.ui-state-active, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td a:hover {position: relative;}.theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td a.ui-state-active:before, .theme-cozystay .ui-widget.ui-widget-content.ui-datepicker table td a:hover:before {border: 2px solid var(--primary-color);box-sizing: border-box;content: "";height: calc(100% + 2px);left: 0;margin: -0.0625rem;position: absolute;width: calc(100% + 2px);}.theme-cozystay .daterangepicker {--dropdown-bg: #f8f5f1;--dropdown-color: #000;--dropdown-border: var(--primary-color);--available-bg: #fff;--active-bg: var(--primary-color);--active-color: #fff;--inrange-bg: #ede6dc;--inrange-color: var(--dropdown-color);--disabled-color: #d8d9db;--padding: 8px;--td-border: #d8d9db;--tooltip-bg: #000;--tooltip-color: #fff;--no-check-inout: rgba(0, 0, 0, 0.7);--hover-highlight: var(--primary-color);background: var(--dropdown-bg);color: var(--dropdown-color);border: 1px solid var(--dropdown-border);border-radius: 0;padding: var(--padding);margin-top: 12px;}.theme-cozystay .daterangepicker:before {border-bottom-color: var(--dropdown-border);}.theme-cozystay .daterangepicker:after {border-bottom-color: var(--dropdown-bg);-webkit-transform: translateY(0.4px);-ms-transform: translateY(0.4px);transform: translateY(0.4px);}.theme-cozystay .daterangepicker.opensright:before {left: 25px;}.theme-cozystay .daterangepicker.opensright:after {left: 26px;}.theme-cozystay .daterangepicker.opensleft:before {right: 32px;}.theme-cozystay .daterangepicker.opensleft:after {right: 33px;}.theme-cozystay .daterangepicker .calendar-table {background: none;border: none;}.theme-cozystay .daterangepicker .calendar-table table {border: none;}.theme-cozystay .daterangepicker .calendar-table th, .theme-cozystay .daterangepicker .calendar-table td {position: relative;padding: 0;max-width: 100%;height: 36px;border: none;border-radius: 0;}.theme-cozystay .daterangepicker .calendar-table thead th.month {font-size: 16px;font-size: 1rem;}.theme-cozystay .daterangepicker .calendar-table tbody td {border: 0.0625rem solid var(--td-border);}.theme-cozystay .daterangepicker td:hover {z-index: 99;}.theme-cozystay .daterangepicker td.disabled, .theme-cozystay .daterangepicker option.disabled {color: var(--disabled-color) !important;background: none !important;}.theme-cozystay .daterangepicker td.disabled:before, .theme-cozystay .daterangepicker td.disabled:not(.maximal-stay-unavailable) .day-tooltip, .theme-cozystay .daterangepicker option.disabled:before, .theme-cozystay .daterangepicker option.disabled:not(.maximal-stay-unavailable) .day-tooltip {display: none !important;}.theme-cozystay .daterangepicker td.available {background: var(--available-bg);}.theme-cozystay .daterangepicker td.available:hover {background: var(--available-bg);}.theme-cozystay .daterangepicker td.no-checkin:not(.off):not(.active):not(.in-range), .theme-cozystay .daterangepicker td.no-checkout:not(.off):not(.active):not(.in-range) {color: var(--no-check-inout);}.theme-cozystay .daterangepicker td.in-range {background: var(--inrange-bg);color: var(--inrange-color);}.theme-cozystay .daterangepicker td.active {background: var(--active-bg);color: var(--active-color);}.theme-cozystay .daterangepicker td.active:hover {background: var(--available-bg);color: var(--dropdown-color);}.theme-cozystay .daterangepicker td.active, .theme-cozystay .daterangepicker td.in-range, .theme-cozystay .daterangepicker td.available:hover {position: relative;}.theme-cozystay .daterangepicker td.active:before, .theme-cozystay .daterangepicker td.in-range:before, .theme-cozystay .daterangepicker td.available:hover:before {position: absolute;top: 0;left: 0;margin: -0.0625rem;width: calc(100% + 2px);height: calc(100% + 2px);border: 2px solid;box-sizing: border-box;content: "";}.theme-cozystay .daterangepicker td.in-range:before {border-color: var(--inrange-bg);}.theme-cozystay .daterangepicker td.in-range.off:before {border-color: transparent;}.theme-cozystay .daterangepicker td.active:before {border-color: var(--active-bg);}.theme-cozystay .daterangepicker td.available:hover:before {border-color: var(--hover-highlight);}.theme-cozystay .daterangepicker td.active.off:not(:hover):before {border-color: transparent;}.theme-cozystay .daterangepicker th.available:hover {background: none;}.theme-cozystay .daterangepicker th.prev, .theme-cozystay .daterangepicker th.next {position: relative;}.theme-cozystay .daterangepicker th.prev span, .theme-cozystay .daterangepicker th.next span {border-color: var(--dropdown-color);}.theme-cozystay .daterangepicker th.prev:before, .theme-cozystay .daterangepicker th.prev:after, .theme-cozystay .daterangepicker th.next:before, .theme-cozystay .daterangepicker th.next:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);margin: 1px 0 0;width: 32px;height: 32px;border-radius: 50%;box-sizing: border-box;content: "";}.theme-cozystay .daterangepicker th.prev:before, .theme-cozystay .daterangepicker th.next:before {border: 0.0625rem solid var(--td-border);}.theme-cozystay .daterangepicker th.prev:after, .theme-cozystay .daterangepicker th.next:after {border: 2px solid var(--hover-highlight);opacity: 0;}.theme-cozystay .daterangepicker th.prev:hover:before, .theme-cozystay .daterangepicker th.next:hover:before {opacity: 0;}.theme-cozystay .daterangepicker th.prev:hover:after, .theme-cozystay .daterangepicker th.next:hover:after {opacity: 1;}.theme-cozystay .daterangepicker th.prev span, .theme-cozystay .daterangepicker th.next span {padding: 2px;}.theme-cozystay .daterangepicker th.prev:before, .theme-cozystay .daterangepicker th.prev:after {margin-left: -1px;}.theme-cozystay .daterangepicker .day-tooltip {position: absolute;top: 1px;left: 50%;z-index: 999;-webkit-transform: translate(-50%, -100%);-ms-transform: translate(-50%, -100%);transform: translate(-50%, -100%);display: block;width: fit-content;height: auto;padding: 2px 6px;background: var(--tooltip-bg);color: var(--tooltip-color);font-size: 10px;font-size: 0.625rem;border-radius: 2px;pointer-events: none;}.theme-cozystay .daterangepicker .day-tooltip:after {position: absolute;display: block;width: 10px;height: 10px;background: var(--tooltip-bg);content: "";bottom: -2px;left: 50%;-webkit-transform: translateX(-50%) rotate(45deg);-ms-transform: translateX(-50%) rotate(45deg);transform: translateX(-50%) rotate(45deg);}.elementor-widget-cs_reservation .elementor-widget-container {position: relative;}.cs-reservation-form {--field-height: 48px;--field-space: 30px;--dropdown-bg: #f8f5f1;--dropdown-color: #000;--dropdown-border: var(--primary-color);--icon-color: var(--primary-color);--divider-color: var(--primary-color);}.cs-reservation-form .cs-form-field .field-wrap, .cs-reservation-form .cs-form-field .field-input-wrap {position: relative;}.cs-reservation-form .cs-form-field:not(.cs-submit) .field-input-wrap: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;content: "\33";font-size: 20px;line-height: 1;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 10px;opacity: 0.35;}.cs-reservation-form .cs-form-label {display: block;}.cs-reservation-form .cs-form-label .csf-item-description {display: block;margin-top: -2px;font-family: var(--body-font);font-size: 13px;font-size: 0.8125rem;line-height: 1;opacity: 0.5;}.cs-reservation-form .field-wrap > .cs-form-label {color: var(--text-color);}.cs-reservation-form input[type="text"], .cs-reservation-form input[type="email"], .cs-reservation-form input[type="url"], .cs-reservation-form input[type="file"], .cs-reservation-form input[type="password"], .cs-reservation-form input[type="number"], .cs-reservation-form input[type="date"], .cs-reservation-form input[type="search"], .cs-reservation-form input[type="tel"], .cs-reservation-form textarea, .cs-reservation-form select {height: var(--field-height);font-size: 14px;font-size: 0.875rem;}.cs-reservation-form select {-webkit-appearance: none !important;width: 100%;}.cs-reservation-form button[type="submit"] {padding: 0 15px;width: 100%;height: var(--field-height);line-height: 1.2;text-align: center;}.cs-reservation-form.style-block .cs-form-wrap {font-size: 0;}.cs-reservation-form.style-block .cs-form-field:not(:first-child) {padding-top: var(--field-space);}.cs-reservation-form.style-block .form-field-col-1-2 {display: inline-block;width: 50%;}.cs-reservation-form.style-block .form-field-col-1-2.cs-adults {padding-right: calc(var(--field-space)/2);}.cs-reservation-form.style-block .form-field-col-1-2.cs-children {padding-left: calc(var(--field-space)/2);}.cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown {padding: 15px;}.cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown .csf-dropdown-item {flex-wrap: wrap;}.cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown .cs-form-label {display: none;}.cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown .csf-dropdown-item {justify-content: center;}.cs-reservation-form.style-block .csf-dropdown {min-width: 100px;width: 100%;}.cs-reservation-form.style-block:not(.inline-label) .csf-item-description {margin-bottom: 5px;}.cs-reservation-form.style-block .cs-form-field.cs-has-age-text .csf-item-description {position: absolute;font-size: 12px;font-size: 0.75rem;white-space: nowrap;opacity: 0;transition: opacity 0.3s;}.cs-reservation-form.style-block .cs-form-field.cs-has-age-text .cs-form-label {transition: top 0.3s;}.cs-reservation-form.style-block .cs-form-field.cs-has-age-text.loftocean-highlighted .csf-item-description {opacity: 0.5;}.cs-reservation-form.style-block .cs-form-field.cs-has-age-text.loftocean-highlighted .cs-form-label {top: calc(50% - 6px);}.cs-reservation-form.style-banner .cs-form-wrap {position: relative;display: -webkit-flex;display: -ms-flexbox;display: flex;margin: 0 calc(0px - var(--field-space)/2);-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field {position: relative;display: inline-block;width: 100%;vertical-align: top;padding: 0 calc(var(--field-space)/2);}.cs-reservation-form.style-banner button[type="submit"] {padding: 0 15px;text-align: center;width: 100%;}.cs-reservation-form.style-banner.style-banner-4 {--field-space: 15px;}.cs-reservation-form.style-banner.style-banner-4 .cs-form-wrap {flex-wrap: wrap;}.cs-reservation-form.style-banner.style-banner-4 .cs-form-field {display: block;width: 50%;margin-top: var(--field-space);}.cs-reservation-form.style-banner.style-banner-4 .cs-form-field:nth-child(-n+2) {margin-top: 0;}.cs-reservation-form.style-banner.style-banner-4 .cs-form-field.cs-submit:nth-child(5) {width: 100%;}.cs-reservation-form.style-banner-2 {--field-space: 40px;}.cs-reservation-form.style-banner-2 .cs-form-wrap {margin: 0;align-items: center;}.cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field:not(.cs-submit) {display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;}.cs-reservation-form.style-banner-2 .cs-form-wrap .field-wrap {flex: 1 1 auto;}.cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field {padding-left: 0;padding-right: 0;}.cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-out, .cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field.cs-guests {padding-left: var(--field-space);}.cs-reservation-form.style-banner-2 .cs-form-icon {width: 20px;height: 25px;margin-right: 25px;}.cs-reservation-form.style-banner-2 .cs-form-icon svg {width: 20px;height: auto;}.cs-reservation-form.style-banner-2 .cs-form-icon svg path {fill: var(--icon-color);}.cs-reservation-form.style-banner-2 .cs-form-field.cs-guests .cs-form-icon, .cs-reservation-form.style-banner-2 .cs-form-field.cs-guests .cs-form-icon svg {width: 25px;}.cs-reservation-form.style-banner-2 .cs-form-field:not(.cs-submit) .field-input-wrap:after {display: none;}.cs-reservation-form.style-banner-2 .cs-form-field:not(.cs-submit):after {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 0;display: block;width: 1px;height: 56px;background: var(--divider-color);content: "";}.cs-reservation-form.style-banner-2 .cs-form-field.cs-guests:after {display: none;}.cs-reservation-form.style-banner-2 .field-wrap > .cs-form-label {font-size: 18px;font-size: 1.125rem;line-height: 1.2;}.cs-reservation-form.style-banner-2 input[type="text"], .cs-reservation-form.style-banner-2 input[type="email"], .cs-reservation-form.style-banner-2 input[type="url"], .cs-reservation-form.style-banner-2 input[type="file"], .cs-reservation-form.style-banner-2 input[type="password"], .cs-reservation-form.style-banner-2 input[type="number"], .cs-reservation-form.style-banner-2 input[type="date"], .cs-reservation-form.style-banner-2 input[type="search"], .cs-reservation-form.style-banner-2 input[type="tel"], .cs-reservation-form.style-banner-2 textarea, .cs-reservation-form.style-banner-2 select {padding: 0;height: auto;border: none;line-height: 1.2;}.cs-reservation-form.style-banner-2 button[type="submit"] {min-height: 56px;font-size: 18px;font-size: 1.125rem;}.cs-reservation-form.style-banner-2 .date-range-picker {bottom: 0;}.cs-reservation-form.style-banner-2.inline-label {--field-space: 60px;}.cs-reservation-form.style-banner-2.inline-label .cs-form-icon {margin-right: 15px;}.cs-reservation-form.style-banner-2.inline-label .cs-form-label {left: 0;}.cs-reservation-form.style-banner-2.inline-label .cs-form-field:not(.cs-submit):after {right: 0;}.cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-check-in, .cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-check-out {width: 23%;}.cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-guests {width: 30%;}.cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-submit {width: 24%;}.cs-reservation-form.style-banner-3 {--field-height: 60px;--field-space: 0px;--btn-radius: 0px;}.cs-reservation-form.style-banner-3 .cs-form-wrap {margin: 0 5px;}.cs-reservation-form.style-banner-3 .cs-form-wrap:before {position: absolute;top: 5px;left: -5px;display: block;width: calc(100% + 10px);height: calc(100% - 10px);border: 1px solid var(--form-bd);content: "";pointer-events: none;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field {padding: 0;}.cs-reservation-form.style-banner-3 .cs-form-wrap .button {background: none;color: inherit;border: 1px solid var(--form-bd);}.cs-reservation-form.style-banner-3 .cs-form-field.cs-check-out input:focus {border-color: var(--form-bd);}.cs-reservation-form.inline-label .field-wrap > .cs-form-label {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 15px;}.cs-reservation-form.inline-label .field-input-wrap > * {text-align: right;padding-right: 35px;}.cs-reservation-form.inline-label.cs-form-underline .field-wrap > .cs-form-label {left: 0;}.cs-reservation-form.inline-label.cs-form-underline .field-input-wrap > * {padding-right: 25px;}.cs-reservation-form.inline-label.cs-form-underline .cs-form-field:not(.cs-submit) .field-input-wrap:after {right: 0;}.cs-reservation-form.hide-label .field-wrap > .cs-form-label {display: none;}.cs-reservation-form .csf-dropdown {position: absolute;bottom: -12px;left: 0;-webkit-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);z-index: -1;display: block;min-width: 320px;background: var(--dropdown-bg);color: var(--dropdown-color);border: 1px solid var(--dropdown-border);padding: 30px;transition: 0.3s;opacity: 0;pointer-events: none;visibility: hidden;}.cs-reservation-form .csf-dropdown.is-open {z-index: 999;opacity: 1;pointer-events: auto;visibility: visible;}.cs-reservation-form .csf-dropdown .csf-dropdown-item, .cs-reservation-form .csf-dropdown .cs-quantity {display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;justify-content: space-between;}.cs-reservation-form .csf-dropdown .csf-dropdown-item:not(:last-child) {margin-bottom: 15px;}.cs-reservation-form .csf-dropdown .cs-quantity .input-text {padding: 0;margin: 0;width: 40px;height: auto;background: none;border: none;text-align: center;color: inherit;font-size: 16px;line-height: 1.2;}.cs-reservation-form .csf-dropdown .cs-quantity .minus, .cs-reservation-form .csf-dropdown .cs-quantity .plus {position: relative;background: none;border: none;box-shadow: none;outline: none;width: 30px;height: 30px;padding: 0;color: inherit;text-align: center;line-height: 30px;cursor: pointer;}.cs-reservation-form .csf-dropdown .cs-quantity .minus:before, .cs-reservation-form .csf-dropdown .cs-quantity .minus:after, .cs-reservation-form .csf-dropdown .cs-quantity .plus:before, .cs-reservation-form .csf-dropdown .cs-quantity .plus:after {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;content: "";background: currentColor;}.cs-reservation-form .csf-dropdown .cs-quantity .minus:before, .cs-reservation-form .csf-dropdown .cs-quantity .plus:before {width: 12px;height: 1px;}.cs-reservation-form .csf-dropdown .cs-quantity .minus.disabled, .cs-reservation-form .csf-dropdown .cs-quantity .plus.disabled {cursor: not-allowed;}.cs-reservation-form .csf-dropdown .cs-quantity .minus.disabled:before, .cs-reservation-form .csf-dropdown .cs-quantity .minus.disabled:after, .cs-reservation-form .csf-dropdown .cs-quantity .plus.disabled:before, .cs-reservation-form .csf-dropdown .cs-quantity .plus.disabled:after {opacity: 0.3;}.cs-reservation-form .csf-dropdown .cs-quantity .minus.disabled:hover span, .cs-reservation-form .csf-dropdown .cs-quantity .plus.disabled:hover span {opacity: 1;visibility: visible;}.cs-reservation-form .csf-dropdown .cs-quantity .minus.cs-hint:hover span, .cs-reservation-form .csf-dropdown .cs-quantity .plus.cs-hint:hover span {opacity: 1;visibility: visible;}.cs-reservation-form .csf-dropdown .cs-quantity .minus .cs-btn-tooltip, .cs-reservation-form .csf-dropdown .cs-quantity .plus .cs-btn-tooltip {display: block;pointer-events: none;visibility: hidden;opacity: 0;transition: opacity 0.1s;}.cs-reservation-form .csf-dropdown .cs-quantity .minus .cs-btn-tooltip:before, .cs-reservation-form .csf-dropdown .cs-quantity .plus .cs-btn-tooltip:before {position: absolute;top: 40px;right: 50%;-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);z-index: 999;display: block;padding: 5px 8px;background-color: var(--text-color);border-radius: 4px;color: var(--bg-color);content: attr(data-title);font-family: sans-serif;font-size: 12px;line-height: 1.3;white-space: nowrap;}.cs-reservation-form .csf-dropdown .cs-quantity .minus .cs-btn-tooltip:after, .cs-reservation-form .csf-dropdown .cs-quantity .plus .cs-btn-tooltip:after {position: absolute;top: 36px;right: 50%;-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);border-right: 4px solid transparent;border-left: 4px solid transparent;border-bottom: 4px solid var(--text-color);content: "";}.cs-reservation-form .csf-dropdown .cs-quantity .plus:after {width: 1px;height: 12px;}.cs-reservation-form .csf-dropdown:before, .cs-reservation-form .csf-dropdown:after {position: absolute;content: "";}.cs-reservation-form .csf-dropdown:before {top: -7px;left: 25px;border-right: 7px solid transparent;border-left: 7px solid transparent;border-bottom: 7px solid var(--dropdown-border);}.cs-reservation-form .csf-dropdown:after {top: -6px;left: 26px;border-right: 6px solid transparent;border-bottom: 6px solid var(--dropdown-bg);border-left: 6px solid transparent;-webkit-transform: translateY(0.4px);-ms-transform: translateY(0.4px);transform: translateY(0.4px);}.cs-reservation-form .date-range-picker {position: absolute;pointer-events: none;visibility: hidden;opacity: 0;}.cs-reservation-form .cs-form-field-group {position: relative;}.cs-reservation-form .cs-form-field-group .cs-form-field-group-inner {position: relative;display: flex;align-items: center;height: var(--field-height);padding: 0 var(--form-side-padding);background: none;border-color: var(--form-bd);border-style: solid;border-width: var(--form-bd-width);border-radius: var(--form-radius);color: var(--text-color);font-size: 14px;font-size: 0.875rem;line-height: 2;font-weight: 400;transition: 0.3s;-webkit-appearance: none;}.cs-reservation-form .cs-form-field-group .cs-form-field-group-inner: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;content: "\33";font-size: 20px;line-height: 1;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 10px;opacity: 0.35;}.cs-reservation-form .cs-form-field-group .cs-form-field-group-inner .cs-form-field, .cs-reservation-form .cs-form-field-group .cs-form-field-group-inner span {padding: 0;}.cs-reservation-form .cs-form-field-group .cs-form-field-group-inner .field-input-wrap:after {display: none;}.cs-reservation-form .cs-form-field-group .cs-form-field-group-inner input[type="text"] {padding: 0;width: 70px;border: none;}.cs-reservation-form .cs-form-field-group .cs-form-field-group-inner .date-separator {position: relative;margin: 0 5px;width: 8px;height: 1px;background: var(--text-color);opacity: 0.5;}.cs-reservation-form.inline-label .cs-form-field-group > .cs-form-label {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 15px;}.cs-reservation-form.inline-label .cs-form-field-group .cs-form-field-group-inner {justify-content: flex-end;padding-right: 35px;text-align: right;}.cs-reservation-form .loftocean-highlighted input, .cs-reservation-form .cs-form-field-group.loftocean-highlighted .cs-form-field-group-inner {border-color: var(--form-bd-focus);}.elementor-widget-cs_signup.elementor-align-left form {margin-right: auto;margin-left: 0;}.elementor-widget-cs_signup.elementor-align-center form {margin-right: auto;margin-left: auto;}.elementor-widget-cs_signup.elementor-align-right form {margin-right: 0;margin-left: auto;}.parallax-img-container {position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;}.parallax-img-container img {position: absolute;top: 0;left: 0;object-fit: cover;object-position: 50% 50%;width: 100%;height: 100%;transform-style: preserve-3d;backface-visibility: hidden;will-change: transform, opacity;}.cs-parallax-on-scroll.e-con:before {z-index: 1;}.cs-parallax-on-scroll.e-con .parallax-img-container ~ *, .cs-parallax-on-scroll.e-con .e-con-inner, .cs-parallax-on-scroll.e-con > .e-con {z-index: 9;}.fadeInUp.cs-animation-small-offset {animation-name: fadeInUpSmall;}.fadeInUp.cs-animation-medium-offset {animation-name: fadeInUpMedium;}.fadeInUp.cs-animation-large-offset {animation-name: fadeInUpLarge;}@keyframes fadeInUpSmall {from {opacity: 0;transform: translate3d(0, 50px, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInUpMedium {from {opacity: 0;transform: translate3d(0, 100px, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInUpLarge {from {opacity: 0;transform: translate3d(0, 150px, 0);}to {opacity: 1;transform: none;}}.fadeInDown.cs-animation-small-offset {animation-name: fadeInDownSmall;}.fadeInDown.cs-animation-medium-offset {animation-name: fadeInDownMedium;}.fadeInDown.cs-animation-large-offset {animation-name: fadeInDownLarge;}@keyframes fadeInDownSmall {from {opacity: 0;transform: translate3d(0, -50px, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInDownMedium {from {opacity: 0;transform: translate3d(0, -100px, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInDownLarge {from {opacity: 0;transform: translate3d(0, -150px, 0);}to {opacity: 1;transform: none;}}.fadeInLeft.cs-animation-small-offset {animation-name: fadeInLeftSmall;}.fadeInLeft.cs-animation-medium-offset {animation-name: fadeInLeftMedium;}.fadeInLeft.cs-animation-large-offset {animation-name: fadeInLeftLarge;}@keyframes fadeInLeftSmall {from {opacity: 0;transform: translate3d(-50px, 0, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInLeftMedium {from {opacity: 0;transform: translate3d(-100px, 0, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInLeftLarge {from {opacity: 0;transform: translate3d(-150px, 0, 0);}to {opacity: 1;transform: none;}}.fadeInRight.cs-animation-small-offset {animation-name: fadeInRightSmall;}.fadeInRight.cs-animation-medium-offset {animation-name: fadeInRightMedium;}.fadeInRight.cs-animation-large-offset {animation-name: fadeInRightLarge;}@keyframes fadeInRightSmall {from {opacity: 0;transform: translate3d(50px, 0, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInRightMedium {from {opacity: 0;transform: translate3d(100px, 0, 0);}to {opacity: 1;transform: none;}}@keyframes fadeInRightLarge {from {opacity: 0;transform: translate3d(150px, 0, 0);}to {opacity: 1;transform: none;}}.elementor-tab-title .elementor-toggle-icon .fa:before, .elementor-tab-title .elementor-toggle-icon .fas:before, .elementor-tab-title .elementor-accordion-icon .fa:before, .elementor-tab-title .elementor-accordion-icon .fas:before {font-size: 12px;vertical-align: middle;}.elementor-widget-icon-box.elementor-position-left.elementor-vertical-align-middle .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right.elementor-vertical-align-middle .elementor-icon-box-wrapper {align-items: center;}.elementor-widget-icon-box.elementor-position-left.elementor-vertical-align-middle .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right.elementor-vertical-align-middle .elementor-icon-box-icon {display: inline-flex;}@media screen and (min-width: 480px) {.cs-gallery.gallery-carousel > .cs-gallery-wrap > .cs-gallery-item {width: 50%;}.cs-gallery.gallery-carousel[data-column="1"] > .cs-gallery-wrap > .cs-gallery-item {width: 100%;}}@media screen and (min-width: 600px) {.cs-open-table.wide .cs-otf-wrap .cs-otf-field {width: 50%;}.cs-open-table.wide .cs-otf-wrap .cs-otf-field:nth-child(3) {margin-bottom: 0;}.cs-info-box.column-2 .cs-info-box-item, .cs-info-box.column-3 .cs-info-box-item, .cs-info-box.column-4 .cs-info-box-item, .cs-info-box.column-5 .cs-info-box-item, .cs-info-box.column-6 .cs-info-box-item {width: 50%;}}@media screen and (min-width: 768px) {h1.cs-title {font-size: 72px;font-size: 4.5rem;}h2.cs-title {font-size: 42px;font-size: 2.625rem;}h3.cs-title {font-size: 36px;font-size: 2.25rem;}h4.cs-title {font-size: 32px;font-size: 2rem;}h5.cs-title {font-size: 28px;font-size: 1.75rem;}h6.cs-title {font-size: 24px;font-size: 1.5rem;}.cs-food-menu.food-menu-style-5 {display: flex;flex-wrap: wrap;}.cs-food-menu.food-menu-style-5.column-2 .cs-food-menu-item, .cs-food-menu.food-menu-style-5.column-4 .cs-food-menu-item {width: 50%;}.cs-food-menu.food-menu-style-5.column-3 .cs-food-menu-item {width: 33.3333%;}.cs-instagram.column-6 ul {grid-template-columns: repeat(6, 1fr);}.cs-instagram.column-7 ul {grid-template-columns: repeat(7, 1fr);}.cs-instagram.column-8 ul {grid-template-columns: repeat(8, 1fr);}.cs-instagram.column-mosaic ul {grid-template-columns: repeat(6, 1fr);grid-template-rows: repeat(2, 1fr);}.cs-instagram.column-mosaic ul li:first-child {grid-column: 1/span 2;grid-row: 1/span 2;}.cs-instagram.column-mosaic ul li:nth-child(4) {grid-column: 5/span 2;grid-row: 1/span 2;}.cs-instagram.column-mosaic ul li:nth-child(9) {grid-column: 3/span 2;grid-row: 3/span 2;}.cs-instagram.column-mosaic.mosaic-2 ul li:first-child {grid-row: 1 / 2;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(2) {grid-column: 3/span 2;grid-row: 1/span 2;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(4) {grid-column: 5/span 1;grid-row: 1/span 1;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(7) {grid-column: 5/span 2;grid-row: 2 / 3;}.cs-instagram.column-mosaic.mosaic-2 ul li:first-child .feed-bg, .cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(7) .feed-bg, .cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(12) .feed-bg {padding-top: 50%;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(8) {grid-column: 1/span 2;grid-row: 3/span 2;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(9) {grid-column: revert;grid-row: revert;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(11) {grid-column: 5/span 2;grid-row: 3/span 2;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(12) {grid-column: 3/span 2;grid-row: 4 / 5;}.cs-instagram.column-mosaic.mosaic-2.small-gap ul li:first-child .feed-bg, .cs-instagram.column-mosaic.mosaic-2.small-gap ul li:nth-child(7) .feed-bg, .cs-instagram.column-mosaic.mosaic-2.small-gap ul li:nth-child(12) .feed-bg {padding-top: calc(50% - 2px);}.cs-block-links {flex-wrap: nowrap;}.cs-block-links .cs-bl-item {width: 50%;}.no-touch .cs-block-links .cs-bl-item:hover {width: 60%;}.cs-block-links .cs-bl-item-inner {padding: 100px 40px;}.cs-block-links.height-full .cs-bl-item {height: 100vh;}.cs-countdown .countdown-amount {font-size: 60px;font-size: 3.75rem;}.cs-countdown .countdown-period {font-size: 20px;font-size: 1.25rem;}.cs-gallery.gallery-carousel[data-column="3"] > .cs-gallery-wrap > .cs-gallery-item, .cs-gallery.gallery-carousel[data-column="4"] > .cs-gallery-wrap > .cs-gallery-item, .cs-gallery.gallery-carousel[data-column="5"] > .cs-gallery-wrap > .cs-gallery-item, .cs-gallery.gallery-carousel[data-column="6"] > .cs-gallery-wrap > .cs-gallery-item {width: 33.3333%;}.info-box-carousel:not([data-column="1"]) > .cs-info-box-wrap > .cs-info-box-item {width: 50%;}.cs-testimonials.testimonials-grid.grid-col-2 .cs-testimonial {width: 50%;}.cs-testimonials.testimonials-grid.grid-col-2 .cs-testimonial-content {font-size: 24px;font-size: 1.5rem;}.cs-testimonials.testimonials-grid.grid-col-3 .cs-testimonial {width: 33.33%;}.cs-testimonials.testimonials-slider[data-column="2"] .cs-ts-item {width: 50%;}.cs-testimonials.testimonials-slider[data-column="2"] .cs-testimonial-content {font-size: 24px;font-size: 1.5rem;}.cs-testimonials.testimonials-slider[data-column="2"] > .cs-ts-wrap > .cs-ts-item:nth-child(-n+2) {display: block;}.cs-testimonials.testimonials-slider[data-column="3"] .cs-ts-item {width: 33.33%;}.cs-testimonials.testimonials-slider[data-column="3"] > .cs-ts-wrap > .cs-ts-item:nth-child(-n+3) {display: block;}.cs-testimonials.testimonials-slider[data-column="2"] .cs-ts-wrap:not(.slick-initialized), .cs-testimonials.testimonials-slider[data-column="3"] .cs-ts-wrap:not(.slick-initialized) {display: flex;}}@media screen and (min-width: 1024px) {.cs-open-table.wide .cs-otf-wrap .cs-otf-field {width: 25%;margin-bottom: 0;}.cs-open-table.wide.multi-restaurants .cs-otf-wrap .cs-otf-field {width: 20%;}.cs-food-menu.food-menu-style-5.column-4 .cs-food-menu-item {width: 25%;}.cs-countdown .countdown-amount {font-size: 80px;font-size: 5rem;}.cs-countdown .countdown-period {font-size: 24px;font-size: 1.5rem;}.cs-gallery.gallery-carousel[data-column="4"] > .cs-gallery-wrap > .cs-gallery-item, .info-box-carousel[data-column="4"] > .cs-info-box-wrap > .cs-info-box-item {width: 25%;}.cs-gallery.gallery-carousel[data-column="5"] > .cs-gallery-wrap > .cs-gallery-item, .info-box-carousel[data-column="5"] > .cs-info-box-wrap > .cs-info-box-item {width: 20%;}.cs-gallery.gallery-carousel[data-column="6"] > .cs-gallery-wrap > .cs-gallery-item, .info-box-carousel[data-column="6"] > .cs-info-box-wrap > .cs-info-box-item {width: 16.6666%;}.info-box-carousel[data-column="3"] > .cs-info-box-wrap > .cs-info-box-item {width: 33.3333%;}.cs-info-box.column-3 .cs-info-box-item {width: 33.3333%;}.cs-info-box.column-4 .cs-info-box-item {width: 25%;}.cs-info-box.column-5 .cs-info-box-item {width: 20%;}.cs-info-box.column-6 .cs-info-box-item {width: 16.6666%;}.cs-fancy-card.style-1.layout-row .cs-fc-wrap {flex-direction: row;flex-wrap: wrap;}.cs-fancy-card.style-1.layout-row .cs-fc-wrap .cs-fc-img, .cs-fancy-card.style-1.layout-row .cs-fc-wrap .cs-fc-content {width: 50%;}.cs-fancy-card.style-1.layout-row .cs-fc-wrap .cs-fc-img {display: flex;align-items: center;}.cs-fancy-card.style-1.layout-row .cs-fc-wrap .cs-fc-img img {z-index: 9;display: block;width: 100%;height: 100%;object-fit: cover;}.cs-fancy-card.style-1.layout-row.order-reverse .cs-fc-img {order: 9;}}@media screen and (min-width: 1025px) {.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:not(:last-child) input {border-right-width: 0px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field.loftocean-highlighted:after {position: absolute;top: 0;right: -1px;z-index: 99;width: 1px;height: 100%;background: var(--form-bd-focus);content: "";pointer-events: none;}}@media screen and (min-width: 1200px) {h1.cs-title {font-size: 80px;font-size: 5rem;}h2.cs-title {font-size: 60px;font-size: 3.75rem;}h3.cs-title {font-size: 48px;font-size: 3rem;}h4.cs-title {font-size: 42px;font-size: 2.625rem;}h5.cs-title {font-size: 36px;font-size: 2.25rem;}h6.cs-title {font-size: 32px;font-size: 2rem;}.cs-block-links .cs-bl-item-inner {padding: 180px 80px;}.site-content[class*="with-sidebar-"] .cs-section-content-fullwidth {width: 100%;left: auto;}.elementor-section-full_width .cs-gallery .slick-arrow.slick-prev {left: 65px;}.elementor-section-full_width .cs-gallery .slick-arrow.slick-next {right: 65px;}}@media screen and (max-width: 1024px) {.cs-title-wrap.text-left-tablet, .elementor-widget-cs_signup.elementor-tablet-align-left form {margin-right: auto;margin-left: 0;}.cs-title-wrap.text-center-tablet, .elementor-widget-cs_signup.elementor-tablet-align-center form {margin-right: auto;margin-left: auto;}.cs-title-wrap.text-right-tablet, .elementor-widget-cs_signup.elementor-tablet-align-right form {margin-right: 0;margin-left: auto;}.cs-instagram .cs-instagram-title {width: 150px;height: 150px;font-size: 18px;font-size: 1.125rem;}ul.social-nav.text-left-tablet, .text-left-tablet ul.social-nav {-webkit-justify-content: flex-start;justify-content: flex-start;}ul.social-nav.text-center-tablet, .text-center-tablet ul.social-nav {-webkit-justify-content: center;justify-content: center;}ul.social-nav.text-right-tablet, .text-right-tablet ul.social-nav {-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-menu.text-left-tablet .menu {-webkit-justify-content: flex-start;justify-content: flex-start;}.cs-menu.text-center-tablet .menu {-webkit-justify-content: center;justify-content: center;}.cs-menu.text-right-tablet .menu {-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-reservation-form.style-banner .cs-form-wrap {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field {display: block;width: 50%;}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field {margin-top: var(--field-space);}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field:nth-child(-n+2) {margin-top: 0;}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field.cs-submit:nth-child(5) {width: 100%;}.cs-reservation-form.style-banner .cs-form-wrap .csf-dropdown {min-width: 100%;}.cs-reservation-form.style-banner.style-banner-2 {--field-space: 20px;}.cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field {width: 100%;}.cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-in, .cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-out {padding-bottom: var(--field-space);}.cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-in:after, .cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-out:after {top: auto;right: 0;bottom: 0;-webkit-transform: none;-ms-transform: none;transform: none;width: 100%;height: 1px;}.cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field:nth-child(-n+2) {margin-top: var(--field-space);}.cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-out, .cs-reservation-form.style-banner.style-banner-2 .cs-form-wrap .cs-form-field.cs-guests {padding-left: 0;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(2n+1) input {border-right-width: 0px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(1) input, .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(2) input {padding-top: 10px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(1) .field-wrap > .cs-form-label, .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(1) .field-input-wrap:after, .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(2) .field-wrap > .cs-form-label, .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(2) .field-input-wrap:after {margin-top: 2px;}.cs-reservation-form.style-banner-3 .cs-form-wrap input {border-bottom-width: 0px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .button {padding-bottom: 2px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field.loftocean-highlighted:after {position: absolute;top: 0;left: 0;z-index: 99;width: calc(100% + 1px);height: calc(100% + 1px);border-width: 0;border-style: solid;border-color: var(--form-bd-focus);content: "";pointer-events: none;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(1).loftocean-highlighted:after {border-width: 0 1px 1px 0;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(2).loftocean-highlighted:after, .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(4).loftocean-highlighted:after {width: 100%;border-width: 0 0 1px 0;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(3).loftocean-highlighted:after {height: 100%;border-width: 0 1px 0 0;}.cs-info-box.tablet-column-1 .cs-info-box-item {width: 100%;}.cs-info-box.tablet-column-2 .cs-info-box-item {width: 50%;}.cs-info-box.tablet-column-3 .cs-info-box-item {width: 33.3333%;}.cs-info-box.tablet-column-4 .cs-info-box-item {width: 25%;}.cs-info-box.tablet-column-5 .cs-info-box-item {width: 20%;}.cs-info-box.tablet-column-6 .cs-info-box-item {width: 16.6666%;}.elementor-tablet-align-right .cs-list li {justify-content: flex-start;text-align: left;}.elementor-tablet-align-center .cs-list li {justify-content: center;}.elementor-tablet-align-right .cs-list li {justify-content: flex-end;text-align: right;}.elementor-widget-cs_button.elementor-tablet-align-justify .button {width: 100%;padding: 0;}}@media screen and (max-width: 1023px) {.cs-open-table.wide .cs-otf-wrap .cs-otf-field.otf-submit:nth-child(5) {width: 100%;}}@media screen and (min-width: 768px) and (max-width: 1024px) {.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(3):nth-last-child(3) input {border-bottom-width: 1px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field.cs-rooms.loftocean-highlighted:after {height: calc(100% + 1px);border-width: 0 1px 1px 0;}}@media screen and (max-width: 767px) {.cs-title-wrap.text-left-mobile, .elementor-widget-cs_signup.elementor-mobile-align-left form {margin-right: auto;margin-left: 0;}.cs-title-wrap.text-center-mobile, .elementor-widget-cs_signup.elementor-mobile-align-center form {margin-right: auto;margin-left: auto;}.cs-title-wrap.text-right-mobile, .elementor-widget-cs_signup.elementor-mobile-align-right form {margin-right: 0;margin-left: auto;}ul.social-nav.text-left-mobile, .text-left-mobile ul.social-nav {-webkit-justify-content: flex-start;justify-content: flex-start;}ul.social-nav.text-center-mobile, .text-center-mobile ul.social-nav {-webkit-justify-content: center;justify-content: center;}ul.social-nav.text-right-mobile, .text-right-mobile ul.social-nav {-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-menu.text-left-mobile .menu {-webkit-justify-content: flex-start;justify-content: flex-start;}.cs-menu.text-center-mobile .menu {-webkit-justify-content: center;justify-content: center;}.cs-menu.text-right-mobile .menu {-webkit-justify-content: flex-end;justify-content: flex-end;}.cs-food-card, .cs-food-card.column-reverse {flex-direction: column;}.cs-food-card .cs-fc-img {width: 100%;}.cs-food-card .cs-fc-img + .cs-fc-info {width: 100%;padding: 30px 0;}.cs-food-card .cs-fc-info {text-align: center;}.cs-food-card .cs-fc-info-extra {justify-content: center;}.cs-instagram.column-mosaic.mosaic-2 ul li:first-child {grid-column: 1/span 2;grid-row: 1 / 2;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(7) {grid-column: 2/span 2;grid-row: 3 / 4;}.cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(12) {grid-column: 2/span 2;grid-row: 5 / 6;}.cs-instagram.column-mosaic.mosaic-2 ul li:first-child .feed-bg, .cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(7) .feed-bg, .cs-instagram.column-mosaic.mosaic-2 ul li:nth-child(12) .feed-bg {padding-top: 50%;}.cs-instagram.column-mosaic.mosaic-2.small-gap ul li:first-child .feed-bg, .cs-instagram.column-mosaic.mosaic-2.small-gap ul li:nth-child(7) .feed-bg, .cs-instagram.column-mosaic.mosaic-2.small-gap ul li:nth-child(12) .feed-bg {padding-top: calc(50% - 2px);}.cs-reservation-form.style-banner .cs-form-wrap {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field {display: block;width: 100%;}.cs-reservation-form.style-banner .cs-form-wrap .cs-form-field:not(:first-child) {margin-top: var(--field-space);}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(2n+1) input {border-right-width: 1px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field input {padding-top: 10px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field .csf-dropdown input {padding-top: 0;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field .field-wrap > .cs-form-label, .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field .field-input-wrap:after {margin-top: 2px;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(1).loftocean-highlighted:after {width: 100%;border-right-width: 0;}.cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field:nth-child(3).loftocean-highlighted:after {width: 100%;height: calc(100% + 1px);border-width: 0 0 1px 0;}.cs-info-box.mobile-column-1 .cs-info-box-item {width: 100%;}.cs-info-box.mobile-column-2 .cs-info-box-item {width: 50%;}.cs-info-box.mobile-column-3 .cs-info-box-item {width: 33.3333%;}.cs-info-box.mobile-column-4 .cs-info-box-item {width: 25%;}.cs-info-box.mobile-column-5 .cs-info-box-item {width: 20%;}.cs-info-box.mobile-column-6 .cs-info-box-item {width: 16.6666%;}.elementor-mobile-align-right .cs-list li {justify-content: flex-start;text-align: left;}.elementor-mobile-align-center .cs-list li {justify-content: center;}.elementor-mobile-align-right .cs-list li {justify-content: flex-end;text-align: right;}.elementor-widget-cs_button.elementor-mobile-align-justify .button {width: 100%;padding: 0;}.theme-cozystay .daterangepicker .drp-calendar {min-width: 260px;}.theme-cozystay .daterangepicker .drp-calendar.left {padding-right: 8px;}}@media screen and (max-width: 599px) {.cs-food-menu {--food-img-width: 60px;}.cs-food-menu .cs-food-menu-header > * {width: auto;}.cs-food-menu .cs-food-menu-header {display: flex;justify-content: space-between;align-items: flex-start;width: 100%;}.cs-food-menu .cs-food-menu-title {margin-bottom: 0;white-space: normal;}.cs-food-menu .cs-food-menu-lines {display: none;}.cs-food-menu .cs-food-menu-price {font-size: 18px;font-size: 1.125rem;}.cs-food-menu .cs-food-menu-lines + .cs-food-menu-price {margin-left: auto;}.cs-food-menu.lines-on-mobile.food-menu-style-2 .cs-food-menu-lines {top: 18px;display: flex;flex: 1 1 10%;height: 2px;}.cs-food-menu.lines-on-mobile.food-menu-style-3 .cs-food-menu-lines {top: 15px;display: flex;flex: 1 1 10%;}.cs-food-menu.lines-on-mobile.food-menu-style-4 .cs-food-menu-lines {top: 12px;display: flex;flex: 1 1 10%;}.cs-gallery.gallery-grid .cs-gallery-item {width: 100% !important;}.cs-gallery.style-overflow .slick-arrow.slick-prev {left: 15px;}.cs-gallery.style-overflow .slick-arrow.slick-next {right: 15px;}.cs-instagram.column-5 ul {grid-template-columns: repeat(2, 1fr);}.cs-instagram.column-5 ul li:nth-child(5):last-child {display: none;}.cs-tabs .elementor-tabs-wrapper {margin-bottom: 35px;}.cs-tabs .elementor-tab-desktop-title {margin-bottom: 15px;}}.sb-feed-posts.sbr_carousel,.sbr-owl-dots,.sbr-owl-item,.sbr-owl-nav{-webkit-tap-highlight-color:transparent}[id^=sb-reviews-container-] .sb-feed-container svg{height:unset;max-width:unset}[id^=sb-reviews-container-] .sb-fs{width:100%;box-sizing:border-box}.sbr-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}[id^=sb-reviews-container-] .sb-feed-header::after,[id^=sb-reviews-container-] .sb-post-item::after{display:table;content:"";clear:both}[id^=sb-reviews-container-] .sb-header{height:64px;position:fixed;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#fff;z-index:99;padding:0 20px}[id^=sb-reviews-container-] .sb-header-content{width:calc(100% - 160px);display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:52px}[id^=sb-reviews-container-] .sb-customizer-header{position:fixed!important;padding:0 20px}[id^=sb-reviews-container-] .sb-fs{position:relative;float:left;box-sizing:border-box}[id^=sb-reviews-container-] .sb-expand,[id^=sb-reviews-container-] .sb-feed-header-bottom>div{display:inline-block}[id^=sb-reviews-container-] .sb-feed-header[data-align=left] .sb-feed-header-average,[id^=sb-reviews-container-] .sb-feed-header[data-align=right] .sb-feed-header-btn-ctn,[id^=sb-reviews-container-] .sb-item-author-img img{float:left}.sbr_carousel.sbr-owl-rtl .sbr-owl-item,[id^=sb-reviews-container-] .sb-feed-header[data-align=left] .sb-feed-header-btn-ctn,[id^=sb-reviews-container-] .sb-feed-header[data-align=right] .sb-feed-header-average{float:right}[id^=sb-reviews-container-] .sb-feed-header[data-align=center] .sb-feed-header-bottom>div{display:flex;justify-content:center}[id^=sb-reviews-container-] .sb-feed-header-average{display:inline-flex!important;align-items:center}[id^=sb-reviews-container-] .sb-feed-header-rating-icons{margin:0 5px;display:inline-flex;justify-content:center}[id^=sb-reviews-container-] .sb-feed-header-rating-icons svg{margin:0 2px;display:inline-flex;justify-content:center;width:18px;fill:currentColor;float:left}[data-layout=carousel] .sb-post-item-wrap,[data-layout=grid] .sb-post-item-wrap,[data-layout=list] .sb-post-item-wrap,[data-layout=masonry] .sb-post-item-wrap{width:100%;position:relative;float:left;box-sizing:border-box}[id^=sb-reviews-container-] .sb-load-button-ctn,[id^=sb-reviews-container-] .sb-post-item{position:relative}[data-layout=carousel] .sb-feed-posts .Carousel__RailWrapper-sc-hyhecw-1,[id^=sb-reviews-container-] .sb-btn[data-full-width=true],[id^=sb-reviews-container-] .sb-item-provider-icon img{width:100%}[data-post-style=regular][data-layout=list] .sb-post-item-wrap:last-of-type{border-bottom:0!important}[id^=sb-reviews-container-] .sb-grid-wrapper .sb-feed-posts{display:grid;column-gap:var(--column-gutter)}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="1"] .sb-feed-posts{grid-template-columns:1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="2"] .sb-feed-posts{grid-template-columns:1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="3"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="4"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="5"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="6"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] a.sb-feed-header-btn{text-decoration:none}[id^=sb-reviews-container-] .sb-item-provider-icon{position:absolute;width:24px;height:24px;right:10px;top:10px}[id^=sb-reviews-container-] .sb-item-provider-icon svg{width:24px;height:24px;float:left}[id^=sb-reviews-container-] .sb-item-author-ctn{display:flex;align-items:flex-start;float:left}.sbr-owl-item img,[id^=sb-reviews-container-] .sb-item-name-date span{display:block;width:100%}[id^=sb-reviews-container-] .sb-item-rating-ctn{display:inline-flex}[id^=sb-reviews-container-] .sb-item-rating{display:flex;align-items:center}[id^=sb-reviews-container-] .sb-item-rating-icon svg{fill:currentColor;margin:0 2px;float:left}[id^=sb-reviews-container-] .sb-item-rating-icon-dimmed svg{filter:grayscale(1)}[id^=sb-reviews-container-] .sb-feed-item-icon-half{display:inline-block;position:relative}[id^=sb-reviews-container-] .sb-item-rating-icon-halfdimmed{position:absolute;width:50%;overflow:hidden;left:0;top:0}[data-icon-size=small] .sb-item-rating-icon svg{width:16px}[data-icon-size=medium] .sb-item-author-img,[data-icon-size=medium] .sb-item-author-img img{width:56px;min-width:56px;height:56px}[id^=sb-reviews-container-] .sb-load-button{height:auto}[id^=sb-reviews-container-] .sb-item-author-ctn,[id^=sb-reviews-container-] .sb-item-author-date-ctn,[id^=sb-reviews-container-] .sb-item-author-img,[id^=sb-reviews-container-] .sb-item-name-date>span,[id^=sb-reviews-container-] .sb-item-rating,[id^=sb-reviews-container-] .sb-item-text{z-index:1}[id^=sb-reviews-container-] .sb-item-author-date-ctn{padding-right:34px}[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-date-ctn{padding-right:21px}[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img,[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img img{width:44px;min-width:44px;height:44px}[id^=sb-reviews-container-] .sbr-narrow .sb-item-provider-icon{width:20px;height:20px;right:1px;top:1px}[data-layout=carousel] .owl-nav button{position:absolute;width:30px;height:30px;top:calc(50% - 15px);left:0;display:inline-flex;opacity:.7;border-radius:50%;background:#fff!important;color:#000!important;box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);overflow:hidden;line-height:99999;-webkit-transition:.2s;transition:.2s}[data-layout=carousel] .owl-nav button:before{content:'';position:absolute;width:8px;height:8px;top:10px;left:11px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}[data-layout=carousel] .owl-nav .owl-next{left:unset;right:0}[data-layout=carousel] .owl-nav .owl-next:before{left:7px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}#sbr_lightbox .sbr_gdpr_notice:hover svg:not(:root).svg-inline--fa,.sbr_lb-nav a.sbr_lb-next:hover,.sbr_lb-nav a.sbr_lb-prev:hover,[data-layout=carousel] .owl-nav button:hover{opacity:1}[data-layout=carousel] .owl-dots{position:relative;text-align:center;padding-right:4px}[data-layout=carousel] .owl-dot{width:10px;height:10px;background:#e6e6eb!important;border-radius:50px;margin:0 4px;display:inline-block}[id^=sb-reviews-container-] .sb-item-author-img,[id^=sb-reviews-container-] .sb-single-image{background-position:center center;background-size:cover}[data-layout=carousel] .owl-dot.active{background:#d0d0d8!important}[id^=sb-reviews-container-] .sbr-provider-google .sb-item-author-img,[id^=sb-reviews-container-] .sbr-provider-google img{border-radius:0!important}[id^=sb-reviews-container-] .sb-item-author-img,[id^=sb-reviews-container-] .sb-item-author-img img{width:56px;min-width:56px;height:56px;border-radius:50px}[id^=sb-reviews-container-] .sb-feed-posts::after{display:table;content:" ";clear:both}.sbr_carousel.sbr-owl-refresh .sbr-owl-item,[id^=sb-reviews-container-] .sbr-hidden{visibility:hidden}.sbr-feed-error{border:1px solid #ddd;background:#eee;color:#333;margin:0 auto 10px;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.sbr-feed-error p{padding:5px 0!important;margin:0!important;line-height:1.3!important;font-size:13px}.sbr-feed-error p:first-child b{font-size:14px}.sbr-feed-error ol,.sbr-feed-error ul{padding:5px 0 5px 20px!important;margin:0!important}.sbr-feed-error li{padding:1px 0!important;margin:0!important}.sbr-feed-error span{font-size:12px;font-style:italic}.sb-carousel-wrap .sb-feed-posts,.sbr-owl-dots.disabled,.sbr-owl-nav.disabled,.sbr_carousel .sbr_owl2row-item,[id^=sb-reviews-container-] .sb-num-diff-hide{display:none}[id^=sb-reviews-container-] .sb-more{margin-left:6px}[id^=sb-reviews-container-] .sb-media-wrap{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap;margin-top:15px;gap:8px}[id^=sb-reviews-container-] .sb-single-image,[id^=sb-reviews-container-] .sb-single-image img{height:64px;width:64px;border-radius:5px}[id^=sb-reviews-container-] .sb-single-image{position:relative}[id^=sb-reviews-container-] .sb-single-image img{opacity:0;visibility:hidden}[id^=sb-reviews-container-] .sb-btn{align-items:center;border:0;border-radius:4px;box-shadow:0 2px 5px rgb(60 66 87 / 5%),0 1px 1px rgb(0 0 0 / 5%),inset 0 -1px 1px rgb(0 0 0 / 12%);cursor:pointer;display:flex;font-weight:600;justify-content:center;outline:0;padding:0;position:relative;transition:.15s ease-in-out;color:#fff}[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]) .sb-btn-icon{margin-right:7px}[id^=sb-reviews-container-] .sb-feed-header-btn{padding:8px 20px 8px 12px}[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]){flex-direction:row}.sb-btn[data-boxshadow=false]:active,.sb-btn[data-boxshadow=false]:focus,[id^=sb-reviews-container-] .sb-btn[data-boxshadow=false]{box-shadow:none}[id^=sb-reviews-container-] .sb-btn:active{-webkit-transform:scale(.98);transform:scale(.98)}[id^=sb-reviews-container-] .sb-btn:focus{box-shadow:0 2px 5px rgba(60,66,87,.05),0 1px 1px rgba(0,0,0,.05),inset 0 -1px 1px rgba(0,0,0,.12)}[id^=sb-reviews-container-] .sb-load-button{padding:15px 0;color:#141b38}[id^=sb-reviews-container-] .sb-feed-header-btn svg{width:17px}.sb-btn svg path,[id^=sb-reviews-container-] .sb-btn svg{fill:currentColor}[id^=sb-reviews-container-] .sb-btn svg{float:left;height:auto}[id^=sb-reviews-container-] .sb-thumbnail-hover{box-sizing:border-box;opacity:0;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;color:#fff;background:rgba(0,0,0,.6);border-radius:5px;transition:opacity .6s ease-in-out;-moz-transition:opacity .6s ease-in-out;-webkit-transition:opacity .6s ease-in-out}[id^=sb-reviews-container-] .sb-thumbnail-hover:hover{opacity:1;display:block;transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out}.sbr_lb-nav a.sbr_lb-next,.sbr_lb-nav a.sbr_lb-prev{width:50px;padding-left:10px;padding-right:10px;opacity:.5;-webkit-transition:opacity .2s;-o-transition:opacity .2s}[id^=sb-reviews-container-] .sbr-loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite sbr-sk-scaleout;animation:1s ease-in-out infinite sbr-sk-scaleout}[id^=sb-reviews-container-] .sb-load-button-ctn .sbr-loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbr-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbr-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}.sbr_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbr_lightbox{position:absolute;left:0;width:100%;z-index:100000;line-height:0;font-weight:400}.sbr_lightbox .sbr_lb-image{max-width:inherit;-webkit-border-radius:3px;-ms-border-radius:3px}.sbr_lightbox a:active,.sbr_lightbox a:focus,.sbr_lightbox a:hover{outline:0}.sbr_lightbox a img{border:none}.sbr_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.sbr_lb-dataContainer:after,.sbr_lb-outerContainer:after{content:"";display:table;clear:both}.sbr_lb-container{position:relative;top:0;left:0;width:100%;height:100%;bottom:0;right:0;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.sbr_lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.sbr_lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background-color:rgba(255,255,255,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite ctf-sk-scaleout;animation:1s ease-in-out infinite ctf-sk-scaleout}.sbr_lb-container>.nav{left:0}.sbr_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.sbr_lb-next,.sbr_lb-prev{height:100%;cursor:pointer;display:block}.sbr_lb-nav a.sbr_lb-prev{left:-70px;float:left;transition:opacity .2s}.sbr_lb-nav a.sbr_lb-next{right:-70px;float:right;-moz-transition:opacity .2s;transition:opacity .2s}.sbr_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0;background:url(https://mysticheist.com/wp-content/plugins/reviews-feed/assets/css/../images/sprite.png) no-repeat}.sbr_lb-nav a.sbr_lb-prev span{background-position:-53px 0}.sbr_lb-nav a.sbr_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbr_lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbr_lb-data{padding:0 4px;color:#ccc}.sbr_lb-data .sbr_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbr_lb-data .sbr_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbr_lb-data .sbr_lb-caption .ctf-screename-sep,.sbr_lb-data .sbr_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username:hover p,.sbr_lb-data .sbr_lb-caption a:hover{color:#fff;text-decoration:underline}.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username{float:left;width:100%;padding-bottom:0;display:block;margin:0 0 5px;color:#ccc}.sbr_lightbox .sbr_lightbox_username img{float:left;border:none;width:48px;height:48px;margin-right:10px;background:#666;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sbr_lightbox_username p{float:left;margin:0;padding:0;color:#ccc;line-height:32px;font-weight:700;font-size:13px;text-align:left}.sbr_lb-data .ctf-caption-text{width:100%;margin-left:58px;padding-top:3px}.sbr_lb-data .sbr_lb-caption .ctf-author-screenname,.sbr_lb-data .sbr_lb-caption .ctf-tweet-date{font-weight:400}.sbr_lb-data .sbr_lb-info{width:100%;float:left;clear:both}.sbr_lb-data .sbr_lb-number{display:block;float:left;clear:both;padding:5px 0 15px;font-size:12px;color:#999}.sbr_lb-data .sbr_lb-close{display:block;float:right;width:30px;height:30px;background:url(https://mysticheist.com/wp-content/plugins/reviews-feed/assets/css/../images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbr_lb-data .sbr_lb-close:hover{cursor:pointer;opacity:1}.sbr_lb-nav{top:0;left:0;width:100%;z-index:10;height:auto}.sbr_lb-container{padding:0}.sbr_lb-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#sbr_lightbox .sbr_lightbox_action{float:left;position:relative;padding:0 0 0 10px;margin:5px 0 0 10px;border-left:1px solid #666;font-size:12px}#sbr_lightbox .sbr_lightbox_action a{display:block;float:left;color:#999;text-decoration:none}#sbr_lightbox .sbr_lightbox_action a:focus,#sbr_lightbox .sbr_lightbox_action a:hover{color:#fff}#sbr_lightbox .sbr_lightbox_action .fa,#sbr_lightbox .sbr_lightbox_action svg{margin-right:5px}#sbr_lightbox .sbr_lightbox_action.sbr_youtube .fa{font-size:13px}#sbr_lightbox .sbr_tooltip_social a svg{font-size:19px;padding:3px 4px;margin:auto}#sbr_lightbox .sbr_lightbox_tooltip{display:none;position:absolute;width:100px;bottom:22px;left:0;padding:5px 10px;margin:0;background:rgba(255,255,255,.9);color:#222;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sbr_lightbox .sbr_lightbox_tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:36px;color:rgba(255,255,255,.9)}#sbr_lightbox .sbr_tooltip_social a .fa{font-size:16px;margin:0;padding:5px}#sbr_lightbox .sbr_tooltip_social a#sbr_facebook_icon .fa,#sbr_lightbox .sbr_tooltip_social a#sbr_pinterest_icon .fa,#sbr_lightbox .sbr_tooltip_social a#sbr_twitter_icon .fa{padding-top:4px;font-size:18px}#sbr_lightbox .sbr_gdpr_notice{z-index:6;display:block;position:absolute;top:50%;left:50%;margin-left:-44px;margin-top:-44px;padding:20px}#sbr_lightbox .sbr_gdpr_notice svg:not(:root).svg-inline--fa{position:relative;display:block!important;height:48px;width:48px;opacity:.8}#sbr_lightbox #sbr_mod_box{width:280px;padding:5px 10px 7px}#sbr_lightbox .sbr_tooltip_social{width:172px;padding:5px 5px 4px}#sbr_lightbox .sbr_tooltip_social a{color:#333;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbr_lightbox .sbr_lightbox_action #sbr_facebook_icon:hover{background:#3b5998}#sbr_lightbox .sbr_lightbox_action #sbr_twitter_icon:hover{background:#00aced}#sbr_lightbox .sbr_lightbox_action #sbr_google_icon:hover{background:#dd4b39}#sbr_lightbox .sbr_lightbox_action #sbr_linkedin_icon:hover{background:#007bb6}#sbr_lightbox .sbr_lightbox_action #sbr_pinterest_icon:hover{background:#cb2027}#sbr_lightbox .sbr_lightbox_action #sbr_email_icon:hover{background:#333}.sbr_lb-dataContainer,.sbr_lb-outerContainer{min-width:450px}@media all and (max-width:450px){.sbr_lb-dataContainer,.sbr_lb-outerContainer{min-width:0}}.sbr_lightbox .sbr_lb-image{display:block;height:auto;max-width:inherit;margin:0 auto;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.sb-feed-posts.sbr_carousel{display:none;width:100%;position:relative;z-index:1}.sbr_carousel{direction:ltr}.sbr-owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.sbr-owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.sbr-owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);overflow-x:hidden;overflow-y:hidden}.sbr-owl-item,.sbr-owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.sbr-owl-item{position:relative;min-height:1px;padding:0;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;display:inline-block;vertical-align:top;box-sizing:border-box}.sbr-owl-dot,.sbr-owl-nav .sbr-owl-next,.sbr-owl-nav .sbr-owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sbr_carousel.sbr-owl-loaded{display:block}.sbr_carousel.sbr-owl-loading{opacity:0;display:block}.sbr_carousel.sbr-owl-hidden{opacity:0}.sbr_carousel.sbr-owl-drag .sbr-owl-item{padding:0 calc(var(--column-gutter)/ 2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sbr_carousel.sbr-owl-grab{cursor:move;cursor:grab}.sbr_carousel.sbr-owl-rtl{direction:rtl}.sbr-owl-height{transition:height .5s ease-in-out}.sbr-owl-nav{text-align:center;margin-top:0}.sbr-owl-nav .disabled{opacity:.5;cursor:default}.sbr-owl-nav.disabled+.sbr-owl-dots{margin-top:10px}.sbr-owl-dots{text-align:center;padding:5px 0;margin-top:5px}.sbr-owl-dots .sbr-owl-dot{display:inline-block;zoom:1}.sbr-owl-dots .sbr-owl-dot span{display:block;width:12px;height:12px;margin:5px 7px;background:#333;filter:Alpha(Opacity=25);opacity:.25;-webkit-backface-visibility:visible;transition:opacity .1s;border-radius:30px}.sbr-owl-dots .sbr-owl-dot.active span,.sbr-owl-dots .sbr-owl-dot:hover span{filter:Alpha(Opacity=100);opacity:1}.sbr-owl-item>div{width:100%!important}.sbr-post-links{max-width:100%}.sbr-owl-nav>div{position:absolute;top:50%;font-size:14px;display:inline-block;line-height:1;background:rgba(255,255,255,.3);padding:6px 6px 6px 8px;border-radius:50%;margin-top:-15px;color:#000;box-shadow:0 0 5px 0 rgba(0,0,0,.2);-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}.sbr_carousel:hover .sbr-owl-nav>div{background:rgba(255,255,255,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.sbr_carousel:hover .sbr-owl-nav>div:hover{cursor:pointer;background:#fff}.sbr-owl-nav .sbr-owl-prev{margin-left:7px;padding:6px 8px 6px 6px;left:0}.sbr-owl-nav .sbr-owl-next{margin-right:7px;right:0}.sbr_carousel .sbr-owl-nav svg{height:1.2em;box-sizing:unset;overflow:visible;width:1em;display:inline-block;font-size:inherit;vertical-align:-.125em}[id^=sb-reviews-container-] .sb-cols-2 .sb-post-item-wrap{width:calc(50% - calc((var(--column-gutter) * 1)/ 2))}[id^=sb-reviews-container-] .sb-cols-3 .sb-post-item-wrap{width:calc(33.33% - calc((var(--column-gutter) * 2)/ 3))}[id^=sb-reviews-container-] .sb-cols-4 .sb-post-item-wrap{width:calc(25% - calc((var(--column-gutter) * 3)/ 4))}[id^=sb-reviews-container-] .sb-cols-5 .sb-post-item-wrap{width:calc(20% - calc((var(--column-gutter) * 4)/ 5))}[id^=sb-reviews-container-] .sb-cols-6 .sb-post-item-wrap{width:calc(16.66% - calc((var(--column-gutter) * 5)/ 6))}[id^=sb-reviews-container-] .sb-cols-7 .sb-post-item-wrap{width:calc(14.28% - calc((var(--column-gutter) * 6)/ 7))}[id^=sb-reviews-container-] .sb-cols-8 .sb-post-item-wrap{width:calc(12.5% - calc((var(--column-gutter) * 7)/ 8))}[id^=sb-reviews-container-] .sb-cols-9 .sb-post-item-wrap{width:calc(11.11% - calc((var(--column-gutter) * 8)/ 9))}[id^=sb-reviews-container-] .sb-cols-10 .sb-post-item-wrap{width:calc(10% - calc((var(--column-gutter) * 9)/ 10))}@media all and (max-width:640px){[id^=sb-reviews-container-] .sb-colstablet-1 .sb-post-item-wrap{width:100%}[id^=sb-reviews-container-] .sb-colstablet-2 .sb-post-item-wrap{width:calc(50% - calc((var(--column-gutter) * 1)/ 2))}[id^=sb-reviews-container-] .sb-colstablet-3 .sb-post-item-wrap{width:calc(33.33% - calc((var(--column-gutter) * 2)/ 3))}[id^=sb-reviews-container-] .sb-colstablet-4 .sb-post-item-wrap{width:calc(25% - calc((var(--column-gutter) * 3)/ 4))}[id^=sb-reviews-container-] .sb-colstablet-5 .sb-post-item-wrap{width:calc(20% - calc((var(--column-gutter) * 4)/ 5))}[id^=sb-reviews-container-] .sb-colstablet-6 .sb-post-item-wrap{width:calc(16.66% - calc((var(--column-gutter) * 5)/ 6))}[id^=sb-reviews-container-] .sb-colstablet-7 .sb-post-item-wrap{width:calc(14.28% - calc((var(--column-gutter) * 6)/ 7))}[id^=sb-reviews-container-] .sb-colstablet-8 .sb-post-item-wrap{width:calc(12.5% - calc((var(--column-gutter) * 7)/ 8))}[id^=sb-reviews-container-] .sb-colstablet-9 .sb-post-item-wrap{width:calc(11.11% - calc((var(--column-gutter) * 8)/ 9))}[id^=sb-reviews-container-] .sb-colstablet-10 .sb-post-item-wrap{width:calc(10% - calc((var(--column-gutter) * 9)/ 10))}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="1"] .sb-feed-posts{grid-template-columns:1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="2"] .sb-feed-posts{grid-template-columns:1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="3"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="4"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="5"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="6"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}@media all and (max-width:480px){[id^=sb-reviews-container-] .sb-colsmobile-1 .sb-post-item-wrap{width:100%}[id^=sb-reviews-container-] .sb-colsmobile-2 .sb-post-item-wrap{width:calc(50% - calc((var(--column-gutter) * 1)/ 2))}[id^=sb-reviews-container-] .sb-colsmobile-3 .sb-post-item-wrap{width:calc(33.33% - calc((var(--column-gutter) * 2)/ 3))}[id^=sb-reviews-container-] .sb-colsmobile-4 .sb-post-item-wrap{width:calc(25% - calc((var(--column-gutter) * 3)/ 4))}[id^=sb-reviews-container-] .sb-colsmobile-5 .sb-post-item-wrap{width:calc(20% - calc((var(--column-gutter) * 4)/ 5))}[id^=sb-reviews-container-] .sb-colsmobile-6 .sb-post-item-wrap{width:calc(16.66% - calc((var(--column-gutter) * 5)/ 6))}[id^=sb-reviews-container-] .sb-colsmobile-7 .sb-post-item-wrap{width:calc(14.28% - calc((var(--column-gutter) * 6)/ 7))}[id^=sb-reviews-container-] .sb-colsmobile-8 .sb-post-item-wrap{width:calc(12.5% - calc((var(--column-gutter) * 7)/ 8))}[id^=sb-reviews-container-] .sb-colsmobile-9 .sb-post-item-wrap{width:calc(11.11% - calc((var(--column-gutter) * 8)/ 9))}[id^=sb-reviews-container-] .sb-colsmobile-10 .sb-post-item-wrap{width:calc(10% - calc((var(--column-gutter) * 9)/ 10))}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="1"] .sb-feed-posts{grid-template-columns:1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="2"] .sb-feed-posts{grid-template-columns:1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="3"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="4"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="5"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="6"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}#sb_instagram{width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#sb_instagram:after,.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after,.sbi_lb-outerContainer:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;box-sizing:border-box}#sb_instagram #sbi_images{box-sizing:border-box;display:grid;width:100%;padding:12px 0}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover,.sbi_lightbox a img{border:none}#sb_instagram #sbi_images .sbi_item{display:inline-block;width:100%;vertical-align:top;zoom:1;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0}#sb_instagram.sbi_col_1 #sbi_images,#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(1,1fr)}#sb_instagram.sbi_col_2 #sbi_images,#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:inherit;object-fit:cover;scale:1;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;vertical-align:middle}#sb_instagram .sbi_no_js img,#sb_instagram br,#sb_instagram p:empty,#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover,.sbi_lightbox a:active,.sbi_lightbox a:focus,.sbi_lightbox a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em;display:inline-block}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,.4));filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, .4))}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite sbi-sk-scaleout;animation:1s ease-in-out infinite sbi-sk-scaleout}#sbi_load p{display:inline;padding:0;margin:0}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:1s steps(8) infinite fa-spin;animation:1s steps(8) infinite fa-spin}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important;overflow:hidden!important}#sb_instagram .sb_instagram_header,.sb_instagram_header{overflow:hidden;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0}#sb_instagram .sb_instagram_header a,.sb_instagram_header a{transition:color .5s;text-decoration:none}.sb_instagram_header.sbi_header_outside{float:none;margin-left:auto!important;margin-right:auto!important;display:flex}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;width:50px;height:50px;position:relative}.sb_instagram_header .sbi_header_hashtag_icon{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75)}.sbi_no_avatar .sbi_header_hashtag_icon{display:block;color:#fff;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background .2s linear,color .2s linear;-moz-transition:background .2s linear,color .2s linear;-o-transition:background .2s linear,color .2s linear;transition:background .2s linear,color .2s linear}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,.sb_instagram_header.sbi_medium .sbi_header_img,.sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text h3{line-height:1.4}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,.sb_instagram_header.sbi_large .sbi_header_img,.sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,.sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}}#sb_instagram .sb_instagram_header .sbi_header_img,.sb_instagram_header .sbi_header_img{position:relative;width:50px;height:50px;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:50%}#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);z-index:2;transition:opacity .4s ease-in-out}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header .sbi_header_img_hover .sbi_new_logo{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;font-size:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-18px;margin-left:-18px;width:36px;height:36px;font-size:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-24px;margin-left:-24px;width:48px;height:48px;font-size:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden}#sb_instagram .sb_instagram_header .sbi_fade_in,.sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition,.sb_instagram_header a:focus .sbi_header_img_hover,.sb_instagram_header a:hover .sbi_header_img_hover,.sbi_lb-nav a.sbi_lb-next:hover,.sbi_lb-nav a.sbi_lb-prev:hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text,.sb_instagram_header .sbi_header_text{display:flex;gap:20px;justify-content:flex-start;align-items:center}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,.sb_instagram_header.sbi_large .sbi_feedtheme_header_text{gap:8px}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text{gap:4px}.sbi_feedtheme_header_text{display:flex;justify-content:flex-start;align-items:flex-start;flex:1;flex-direction:column;gap:4px}#sb_instagram .sb_instagram_header h3,.sb_instagram_header h3{font-size:16px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header p,.sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,.sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{float:left;clear:both;width:100%;text-align:center;opacity:1;transition:.5s ease-in}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a,.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0;background:#333;text-decoration:none;line-height:1.5}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:.1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:.1s ease-in}.sbi_lb-nav a.sbi_lb-next,.sbi_lb-nav a.sbi_lb-prev{width:50px;padding-left:10px;padding-right:10px;opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s}#sb_instagram .sbi_follow_btn{display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn:focus,#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.4}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_width_resp{width:100%!important}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;position:relative;overflow:hidden}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{position:absolute;top:0;left:0;bottom:0;right:0}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{display:inline-block;padding:6px 10px;background:rgba(0,0,0,.1);text-decoration:none;border-radius:5px;margin-top:10px;color:#444}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}#sb_instagram.sbi_palette_dark,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_dark{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_caption,#sb_instagram.sbi_palette_dark .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_dark,.sbi_header_palette_dark .sbi_bio{color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_dark a{color:#fff}#sb_instagram.sbi_palette_light,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_light{color:rgba(0,0,0,.85);background-color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_light .sbi_caption,#sb_instagram.sbi_palette_light .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_light,.sbi_header_palette_light .sbi_bio{color:rgba(0,0,0,.85)}#sb_instagram.sbi_palette_light .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_light a{color:#000}@media all and (max-width:800px){#sb_instagram.sbi_tab_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_tab_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_tab_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_tab_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_tab_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_tab_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_tab_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_tab_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_tab_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_tab_col_1 #sbi_images{grid-template-columns:1fr}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_mob_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_mob_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_mob_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display:none!important}body:after{content:url(https://mysticheist.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);display:none}.sbi_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbi_lightbox{position:absolute;left:0;width:100%;z-index:100000;text-align:center;line-height:0;font-weight:400}.sbi_lightbox .sbi_lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;object-fit:contain}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.sbi_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.sbi_lb-container-wrapper{height:100%}.sbi_lb-container{position:relative;top:0;left:0;width:100%;height:100%;bottom:0;right:0}.sbi_lb-loader{position:absolute;width:100%;top:50%;left:0;height:20px;margin-top:-10px;text-align:center;line-height:0}.sbi_lb-loader span{display:block;width:14px;height:14px;margin:0 auto;background:url(https://mysticheist.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat}.sbi_lb-container>.nav{left:0}.sbi_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.sbi_lb-next,.sbi_lb-prev{height:100%;cursor:pointer;display:block}.sbi_lb-nav a.sbi_lb-prev{left:-70px;float:left;transition:opacity .2s}.sbi_lb-nav a.sbi_lb-next{right:-70px;float:right;transition:opacity .2s}.sbi_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0;background:url(https://mysticheist.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat}.sbi_lb-nav a.sbi_lb-prev span{background-position:-53px 0}.sbi_lb-nav a.sbi_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbi_lb-dataContainer{margin:0 auto;padding-top:10px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position:relative;padding-right:300px;background:#fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper{position:relative;background:#000}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{width:300px!important;position:absolute;top:0;right:-300px;height:100%;bottom:0;background:#fff;line-height:1.4;overflow:hidden;overflow-y:auto;text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display:block!important;width:100%;margin-top:20px;padding:4px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number{padding-bottom:0}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption{width:100%;max-width:100%;margin-bottom:20px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text{display:inline-block;padding-top:10px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display:block!important;width:100%;min-width:100%;float:left;clear:both;font-size:12px;padding:3px 20px 3px 0;margin:0 0 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter{font-weight:700;margin-right:5px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing:border-box;padding:15px 20px}.sbi_lb-data{padding:0 4px;color:#ccc}.sbi_lb-data .sbi_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbi_lb-data .sbi_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbi_lb-data .sbi_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbi_lb-commenter:hover,.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lb-data .sbi_lb-caption a:hover{color:#fff;text-decoration:underline}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float:left;width:100%;color:#ccc;padding-bottom:0;display:block;margin:0 0 5px}#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username{color:#333}.sbi_lightbox .sbi_lightbox_username img{float:left;border:none;width:32px;height:32px;margin-right:10px;background:#666;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}.sbi_lightbox_username p{float:left;margin:0;padding:0;color:#ccc;line-height:32px;font-weight:700;font-size:13px}.sbi_lb-data .sbi_lb-number{display:block;float:left;clear:both;padding:5px 0 15px;font-size:12px;color:#999}.sbi_lb-data .sbi_lb-close{display:block;float:right;width:30px;height:30px;font-size:18px;color:#aaa;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbi_lb-data .sbi_lb-close:hover{cursor:pointer;opacity:1;color:#fff}.sbi_lb-nav{top:0;left:0;width:100%;z-index:10;height:auto}.sbi-feed-block-cta,.sbi-feed-block-cta-img-ctn{width:100%!important;position:relative!important}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video{position:relative!important}.sbi_lb-container{padding:0}.sbi-feed-block-cta{border:1px solid #e8e8eb!important;border-radius:2px!important;text-align:center!important}.sbi-feed-block-cta-img-ctn{float:left!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sbi-feed-block-cta-img{width:65px!important;height:65px!important;position:relative!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;display:flex!important;justify-content:center!important;align-items:center!important}.sbi-feed-block-cta-img span svg{float:left!important}.sbi-feed-block-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sbi-feed-block-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sbi-feed-block-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sbi-feed-block-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important}.sbi-feed-block-cta-btn:after,.sbi-feed-block-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sbi-feed-block-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sbi-feed-block-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sbi-feed-block-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sbi-feed-block-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sbi-feed-block-cta-desc span a,.sbi-feed-block-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sbi-feed-block-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sbi-feed-block-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sbi-feed-block-cta-selector span{color:#2c324c!important}.sbi-feed-block-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sbi-feed-block-cta-selector span a:first-of-type:after{content:','!important}.sbi-feed-block-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after,.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before{top:10px!important}:root {--rating-color: var(--primary-color);--product-bg: #f9f6f3;--label-bg: var(--primary-color);--label-color: #fff;}.woocommerce-store-notice, p.demo_store {position: absolute;top: 0;left: 0;right: 0;margin: 0;width: 100%;font-size: 1em;padding: 1em 0;text-align: center;background-color: #000;color: #fff;z-index: 99998;box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);display: none;}.woocommerce-store-notice a, p.demo_store a {text-decoration: underline;}.admin-bar p.demo_store {top: 32px;}.woocommerce-page .primary {max-width: none;}.woocommerce-page strong {font-weight: 600;}.woocommerce .products .added_to_cart, .woocommerce a.button, .woocommerce button.button, .woocommerce-page .products a.button, .woocommerce-page .products .added_to_cart, .woocommerce #respond input#submit, .woocommerce-page .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce-page .woocommerce-notices-wrapper a.button, .woocommerce-page .woocommerce-info a.button, .woocommerce .cart .button, .woocommerce .cart input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #page .checkout_coupon .button[name="apply_coupon"], .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-form button.button, .woocommerce-page button.woocommerce-Button, .woocommerce-page a.woocommerce-button, .woocommerce-MyAccount-content button.button, .woocommerce-MyAccount-content a.button {position: relative;z-index: 9;display: inline-flex !important;align-items: center;justify-content: center;padding: 0 48px;height: var(--btn-height);background: var(--btn-bg);border: none;border-radius: var(--btn-radius);color: var(--btn-color);font-family: var(--btn-font);font-size: var(--btn-font-size);font-weight: var(--btn-font-weight);letter-spacing: var(--btn-letter-spacing);text-transform: var(--btn-text-transform);line-height: 1;text-align: center;transition: 0.4s;cursor: pointer;}.no-touch .woocommerce .products .added_to_cart:not(.cs-btn-underline):hover, .no-touch .woocommerce a.button:not(.cs-btn-underline):hover, .no-touch .woocommerce button.button:not(.cs-btn-underline):hover, .no-touch .woocommerce-page .products a.button:not(.cs-btn-underline):hover, .no-touch .woocommerce-page .products .added_to_cart:not(.cs-btn-underline):hover, .no-touch .woocommerce #respond input#submit:not(.cs-btn-underline):hover, .no-touch .woocommerce-page .woocommerce a.button:not(.cs-btn-underline):hover, .no-touch .woocommerce a.button.alt:not(.cs-btn-underline):hover, .no-touch .woocommerce button.button.alt.single_add_to_cart_button:not(.cs-btn-underline):hover, .no-touch .woocommerce-page .woocommerce-notices-wrapper a.button:not(.cs-btn-underline):hover, .no-touch .woocommerce-page .woocommerce-info a.button:not(.cs-btn-underline):hover, .no-touch .woocommerce .cart .button:not(.cs-btn-underline):hover, .no-touch .woocommerce .cart input.button:not(.cs-btn-underline):hover, .no-touch #add_payment_method .wc-proceed-to-checkout a.checkout-button:not(.cs-btn-underline):hover, .no-touch .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(.cs-btn-underline):hover, .no-touch .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:not(.cs-btn-underline):hover, .no-touch #page .checkout_coupon .button[name="apply_coupon"]:not(.cs-btn-underline):hover, .no-touch .woocommerce #payment #place_order:not(.cs-btn-underline):hover, .no-touch .woocommerce-page #payment #place_order:not(.cs-btn-underline):hover, .no-touch .woocommerce-form button.button:not(.cs-btn-underline):hover, .no-touch .woocommerce-page button.woocommerce-Button:not(.cs-btn-underline):hover, .no-touch .woocommerce-page a.woocommerce-button:not(.cs-btn-underline):hover, .no-touch .woocommerce-MyAccount-content button.button:not(.cs-btn-underline):hover, .no-touch .woocommerce-MyAccount-content a.button:not(.cs-btn-underline):hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {position: relative;z-index: 9;display: inline-flex !important;align-items: center;justify-content: center;padding: 0 48px;height: var(--btn-height);background: var(--btn-bg);border: none;border-radius: var(--btn-radius);color: var(--btn-color);font-family: var(--btn-font);font-size: var(--btn-font-size);font-weight: var(--btn-font-weight);letter-spacing: var(--btn-letter-spacing);text-transform: var(--btn-text-transform);line-height: 1;text-align: center;transition: 0.4s;cursor: pointer;opacity: 0.5;pointer-events: none;}.no-touch .woocommerce button.button:disabled:not(.cs-btn-underline):hover, .no-touch .woocommerce button.button:disabled[disabled]:not(.cs-btn-underline):hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}#add_payment_method .wc-proceed-to-checkout a.checkout-button:not(:hover), .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:hover), .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:not(:hover), .woocommerce #payment #place_order:not(:hover), .woocommerce-page #payment #place_order:not(:hover) {background: var(--text-color);color: var(--bg-color);}#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {width: 100%;padding: 10px;}.woocommerce-page .woocommerce-notices-wrapper a.button, .woocommerce-page .woocommerce-info a.button, .woocommerce-page .shop_table a.button {--btn-height: 32px;padding: 0 16px;font-size: 11px;font-size: 0.6875rem;font-family: var(--body-font);text-transform: uppercase;font-weight: 500;}.woocommerce #respond input#submit:hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);}.woocommerce .button.alt.disabled {pointer-events: none;}.woocommerce a.button.cs-btn-outline {--btn-bg: var(--text-color);--btn-bg-hover: var(--btn-bg);--btn-color-hover: var(--bg-color);background: none;border: 2px solid;border-color: var(--btn-bg);color: var(--btn-bg);line-height: 38px;}.no-touch .woocommerce a.button.cs-btn-outline:hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}.woocommerce a.button.cs-btn-underline {padding: 7px 0;background: none;color: inherit;border-radius: 0;line-height: 1;}.woocommerce a.button.cs-btn-underline:before {position: absolute;bottom: -2px;left: 0;display: block;width: 100%;height: 2px;background: var(--btn-bg);content: "";transition: transform 0.2s ease;transform-origin: 100% 0;}.no-touch .woocommerce a.button.cs-btn-underline:hover {color: inherit;}.no-touch .woocommerce a.button.cs-btn-underline:hover:before {-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);}.woocommerce a.button.cs-btn-small {padding: 0 16px;font-size: 11px;font-size: 0.6875rem;line-height: 32px;}.woocommerce a.button.cs-btn-small.cs-btn-outline {line-height: 28px;}.woocommerce a.button.cs-btn-small.cs-btn-underline {padding: 7px 0;line-height: 1;}.woocommerce a.button.cs-btn-large {padding: 0 25px;font-size: 16px;font-size: 1rem;line-height: 45px;}.woocommerce a.button.cs-btn-large.cs-btn-outline {line-height: 41px;}.woocommerce a.button.cs-btn-large.cs-btn-underline {padding: 7px 0;line-height: 1;}.woocommerce a.button.cs-btn-extra-large {padding: 0 35px;font-size: 24px;font-size: 1.5rem;line-height: 60px;}.woocommerce a.button.cs-btn-extra-large.cs-btn-outline {line-height: 56px;}.woocommerce a.button.cs-btn-extra-large.cs-btn-underline {padding: 7px 0;line-height: 1;}.woocommerce a.button.cs-btn-color-primary {--btn-bg: var(--primary-color);}.woocommerce a.button.cs-btn-color-secondary {--btn-bg: var(--secondary-color);}.woocommerce a.button.cs-btn-color-black {--btn-bg: #000;}.woocommerce a.button.cs-btn-color-white {--btn-bg: #fff;--btn-color: #000;}.woocommerce a.button.cs-btn-color-white.cs-btn-outline {--btn-color-hover: #000;}figure.woocommerce-product-gallery__wrapper {max-width: none;}.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {margin-bottom: 0;font-family: var(--secondary-font);letter-spacing: var(--sf-letter-spacing);text-transform: var(--sf-text-transform);font-style: var(--sf-style);font-size: 12px;font-size: 0.75rem;color: inherit;line-height: 1.6;}.woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb a {color: inherit;}.no-touch .woocommerce-breadcrumb a:hover, .no-touch .woocommerce .woocommerce-breadcrumb a:hover {opacity: 0.7;}.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {font-style: normal;text-decoration: none;}.woocommerce div.product .stock {color: #77a464;}.woocommerce span.onsale, .woocommerce .stock {--product-label-size: 32px;width: auto;height: var(--product-label-size);min-width: var(--product-label-size);min-height: var(--product-label-size);line-height: var(--product-label-size);background: var(--label-bg);z-index: 9;top: 10px;left: 10px;right: auto;margin: 0;display: flex;align-items: center;justify-content: center;text-align: center;padding: 0 15px;border-radius: 0;color: var(--label-color);font-weight: 500;font-size: 12px;font-size: 0.75rem;text-transform: uppercase;line-height: 1;}.woocommerce.rtl span.onsale, .woocommerce.rtl .stock {right: 10px;left: auto;}.woocommerce .stock.out-of-stock {background: #111;color: #fff;}.woocommerce div.product .out-of-stock {color: #fff;}.woocommerce .star-rating {color: var(--rating-color);}.woocommerce a.remove {display: block;margin: 0 auto;width: 22px;height: 22px;color: inherit !important;font-size: 16px;font-size: 1rem;line-height: 22px;font-weight: 400;text-align: center;border-radius: 50%;}.no-touch .woocommerce a.remove:hover {background: red;color: #fff !important;}.woocommerce .quantity .qty {width: 140px;padding: 5px;font-size: 18px;font-size: 1.125rem;font-weight: 400;-moz-appearance: textfield !important;margin: 0;text-align: center;}.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}.woocommerce div.product form.cart div.quantity {margin-right: 12px;}.rtl.woocommerce div.product form.cart div.quantity {margin-right: 0;margin-left: 12px;}.cs-quantity {--form-bd: var(--primary-color);position: relative;display: inline-block;}.cs-quantity .minus, .cs-quantity .plus {position: absolute;width: 40px;height: 100%;top: 0;text-align: center;border: none;background: none;box-shadow: none;color: inherit;cursor: pointer;}.cs-quantity .minus {left: 0;}.cs-quantity .plus {right: 0;}.cs-quantity input.qty {border: 1px solid var(--form-bd);}.woocommerce-error, .woocommerce-info, .woocommerce-message, .wc-block-components-notice-banner {padding: 1em 2em 1em 3em;margin: 0 0 2em;position: relative;list-style: none outside;width: auto;word-wrap: break-word;border: none !important;line-height: 32px;background: var(--light-grey);color: var(--text-color);font-size: 16px;font-size: 1rem;}.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .wc-block-components-notice-banner:after {content: " ";display: table;clear: both;}.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .wc-block-components-notice-banner .button {float: right;}.theme-cozystay .wc-block-components-notice-banner {padding: 1em 1.5em !important;margin: 0 0 2em;background: var(--light-grey) !important;line-height: 32px !important;color: var(--text-color);font-size: 16px;font-size: 1rem;}.theme-cozystay .wc-block-components-notice-banner svg {margin-top: 6px;width: 20px;}.theme-cozystay .wc-block-components-notice-banner a.button {--btn-height: 32px;padding: 0 16px !important;background: var(--btn-bg) !important;color: var(--btn-color) !important;opacity: 1;text-decoration: none;font-size: 11px !important;font-family: var(--body-font);text-transform: uppercase;font-weight: 500;}.no-touch .theme-cozystay .wc-block-components-notice-banner a.button:hover {background: var(--btn-bg-hover) !important;color: var(--btn-color-hover) !important;border-color: var(--btn-bg-hover);}.theme-cozystay .wc-block-components-notice-banner:after {display: none;}.woocommerce div.product form.cart {margin-bottom: 2em;}.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {vertical-align: middle;padding-top: 10px;padding-bottom: 10px;}.woocommerce div.product form.cart .variations th {padding-right: 0;padding-left: 0;}.woocommerce form .form-row {margin-bottom: 30px;}.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {color: var(--text-lighter);}body .select2-container--default .select2-selection--single {width: 100%;height: 40px;padding: 5px 15px;background: var(--bg-color);border: 1px solid var(--form-bd);border-radius: 0;color: var(--text-color);-webkit-appearance: none !important;font-size: 16px;line-height: 42px;font-weight: 400;}body .select2-container--default .select2-selection--single .select2-selection__arrow {top: 2px;right: 10px;height: 36px;}body .select2-container--default .select2-selection--single .select2-selection__arrow b {border-top-color: currentColor;}body .select2-container--default .select2-selection--single .select2-selection__placeholder {color: inherit;opacity: 0.5;}body .select2-container--default.select2-container--open .select2-selection--single {border-color: #f3f5f6;opacity: 1;}body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-bottom-color: currentColor;}body .select2-container--default .select2-results__option--highlighted[aria-selected] {background: #f7f7f7;color: #111;}body .select2-container--default .select2-search--dropdown .select2-search__field {background: #fff;color: #111;}body .select2-container--default .select2-selection--single .select2-selection__clear {margin-right: 15px;}.woocommerce-page.cs-form-underline form .select2-container--default .select2-selection--single {border-top: none;border-left: none;border-right: none;padding-left: 0;}.woocommerce-page.cs-form-underline form .select2-container--default .select2-selection--single .select2-selection__rendered {padding-left: 0;}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {left: 10px;}body .select2-container--open .select2-dropdown--below, body .select2-container--open .select2-dropdown--above {border: 2px solid #f3f5f6;border-radius: 0;}.select2-dropdown {color: #111 !important;}.woocommerce table.shop_attributes th {width: 150px;padding: 8px;border: none;line-height: 1.5;}.woocommerce table.shop_attributes td {font-style: normal;padding: 0;border-top: 0;border: none;margin: 0;line-height: 1.5;}.woocommerce table.shop_attributes td p {margin: 0;padding: 8px 0;}.woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce table.shop_attributes tr:nth-child(even) td {background: none;}.woocommerce table.shop_table {border-radius: 0;border-color: var(--border-color);border-right-width: 0;border-left-width: 0;}.woocommerce table.shop_table thead th {font-family: var(--secondary-font);letter-spacing: var(--sf-letter-spacing);text-transform: var(--sf-text-transform);font-style: var(--sf-style);font-size: 13px;font-size: 0.8125rem;font-weight: 500;}.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {font-weight: 500;}.woocommerce table.shop_table th, .woocommerce table.shop_table td {border-top: none !important;padding: 18px 0;}.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {border-top: 1px solid var(--border-color) !important;}.woocommerce .woocommerce-result-count {line-height: 42px;}.woocommerce .woocommerce-ordering {position: relative;margin-bottom: 35px;}.woocommerce .woocommerce-ordering select {padding-right: calc(var(--form-side-padding) + 20px);}.rtl.woocommerce .woocommerce-ordering select {padding-right: var(--form-side-padding);padding-left: calc(var(--form-side-padding) + 20px);}.woocommerce-page .woocommerce-result-count, .rtl.woocommerce-page .woocommerce-ordering {float: left;}.woocommerce-page .woocommerce-ordering, .rtl.woocommerce-page .woocommerce-result-count {float: right;}.woocommerce ul.products {--product-gap: 35px;margin: 0 0 1em;padding: 0;list-style: none;clear: both;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.woocommerce ul.products li.product {position: relative;margin-top: var(--product-gap);margin-bottom: 0;width: 100%;text-align: center;}.woocommerce ul.products li.product a img {margin: 0 0 20px;}.woocommerce ul.products li.product:first-child {margin-top: 0;}.woocommerce ul.products li.product .stock, .woocommerce ul.products li.product .onsale {position: absolute;top: 10px;left: 10px;right: auto;margin: 0;}.woocommerce ul.products li.product .stock {position: absolute;}.woocommerce ul.products li.product .stock + .onsale {top: 47px;}.woocommerce ul.products li.product .product-image {position: relative;overflow: hidden;margin-bottom: 0;}.woocommerce ul.products li.product .product-image img {display: block;width: 100%;}.woocommerce ul.products li.product .cs-product-content .woocommerce-LoopProduct-link {display: block;}.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {font-size: 20px;font-size: 1.25rem;font-weight: var(--hf-weight);padding: 0;margin: 0 0 8px;}.woocommerce ul.products li.product .price-rating {margin: 0 0 8px;}.woocommerce ul.products li.product .price {margin: 0;font-size: 14px;font-size: 0.875rem;color: var(--text-color);}.woocommerce ul.products li.product .price ins {font-weight: 400;}.woocommerce ul.products li.product .star-rating {margin: 10px auto 0;font-size: 12px;font-size: 0.75rem;letter-spacing: 0.2em;width: 6.2em;}.woocommerce ul.products li.product .woocommerce-product-details__short-description {font-size: 16px;font-size: 1rem;line-height: 1.6;color: var(--content-color);margin-bottom: 10px;}.woocommerce ul.products li.product .woocommerce-product-details__short-description p {margin-bottom: 0;}.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart {--btn-color: var(--text-color);--btn-height: 44px;padding: 0 24px;margin-top: 8px;background: none;border: 1px solid var(--btn-bg);font-family: var(--body-font);font-weight: 500;font-size: 11px;font-size: 0.6875rem;text-transform: uppercase;letter-spacing: 0.075em;white-space: nowrap;}.woocommerce ul.products li.product .button.loading:after, .woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart.added {display: none !important;}.woocommerce ul.products li.product .button.product_type_external {display: block !important;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: var(--btn-height);}.rtl.woocommerce ul.products li.product .stock, .rtl.woocommerce ul.products li.product .onsale {right: 10px;left: auto;}.woocommerce nav.woocommerce-pagination {margin-top: 50px;text-align: center;}.woocommerce nav.woocommerce-pagination ul {--pagi-size: 32px;display: inline-block;margin: 1px;padding: 0;border: none;white-space: nowrap;clear: both;}.woocommerce nav.woocommerce-pagination ul li {display: inline-block;padding: 0;margin: 0;overflow: hidden;border: none;}.woocommerce nav.woocommerce-pagination ul li .page-numbers {display: block;margin: 0 6px;padding: 0 6px;width: auto;height: var(--pagi-size);background: none;border-radius: 0;text-align: center;font-family: var(--heading-font);font-size: 18px;font-size: 1.125rem;line-height: var(--pagi-size);}.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {background: none;border-bottom: 1px solid var(--primary-color);color: inherit;}.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {position: relative;font-size: 0;}.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:after, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next: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: 20px;font-size: 1.25rem;line-height: var(--pagi-size);}.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:after {content: "\34";}.woocommerce nav.woocommerce-pagination ul li .page-numbers.next:after {content: "\35";}.no-touch .woocommerce nav.woocommerce-pagination ul li a:hover {background: transparent;color: inherit;opacity: 0.5;}.woocommerce.single-product .site-content:not([class*="with-sidebar"]) .primary, .woocommerce-cart .primary, .woocommerce-checkout .primary, .woocommerce-account .primary {margin: 0 auto;}.woocommerce-page div.product div.images {position: relative;float: left;width: 48%;margin-bottom: 2em;}.woocommerce-page div.product div.images img {display: block;width: 100%;height: auto;box-shadow: none;}.woocommerce-page div.product div.images .flex-control-thumbs {overflow: hidden;zoom: 1;margin: 0;padding: 0;list-style: none;}.woocommerce-page div.product div.images .flex-control-thumbs li img {cursor: pointer;margin: 0;opacity: 0.5;transition: opacity 0.3s;}.woocommerce-page div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce-page div.product div.images .flex-control-thumbs li img:hover {opacity: 1;}.woocommerce-page div.product div.summary {float: right;width: 48%;clear: none;}.woocommerce.single.single-product div.product p.stock {font-size: 14px;font-size: 0.875rem;text-transform: uppercase;font-weight: 600;letter-spacing: 0.025em;display: block;text-align: revert;line-height: revert;width: revert;height: revert;min-width: revert;min-height: revert;border-radius: 0;background: none;margin-bottom: 30px;padding: 0;}.woocommerce.single.single-product div.product p.stock.out-of-stock {position: relative;top: auto;right: auto;left: auto;padding: 0;border: none;color: red;}.woocommerce.single.single-product .woocommerce-product-details__short-description {font-size: var(--post-text-size);}.woocommerce.single.single-product .woocommerce-product-details__short-description p:not(:last-child) {margin-bottom: 15px;}.woocommerce.single.single-product div.product form.cart:not(.variations_form), .woocommerce.single.single-product .woocommerce-variation-add-to-cart {display: flex;flex-wrap: wrap;}.woocommerce.single.single-product div.product form.cart:not(.variations_form) .button.single_add_to_cart_button, .woocommerce.single.single-product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button {min-width: 180px;}.woocommerce.single.single-product div.product form.cart.grouped_form {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.woocommerce.single.single-product div.product form.cart.grouped_form table td > *:last-child {margin-bottom: 0;}.woocommerce.single.single-product div.product form.cart.grouped_form .group_table {padding: 30px;background: var(--light-grey);border: none;}.woocommerce.single.single-product div.product form.cart.grouped_form .group_table td {vertical-align: middle;}.woocommerce.single.single-product .primary > .product > .onsale {display: none;}.woocommerce.single.single-product .summary.entry-summary {margin-bottom: 0;}.woocommerce.single.single-product .summary.entry-summary > * {margin-bottom: 15px;}.woocommerce.single.single-product .summary.entry-summary > *:last-child {margin-bottom: 0;}.woocommerce.single.single-product .summary.entry-summary .woocommerce-product-rating a:hover, .woocommerce.single.single-product .summary.entry-summary .product_meta a:hover {color: var(--link-color-hover);}.woocommerce.single.single-product .summary.entry-summary .entry-title {font-size: 24px;font-size: 1.5rem;line-height: 1.2;}.woocommerce.single.single-product .summary.entry-summary .price {color: inherit;font-size: 24px;font-size: 1.5rem;font-weight: 400;}.woocommerce.single.single-product .summary.entry-summary .price del {font-weight: 400;font-size: 18px;font-size: 1.125rem;}.woocommerce.single.single-product .summary.entry-summary .price ins {margin-left: 4px;font-weight: 600;}.woocommerce.single.single-product .summary.entry-summary .woocommerce-product-details__short-description p {margin-bottom: 15px;}.woocommerce.single.single-product .summary.entry-summary .woocommerce-product-details__short-description p:last-child {margin-bottom: 0;}.woocommerce.single.single-product .summary.entry-summary form.cart {margin: 30px 0;}.woocommerce.single.single-product .summary.entry-summary form.cart .variations tr:first-child th, .woocommerce.single.single-product .summary.entry-summary form.cart .variations tr:first-child td {padding-top: 0;}.woocommerce.single.single-product .summary.entry-summary form.cart .woocommerce-variation-price {margin-bottom: 20px;}.woocommerce.single.single-product .summary.entry-summary .product_meta > * {display: block;margin-bottom: 5px;font-size: 12px;font-size: 0.75rem;font-weight: 500;text-transform: uppercase;letter-spacing: 0.075em;}.woocommerce.single.single-product .summary.entry-summary .product_meta > * span:first-child, .woocommerce.single.single-product .summary.entry-summary .product_meta > * a:first-child {margin-left: 5px;}.woocommerce.single.single-product .woocommerce-product-rating {margin: 0;font-size: 12px;font-size: 0.75rem;line-height: 30px;}.woocommerce.single.single-product .woocommerce-product-rating .star-rating {margin: 5px 10px 0 0;height: 20px;line-height: 20px;letter-spacing: 0.2em;width: 6.2em;}.woocommerce.single.single-product .woocommerce-product-rating .woocommerce-review-link {display: inline-block;font-weight: 400;line-height: 30px;font-size: 16px;font-size: 1rem;}.woocommerce.single.single-product .woocommerce-tabs {padding-top: 40px;clear: both;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs {position: relative;display: flex;flex-wrap: nowrap;justify-content: center;padding: 0;margin: 0 0 35px;overflow: hidden;text-align: center;list-style: none;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs:before {position: absolute;content: " ";width: 100%;top: 0;bottom: auto;left: 0;border-bottom: 1px solid var(--border-color);z-index: 1;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li {position: relative;z-index: 9;display: inline-block;padding: 0 30px;margin: 0;background: none;border: none;border-radius: 0;color: inherit !important;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li a {position: relative;display: inline-block;padding: 25px 0;color: inherit;font-family: var(--heading-font);font-size: 18px;font-size: 1.125rem;font-weight: 400;letter-spacing: 0;text-transform: capitalize;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li a:after {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 5px;background: var(--primary-color);content: "";opacity: 0;transition: opacity 0.3s;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li.active {background: none;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li.active a:after {opacity: 1;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li:before, .woocommerce.single.single-product .woocommerce-tabs ul.tabs li:after {display: none;}.woocommerce.single.single-product .woocommerce-tabs .entry-content > h2:first-child {display: none;}.woocommerce.single.single-product .woocommerce-tabs table.shop_attributes {border: none;}.woocommerce.single.single-product .up-sells.upsells.products, .woocommerce.single.single-product .related.products {padding-top: var(--spacing);clear: both;}.woocommerce.single.single-product .woocommerce-tabs + .up-sells.upsells.products, .woocommerce.single.single-product .woocommerce-tabs + .related.products {margin-top: var(--spacing);border-top: 1px solid var(--border-color);}.woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel > *:last-child {margin-bottom: 0;}.rtl.woocommerce.single.single-product .woocommerce-product-rating .star-rating {margin-right: 0;margin-left: 10px;}.up-sells.upsells.products > h2, .related.products > h2 {display: block;margin-bottom: 50px;font-size: 24px;font-size: 1.5rem;font-weight: var(--hf-weight);letter-spacing: var(--hf-letter-spacing);text-transform: var(--hf-text-transform);font-style: var(--hf-style);}.woocommerce-Reviews-title {display: none;}.woocommerce #reviews #comments ol.commentlist {margin: 0;width: 100%;background: 0 0;list-style: none;}.woocommerce #reviews #comments ol.commentlist li {position: relative;margin-bottom: 30px;}.woocommerce #reviews #comments ol.commentlist li img.avatar {position: absolute;top: 0;left: 0;float: left;padding: 0;width: 50px;height: 50px;background: none;border: none;border-radius: 50%;}.woocommerce #reviews #comments ol.commentlist li .comment-text {display: flex;flex-direction: column;margin: 0 0 0 70px;padding: 0;border: none;border-radius: 0;}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {order: 3;float: none;margin: 5px 0 0 0;font-size: 12px;letter-spacing: 0.2em;width: 6.2em;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {align-items: center;margin: 0;color: inherit;font-size: 12px;font-size: 0.75rem;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta > * {margin-right: 8px;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {font-size: 18px;font-size: 1.125rem;font-weight: 600;text-transform: none;letter-spacing: 0;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {color: var(--text-lighter);}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__verified {color: var(--text-lighter);letter-spacing: 0;text-transform: none;font-style: normal;}.woocommerce #reviews #comments ol.commentlist li .comment-text .description {margin: 10px 0;}.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {margin-bottom: 10px;}.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {margin-bottom: 0;}.woocommerce #reviews #comments ol.commentlist:after {display: block;content: "";clear: both;}.woocommerce #reviews #review_form_wrapper label {font-size: 16px;font-size: 1rem;}.woocommerce #reviews #review_form_wrapper p {margin-bottom: 30px;}.woocommerce #reviews #review_form_wrapper .comment-form-rating {margin-bottom: 30px;clear: both;}.woocommerce #reviews #review_form_wrapper .comment-form-rating label {float: left;margin-right: 15px;}.woocommerce #reviews #review_form_wrapper .comment-form-rating p.stars {padding-top: 5px;}.woocommerce #reviews #review_form_wrapper .comment-form-rating p.stars span {display: flex;align-items: flex-start;}.woocommerce #reviews #review_form_wrapper .comment-form-rating a {color: var(--rating-color);}.woocommerce #reviews #review_form_wrapper .comment-form-rating:after {position: relative;display: block;content: "";clear: both;}.woocommerce #reviews .comment-reply-title {display: block;margin-top: 40px;margin-bottom: 30px;font-family: var(--heading-font);font-weight: var(--hf-weight);letter-spacing: var(--hf-letter-spacing);text-transform: var(--hf-text-transform);font-style: var(--hf-style);font-size: 24px;font-size: 1.5rem;line-height: 1.35;}.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {content: " ";display: table;}.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {margin: 0 70px 0 0;}.rtl.woocommerce #reviews #review_form_wrapper .comment-form-rating label {float: right;margin-right: 0;margin-left: 15px;}.woocommerce table.shop_table.cart {margin-bottom: var(--spacing);border-bottom-width: 0;}.woocommerce table.shop_table.cart th {padding: 24px 0 24px 25px;}.woocommerce table.shop_table.cart td {padding: 18px 0 18px 25px;vertical-align: middle;}.woocommerce table.shop_table.cart th.product-remove, .woocommerce table.shop_table.cart td.product-remove {padding-right: 20px;padding-left: 0;}.woocommerce table.shop_table.cart th.product-thumbnail, .woocommerce table.shop_table.cart td.product-thumbnail {padding-right: 0;padding-left: 0;width: 100px;}.woocommerce table.shop_table.cart th.product-name, .woocommerce table.shop_table.cart td.product-name {padding-right: 20px;}.woocommerce table.shop_table.cart td.product-name > a {font-weight: 600;text-transform: uppercase;}.woocommerce table.shop_table.cart td.actions {padding: 30px 0 0;}.rtl .woocommerce table.shop_table.cart td.actions {padding-right: 0;}.woocommerce table.shop_table.cart .variation {max-width: 400px;}.rtl .woocommerce table.shop_table.cart th, .rtl .woocommerce table.shop_table.cart td {padding-right: 25px;padding-left: 0;}.rtl .woocommerce table.shop_table.cart th.product-remove, .rtl .woocommerce table.shop_table.cart td.product-remove {padding-right: 0;padding-left: 20px;}.rtl .woocommerce table.shop_table.cart th.product-thumbnail, .rtl .woocommerce table.shop_table.cart td.product-thumbnail {padding-right: 0;padding-left: 0;}.rtl .woocommerce table.shop_table.cart th.product-name, .rtl .woocommerce table.shop_table.cart td.product-name {padding-left: 20px;}.woocommerce td.product-name dl.variation, .woocommerce td.product-name .cs-room-order-wrapper {margin-top: 4px;font-size: 14px;font-size: 0.875rem;}.woocommerce-page .cart-collaterals:not(:last-child) {margin-bottom: 50px;}.woocommerce-page .cart-collaterals .cart_totals {float: none;width: 100%;padding: 40px 40px 20px;background: var(--light-grey);}.woocommerce-page .cart-collaterals + .cross-sells {float: none;width: 100%;clear: both;}.woocommerce-page .cart-collaterals .order-total .includes_tax {display: block;margin-top: 4px;line-height: 1.35;}.woocommerce .cart-collaterals .cart_totals td, .woocommerce-page .cart-collaterals .cart_totals td {text-align: right;}.rtl .woocommerce .cart-collaterals .cart_totals td, .rtl .woocommerce-page .cart-collaterals .cart_totals td {text-align: left;}.woocommerce-page.woocommerce-cart .cart-empty, .woocommerce-page.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner.is-info {padding: 30px 0 0 !important;margin: 0 auto 30px;background: none !important;box-shadow: none;font-family: var(--heading-font);font-size: 26px;font-size: 1.625rem;font-weight: var(--hf-weight);letter-spacing: var(--hf-letter-spacing);text-transform: var(--hf-text-transform);font-style: var(--hf-style);line-height: 1;text-align: center;}.woocommerce-page.woocommerce-cart .cart-empty:before {display: none;}.woocommerce-page.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner.is-info {line-height: 1 !important;}.woocommerce-page.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner.is-info svg {display: none;}.woocommerce-page.woocommerce-cart p.return-to-shop {text-align: center;margin-bottom: 30px;}.woocommerce-page.woocommerce-cart .quantity .qty {font-size: 16px;font-size: 1rem;}.woocommerce-page.woocommerce-cart table.cart td.actions {text-align: right;}.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {float: left;}.woocommerce-page.woocommerce-cart table.cart td.actions .coupon label {display: none;}.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {float: left;box-sizing: border-box;border: 1px solid #d3ced2;padding: 6px 6px 5px;margin: 0 4px 0 0;outline: 0;}.woocommerce-page.woocommerce-cart table.cart td.actions #coupon_code {border-color: var(--form-bd);width: 140px;margin-right: 8px;}.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells > h2, .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2 {display: block;margin-bottom: 30px;font-weight: var(--hf-weight);letter-spacing: var(--hf-letter-spacing);text-transform: var(--hf-text-transform);font-style: var(--hf-style);font-size: 28px;font-size: 1.75rem;}.woocommerce-page.woocommerce-cart .woocommerce-shipping-calculator {margin-top: 15px;}.woocommerce-page.woocommerce-cart .woocommerce-shipping-calculator > p:first-child {margin-bottom: 0;}.woocommerce-page.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {margin-top: 15px;}.woocommerce-page.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type {margin-bottom: 0;}.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout {text-align: right;}.rtl.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {float: right;margin: 0 0 0 4px;}.rtl.woocommerce-page.woocommerce-cart table.cart td.actions #coupon_code {margin-right: 0;margin-left: 8px;}.woocommerce-cart table.cart td.product-name a:not(:hover) {color: inherit;}#add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td {font-size: 16px;font-size: 1rem;}#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {display: block;margin: 0;width: 100px;}#add_payment_method table.cart a, .woocommerce-cart table.cart a, .woocommerce-checkout table.cart a {text-decoration: none;}#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {padding: 40px;background: var(--light-grey);border: none;}#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {padding: 0 0 30px;border-color: var(--border-color);}#add_payment_method #payment ul.payment_methods li:not(:last-child), .woocommerce-cart #payment ul.payment_methods li:not(:last-child), .woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {margin-bottom: 15px;}#add_payment_method #payment ul.payment_methods label, .woocommerce-cart #payment ul.payment_methods label, .woocommerce-checkout #payment ul.payment_methods label {display: inline;font-size: 16px;font-size: 1rem;font-weight: 600;}#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {margin-left: 35px;padding: 0;width: auto;background: none;}#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {font-size: 14px;font-size: 0.875rem;}#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {display: none;}#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {margin-top: 18px;line-height: 1.2;}#add_payment_method #payment .form-row.place-order, .woocommerce-cart #payment .form-row.place-order, .woocommerce-checkout #payment .form-row.place-order {padding: 30px 0 0;margin-bottom: 0;}#add_payment_method #payment .form-row.place-order .woocommerce-privacy-policy-text p, .woocommerce-cart #payment .form-row.place-order .woocommerce-privacy-policy-text p, .woocommerce-checkout #payment .form-row.place-order .woocommerce-privacy-policy-text p {margin-bottom: 30px;font-size: 14px;font-size: 0.875rem;color: var(--text-lighter);}.woocommerce-checkout .checkout.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .checkout.woocommerce-checkout .col2-set .col-2 {float: none;width: 100%;}.woocommerce-checkout .checkout.woocommerce-checkout:after {position: relative;display: block;clear: both;content: "";}.woocommerce-checkout .checkout.woocommerce-checkout ul > li > label {font-size: 14px;font-size: 0.875rem;}.woocommerce-checkout .checkout.woocommerce-checkout h3#ship-to-different-address {margin-top: 20px;padding: 40px 0;width: 100%;}.woocommerce-checkout .checkout.woocommerce-checkout #customer_details {margin-bottom: 50px;}.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {margin-bottom: 30px;}.woocommerce-checkout .woocommerce * + .checkout.woocommerce-checkout {padding-top: 60px;}.woocommerce-checkout .woocommerce-additional-fields h3 {margin-top: var(--spacing);}.woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce-checkout-review-order table {padding: 40px;background: var(--light-grey);}.woocommerce-checkout #order_review_heading {margin-bottom: 0;padding-bottom: 0;}.woocommerce-checkout .woocommerce-checkout-review-order table {border: none;padding-top: 30px;}.woocommerce-checkout .woocommerce-checkout-review-order table th, .woocommerce-checkout .woocommerce-checkout-review-order table td {padding-right: 18px;padding-left: 0;font-size: 15px;}.rtl.woocommerce-checkout .woocommerce-checkout-review-order table th, .rtl.woocommerce-checkout .woocommerce-checkout-review-order table td {padding-right: 0;padding-left: 18px;}.dark-color #add_payment_method #payment div.payment_box, .woocommerce-cart.dark-color #payment div.payment_box, .woocommerce-checkout.dark-color #payment div.payment_box {color: #999;}.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info {display: block;padding: 15px 30px;font-size: smaller;}.woocommerce-form-login-toggle .woocommerce-info:before, .woocommerce-form-coupon-toggle .woocommerce-info:before {display: none;}.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {padding: 15px 30px !important;font-size: smaller;}.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info svg {display: none;}.woocommerce-form-login-toggle + form, .woocommerce-form-coupon-toggle + form {padding: 0 30px !important;margin: 0 !important;}.woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon {border: none;padding: 0;font-size: 16px;font-size: 1rem;}.woocommerce form.checkout_coupon p, .woocommerce-page form.checkout_coupon p {margin-bottom: 10px;}.woocommerce-order-received .woocommerce-order section {margin-top: var(--spacing);}.woocommerce-order-details table.shop_table th, .woocommerce-order-details table.shop_table td {padding-right: 18px;}.rtl .woocommerce-order-details table.shop_table th, .rtl .woocommerce-order-details table.shop_table td {padding-right: 0;padding-left: 18px;}.woocommerce .woocommerce-customer-details address {padding: 30px;border: 1px solid var(--border-color);font-size: smaller;border-radius: 0;}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper + p {padding: 15px 0 0 0;clear: both;}.woocommerce-account .woocommerce-MyAccount-content mark {background: none;color: inherit;font-weight: 600;}.woocommerce-account .woocommerce-MyAccount-content h3 {margin-bottom: 30px;}.woocommerce-account .woocommerce-MyAccount-content p + .woocommerce-Addresses {padding-top: 30px;border-top: 1px solid var(--border-color);}.woocommerce-account .primary section {margin-top: var(--spacing);}.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {display: inline-block;padding: 3px 8px;background: var(--light-grey);color: var(--text-color);font-size: 10px;font-size: 0.625rem;font-weight: 600;line-height: 1.6;text-transform: uppercase;text-decoration: none;}.no-touch .woocommerce-account .addresses .title .edit:hover, .no-touch .woocommerce-account ul.digital-downloads li .count:hover {background: var(--primary-color);color: #fff;}.woocommerce-account ul.digital-downloads li .count {margin: 10px 0;border-bottom: none;}.woocommerce-account .woocommerce-EditAccountForm.edit-account fieldset {margin-top: 30px;}.woocommerce-account .woocommerce-EditAccountForm.edit-account fieldset legend {margin: 0;font-weight: bold;}.woocommerce-account .woocommerce-EditAccountForm.edit-account fieldset ~ p {padding: 30px 3px 0 3px;clear: both;}.woocommerce-account.woocommerce-view-order ul.wc-item-downloads {margin-bottom: 0;}.woocommerce-account .entry-content .woocommerce-notices-wrapper + h2 {margin-top: 0;}.woocommerce-account #account_display_name + span {display: block;margin-top: 5px;font-size: 14px;font-size: 0.875rem;}.woocommerce-MyAccount-navigation ul {padding: 0;margin: 0 0 50px 0;color: var(--content-color);list-style: none;}.woocommerce-MyAccount-navigation ul li {margin: 0;border-bottom: 1px solid var(--light-grey);}.woocommerce-MyAccount-navigation ul li:last-child {margin-bottom: 0;}.woocommerce-MyAccount-navigation ul li a {position: relative;display: block;width: auto;padding: 4px 0;color: inherit !important;font-size: 12px;font-size: 0.75rem;letter-spacing: 0.05em;line-height: 34px;font-weight: 600;text-transform: uppercase;text-decoration: none !important;opacity: 0.5;}.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {opacity: 1;}.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {margin-left: 20px;line-height: 36px;}.woocommerce-orders .woocommerce-orders-table__cell-order-actions a.button {margin-right: 2px;}.woocommerce-account .addresses .title .edit {float: none;margin: 10px;}.pswp__caption .pswp__caption__center {text-align: center;}.woocommerce form.login, .woocommerce form.register {padding: 0;border: none;font-size: 16px;font-size: 1rem;}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {margin-top: 5px;font-size: 14px;font-size: 0.875rem;}.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {list-style: none outside;padding: 0;margin: 0;}.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {display: none;}.woocommerce ul.cart_list .remove, .woocommerce ul.product_list_widget .remove {position: absolute;top: 0;}.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {clear: both;content: " ";display: table;}.woocommerce.widget ul.cart_list li, .woocommerce.widget ul.product_list_widget li {position: relative;padding-top: 0;padding-bottom: 0;margin-bottom: 24px;font-size: 14px;font-size: 0.875rem;}.woocommerce.widget ul.cart_list li a, .woocommerce.widget ul.product_list_widget li a {display: block;margin-bottom: 5px;font-size: 16px;font-size: 1rem;font-weight: 500;line-height: 1.2;opacity: 1;}.no-touch .woocommerce.widget ul.cart_list li a:hover, .no-touch .woocommerce.widget ul.product_list_widget li a:hover {color: var(--link-color-hover);}.woocommerce.widget ul.cart_list li .product-title, .woocommerce.widget ul.product_list_widget li .product-title {display: block;}.woocommerce.widget ul.cart_list li img, .woocommerce.widget ul.product_list_widget li img {float: left;margin: 0 18px 0 0;width: 84px;}.rtl .woocommerce.widget ul.cart_list li img, .rtl .woocommerce.widget ul.product_list_widget li img {float: right;margin: 0 0 0 18px;}.woocommerce.widget ul.cart_list li .amount, .woocommerce.widget ul.cart_list li .quantity, .woocommerce.widget ul.product_list_widget li .amount, .woocommerce.widget ul.product_list_widget li .quantity {color: inherit;font-size: 14px;font-size: 0.875rem;}.woocommerce.widget ul.cart_list li .star-rating, .woocommerce.widget ul.product_list_widget li .star-rating {margin: 8px 0 5px;font-size: 12px;letter-spacing: 0.2em;width: 6.2em;}.woocommerce.widget ul.cart_list li del, .woocommerce.widget ul.product_list_widget li del {color: inherit;font-weight: 400;opacity: 0.5;}.woocommerce.widget ul.cart_list li del span.woocommerce-Price-amount.amount, .woocommerce.widget ul.product_list_widget li del span.woocommerce-Price-amount.amount {color: inherit;}.woocommerce.widget ul.cart_list li ins, .woocommerce.widget ul.product_list_widget li ins {background: none;color: inherit;font-style: normal;text-decoration: none;}.woocommerce.widget.widget_shopping_cart .cart_list li {padding-left: 0;padding-right: 2em;}.woocommerce.widget.widget_shopping_cart .cart_list li a.remove {right: 0;left: auto;}.woocommerce.widget.widget_shopping_cart .total {padding: 20px 0;margin-bottom: 0;border-top: 1px solid var(--border-color);}.woocommerce.widget.widget_shopping_cart .buttons a {position: relative;z-index: 9;display: inline-flex !important;align-items: center;justify-content: center;padding: 0 48px;height: var(--btn-height);background: var(--btn-bg);border: none;border-radius: var(--btn-radius);color: var(--btn-color);font-family: var(--btn-font);font-size: var(--btn-font-size);font-weight: var(--btn-font-weight);letter-spacing: var(--btn-letter-spacing);text-transform: var(--btn-text-transform);line-height: 1;text-align: center;transition: 0.4s;cursor: pointer;margin-right: 10px;margin-bottom: 10px;width: calc(50% - 5px);display: inline-block;}.no-touch .woocommerce.widget.widget_shopping_cart .buttons a:not(.cs-btn-underline):hover {background: var(--btn-bg-hover);color: var(--btn-color-hover);border-color: var(--btn-bg-hover);}.woocommerce.widget.widget_shopping_cart .buttons a:not(:hover) {background: var(--text-color);color: var(--bg-color);}.woocommerce.widget.widget_shopping_cart .buttons a.checkout {margin-right: 0;background: none;border: 2px solid;color: var(--text-color);line-height: 38px;}.woocommerce.widget.widget_shopping_cart .buttons #woo_pp_ec_button {margin: 15px 0 0 0;width: 100%;text-align: center;}.woocommerce.widget.widget_product_search form {position: relative;}.woocommerce.widget.widget_product_search form:after {position: absolute;top: 0;right: 0;display: block;width: 42px;height: 42px;font-size: 13px;font-size: 0.8125rem;line-height: 42px;text-align: center;pointer-events: none;}.rtl .woocommerce.widget.widget_product_search form:after {right: auto;left: 0;}.woocommerce.widget.widget_product_search form input[type="submit"], .woocommerce.widget.widget_product_search form button[type="submit"] {position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: none;border: none;box-shadow: none;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: 0;color: inherit;}.woocommerce.widget.widget_product_search form input[type="submit"]:before, .woocommerce.widget.widget_product_search form button[type="submit"]:before {font-size: 14px;font-size: 0.875rem;content: "\f002";line-height: 40px;}.rtl .woocommerce.widget.widget_product_search form input[type="submit"], .rtl .woocommerce.widget.widget_product_search form button[type="submit"] {right: auto;left: 0;}.woocommerce.widget.widget_product_categories ul, .woocommerce.widget.widget_layered_nav ul {margin: 0;list-style: none;}.woocommerce.widget.widget_product_categories ul li, .woocommerce.widget.widget_layered_nav ul li {position: relative;list-style: none;font-size: 14px;text-align: right;line-height: 30px;}.rtl .woocommerce.widget.widget_product_categories ul li, .rtl .woocommerce.widget.widget_layered_nav ul li {text-align: left;}.woocommerce.widget.widget_product_categories ul li:not(:last-child), .woocommerce.widget.widget_layered_nav ul li:not(:last-child) {margin-bottom: 8px;padding-bottom: 8px;border-bottom: 1px solid var(--border-color);}.woocommerce.widget.widget_product_categories ul li a, .woocommerce.widget.widget_layered_nav ul li a {float: left;width: 80%;font-size: 15px;line-height: 30px;text-align: left;}.rtl .woocommerce.widget.widget_product_categories ul li a, .rtl .woocommerce.widget.widget_layered_nav ul li a {float: right;text-align: right;}.no-touch .woocommerce.widget.widget_product_categories ul li a:hover, .no-touch .woocommerce.widget.widget_layered_nav ul li a:hover {color: var(--link-color-hover);}.woocommerce.widget.widget_product_categories ul li:after, .woocommerce.widget.widget_layered_nav ul li:after {position: relative;display: block;content: "";clear: both;}.woocommerce.widget.widget_product_categories ul li ul, .woocommerce.widget.widget_layered_nav ul li ul {margin-top: 7.5px;margin-left: 20px;clear: both;}.rtl .woocommerce.widget.widget_product_categories ul li ul, .rtl .woocommerce.widget.widget_layered_nav ul li ul {margin-right: 20px;margin-left: 0;}.woocommerce.widget.widget_product_categories ul li ul li, .woocommerce.widget.widget_layered_nav ul li ul li {border-bottom: none !important;padding-bottom: 0 !important;}.woocommerce.widget.widget_product_categories ul li ul li:before, .woocommerce.widget.widget_layered_nav ul li 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);}.rtl .woocommerce.widget.widget_product_categories ul li ul li:before, .rtl .woocommerce.widget.widget_layered_nav ul li ul li:before {right: -20px;left: auto;text-align: right;content: "\34";}.woocommerce.widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce.widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {padding-top: 0 !important;padding-bottom: 0 !important;}.woocommerce.widget.widget_layered_nav_filters ul li {font-size: 14px;font-size: 0.875rem;}.woocommerce.widget.widget_layered_nav_filters ul li a:before {color: currentColor;}.woocommerce.widget.widget_product_tag_cloud {font-size: 0;}.woocommerce.widget.widget_product_tag_cloud .tagcloud {display: flex;flex-wrap: wrap;margin: -4px -3px;}.woocommerce.widget.widget_product_tag_cloud .tagcloud a {margin: 4px 3px;line-height: 28px;font-size: 14px !important;font-size: 0.875rem !important;}.woocommerce.widget.widget_product_tag_cloud .tagcloud {font-size: 0;}.woocommerce.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {height: 10px;background: none;border: 0;}.woocommerce.widget.widget_price_filter .price_slider_wrapper .ui-widget-content:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;height: 3px;background: var(--text-color);content: "";opacity: 0.4;}.woocommerce.widget.widget_price_filter .price_slider_amount .button {float: left;--btn-height: 42px;}.woocommerce.widget.widget_price_filter .ui-slider {margin: 25px 5px 10px;}.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-range {height: 3px;}.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-range, .woocommerce.widget.widget_price_filter .ui-slider .ui-slider-handle {background: var(--text-color);}.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-handle {position: absolute;top: -4px;z-index: 2;width: 10px;height: 10px;border-radius: 1em;cursor: ew-resize;outline: 0;margin-left: -0.5em;border: 0;}.woocommerce.widget.widget_price_filter .price_label {line-height: 42px;}.woocommerce.widget.widget_price_filter .price_slider_amount {text-align: right;line-height: 2.4;font-size: .8751em;}.woocommerce.widget.widget_rating_filter ul {margin: 0;padding: 0;border: 0;list-style: none outside;}.woocommerce.widget.widget_rating_filter ul li {padding-bottom: 0;text-align: right;line-height: 30px;}.woocommerce.widget.widget_rating_filter ul li a {display: block;padding: 0;width: 100%;}.woocommerce.widget.widget_rating_filter ul li .star-rating {position: relative;float: left;-webkit-transform: translateY(6px);-ms-transform: translateY(6px);transform: translateY(6px);text-align: left;}.rtl .woocommerce.widget.widget_rating_filter ul li {text-align: left;}.rtl .woocommerce.widget.widget_rating_filter ul li .star-rating {float: right;text-align: right;}.site-header-cart, .cs-mini-cart {--item-indicator-bg: var(--primary-color);--item-indicator-color: #fff;position: relative;}.site-header-cart .cart-contents, .cs-mini-cart .cart-contents {position: relative;display: block;width: 48px;height: 40px;text-align: center;line-height: 40px;opacity: 1;}.site-header-cart .cart-icon:before, .cs-mini-cart .cart-icon: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: 16px;content: "\f290";line-height: 40px;}.site-header-cart .cart-count, .cs-mini-cart .cart-count {position: absolute;top: 0;right: 0;padding: 3px 4px;width: auto;min-width: 16px;height: auto;border-radius: 20px;background: var(--item-indicator-bg);color: var(--item-indicator-color);font-size: 10px;font-size: 0.625rem;font-weight: 600;line-height: 1;text-align: center;white-space: nowrap;}.site-header-cart .widget_shopping_cart, .cs-mini-cart .widget_shopping_cart {position: absolute;bottom: 0;right: 0;-webkit-transform: translateY(105%);-ms-transform: translateY(105%);transform: translateY(105%);z-index: -99;padding-top: 15px;margin: 0;background: none;font-size: 13px;font-size: 0.8125rem;visibility: hidden;opacity: 0;pointer-events: none;transition: 0.3s;will-change: opacity, transform;}.rtl .site-header-cart .widget_shopping_cart, .rtl .cs-mini-cart .widget_shopping_cart {right: auto;left: 0;}.site-header-cart .widget_shopping_cart .widget_shopping_cart_content, .cs-mini-cart .widget_shopping_cart .widget_shopping_cart_content {min-width: 280px;padding: 25px;margin: 0;background: var(--sub-menu-bg);color: var(--sub-menu-color);list-style: none;}.site-header-cart .widget_shopping_cart .widget_shopping_cart_content p, .cs-mini-cart .widget_shopping_cart .widget_shopping_cart_content p {margin-bottom: 0;}.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message, .cs-mini-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {font-size: 14px;font-size: 0.875rem;}.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a.button, .cs-mini-cart .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a.button {padding: 0;}.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons #woo_pp_ec_button, .cs-mini-cart .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons #woo_pp_ec_button {margin: 15px 0 0 !important;width: 100%;}.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message, .cs-mini-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {display: block;text-align: center;}.site-header-cart .widget_shopping_cart .cart_list.product_list_widget, .cs-mini-cart .widget_shopping_cart .cart_list.product_list_widget {width: 280px;max-height: 260px;margin-bottom: 0;overflow: auto;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}.site-header-cart .widget_shopping_cart .cart_list.product_list_widget::-webkit-scrollbar, .cs-mini-cart .widget_shopping_cart .cart_list.product_list_widget::-webkit-scrollbar {display: none;}.site-header-cart:hover .widget_shopping_cart, .cs-mini-cart:hover .widget_shopping_cart {z-index: 99;visibility: visible;opacity: 1;pointer-events: auto;-webkit-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}.dropdown-dark {--border-color: rgba(255, 255, 255, 0.15);--bg-color: var(--dark-bg-color);--text-color: var(--dark-text-color);}.dropdown-light {--border-color: rgba(0, 0, 0, 0.1);--bg-color: var(--light-bg-color);--text-color: var(--light-text-color);}.site-header-layout-default .site-header-cart {display: none;}.site-header-cart .cart-contents, .elementor-widget-pt_mini_cart:last-child .cart-contents {margin-right: -15px;}.rtl .site-header-cart .cart-contents, .rtl .elementor-widget-pt_mini_cart:last-child .cart-contents {margin-right: 0;margin-left: -15px;}.entry-content .cs-mini-cart a {color: inherit;}.no-touch .entry-content .cs-mini-cart a.cart-contents:hover {color: inherit;}.wapf-wrapper .wapf-field-label {display: block;margin-bottom: 8px;font-size: 15px;font-size: 0.9375rem;font-weight: 600;text-transform: uppercase;}.wapf-wrapper .wapf-field-input > * {display: flex;flex-wrap: wrap;font-size: 14px;font-size: 0.875rem;}.wapf-wrapper .wapf-field-input > * > * {width: 33.3333%;padding-right: 20px;margin-bottom: 8px;}.wapf-wrapper .wapf-field-input > * > *:last-child {padding-right: 0;}.woocommerce.single.single-product .summary.entry-summary .wapf-product-totals {margin-bottom: 2em;}.woocommerce.single.single-product .summary.entry-summary .wapf-product-totals .price {margin-bottom: 0;font-size: 16px;font-size: 1rem;}.woocommerce.single.single-product .summary.entry-summary .wapf-product-totals .wapf--inner {padding: 0;}.woocommerce.single.single-product .summary.entry-summary .wapf-product-totals .wapf--inner > div {padding: 16px 0;border-bottom: 1px solid var(--border-color);}.woocommerce.single.single-product .summary.entry-summary .wapf-product-totals .wapf--inner > div:last-child {border-bottom: none;}.woocommerce.single.single-product .summary.entry-summary .wapf-product-totals div span:first-child {font-size: 15px;font-size: 0.9375rem;font-weight: 600;text-transform: uppercase;}.woocommerce ul.products.cs-food-menu li.product {text-align: left;}.rtl .woocommerce ul.products.cs-food-menu li.product {text-align: right;}.woocommerce ul.products.cs-food-menu .product-image.cs-food-menu-img {margin-bottom: 0;}.woocommerce ul.products.cs-food-menu .price.cs-food-menu-price {display: table-cell;margin-bottom: 0;}.woocommerce ul.products.cs-food-menu .cs-food-menu-details p {margin-bottom: 0;}.woocommerce ul.products.cs-food-menu .woocommerce-loop-product__title.cs-food-menu-title {padding: 0 15px 0 0;margin: 0;}.rtl .woocommerce ul.products.cs-food-menu .woocommerce-loop-product__title.cs-food-menu-title {padding: 0 0 0 15px;}.woocommerce ul.products.cs-food-menu .cs-food-menu-footer .cs-food-menu-details {float: left;max-width: calc(100% - 150px);}.rtl .woocommerce ul.products.cs-food-menu .cs-food-menu-footer .cs-food-menu-details {float: right;}.woocommerce ul.products.cs-food-menu .cs-food-menu-footer .button, .woocommerce ul.products.cs-food-menu .cs-food-menu-footer a.added_to_cart {float: right;margin: 1em 0 0;padding: 0 12px;max-width: 150px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 11px;font-size: 0.6875rem;line-height: 26px;}.no-touch .woocommerce ul.products.cs-food-menu .cs-food-menu-footer .button, .no-touch .woocommerce ul.products.cs-food-menu .cs-food-menu-footer a.added_to_cart {opacity: 0;}.rtl .woocommerce ul.products.cs-food-menu .cs-food-menu-footer .button, .rtl .woocommerce ul.products.cs-food-menu .cs-food-menu-footer a.added_to_cart {float: left;}.woocommerce ul.products.cs-food-menu .cs-food-menu-footer a.added_to_cart {color: var(--btn-color);}.no-touch .woocommerce ul.products.cs-food-menu .cs-food-menu-footer a.added_to_cart:hover {-webkit-transform: translateY(-2px);-ms-transform: translateY(-2px);transform: translateY(-2px);background: var(--btn-bg-hover);color: var(--btn-color-hover);}.woocommerce ul.products.cs-food-menu .cs-food-menu-footer:after {position: relative;display: block;clear: both;content: "";}.no-touch .woocommerce ul.products.cs-food-menu li:hover .cs-food-menu-footer .button, .no-touch .woocommerce ul.products.cs-food-menu li:hover .cs-food-menu-footer a.added_to_cart {opacity: 1;}.woocommerce ul.products.cs-food-menu li.product .star-rating {margin: 8px 0 3px;}.woocommerce ul.products.cs-food-menu .cs-food-menu-title .menu-label.out-of-stock {background: var(--text-color);color: var(--bg-color);}.woocommerce ul.products.cs-food-menu .cs-food-menu-price del {font-size: inherit;}.woocommerce ul.products.cs-food-menu.food-menu-style-5 .cs-food-menu-main {display: block;}.woocommerce ul.products.cs-food-menu.food-menu-style-5 .cs-food-menu-img {margin: 0;}.woocommerce ul.products.cs-food-menu.food-menu-style-5 .price.cs-food-menu-price {text-align: right;}.rtl .woocommerce ul.products.cs-food-menu.food-menu-style-5 .price.cs-food-menu-price {text-align: left;}.woocommerce ul.products.cs-food-menu.food-menu-style-5 li.product .star-rating {margin-top: 12px;}@media screen and (min-width: 600px) {.woocommerce ul.products {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;}.woocommerce ul.products[class*=columns-] {margin-left: calc(0px - var(--product-gap));}.woocommerce ul.products[class*=columns-] li.product {margin-right: 0;margin-left: var(--product-gap);width: calc(50% - var(--product-gap));}.woocommerce ul.products[class*=columns-] li.product:nth-child(-n+2) {margin-top: 0 !important;}.woocommerce ul.products.columns-1 li.product {width: 100%;}.woocommerce ul.products.layout-list li.product {margin-right: 0;margin-left: 0;}}@media screen and (min-width: 768px) {.woocommerce.single.single-product .summary.entry-summary .entry-title {font-size: 36px;font-size: 2.25rem;}.woocommerce #review_form #respond .comment-form {margin: 0 -15px;}.woocommerce #review_form #respond .comment-form > * {padding: 0 15px;}.woocommerce #review_form #respond .comment-form .comment-form-author, .woocommerce #review_form #respond .comment-form .comment-form-email, .woocommerce #review_form #respond .comment-form .comment-form-url {float: left;width: 33.333333%;margin-bottom: 30px;}.woocommerce #review_form #respond .comment-form .comment-form-cookies-consent {clear: both;margin-bottom: 30px;}.woocommerce.rtl #review_form #respond .comment-form .comment-form-author, .woocommerce.rtl #review_form #respond .comment-form .comment-form-email, .woocommerce.rtl #review_form #respond .comment-form .comment-form-url {float: right;}.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {margin-left: 150px;}.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {position: absolute;top: 0;left: 0;width: 125px;max-height: 100%;overflow: auto;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {display: none;}.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav li {float: none;width: 100%;margin-bottom: 20px;}.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav li:last-child {margin-bottom: 0;}.rtl.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {margin-right: 150px;margin-left: 0;}.rtl.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {right: 0;left: auto;}}@media screen and (min-width: 769px) {.woocommerce ul.products.columns-1 li.product:nth-child(2) {margin-top: var(--product-gap) !important;}.woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-6 li.product {width: calc(33.333333% - var(--product-gap));}.woocommerce ul.products.columns-3 li.product:nth-child(-n+3), .woocommerce ul.products.columns-6 li.product:nth-child(-n+3) {margin-top: 0 !important;}.woocommerce ul.products.columns-4 li.product {width: calc(25% - var(--product-gap));}.woocommerce ul.products.columns-4 li.product:nth-child(-n+4) {margin-top: 0 !important;}.woocommerce ul.products.columns-5 li.product {width: calc(20% - var(--product-gap));}.woocommerce ul.products.columns-5 li.product:nth-child(-n+5) {margin-top: 0 !important;}.woocommerce ul.products.layout-list {margin-right: 0;margin-left: 0;}.woocommerce ul.products.layout-list li.product {float: none;width: 100%;display: flex;align-items: center;margin-right: 0;margin-left: 0;}.woocommerce ul.products.layout-list li.product .button, .woocommerce ul.products.layout-list li.product .added_to_cart {width: fit-content;padding: 0 48px;}.woocommerce ul.products.layout-list li.product .cs-product-content {padding: 40px;}.woocommerce ul.products.layout-list li.product .price-rating {flex-direction: column;align-items: flex-start;}.woocommerce ul.products.layout-list li.product .price-rating .star-rating {margin-top: 12px;}.woocommerce ul.products.layout-list .product-image, .woocommerce ul.products.layout-list .cs-product-content {width: 50%;}.woocommerce table.shop_table.cart td.product-quantity .quantity.hidden ~ .quantity {text-align: center;}}@media screen and (min-width: 1024px) {.up-sells.upsells.products > h2, .related.products > h2 {font-size: 30px;font-size: 1.875rem;}.woocommerce #reviews .comment-reply-title {font-size: 28px;font-size: 1.75rem;}.woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon {max-width: 50%;}.woocommerce-MyAccount-navigation ul {padding: 0 40px 0 0;}.woocommerce ul.products.columns-6 li.product {width: calc(16.6666% - var(--product-gap));}.woocommerce ul.products.columns-6 li.product:nth-child(-n+6) {margin-top: 0 !important;}.woocommerce ul.products.cs-food-menu.food-menu-style-1 .cs-food-menu-item {padding-bottom: 30px;}.woocommerce ul.products.cs-food-menu.food-menu-style-1 li {margin-top: 30px;}.woocommerce ul.products.cs-food-menu.food-menu-style-1.columns-1 li.product:nth-child(2) {margin-top: 30px !important;}}@media screen and (min-width: 1200px) {.no-touch .site-header.site-header-layout-default .site-header-cart + .menu-toggle {margin-left: 0;}.site-header-layout-default .site-header-cart {display: block;}.woocommerce ul.products {--product-gap: 50px;}.woocommerce.single.single-product .woocommerce-tabs + .up-sells.upsells.products, .woocommerce.single.single-product .woocommerce-tabs + .related.products {padding-top: 60px;}.woocommerce-checkout #customer_details {width: 45%;float: left;}.woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce-checkout-review-order {width: 45%;float: right;}.woocommerce-checkout #order_review_heading {margin-top: 0;}.woocommerce-MyAccount-navigation ul {padding: 0 80px 0 0;}.woocommerce .site-content[class*="with-sidebar"] div.product div.woocommerce-product-gallery .flex-viewport {margin-left: 105px;}.woocommerce .site-content[class*="with-sidebar"] div.product div.woocommerce-product-gallery .flex-control-nav {position: absolute;top: 0;left: 0;width: 80px;}.woocommerce-cart .woocommerce-cart-form {float: left;width: calc(100% - 470px);}.woocommerce-cart .cart-collaterals {float: right;width: 400px;}}@media screen and (max-width: 1366px) {.woocommerce table.shop_table.cart th.product-thumbnail, .woocommerce table.shop_table.cart td.product-thumbnail {width: 80px;}}@media screen and (max-width: 1023px) {.woocommerce ul.order_details li {margin-bottom: 30px;}.woocommerce ul.products.cs-food-menu:not(.food-menu-style-5) li {width: 100%;}.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {float: none;width: 100%;}}@media screen and (max-width: 1199px) {.woocommerce-page .cart-collaterals + .cross-sells h2 {font-size: 24px;font-size: 1.5rem;}}@media screen and (max-width: 1199px) and (min-width: 1024px) {.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {margin-left: 105px;}.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {width: 80px;}.rtl.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {margin-right: 105px;margin-left: 0;}}@media screen and (min-width: 769px) and (max-width: 1023px) {.woocommerce ul.products.cs-food-menu:not(.food-menu-style-5) li.product:nth-child(2) {margin-top: var(--product-gap) !important;}.woocommerce ul.products.cs-food-menu.food-menu-style-1 .cs-food-menu-item {padding-bottom: 35px;}.woocommerce ul.products.columns-1.cs-food-menu.food-menu-style-1 li.product:nth-child(2) {margin-top: 35px !important;}}@media screen and (max-width: 768px) {.woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {float: none;width: 100%;}.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {display: none;}.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {display: block;}.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {display: block;text-align: right !important;padding-right: 0 !important;padding-left: 0 !important;}.rtl.woocommerce table.shop_table_responsive tr td, .rtl.woocommerce-page table.shop_table_responsive tr td {text-align: left !important;}.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {display: none;}.woocommerce table.cart .cart_item td:not(:last-child) {border-bottom: none;}.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background: none;}.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {content: attr(data-title) " ";font-weight: 600;float: left;}.rtl.woocommerce table.shop_table_responsive tr td::before, .rtl.woocommerce-page table.shop_table_responsive tr td::before {float: right;}.woocommerce-page.woocommerce-cart table.cart td.actions #coupon_code, .woocommerce-page.woocommerce-cart table.cart td.actions .coupon .button {width: 48%;}.woocommerce-page.woocommerce-cart table.cart td.actions .input-text + .button {float: right;}.woocommerce-page.woocommerce-cart table.cart td.actions .button {display: block;width: 100%;}.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {float: none;padding-bottom: 0.5em;}.woocommerce-page.woocommerce-cart table.cart td.actions .coupon:after {display: table;content: " ";clear: both;}.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {display: none;}.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {width: 100%;float: none;text-align: left;}.rtl.woocommerce .cart-collaterals .cart_totals, .rtl.woocommerce .cart-collaterals .cross-sells, .rtl.woocommerce .cart-collaterals .shipping_calculator, .rtl.woocommerce-page .cart-collaterals .cart_totals, .rtl.woocommerce-page .cart-collaterals .cross-sells, .rtl.woocommerce-page .cart-collaterals .shipping_calculator {text-align: right;}.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {margin-bottom: var(--spacing);}.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {margin-top: var(--spacing);}}@media screen and (max-width: 767px) {.woocommerce-page div.product div.images .flex-control-thumbs li {float: left;width: 25%;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li a {font-size: 14px;font-size: 0.875rem;}.woocommerce-error, .woocommerce-info, .woocommerce-message {display: flex;flex-flow: row wrap;align-items: center;flex-direction: column;text-align: center;padding: 2em;line-height: 1.3;}.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {position: relative;top: 0;left: 0;margin: 0 auto 16px;}.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {order: 2;margin-top: 16px;}.theme-cozystay .wc-block-components-notice-banner {display: flex;flex-flow: row wrap;align-items: center;flex-direction: column;text-align: center;padding: 2em !important;line-height: 1 !important;}.theme-cozystay .wc-block-components-notice-banner .wc-block-components-notice-banner__content {width: 100%;display: flex;flex-flow: row wrap;align-items: center;flex-direction: column;}.theme-cozystay .wc-block-components-notice-banner a.button {order: 2;margin-top: 16px;}.theme-cozystay .woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content {display: block;line-height: 1.3;}.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {text-align: revert;}#page .checkout_coupon .button[name="apply_coupon"] {padding: 0 15px;}#customer_login .u-column1.col-1 {margin-bottom: 60px;}}@media screen and (max-width: 599px) {.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count, .woocommerce form.checkout_coupon .form-row-first, .woocommerce-page form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last, .woocommerce-page form.checkout_coupon .form-row-last {float: none !important;width: 100% !important;}.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {margin-bottom: 0;}.woocommerce .woocommerce-ordering select {width: 100%;}.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: 100%;}.woocommerce.single.single-product .woocommerce-tabs ul.tabs li {padding: 0 15px;}.woocommerce.single.single-product div.product form.cart:not(.variations_form) .button.single_add_to_cart_button, .woocommerce.single.single-product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button {flex: 1;max-width: 100%;padding: 0;}.woocommerce .quantity .qty {width: 126px;}.woocommerce .cart .button[name="apply_coupon"] {padding: 0;}.woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce-checkout-review-order table, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {padding-right: 20px;padding-left: 20px;}.woocommerce ul.order_details li {float: none;padding-bottom: 10px;margin-bottom: 15px;border-right: none;border-bottom: 1px dashed #d3ced2;}.woocommerce.single.single-product div.product form.cart.grouped_form .group_table {padding: 20px;}.woocommerce ul.products.cs-food-menu .cs-food-menu-footer .cs-food-menu-details, .woocommerce ul.products.cs-food-menu .cs-food-menu-footer .button, .woocommerce ul.products.cs-food-menu .cs-food-menu-footer a.added_to_cart {float: none;max-width: none;}.woocommerce ul.products.cs-food-menu .cs-food-menu-item, .woocommerce ul.products.cs-food-menu .cs-food-menu-main {display: block;}.woocommerce ul.products.cs-food-menu .product-image.cs-food-menu-img {width: 100%;max-width: 100%;margin-bottom: 10px;}.woocommerce ul.products.cs-food-menu.food-menu-style-1 .cs-food-menu-item {padding-bottom: 35px;}}@media screen and (max-width: 389px) {.woocommerce.single.single-product div.product form.cart div.quantity {width: 100%;margin: 0 0 12px;}.woocommerce.single.single-product div.product form.cart div.quantity .qty {width: 100%;}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0}.wpcf7 .wpcf7-recaptcha[data-align="center"]>div{margin:0 auto}.wpcf7 .wpcf7-recaptcha[data-align="right"]>div{margin:0 0 0 auto}:root{--secondary-color:#ffffff;--light-text-color:#ffffff;--light-content-color:#ffffff;--dark-bg-color:#000000;--dark-text-color:#ffffff;--heading-font:"Montserrat";--subheading-font:"Montserrat";--body-font:"Montserrat";--secondary-font:"Montserrat";--widget-title-font:"Montserrat";--nav-font:"Montserrat";--btn-font:"Montserrat";--shf-color:var(--secondary-color)}#page{--page-title-bg:#475746;--page-title-color:#ffffff}.sidemenu .container{background-color:#fff}.sidemenu .container{color:#000}.sidemenu.custom-width{max-width:475px}.meta-wrap{color:#d93}.daterangepicker {position: absolute;color: inherit;background-color: #fff;border-radius: 4px;border: 1px solid #ddd;width: 278px;max-width: none;padding: 0;margin-top: 7px;top: 100px;left: 20px;z-index: 3001;display: none;font-family: arial;font-size: 15px;line-height: 1em;}.daterangepicker:before, .daterangepicker:after {position: absolute;display: inline-block;border-bottom-color: rgba(0, 0, 0, 0.2);content: '';}.daterangepicker:before {top: -7px;border-right: 7px solid transparent;border-left: 7px solid transparent;border-bottom: 7px solid #ccc;}.daterangepicker:after {top: -6px;border-right: 6px solid transparent;border-bottom: 6px solid #fff;border-left: 6px solid transparent;}.daterangepicker.opensleft:before {right: 9px;}.daterangepicker.opensleft:after {right: 10px;}.daterangepicker.openscenter:before {left: 0;right: 0;width: 0;margin-left: auto;margin-right: auto;}.daterangepicker.openscenter:after {left: 0;right: 0;width: 0;margin-left: auto;margin-right: auto;}.daterangepicker.opensright:before {left: 9px;}.daterangepicker.opensright:after {left: 10px;}.daterangepicker.drop-up {margin-top: -7px;}.daterangepicker.drop-up:before {top: initial;bottom: -7px;border-bottom: initial;border-top: 7px solid #ccc;}.daterangepicker.drop-up:after {top: initial;bottom: -6px;border-bottom: initial;border-top: 6px solid #fff;}.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {float: none;}.daterangepicker.single .drp-selected {display: none;}.daterangepicker.show-calendar .drp-calendar {display: block;}.daterangepicker.show-calendar .drp-buttons {display: block;}.daterangepicker.auto-apply .drp-buttons {display: none;}.daterangepicker .drp-calendar {display: none;min-width: 270px;}.daterangepicker .drp-calendar.left {padding: 8px 0 8px 8px;}.daterangepicker .drp-calendar.right {padding: 8px;}.daterangepicker .drp-calendar.single .calendar-table {border: none;}.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {color: #fff;border: solid black;border-width: 0 2px 2px 0;border-radius: 0;display: inline-block;padding: 3px;}.daterangepicker .calendar-table .next span {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}.daterangepicker .calendar-table .prev span {transform: rotate(135deg);-webkit-transform: rotate(135deg);}.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {white-space: nowrap;text-align: center;vertical-align: middle;min-width: 32px;width: 32px;height: 24px;line-height: 24px;font-size: 12px;border-radius: 4px;border: 1px solid transparent;white-space: nowrap;cursor: pointer;}.daterangepicker .calendar-table {border: 1px solid #fff;border-radius: 4px;background-color: #fff;}.daterangepicker .calendar-table table {width: 100%;margin: 0;border-spacing: 0;border-collapse: collapse;}.daterangepicker td.available:hover, .daterangepicker th.available:hover {background-color: #eee;border-color: transparent;color: inherit;}.daterangepicker td.week, .daterangepicker th.week {font-size: 80%;color: #ccc;}.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {background-color: #fff;border-color: transparent;color: #999;}.daterangepicker td.in-range {background-color: #ebf4f8;border-color: transparent;color: #000;border-radius: 0;}.daterangepicker td.start-date {border-radius: 4px 0 0 4px;}.daterangepicker td.end-date {border-radius: 0 4px 4px 0;}.daterangepicker td.start-date.end-date {border-radius: 4px;}.daterangepicker td.active, .daterangepicker td.active:hover {background-color: #357ebd;border-color: transparent;color: #fff;}.daterangepicker th.month {width: auto;}.daterangepicker td.disabled, .daterangepicker option.disabled {color: #999;cursor: not-allowed;text-decoration: line-through;}.daterangepicker select.monthselect, .daterangepicker select.yearselect {font-size: 12px;padding: 1px;height: auto;margin: 0;cursor: default;}.daterangepicker select.monthselect {margin-right: 2%;width: 56%;}.daterangepicker select.yearselect {width: 40%;}.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {width: 50px;margin: 0 auto;background: #eee;border: 1px solid #eee;padding: 2px;outline: 0;font-size: 12px;}.daterangepicker .calendar-time {text-align: center;margin: 4px auto 0 auto;line-height: 30px;position: relative;}.daterangepicker .calendar-time select.disabled {color: #ccc;cursor: not-allowed;}.daterangepicker .drp-buttons {clear: both;text-align: right;padding: 8px;border-top: 1px solid #ddd;display: none;line-height: 12px;vertical-align: middle;}.daterangepicker .drp-selected {display: inline-block;font-size: 12px;padding-right: 8px;}.daterangepicker .drp-buttons .btn {margin-left: 8px;font-size: 12px;font-weight: bold;padding: 4px 8px;}.daterangepicker.show-ranges.single.rtl .drp-calendar.left {border-right: 1px solid #ddd;}.daterangepicker.show-ranges.single.ltr .drp-calendar.left {border-left: 1px solid #ddd;}.daterangepicker.show-ranges.rtl .drp-calendar.right {border-right: 1px solid #ddd;}.daterangepicker.show-ranges.ltr .drp-calendar.left {border-left: 1px solid #ddd;}.daterangepicker .ranges {float: none;text-align: left;margin: 0;}.daterangepicker.show-calendar .ranges {margin-top: 8px;}.daterangepicker .ranges ul {list-style: none;margin: 0 auto;padding: 0;width: 100%;}.daterangepicker .ranges li {font-size: 12px;padding: 8px 12px;cursor: pointer;}.daterangepicker .ranges li:hover {background-color: #eee;}.daterangepicker .ranges li.active {background-color: #08c;color: #fff;}@media (min-width: 564px) {.daterangepicker {width: auto;}.daterangepicker .ranges ul {width: 140px;}.daterangepicker.single .ranges ul {width: 100%;}.daterangepicker.single .drp-calendar.left {clear: none;}.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {float: left;}.daterangepicker {direction: ltr;text-align: left;}.daterangepicker .drp-calendar.left {clear: left;margin-right: 0;}.daterangepicker .drp-calendar.left .calendar-table {border-right: none;border-top-right-radius: 0;border-bottom-right-radius: 0;}.daterangepicker .drp-calendar.right {margin-left: 0;}.daterangepicker .drp-calendar.right .calendar-table {border-left: none;border-top-left-radius: 0;border-bottom-left-radius: 0;}.daterangepicker .drp-calendar.left .calendar-table {padding-right: 8px;}.daterangepicker .ranges, .daterangepicker .drp-calendar {float: left;}}@media (min-width: 730px) {.daterangepicker .ranges {width: auto;}.daterangepicker .ranges {float: left;}.daterangepicker.rtl .ranges {float: right;}.daterangepicker .drp-calendar.left {clear: none !important;}}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}.elementor-1886 .elementor-element.elementor-element-60d07609:not(.elementor-motion-effects-element-type-background),.elementor-1886 .elementor-element.elementor-element-60d07609>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000;background-image:url(https://mysticheist.com/wp-content/uploads/2024/12/WhatsApp-Image-2024-12-04-at-4.43.19-PM-1-scaled.jpeg);background-position:center center;background-size:cover}.elementor-1886 .elementor-element.elementor-element-60d07609>.elementor-background-overlay{background-color:#000;opacity:.55;transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-60d07609>.elementor-container{min-height:100vh}.elementor-1886 .elementor-element.elementor-element-60d07609{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-bc-flex-widget .elementor-1886 .elementor-element.elementor-element-105f5244.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1886 .elementor-element.elementor-element-105f5244.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1886 .elementor-element.elementor-element-105f5244>.elementor-element-populated{margin:120px 0 40px 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0 70px 0 0}.elementor-1886 .elementor-element.elementor-element-4753721a .cs-subtitle{font-family:"Montserrat",Sans-serif;font-size:14px}.elementor-1886 .elementor-element.elementor-element-4753721a .cs-title{font-family:"Montserrat",Sans-serif;font-size:35px}.elementor-1886 .elementor-element.elementor-element-4753721a .cs-title-text{font-family:"Montserrat",Sans-serif;font-size:18px}.elementor-1886 .elementor-element.elementor-element-f421ee1{width:auto;max-width:auto}.cs-button-popup-f421ee1{--popup-width:1020px;box-shadow:0 4px 26px 10px rgb(0 0 0 / .1)}.cs-button-popup-f421ee1 .close-button{background:#fff0;color:#000}.elementor-1886 .elementor-element.elementor-element-79386528:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-1886 .elementor-element.elementor-element-79386528>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000000DE}.elementor-1886 .elementor-element.elementor-element-79386528>.elementor-element-populated>.elementor-background-overlay{opacity:.5}.elementor-1886 .elementor-element.elementor-element-79386528>.elementor-element-populated{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin:120px 0 40px 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 10px 10px}.elementor-1886 .elementor-element.elementor-element-79386528>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-3721f659{border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFF;padding:10% 10% 10% 10%}.elementor-1886 .elementor-element.elementor-element-44d1fab1 .cs-subtitle-wrap{margin:0 0 -10px 0}.elementor-1886 .elementor-element.elementor-element-44d1fab1 .cs-title{font-size:18px;text-transform:uppercase}.elementor-1886 .elementor-element.elementor-element-2877e5e8 .cs-reservation-form{--form-bd:#FFFFFF;--field-space:15px}.elementor-1886 .elementor-element.elementor-element-5594a8db{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:110px 0 40px 0}.elementor-1886 .elementor-element.elementor-element-5594a8db>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-523c3ab0 .cs-title-wrap{max-width:900px}.elementor-1886 .elementor-element.elementor-element-523c3ab0 .cs-title{font-family:"Carattere",Sans-serif}.elementor-1886 .elementor-element.elementor-element-9541954{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.elementor-1886 .elementor-element.elementor-element-9541954>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-bec869d>.elementor-element-populated{padding:50px 0 0 0}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-1886 .elementor-element.elementor-element-c247c3d>.elementor-widget-container{margin:0 0 0 0}.elementor-1886 .elementor-element.elementor-element-c247c3d{text-align:right}.elementor-1886 .elementor-element.elementor-element-c247c3d img{width:420px;opacity:1}.elementor-1886 .elementor-element.elementor-element-60f2283>.elementor-widget-container{background-color:#000;margin:0 0 0 80px}.elementor-1886 .elementor-element.elementor-element-60f2283 .list-content{font-size:15px}.elementor-1886 .elementor-element.elementor-element-60f2283 .cs-list .list-icon{margin-right:8px}.elementor-1886 .elementor-element.elementor-element-60f2283 .list-icon{font-size:6px}.elementor-1886 .elementor-element.elementor-element-60f2283 .cs-list li{align-items:middle}.elementor-1886 .elementor-element.elementor-element-3348432>.elementor-widget-container{margin:90px 0 0 0}.elementor-1886 .elementor-element.elementor-element-3348432{text-align:right}.elementor-1886 .elementor-element.elementor-element-3348432 img{width:410px}.elementor-1886 .elementor-element.elementor-element-bfe63dd>.elementor-widget-container{background-color:#000;margin:0 0 0 80px}.elementor-1886 .elementor-element.elementor-element-bfe63dd .list-content{font-size:15px}.elementor-1886 .elementor-element.elementor-element-bfe63dd .cs-list .list-icon{margin-right:8px}.elementor-1886 .elementor-element.elementor-element-bfe63dd .list-icon{font-size:6px}.elementor-1886 .elementor-element.elementor-element-bfe63dd .cs-list li{align-items:middle}.elementor-1886 .elementor-element.elementor-element-2835994.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1886 .elementor-element.elementor-element-2835994{z-index:9}.elementor-1886 .elementor-element.elementor-element-98bb1e1{--spacer-size:460px;width:var(--container-widget-width,1px);max-width:1px;--container-widget-width:1px;--container-widget-flex-grow:0}.elementor-1886 .elementor-element.elementor-element-98bb1e1>.elementor-widget-container{background-color:#B99D75}.elementor-1886 .elementor-element.elementor-element-4dd521f>.elementor-widget-container{margin:20px -170px 0 -170px;padding:50px 50px 50px 50px}.elementor-1886 .elementor-element.elementor-element-4dd521f .cs-title{font-family:"Montserrat",Sans-serif;font-size:22px;font-weight:600}.elementor-1886 .elementor-element.elementor-element-bdbd6ed{--spacer-size:800px;width:var(--container-widget-width,1px);max-width:1px;--container-widget-width:1px;--container-widget-flex-grow:0}.elementor-1886 .elementor-element.elementor-element-bdbd6ed>.elementor-widget-container{background-color:#B99D75}.elementor-1886 .elementor-element.elementor-element-272e13a>.elementor-element-populated{padding:280px 0 0 0}.elementor-1886 .elementor-element.elementor-element-d748e29{text-align:right}.elementor-1886 .elementor-element.elementor-element-d748e29 img{width:420px;opacity:1}.elementor-1886 .elementor-element.elementor-element-28b16fb>.elementor-widget-container{background-color:#000;margin:-8px 0 0 0}.elementor-1886 .elementor-element.elementor-element-28b16fb .list-content{font-size:15px}.elementor-1886 .elementor-element.elementor-element-28b16fb .cs-list .list-icon{margin-right:8px}.elementor-1886 .elementor-element.elementor-element-28b16fb .list-icon{font-size:6px}.elementor-1886 .elementor-element.elementor-element-28b16fb .cs-list li{align-items:middle}.elementor-1886 .elementor-element.elementor-element-e0485c3>.elementor-widget-container{margin:90px 0 0 0}.elementor-1886 .elementor-element.elementor-element-e0485c3{text-align:left}.elementor-1886 .elementor-element.elementor-element-e0485c3 img{width:600px;opacity:1}.elementor-1886 .elementor-element.elementor-element-904fe6b>.elementor-widget-container{background-color:#000;margin:-8px 0 0 0}.elementor-1886 .elementor-element.elementor-element-904fe6b .list-content{font-size:15px}.elementor-1886 .elementor-element.elementor-element-904fe6b .cs-list .list-icon{margin-right:8px}.elementor-1886 .elementor-element.elementor-element-904fe6b .list-icon{font-size:6px}.elementor-1886 .elementor-element.elementor-element-904fe6b .cs-list li{align-items:middle}.elementor-1886 .elementor-element.elementor-element-bf15ee2{margin-top:20px;margin-bottom:0}.elementor-1886 .elementor-element.elementor-element-5dac1486 .button{--btn-size:180px;font-size:18px}.elementor-1886 .elementor-element.elementor-element-67e0ef64:not(.elementor-motion-effects-element-type-background),.elementor-1886 .elementor-element.elementor-element-67e0ef64>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://mysticheist.com/wp-content/uploads/2024/12/WhatsApp-Image-2024-12-04-at-4.43.19-PM-1-scaled.jpeg);background-position:center center;background-repeat:repeat;background-size:cover}.elementor-1886 .elementor-element.elementor-element-67e0ef64>.elementor-background-overlay{background-color:#000;opacity:.5;transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-67e0ef64>.elementor-container{min-height:80vh}.elementor-1886 .elementor-element.elementor-element-67e0ef64{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin-top:-100px;margin-bottom:0;z-index:8}.elementor-1886 .elementor-element.elementor-element-41a3623d{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:110px 0 100px 0}.elementor-1886 .elementor-element.elementor-element-41a3623d>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-bc-flex-widget .elementor-1886 .elementor-element.elementor-element-7b2153b6.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1886 .elementor-element.elementor-element-7b2153b6.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1886 .elementor-element.elementor-element-1911463f img{opacity:1}.elementor-bc-flex-widget .elementor-1886 .elementor-element.elementor-element-4e125f75.elementor-column .elementor-widget-wrap{align-items:center}.elementor-1886 .elementor-element.elementor-element-4e125f75.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1886 .elementor-element.elementor-element-4e125f75>.elementor-element-populated{padding:0 0 0 70px}.elementor-1886 .elementor-element.elementor-element-992376d .cs-subtitle{font-family:"Montserrat",Sans-serif;font-size:26px}.elementor-1886 .elementor-element.elementor-element-992376d .cs-title{font-family:"Montserrat",Sans-serif;font-size:22px;line-height:1.2em}.elementor-1886 .elementor-element.elementor-element-992376d .cs-title-text{font-family:"Montserrat",Sans-serif}.elementor-1886 .elementor-element.elementor-element-992376d .cs-title-btn .button{font-family:"Montserrat",Sans-serif}.elementor-1886 .elementor-element.elementor-element-799a1d60:not(.elementor-motion-effects-element-type-background),.elementor-1886 .elementor-element.elementor-element-799a1d60>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#475746;background-image:url(https://mysticheist.com/wp-content/uploads/2023/05/bg-pattern-3.jpg);background-position:center center;background-repeat:repeat;background-size:270px auto}.elementor-1886 .elementor-element.elementor-element-799a1d60{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:110px 0 330px 0}.elementor-1886 .elementor-element.elementor-element-799a1d60>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-2d62d31e>.elementor-widget-container{margin:0 0 80px 0}.elementor-1886 .elementor-element.elementor-element-2d62d31e .cs-title-wrap{max-width:720px}.elementor-1886 .elementor-element.elementor-element-2d62d31e .cs-title{font-size:35px;line-height:1.2em}.elementor-1886 .elementor-element.elementor-element-fa3855e{margin-top:-330px;margin-bottom:0}.elementor-1886 .elementor-element.elementor-element-d8dc442 .slick-dots li{color:#FFF}.elementor-1886 .elementor-element.elementor-element-73a26f7>.elementor-widget-container{margin:30px 0 0 0}.elementor-1886 .elementor-element.elementor-element-7d1e1cca{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:110px 0 90px 0}.elementor-1886 .elementor-element.elementor-element-7d1e1cca>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-776ae962>.elementor-element-populated{padding:0 40px 0 0}.elementor-1886 .elementor-element.elementor-element-561d44c7>.elementor-widget-container{margin:0 0 20px 0}.elementor-1886 .elementor-element.elementor-element-561d44c7 .cs-title{font-size:35px;line-height:1.2em}.elementor-1886 .elementor-element.elementor-element-65e68fb4 .cs-info-box{--box-gap:40px;--icon-space:18px}.elementor-1886 .elementor-element.elementor-element-65e68fb4 .cs-info-box-img i{color:#FFF}.elementor-1886 .elementor-element.elementor-element-65e68fb4 .cs-info-box-img svg{fill:#FFF}.elementor-1886 .elementor-element.elementor-element-65e68fb4 .cs-info-box-title{color:#FFF;font-family:"Montserrat",Sans-serif;font-size:18px}.elementor-1886 .elementor-element.elementor-element-65e68fb4 .cs-info-box-text{color:#FFF;font-family:"Montserrat",Sans-serif}.elementor-1886 .elementor-element.elementor-element-65e68fb4 .cs-info-box-btn .button{font-family:"Montserrat",Sans-serif}.elementor-1886 .elementor-element.elementor-element-2adb8390>.elementor-widget-container{background-color:#000}.elementor-1886 .elementor-element.elementor-element-2adb8390 img{opacity:.76}.elementor-1886 .elementor-element.elementor-element-fcf7fa8{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-1886 .elementor-element.elementor-element-0dbb69c{--spacer-size:1px}.elementor-1886 .elementor-element.elementor-element-0dbb69c>.elementor-widget-container{background-color:#FFF;margin:50px 0 0 0}.elementor-1886 .elementor-element.elementor-element-aa615fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-1886 .elementor-element.elementor-element-7cbcf1b6>.elementor-background-overlay{opacity:.5;transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-1886 .elementor-element.elementor-element-7cbcf1b6{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:50px 0 110px 0}.elementor-1886 .elementor-element.elementor-element-27c5fa0c.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1886 .elementor-element.elementor-element-5412a0ca>.elementor-widget-container{margin:0 0 30px 0}.elementor-1886 .elementor-element.elementor-element-78adde68 .cs-testimonial-content{color:#FFF;font-size:16px}.elementor-1886 .elementor-element.elementor-element-78adde68 .elementor-testimonial-job{color:#FFF}.elementor-1886 .elementor-element.elementor-element-78adde68 .elementor-testimonial-name{color:#FFF}@media(max-width:1024px){.elementor-1886 .elementor-element.elementor-element-105f5244>.elementor-element-populated{padding:0 0 0 0}.elementor-1886 .elementor-element.elementor-element-4753721a>.elementor-widget-container{padding:80px 0 80px 0}.elementor-1886 .elementor-element.elementor-element-4753721a .cs-title{font-size:48px}.elementor-1886 .elementor-element.elementor-element-4753721a .cs-title-text{font-size:18px}.elementor-1886 .elementor-element.elementor-element-79386528>.elementor-element-populated{margin:0 0 80px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-1886 .elementor-element.elementor-element-5594a8db{padding:80px 0 40px 0}.elementor-1886 .elementor-element.elementor-element-bec869d>.elementor-element-populated{padding:50px 40px 0 0}.elementor-1886 .elementor-element.elementor-element-bec869d{z-index:2}.elementor-1886 .elementor-element.elementor-element-3348432>.elementor-widget-container{margin:40px 0 0 0}.elementor-1886 .elementor-element.elementor-element-2835994{order:-1;z-index:1}.elementor-1886 .elementor-element.elementor-element-2835994>.elementor-element-populated{margin:0 0 -1360px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-1886 .elementor-element.elementor-element-98bb1e1{--spacer-size:40px}.elementor-1886 .elementor-element.elementor-element-4dd521f>.elementor-widget-container{margin:0 0 0 0;padding:20px 0 12px 0}.elementor-1886 .elementor-element.elementor-element-4dd521f .cs-title-wrap{max-width:60%}.elementor-1886 .elementor-element.elementor-element-bdbd6ed{--spacer-size:1360px}.elementor-1886 .elementor-element.elementor-element-272e13a>.elementor-element-populated{padding:100px 0 0 40px}.elementor-1886 .elementor-element.elementor-element-272e13a{z-index:2}.elementor-1886 .elementor-element.elementor-element-e0485c3>.elementor-widget-container{margin:40px 0 0 0}.elementor-1886 .elementor-element.elementor-element-41a3623d{padding:80px 0 80px 0}.elementor-1886 .elementor-element.elementor-element-4e125f75>.elementor-element-populated{padding:40px 0 0 0}.elementor-1886 .elementor-element.elementor-element-992376d .cs-title{font-size:36px}.elementor-1886 .elementor-element.elementor-element-799a1d60{padding:80px 0 330px 0}.elementor-1886 .elementor-element.elementor-element-7d1e1cca{padding:80px 0 0 0}.elementor-1886 .elementor-element.elementor-element-776ae962>.elementor-element-populated{padding:0 0 80px 0}.elementor-1886 .elementor-element.elementor-element-7cbcf1b6{padding:80px 0 80px 0}.elementor-1886 .elementor-element.elementor-element-5412a0ca>.elementor-widget-container{margin:0 0 20px 0}}@media(max-width:767px){.elementor-1886 .elementor-element.elementor-element-4753721a>.elementor-widget-container{padding:120px 0 0 0}.elementor-1886 .elementor-element.elementor-element-4753721a .cs-title{font-size:30px}.elementor-1886 .elementor-element.elementor-element-bec869d>.elementor-element-populated{padding:0 0 0 0}.elementor-1886 .elementor-element.elementor-element-bec869d{z-index:9}.elementor-1886 .elementor-element.elementor-element-c247c3d{text-align:center}.elementor-1886 .elementor-element.elementor-element-60f2283>.elementor-widget-container{margin:0 0 0 0}.elementor-1886 .elementor-element.elementor-element-3348432>.elementor-widget-container{margin:30px 0 0 0}.elementor-1886 .elementor-element.elementor-element-3348432{text-align:center}.elementor-1886 .elementor-element.elementor-element-2835994>.elementor-element-populated{margin:0 0 -2200px 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-1886 .elementor-element.elementor-element-2835994{z-index:1}.elementor-1886 .elementor-element.elementor-element-4dd521f .cs-title-wrap{max-width:100%}.elementor-1886 .elementor-element.elementor-element-bdbd6ed{--spacer-size:2200px}.elementor-1886 .elementor-element.elementor-element-272e13a>.elementor-element-populated{padding:0 0 0 0}.elementor-1886 .elementor-element.elementor-element-272e13a{z-index:9}.elementor-1886 .elementor-element.elementor-element-d748e29>.elementor-widget-container{margin:50px 0 0 0}.elementor-1886 .elementor-element.elementor-element-d748e29{text-align:center}.elementor-1886 .elementor-element.elementor-element-e0485c3>.elementor-widget-container{margin:30px 0 0 0}.elementor-1886 .elementor-element.elementor-element-e0485c3{text-align:center}.elementor-1886 .elementor-element.elementor-element-bf15ee2{padding:30px 0 0 0}.elementor-1886 .elementor-element.elementor-element-67e0ef64:not(.elementor-motion-effects-element-type-background),.elementor-1886 .elementor-element.elementor-element-67e0ef64>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://mysticheist.com/wp-content/uploads/2024/12/WhatsApp-Image-2024-12-05-at-4.36.56-PM-scaled.jpeg)}.elementor-1886 .elementor-element.elementor-element-992376d .cs-title{font-size:32px}.elementor-1886 .elementor-element.elementor-element-799a1d60{padding:80px 0 0 0}.elementor-1886 .elementor-element.elementor-element-fa3855e{margin-top:0;margin-bottom:0}}@media(min-width:768px){.elementor-1886 .elementor-element.elementor-element-bec869d{width:44%}.elementor-1886 .elementor-element.elementor-element-2835994{width:12%}.elementor-1886 .elementor-element.elementor-element-272e13a{width:43.333%}.elementor-1886 .elementor-element.elementor-element-fcf7fa8{--content-width:500px}}@media(max-width:1024px) and (min-width:768px){.elementor-1886 .elementor-element.elementor-element-105f5244{width:100%}.elementor-1886 .elementor-element.elementor-element-79386528{width:100%}.elementor-1886 .elementor-element.elementor-element-bec869d{width:50%}.elementor-1886 .elementor-element.elementor-element-2835994{width:100%}.elementor-1886 .elementor-element.elementor-element-272e13a{width:50%}.elementor-1886 .elementor-element.elementor-element-7b2153b6{width:100%}.elementor-1886 .elementor-element.elementor-element-4e125f75{width:100%}.elementor-1886 .elementor-element.elementor-element-776ae962{width:100%}.elementor-1886 .elementor-element.elementor-element-3ad70fae{width:100%}}@media(min-width:1025px){.elementor-1886 .elementor-element.elementor-element-67e0ef64:not(.elementor-motion-effects-element-type-background),.elementor-1886 .elementor-element.elementor-element-67e0ef64>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-attachment:scroll}}.elementor-3142 .elementor-element.elementor-element-5b69ff22>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center}.elementor-3142 .elementor-element.elementor-element-5b69ff22:not(.elementor-motion-effects-element-type-background),.elementor-3142 .elementor-element.elementor-element-5b69ff22>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#2A2A2A}.elementor-3142 .elementor-element.elementor-element-5b69ff22{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:10px 10px 10px 10px}.elementor-3142 .elementor-element.elementor-element-5b69ff22>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-3142 .elementor-element.elementor-element-6a41405b.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-primary)}.elementor-3142 .elementor-element.elementor-element-194d9cb5{text-align:center}.elementor-3142 .elementor-element.elementor-element-194d9cb5 .elementor-heading-title{font-family:"Roboto",Sans-serif;font-size:18px;font-weight:400;color:#FFF}.elementor-widget-button .elementor-button{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-3142 .elementor-element.elementor-element-39d5724c .elementor-button{background-color:#C9A86A}@media(min-width:768px){.elementor-3142 .elementor-element.elementor-element-6a41405b{width:20%}.elementor-3142 .elementor-element.elementor-element-6a149c8{width:40%}.elementor-3142 .elementor-element.elementor-element-63e94927{width:20%}.elementor-3142 .elementor-element.elementor-element-76a2ca10{width:20%}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap);:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{content:""}.notificationx-shortcode-wrapper>.nx-bar,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar,.nx-bar .nx-bar-inner .notificationx-close,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{position:absolute}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{align-items:center;display:flex}#notificationx-frontend,#notificationx-frontend-crosssite,.notificationx-frontend{color:#000;font-family:Open Sans,sans-serif;text-shadow:none}#notificationx-frontend .nx-container,#notificationx-frontend-crosssite .nx-container,.notificationx-frontend .nx-container{display:flex;flex-direction:column;pointer-events:none;position:fixed;z-index:99998}#notificationx-frontend .nx-container.nxc-bottom_left,#notificationx-frontend-crosssite .nx-container.nxc-bottom_left,.notificationx-frontend .nx-container.nxc-bottom_left{align-items:flex-start;bottom:0;left:0;right:0}@media only screen and (max-width:480px){#notificationx-frontend .nx-container.nxc-bottom_left,#notificationx-frontend-crosssite .nx-container.nxc-bottom_left,.notificationx-frontend .nx-container.nxc-bottom_left{bottom:10px;left:10px;right:10px}}#notificationx-frontend .nx-container.nxc-bottom_right,#notificationx-frontend-crosssite .nx-container.nxc-bottom_right,.notificationx-frontend .nx-container.nxc-bottom_right{align-items:flex-end;bottom:30px;left:0;right:30px}@media only screen and (max-width:480px){#notificationx-frontend .nx-container.nxc-bottom_right,#notificationx-frontend-crosssite .nx-container.nxc-bottom_right,.notificationx-frontend .nx-container.nxc-bottom_right{bottom:10px;left:10px;right:10px}}#notificationx-frontend .nx-container.nxc-top_right,#notificationx-frontend-crosssite .nx-container.nxc-top_right,.notificationx-frontend .nx-container.nxc-top_right{align-items:flex-end;right:30px;top:30px}@media only screen and (max-width:480px){#notificationx-frontend .nx-container.nxc-top_right,#notificationx-frontend-crosssite .nx-container.nxc-top_right,.notificationx-frontend .nx-container.nxc-top_right{left:10px;right:10px;top:10px}}#notificationx-frontend .nx-container.nxc-top_left,#notificationx-frontend-crosssite .nx-container.nxc-top_left,.notificationx-frontend .nx-container.nxc-top_left{align-items:flex-end;left:30px;top:30px}@media only screen and (max-width:480px){#notificationx-frontend .nx-container.nxc-top_left,#notificationx-frontend-crosssite .nx-container.nxc-top_left,.notificationx-frontend .nx-container.nxc-top_left{left:10px;right:10px;top:10px}}#notificationx-frontend .nx-container .nx-notification,#notificationx-frontend-crosssite .nx-container .nx-notification,.notificationx-frontend .nx-container .nx-notification{pointer-events:auto}.notification-item.nx-notification.position-bottom_right{bottom:0!important;left:auto!important;right:0!important}@keyframes SlideBottom{0%{transform:translateY(0)}to{transform:translateY(1000%)}}@keyframes SlideTop{0%{transform:translateY(1000%)}to{transform:translateY(0)}}@keyframes FadeIn{0%{opacity:0}to{opacity:1}}.notificationx-frontend .nx-container .notification-res-item.nx-res-notification{pointer-events:auto}.notificationx-frontend .nx-container .notification-res-item{animation-fill-mode:forwards;background:#fff;bottom:20px!important;box-shadow:0 0 10px rgb(0 0 0 / .1);left:auto;left:10px!important;min-width:190px;pointer-events:auto;position:relative;z-index:99998}.notificationx-frontend .nx-container .notification-res-item .notificationx-inner{align-items:center;display:flex}.notificationx-frontend .nx-container .notification-res-item .notificationx-image{align-items:center;align-self:stretch;aspect-ratio:1;display:flex;flex-basis:36px;justify-content:center;margin:0 2px 0 0;min-width:36px;overflow:hidden;padding:6px;width:36px}.notificationx-frontend .nx-container .notification-res-item .notificationx-image img{max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.notificationx-frontend .nx-container .notification-res-item .notificationx-image .notificationx-image-badge{opacity:0;visibility:hidden}.notificationx-frontend .nx-container .notification-res-item .notificationx-content .notificationX-theme-five-shape{display:none}.notificationx-frontend .nx-container .notification-res-item .notificationx-content{display:flex;flex:1;flex-direction:row;font-size:10px;margin-left:4px;margin-right:20px;padding:4px 0}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p{align-items:center;display:inline-flex;flex-wrap:wrap;font-size:10px;font-weight:400;line-height:1.1;margin:0}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row{color:#687895}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row span span{color:#344054}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row span span:first-child{color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-first-row span span:nth-child(2){color:#687895;font-weight:400}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-second-row>span{color:#344054;font-size:10px;font-weight:500;margin-left:4px}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-second-row>span span:nth-child(2){margin-left:4px}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-third-row{color:#7c8db5;font-size:10px}.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-third-row .nx-branding,.notificationx-frontend .nx-container .notification-res-item .notificationx-content p.nx-third-row span{display:none}.notificationx-frontend .nx-container .notification-res-item .notificationx-close{display:inline-flex;position:absolute;right:8px!important;top:6px!important}.notificationx-frontend .nx-container .notification-res-item .notificationx-close svg{fill:#000;cursor:pointer;height:7px;width:7px}.notificationx-frontend .nx-container .notification-res-item .notificationx-link{bottom:0;left:0;position:absolute;right:0;top:0}.notificationx-frontend .nx-container .notification-res-item.button-link .notificationx-link{display:none}.notificationx-frontend .nx-container .notification-res-item:not(:last-child){margin-bottom:20px}.notificationx-frontend .nx-container .notification-res-item.source-res-freemius_conversions .notificationx-content{flex-direction:column;gap:4px}.notificationx-frontend .nx-container .notification-res-item.source-res-freemius_conversions .notificationx-content .nx-second-row span{margin-left:0}.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-two{border-radius:36px}.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-two .notificationx-image{margin:0;padding:4px}.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-two .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription.themes-email_subscription_res-theme-three .notificationx-content{margin-left:6px}.notificationx-frontend .nx-container .notification-res-item.type-res-email_subscription .notificationx-content p.nx-second-row span{color:#5220b4}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-one .notificationx-content p.nx-second-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-one .notificationx-content p.nx-second-row span span{color:#5614d5}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three,.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two{border-radius:36px}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-image{margin:0;padding:4px}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-content p.nx-second-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-three .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.res-type-reviews.themes-reviews_res-theme-two .notificationx-content p.nx-second-row span span{color:#5614d5}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-7day-download .notificationx-content p.nx-first-row,.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-today-download .notificationx-content p.nx-first-row,.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-content p.nx-first-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-7day-download .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-today-download .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-content p.nx-first-row span span{color:#5614d5}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-7day-download .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-today-download .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-content p.nx-second-row span{color:#687895}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download{border-radius:36px}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-image{margin:0;padding:4px}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-total-download .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-actively_using .notificationx-content p.nx-first-row span{color:#687895}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-actively_using .notificationx-content p.nx-second-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationx-frontend .nx-container .notification-res-item.res-type-download_stats.themes-res-res-actively_using .notificationx-content p.nx-second-row span span{color:#5614d5}.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-eight .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-nine .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-one .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-seven .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-three .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.res-type-comments.themes-comments_res-theme-two .notificationx-content p.nx-second-row{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement{border-radius:4px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-one .notificationx-image svg{max-height:34px;position:absolute;top:-3px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-one .notificationx-content p.nx-first-row span span{color:#687895}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-one .notificationx-content p.nx-second-row span{color:#344054}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-two .notificationx-content p.nx-first-row span span{color:#687895}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-two .notificationx-content p.nx-second-row span{color:#344054}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-image{padding:3px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-image img{border-radius:4px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-content p.nx-first-row span span{color:#687895}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-three .notificationx-content p.nx-second-row span{color:#344054}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four{padding-right:10px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-image{margin:0}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content{margin:0}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content p.nx-first-row span span{color:#344054;font-size:12px;font-weight:500;margin-left:4px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content p.nx-second-row span{color:#687895}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner .notificationx-content a,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner .notificationx-content a{background:#fef1ff;border-radius:4px;color:#ab48b3;font-size:8px;font-weight:500;line-height:1.1em;margin-left:4px;padding:6px 12px}.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-five .notificationx-inner a,.notificationx-frontend .nx-container .notification-res-item.type-res-offer_announcement.themes-announcements_res-theme-four .notificationx-inner a{background:#4f19cd;border-radius:4px;color:#fff;font-size:8px;font-weight:500;line-height:1.1em;margin-left:4px;padding:6px 12px}.notificationx-frontend .nx-container .notification-res-item.type-res-video{border-radius:4px}.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content{flex-direction:column;gap:2px}.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content p.nx-first-row span span{font-weight:500}.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content p.nx-first-row span span:first-child{color:#344054}.notificationx-frontend .nx-container .notification-res-item.type-res-video .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span{color:#667085;margin-left:0}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:first-child,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:first-child,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:first-child{color:#5614d5}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:nth-child(2){margin-left:0}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:nth-child(3),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-1 .notificationx-content p.nx-second-row>span span:nth-child(5),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:nth-child(3),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-2 .notificationx-content p.nx-second-row>span span:nth-child(5),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:nth-child(3),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-4 .notificationx-content p.nx-second-row>span span:nth-child(5){color:#5614d5;margin-left:4px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2{border-radius:50px 4px 4px 50px;filter:drop-shadow(-10px 0 15px rgb(0 0 0 / .1))}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-image{animation:animated 2s infinite;border-radius:50%;box-shadow:none;padding:0;position:relative}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content{padding-left:8px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span{color:#667085;margin-left:0}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span{position:relative}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:first-child{color:#5614d5;margin-left:14px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:first-child:before{color:#667085!important;content:"";font-family:dashicons;font-size:12px;left:-15px;position:absolute;top:50%;transform:translateY(-50%)}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:nth-child(2){color:#5614d5;margin-left:18px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-channel-2 .notificationx-content p.nx-second-row>span span:nth-child(2):before{color:#667085!important;content:"";font-family:dashicons;font-size:12px;left:-15px;position:absolute;top:50%;transform:translateY(-50%)}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3{border-radius:50px 4px 4px 50px;filter:drop-shadow(-10px 0 15px rgb(0 0 0 / .1))}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-image{animation:animated 2s infinite;border-radius:50%;box-shadow:none;padding:0;position:relative}@keyframes animated{0%{outline:0 solid #c00}to{outline:6px solid rgb(204 0 0 / .2)}}@keyframes animated-before{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes animated-after{0%{transform:scale(1)}to{transform:scale(1.4)}}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content{padding-left:8px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span{color:#667085;margin-left:0}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span{position:relative}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:first-child,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:first-child{color:#5614d5;margin-left:14px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:first-child:before,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:first-child:before{color:#667085!important;content:"";font-family:dashicons;font-size:12px;left:-15px;position:absolute;top:50%;transform:translateY(-50%)}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(2){color:#5614d5;margin-left:18px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(2):before,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(2):before{color:#667085!important;content:"";font-family:dashicons;font-size:12px;left:-15px;position:absolute;top:50%;transform:translateY(-50%)}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(3),.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(3){color:#5614d5;margin-left:18px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-1 .notificationx-content p.nx-second-row>span span:nth-child(3):before,.notificationx-frontend .nx-container .notification-res-item.type-res-video.themes-youtube_res-video-3 .notificationx-content p.nx-second-row>span span:nth-child(3):before{color:#667085!important;content:"";font-family:dashicons;font-size:12px;left:-15px;position:absolute;top:50%;transform:translateY(-50%)}.notificationx-frontend .nx-container .notification-res-item.type-res-video.button-link .notificationx-link{background:#c00;border-radius:2px;bottom:inherit;color:#fff;display:block;font-size:8px;font-weight:500;left:inherit;line-height:10px;padding:3px 6px;right:6px;text-decoration:none;top:-18px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.button-link .yt-notificationx-link{border-radius:4px;bottom:inherit;color:#fff;font-size:10px;font-weight:500;left:auto;line-height:12px;position:absolute;right:4px;text-decoration:none;top:-24px}.notificationx-frontend .nx-container .notification-res-item.type-res-video.button-link .yt-notificationx-link .yt-subscription-button-subscriber-count-branded-horizontal{height:18px!important;line-height:18px!important}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-first-row,.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-second-row span{color:#5220b4;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-one .notificationx-content p.nx-third-row span{color:#5220b4;display:block;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two{background:#fff0;border-radius:0;box-shadow:none}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-image{background:#fff;border-radius:3px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-image img{border-radius:3px}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content{background:#fff;border-radius:3px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-left:6px;padding:12px 10px}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-first-row{color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-first-row span span:first-child{color:#7253ec;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-second-row span{color:#687895;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-two .notificationx-content p.nx-third-row span{color:#687895;display:block;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three{border-radius:36px}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-image{margin-right:0}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-first-row{color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-first-row span span:first-child{color:#02c7a1;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-second-row span{color:#687895;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.res-type-page_analytics.themes-res-res-pa-theme-three .notificationx-content p.nx-third-row span{color:#687895;display:block;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-one .notificationx-content p.nx-first-row span span:first-child{color:#687895;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-one .notificationx-content p.nx-first-row span span:nth-child(2){font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-image{margin:0;padding:2px}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-image img{border-radius:2px}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content{margin-left:8px;padding:8px 0}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-first-row span span{color:#344054}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-second-row span span{font-weight:600;margin-left:4px}.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-one .notificationx-content p.nx-third-row span{display:none}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-two{border-radius:36px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-two .notificationx-image{margin:0;padding:2px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-two .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two{border-radius:36px}.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-image{margin:0;padding:4px}.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content{margin-left:8px;padding:8px 0}.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content p.nx-first-row span span:first-child{color:#344054;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-three .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_res-theme-two .notificationx-content p.nx-first-row span span:nth-child(2){color:#687895;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-two .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-email_subscription_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-form_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-two .notificationx-image{border-right:1px solid #f2f2f2}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three{background:#fff0;box-shadow:none}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image{background:#fff;border:none!important;border-radius:50%;box-shadow:0 0 10px rgb(0 0 0 / .2);flex-basis:32px;min-width:32px;overflow:initial!important;padding:4px;position:relative;width:32px;z-index:1}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image .notificationx-image-badge:not(.second-span),.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image .notificationx-image-badge:not(.second-span),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image .notificationx-image-badge:not(.second-span),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image .notificationx-image-badge:not(.second-span),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image .notificationx-image-badge:not(.second-span){display:none}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-image .notificationx-image-badge,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-image .notificationx-image-badge,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-image .notificationx-image-badge,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-image .notificationx-image-badge,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-image .notificationx-image-badge{background:transparent!important;border-bottom-width:0!important;border-left-width:0!important;border-right:14px transparent!important;border-style:solid!important;border-top-color:#fff;border-top-width:16px!important;bottom:-7px!important;left:52%!important;opacity:1;position:absolute;visibility:visible;z-index:-1}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content{background:#fff;border:none!important;border-bottom-left-radius:0;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:5px;box-shadow:0 0 10px rgb(0 0 0 / .1);justify-content:center;margin-left:2px!important;margin-right:0!important;padding:8px 16px 8px 8px;position:relative}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content p.nx-second-row span{color:#5220b4}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-eight .notificationx-content .notificationX-theme-five-shape,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-three .notificationx-content .notificationX-theme-five-shape,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-five .notificationx-content .notificationX-theme-five-shape,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-five .notificationx-content .notificationX-theme-five-shape,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-three .notificationx-content .notificationX-theme-five-shape{fill:#fff;bottom:0;display:block;height:100%;position:absolute;right:100%;top:0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-seven,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-four,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-four,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-four,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-four{border-radius:20px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-seven .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-four .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-four .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-four .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-four .notificationx-image{background:#fff;border-radius:50%;box-shadow:0 0 0 2px #ead9f8;flex-basis:28px;height:28px;margin:4px 10px 4px 4px;min-width:28px;padding:0;width:28px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-seven .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-four .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-four .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-four .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-four .notificationx-content{padding:10px 0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four{background:#fff0;box-shadow:none;min-width:160px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-image{background:#fff;border-bottom-left-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;box-shadow:0 0 10px rgb(0 0 0 / .1);overflow:initial!important;padding:4px;position:relative}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-image img{border-radius:2px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-image .notificationx-image-badge,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-image .notificationx-image-badge,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-image .notificationx-image-badge{background:transparent!important;border-bottom-width:0!important;border-left-color:transparent!important;border-left-width:10px;border-right-width:0!important;border-style:solid!important;border-top-color:#fff;border-top-width:7px;bottom:-7px;opacity:1;position:absolute;right:0;visibility:visible}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content{background:#fff;border-radius:2px;box-shadow:0 0 10px rgb(0 0 0 / .1);flex-direction:column;gap:4px;margin-left:6px;padding:4px 6px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span{color:#344054;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:first-child{color:#5614d5;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-second-row{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-second-row span{color:#687895;margin-left:0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-four .notificationx-content p.nx-third-row,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-four .notificationx-content p.nx-third-row,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-four .notificationx-content p.nx-third-row{display:none}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five{border-radius:20px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-image{background:#f0edff;border-radius:50%;box-shadow:none;margin:2px 6px 2px 2px;padding:6px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-image:after{align-items:center;background:#6f51ec;border:1px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(69 201 177 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:6px;height:12px;justify-content:center;left:-1px;position:absolute;top:-1px;width:12px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-content p.nx-first-row span span:first-child{color:#344054}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-content p.nx-second-row span span:first-child{color:#687895}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-five .notificationx-content p.nx-second-row span span:nth-child(2){display:none}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five{border-radius:36px;min-width:160px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-image{background:#fae8f4;border-radius:50%;flex-basis:40px;margin:1px;min-width:40px;padding:8px;width:40px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-image:after{align-items:center;background:#fe70bc;border:1px solid #fff;border-radius:50px;box-shadow:.4px .4px 8.24px .76px rgb(102 12 60 / .102);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:5px;height:11px;justify-content:center;left:2px;line-height:5px;position:absolute;top:-3px;width:11px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content{flex-direction:column;gap:4px;margin:0;padding:2px 12px 2px 8px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:first-child{color:#ff69b3;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-first-row span span:nth-child(2){color:#687895;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-second-row{line-height:1;max-width:180px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-second-row span{margin-left:0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-second-row span span{color:#687895;font-weight:500;margin-left:0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-five .notificationx-content p.nx-third-row,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-five .notificationx-content p.nx-third-row,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-five .notificationx-content p.nx-third-row{display:none}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-image{margin:0;padding:0;transform:scale(1.2);transform-origin:right center}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-content{margin-left:8px;padding:8px 0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-nine .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-six .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-seven .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-ten .notificationx-content p.nx-second-row span span{color:#5220b4}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six{border-radius:36px;min-width:160px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-image{background:#f0edfe;border-radius:50%;flex-basis:40px;margin:1px;min-width:40px;padding:8px;width:40px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-image:after{align-items:center;background:#775af3;border:1px solid #fff;border-radius:50px;box-shadow:.4px .4px 8.24px .76px rgb(102 12 60 / .102);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:5px;height:11px;justify-content:center;left:2px;line-height:5px;position:absolute;top:-3px;width:11px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content{flex-direction:column;gap:4px;margin:0;padding:2px 12px 2px 8px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:first-child{color:#775af3;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2){color:#687895;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-second-row,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-second-row{line-height:1;max-width:180px}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-second-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-second-row span{margin-left:0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-second-row span span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-second-row span span{color:#687895;font-weight:500;margin-left:0}.notificationx-frontend .nx-container .notification-res-item.themes-comments_res-theme-six .notificationx-content p.nx-third-row,.notificationx-frontend .nx-container .notification-res-item.themes-reviews_rating-res-theme-six .notificationx-content p.nx-third-row,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_reviews_rating-res-theme-six .notificationx-content p.nx-third-row{display:none}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six{border-radius:20px}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-image{background:#f0edff;border-radius:50%;box-shadow:none;margin:2px 6px 2px 2px;padding:6px}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-image:after{align-items:center;background:#6f51ec;border:1px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(69 201 177 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:6px;height:12px;justify-content:center;left:-1px;line-height:6px;position:absolute;top:-1px;width:12px}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content{padding:12px 0}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-first-row span span:first-child{color:#344054;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-first-row span span:nth-child(2){color:#687895;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-second-row span:first-child{color:#344054;font-weight:500}.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-six .notificationx-content p.nx-second-row span:nth-child(2){color:#687895;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-seven,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-seven{border-radius:6px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-seven .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-seven .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight.button-link .notificationx-link,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-seven.button-link .notificationx-link,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight.button-link .notificationx-link,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-seven.button-link .notificationx-link{background:#5612d6;border-radius:2px;bottom:inherit;color:#fff;display:block;font-size:8px;font-weight:500;left:inherit;line-height:12px;padding:3px 8px;position:absolute;right:8px;text-decoration:none;top:-21px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight{box-shadow:0 0 28px rgb(0 0 0 / .2)}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-image{animation:ani 1.5s infinite;border-radius:50%;box-shadow:0 0 0 10px #fff;flex-basis:28px;height:28px;margin:4px;min-width:28px;padding:0;position:relative;width:28px}@keyframes ani{0%{outline:0 solid rgb(86 18 214 / .8)}33%{outline:2px solid rgb(86 18 214 / .6)}66%{outline:4px solid rgb(86 18 214 / .4)}to{outline:6px solid rgb(86 18 214 / .2)}}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eight .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eight .notificationx-content{margin-left:14px;padding:8px 0}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine{border-radius:3px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-image{background:#e2f8f5;border-radius:3px;box-shadow:none;margin:2px 6px 2px 2px;padding:6px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-image:after{align-items:center;background:#45c9b1;border:1px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(69 201 177 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:6px;height:12px;justify-content:center;left:-2px;line-height:6px;position:absolute;top:-3px;width:12px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-content p.nx-first-row span{color:#3ad0bf;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-content p.nx-first-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-content p.nx-first-row span span:nth-child(2){color:#344054;font-weight:400}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-eight .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-seven .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2){display:none}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten{border-radius:20px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-image{background:#f0edff;border-radius:50%;box-shadow:none;margin:2px 6px 2px 2px;padding:6px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-image:after{align-items:center;background:#6f51ec;border:1px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(69 201 177 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:6px;height:12px;justify-content:center;left:-1px;line-height:6px;position:absolute;top:-1px;width:12px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-image img,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-image img{border-radius:50%}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content{padding:12px 0}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content p.nx-first-row span span:first-child{color:#7253ec;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-ten .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_elearning-res-theme-eight .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-ten .notificationx-content p.nx-second-row span span:nth-child(2){display:none}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven{background:#fff0;box-shadow:none}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-image,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-image{background:#f0edff;border:2px solid #fff;border-radius:3px;box-shadow:1.2px 0 4.8px 1.2px rgb(53 32 136 / .059);flex-basis:36px;height:36px;margin:0 6px 0 0;min-width:36px;padding:6px;width:36px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-image:after,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-image:after{align-items:center;background:#6f51ec;border:1px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(69 201 177 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:6px;height:12px;justify-content:center;left:3px;line-height:6px;position:absolute;top:-7px;width:12px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content{background:#fff;border-radius:2px;box-shadow:1.2px 0 4.8px 1.2px rgb(53 32 136 / .059);margin:0;padding:10px 16px 10px 10px}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content p.nx-first-row span span:first-child,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content p.nx-first-row span,.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content p.nx-first-row span span:first-child{color:#7253ec;font-weight:600}.notificationx-frontend .nx-container .notification-res-item.themes-conversions_res-theme-eleven .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-donation_res-theme-ten .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-elearning_res-theme-nine .notificationx-content p.nx-second-row span span:nth-child(2),.notificationx-frontend .nx-container .notification-res-item.themes-woocommerce_sales_res-theme-eleven .notificationx-content p.nx-second-row span span:nth-child(2){display:none}.notification-item{animation-fill-mode:forwards;background-color:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);left:auto;min-width:300px;position:relative;z-index:99998}@media only screen and (max-width:550px){.notification-item{width:80%}}.notification-item audio{display:none}.notification-item:not(.notification-item:last-child){margin-bottom:30px}.notification-item.exit{opacity:0}.notification-item.button-link .notificationx-link{background:#5612d6;left:inherit;padding:6px 15px}.notification-item.button-link .notificationx-link,.notification-item.button-link .yt-notificationx-link{border-radius:4px;bottom:inherit;color:#fff;font-size:14px;font-weight:500;line-height:18px;right:15px;text-decoration:none;top:-35px}.notification-item.button-link .yt-notificationx-link{left:auto;position:absolute}.notification-item.themes-pa-theme-four.button-link .notificationx-link{background-color:red}.notification-item .notificationx-inner{align-items:center;display:flex}.notification-item .notificationx-image{align-items:center;align-self:stretch;display:flex;flex-basis:100px;justify-content:center;min-width:100px;overflow:hidden;padding:12px;width:100px}.notification-item .notificationx-image>img{max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.notification-item .notificationx-image.image-circle img{aspect-ratio:1/1;border-radius:50%}.notification-item .notificationx-image.image-rounded img{border-radius:10px}.notification-item .notificationx-image .notificationx-image-badge{opacity:0;visibility:hidden}.notification-item .notificationx-content{display:flex;flex:1;flex-direction:column;font-size:14px;margin-left:10px;margin-right:10px;padding:10px 0}.notification-item .notificationx-content:first-child{margin-left:25px}.notification-item .notificationx-content .notificationX-theme-five-shape{display:none}.notification-item .notificationx-content>p{align-items:center;display:inline-flex;flex-wrap:wrap;margin:0}.notification-item .notificationx-content>p a{position:relative;z-index:9}.notification-item .notificationx-content>p:not(:last-of-type){margin-bottom:5px}.notification-item .notificationx-content>p>span{margin-right:5px}.notification-item .notificationx-content>p>span p{margin-bottom:0;margin-top:0}.notification-item .notificationx-content>p.nx-first-row{font-size:13px;line-height:1.2}.notification-item .notificationx-content>p.nx-first-row *{line-height:1.2}.notification-item .notificationx-content>p.nx-second-row{font-size:14px;line-height:1.2}.notification-item .notificationx-content>p.nx-third-row{font-size:13px;line-height:1.2}.notification-item .notificationx-content>p.nx-third-row *{line-height:1.2}.notification-item .notificationx-content.adv-template>p>span{width:100%}.notification-item .notificationx-content.adv-template>p.nx-third-row{align-items:center;display:flex}.notification-item .notificationx-content.adv-template>p.nx-third-row>span{flex-grow:1;width:auto}.notification-item .notificationx-content .nx-branding{align-items:center;display:flex;z-index:9}.notification-item .notificationx-content .nx-branding>*{margin-right:5px}.notification-item .notificationx-content .nx-branding>a{display:inline-block;z-index:999}.notification-item .notificationx-content .nx-branding>a>svg{fill:#5614d5;display:block;height:16px;width:80px}.notification-item .notificationx-content .nx-branding>a:hover>svg{fill:#b18ef4;transition:fill .3s ease 0s}.notification-item .notificationx-close{align-self:start;display:inline-flex;margin-top:5px;order:2;padding:10px 15px 10px 10px;z-index:9}.notification-item .notificationx-close svg{fill:#000;cursor:pointer}.notification-item.img-position-right .notificationx-close{order:0}.notification-item.img-position-right .notificationx-content{order:1}.notification-item.img-position-right .notificationx-image{order:2}.notification-item .notificationx-link{bottom:0;left:0;position:absolute;right:0;top:0}.notification-item:not(.button-link) .notificationx-link{background-color:transparent!important}.notification-item.themes-page_analytics_pa-theme-three,.notification-item.themes-page_analytics_pa-theme-three .notificationx-inner,.notification-item.themes-review_saying,.notification-item.themes-review_saying .notificationx-inner,.notification-item.themes-reviewed,.notification-item.themes-reviewed .notificationx-inner,.notification-item.themes-theme-two,.notification-item.themes-theme-two .notificationx-inner,.notification-item.themes-total-download,.notification-item.themes-total-download .notificationx-inner{border-radius:100px}.notification-item.themes-page_analytics_pa-theme-three:not(.img-position-right) .notificationx-content:first-child,.notification-item.themes-review_saying:not(.img-position-right) .notificationx-content:first-child,.notification-item.themes-reviewed:not(.img-position-right) .notificationx-content:first-child,.notification-item.themes-theme-two:not(.img-position-right) .notificationx-content:first-child,.notification-item.themes-total-download:not(.img-position-right) .notificationx-content:first-child{margin-left:25px}.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-content:first-child,.notification-item.themes-review_saying.img-position-right .notificationx-content:first-child,.notification-item.themes-reviewed.img-position-right .notificationx-content:first-child,.notification-item.themes-theme-two.img-position-right .notificationx-content:first-child,.notification-item.themes-total-download.img-position-right .notificationx-content:first-child{margin-right:25px}.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle),.notification-item.themes-review_saying .notificationx-image:not(.image-circle),.notification-item.themes-reviewed .notificationx-image:not(.image-circle),.notification-item.themes-theme-two .notificationx-image:not(.image-circle),.notification-item.themes-total-download .notificationx-image:not(.image-circle){flex-basis:80px;margin:10px 0 10px 10px;padding:15px;width:80px}@media only screen and (max-width:576px){.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle),.notification-item.themes-review_saying .notificationx-image:not(.image-circle),.notification-item.themes-reviewed .notificationx-image:not(.image-circle),.notification-item.themes-theme-two .notificationx-image:not(.image-circle),.notification-item.themes-total-download .notificationx-image:not(.image-circle){flex-basis:32px;margin:0 4px;min-width:32px;padding:8px 4px;width:32px}}.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle).position-left,.notification-item.themes-review_saying .notificationx-image:not(.image-circle).position-left,.notification-item.themes-reviewed .notificationx-image:not(.image-circle).position-left,.notification-item.themes-theme-two .notificationx-image:not(.image-circle).position-left,.notification-item.themes-total-download .notificationx-image:not(.image-circle).position-left{margin-left:10px;margin-right:0}.notification-item.themes-page_analytics_pa-theme-three .notificationx-image:not(.image-circle).position-right,.notification-item.themes-review_saying .notificationx-image:not(.image-circle).position-right,.notification-item.themes-reviewed .notificationx-image:not(.image-circle).position-right,.notification-item.themes-theme-two .notificationx-image:not(.image-circle).position-right,.notification-item.themes-total-download .notificationx-image:not(.image-circle).position-right{margin-left:0;margin-right:10px}.notification-item.themes-page_analytics_pa-theme-three .notificationx-close,.notification-item.themes-review_saying .notificationx-close,.notification-item.themes-reviewed .notificationx-close,.notification-item.themes-theme-two .notificationx-close,.notification-item.themes-total-download .notificationx-close{align-self:center;margin-top:0}.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-close,.notification-item.themes-review_saying.img-position-right .notificationx-close,.notification-item.themes-reviewed.img-position-right .notificationx-close,.notification-item.themes-theme-two.img-position-right .notificationx-close,.notification-item.themes-total-download.img-position-right .notificationx-close{order:0;padding:10px 10px 10px 15px}.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-content,.notification-item.themes-review_saying.img-position-right .notificationx-content,.notification-item.themes-reviewed.img-position-right .notificationx-content,.notification-item.themes-theme-two.img-position-right .notificationx-content,.notification-item.themes-total-download.img-position-right .notificationx-content{order:1}.notification-item.themes-page_analytics_pa-theme-three.img-position-right .notificationx-image,.notification-item.themes-review_saying.img-position-right .notificationx-image,.notification-item.themes-reviewed.img-position-right .notificationx-image,.notification-item.themes-theme-two.img-position-right .notificationx-image,.notification-item.themes-total-download.img-position-right .notificationx-image{order:2}.notification-item.themes-page_analytics_pa-theme-three .notificationx-link,.notification-item.themes-review_saying .notificationx-link,.notification-item.themes-reviewed .notificationx-link,.notification-item.themes-theme-two .notificationx-link,.notification-item.themes-total-download .notificationx-link{border-radius:100px}.notification-item.themes-theme-three .notificationx-image{border-left:none;border-right:1px solid #f2f2f2}.notification-item.themes-theme-three .notificationx-image.position-right{border-left:1px solid #f2f2f2;border-right:none}.notification-item.themes-email_subscription_theme-three .notificationx-image,.notification-item.themes-email_subscription_theme-three .notificationx-image.position-right{border-left:none;border-right:none}.notification-item.themes-theme-six-free .notificationx-inner div.notificationx-image{border-color:#f2f2f2}.notification-item.themes-review-comment-2,.notification-item.themes-theme-seven-free{border-radius:100px}.notification-item.themes-review-comment-2:not(.img-position-right) .notificationx-content:first-child,.notification-item.themes-theme-seven-free:not(.img-position-right) .notificationx-content:first-child{margin-left:25px}.notification-item.themes-review-comment-2.img-position-right .notificationx-content:first-child,.notification-item.themes-theme-seven-free.img-position-right .notificationx-content:first-child{margin-right:25px}.notification-item.themes-review-comment-2 .notificationx-inner,.notification-item.themes-theme-seven-free .notificationx-inner{border-radius:100px}.notification-item.themes-review-comment-2 .notificationx-image:not(.image-circle),.notification-item.themes-theme-seven-free .notificationx-image:not(.image-circle){padding:19px}.notification-item.themes-review-comment-2 .notificationx-image,.notification-item.themes-theme-seven-free .notificationx-image{background:#fae8f4;border-radius:100px!important;overflow:initial;padding:8px;position:relative}.notification-item.themes-review-comment-2 .notificationx-image:after,.notification-item.themes-theme-seven-free .notificationx-image:after{align-items:center;background:#ff66bc;border:2px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(255 102 188 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:7px;height:20px;justify-content:center;left:5px;position:absolute;top:5px;width:20px}.notification-item.themes-review-comment-2 .notificationx-close,.notification-item.themes-theme-seven-free .notificationx-close{align-self:center;margin-top:0}.notification-item.themes-review-comment-2.img-position-right div.notificationx-close,.notification-item.themes-theme-seven-free.img-position-right div.notificationx-close{order:0;padding:10px 10px 10px 15px}.notification-item.themes-review-comment-2.img-position-right div.notificationx-content,.notification-item.themes-theme-seven-free.img-position-right div.notificationx-content{order:1}.notification-item.themes-review-comment-2.img-position-right div.notificationx-image,.notification-item.themes-theme-seven-free.img-position-right div.notificationx-image{order:2}.notification-item.themes-review-comment-2 .notificationx-link,.notification-item.themes-theme-seven-free .notificationx-link{border-radius:100px}.notification-item.themes-conversions_conv-theme-seven,.notification-item.themes-woocommerce_sales_conv-theme-seven{border-radius:3px}.notification-item.themes-conversions_conv-theme-seven .notificationx-image,.notification-item.themes-woocommerce_sales_conv-theme-seven .notificationx-image{overflow:initial!important;position:relative}.notification-item.themes-conversions_conv-theme-seven .notificationx-image:after,.notification-item.themes-woocommerce_sales_conv-theme-seven .notificationx-image:after{align-items:center;background:#45c9b1;border:2px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(69 201 177 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:7px;height:20px;justify-content:center;left:-10px;position:absolute;top:-10px;width:20px}.notification-item.themes-review-comment-3,.notification-item.themes-theme-eight-free{border-radius:100px}.notification-item.themes-review-comment-3:not(.img-position-right) .notificationx-content:first-child,.notification-item.themes-theme-eight-free:not(.img-position-right) .notificationx-content:first-child{margin-left:25px}.notification-item.themes-review-comment-3.img-position-right .notificationx-content:first-child,.notification-item.themes-theme-eight-free.img-position-right .notificationx-content:first-child{margin-right:25px}.notification-item.themes-review-comment-3 .notificationx-inner,.notification-item.themes-theme-eight-free .notificationx-inner{border-radius:100px}.notification-item.themes-review-comment-3 .notificationx-image:not(.image-circle),.notification-item.themes-theme-eight-free .notificationx-image:not(.image-circle){padding:19px}.notification-item.themes-review-comment-3 .notificationx-image,.notification-item.themes-theme-eight-free .notificationx-image{background:#f0edfe;border-radius:100px!important;overflow:initial;padding:8px;position:relative}.notification-item.themes-review-comment-3 .notificationx-image:after,.notification-item.themes-theme-eight-free .notificationx-image:after{align-items:center;background:#7052f0;border:2px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(112 82 240 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:7px;height:20px;justify-content:center;left:5px;position:absolute;top:5px;width:20px}.notification-item.themes-review-comment-3 .notificationx-close,.notification-item.themes-theme-eight-free .notificationx-close{align-self:center;margin-top:0}.notification-item.themes-review-comment-3.img-position-right div.notificationx-close,.notification-item.themes-theme-eight-free.img-position-right div.notificationx-close{order:0;padding:10px 10px 10px 15px}.notification-item.themes-review-comment-3.img-position-right div.notificationx-content,.notification-item.themes-theme-eight-free.img-position-right div.notificationx-content{order:1}.notification-item.themes-review-comment-3.img-position-right div.notificationx-image,.notification-item.themes-theme-eight-free.img-position-right div.notificationx-image{order:2}.notification-item.themes-review-comment-3 .notificationx-link,.notification-item.themes-theme-eight-free .notificationx-link{border-radius:100px}.notification-item.themes-conversions_conv-theme-ten:not(.notification-item.themes-woocommerce_sales_conv-theme-ten:last-child,.notification-item.themes-conversions_conv-theme-ten:last-child),.notification-item.themes-woocommerce_sales_conv-theme-ten:not(.notification-item.themes-woocommerce_sales_conv-theme-ten:last-child,.notification-item.themes-conversions_conv-theme-ten:last-child){margin-bottom:45px}.notification-item.themes-conversions_conv-theme-ten,.notification-item.themes-conversions_conv-theme-ten .notificationx-inner,.notification-item.themes-woocommerce_sales_conv-theme-ten,.notification-item.themes-woocommerce_sales_conv-theme-ten .notificationx-inner{border-radius:8px}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content{-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,auto);margin-left:0;margin-right:0;width:100%}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row{color:#344054;font-size:16px;font-weight:500;grid-column-end:3;grid-column-start:1;line-height:21px}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2),.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2){color:#b39899;font-weight:400!important}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row{font-size:14px;font-weight:700;grid-column-end:3;grid-column-start:1;line-height:18px}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row span span:first-child,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-second-row span span:first-child{color:#5d3ab4}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row{font-size:12px;font-weight:500;grid-column-end:4;grid-column-start:3;grid-row-end:3;grid-row-start:1}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row span span:first-child,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row span span:first-child{color:#98a2b3}.notification-item.themes-conversions_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row .nx-branding,.notification-item.themes-woocommerce_sales_conv-theme-ten .no-advance-edit .notificationx-content .nx-third-row .nx-branding{bottom:10px;position:absolute;right:10px}.notification-item.themes-conversions_conv-theme-eleven:not(.notification-item.themes-woocommerce_sales_conv-theme-eleven:last-child,.notification-item.themes-conversions_conv-theme-eleven:last-child),.notification-item.themes-woocommerce_sales_conv-theme-eleven:not(.notification-item.themes-woocommerce_sales_conv-theme-eleven:last-child,.notification-item.themes-conversions_conv-theme-eleven:last-child){margin-bottom:45px}.notification-item.themes-conversions_conv-theme-eleven,.notification-item.themes-woocommerce_sales_conv-theme-eleven{border-radius:50px 8px 8px 50px;box-shadow:0 0 10px rgb(0 0 0 / .1);filter:drop-shadow(-10px 0 15px rgb(0 0 0 / .1))}.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner,.notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner{border-radius:50px 8px 8px 50px}.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner .notificationx-image,.notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner .notificationx-image{animation:bling 1.5s infinite;border-radius:50%;box-shadow:0 0 0 15px #fff;flex-basis:90px;min-width:90px;padding:0;position:relative;width:90px}.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner .notificationx-image img,.notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner .notificationx-image img{border-radius:50%}.notification-item.themes-conversions_conv-theme-eleven .notificationx-inner .notificationx-content,.notification-item.themes-woocommerce_sales_conv-theme-eleven .notificationx-inner .notificationx-content{margin-left:20px;margin-right:10px;width:100%}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content{-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(3,auto);margin-left:20px;margin-right:10px;width:100%}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row{color:#344054;font-size:16px;font-weight:500;grid-column-end:3;grid-column-start:1;line-height:21px}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2),.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-first-row span span:nth-child(2){color:#98a2b3;font-weight:400!important}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row{font-size:14px;font-weight:500;grid-column-end:3;grid-column-start:1;line-height:18px}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row span span:first-child,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-second-row span span:first-child{color:#344054}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row{font-size:12px;font-weight:500;grid-column-end:4;grid-column-start:3;grid-row-end:3;grid-row-start:1}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row span span:first-child,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row span span:first-child{color:#98a2b3}.notification-item.themes-conversions_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row .nx-branding,.notification-item.themes-woocommerce_sales_conv-theme-eleven .no-advance-edit .notificationx-content .nx-third-row .nx-branding{bottom:10px;position:absolute;right:10px}.notification-res-item:not(.button-link) .notificationx-link{background-color:transparent!important}.notificationx-shortcode-wrapper{padding:30px 0}.notificationx-shortcode-wrapper .notification-item{animation:FadeIn .5s;animation-fill-mode:forwards}.themes-conv-theme-nine,.themes-page_analytics_pa-theme-two,.themes-review-comment,.themes-theme-five,.themes-theme-six-free{background-color:#fff0;box-shadow:none;left:auto}.themes-conv-theme-nine audio,.themes-page_analytics_pa-theme-two audio,.themes-review-comment audio,.themes-theme-five audio,.themes-theme-six-free audio{display:none}.themes-conv-theme-nine .notificationx-inner,.themes-page_analytics_pa-theme-two .notificationx-inner,.themes-review-comment .notificationx-inner,.themes-theme-five .notificationx-inner,.themes-theme-six-free .notificationx-inner{align-items:stretch;display:flex;position:relative}.themes-conv-theme-nine .notificationx-image,.themes-page_analytics_pa-theme-two .notificationx-image,.themes-review-comment .notificationx-image,.themes-theme-five .notificationx-image,.themes-theme-six-free .notificationx-image{align-items:center;align-self:stretch;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);display:flex;flex-basis:100px;min-width:100px;overflow:hidden;padding:12px;width:100px}@media only screen and (max-width:576px){.themes-conv-theme-nine .notificationx-image,.themes-page_analytics_pa-theme-two .notificationx-image,.themes-review-comment .notificationx-image,.themes-theme-five .notificationx-image,.themes-theme-six-free .notificationx-image{flex-basis:32px;margin:0 4px;min-width:32px;padding:8px 4px;width:32px}}.themes-conv-theme-nine .notificationx-content,.themes-page_analytics_pa-theme-two .notificationx-content,.themes-review-comment .notificationx-content,.themes-theme-five .notificationx-content,.themes-theme-six-free .notificationx-content{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);justify-content:center;margin-left:10px;margin-right:0;padding-left:10px;padding-right:45px}.themes-conv-theme-nine div.notificationx-close,.themes-page_analytics_pa-theme-two div.notificationx-close,.themes-review-comment div.notificationx-close,.themes-theme-five div.notificationx-close,.themes-theme-six-free div.notificationx-close{position:absolute;right:0;top:0}.themes-conv-theme-nine.img-position-right .notificationx-close,.themes-page_analytics_pa-theme-two.img-position-right .notificationx-close,.themes-review-comment.img-position-right .notificationx-close,.themes-theme-five.img-position-right .notificationx-close,.themes-theme-six-free.img-position-right .notificationx-close{left:5px;right:auto}.themes-conv-theme-nine.img-position-right .notificationx-content,.themes-page_analytics_pa-theme-two.img-position-right .notificationx-content,.themes-review-comment.img-position-right .notificationx-content,.themes-theme-five.img-position-right .notificationx-content,.themes-theme-six-free.img-position-right .notificationx-content{margin-left:0;margin-right:10px;padding-left:45px;padding-right:10px}.themes-conv-theme-nine .notificationx-link,.themes-page_analytics_pa-theme-two .notificationx-link,.themes-review-comment .notificationx-link,.themes-theme-five .notificationx-link,.themes-theme-six-free .notificationx-link{bottom:0;left:0;position:absolute;right:0;top:0}.themes-conv-theme-nine .notificationx-image{overflow:initial!important;position:relative}.themes-conv-theme-nine .notificationx-image:after{align-items:center;background:#7052f0;border:2px solid #fff;border-radius:50px;box-shadow:0 5px 10px rgb(112 82 240 / .4);color:#fff;content:"";display:inline-flex;font-family:FontAwesome;font-size:7px;height:20px;justify-content:center;left:5px;position:absolute;top:-10px;width:20px}.themes-review-comment .notificationx-inner,.themes-theme-six-free .notificationx-inner{margin-bottom:15px}.themes-review-comment .notificationx-image,.themes-theme-six-free .notificationx-image{border-bottom-left-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;overflow:initial!important;position:relative}.themes-review-comment .notificationx-image .notificationx-image-badge,.themes-theme-six-free .notificationx-image .notificationx-image-badge{background:transparent!important;border-bottom-width:0!important;border-left-color:transparent!important;border-left-width:23px;border-right-width:0!important;border-style:solid!important;border-top-color:#fff;border-top-width:13px;opacity:1;position:absolute;right:0;top:100%;visibility:visible}.themes-review-comment .notificationx-image .notificationx-image-badge.second-span,.themes-theme-six-free .notificationx-image .notificationx-image-badge.second-span{border-left-width:23px!important;border-top-width:13px!important}.themes-review-comment .notificationx-content,.themes-theme-six-free .notificationx-content{border-radius:5px}.themes-theme-five .notificationx-inner{margin-bottom:50px}.themes-theme-five .notificationx-image{border:none!important;border-radius:100px;height:100px;overflow:initial!important;position:relative;z-index:1}@media only screen and (max-width:576px){.themes-theme-five .notificationx-image{height:32px}}.themes-theme-five .notificationx-image:not(.image-circle){padding:19px}.themes-theme-five .notificationx-image .notificationx-image-badge{background:transparent!important;border-bottom-width:0!important;border-left-width:0!important;border-right:35px transparent!important;border-style:solid!important;border-top-color:#fff;border-top-width:40px!important;bottom:-25px!important;left:50%!important;opacity:1;position:absolute;visibility:visible;z-index:-1}@media only screen and (max-width:576px){.themes-theme-five .notificationx-image .notificationx-image-badge{border-right-width:9px!important;border-top-width:16px!important;bottom:-8px!important;left:65%!important}}.themes-theme-five .notificationx-image .notificationx-image-badge:not(.second-span){display:none}.themes-theme-five .notificationx-content{border:none!important;border-bottom-left-radius:0;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:5px;margin-left:20px!important;margin-right:0!important;position:relative}@media only screen and (max-width:576px){.themes-theme-five .notificationx-content{margin-left:1px!important}}.themes-theme-five .notificationx-content .notificationX-theme-five-shape{fill:#fff;bottom:0;display:block;height:100%;position:absolute;right:100%;top:0}.themes-theme-five .notificationx-content:first-child{border-bottom-left-radius:5px!important;border-top-left-radius:5px!important;margin-left:0!important}.themes-theme-five .notificationx-content:first-child .notificationX-theme-five-shape{display:none}.themes-theme-five.img-position-right .notificationx-content{border-bottom-left-radius:5px;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:0;margin-left:0!important;margin-right:20px!important}.themes-theme-five.img-position-right .notificationx-content .notificationX-theme-five-shape{left:100%;right:auto;transform:rotateY(180deg)}.themes-theme-five.img-position-right .notificationx-content:first-child{border-bottom-right-radius:5px!important;border-top-right-radius:5px!important;margin-right:0!important}.notification-item.nx-notification.source-announcements.themes-announcements_theme-1 .notificationx-image svg{position:absolute!important}@media only screen and (max-width:550px){.notification-item.nx-notification.source-announcements.themes-announcements_theme-1 .notificationx-content .nx-second-row span,.notification-item.nx-notification.source-announcements.themes-announcements_theme-12 .notificationx-content .nx-second-row span,.notification-item.nx-notification.source-announcements.themes-announcements_theme-14 .notificationx-content>p.nx-second-row span,.notification-item.nx-notification.source-announcements.themes-announcements_theme-2 .notificationx-content .nx-second-row span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-item.nx-notification.source-announcements.themes-announcements_theme-14 .notificationx-content>p.nx-third-row .nx-branding{display:none}}.notification-item.nx-notification.source-announcements.themes-announcements_theme-15 .notificationx-inner .notificationx-content{padding:10px 6px}.notification-item.nx-notification.source-announcements.themes-announcements_theme-15 .notificationx-inner>a{text-align:center}#nx-bar-bottom{position:relative}.has-notificationx.logged-in.admin-bar:not(.has-nx-bar) .nx-bar.nx-bar-has-gutenberg{top:32px}.notificationx-shortcode-wrapper>.nx-bar,.nx-bar{background-color:#ddd;box-shadow:0 0 70px -30px grey;color:#000;font-family:Open Sans,sans-serif;font-size:14px;left:0;text-align:center;text-shadow:none;top:0;transition:all .2s ease-in;width:100%;z-index:99997}.notificationx-shortcode-wrapper>.nx-bar.nx-sticky-bar,.nx-bar.nx-sticky-bar{position:fixed;width:100%}.notificationx-shortcode-wrapper>.nx-bar.nx-position-top.nx-bar-out,.nx-bar.nx-position-top.nx-bar-out{top:-100%!important}.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom,.nx-bar.nx-position-bottom{position:absolute;top:0}.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom.nx-bar-out,.nx-bar.nx-position-bottom.nx-bar-out{bottom:-100%}.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom.nx-sticky-bar,.nx-bar.nx-position-bottom.nx-sticky-bar{bottom:0;position:fixed;top:auto}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner,.nx-bar .nx-bar-inner{display:inline-block;padding:20px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{margin-right:10px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text.nx-expired,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text.nx-expired{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background-color:#262626;color:#fff;display:flex;overflow:hidden}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:0 5px;padding:10px;position:relative;width:36px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span{display:block;line-height:1}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none;font-size:14px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{content:":";line-height:1;right:-6px;top:9px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:last-of-type:after,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:last-of-type:after{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text{display:inline-block;padding:10px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text:not(.nx-countdown-expired),.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text:not(.nx-countdown-expired){display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired{letter-spacing:1px;padding:10px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-expired-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-expired-text{display:block}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section>span,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section>span{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content{display:inline-block;margin-left:15px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper{min-width:500px}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content.nx-bar-slide-wrapper{min-width:100%}}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p{margin-bottom:0;margin-top:0}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .notificationx-link-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .notificationx-link-wrapper{margin-left:15px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap a.nx-bar-button,.nx-bar .nx-bar-inner .nx-bar-content-wrap a.nx-bar-button{align-items:center;border:none;border-radius:3px;color:unset;cursor:pointer;display:flex;justify-content:center;padding:6px 15px;text-decoration:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper{margin-right:40px}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper{margin-right:0}}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close,.nx-bar .nx-bar-inner .notificationx-close{border-radius:50%;color:#fff;cursor:pointer;font-size:14px;height:10px;line-height:17px;margin:-5px 0 0;right:30px;top:25%;transform:translateY(-50%);width:10px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-right,.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-right{left:auto;right:20px;top:20px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-left,.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-left{left:20px;right:auto;top:20px}.notificationx-shortcode-wrapper>.nx-bar.nx-close-left .nx-bar-inner .notificationx-close,.nx-bar.nx-close-left .nx-bar-inner .notificationx-close{left:30px;right:auto}.notificationx-shortcode-wrapper>.nx-bar.nx-bar-has-elementor .nx-bar-inner,.nx-bar.nx-bar-has-elementor .nx-bar-inner{display:block;padding:0!important}.notificationx-shortcode-wrapper>.nx-bar.nx-bar-has-elementor .nx-bar-inner .nx-bar-content-wrap,.nx-bar.nx-bar-has-elementor .nx-bar-inner .nx-bar-content-wrap{display:block}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-one .notificationx-link-wrapper,.nx-bar.press_bar_theme-one .notificationx-link-wrapper{background-color:#262626;color:#fff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-two,.nx-bar.press_bar_theme-two{background-color:#5704a2;color:#fff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-two .notificationx-link-wrapper,.nx-bar.press_bar_theme-two .notificationx-link-wrapper{background-color:#9b2aff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-two .nx-bar-inner .notificationx-close,.nx-bar.press_bar_theme-two .nx-bar-inner .notificationx-close{fill:#fff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three,.nx-bar.press_bar_theme-three{background-color:#3f4462;color:#fff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-close,.nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-close{fill:#fff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-link-wrapper,.nx-bar.press_bar_theme-three .nx-bar-inner .notificationx-link-wrapper{background-color:#6549fe}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:#fff0;display:flex}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{background-color:#6549fe;width:52px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text,.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text{display:block}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text,.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text{background-color:#6549fe}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text,.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text{font-size:10px;line-height:1.2em;padding:8px 10px}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text{display:block}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner,.nx-bar.press_bar_theme-four .nx-bar-inner{padding:10px}@media screen and (max-width:1900px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner,.nx-bar.press_bar_theme-four .nx-bar-inner{padding:10px 30px}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap{flex-wrap:nowrap;gap:12px;justify-content:center}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{color:#000123;font-size:18px;font-weight:500;line-height:1em;margin-right:12px}@media only screen and (max-width:1024px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:hsl(0 0% 100% / .502);border:1px solid #f26d6d;border-radius:4px;color:#230600;display:flex;overflow:hidden}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{float:left;margin:0;padding:12px;position:relative;width:auto}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{display:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:20px;font-weight:600;line-height:.8em;margin-bottom:4px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{color:#000123;font-size:12px;font-weight:400;line-height:1em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:20px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#000123;font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:600;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#fff;border-radius:10px;margin-left:40px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#000123;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;padding:10px 14px;text-decoration:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img,.nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner,.nx-bar.press_bar_theme-five .nx-bar-inner{padding:10px}@media screen and (max-width:1900px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner,.nx-bar.press_bar_theme-five .nx-bar-inner{padding:10px 30px}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap{gap:12px;justify-content:center}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{color:#fff;font-size:18px;font-weight:500;line-height:1em;margin-right:12px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:#fff0;border:none;border-radius:unset;color:#fff;display:flex;gap:8px;overflow:hidden}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{align-items:center;background:#2d72ff;border:1px solid #8cb1fc;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;float:left;justify-content:center;margin:0;max-height:60px;padding:10px 8px;position:relative;text-align:center;width:60px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{display:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{color:#fff;font-size:20px;line-height:1em;margin-bottom:4px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{color:#d1e1ff;font-size:12px;font-weight:500;line-height:1em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:20px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#cde1ff;font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#2d72ff;border-radius:40px;margin-left:40px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#fff;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;padding:10px 14px;text-decoration:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img,.nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner,.nx-bar.press_bar_theme-six .nx-bar-inner{padding:10px}@media screen and (max-width:1900px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner,.nx-bar.press_bar_theme-six .nx-bar-inner{padding:10px 30px}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap{flex-wrap:nowrap;gap:12px;justify-content:center}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:hsl(0 0% 100% / .502);border-radius:4px;color:#230600;overflow:hidden}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:not(:last-child),.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:not(:last-child){border-right:1px solid #fff}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{float:left;margin:12px 0;padding:0 12px;position:relative;width:auto}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{display:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{color:#230600;font-size:20px;font-weight:600;line-height:.8em;margin-bottom:4px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{color:#230600;display:block;font-size:12px;font-weight:400;line-height:1em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:20px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#0d062d;font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#280631;border-radius:40px;margin-left:40px}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#fff;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;padding:10px 14px;text-decoration:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img,.nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner,.nx-bar.press_bar_theme-seven .nx-bar-inner{padding:10px}@media screen and (max-width:1900px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner,.nx-bar.press_bar_theme-seven .nx-bar-inner{padding:10px 30px}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap{flex-wrap:wrap;gap:12px;justify-content:center}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{flex-wrap:nowrap;gap:12px;justify-content:center;margin-right:0}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#0d062d;font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:500;line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#e3dac2;border-radius:0;margin-left:28px}@media screen and (max-width:1271px){.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{margin-left:0}}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#342600;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;padding:10px 14px;text-decoration:none}.notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img,.nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:15px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{grid-gap:10px;grid-template-areas:"bar-content bar-content" "link-wrapper coupon-wrapper";margin-right:0!important}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-coupon-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-coupon-wrapper{grid-area:coupon-wrapper;text-align:left}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{grid-area:bar-content;margin-left:0!important}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{line-height:1.2em}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{grid-area:link-wrapper}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{margin-left:0!important}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .notificationx-close,.nx-bar .nx-bar-inner .notificationx-close{bottom:auto;right:10px;top:10px;transform:translateY(0)}.notificationx-shortcode-wrapper>.nx-bar.nx-close-left .nx-bar-inner .notificationx-close,.nx-bar.nx-close-left .nx-bar-inner .notificationx-close{bottom:auto;left:10px;right:auto;top:10px;transform:translateY(0)}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-coupon-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-coupon-wrapper{-ms-grid-column:3;-ms-grid-row:3}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{-ms-grid-column-span:3;-ms-grid-column:1;-ms-grid-row:1}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{-ms-grid-column:1;-ms-grid-row:3}}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide-wrapper,.nx-bar .nx-bar-slide-wrapper{min-height:20px;overflow:hidden;position:relative}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide,.nx-bar .nx-bar-slide{left:0;opacity:0;position:absolute;top:0;transform:translateX(0);width:100%}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h1,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h2,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h3,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h4,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h5,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide h6,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide p,.nx-bar .nx-bar-slide h1,.nx-bar .nx-bar-slide h2,.nx-bar .nx-bar-slide h3,.nx-bar .nx-bar-slide h4,.nx-bar .nx-bar-slide h5,.nx-bar .nx-bar-slide h6,.nx-bar .nx-bar-slide p{margin:0}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-slide.active,.nx-bar .nx-bar-slide.active{opacity:1;position:relative;transform:translateX(0)}.notificationx-shortcode-wrapper>.nx-bar .slide-direction-left .nx-bar-slide:not(.active),.nx-bar .slide-direction-left .nx-bar-slide:not(.active){transform:translateX(100%)}.notificationx-shortcode-wrapper>.nx-bar .slide-direction-left .nx-bar-slide.left-exit,.nx-bar .slide-direction-left .nx-bar-slide.left-exit{opacity:0;transform:translateX(-100%)}.notificationx-shortcode-wrapper>.nx-bar .slide-direction-right .nx-bar-slide:not(.active),.nx-bar .slide-direction-right .nx-bar-slide:not(.active){transform:translateX(-100%)}.notificationx-shortcode-wrapper>.nx-bar .slide-direction-right .nx-bar-slide.right-exit,.nx-bar .slide-direction-right .nx-bar-slide.right-exit{opacity:0;transform:translateX(100%)}.notificationx-shortcode-wrapper>.nx-bar-has-gutenberg .nx-bar-inner,.nx-bar-has-gutenberg .nx-bar-inner{display:block;padding:0}.notificationx-shortcode-wrapper>.nx-bar-has-gutenberg .nx-bar-inner .nx-bar-content-wrap,.nx-bar-has-gutenberg .nx-bar-inner .nx-bar-content-wrap{display:block}.notificationx-shortcode-wrapper>.nx-bar-has-gutenberg .nx-bar-inner .nx-bar-content-wrap .eb-row-inner,.nx-bar-has-gutenberg .nx-bar-inner .nx-bar-content-wrap .eb-row-inner{align-items:center}.notificationx-shortcode-wrapper>.nx-bar-has-gutenberg .nx-bar-inner .eb-parent-wrapper .wp-block-essential-blocks-column h2.wp-block-heading,.nx-bar-has-gutenberg .nx-bar-inner .eb-parent-wrapper .wp-block-essential-blocks-column h2.wp-block-heading{margin:0}.nx-bar.nx-bar-tablet-device{margin:0 auto;max-width:768px}.nx-bar.nx-bar-tablet-device .nx-bar-inner{align-items:center;justify-content:center}.nx-bar.nx-bar-tablet-device .nx-bar-inner .nx-bar-content{min-width:auto}.nx-bar.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap{flex-wrap:nowrap;gap:8px}.nx-bar.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown{margin-bottom:0}.nx-bar.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section{margin:0 2px;width:44px}.nx-bar.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section span{font-size:12px}.nx-bar.nx-bar-tablet-device .notificationx-close{right:8px!important;top:11px!important}.nx-bar.nx-bar-mobile-device{margin:0 auto;max-width:520px}.nx-bar.nx-bar-mobile-device .nx-bar-inner{align-items:center;justify-content:center}.nx-bar.nx-bar-mobile-device .nx-bar-inner .nx-bar-content{min-width:auto}.nx-bar.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:column;gap:8px}.nx-bar.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper{margin-right:0}.nx-bar.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown{margin-bottom:0}.nx-bar.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section{margin:0 2px;width:44px}.nx-bar.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section span{font-size:12px}.nx-bar.nx-bar-mobile-device .nx-bar-inner .notificationx-close{right:4px!important;top:4px!important}.nx-bar.nx-bar-mobile-device .nx-bar-inner .notificationx-close svg{max-height:6px}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner{padding:10px 24px 10px 10px}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:16px}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:11px 6px;width:24px}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:11px}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px;line-height:1.2em}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:16px;white-space:nowrap}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;line-height:1.2em;min-width:auto;padding:6px 12px}.nx-bar.press_bar_theme-one.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner{padding:8px 18px 8px 8px}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:12px 6px;width:24px}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:10px}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{content:":";font-size:12px;line-height:1;right:-4px;top:10px}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px;line-height:1.2em}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:12px;white-space:nowrap}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;line-height:1.2em;min-width:auto;padding:4px 8px}.nx-bar.press_bar_theme-one.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner{padding:18px 24px}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{flex-direction:row;gap:16px;margin-right:0}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px;line-height:1.2em}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;line-height:1.2em;min-width:auto;padding:8px 14px}.nx-bar.press_bar_theme-two.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner{padding:12px 18px}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{flex-direction:row;gap:12px}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px;line-height:1.2em}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;line-height:1.2em;min-width:auto;padding:4px 8px}.nx-bar.press_bar_theme-two.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner{padding:10px 24px 10px 10px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:16px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:4px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:0;max-height:46px;padding:6px;width:32px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:14px;margin-bottom:6px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:8px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px;line-height:1.2em}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:2px;margin-left:16px;white-space:nowrap}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;line-height:1.2em;min-width:auto;padding:8px 10px}.nx-bar.press_bar_theme-three.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner{padding:8px 18px 8px 8px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:2px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:0;max-height:34px;padding:4px;width:24px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:9px;margin-bottom:4px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:2px;margin-left:12px;min-width:auto;white-space:nowrap}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;line-height:1.2em;min-width:auto;padding:4px 8px}.nx-bar.press_bar_theme-three.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:2px!important;width:10px!important}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner{padding:10px 24px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:16px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:8px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:16px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:9px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{font-size:10px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:11px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:8px;margin-left:16px;white-space:nowrap}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;min-width:auto;padding:6px 12px}.nx-bar.press_bar_theme-four.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner{padding:8px 18px 8px 8px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:4px 6px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:10px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{font-size:10px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:11px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:4px;margin-left:12px;white-space:nowrap}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:7px;min-width:auto;padding:4px 6px}.nx-bar.press_bar_theme-four.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:2px!important;width:10px!important}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner{padding:10px 24px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:16px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:4px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{max-height:46px;padding:8px;width:42px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:14px;margin-bottom:6px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:8px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{font-size:10px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:11px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:36px;margin-left:16px;white-space:nowrap}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;min-width:auto;padding:8px 10px}.nx-bar.press_bar_theme-five.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner{padding:8px 18px 8px 8px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:2px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{max-height:34px;padding:6px;width:34px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:9px;margin-bottom:4px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:20px;margin-left:12px;min-width:auto;white-space:nowrap}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;min-width:auto;padding:4px 8px}.nx-bar.press_bar_theme-five.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:2px!important;width:10px!important}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner{padding:10px 24px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:16px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:12px 4px;padding:0 4px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:16px;margin-bottom:5px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:8px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:26px;margin-left:16px;white-space:nowrap}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:11px;min-width:auto;padding:8px}.nx-bar.press_bar_theme-six.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner{padding:8px 18px 8px 8px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:0}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:8px 2px;padding:0 4px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:11px;margin-bottom:4px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;margin-right:0}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:20px;margin-left:12px;white-space:nowrap}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;min-width:auto;padding:5px 8px}.nx-bar.press_bar_theme-six.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner{padding:18px 24px}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:24px;margin-right:0}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;min-width:auto;padding:8px 16px}.nx-bar.press_bar_theme-seven.nx-bar-tablet-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner{padding:12px 18px}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:12px;margin-right:0}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;min-width:auto;padding:4px 8px}.nx-bar.press_bar_theme-seven.nx-bar-mobile-device .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper #themes .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper #themes .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit+#nxbar_with_elementor+#nx_bar_import_design,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper #themes .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit+.nx_bar_import_design,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper #themes .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit+.wprf-control.wprf-nx-bar_with_elementor_install_message-message{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-title{border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section:not(.advanced_active)>.wprf-section-fields{padding:0!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields{padding:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-wrapper.wprf-name-advance_edit{margin:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section .wprf-section-fields,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section .wprf-section-title{padding:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor{margin-bottom:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-title{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields{background:#fff0;display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control{margin-bottom:0;width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control.wprf-normal-message p{margin:-20px 0 0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control.wprf-modal .wprf-control-wrapper{padding:0!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control.wprf-modal .wprf-control-wrapper .wprf-button{background:#fff0;border:1px solid #6a4bff;border-radius:6px;color:#6a4bff;font-size:14px;font-weight:500;line-height:1em;min-height:35px;padding:6px 16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control-wrapper.wprf-name-nx-bar_with_elementor_install{padding:0!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields .wprf-control-wrapper.wprf-name-nx-bar_with_elementor_install .wprf-button{background:#fff0;border:1px solid #6a4bff;border-radius:6px;color:#6a4bff;font-size:14px;font-weight:500;line-height:1em;min-height:35px;padding:6px 16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_editor .wprf-section-fields span{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-control-section.bar_design .wprf-section-title{background:#fff0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-name-advance_edit .wprf-control-label{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section .wprf-section-fields .wprf-name-advance_edit .wprf-control-field{min-height:auto;position:absolute;right:16px;top:20px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section.advanced_active .wprf-section-title{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:2px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper .advance_design_section.advanced_active .wprf-section-fields{padding:30px;transition:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview{border-radius:0;box-shadow:0 0 15px hsl(0 18% 86% / .42);position:sticky;top:32px;z-index:1000}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-title{margin:0;min-height:auto;padding:12px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields{padding:12px 24px;text-align:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head{padding:0;position:absolute;right:24px;top:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button{background:#f5f7fd;border-radius:4px;height:32px;width:32px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button svg{width:17px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button svg path{fill:#7884a0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar-responsive .nx-admin-modal-head .nx-admin-modal-preview-button.active svg path{fill:#5453fd}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar .nx-bar-inner .nx-bar-content-wrap{flex-wrap:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview{position:sticky}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview .nx-bar-inner{align-items:center;justify-content:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-section-preview .nx-bar-inner .nx-bar-content{min-width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-desktop{margin:0 auto;max-width:100%}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet{margin:0 auto;max-width:768px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .nx-bar-inner{align-items:center;justify-content:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .nx-bar-inner .nx-bar-content{min-width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap{flex-wrap:nowrap;gap:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown{margin-bottom:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section{margin:0 2px;width:44px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-tablet .notificationx-close{right:8px!important;top:11px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone{margin:0 auto;max-width:520px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner{align-items:center;justify-content:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .nx-bar-content{min-width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap{flex-direction:column;gap:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown{margin-bottom:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section{margin:0 2px;width:44px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown .nx-time-section span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .notificationx-close{right:4px!important;top:4px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.nx-bar-phone .nx-bar-inner .notificationx-close svg{max-height:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner{padding:10px 30px 10px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{font-size:14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:11px 6px;width:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;line-height:1.2em;min-width:auto;padding:8px 14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:4px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner{padding:10px 24px 10px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:11px 6px;width:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:11px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;line-height:1.2em;min-width:auto;padding:6px 12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner{padding:8px 18px 8px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:12px 6px;width:14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{content:":";font-size:12px;line-height:1;right:-4px;top:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:12px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;line-height:1.2em;min-width:auto;padding:4px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-one.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner{padding:18px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:16px;margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;line-height:1.2em;min-width:auto;padding:8px 14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner{padding:12px 18px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;line-height:1.2em;min-width:auto;padding:4px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-two.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner{padding:10px 30px 10px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{font-size:14px;min-width:70px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:0;max-height:46px;padding:6px;width:38px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:14px;margin-bottom:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:9px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:2px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;line-height:1.2em;min-width:auto;padding:10px 14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:4px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner{padding:10px 24px 10px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:0;max-height:46px;padding:6px;width:32px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:14px;margin-bottom:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:2px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;line-height:1.2em;min-width:auto;padding:8px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner{padding:8px 18px 8px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:2px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:0;max-height:34px;padding:4px;width:24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:9px;margin-bottom:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:2px;margin-left:12px;min-width:auto;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;line-height:1.2em;min-width:auto;padding:4px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-three.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:2px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner{padding:10px 30px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{font-size:14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:8px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:8px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;min-width:auto;padding:8px 14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:4px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner{padding:10px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:9px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:11px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:8px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;min-width:auto;padding:6px 12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner{padding:8px 18px 8px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{padding:4px 6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:11px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:4px;margin-left:12px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:7px;min-width:auto;padding:4px 6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:2px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner{padding:10px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{font-size:14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{max-height:46px;padding:8px;width:48px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:14px;margin-bottom:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:36px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;min-width:auto;padding:10px 14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner{padding:10px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{max-height:46px;padding:8px;width:42px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:14px;margin-bottom:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:11px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:36px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:10px;min-width:auto;padding:8px 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner{padding:8px 18px 8px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{gap:2px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{max-height:34px;padding:6px;width:34px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:9px;margin-bottom:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:20px;margin-left:12px;min-width:auto;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;min-width:auto;padding:4px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:2px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner{padding:10px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:12px 4px;padding:0 10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:16px;margin-bottom:5px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:10px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:26px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;min-width:auto;padding:10px 14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-desktop .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:4px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner{padding:10px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:12px 4px;padding:0 4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:16px;margin-bottom:5px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:26px;margin-left:16px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:11px;min-width:auto;padding:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner{padding:8px 18px 8px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap{flex-direction:row;gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{margin:8px 2px;padding:0 4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:11px;margin-bottom:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{font-size:6px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:20px;margin-left:12px;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;min-width:auto;padding:5px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner{padding:18px 24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:24px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:12px;min-width:auto;padding:8px 16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-tablet .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:12px!important;margin-right:3px!important;width:12px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner{padding:12px 18px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content .nx-bar-slide span,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:9px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{border-radius:0;margin-left:0;white-space:nowrap}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{font-size:8px;min-width:auto;padding:4px 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven.nx-bar-phone .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{height:10px!important;margin-right:3px!important;width:10px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner{padding:8px}@media screen and (max-width:1900px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner{padding:8px 30px}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap{gap:12px;justify-content:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{color:#000123;font-size:16px;font-weight:500;line-height:1em;margin-right:10px;min-width:76px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:hsl(0 0% 100% / .502);border:1px solid #f26d6d;border-radius:4px;color:#230600;display:flex;overflow:hidden}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{float:left;margin:0;padding:12px;position:relative;width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{font-size:20px;font-weight:600;line-height:.8em;margin-bottom:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{color:#000123;font-size:12px;font-weight:400;line-height:1em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#000123;font-size:14px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:600;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#fff;border-radius:10px;margin-left:20px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#000123;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;min-width:104px;padding:10px 14px;text-decoration:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-four .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner{padding:10px}@media screen and (max-width:1900px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner{padding:10px 30px}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap{gap:12px;justify-content:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{color:#fff;font-size:16px;font-weight:500;line-height:1em;margin-right:10px;min-width:76px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:#fff0;border:none;border-radius:unset;color:#fff;display:flex;gap:8px;overflow:hidden}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{align-items:center;background:#2d72ff;border:1px solid #8cb1fc;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;float:left;justify-content:center;margin:0;max-height:60px;padding:10px 8px;position:relative;text-align:center;width:60px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{color:#fff;font-size:20px;line-height:1em;margin-bottom:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{color:#d1e1ff;font-size:12px;font-weight:500;line-height:1em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#cde1ff;font-size:14px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#2d72ff;border-radius:40px;margin-left:20px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;min-width:62px;padding:10px 14px;text-decoration:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-five .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner{padding:8px}@media screen and (max-width:1900px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner{padding:8px 30px}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap{flex-wrap:nowrap;gap:12px;justify-content:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:hsl(0 0% 100% / .502);border-radius:4px;color:#230600;display:flex;overflow:hidden}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:not(:last-child){border-right:1px solid #fff}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{float:left;margin:12px 0;padding:0 12px;position:relative;width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-days,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-hours,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-minutes,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-seconds{color:#230600;font-size:20px;font-weight:600;line-height:.8em;margin-bottom:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{color:#230600;display:block;font-size:12px;font-weight:400;line-height:1em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#0d062d;font-size:14px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#280631;border-radius:40px;margin-left:20px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#fff;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;padding:10px 14px;text-decoration:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-six .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner{padding:8px}@media screen and (max-width:1900px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner{padding:8px 30px}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{gap:12px;justify-content:center;margin-right:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p{color:#0d062d;font-size:14px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content p span{font-size:16px;font-weight:500;line-height:1.2em}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{background:#e3dac2;border-radius:0;margin-left:12px}@media screen and (max-width:1271px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper{margin-left:0}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button{align-items:center;border:none;color:#342600;cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:100%;padding:10px 14px;text-decoration:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields .nx-bar.press_bar_theme-seven .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .notificationx-link-wrapper .nx-bar-button img{margin-right:4px!important;max-height:20px;max-width:100%;width:20px!important}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.main_preview .wprf-section-fields div>img{max-width:100%}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-repeater-control .wprf-repeater-field-title .wprf-repeater-field-controls .dashicons-admin-page{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-section-fields .wprf-name-press_content .wprf-control-label{opacity:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-section-title{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-section-fields{padding:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.sliding_text .wprf-type-nx-editor .wprf-editor{background-color:#f0f3f5}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.pro-activated .wprf-section-fields .radio-card-v2 .wprf-control-field .wprf-row .wprf-input-radio-option .wprf-badge{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-label{margin:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field{min-height:28px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row{display:flex;flex-wrap:nowrap;gap:16px;margin:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row:after,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row:before{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column{height:auto;padding:0;width:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option{align-items:unset;border-radius:0;box-shadow:none;display:flex;flex-direction:unset;height:auto;margin-top:0;min-height:auto}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label{background-color:transparent!important;border:none;border-radius:0;color:#092161!important;cursor:pointer;flex-grow:unset;font-size:14px;font-weight:400;line-height:1em;padding:0 0 0 20px;position:relative;text-align:center}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label:before{background:#fff0;border:1.5px solid #dbe3ee;border-radius:50%;box-sizing:border-box;content:"";height:14px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:14px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label .wprf-badge{left:auto;right:-66px;top:50%;transform:translateY(-50%)}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option.wprf-option-selected .wprf-input-label:before{border:4px solid #6a4bff}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option.wprf-option-selected:after,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2 .wprf-control-field .wprf-control .wprf-row .wprf-column .wprf-input-radio-option.wprf-option-selected:before{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control{margin-bottom:30px;margin-left:auto;width:70%}@media only screen and (max-width:1599px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control{width:75%}}@media only screen and (max-width:700px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control{width:100%}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-field-title{align-items:center;background-color:#f8fafb;cursor:pointer;display:flex;font-size:12px;padding:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field{background-color:#f8fafb;border:none;padding:12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper{align-items:flex-start;background:#fff;border:1px solid #f1f1f1;border-radius:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field{width:100%}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .rdw-editor-toolbar{background:#fff;border:none;border-radius:2px;display:flex;flex-wrap:wrap;font-size:15px;justify-content:flex-start;margin-bottom:5px;padding:7px 6px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-editor .wprf-editor-main{border:none;border-top:0;box-sizing:border-box;height:calc(100% - 46px);padding:5px 16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section .wprf-section-fields .wprf-control-wrapper.radio-card-v2+.wprf-repeater-control .wprf-repeater-label .wprf-repeater-button{background:#6a4bff;border:1px solid #6a4bff;box-sizing:border-box;color:#fff;cursor:pointer;gap:4px;line-height:1em;margin-top:20px;padding:10px 12px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-title{border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-fields{padding:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-fields .wprf-name-enable_coupon .wprf-control-label{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon .wprf-section-fields .wprf-name-enable_coupon .wprf-control-field{min-height:auto;position:absolute;right:16px;top:20px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon.coupon_active .wprf-section-title{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:2px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon.coupon_active .wprf-section-fields{padding:30px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.bar_coupon.coupon_active .wprf-section-fields .wprf-name-enable_coupon{margin-bottom:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-title{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields{padding:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time{display:inline-flex;flex-direction:column;margin-left:30%;margin-right:16px}@media only screen and (max-width:1599px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time{margin-left:25%}}@media only screen and (max-width:700px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time{margin-left:0}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time .wprf-control-label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time .wprf-control-label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time .wprf-control-label{display:inline-flex;flex:1;margin:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_from_time .wprf-control-label label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_from_time .wprf-control-label label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_from_time .wprf-control-label label{margin:0 0 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_to_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_to_time,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_to_time{display:inline-flex;flex-direction:column}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_to_time .wprf-control-label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_to_time .wprf-control-label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_to_time .wprf-control-label{display:inline-flex;flex:1;margin:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_to_time .wprf-control-label label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-daily_to_time .wprf-control-label label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_to_time .wprf-control-label label{margin:0 0 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days{flex-direction:column;margin-left:auto;width:70%}@media only screen and (max-width:1599px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days{width:75%}}@media only screen and (max-width:700px){#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days{width:1000%}}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule .wprf-control-label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days .wprf-control-label{display:inline-flex;flex:1;margin:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-custom_schedule .wprf-control-label label,#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper.wprf-name-weekly_days .wprf-control-label label{margin:0 0 8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange{min-width:400px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrDateDisplayWrapper{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrMonthAndYearWrapper{padding-top:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrMonth .rdrDay.rdrDayToday{color:#6a4bff}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrMonth .rdrDay.rdrDayToday .rdrDayNumber span:after{background:#6a4bff;border-radius:50%;bottom:4px;content:"";height:4px;left:50%;position:absolute;transform:translate(-50%);width:4px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrStartEdge{background-color:#6a4bff;border-bottom-left-radius:8px;border-top-left-radius:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrInRange{background:#aba7c2}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .rdrCalendarWrapper .rdrEndEdge{background-color:#6a4bff;border-bottom-right-radius:8px;border-top-right-radius:8px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .wprf-daterange-actions{margin-top:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .wprf-daterange-actions .wprf-daterange-buttons .wprf-daterange-apply{background-color:#6a4bff;border-color:#6a4bff;color:#fff}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-daterange .wprf-daterange-dropdown .wprf-daterange-actions .wprf-daterange-buttons .wprf-daterange-apply:hover{background-color:#6a4bff;border-color:#6a4bff}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-timepicker{min-width:192px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-control.wprf-control-timepicker .wprf-timepicker-formatted{display:none}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.appearance .wprf-section-fields .wprf-control-section.schedule .wprf-section-fields .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper{margin-right:0;min-width:400px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner{gap:16px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper{margin-bottom:0}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper.wprf-name-scroll_trigger_value{flex-basis:50%}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper.wprf-name-scroll_trigger_value .wprf-control-field input[type=number]{margin-right:0;max-width:170px}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar .wprf-tab-content .wprf-control-section.timing .wprf-section-fields .wprf-name-scroll_offset .wprf-control-field .wprf-group-control-inner .wprf-control-wrapper.wprf-name-scroll_trigger_mode .wprf-select-wrapper{margin-right:0;max-width:110px;min-width:110px;width:100%}#notificationx .wp-react-form.wprf-tabs-wrapper .wprf-tab-content-wrapper.press_bar #source_section{display:none}.themes-comments_maps_theme .notificationx-content>p.nx-first-row,.themes-comments_theme-five .notificationx-content>p.nx-first-row,.themes-comments_theme-four .notificationx-content>p.nx-first-row,.themes-conversions_maps_theme .notificationx-content>p.nx-first-row,.themes-conversions_theme-five .notificationx-content>p.nx-first-row,.themes-conversions_theme-four .notificationx-content>p.nx-first-row,.themes-donation_maps_theme .notificationx-content>p.nx-first-row,.themes-donation_theme-five .notificationx-content>p.nx-first-row,.themes-donation_theme-four .notificationx-content>p.nx-first-row,.themes-download_stats_actively_using .notificationx-content>p.nx-first-row,.themes-elearning_maps_theme .notificationx-content>p.nx-first-row,.themes-elearning_theme-five .notificationx-content>p.nx-first-row,.themes-elearning_theme-four .notificationx-content>p.nx-first-row,.themes-email_subscription_maps_theme .notificationx-content>p.nx-first-row,.themes-email_subscription_theme-one .notificationx-content>p.nx-first-row,.themes-email_subscription_theme-three .notificationx-content>p.nx-first-row,.themes-email_subscription_theme-two .notificationx-content>p.nx-first-row,.themes-google_reviews_maps_theme .notificationx-content>p.nx-first-row,.themes-page_analytics_pa-theme-one .notificationx-content>p.nx-first-row,.themes-review_saying .notificationx-content>p.nx-first-row,.themes-reviewed .notificationx-content>p.nx-first-row,.themes-total-rated .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_theme-five .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_theme-four .notificationx-content>p.nx-first-row{color:#000;font-size:13px;font-weight:500}.themes-comments_maps_theme .notificationx-content>p.nx-second-row,.themes-comments_theme-five .notificationx-content>p.nx-second-row,.themes-comments_theme-four .notificationx-content>p.nx-second-row,.themes-conversions_maps_theme .notificationx-content>p.nx-second-row,.themes-conversions_theme-five .notificationx-content>p.nx-second-row,.themes-conversions_theme-four .notificationx-content>p.nx-second-row,.themes-donation_maps_theme .notificationx-content>p.nx-second-row,.themes-donation_theme-five .notificationx-content>p.nx-second-row,.themes-donation_theme-four .notificationx-content>p.nx-second-row,.themes-download_stats_actively_using .notificationx-content>p.nx-second-row,.themes-elearning_maps_theme .notificationx-content>p.nx-second-row,.themes-elearning_theme-five .notificationx-content>p.nx-second-row,.themes-elearning_theme-four .notificationx-content>p.nx-second-row,.themes-email_subscription_maps_theme .notificationx-content>p.nx-second-row,.themes-email_subscription_theme-one .notificationx-content>p.nx-second-row,.themes-email_subscription_theme-three .notificationx-content>p.nx-second-row,.themes-email_subscription_theme-two .notificationx-content>p.nx-second-row,.themes-google_reviews_maps_theme .notificationx-content>p.nx-second-row,.themes-page_analytics_pa-theme-one .notificationx-content>p.nx-second-row,.themes-review_saying .notificationx-content>p.nx-second-row,.themes-reviewed .notificationx-content>p.nx-second-row,.themes-total-rated .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_theme-five .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_theme-four .notificationx-content>p.nx-second-row{color:#6a4bff;font-size:14px;font-weight:500}@media only screen and (max-width:576px){.themes-comments_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-comments_theme-five .notificationx-content>p.nx-second-row>span span,.themes-comments_theme-four .notificationx-content>p.nx-second-row>span span,.themes-conversions_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-conversions_theme-five .notificationx-content>p.nx-second-row>span span,.themes-conversions_theme-four .notificationx-content>p.nx-second-row>span span,.themes-donation_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-donation_theme-five .notificationx-content>p.nx-second-row>span span,.themes-donation_theme-four .notificationx-content>p.nx-second-row>span span,.themes-download_stats_actively_using .notificationx-content>p.nx-second-row>span span,.themes-elearning_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-elearning_theme-five .notificationx-content>p.nx-second-row>span span,.themes-elearning_theme-four .notificationx-content>p.nx-second-row>span span,.themes-email_subscription_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-email_subscription_theme-one .notificationx-content>p.nx-second-row>span span,.themes-email_subscription_theme-three .notificationx-content>p.nx-second-row>span span,.themes-email_subscription_theme-two .notificationx-content>p.nx-second-row>span span,.themes-google_reviews_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-page_analytics_pa-theme-one .notificationx-content>p.nx-second-row>span span,.themes-review_saying .notificationx-content>p.nx-second-row>span span,.themes-reviewed .notificationx-content>p.nx-second-row>span span,.themes-total-rated .notificationx-content>p.nx-second-row>span span,.themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-second-row>span span,.themes-woocommerce_sales_theme-five .notificationx-content>p.nx-second-row>span span,.themes-woocommerce_sales_theme-four .notificationx-content>p.nx-second-row>span span{display:none}}.themes-comments_maps_theme .notificationx-content>p.nx-third-row,.themes-comments_theme-five .notificationx-content>p.nx-third-row,.themes-comments_theme-four .notificationx-content>p.nx-third-row,.themes-conversions_maps_theme .notificationx-content>p.nx-third-row,.themes-conversions_theme-five .notificationx-content>p.nx-third-row,.themes-conversions_theme-four .notificationx-content>p.nx-third-row,.themes-donation_maps_theme .notificationx-content>p.nx-third-row,.themes-donation_theme-five .notificationx-content>p.nx-third-row,.themes-donation_theme-four .notificationx-content>p.nx-third-row,.themes-download_stats_actively_using .notificationx-content>p.nx-third-row,.themes-elearning_maps_theme .notificationx-content>p.nx-third-row,.themes-elearning_theme-five .notificationx-content>p.nx-third-row,.themes-elearning_theme-four .notificationx-content>p.nx-third-row,.themes-email_subscription_maps_theme .notificationx-content>p.nx-third-row,.themes-email_subscription_theme-one .notificationx-content>p.nx-third-row,.themes-email_subscription_theme-three .notificationx-content>p.nx-third-row,.themes-email_subscription_theme-two .notificationx-content>p.nx-third-row,.themes-google_reviews_maps_theme .notificationx-content>p.nx-third-row,.themes-page_analytics_pa-theme-one .notificationx-content>p.nx-third-row,.themes-review_saying .notificationx-content>p.nx-third-row,.themes-reviewed .notificationx-content>p.nx-third-row,.themes-total-rated .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_maps_theme .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_theme-five .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_theme-four .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-review_saying .notificationx-content>p.nx-third-row{color:#45c9b1}.themes-google_reviews_maps_theme .notificationx-content>p.nx-second-row{font-size:16px;font-weight:600}.themes-comments_theme-one .notificationx-content>p.nx-first-row,.themes-comments_theme-three .notificationx-content>p.nx-first-row,.themes-comments_theme-two .notificationx-content>p.nx-first-row,.themes-conversions_theme-one .notificationx-content>p.nx-first-row,.themes-conversions_theme-three .notificationx-content>p.nx-first-row,.themes-conversions_theme-two .notificationx-content>p.nx-first-row,.themes-donation_theme-one .notificationx-content>p.nx-first-row,.themes-donation_theme-three .notificationx-content>p.nx-first-row,.themes-donation_theme-two .notificationx-content>p.nx-first-row,.themes-elearning_theme-one .notificationx-content>p.nx-first-row,.themes-elearning_theme-three .notificationx-content>p.nx-first-row,.themes-elearning_theme-two .notificationx-content>p.nx-first-row,.themes-form_theme-one .notificationx-content>p.nx-first-row,.themes-form_theme-three .notificationx-content>p.nx-first-row,.themes-form_theme-two .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_theme-one .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_theme-three .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_theme-two .notificationx-content>p.nx-first-row{color:#7c8db5;font-size:14px;font-weight:400}.themes-comments_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-two .notificationx-content>p.nx-first-row .nx-first-word,.themes-conversions_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-conversions_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-conversions_theme-two .notificationx-content>p.nx-first-row .nx-first-word,.themes-donation_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-donation_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-donation_theme-two .notificationx-content>p.nx-first-row .nx-first-word,.themes-elearning_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-elearning_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-elearning_theme-two .notificationx-content>p.nx-first-row .nx-first-word,.themes-form_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-form_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-form_theme-two .notificationx-content>p.nx-first-row .nx-first-word,.themes-woocommerce_sales_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-woocommerce_sales_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-woocommerce_sales_theme-two .notificationx-content>p.nx-first-row .nx-first-word{font-weight:500}.themes-comments_theme-one .notificationx-content>p.nx-second-row,.themes-comments_theme-three .notificationx-content>p.nx-second-row,.themes-comments_theme-two .notificationx-content>p.nx-second-row,.themes-conversions_theme-one .notificationx-content>p.nx-second-row,.themes-conversions_theme-three .notificationx-content>p.nx-second-row,.themes-conversions_theme-two .notificationx-content>p.nx-second-row,.themes-donation_theme-one .notificationx-content>p.nx-second-row,.themes-donation_theme-three .notificationx-content>p.nx-second-row,.themes-donation_theme-two .notificationx-content>p.nx-second-row,.themes-elearning_theme-one .notificationx-content>p.nx-second-row,.themes-elearning_theme-three .notificationx-content>p.nx-second-row,.themes-elearning_theme-two .notificationx-content>p.nx-second-row,.themes-form_theme-one .notificationx-content>p.nx-second-row,.themes-form_theme-three .notificationx-content>p.nx-second-row,.themes-form_theme-two .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_theme-one .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_theme-three .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_theme-two .notificationx-content>p.nx-second-row{color:#000;font-size:14px;font-weight:500}.themes-comments_theme-one .notificationx-content>p.nx-third-row,.themes-comments_theme-three .notificationx-content>p.nx-third-row,.themes-comments_theme-two .notificationx-content>p.nx-third-row,.themes-conversions_theme-one .notificationx-content>p.nx-third-row,.themes-conversions_theme-three .notificationx-content>p.nx-third-row,.themes-conversions_theme-two .notificationx-content>p.nx-third-row,.themes-donation_theme-one .notificationx-content>p.nx-third-row,.themes-donation_theme-three .notificationx-content>p.nx-third-row,.themes-donation_theme-two .notificationx-content>p.nx-third-row,.themes-elearning_theme-one .notificationx-content>p.nx-third-row,.themes-elearning_theme-three .notificationx-content>p.nx-third-row,.themes-elearning_theme-two .notificationx-content>p.nx-third-row,.themes-form_theme-one .notificationx-content>p.nx-third-row,.themes-form_theme-three .notificationx-content>p.nx-third-row,.themes-form_theme-two .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_theme-one .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_theme-three .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_theme-two .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-comments_theme-one .notificationx-content>p.nx-first-row,.themes-comments_theme-three .notificationx-content>p.nx-first-row,.themes-comments_theme-two .notificationx-content>p.nx-first-row{color:#7c8db5;font-size:14px;font-weight:400}.themes-comments_theme-one .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-three .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-two .notificationx-content>p.nx-first-row .nx-first-word{font-weight:500}.themes-comments_theme-one .notificationx-content>p.nx-second-row,.themes-comments_theme-three .notificationx-content>p.nx-second-row,.themes-comments_theme-two .notificationx-content>p.nx-second-row{color:#000;font-size:12px;font-weight:500}.themes-comments_theme-one .notificationx-content>p.nx-third-row,.themes-comments_theme-three .notificationx-content>p.nx-third-row,.themes-comments_theme-two .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-download_stats_7day-download .notificationx-content>p.nx-first-row,.themes-download_stats_today-download .notificationx-content>p.nx-first-row{color:#6a4bff;font-size:14px;font-weight:500}.themes-download_stats_7day-download .notificationx-content>p.nx-second-row,.themes-download_stats_today-download .notificationx-content>p.nx-second-row{color:#000;font-size:11px;font-weight:500}.themes-download_stats_7day-download .notificationx-content>p.nx-third-row,.themes-download_stats_today-download .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-download_stats_today-download .notificationx-content>p.nx-third-row{color:#45c9b1;font-size:10px}.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:400}.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row .nx-second-word,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child{color:#6a4bff;font-weight:500}.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row{color:#000;font-size:12px;font-weight:500}.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row .nx-second-word{font-weight:400}.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-second-row>span span:nth-child(2){color:#7c8db5;font-weight:400}.themes-conversions_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row,.themes-conversions_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row,.themes-donation_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row,.themes-donation_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row,.themes-elearning_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row,.themes-elearning_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_conv-theme-eight .notificationx-inner .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_conv-theme-nine .notificationx-inner .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-first-row,.themes-review-comment .notificationx-inner .notificationx-content>p.nx-first-row,.themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:400}.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-review-comment .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-review-comment .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child,.themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-first-row .nx-first-word,.themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-first-row>span span:first-child{color:#6a4bff;font-weight:500}.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-second-row,.themes-review-comment .notificationx-inner .notificationx-content>p.nx-second-row,.themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-second-row{color:#7c8db5;font-size:12px;font-weight:500}.themes-page_analytics_pa-theme-two .notificationx-inner .notificationx-content>p.nx-third-row,.themes-review-comment .notificationx-inner .notificationx-content>p.nx-third-row,.themes-review-comment-3 .notificationx-inner .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-conversions_conv-theme-seven .notificationx-content>p.nx-first-row,.themes-donation_conv-theme-seven .notificationx-content>p.nx-first-row,.themes-elearning_conv-theme-seven .notificationx-content>p.nx-first-row,.themes-page_analytics_pa-theme-three .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:400}.themes-conversions_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child,.themes-donation_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child,.themes-elearning_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child,.themes-page_analytics_pa-theme-three .notificationx-content>p.nx-first-row>span span:first-child,.themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-first-row>span span:first-child{color:#45c9b1;font-weight:500}.themes-conversions_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-donation_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-elearning_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-page_analytics_pa-theme-three .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-first-row>span span:nth-child(2){color:#000;font-weight:400}.themes-conversions_conv-theme-seven .notificationx-content>p.nx-second-row,.themes-donation_conv-theme-seven .notificationx-content>p.nx-second-row,.themes-elearning_conv-theme-seven .notificationx-content>p.nx-second-row,.themes-page_analytics_pa-theme-three .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-second-row{color:#000;font-size:12px;font-weight:500}.themes-conversions_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-donation_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-elearning_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-page_analytics_pa-theme-three .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-second-row>span span:nth-child(2){color:#7c8db5;font-weight:400}.themes-conversions_conv-theme-seven .notificationx-content>p.nx-third-row,.themes-donation_conv-theme-seven .notificationx-content>p.nx-third-row,.themes-elearning_conv-theme-seven .notificationx-content>p.nx-third-row,.themes-page_analytics_pa-theme-three .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_conv-theme-seven .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-review-comment-2 .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:400}.themes-review-comment-2 .notificationx-content>p.nx-first-row .nx-first-word,.themes-review-comment-2 .notificationx-content>p.nx-first-row>span span:first-child{color:#ff66bc;font-weight:500}.themes-review-comment-2 .notificationx-content>p.nx-second-row{color:#7c8db5;font-size:12px;font-weight:500}.themes-review-comment-2 .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-comments_theme-eight-free .notificationx-content>p.nx-first-row,.themes-comments_theme-six-free .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:400}.themes-comments_theme-eight-free .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-eight-free .notificationx-content>p.nx-first-row>:last-child,.themes-comments_theme-six-free .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-six-free .notificationx-content>p.nx-first-row>:last-child{color:#6a4bff;font-weight:500}.themes-comments_theme-eight-free .notificationx-content>p.nx-second-row,.themes-comments_theme-six-free .notificationx-content>p.nx-second-row{color:#7c8db5;font-size:12px;font-weight:500}.themes-comments_theme-eight-free .notificationx-content>p.nx-third-row,.themes-comments_theme-six-free .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-comments_theme-seven-free .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:400}.themes-comments_theme-seven-free .notificationx-content>p.nx-first-row .nx-first-word,.themes-comments_theme-seven-free .notificationx-content>p.nx-first-row>:last-child{color:#ff66bc;font-weight:500}.themes-comments_theme-seven-free .notificationx-content>p.nx-second-row{color:#7c8db5;font-size:12px;font-weight:500}.themes-comments_theme-seven-free .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-conversions_conv-theme-six .notificationx-content>p.nx-first-row,.themes-donation_conv-theme-six .notificationx-content>p.nx-first-row,.themes-elearning_conv-theme-six .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-first-row{color:#000;font-size:14px;font-weight:500}@media only screen and (max-width:576px){.themes-conversions_conv-theme-six .notificationx-content>p.nx-first-row,.themes-donation_conv-theme-six .notificationx-content>p.nx-first-row,.themes-elearning_conv-theme-six .notificationx-content>p.nx-first-row,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-first-row{font-size:10px}}.themes-conversions_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-donation_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-elearning_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2),.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-first-row>span span:nth-child(2){font-weight:400}.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row,.themes-donation_conv-theme-six .notificationx-content>p.nx-second-row,.themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row{color:#6a4bff;font-size:13px;font-weight:500}@media only screen and (max-width:576px){.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row,.themes-donation_conv-theme-six .notificationx-content>p.nx-second-row,.themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row{font-size:10px}}.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word,.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child,.themes-donation_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word,.themes-donation_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child,.themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word,.themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row .nx-first-word,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row>span span:first-child{color:#7c8db5}@media only screen and (max-width:576px){.themes-conversions_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-donation_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-elearning_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2),.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-second-row>span span:nth-child(2){display:none}}.themes-conversions_conv-theme-six .notificationx-content>p.nx-third-row,.themes-donation_conv-theme-six .notificationx-content>p.nx-third-row,.themes-elearning_conv-theme-six .notificationx-content>p.nx-third-row,.themes-woocommerce_sales_conv-theme-six .notificationx-content>p.nx-third-row{color:#7c8db5;font-size:10px}.themes-youtube_channel-1,.themes-youtube_video-2,.themes-youtube_video-4{border-radius:6px;box-shadow:0 12px 24px 0 rgb(0 1 35 / .08);filter:drop-shadow(-10px 0 15px rgb(0 0 0 / .1))}.themes-youtube_channel-1:not(.themes-youtube_channel-1:last-child,.themes-youtube_video-2:last-child,.themes-youtube_video-4:last-child),.themes-youtube_video-2:not(.themes-youtube_channel-1:last-child,.themes-youtube_video-2:last-child,.themes-youtube_video-4:last-child),.themes-youtube_video-4:not(.themes-youtube_channel-1:last-child,.themes-youtube_video-2:last-child,.themes-youtube_video-4:last-child){margin-bottom:45px}.themes-youtube_channel-1 .notificationx-inner .notificationx-image,.themes-youtube_video-2 .notificationx-inner .notificationx-image,.themes-youtube_video-4 .notificationx-inner .notificationx-image{padding:8px}.themes-youtube_channel-1 .notificationx-inner .notificationx-image>img,.themes-youtube_video-2 .notificationx-inner .notificationx-image>img,.themes-youtube_video-4 .notificationx-inner .notificationx-image>img{border-radius:4px}.themes-youtube_channel-1 .notificationx-inner .notificationx-content,.themes-youtube_video-2 .notificationx-inner .notificationx-content,.themes-youtube_video-4 .notificationx-inner .notificationx-content{margin-left:0;margin-right:0;padding:8px 4px}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-first-row,.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-first-row,.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-first-row{color:#344054!important;font-size:16px;font-weight:500;line-height:20px;margin-bottom:10px}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row,.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row,.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row{color:#667085}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span,.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span,.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span{display:flex;font-size:12px;font-weight:400;gap:2px;width:100%}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child,.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child,.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child{color:#5614d5;font-weight:500}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2),.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2),.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2){margin-right:12px}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3),.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3),.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3){color:#5614d5;font-weight:500}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(5),.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(5),.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(5){color:#5614d5;font-weight:500;margin-left:12px}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-third-row>span,.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-third-row>span,.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-third-row>span{margin-right:0}.themes-youtube_channel-1 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding,.themes-youtube_video-2 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding,.themes-youtube_video-4 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding{margin-top:0;width:100%}.themes-youtube_channel-2{border-radius:50px 8px 8px 50px;box-shadow:0 12px 24px 0 rgb(0 1 35 / .08);filter:drop-shadow(-10px 0 15px rgb(0 0 0 / .1))}.themes-youtube_channel-2:not(.themes-youtube_channel-2:last-child){margin-bottom:45px}.themes-youtube_channel-2 .notificationx-inner{border-radius:50px 8px 8px 50px}.themes-youtube_channel-2 .notificationx-inner .notificationx-image{animation:bling 2s infinite;border-radius:50%;box-shadow:0 0 0 16px #fff;flex-basis:90px;min-width:90px;padding:0;position:relative;width:90px}.themes-youtube_channel-2 .notificationx-inner .notificationx-image img{border-radius:50%;height:100%}.themes-youtube_channel-2 .notificationx-inner .notificationx-content{margin-left:20px;margin-right:0;padding:16px 4px}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-first-row{color:#344054!important;font-size:16px;font-weight:500;line-height:20px;margin-bottom:6px}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row{color:#5614d5}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span{display:flex;font-size:12px;font-weight:500;width:100%}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child{margin-left:16px;margin-right:8px;position:relative}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child:before{color:#667085!important;content:"";font-family:dashicons;font-size:14px;left:-16px;position:absolute;top:-2px}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2){margin-left:16px;margin-right:0;position:relative}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2):before{color:#667085!important;content:"";font-family:dashicons;font-size:14px;left:-16px;position:absolute;top:-2px}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-third-row>span{margin-right:0}.themes-youtube_channel-2 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding{margin-top:0;width:100%}.themes-youtube_video-1,.themes-youtube_video-3{border-radius:50px 8px 8px 50px;box-shadow:0 12px 24px 0 rgb(0 1 35 / .08);filter:drop-shadow(-10px 0 15px rgb(0 0 0 / .1))}.themes-youtube_video-1:not(.themes-youtube_video-1:last-child,.themes-youtube_video-3:last-child),.themes-youtube_video-3:not(.themes-youtube_video-1:last-child,.themes-youtube_video-3:last-child){margin-bottom:45px}.themes-youtube_video-1 .notificationx-inner,.themes-youtube_video-3 .notificationx-inner{border-radius:50px 8px 8px 50px}.themes-youtube_video-1 .notificationx-inner .notificationx-image,.themes-youtube_video-3 .notificationx-inner .notificationx-image{animation:bling 2s infinite;border-radius:50%;box-shadow:0 0 0 16px #fff;flex-basis:90px;min-width:90px;padding:0;position:relative;width:90px}@keyframes bling{0%{outline:0 solid #c00}to{outline:10px solid rgb(204 0 0 / .2)}}@keyframes bling-before{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes bling-after{0%{transform:scale(1)}to{transform:scale(1.4)}}.themes-youtube_video-1 .notificationx-inner .notificationx-image img,.themes-youtube_video-3 .notificationx-inner .notificationx-image img{border-radius:50%;height:100%}.themes-youtube_video-1 .notificationx-inner .notificationx-content,.themes-youtube_video-3 .notificationx-inner .notificationx-content{margin-left:20px;margin-right:0;padding:16px 4px}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-first-row,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-first-row{color:#344054!important;font-size:16px;font-weight:500;line-height:20px;margin-bottom:6px}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row{color:#5614d5}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span{display:flex;font-size:12px;font-weight:500;width:100%}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child{margin-left:16px;margin-right:8px;position:relative}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child:before,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:first-child:before{color:#667085!important;content:"";font-family:dashicons;font-size:14px;left:-16px;position:absolute;top:-2px}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2),.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2){margin-left:16px;margin-right:8px;position:relative}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2):before,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(2):before{color:#667085!important;content:"";font-family:dashicons;font-size:14px;left:-16px;position:absolute;top:-2px}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3),.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3){margin-left:16px;margin-right:0;position:relative}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3):before,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-second-row>span>span:nth-child(3):before{color:#667085!important;content:"";font-family:dashicons;font-size:14px;left:-16px;position:absolute;top:-2px}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-third-row>span,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-third-row>span{margin-right:0}.themes-youtube_video-1 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding,.themes-youtube_video-3 .notificationx-inner .notificationx-content>p.nx-third-row .nx-branding{margin-top:0;width:100%}.themes-youtube_video-1.button-link .notificationx-link,.themes-youtube_video-2.button-link .notificationx-link,.themes-youtube_video-3.button-link .notificationx-link,.themes-youtube_video-4.button-link .notificationx-link{background:#c00;padding:6px 12px}.themes-youtube_video-1.button-link .notificationx-link>a,.themes-youtube_video-2.button-link .notificationx-link>a,.themes-youtube_video-3.button-link .notificationx-link>a,.themes-youtube_video-4.button-link .notificationx-link>a{color:#fff;text-decoration:none}.themes-youtube_channel-1.button-link .notificationx-link-wrapper,.themes-youtube_channel-2.button-link .notificationx-link-wrapper{bottom:inherit;color:#fff;font-size:14px;font-weight:500;line-height:18px;padding:6px 0;position:absolute;right:15px;text-decoration:none;top:-35px}.themes-youtube_channel-1.button-link .notificationx-link-wrapper .notificationx-link,.themes-youtube_channel-2.button-link .notificationx-link-wrapper .notificationx-link{background:#c00;border-radius:4px 0 0 4px;bottom:inherit;color:inherit;font-size:inherit;font-weight:inherit;left:unset;line-height:inherit;padding:inherit;position:unset;right:unset;text-decoration:none;top:unset}.themes-youtube_channel-1.button-link .notificationx-link-wrapper a,.themes-youtube_channel-2.button-link .notificationx-link-wrapper a{padding:6px 8px!important}.themes-youtube_channel-1.button-link .notificationx-link-wrapper span,.themes-youtube_channel-2.button-link .notificationx-link-wrapper span{background-color:#fff!important;border-radius:0 4px 4px 0!important;color:#c00!important;padding:6px 8px}.themes-conversions_conv-theme-seven,.themes-conversions_theme-one,.themes-download_stats_7day-download,.themes-download_stats_actively_using,.themes-page_analytics_pa-theme-one,.themes-woocommerce_sales_conv-theme-seven,.themes-woocommerce_sales_theme-one{border-radius:5px!important}.themes-conversions_conv-theme-nine,.themes-donation_conv-theme-nine,.themes-elearning_conv-theme-nine,.themes-page_analytics_pa-theme-two,.themes-woocommerce_sales_conv-theme-nine{background:transparent!important;border-radius:5px!important}.themes-conversions_conv-theme-nine .notificationx-content,.themes-conversions_conv-theme-nine .notificationx-image,.themes-donation_conv-theme-nine .notificationx-content,.themes-donation_conv-theme-nine .notificationx-image,.themes-elearning_conv-theme-nine .notificationx-content,.themes-elearning_conv-theme-nine .notificationx-image,.themes-page_analytics_pa-theme-two .notificationx-content,.themes-page_analytics_pa-theme-two .notificationx-image,.themes-woocommerce_sales_conv-theme-nine .notificationx-content,.themes-woocommerce_sales_conv-theme-nine .notificationx-image{border-radius:5px!important}.nxc-cookie_notice_bottom_left{align-items:flex-start;bottom:30px;left:30px;right:0}@media only screen and (max-width:450px){.nxc-cookie_notice_bottom_left{bottom:15px;left:15px}}.nx-gdpr{border-radius:16px;box-shadow:0 5px 14px 0 rgb(8 15 52 / .039);font-family:Open Sans,sans-serif}.nx-gdpr.card-gdpr{bottom:30px;left:30px;max-width:480px;min-width:300px;position:fixed;width:90%;z-index:99999}@media only screen and (max-width:450px){.nx-gdpr.card-gdpr{bottom:15px;left:15px}}.nx-gdpr.card-gdpr.cookie_notice_bottom_right{bottom:30px;left:unset;right:30px}@media only screen and (max-width:450px){.nx-gdpr.card-gdpr.cookie_notice_bottom_right{bottom:15px;right:15px}}.nx-gdpr.card-gdpr.cookie_notice_center{bottom:30px;left:calc(50% - 240px)}@media only screen and (max-width:550px){.nx-gdpr.card-gdpr.cookie_notice_center{bottom:15px;left:15px}}.nx-gdpr .nx-gdpr-card.no-branding .nx-gdpr-card-body{border-radius:0 0 16px 16px}.nx-gdpr.banner-gdpr{bottom:0;left:0;position:fixed;right:0;z-index:9999999}.nx-gdpr.banner-gdpr.cookie_banner_top{bottom:unset;top:0}.nx-gdpr.banner-gdpr .nx-gdpr-card{position:relative}.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-header{padding-bottom:12px}.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description{padding-bottom:16px}@media only screen and (max-width:450px){.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description{padding-bottom:12px}}.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-footer{padding:4px 26px 8px}@media only screen and (max-width:450px){.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-card-footer{padding:4px 20px 8px}}.nx-gdpr.banner-gdpr .nx-gdpr-card .nx-gdpr-close{top:16px}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-one,.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-one .nx-gdpr .nx-gdpr-card-footer,.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-one .nx-gdpr .nx-gdpr-card-header,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-one,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-one .nx-gdpr .nx-gdpr-card-footer,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-one .nx-gdpr .nx-gdpr-card-header{border-radius:0}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two{border-radius:16px;bottom:16px;left:20px;right:20px}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-header,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-header{padding-bottom:8px;padding-top:12px}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body{align-items:center;display:flex;gap:40px;justify-content:space-between;padding:8px 24px 12px}@media only screen and (max-width:767px){.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body{align-items:flex-start;flex-direction:column;gap:20px;justify-content:flex-start;padding:8px 20px 12px}}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-description,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-description{flex:75%;max-width:1165px;padding:0}@media only screen and (max-width:450px){.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-description,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-description{flex:1;width:100%}}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-actions,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-actions{flex:25%;justify-content:flex-end;padding:0}@media only screen and (max-width:450px){.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-actions,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-actions{flex:1;width:100%}}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-body .nx-gdpr-actions .button-single,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-body .nx-gdpr-actions .button-single{display:none}.nx-gdpr.banner-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card-footer,.nx-gdpr.banner-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card-footer{padding:8px 26px}.nx-gdpr .nx-gdpr-card{position:relative}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header{align-items:center;background:#fff;border-radius:16px 16px 0 0;display:flex;gap:6px;padding:24px 24px 18px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header{padding:20px 20px 16px}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title{font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;line-height:22px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title{font-size:16px;line-height:18px}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description{font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:22px;margin:0;padding-bottom:24px;padding-left:24px;padding-right:24px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description{font-size:13px;line-height:18px;padding-bottom:20px;padding-left:20px;padding-right:20px}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description .nx-gdpr-link{font-weight:500;outline:0;padding-left:4px;text-decoration:underline}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions{align-items:center;display:flex;gap:16px;justify-content:space-between;padding-bottom:12px;padding-left:24px;padding-right:24px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions{flex-direction:column;gap:8px;padding-left:20px;padding-right:20px}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .button-group{display:flex;gap:8px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .button-group{flex-direction:column;width:100%}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn{border-radius:8px;cursor:pointer;font-family:Open Sans,sans-serif;font-size:14px;font-weight:500;line-height:16px;min-width:110px;padding:12px 20px;transition:.3s ease-in-out}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn{flex:1}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-primary{background:#6a4bff;border:1px solid #6a4bff;color:#fff}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-primary:hover{background:#5414d0;border:1px solid #5414d0;box-shadow:0 15px 10px -10px rgb(86 20 213 / .3)}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .button-single{display:inline-flex;width:100%}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer{align-items:center;border-radius:0 0 16px 16px;display:flex;gap:8px;justify-content:flex-end;padding:8px 26px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer{justify-content:center;padding:8px 20px}}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-gdpr-powered{font-family:Open Sans,sans-serif;font-size:12px;font-weight:500;line-height:15px;margin:0}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding{align-items:center;display:flex;gap:6px;justify-content:center}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding .nx-byline{display:none}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding .nx-powered-by{display:inline-flex}.nx-gdpr .nx-gdpr-card .nx-gdpr-card-footer .nx-branding .nx-powered-by svg{height:8px;width:65px}.nx-gdpr .nx-gdpr-card .nx-gdpr-close{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:24px;top:24px;width:24px}@media only screen and (max-width:450px){.nx-gdpr .nx-gdpr-card .nx-gdpr-close{height:20px;right:20px;top:20px;width:20px}}.nx-gdpr.light{background:#fff0;border:1px solid #d9dbe9}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title{color:#092161;margin:0}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body{background:#fff}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description{color:#535d77}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description .nx-gdpr-link{color:#6a4bff}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-secondary{background:#fff;border:1px solid #eff0f6;color:#092161}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-danger{background:#fff0;border:1px solid #e5e7f2;color:#092161;transition:none}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-footer{background:#f6f7fe}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-footer .nx-gdpr-powered{color:#7c8db5}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-card-footer .nx-powered-by svg{fill:#1f3155}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-close{background:#f8f7fa;border:1px solid #f8f7fa}.nx-gdpr.light .nx-gdpr-card .nx-gdpr-close svg path{stroke:#092161}.nx-gdpr.light.gdpr_theme-light-two .nx-gdpr-card .nx-gdpr-actions{background:#f7f7fb;padding-bottom:8px;padding-top:12px}.nx-gdpr.light.gdpr_theme-banner-light-one .nx-gdpr-card .nx-gdpr-actions{background:#f7f7fb;padding-top:12px}.nx-gdpr.gdpr_theme-banner-dark-one .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-banner-light-one .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-dark-one .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-dark-two .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-light-one .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-light-two .nx-gdpr-card .nx-gdpr-card-header img{display:none}.nx-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-dark-three .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-light-three .nx-gdpr-card .nx-gdpr-card-header img{max-width:24px}@media only screen and (max-width:450px){.nx-gdpr.gdpr_theme-banner-dark-two .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-banner-light-two .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-dark-three .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-light-three .nx-gdpr-card .nx-gdpr-card-header img{max-width:20px}}.nx-gdpr.gdpr_theme-dark-four .nx-gdpr-card .nx-gdpr-card-header,.nx-gdpr.gdpr_theme-light-four .nx-gdpr-card .nx-gdpr-card-header{align-items:flex-start;flex-direction:column;gap:12px}.nx-gdpr.gdpr_theme-dark-four .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-light-four .nx-gdpr-card .nx-gdpr-card-header img{max-width:48px}@media only screen and (max-width:450px){.nx-gdpr.gdpr_theme-dark-four .nx-gdpr-card .nx-gdpr-card-header img,.nx-gdpr.gdpr_theme-light-four .nx-gdpr-card .nx-gdpr-card-header img{max-width:40px}}.nx-gdpr.dark{background:#fff0;border:1px solid #222224}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-header{background:#000}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-header .nx-gdpr-title{color:#ededf2}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body{background:#000}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description{color:#959599}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-description .nx-gdpr-link{color:#6a4bff}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-secondary{background:#141414;border:1px solid #222224;color:#ededf2}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-body .nx-gdpr-actions .btn.btn-danger{background:#fff0;border:1px solid #222224;color:#ededf2;transition:none}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-footer{background:#0f0f0f}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-footer .nx-gdpr-powered{color:#959599}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-card-footer .nx-powered-by svg{fill:#fff}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-close{background:#19191a;border:1px solid #19191a}.nx-gdpr.dark .nx-gdpr-card .nx-gdpr-close svg path{stroke:#ededf2}.nx-gdpr.dark.gdpr_theme-dark-two .nx-gdpr-card .nx-gdpr-actions{background:#0f0f0f;padding-bottom:12px;padding-top:16px}.nx-gdpr.dark.gdpr_theme-banner-dark-one .nx-gdpr-card .nx-gdpr-actions{background:#0f0f0f;padding-top:16px}.nx-gdpr-modal-header h3{margin:0;padding:0}.nx-gdpr-modal-header p{font-size:12px;margin:0}.wprf-gdpr-modal-frontend-content h3{margin:0;padding:0}.wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-header{display:flex;justify-content:space-between}.wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-header-title{align-items:center;display:flex;gap:5px;justify-content:start}.wprf-gdpr-modal-frontend-content p{font-size:12px;margin:0}.nx-gdpr-customization-close{position:absolute;right:20px;top:10px;z-index:9}.nx-admin-modal-head{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:10px 20px;position:relative}.nx-admin-modal-head .nx-admin-modal-preview-button{all:initial;align-items:center;background:#6a4bff;border-radius:5px;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.nx-admin-modal-head .nx-admin-modal-preview-button img{filter:brightness(100)}.nx-admin-modal-head .nx-admin-modal-preview-button.active{background:#5453fd}.nx-admin-modal-head .nx-admin-modal-close-button{all:initial;align-items:center;background:#dcd6ff;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:15px;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:15px}.nx-admin-modal-body{background:#f6f7fd;border:2px solid #5414d0;overflow:hidden}.nx-admin-modal-body iframe{max-height:calc(100vh - 150px)}#pro_alert_video_popup{margin-top:20px}.wprf-modal-preview-footer{display:flex;justify-content:space-between;margin-top:20px}.wprf-modal-preview-footer .pagination-wrapper{align-items:center;display:flex;gap:10px;justify-content:center}.wprf-modal-preview-footer .pagination-wrapper .pagination-info{color:#25396f;font-size:14px;font-weight:400}.wprf-modal-preview-footer .rc-pagination{align-items:center;display:flex;margin-bottom:0;margin-left:auto;margin-top:0}.wprf-modal-preview-footer .rc-pagination>:not(:last-child){margin-right:5px}.wprf-modal-preview-footer .rc-pagination:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.wprf-modal-preview-footer .rc-pagination-total-text{align-items:center;display:flex;height:32px;justify-content:center}.wprf-modal-preview-footer .rc-pagination-item{aspect-ratio:1;border-radius:10px;cursor:pointer;display:flex;height:32px;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wprf-modal-preview-footer .rc-pagination-item a,.wprf-modal-preview-footer .rc-pagination-item button{align-items:center;box-shadow:none;color:#6a4bff;cursor:pointer;display:flex;justify-content:center;text-decoration:none;transition:none;width:100%}.wprf-modal-preview-footer .rc-pagination-item:focus a,.wprf-modal-preview-footer .rc-pagination-item:hover a{color:#25396f}.wprf-modal-preview-footer .rc-pagination-item-active{background-color:rgb(106 75 255 / .15)}.wprf-modal-preview-footer .rc-pagination-item-active a,.wprf-modal-preview-footer .rc-pagination-item-active:focus a,.wprf-modal-preview-footer .rc-pagination-item-active:hover a{color:#25396f}.wprf-modal-preview-footer .rc-pagination-jump-next,.wprf-modal-preview-footer .rc-pagination-jump-prev{background:rgb(106 75 255 / .15);border-radius:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wprf-modal-preview-footer .rc-pagination-jump-next a,.wprf-modal-preview-footer .rc-pagination-jump-next button,.wprf-modal-preview-footer .rc-pagination-jump-prev a,.wprf-modal-preview-footer .rc-pagination-jump-prev button{align-items:center;border-radius:10px;box-shadow:none;color:#fff0;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.wprf-modal-preview-footer .rc-pagination-jump-next a:after,.wprf-modal-preview-footer .rc-pagination-jump-next button:after,.wprf-modal-preview-footer .rc-pagination-jump-prev a:after,.wprf-modal-preview-footer .rc-pagination-jump-prev button:after{align-items:center;border-radius:10px;bottom:0;box-shadow:none;color:#6a4bff;content:"•••";cursor:pointer;display:flex;font-size:.75rem;justify-content:center;left:0;position:absolute!important;position:relative;right:0;text-decoration:none;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wprf-modal-preview-footer .rc-pagination-jump-next:focus,.wprf-modal-preview-footer .rc-pagination-jump-next:hover,.wprf-modal-preview-footer .rc-pagination-jump-prev:focus,.wprf-modal-preview-footer .rc-pagination-jump-prev:hover{background-color:rgb(106 75 255 / .15)}.wprf-modal-preview-footer .rc-pagination-jump-next:focus a,.wprf-modal-preview-footer .rc-pagination-jump-next:focus button,.wprf-modal-preview-footer .rc-pagination-jump-next:hover a,.wprf-modal-preview-footer .rc-pagination-jump-next:hover button,.wprf-modal-preview-footer .rc-pagination-jump-prev:focus a,.wprf-modal-preview-footer .rc-pagination-jump-prev:focus button,.wprf-modal-preview-footer .rc-pagination-jump-prev:hover a,.wprf-modal-preview-footer .rc-pagination-jump-prev:hover button{text-decoration:none}.wprf-modal-preview-footer .rc-pagination-jump-next:focus a:after,.wprf-modal-preview-footer .rc-pagination-jump-next:focus button:after,.wprf-modal-preview-footer .rc-pagination-jump-next:hover a:after,.wprf-modal-preview-footer .rc-pagination-jump-next:hover button:after,.wprf-modal-preview-footer .rc-pagination-jump-prev:focus a:after,.wprf-modal-preview-footer .rc-pagination-jump-prev:focus button:after,.wprf-modal-preview-footer .rc-pagination-jump-prev:hover a:after,.wprf-modal-preview-footer .rc-pagination-jump-prev:hover button:after{color:#fff}.wprf-modal-preview-footer .rc-pagination-jump-next,.wprf-modal-preview-footer .rc-pagination-jump-prev,.wprf-modal-preview-footer .rc-pagination-next,.wprf-modal-preview-footer .rc-pagination-prev{align-items:center;aspect-ratio:1;border-radius:10px;color:#6a4bff;cursor:pointer;display:flex;font-size:.75rem;height:32px;justify-content:center;margin-bottom:0}.wprf-modal-preview-footer .rc-pagination-next a,.wprf-modal-preview-footer .rc-pagination-next button,.wprf-modal-preview-footer .rc-pagination-prev a,.wprf-modal-preview-footer .rc-pagination-prev button{align-items:center;background:none;border:none;border-radius:10px;box-shadow:none;color:#fff0;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.wprf-modal-preview-footer .rc-pagination-next a:after,.wprf-modal-preview-footer .rc-pagination-next button:after,.wprf-modal-preview-footer .rc-pagination-prev a:after,.wprf-modal-preview-footer .rc-pagination-prev button:after{align-items:center;bottom:0;color:#6a4bff;cursor:pointer;display:flex;font-size:.75rem;justify-content:center;left:0;position:absolute!important;position:relative;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wprf-modal-preview-footer .rc-pagination-prev a:after,.wprf-modal-preview-footer .rc-pagination-prev button:after{content:"<"}.wprf-modal-preview-footer .rc-pagination-next a:after,.wprf-modal-preview-footer .rc-pagination-next button:after{content:">"}.wprf-modal-preview-footer .rc-pagination-disabled:focus a,.wprf-modal-preview-footer .rc-pagination-disabled:focus button,.wprf-modal-preview-footer .rc-pagination-disabled:hover a,.wprf-modal-preview-footer .rc-pagination-disabled:hover button{background:hsl(0 0% 80% / .15)!important;color:transparent!important;cursor:not-allowed!important}.wprf-modal-preview-footer .rc-pagination-disabled:focus a:after,.wprf-modal-preview-footer .rc-pagination-disabled:focus button:after,.wprf-modal-preview-footer .rc-pagination-disabled:hover a:after,.wprf-modal-preview-footer .rc-pagination-disabled:hover button:after{background:hsl(0 0% 80% / .15)!important;color:#a3a3a3!important;cursor:not-allowed!important}.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev{align-items:center;aspect-ratio:1;display:flex;height:32px;justify-content:center}.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next a,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next button,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev a,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev button{height:32px;text-decoration:none}.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next a:after,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-next button:after,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev a:after,.wprf-modal-preview-footer .rc-pagination-simple .wprf-modal-preview-footer .rc-pagination-prev button:after{height:32px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open{background-color:rgb(11 5 44 / .7)!important;padding:unset!important}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open{background:transparent!important;border:none!important;inset:unset!important;left:50%!important;margin:20px auto;max-height:calc(100vh - 100px);max-width:980px!important;overflow:auto!important;padding:0!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-custom-notification-preview{background:transparent!important;width:auto!important}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization{background:#fff!important;border-radius:8px!important;font-family:Open Sans,sans-serif;max-height:80vh!important;max-width:750px!important;width:90%!important}@media only screen and (max-width:550px){.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization{max-height:95vh!important}}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header{background:#fff;border-bottom:1px solid #eaecfa;padding:24px;position:sticky;top:0;z-index:999}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-modal-header h3{color:#092161;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;line-height:22px;margin:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content{background:#fff0;box-shadow:0 5px 14px 0 rgb(8 15 52 / .039);padding:20px 24px 30px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top{margin-bottom:20px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p{color:#535d77;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;margin:0 0 12px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top p:last-child{margin-bottom:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button{background:#fff0;border:none;color:#6a4bff;font-family:Open Sans,sans-serif;font-size:14px;padding:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-more-btn{margin-left:4px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top button.show-less-btn{margin-bottom:12px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .wprf-modal-table-content-top a{color:#6a4bff;text-decoration:underline}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper{display:flex;flex-direction:column;gap:16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item{border:1px solid #eaecfa;border-radius:8px;padding:12px 16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header{align-items:center;display:flex;gap:16px;justify-content:space-between;padding-bottom:10px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title{align-items:center;cursor:pointer;display:flex;gap:10px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-title h3{color:#092161;font-family:Open Sans,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin:0;padding:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active{color:#45c9b1;font-family:Open Sans,sans-serif;font-size:12px;font-weight:500;line-height:16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input{display:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:before{background:#6a4bff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle input:checked+.nx_gdpr-toggle-slider:after{left:auto;right:1px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider{cursor:pointer;display:inline-block;height:20px;margin-bottom:0;max-height:20px;min-height:20px;position:relative;width:40px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before{content:"";position:absolute}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:before{background:#8d92b1;border:none;border-radius:20px;height:20px;left:0;top:0;transition:all .4s ease;width:40px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-header .nx_gdpr-cookies-list-header-active .nx_gdpr-toggle .nx_gdpr-toggle-slider:after{background:#fff;border-radius:50%;box-shadow:none;height:18px;left:1px;top:1px;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;width:18px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content{padding-bottom:10px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-content p{color:#7c8db5;font-family:Open Sans,sans-serif;font-size:14px;line-height:19px;margin:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper{background:#f7f8fc;border-radius:8px;display:flex;flex-direction:column;padding:12px 16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper span{font-size:12px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item{display:flex;flex-direction:column;gap:16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child),.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child),.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child),.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:last-child){border-bottom:1px solid #eaecfa;padding-bottom:16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child),.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child),.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child),.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item:not(:first-child){padding-top:16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value span{color:#7c8db5;font-family:Open Sans,sans-serif;font-size:12px;font-weight:500;line-height:16px;margin-bottom:4px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-gdpr-modal-frontend-content .nx_gdpr-cookies-list-main-wrapper .nx_gdpr-cookies-list-main-item .nx_gdpr-cookies-list-wrapper .nx_gdpr-cookies-list-wrapper-item .nx_gdpr-cookies-list-wrapper-item-value p{color:#092161;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19px;margin:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer{background:#fff0;border-radius:0 0 16px 16px;flex-direction:column;padding:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer:before{background:linear-gradient(180deg,hsl(0 0% 100% / .4),#fff 85%);content:"";height:30px;left:0;position:absolute;right:0;top:-20px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button{background:#fff;display:flex;gap:12px;padding:20px 16px 12px}@media only screen and (max-width:550px){.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button{flex-direction:column;gap:8px}}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button{background:#fff;border:1px solid #6a4bff;border-radius:8px;color:#6a4bff;cursor:pointer;flex:auto;font-family:Open Sans,sans-serif;font-size:14px;font-weight:500;line-height:16px;padding:12px 20px}@media only screen and (max-width:550px){.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button{padding:10px 20px}}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .nx_gdpr-action-button button:first-child{background:#6a4bff;border:1px solid #6a4bff;color:#fff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright{align-items:center;background:#f6f7fe;border-radius:0 0 16px 16px;display:flex;gap:8px;justify-content:flex-end;padding:6px 16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding{align-items:center;display:flex;gap:6px;justify-content:center}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-byline{display:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by{display:inline-flex}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .wprf-modal-preview-footer .wprf-modal-preview-copyright .nx-branding .nx-powered-by svg{fill:#1f3155;height:8px;width:65px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open.nx-gdpr-customization .nx-gdpr-customization-close{align-items:center;background:#fff0;border:none;border-radius:4px;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:24px;top:20px;width:24px;z-index:9999}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header{align-items:center;background:#fff;border-radius:8px 8px 0 0;box-shadow:0 0 10px rgb(0 0 0 / .102);color:#1b1b50;display:flex;font-size:16px;justify-content:space-between;padding:20px 24px;position:sticky;top:0;z-index:999}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header button{background:#fff0;border:none;cursor:pointer}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper{background:#f6f7fe;padding:24px 24px 0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table{background:#fff;display:flex;flex-direction:column;max-height:calc(100vh - 250px);max-width:932px;overflow:auto}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead{flex:1}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr{align-items:center;background:#c7cdf8;border-radius:4px 4px 0 0;display:flex}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th{background:#c7cdf8;border-right:1px solid #e0eaf8;box-sizing:border-box;color:#25396f;flex:1;font-size:12px;font-weight:500;line-height:1.1em;min-width:136px;overflow:hidden;padding:15px 10px;text-align:left;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table thead tr th:first-child{width:110px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody{flex:1}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr{align-items:center;background:#fff;display:flex}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr:last-child{border-bottom:1px solid #e0eaf8}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td{border-right:1px solid #e0eaf8;box-sizing:border-box;color:#7c8db5;flex:1;font-size:12px;font-weight:500;line-height:1.1em;min-width:136px;overflow:hidden;padding:15px 10px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td:first-child{width:110px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td img{max-height:10px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container{position:relative}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image{display:block;max-height:70px;min-height:60px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out;width:70px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image:hover{cursor:pointer}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .popup-image{opacity:0;position:absolute;right:95%;top:50%;transform:translate(-60%,-50%);transition:opacity .3s ease-in-out;visibility:hidden}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image{opacity:1;visibility:visible;width:80px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .image-container:hover .popup-image img{max-height:80px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td .magnified-image{cursor:zoom-out;display:block;height:200%;left:-50%;position:relative;top:-50%;width:200%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper>table tbody tr td.wprf-preview-img{overflow:visible}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields{display:flex;flex-direction:column;gap:10px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field{background:#fff;border-radius:4px;margin-top:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title{align-items:center;background-color:#fff0;display:flex;gap:8px;justify-content:space-between;padding:12px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4{color:#25396f;font-size:14px;font-weight:500;line-height:18px;margin:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4>span,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title h4>span{display:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls{align-items:center;display:none;gap:10px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls span{margin-left:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash{color:#7c8db5;cursor:pointer;font-size:18px;transition:.25s ease-in-out}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-admin-page:hover{color:#5f7eff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-field-title .wprf-repeater-field-controls .dashicon.dashicons-trash:hover{color:#dc4f4b}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field{border:0 solid;border-top:1px solid #e6effb;display:flex;gap:16px;justify-content:space-between;padding:16px 12px 14px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper{align-items:flex-start;display:flex;flex:1;flex-direction:column;flex-wrap:nowrap;gap:8px;margin:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-discovered{display:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label{color:#092161;flex-basis:auto;font-size:12px;font-weight:500;line-height:13px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field{align-items:flex-start;flex:1;max-width:210px;min-width:210px;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input{border:1px solid #e6effb;border-radius:4px;color:#092161;font-size:12px;line-height:1.1em;margin:0;padding:12px;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input:focus-visible{box-shadow:none;outline:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::-moz-placeholder{color:#778095!important;max-width:160px;min-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field ::placeholder{color:#778095!important;max-width:160px;min-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime{width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-control-datetime .components-button.is-tertiary{background-color:#fff0;border:1px solid #e6effb;border-radius:4px;color:#778095;cursor:pointer;font-size:14px;padding:12px;text-align:left;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields{padding-bottom:24px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer{background:#f6f7fe;border-radius:0 0 8px 8px;bottom:0;display:flex;justify-content:space-between;margin-top:0;padding:24px;position:sticky}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper{align-items:center;display:flex;gap:16px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf{margin-bottom:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-1t5ousf .css-hsfpxc .css-1imalal.css-1imalal.css-1imalal{box-sizing:border-box;color:#25396f;display:block;font-size:14px;font-weight:400;line-height:1.4;max-width:100%;overflow:unset;padding-bottom:0;padding-top:0;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;z-index:1}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:1px solid #6a4bff!important;box-shadow:none!important;box-sizing:border-box;color:#6a4bff;cursor:pointer;display:block;font-family:inherit;font-size:16px;height:32px;margin:0;max-width:none;min-height:32px;overflow:hidden;padding:0 26px 0 8px;text-overflow:ellipsis;white-space:nowrap;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-l4hgcf.css-l4hgcf.css-l4hgcf:focus-visible{outline:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper .components-base-control .css-83ljq2.css-83ljq2.css-83ljq2{border:1px solid #6a4bff;border-radius:inherit;box-sizing:border-box;display:none;inset:0;margin:0;padding:0;pointer-events:none;position:absolute}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .items-per-page-wrapper label{color:#25396f;font-size:14px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper{align-items:center;display:flex;gap:16px;justify-content:center}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .pagination-info{color:#25396f;font-size:14px;font-weight:400}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination{align-items:center;display:flex;margin-bottom:0;margin-left:auto;margin-top:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child),.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child),.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child),.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination>:not(:last-child){margin-right:5px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-total-text{align-items:center;display:flex;height:32px;justify-content:center}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item{aspect-ratio:1;border-radius:10px;cursor:pointer;display:flex;height:32px;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item button{align-items:center;box-shadow:none;color:rgb(0 0 0 / .878);cursor:pointer;display:flex;justify-content:center;text-decoration:none;transition:none;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:focus a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item:hover a{background:rgb(106 75 255 / .102);border-radius:10px;color:rgb(37 57 111 / .878)}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active{background-color:#fff0;border:1px solid #6a4bff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active a{color:#6a4bff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:focus a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-item-active:hover a{background-color:#fff0;color:#6a4bff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev{background:rgb(106 75 255 / .15);border-radius:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button{align-items:center;background:#fff0;border:none;border-radius:10px;box-shadow:none;color:rgb(0 0 0 / .878);cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev button:after{align-items:center;border-radius:10px;bottom:0;box-shadow:none;color:#6a4bff;content:"•••";cursor:pointer;display:flex;font-size:.75rem;justify-content:center;left:0;position:absolute!important;position:relative;right:0;text-decoration:none;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover{background-color:rgb(106 75 255 / .15)}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button{text-decoration:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:focus button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next:hover button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:focus button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev:hover button:after{color:#6a4bff}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-jump-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev{align-items:center;aspect-ratio:1;border-radius:10px;color:#6a4bff;cursor:pointer;display:flex;font-size:.75rem;height:32px;justify-content:center;margin-bottom:0}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button{align-items:center;background:none;border:none;border-radius:10px;box-shadow:none;color:#fff0;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after{align-items:center;bottom:0;color:#6a4bff;cursor:pointer;display:flex;font-size:.75rem;justify-content:center;left:0;position:absolute!important;position:relative;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next:hover button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev:hover button{background:rgb(106 75 255 / .102);border-radius:10px;color:rgb(37 57 111 / .878)}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after{content:"<"}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after{content:">"}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button{background:hsl(0 0% 80% / .15)!important;color:transparent!important;cursor:not-allowed!important}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:focus button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-disabled:hover button:after{background:hsl(0 0% 80% / .15)!important;color:#a3a3a3!important;cursor:not-allowed!important}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev{align-items:center;aspect-ratio:1;display:flex;height:32px;justify-content:center}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button{aspect-ratio:1;height:32px;text-decoration:none}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-next button:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev a:after,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-simple .nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .pagination-wrapper .rc-pagination-prev button:after{aspect-ratio:1;height:32px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update{background:#6a4bff;border:none;border-radius:5px;color:#fff;font-weight:500;line-height:1.3em;padding:12px 20px}.nx-cookies-history.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover,.nx-cookies-list-integrations.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover,.nx-gdpr-modal-wrapper .ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update:hover{cursor:pointer}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open{background:#fff!important;border-radius:8px!important;max-width:620px!important}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header{border-bottom:1px solid #ebeef5;box-shadow:none;color:#092161;font-weight:600;line-height:21px;padding:24px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .wprf-repeater-label .wprf-repeater-button,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .wprf-repeater-label .wprf-repeater-button{border:1px solid #6a4bff;border-radius:8px;color:#6a4bff;font-size:16px;font-weight:500;padding:10px 20px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields{background:#fff;gap:16px;padding:24px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field{background:#fff0;border:1px solid #eaecfa;padding:16px;position:relative}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title{padding:0}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title h4{color:#092161;font-size:16px;font-weight:500;line-height:21px;margin:0}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field{border:0 solid;border-top:unset;display:flex;flex-direction:column;gap:16px;justify-content:unset;padding:0}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label label,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-label label{color:#535d77;font-size:14px;font-weight:500;line-height:19px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field{max-width:100%}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field>span,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field>span{width:100%}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field input{border:1px solid #e6effb}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-help,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-help{background:#fff1eb;border-radius:4px;color:#535d77;display:block;flex-basis:100%;font-size:12px;line-height:16px;margin:8px 0 0;padding:12px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea{color:#fff}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer button,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer button{display:none}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea{border:1px solid #e6effb;border-radius:4px;color:#092161;font-size:14px;line-height:1.1em;padding:10px 12px;resize:none;width:100%}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus-visible,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field textarea:focus-visible{box-shadow:none;outline:0}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper{width:100%}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control{border-color:#f0f6ff;box-shadow:none}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control:hover,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-select-wrapper .wprf-select__control:hover{border-color:#f0f6ff}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field .wprf-code-viewer textarea{background:#f0f3f7;border:1px solid #e9ebf0;color:#535d77;cursor:text}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-label,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-label{display:none}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field{max-width:unset;min-width:unset;position:absolute;right:16px;top:16px;width:auto}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label{cursor:pointer;display:inline-block;height:20px;margin-bottom:0;margin-right:0;max-height:20px;min-height:20px;position:relative;width:40px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:before,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:before{background:#8d92b1;border:none;border-radius:20px;height:20px;left:0;top:0;transition:all .4s ease;width:40px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:after,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right .wprf-input-label:after{background:#fff;border-radius:50%;box-shadow:none;height:18px;left:1px;top:1px;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;width:18px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:before,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:before{background:#6a4bff}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:after,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child .wprf-control-field .wprf-label-position-right input:checked+label:after{left:auto;right:1px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer{width:100%}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer textarea,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-code-viewer textarea{color:#fff}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer{background:#fff;border-top:1px solid #eaecfa;display:flex;gap:12px;justify-content:flex-end;padding:16px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-preview-update{font-size:14px;line-height:16px;padding:12px 24px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open{max-width:450px!important}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper{align-items:center;background:#fff0;display:flex;flex-direction:column;padding-bottom:24px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper img,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper img{margin-bottom:20px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper h2,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper h2{color:#092161;font-size:20px;font-weight:600;line-height:1.2em;margin:0 0 4px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper p,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper p{color:#535d77;font-size:14px;line-height:1.5;margin:0;text-align:center}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info{align-items:center;color:#535d77;display:flex;font-size:12px;gap:4px;line-height:1em;margin:0 0 20px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info span,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper .scan-info span{color:#092161;font-weight:500}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer{justify-content:unset}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn{border-radius:8px;cursor:pointer;flex:1;font-size:14px;font-weight:500;height:40px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-primary,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-primary{background:#6a4bff;border:1px solid #6a4bff;color:#fff}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-progress .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-secondary,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-scan-start .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-footer .wpsp-btn.wpsp-btn-scan-secondary{background:#f7f8fa;border:1px solid #d9dbe9;color:#092161}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open{max-width:980px!important}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header{padding:16px 24px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details{align-items:center;display:flex;gap:12px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details .icon-wrap,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-preview-header .header-details .icon-wrap{align-items:center;border:1px solid #ebeef5;border-radius:6px;display:flex;height:48px;justify-content:center;width:48px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table{border:1px solid #eaecfa;border-radius:8px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th{background:#f6f8fa;border:none;color:#535d77;font-size:14px;font-weight:500;line-height:1.2em;padding:15px 16px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th:first-child,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table thead tr th:first-child{min-width:220px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td{border-right:none;color:#092161;font-size:14px;font-weight:400;line-height:1.4em;padding:15px 16px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td:first-child,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td:first-child{min-width:220px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span{background:#e3f7ed;border-radius:20px;color:#08754d;font-size:14px;font-weight:500;line-height:1.2em;padding:7px 12px}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-completed,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-completed{background:#e3f7ed;color:#08754d}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-failed,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td span.status-failed{background:#ffecee;color:#b84348}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a{color:#6a4bff;cursor:pointer;text-decoration:underline}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a:hover,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr td a:hover{color:#6a4bff}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:not(:last-child),.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:not(:last-child){border-bottom:1px solid #eaecfa}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:last-child,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-history .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields table tbody tr:last-child{border-bottom:none}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-cookies-list-integrations.nx-cookies-discovered .ReactModal__Content.ReactModal__Content--after-open{margin-top:44px!important}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field{border:none!important;padding:0}.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-field-title,.ReactModal__Overlay.ReactModal__Overlay--after-open.nx-custom-notification-edit .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-better-repeater-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child{display:none}.wprf-repeater-content .wprf-control-field .wprf-num-suggestions{display:flex;gap:8px;margin-top:8px}.wprf-repeater-content .wprf-control-field .wprf-num-suggestions span{background:#f0f3f7;border:1px solid #e1e5eb;border-radius:3px;color:#092161;cursor:pointer;font-size:12px;line-height:16px;padding:4px 8px}.nx-csv-modal-ift-container .nx-csv-modal-ift-popup{max-width:500px}.nx-csv-modal-ift-container .nx-csv-modal-ift-popup .swal2-modal.swal2-show .swal2-html-container{margin-bottom:30px}.nx-csv-modal-ift-container .nx-csv-modal-ift-popup .swal2-modal.swal2-show .swal2-styled.swal2-confirm{max-width:150px}.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .swal2-icon-show{border:none!important}.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .nx-csv-import-limit button.swal2-confirm{background-color:#6a4bff!important}.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .swal2-html-container{font-weight:300}.nx-csv-modal-import-limit-container .nx-csv-modal-import-limit-popup .swal2-html-container strong{color:#000;font-weight:400}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field{display:grid;grid-template-columns:repeat(12,1fr)}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:first-child,.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(5){grid-column:1/span 3}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(2),.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(6){grid-column:4/span 3}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(3),.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(7){grid-column:7/span 3}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper:nth-child(4){grid-column:10/span 3}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-timestamp{grid-column:1/span 5!important}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-timestamp .wprf-control-field{max-width:250px;width:auto}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-timestamp .wprf-control-field .wprf-control-datetime .components-button.is-tertiary{background:#f2f2f2;border:none;color:#6648fe;font-size:12px;padding:10px 14px}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image{grid-column:6/span 7!important}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field{flex:1;max-width:100%;min-width:auto}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-preview{margin-right:16px;max-width:55px}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader{display:flex}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-btn{background:#fff0;border-radius:5px;min-height:36px;transition:.3s ease-in-out}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-image-remove-btn{background:#f85656;border:1px solid #f85656;color:#fff}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-image-upload-btn{border:1px solid #6a4bff;color:#6a4bff;margin-right:0}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper.wprf-name-image .wprf-control-field .wprf-image-uploader .wprf-image-upload-btn:hover{box-shadow:0 15px 25px -5px rgb(86 20 213 / .3)}.nx-custom-notification-edit.ReactModal__Overlay.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open .wprf-modal-table-wrapper.wpsp-bulk-edit-fields .wprf-repeater-field .wprf-repeater-inner-field .wprf-control-wrapper .wprf-control-field{min-width:auto}.wpsp-better-repeater-fields .wprf-repeater-inner-field .wprf-name-is_add_script{flex-direction:row!important;justify-content:space-between}.wpsp-better-repeater-fields .wprf-repeater-inner-field .wprf-name-is_add_script .wprf-control-field{justify-content:end}.wpsp-better-repeater-fields .wprf-toggle-wrap{height:20px;margin-right:10px;width:40px}.wpsp-better-repeater-fields .wprf-toggle-wrap label{cursor:pointer;display:flex;font-size:24px;height:20px;min-height:20px;position:relative;width:40px}.wpsp-better-repeater-fields .wprf-toggle-wrap label:after,.wpsp-better-repeater-fields .wprf-toggle-wrap label:before{content:"";position:absolute}.wpsp-better-repeater-fields .wprf-toggle-wrap label:before{background:#7c8db5;border:1px solid #7c8db5;border-radius:50px;box-sizing:border-box;height:20px;left:0;margin:0;transition:background .1s ease .1s;width:40px}.wpsp-better-repeater-fields .wprf-toggle-wrap label:after{animation:switch-off .3s ease-out;background:#fff;border-radius:50px;box-shadow:inset 0 0 0 5px #fcfff4;height:18px;left:1px;top:1px;transition:all .2s ease;width:18px}.wpsp-better-repeater-fields .wprf-toggle-wrap input[type=checkbox]{display:none;visibility:hidden}.wpsp-better-repeater-fields .wprf-toggle-wrap input[type=checkbox]:checked+label:before{background:#6a4bff;border:1px solid #6a4bff}.wpsp-better-repeater-fields .wprf-toggle-wrap input[type=checkbox]:checked+label:after{animation:switch-on .3s ease-out;background:#fff;left:21px}.wpsp-better-repeater-fields .wprf-toggle-wrap.wprf-checked label:before{background:#6a4bff;border:1px solid #6a4bff}.wpsp-better-repeater-fields .wprf-toggle-wrap.wprf-checked label:after{animation:switch-on .3s ease-out;background:#fff;left:21px}#notificationx .wprf-modal-inner{border-radius:.3125em;height:auto!important;justify-content:unset!important;max-height:80%!important;max-width:620px!important;overflow:hidden!important;padding:0!important;width:80%!important}#notificationx .wprf-modal-inner .wprf-modal-header{border-bottom:1px solid #ebeef5;padding:16px;text-align:left}#notificationx .wprf-modal-inner .wprf-modal-header h3{color:#092161;font-size:16px;font-weight:600;margin:0}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-content{padding:16px 0}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-content .wprf-control-wrapper{padding:0!important}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-content .wprf-control-wrapper .wprf-control .wprf-row{margin:0}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-content .wprf-control-wrapper .wprf-control .wprf-row .wprf-column{padding:8px 16px}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-content .wprf-control-wrapper .wprf-control .wprf-row .wprf-column .wprf-input-radio-option .wprf-input-label{padding:10px 30px}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-footer{align-items:center;border-top:1px solid #eaecfa;display:flex;margin:0;padding:16px}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-footer .wprf-control-wrapper{align-items:center;padding:0!important}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-footer .wprf-control-wrapper .wprf-control-field{justify-content:flex-end}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-footer .wprf-control-wrapper .wprf-control-field .wprf-control-wrapper{margin-right:0}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-footer .wprf-control-wrapper .wprf-control-field .wprf-control-wrapper .wprf-button{align-items:center;background:#6a4bff!important;border:1px solid #6a4bff!important;border-radius:8px;box-sizing:border-box;color:#fff!important;cursor:pointer;font-size:16px!important;font-weight:500;justify-content:center;line-height:1em;outline:none;padding:14px 20px!important;text-decoration:none;transition:.25s ease-in-out}#notificationx .wprf-modal-inner .wprf-modal-body .wprf-modal-footer .wprf-control-wrapper .wprf-control-field .wprf-control-wrapper .wprf-button:hover{background:#6a4bff!important;border:1px solid #6a4bff!important;color:#fff!important}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(https://mysticheist.com/wp-includes/css/../fonts/dashicons.eot#1763983270);src:url(https://mysticheist.com/wp-includes/css/../fonts/dashicons.eot#1763983270) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(https://mysticheist.com/wp-includes/css/../fonts/dashicons.ttf#1763983270) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Carattere';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/carattere-4icv6kp1b9dxlgt_ckvjv2ynl4u.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Carattere';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/carattere-4icv6kp1b9dxlgt_ckvjvmynl4u.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Carattere';font-style:normal;font-weight:400;font-display:swap;src:url(https://mysticheist.com/wp-content/uploads/elementor/google-fonts/fonts/carattere-4icv6kp1b9dxlgt_ckvjsgyn.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face {font-family: "flaticon_hotel";src: url(https://mysticheist.com/wp-content/plugins/cozystay-core/assets/libs/flaticon-font/./flaticon_hotel.woff2#1763983270) format("woff2"), url(https://mysticheist.com/wp-content/plugins/cozystay-core/assets/libs/flaticon-font/./flaticon_hotel.woff#1763983270) format("woff"), url(https://mysticheist.com/wp-content/plugins/cozystay-core/assets/libs/flaticon-font/./flaticon_hotel.eot#1763983270) format("embedded-opentype"), url(https://mysticheist.com/wp-content/plugins/cozystay-core/assets/libs/flaticon-font/./flaticon_hotel.ttf#1763983270) format("truetype"), url(https://mysticheist.com/wp-content/plugins/cozystay-core/assets/libs/flaticon-font/./flaticon_hotel.svg?79e34b91035e190b1408b2d19c6d8031#flaticon_hotel) format("svg") }i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {font-family: flaticon_hotel !important;font-style: normal;font-weight: normal !important;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.flaticon-resort:before {content: "\f101";}.flaticon-resort-1:before {content: "\f102";}.flaticon-do-not-disturb:before {content: "\f103";}.flaticon-hotel-sign:before {content: "\f104";}.flaticon-resort-2:before {content: "\f105";}.flaticon-hotel:before {content: "\f106";}.flaticon-review:before {content: "\f107";}.flaticon-bedroom:before {content: "\f108";}.flaticon-hotel-1:before {content: "\f109";}.flaticon-guest-house:before {content: "\f10a";}.flaticon-house:before {content: "\f10b";}.flaticon-hotel-cart:before {content: "\f10c";}.flaticon-key-card:before {content: "\f10d";}.flaticon-reception:before {content: "\f10e";}.flaticon-room-service:before {content: "\f10f";}.flaticon-desk-bell:before {content: "\f110";}.flaticon-service:before {content: "\f111";}.flaticon-check-in:before {content: "\f112";}.flaticon-room-service-1:before {content: "\f113";}.flaticon-coffee:before {content: "\f114";}.flaticon-hotel-2:before {content: "\f115";}.flaticon-hotel-3:before {content: "\f116";}.flaticon-hotel-bell:before {content: "\f117";}.flaticon-food-service:before {content: "\f118";}.flaticon-room-service-2:before {content: "\f119";}.flaticon-customer-service:before {content: "\f11a";}.flaticon-sunrise:before {content: "\f11b";}.flaticon-around:before {content: "\f11c";}.flaticon-world:before {content: "\f11d";}.flaticon-destination:before {content: "\f11e";}.flaticon-signpost:before {content: "\f11f";}.flaticon-travel-map:before {content: "\f120";}.flaticon-landscape:before {content: "\f121";}.flaticon-location:before {content: "\f122";}.flaticon-passport:before {content: "\f123";}.flaticon-suitcase:before {content: "\f124";}.flaticon-plane-ticket:before {content: "\f125";}.flaticon-flight:before {content: "\f126";}.flaticon-luggage:before {content: "\f127";}.flaticon-vacation:before {content: "\f128";}.flaticon-travel-bag:before {content: "\f129";}.flaticon-travel-bag-1:before {content: "\f12a";}.flaticon-traveling:before {content: "\f12b";}.flaticon-airplane:before {content: "\f12c";}.flaticon-suitcase-1:before {content: "\f12d";}.flaticon-map:before {content: "\f12e";}.flaticon-bed:before {content: "\f12f";}.flaticon-bed-1:before {content: "\f130";}.flaticon-bed-2:before {content: "\f131";}.flaticon-bed-3:before {content: "\f132";}.flaticon-bed-4:before {content: "\f133";}.flaticon-bed-5:before {content: "\f134";}.flaticon-bed-6:before {content: "\f135";}.flaticon-bed-7:before {content: "\f136";}.flaticon-beds:before {content: "\f137";}.flaticon-bed-8:before {content: "\f138";}.flaticon-bed-9:before {content: "\f139";}.flaticon-single-bed:before {content: "\f13a";}.flaticon-account:before {content: "\f13b";}.flaticon-user:before {content: "\f13c";}.flaticon-user-1:before {content: "\f13d";}.flaticon-user-2:before {content: "\f13e";}.flaticon-users:before {content: "\f13f";}.flaticon-friends:before {content: "\f140";}.flaticon-group:before {content: "\f141";}.flaticon-towel:before {content: "\f142";}.flaticon-mug:before {content: "\f143";}.flaticon-sandwich:before {content: "\f144";}.flaticon-breakfast:before {content: "\f145";}.flaticon-breakfast-1:before {content: "\f146";}.flaticon-breakfast-2:before {content: "\f147";}.flaticon-croissant:before {content: "\f148";}.flaticon-breakfast-3:before {content: "\f149";}.flaticon-breakfast-4:before {content: "\f14a";}.flaticon-dinner:before {content: "\f14b";}.flaticon-breakfast-5:before {content: "\f14c";}.flaticon-croissant-1:before {content: "\f14d";}.flaticon-food-tray:before {content: "\f14e";}.flaticon-breakfast-6:before {content: "\f14f";}.flaticon-food-tray-1:before {content: "\f150";}.flaticon-room-service-3:before {content: "\f151";}.flaticon-croissant-2:before {content: "\f152";}.flaticon-coffee-cup:before {content: "\f153";}.flaticon-parking:before {content: "\f154";}.flaticon-pet-hotel:before {content: "\f155";}.flaticon-calendar:before {content: "\f156";}.flaticon-calendar-1:before {content: "\f157";}.flaticon-calendar-2:before {content: "\f158";}.flaticon-calendar-3:before {content: "\f159";}.flaticon-car:before {content: "\f15a";}.flaticon-car-1:before {content: "\f15b";}.flaticon-rental-car:before {content: "\f15c";}.flaticon-charging:before {content: "\f15d";}.flaticon-electric-car:before {content: "\f15e";}.flaticon-protection:before {content: "\f15f";}.flaticon-car-wash:before {content: "\f160";}.flaticon-parking-1:before {content: "\f161";}.flaticon-calendar-4:before {content: "\f162";}.flaticon-car-key:before {content: "\f163";}.flaticon-route:before {content: "\f164";}.flaticon-energy:before {content: "\f165";}.flaticon-shopping-cart:before {content: "\f166";}.flaticon-shopping-cart-1:before {content: "\f167";}.flaticon-shopping-cart-2:before {content: "\f168";}.flaticon-trolley:before {content: "\f169";}.flaticon-bag:before {content: "\f16a";}.flaticon-add-to-cart:before {content: "\f16b";}.flaticon-hotel-4:before {content: "\f16c";}.flaticon-sofa:before {content: "\f16d";}.flaticon-air-conditioner:before {content: "\f16e";}.flaticon-reception-1:before {content: "\f16f";}.flaticon-hotel-5:before {content: "\f170";}.flaticon-booked:before {content: "\f171";}.flaticon-ac:before {content: "\f172";}.flaticon-air:before {content: "\f173";}.flaticon-ac-1:before {content: "\f174";}.flaticon-air-conditioner-1:before {content: "\f175";}.flaticon-air-conditioner-2:before {content: "\f176";}.flaticon-air-conditioner-3:before {content: "\f177";}.flaticon-wifi:before {content: "\f178";}.flaticon-wifi-1:before {content: "\f179";}.flaticon-wireless-connection:before {content: "\f17a";}.flaticon-air-conditioner-4:before {content: "\f17b";}.flaticon-wifi-signal:before {content: "\f17c";}.flaticon-wifi-2:before {content: "\f17d";}.flaticon-wifi-signal-1:before {content: "\f17e";}.flaticon-wifi-3:before {content: "\f17f";}.flaticon-wifi-4:before {content: "\f180";}.flaticon-wifi-connection:before {content: "\f181";}.flaticon-wifi-5:before {content: "\f182";}.flaticon-wifi-6:before {content: "\f183";}.flaticon-refrigerator:before {content: "\f184";}.flaticon-fridge:before {content: "\f185";}.flaticon-refrigerator-1:before {content: "\f186";}.flaticon-fridge-1:before {content: "\f187";}.flaticon-fridge-2:before {content: "\f188";}.flaticon-snowflake:before {content: "\f189";}.flaticon-gym:before {content: "\f18a";}.flaticon-gym-1:before {content: "\f18b";}.flaticon-training:before {content: "\f18c";}.flaticon-weights:before {content: "\f18d";}.flaticon-stationary-bike:before {content: "\f18e";}.flaticon-yoga-pose:before {content: "\f18f";}.flaticon-lotus:before {content: "\f190";}.flaticon-stationary-bike-1:before {content: "\f191";}.flaticon-fitness:before {content: "\f192";}.flaticon-barbell:before {content: "\f193";}.flaticon-treadmill:before {content: "\f194";}.flaticon-aromatherapy:before {content: "\f195";}.flaticon-aromatherapy-1:before {content: "\f196";}.flaticon-massage:before {content: "\f197";}.flaticon-essential-oil:before {content: "\f198";}.flaticon-aromatherapy-2:before {content: "\f199";}.flaticon-massage-1:before {content: "\f19a";}.flaticon-spa:before {content: "\f19b";}.flaticon-aromatherapy-3:before {content: "\f19c";}.flaticon-shower:before {content: "\f19d";}.flaticon-shower-1:before {content: "\f19e";}.flaticon-bathtub:before {content: "\f19f";}.flaticon-bathtub-1:before {content: "\f1a0";}.flaticon-bathtub-2:before {content: "\f1a1";}.flaticon-bathtub-3:before {content: "\f1a2";}.flaticon-bathtub-4:before {content: "\f1a3";}.flaticon-shower-2:before {content: "\f1a4";}.flaticon-bathtub-5:before {content: "\f1a5";}.flaticon-bathroom:before {content: "\f1a6";}.flaticon-bathing:before {content: "\f1a7";}.flaticon-swimming-pool:before {content: "\f1a8";}.flaticon-swimming-pool-1:before {content: "\f1a9";}.flaticon-ladder:before {content: "\f1aa";}.flaticon-swimming-pool-2:before {content: "\f1ab";}.flaticon-pool:before {content: "\f1ac";}.flaticon-pool-1:before {content: "\f1ad";}.flaticon-hot-tub:before {content: "\f1ae";}.flaticon-sun-bath:before {content: "\f1af";}.flaticon-washing-machine:before {content: "\f1b0";}.flaticon-laundry-service:before {content: "\f1b1";}.flaticon-printer:before {content: "\f1b2";}.flaticon-area:before {content: "\f1b3";}.flaticon-maximize:before {content: "\f1b4";}.flaticon-full-screen:before {content: "\f1b5";}.flaticon-resize:before {content: "\f1b6";}.flaticon-text-area:before {content: "\f1b7";}.flaticon-moka-pot:before {content: "\f1b8";}.flaticon-espresso:before {content: "\f1b9";}.flaticon-kettle:before {content: "\f1ba";}.flaticon-baby-crib:before {content: "\f1bb";}.flaticon-crib:before {content: "\f1bc";}.flaticon-hair-dryer:before {content: "\f1bd";}.flaticon-slippers:before {content: "\f1be";}.flaticon-shampoo:before {content: "\f1bf";}.flaticon-towel-1:before {content: "\f1c0";}.flaticon-towel-2:before {content: "\f1c1";}.flaticon-towel-3:before {content: "\f1c2";}.flaticon-bicycle:before {content: "\f1c3";}.flaticon-goal:before {content: "\f1c4";}.flaticon-barbeque:before {content: "\f1c5";}.flaticon-barbecue:before {content: "\f1c6";}.flaticon-bar-counter:before {content: "\f1c7";}.flaticon-cocktail:before {content: "\f1c8";}.flaticon-cocktail-1:before {content: "\f1c9";}.flaticon-cocktail-2:before {content: "\f1ca";}.flaticon-veterinary:before {content: "\f1cb";}.flaticon-disabilities:before {content: "\f1cc";}.flaticon-wheelchair:before {content: "\f1cd";}.flaticon-hot:before {content: "\f1ce";}.flaticon-sunny:before {content: "\f1cf";}.flaticon-weather:before {content: "\f1d0";}.flaticon-television:before {content: "\f1d1";}.flaticon-landscape-1:before {content: "\f1d2";}.flaticon-landscape-2:before {content: "\f1d3";}.flaticon-signpost-1:before {content: "\f1d4";}.flaticon-biodiversity:before {content: "\f1d5";}.flaticon-biodiversity-1:before {content: "\f1d6";}.flaticon-gluten-free:before {content: "\f1d7";}.flaticon-salad:before {content: "\f1d8";}.flaticon-plant-based:before {content: "\f1d9";}.flaticon-tuxedo:before {content: "\f1da";}.flaticon-clothes:before {content: "\f1db";}.flaticon-open-sign:before {content: "\f1dc";}.flaticon-24-hours:before {content: "\f1dd";}.flaticon-reserved:before {content: "\f1de";}.flaticon-snowboard:before {content: "\f1df";}.flaticon-ski-equipment:before {content: "\f1e0";}.flaticon-ski-lift:before {content: "\f1e1";}.flaticon-alpine:before {content: "\f1e2";}.flaticon-goggles:before {content: "\f1e3";}.flaticon-snorkel:before {content: "\f1e4";}.flaticon-serving-dish:before {content: "\f1e5";}.flaticon-wine:before {content: "\f1e6";}.flaticon-safe-box:before {content: "\f1e7";}.flaticon-strongbox:before {content: "\f1e8";}.flaticon-charity:before {content: "\f1e9";}.flaticon-win:before {content: "\f1ea";}.flaticon-shield:before {content: "\f1eb";}.flaticon-payment-protection:before {content: "\f1ec";}.flaticon-credit-card-payment:before {content: "\f1ed";}.flaticon-circular-clock:before {content: "\f1ee";}.flaticon-calendar-5:before {content: "\f1ef";}.flaticon-presentation:before {content: "\f1f0";}.flaticon-board:before {content: "\f1f1";}.flaticon-area-1:before {content: "\f1f2";}.flaticon-bath-robe:before {content: "\f1f3";}.flaticon-bucket:before {content: "\f1f4";}.flaticon-bathrobe:before {content: "\f1f5";}.flaticon-bathrobe-1:before {content: "\f1f6";}.flaticon-bathrobe-2:before {content: "\f1f7";}.flaticon-facade:before {content: "\f1f8";}.flaticon-balcony:before {content: "\f1f9";}.flaticon-balcony-1:before {content: "\f1fa";}.flaticon-balcony-2:before {content: "\f1fb";}.flaticon-pillow:before {content: "\f1fc";}.flaticon-stove:before {content: "\f1fd";}.flaticon-fire-alarm:before {content: "\f1fe";}.flaticon-cctv:before {content: "\f1ff";}.flaticon-first-aid-box:before {content: "\f200";}