@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:0;pointer-events:none;padding:0}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden;display:flex;flex-direction:column;gap:var(--py-content-gap)}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{display:flex;flex-direction:column;gap:var(--py-content-gap);backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:#fff0;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.splide__pagination__page{aspect-ratio:1/1;border-radius:50%;border:none;background-color:hsl(27 100% 76%)}.splide__pagination__page.is-active{border:1px solid var(--py-brand-color-3);background-color:var(--py-brand-color-3)}.splide__arrows{display:flex}.splide__arrow{display:flex;align-items:center;aspect-ratio:1/1;padding:.5rem}.sue-container{max-width:100%;width:100%;margin:20px auto;padding:20px;border-radius:8px;background:#fff;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.sue-form{width:100%;display:flex;flex-direction:column;gap:10px;padding:15px;border-radius:8px;background:#f9f9f9;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.sue-form input[type="url"]{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px}.sue-form button{background-color:#f60;color:#fff;border:none;padding:12px;font-size:16px;font-weight:700;border-radius:5px;cursor:pointer;transition:background 0.3s ease-in-out}.sue-form button:hover{background-color:#e65c00}.sue-results-container{width:100%;margin-top:20px;border-radius:8px;background:#fff;box-shadow:0 4px 8px rgb(0 0 0 / .1);padding:10px}.sue-results-iframe{width:100%;height:300px;border:1px solid #ddd;overflow:hidden}.sue-export-container{display:none;width:100%;display:flex;justify-content:flex-end;margin-bottom:10px}.sue-export-btn{background-color:#f60;color:#fff;border:none;padding:10px 15px;font-size:14px;font-weight:700;border-radius:5px;cursor:pointer;transition:background 0.3s ease-in-out}.sue-export-btn:hover{background-color:#e65c00}#chat-widget-container{position:fixed;bottom:20px;right:20px;z-index:9999}#chat-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px rgb(0 0 0 / .2);position:relative;transition:transform 0.2s ease}#chat-button:hover{transform:scale(1.05)}#chat-button svg{fill:#fff;width:24px;height:24px}#chat-badge{position:absolute;top:-5px;right:-5px;background:red;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px;display:none;min-width:20px;text-align:center}#teaser-bubble{position:absolute;bottom:80px;right:0;background:#fff;border-radius:16px;padding:12px;box-shadow:0 4px 12px rgb(0 0 0 / .15);display:none;width:240px;animation:slideIn 0.3s ease}@keyframes slideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#teaser-bubble::after{content:'';position:absolute;bottom:-10px;right:20px;border:10px solid #fff0;border-top-color:#fff}#teaser-avatar{width:50px;height:50px;border-radius:50%;margin-right:8px;object-fit:cover}#teaser-text{font-size:14px;color:#333;line-height:1.4}#teaser-close{position:absolute;top:8px;right:8px;cursor:pointer;color:#aaa;font-size:20px;line-height:1;font-weight:700}#teaser-close:hover{color:#666}#chat-window{display:none;width:320px;height:480px;border-radius:16px;box-shadow:0 8px 16px rgb(0 0 0 / .2);flex-direction:column;overflow:hidden;animation:slideIn 0.3s ease}#chat-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:12px;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;align-items:center}#header-avatar{width:32px;height:32px;border-radius:50%;margin-right:8px;object-fit:cover}#header-name{font-size:16px;font-weight:700}#header-response{font-size:12px;opacity:.8;margin-top:4px}#header-close{margin-left:auto;cursor:pointer;color:#fff;font-size:24px;line-height:1;font-weight:700}#header-close:hover{opacity:.8}#chat-messages{flex:1;padding:12px;overflow-y:auto;background:var(--background-color)}#chat-messages::-webkit-scrollbar{width:6px}#chat-messages::-webkit-scrollbar-track{background:#f1f1f1}#chat-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}#chat-messages::-webkit-scrollbar-thumb:hover{background:#555}.message{display:flex;margin-bottom:12px;animation:messageIn 0.2s ease}@keyframes messageIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.bot-message{align-items:flex-start}.bot-message .avatar{width:28px;height:28px;border-radius:50%;margin-right:8px;object-fit:cover;flex-shrink:0}.message-text{background:#f1f1f1;padding:8px 12px;border-radius:12px;font-size:14px;max-width:80%;word-wrap:break-word;line-height:1.4}.bot-message .message-text{background:#f1f1f1;color:#333}.message-text h1,.message-text h2,.message-text h3{font-weight:700;margin-top:.5em;margin-bottom:.5em;line-height:1.2}.message-text h1{font-size:1.5em}.message-text h2{font-size:1.3em}.message-text h3{font-size:1.1em}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child{margin-top:0}.message-text strong{font-weight:700}.message-text em{font-style:italic}.message-text a{color:var(--primary-color);text-decoration:underline}.message-text a:hover{opacity:.8}.message-text ul,.message-text ol{margin:.5em 0;padding-left:1.5em}.message-text ul{list-style-type:disc}.message-text ol{list-style-type:decimal}.message-text li{margin:.25em 0}.message-text p{margin:.5em 0}.message-text p:first-child{margin-top:0}.message-text p:last-child{margin-bottom:0}.message-text code{background:rgb(0 0 0 / .05);padding:.2em .4em;border-radius:3px;font-family:'Courier New',Courier,monospace;font-size:.9em}.message-text pre{background:rgb(0 0 0 / .05);padding:.5em;border-radius:4px;overflow-x:auto;margin:.5em 0}.message-text pre code{background:none;padding:0;font-size:.85em}.message-text blockquote{border-left:3px solid var(--primary-color);padding-left:.75em;margin:.5em 0;color:#666}.message-text hr{border:none;border-top:1px solid #ddd;margin:.75em 0}.user-message{justify-content:flex-end}.user-message .message-text{background:var(--primary-color);color:#fff}#chat-input{display:flex;padding:12px;border-top:1px solid #eee;background:var(--background-color)}#input-field{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:20px;font-size:14px;outline:none}#input-field:focus{border-color:var(--primary-color)}#send-button{background:var(--primary-color);color:#fff;border:none;padding:8px 16px;border-radius:20px;margin-left:8px;cursor:pointer;font-size:14px;font-weight:500;transition:opacity 0.2s ease}#send-button:hover{opacity:.9}#send-button:active{transform:scale(.98)}#powered-by{text-align:center;font-size:12px;color:#aaa;padding:8px;background:var(--background-color)}#powered-by a{color:#aaa;text-decoration:none}#powered-by a:hover{text-decoration:underline}#chat-widget-container.position-left{left:20px;right:auto}#chat-widget-container.position-left #teaser-bubble{left:0;right:auto}#chat-widget-container.position-left #teaser-bubble::after{left:20px;right:auto}.typing-dots{display:inline-flex;align-items:center;gap:4px;padding:2px 0}.typing-dot{width:6px;height:6px;border-radius:50%;background:#888;display:inline-block;animation:typingBounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:0.15s}.typing-dot:nth-child(3){animation-delay:0.30s}@keyframes typingBounce{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}@media (prefers-reduced-motion:reduce){.typing-dot{animation:typingFade 1.4s infinite ease-in-out}}@keyframes typingFade{0%,100%{opacity:.3}50%{opacity:1}}@media (max-width:480px){#chat-window{width:100vw;height:100dvh;border-radius:0;position:fixed;bottom:0;right:0;left:0;top:0}#chat-header{border-radius:0}#teaser-bubble{max-width:calc(100vw - 100px)}}:root{--py-bc-1:hsl(27, 100%, 56%);--py-bc-1-hs:27, 100%;--py-bc-1-l:56%;--py-bc-1-a:1;--py-brand-color-1:hsl(var(--py-bc-1-hs),var(--py-bc-1-l),var(--py-bc-1-a));--py-bc-2:hsl(183, 100%, 35%);--py-bc-2-hs:183, 100%;--py-bc-2-l:35%;--py-bc-2-a:1;--py-brand-color-2:hsl(var(--py-bc-2-hs),var(--py-bc-2-l),var(--py-bc-2-a));--py-bc-3:hsl(24, 100%, 50%);--py-bc-3-hs:24, 100%;--py-bc-3-l:50%;--py-bc-3-a:1;--py-brand-color-3:hsl(var(--py-bc-3-hs),var(--py-bc-3-l),var(--py-bc-3-a));--py-bc-4:hsl(343, 9%, 48%);--py-bc-4-hs:343, 9%;--py-bc-4-l:48%;--py-bc-4-a:1;--py-brand-color-4:hsl(var(--py-bc-4-hs),var(--py-bc-4-l),var(--py-bc-4-a));--py-bc-5:hsl(0, 0%, 31%);--py-bc-5-hs:0, 0%;--py-bc-5-l:31%;--py-bc-5-a:1;--py-brand-color-5:hsl(var(--py-bc-5-hs),var(--py-bc-5-l),var(--py-bc-5-a));--py-bc-6:hsl(0, 0%, 70%);--py-bc-6-hs:0, 0%;--py-bc-6-l:70%;--py-bc-6-a:1;--py-brand-color-6:hsl(var(--py-bc-6-hs),var(--py-bc-6-l),var(--py-bc-6-a));--py-bc-7:hsl(0, 0%, 70%);--py-bc-7-hs:0, 0%;--py-bc-7-l:70%;--py-bc-7-a:1;--py-brand-color-7:hsl(var(--py-bc-7-hs),var(--py-bc-7-l),var(--py-bc-7-a));--py-bc-8:hsl(0, 0%, 70%);--py-bc-8-hs:0, 0%;--py-bc-8-l:70%;--py-bc-8-a:1;--py-brand-color-8:hsl(var(--py-bc-8-hs),var(--py-bc-8-l),var(--py-bc-8-a));--py-bc-9:hsl(0, 0%, 70%);--py-bc-9-hs:0, 0%;--py-bc-9-l:70%;--py-bc-9-a:1;--py-brand-color-9:hsl(var(--py-bc-9-hs),var(--py-bc-9-l),var(--py-bc-9-a));--py-body-color:hsl(0, 0%, 0%);--py-white-base:0, 0%, 100%;--py-white:hsl(var(--py-white-base));--py-black-color:hsl(0, 0%, 0%);--py-black-hs:0, 0%;--py-black-l:0%;--py-black:hsl(var(--py-black-hs), var(--py-black-l));--py-button-color:var(--py-brand-color-1);--py-button-text-color:hsl(0, 0%, 100%);--py-button-padding:20px 40px;--py-button-border-radius:100px;--py-font-family-body:'Gilroy', sans-serif;--py-font-family-heading:var(--py-font-family-body);--py-h1:clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 3.125)), 9rem);--py-h1-m:clamp(3.5rem, calc(3.5rem + ((1vw - 0.32rem) * 1.5625)), 6rem);--py-h2:clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 1.875)), 6rem);--py-h2-m:clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 0.625)), 4rem);--py-h3:2.4rem;--py-h4:2.2rem;--py-h5:2.0rem;--py-h6:1.8rem;--py-body:1.8rem;--py-body-m:2rem;--py-body-l:2.2rem;--py-ch:66ch;--py-font-family:inherit;--py-text-color:inherit;--py-font-size:inherit;--py-text-align:inherit;--py-text-align-responsive:var(--py-text-align);--py-font-weight:inherit;--py-text-transform:inherit;--py-line-height:inherit;--py-width:inherit;--py-height:inherit;--py-max-width:inherit;--py-sec-pad-inline:clamp(20px, calc(20px + ((1vw - 3.2px) * 7.1429)), 100px);--py-sec-pad-block:clamp(50px, calc(50px + ((1vw - 3.2px) * 7.1429)), 130px);--py-container-width:1440px;--py-section-gap:4rem;--py-container-gap:3rem;--py-content-gap:2rem;--py-grid-gap:4rem;--py-gap-fluid-1:clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 2.6785714285714284)), 4rem);--py-spacing-unit:0.4rem;--py-space-0:0;--py-space-xs:var(--py-spacing-unit);--py-space-sm:calc(var(--py-spacing-unit) * 2);--py-space-md:calc(var(--py-spacing-unit) * 4);--py-space-lg:calc(var(--py-spacing-unit) * 6);--py-space-xl:calc(var(--py-spacing-unit) * 8);--py-space-2xl:calc(var(--py-spacing-unit) * 12);--py-space-3xl:calc(var(--py-spacing-unit) * 16);--py-radius:1rem;--border-radius:calc(var(--py-radius) * 1);--thumb-background-color:var(--py-white);--thumb-background-image:url('data:image/svg+xml;utf8,<svg viewbox="0 0 60 60" width="60" height="60" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 20 L10 30 L20 40"/><path fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 20 L50 30 L40 40"/></svg>');
    --thumb-size: 3.5rem;
    --thumb-radius: 50%;
    --thumb-border-color: var(--py-white);
    --thumb-border-size: 2px;
    --focus-width: var(--thumb-border-size);
    --focus-color: transparent;
    --border-width: 2px;
    --border-color: var(--py-white);
    --divider-width: 2px;
    --divider-color: var(--py-white);

    /* Flex Direction */
    --py-flex-direction: column;
    --py-flex-direction-tab-m: var(--py-flex-direction);
    --py-flex-direction-tab-l: var(--py-flex-direction);
    --py-flex-direction-desktop: var(--py-flex-direction);

    /* Flex Wrap */
    --py-flex-wrap: nowrap;
    --py-flex-wrap-tab-m: var(--py-flex-wrap);
    --py-flex-wrap-tab-l: var(--py-flex-wrap);
    --py-flex-wrap-desktop: var(--py-flex-wrap);

    /* Grids - Grid Template Columns */
    --py-grid-columns: 1;
    --py-grid-columns-tab-m: var(--py-grid-columns);
    --py-grid-columns-tab-l: var(--py-grid-columns);
    --py-grid-columns-desktop: var(--py-grid-columns);
    --py-grid-min: 0;
    --py-grid-min-tab-m: var(--py-grid-min);
    --py-grid-min-tab-l: var(--py-grid-min);
    --py-grid-min-desktop: var(--py-grid-min);

    /* Grids - Grid Item */
    --py-grid-item-row: auto/auto;
    --py-grid-item-row-tab-m: var(--py-grid-item-row);
    --py-grid-item-row-tab-l: var(--py-grid-item-row);
    --py-grid-item-row-desktop: var(--py-grid-item-row);
    --py-grid-item-column: auto/auto;
    --py-grid-item-column-tab-m: var(--py-grid-item-column);
    --py-grid-item-column-tab-l: var(--py-grid-item-column);
    --py-grid-item-column-desktop: var(--py-grid-item-column);

    /* Align Items */
    --py-align-items: stretch;
    --py-align-items-tab-m: var(--py-align-items);
    --py-align-items-tab-l: var(--py-align-items);
    --py-align-items-desktop: var(--py-align-items);

    /* Justify Content */
    --py-justify-content: flex-start;
    --py-justify-content-tab-m: var(--py-justify-content);
    --py-justify-content-tab-l: var(--py-justify-content);
    --py-justify-content-desktop: var(--py-justify-content);

    /* Align Content */
    --py-align-content: stretch;
    --py-align-content-tab-m: var(--py-align-content);
    --py-align-content-tab-l: var(--py-align-content);
    --py-align-content-desktop: var(--py-align-content);

    /* Images */
    --py-object-fit: fill;
    --py-aspect-ratio: inherit;
}

/* Fonts Face */
/* Fonts */
@font-face{ 
    font-family: 'Gilroy';
    src: url(/wp-content/uploads/gilroy-medium-1.woff2) format('woff2'), url(/wp-content/uploads/gilroy-medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: 'Gilroy';
    src: url(/wp-content/uploads/gilroy-bold-1.woff2) format('woff2'), url(/wp-content/uploads/gilroy-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: 'Gilroy';
    src: url(/wp-content/uploads/gilroy-black-1.woff2) format('woff2'), url(/wp-content/uploads/gilroy-black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
 }

/* Roboto */
@font-face{ 
    font-family: 'Roboto';
    src: url(/wp-content/uploads/roboto-v30-latin-300.woff2) format('woff2'), url(/wp-content/uploads/roboto-v30-latin-300.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: 'Roboto';
    src: url(/wp-content/uploads/roboto-v30-latin-regular.woff2) format('woff2'), url(/wp-content/uploads/roboto-v30-latin-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: 'Roboto';
    src: url(/wp-content/uploads/roboto-v30-latin-500.woff2) format('woff2'), url(/wp-content/uploads/roboto-v30-latin-500.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: 'Roboto';
    src: url(/wp-content/uploads/roboto-v30-latin-700.woff2) format('woff2'), url(/wp-content/uploads/roboto-v30-latin-700.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: 'Roboto';
    src: url(/wp-content/uploads/roboto-v30-latin-900.woff2) format('woff2'), url(/wp-content/uploads/roboto-v30-latin-900.woff) format('woff');font-weight:900;font-style:normal;font-display:swap}*,::after,::before,html{box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}html:focus-within{scroll-behavior:smooth}blockquote,dd,dl,figure{margin:0}ol[role=list],ul[role=list]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}figure,img,picture{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}button,[role="button"]{cursor:pointer}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}[x-cloak]{display:none!important}.py-section{padding-inline:var(--py-sec-pad-inline);padding-block:var(--py-sec-pad-block)}.py-container{width:100%;max-width:var(--py-container-width);margin-inline:auto;flex-grow:1}.py-flex{display:flex;flex-direction:var(--py-flex-direction);align-items:var(--py-align-items);justify-content:var(--py-justify-content);flex-wrap:var(--py-flex-wrap);align-content:var(--py-align-content)}.py-grid{--py-grid-template-columns:repeat(var(--py-grid-columns), minmax(var(--py-grid-min), 1fr));display:grid;align-items:var(--py-align-items);grid-template-columns:var(--py-grid-template-columns)}.py-grid-reverse-tab-m>:first-child{order:2}.py-grid-reverse-tab-l>:first-child{order:2}.py-grid-reverse-desktop>:first-child{order:2}.py-grid-item{grid-row:var(--py-grid-item-row);grid-column:var(--py-grid-item-column)}.py-padding{--py-pad-t-calc:2rem;--py-pad-r-calc:2rem;--py-pad-b-calc:2rem;--py-pad-l-calc:2rem;padding:calc(var(--py-pad-t-calc)) calc(var(--py-pad-r-calc)) calc(var(--py-pad-b-calc)) calc(var(--py-pad-l-calc))}.py-section-padding{--py-pad-t-calc:var(--py-sec-pad-block);--py-pad-r-calc:var(--py-sec-pad-inline);--py-pad-b-calc:var(--py-sec-pad-block);--py-pad-l-calc:var(--py-sec-pad-inline);padding:calc(var(--py-pad-t-calc)) calc(var(--py-pad-r-calc)) calc(var(--py-pad-b-calc)) calc(var(--py-pad-l-calc))}.py-gap{--py-gap-value:inherit;gap:calc(var(--py-gap-value))}.py-background-color-1{--py-bc-l:var(--py-bc-1-l);background-color:hsl(var(--py-bc-1-hs),var(--py-bc-l))}.py-background-color-2{--py-bc-l:var(--py-bc-2-l);background-color:hsl(var(--py-bc-2-hs),var(--py-bc-l))}.py-background-color-3{--py-bc-l:var(--py-bc-3-l);background-color:hsl(var(--py-bc-3-hs),var(--py-bc-l))}.py-background-color-4{--py-bc-l:var(--py-bc-4-l);background-color:hsl(var(--py-bc-4-hs),var(--py-bc-l))}.py-background-color-5{--py-bc-l:var(--py-bc-5-l);background-color:hsl(var(--py-bc-5-hs),var(--py-bc-l))}.py-background-color-6{--py-bc-l:var(--py-bc-6-l);background-color:hsl(var(--py-bc-6-hs),var(--py-bc-l))}.py-background-color-7{--py-bc-l:var(--py-bc-7-l);background-color:hsl(var(--py-bc-7-hs),var(--py-bc-l))}.py-background-color-8{--py-bc-l:var(--py-bc-8-l);background-color:hsl(var(--py-bc-8-hs),var(--py-bc-l))}.py-background-color-9{--py-bc-l:var(--py-bc-9-l);background-color:hsl(var(--py-bc-9-hs),var(--py-bc-l))}.py-background-color-black{--py-bc-l:var(--py-black-l);background-color:hsl(var(--py-black-hs),var(--py-bc-l))}.py-shadow-1{box-shadow:0 1px 3px 0 rgb(0 0 0 / .1),0 1px 2px -1px rgb(0 0 0 / .1)}.py-shadow-2{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}.py-shadow-3{box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}.py-shadow-4{box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.py-image{width:var(--py-width);height:var(--py-height);object-fit:var(--py-object-fit);aspect-ratio:var(--py-aspect-ratio)}.py-bg-img{position:absolute!important;top:0;left:0;width:100%;height:100%!important;object-fit:cover;object-position:50% 50%}.py-text{font-family:var(--py-font-family);color:var(--py-text-color);font-size:var(--py-font-size);text-align:var(--py-text-align);font-weight:var(--py-font-weight);text-transform:var(--py-text-transform);max-width:var(--py-max-width);line-height:var(--py-line-height)}body{display:flex;flex-direction:column;font-family:var(--py-font-family-body);font-size:var(--py-body);font-weight:400;line-height:1.4;color:var(--py-body-color);text-rendering:optimizeSpeed;min-height:100vh}main{flex-grow:1}h1,h2,h3,h4,h5,h6{--py-font-family:var(--py-font-family-heading);--py-font-weight:900;--py-line-height:1.1;line-height:var(--py-line-height);font-family:var(--py-font-family);font-weight:var(--py-font-weight)}h1{--py-font-size:var(--py-h1);font-size:var(--py-font-size)}h2{--py-font-size:var(--py-h2);font-size:var(--py-font-size);color:var(--py-brand-color-1)}h3{--py-font-size:var(--py-h3);font-size:var(--py-font-size)}h4{--py-font-size:var(--py-h4);font-size:var(--py-font-size)}h5{--py-font-size:var(--py-h5);font-size:var(--py-font-size)}h6{--py-font-size:var(--py-h6);font-size:var(--py-font-size)}:is(.py-section,.py-header,.py-footer) :is(p,h1,h2,h3,h4,h5,h6){margin:0}.fade-up{opacity:0;transform:translateY(50px)}.py-header{padding:4rem var(--py-sec-pad-inline);transition-duration:0.6s;position:fixed;top:0;width:100%;z-index:999}.py-header .py-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative}.py-header.sticky{box-shadow:rgb(0 0 0 / .16) 0 1px 4px;background-color:hsl(0 0% 100%)}.py-header.sticky .py-header-logo{max-width:140px}.py-header-logo{display:flex;width:220px;transition-duration:0.6s}nav.main-nav{display:none}.main-nav li{position:relative;display:flex;align-items:center;color:var(--py-body-color);font-size:1.8rem}.main-nav .menu{display:flex;list-style-type:none;padding-left:0;margin:0}.main-nav .menu :is(a,span){padding:10px 20px;text-decoration:none;color:var(--py-body-color)}.main-nav .menu a:hover{color:var(--py-body-color)}.main-nav .menu-item button{position:absolute;right:-10px;top:12px;background:none;border:none;padding:6px;cursor:pointer;transform:rotate(45deg)}.main-nav .menu-item button:after{display:block;content:"";width:8px;height:8px;border-right:1px solid var(--py-body-color);border-bottom:1px solid var(--py-body-color);transition:0.6s}.main-nav .menu-item button.open:after{transform:rotate(180deg)}.main-nav .menu-item:hover>button:after{transform:rotate(180deg)}.main-nav li .sub-menu{position:absolute;display:flex;flex-direction:column;top:100%;left:0;background-color:#fff;width:max-content;padding:0;border-radius:0;box-shadow:rgb(0 0 0 / .1) 0 4px 12px;transform:translate(0,0);opacity:1;transition:all 0.6s}.main-nav li ul.open{transform:translate(0,50px);opacity:0}.main-nav li .sub-menu .sub-menu{top:0;left:100%}.main-nav li .sub-menu li{font-size:1.8rem;color:var(--py-body-color)}.main-nav li .sub-menu li a{color:var(--py-body-color)}.main-nav li .sub-menu li a:hover{color:var(--py-body-color)}.mobile-menu{display:flex}.main-nav-mobile .nav-logo a{height:100%}.mobile-menu__background{width:100%;background-color:rgb(0 0 0 / .5);position:fixed;z-index:999;height:100%;top:0;left:0}.mobile-menu__panel{background-color:var(--py-white);position:fixed;top:0;bottom:0;right:0;width:100%;max-width:600px;padding:10rem 2rem;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:scroll}.mobile-menu__close{position:absolute;top:.5rem;right:.5rem;display:none;padding:.5rem;border-radius:4px;color:var(--py-black);border:1px solid var(--py-black);background-color:#fff0;z-index:999}.main-nav-mobile ul.menu{list-style-type:none;padding-left:0;margin:auto;position:relative;display:flex;flex-direction:column;align-items:flex-start}.main-nav-mobile li{font-size:1.8rem;color:var(--py-body-color);position:relative;display:flex;flex-direction:column}.main-nav-mobile li a,.main-nav-mobile li span{display:flex;align-items:center;padding:10px 0 10px 0;color:var(--py-body-color);width:fit-content;text-decoration:none}.main-nav-mobile li a:hover{color:var(--py-body-color)}.main-nav-mobile .nav-logo{position:absolute;top:-40px;left:50%;transform:translate(-50%,0)}.main-nav-mobile .nav-logo a{width:100%}.main-nav-mobile .menu-item-has-children>a::after{display:none}.main-nav-mobile .menu-item button{position:absolute;right:-26px;top:12px;background:none;border:none;padding:6px;cursor:pointer;transform:rotate(45deg)}.main-nav-mobile .menu-item button:after{display:block;content:"";width:8px;height:8px;border-right:1px solid #333;border-bottom:1px solid #333;transition:0.6s}.main-nav-mobile .menu-item .open:after{transform:rotate(180deg)}.nav-search-wrapper{display:flex;align-items:center}.search-wrapper__button{width:20px;height:20px;border:none;background:#fff0;cursor:pointer}.search-wrapper__wrapper-form{display:flex;width:100%;height:50px;position:absolute;bottom:-50px;left:0;justify-content:center;flex-direction:column;align-items:center;max-height:0;overflow:hidden;opacity:0;transition:0.8s}.search-wrapper__form{display:flex;width:fit-content;justify-content:center;align-items:center}.search-active+.search-wrapper__wrapper-form{max-height:1000px;opacity:1}.search-wrapper__btn[aria-expanded="true"] .search-wrapper__open-span{display:none}.visuallyhidden{height:1px;width:1px;overflow:hidden;position:absolute!important;border:0;padding:0!important;margin:0}.main-nav-mobile li .sub-menu{background-color:var(--py-white);padding-left:10px;border-radius:0;list-style-type:none;margin:0;width:100%;transition:1s}.main-nav-mobile li .sub-menu li{font-size:1.8rem;color:var(--py-body-color)}.main-nav-mobile li .sub-menu li a{color:var(--py-body-color)}.mobile-menu__trigger{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0;background-color:var(--py-white);border-radius:0;border:none;gap:5px;z-index:9999}.mobile-menu__trigger-lines{--line-width:3rem;display:block;width:var(--line-width);height:.3rem;background-color:var(--py-black);transition:all 0.4s}.mobile-menu__trigger-lines--line1{transform:translate(0%,270%) rotate(45deg);width:var(--line-width)}.mobile-menu__trigger-lines--line2{opacity:0;visibility:hidden}.mobile-menu__trigger-lines--line3{transform:translate(0%,-270%) rotate(-45deg);width:var(--line-width)}address{font-style:normal;display:flex;flex-direction:column}a{color:var(--py-brand-color-2);text-decoration:none!important}a:hover{color:var(--py-brand-color-1);text-decoration:none}.btn{color:var(--py-button-text-color);background-color:var(--py-button-color);padding:var(--py-button-padding);border:1px solid var(--py-button-color);border-radius:var(--py-button-border-radius);cursor:pointer;width:fit-content;text-decoration:none;display:flex;justify-content:center;transition:all 0.3s;text-align:center;position:relative;align-items:center}.btn:hover{color:var(--py-button-text-color)}.btn--second{--py-button-color:var(--py-brand-color-2)}.py-post-container{max-width:1000px}form{width:100%}.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme textarea,.gform_wrapper.gravity-theme select{font-size:1.8rem;padding:20px 30px!important;color:var(--py-body-color);background-color:#ffe7d2;border:1px solid #ffe7d2;border-radius:80px}input[type=button],input[type=submit],input[type=reset],::-webkit-file-upload-button{color:var(--py-button-text-color);background-color:var(--py-button-color);padding:var(--py-button-padding);border:1px solid var(--py-button-color);border-radius:var(--py-button-border-radius);cursor:pointer;transition:0.6s}input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover,::-webkit-file-upload-button:hover{color:var(--py-button-text-color);background-color:var(--py-button-color);padding:var(--py-button-padding);border:1px solid var(--py-button-color);border-radius:var(--py-button-border-radius);transition:0.6s}.back-to-top{padding:.5rem;background-color:var(--py-brand-color-2);border-radius:50%;position:fixed;display:flex;right:9rem;bottom:2.5rem;opacity:0;cursor:pointer}.back-to-top__icon{width:4rem;height:4rem;fill:#fff}.btt-show{opacity:1}.py-footer{padding:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.error404 main{display:grid;place-items:center}#clampForm{display:flex;flex-direction:column;gap:1rem;align-items:start}#clampForm label{display:block}#clampForm input,#clampForm select{width:100%;padding:8px}#clampForm button{padding:10px;background-color:#4CAF50;color:#fff;border:none;cursor:pointer}.clamp-size-wrapper{display:flex;gap:2rem}.clamp-size-wrapper div{display:flex;flex-direction:column;gap:1rem}#unitOptions{display:flex;gap:1rem}#unitOptions label{display:flex}.copy{cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem}.copy-notify{color:#ababab;font-size:1.4rem;position:absolute;bottom:100%;right:0}.copy:hover{background-color:#ddd}.dev-row{display:flex;gap:2rem;align-items:center}.dev-row h3{font-size:2.4rem}.dev-row__column{align-items:flex-start}.dev-row ul{display:flex;padding:0;margin:0;list-style-type:none;gap:1rem;flex-wrap:wrap}.dev-row__column ul li:first-child{font-weight:600;font-size:2rem}.dev-row__color{display:inline-block;width:2rem;height:2rem}.dev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.dev-grid ul{list-style-type:none;padding:0;margin:0}.dev-grid__content-wrapper{display:flex;flex-direction:column;gap:var(--py-content-gap)}.copytext{display:none}#clampResult .copytext{display:inline-block}@media (min-width:480px){.py-grid-tab-m{--py-grid-columns:var(--py-grid-columns-tab-m)!important;--py-grid-min:var(--py-grid-min-tab-m)!important}.py-grid-item-tab-m{--py-grid-item-row:var(--py-grid-item-row-tab-m)!important;--py-grid-item-column:var(--py-grid-item-column-tab-m)!important}.py-grid-two-tab-m{--py-grid-columns:2!important}.py-grid-reverse-tab-m>:first-child{order:inherit}.py-flex-tab-m{--py-flex-direction:var(--py-flex-direction-tab-m)!important;--py-align-items:var(--py-align-items-tab-m)!important;--py-justify-content:var(--py-justify-content-tab-m)!important;--py-flex-wrap:var(--py-flex-wrap-tab-m)!important;--py-align-content:var(--py-align-content-tab-m)!important}.py-text-tab-m{--py-text-align:var(--py-text-align-responsive)!important}}@media (min-width:768px){.py-grid-tab-l{--py-grid-columns:var(--py-grid-columns-tab-l)!important;--py-grid-min:var(--py-grid-min-tab-l)!important}.py-grid-item-tab-l{--py-grid-item-row:var(--py-grid-item-row-tab-l)!important;--py-grid-item-column:var(--py-grid-item-column-tab-l)!important}.py-grid-two-tab-l{--py-grid-columns:2!important}.py-grid-reverse-tab-l>:first-child{order:inherit}.py-flex-tab-l{--py-flex-direction:var(--py-flex-direction-tab-l)!important;--py-align-items:var(--py-align-items-tab-l)!important;--py-justify-content:var(--py-justify-content-tab-l)!important;--py-flex-wrap:var(--py-flex-wrap-tab-l)!important;--py-align-content:var(--py-align-content-tab-l)!important}.py-text-tab-l{--py-text-align:var(--py-text-align-responsive)!important}}@media (min-width:992px){nav.main-nav{display:flex}.mobile-menu{display:none}.py-grid-desktop{--py-grid-columns:var(--py-grid-columns-desktop)!important;--py-grid-min:var(--py-grid-min-desktop)!important}.py-grid-item-desktop{--py-grid-item-row:var(--py-grid-item-row-desktop)!important;--py-grid-item-column:var(--py-grid-item-column-desktop)!important}.py-grid-two-desktop{--py-grid-columns:2!important}.py-grid-reverse-desktop>:first-child{order:inherit}.py-flex-desktop{--py-flex-direction:var(--py-flex-direction-desktop)!important;--py-align-items:var(--py-align-items-desktop)!important;--py-justify-content:var(--py-justify-content-desktop)!important;--py-flex-wrap:var(--py-flex-wrap-desktop)!important;--py-align-content:var(--py-align-content-desktop)!important}.py-text-desktop{--py-text-align:var(--py-text-align-responsive)!important}}.py-socials{display:flex;flex-wrap:wrap;gap:1rem}.py-socials a{display:flex;width:3rem;height:3rem;color:#000}.py-socials a:hover{color:var(--py-brand-color-1)}.py-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--py-grid-gap)}.py-search-grid__item{display:flex;flex-direction:column;gap:var(--py-content-gap)}@media (max-width:767px){.py-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:479px){.py-search-grid{grid-template-columns:minmax(0,1fr)}}.logo-back-graphic{transform:rotate(-25deg) translate(60px,-118px);transition:0.8s;background-color:#ffe6d1;position:absolute;z-index:-1;width:800px;left:-60px;border-bottom-left-radius:40px;height:250px}header.sticky .logo-back-graphic{transform:rotate(0deg) translate(-25px,0);width:200px;height:65px;min-height:0;left:0;border-radius:40px}@media (max-width:767px){.logo-back-graphic{transform:rotate(-25deg) translate(60px,-190px)}}@media (max-width:479px){.logo-back-graphic{display:none}}.btn:after{content:"";position:absolute;width:100%;height:100%;border:2px solid var(--py-button-color);border-radius:100px;transition:0.5s}.btn:hover:after{width:calc(100% + 10px);height:calc(100% + 10px);border:2px solid var(--py-button-color);transition:0.5s}.py-logo-slider .splide__slide{justify-content:center}.wp-block-list{display:flex;flex-direction:column;gap:1rem;padding-left:2rem}ul.wp-block-list.checkmark{list-style:none}.wp-block-list.checkmark li::marker{content:"✔";color:var(--py-brand-color-2);font-size:2rem}.wp-block-list.checkmark li{padding-left:1rem}.py-footer{background:rgb(255 102 0 / .1)}.footer-top{padding:var(--py-sec-pad-block) 0;position:relative;width:100%;max-width:var(--py-container-width);margin-inline:auto}.footer-top img{max-width:330px;margin-bottom:60px}.footer-top .wpe-column img{margin:5px 5px 0 0;min-width:21.33px}.footer-top .wpe-column .phone-icon{padding-right:6.06px;margin-top:0}@media (max-width:767px){.footer-top{padding-bottom:120px}}.py-footer-top__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--py-grid-gap)}.footer-top h2{font-weight:700;margin-bottom:0;font-size:clamp(2.8rem, 2.8rem + (1vw - 0.32rem) * 0.4464, 3.3rem)}.py-footer .py-container{padding:0 var(--py-sec-pad-inline);max-width:100%}h2.sp-cpt-name{font-size:var(--py-h2-m);color:var(--py-brand-color-2)}.footer-bottom{display:flex;flex-direction:column;padding:25px var(--py-sec-pad-inline);background:var(--py-brand-color-1);gap:20px;width:100%;color:#fff}.footer-bottom__top{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}.footer-bottom__top a{color:#fff}.footer-top .social-media-icons-wrap{display:flex;gap:20px;margin-top:auto}.footer-top a{display:flex;text-decoration:none;color:var(--brand-color-4);align-items:flex-start}.footer-top ul{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding-left:0;margin:0}.text-links-wrapper{display:flex;gap:1rem}.py-trademark-txt{font-size:1.4rem}.py-footer-top__grid .wpe-column{display:flex;flex-direction:column;gap:var(--py-content-gap)}.footer-bottom .py-container{display:flex;flex-direction:column;gap:1rem;padding:0;max-width:var(--py-container-width)}.feedback-pre-h2{font-family:var(--py-font-family);position:relative;display:flex;align-items:center;padding-left:20px;order:-1}.feedback-pre-h2:before{content:"";width:12px;height:12px;display:block;background:var(--py-brand-color-3);border-radius:50%;position:absolute;left:0}.py-post-grid a{display:flex;flex-direction:column;align-items:flex-start;gap:var(--py-content-gap);text-decoration:none;color:var(--py-body-color)}.py-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--py-grid-gap)}.py-post-grid h2{font-size:2.5rem;color:var(--py-brand-color-2)}@media (max-width:767px){.py-post-grid{grid-template-columns:minmax(0,1fr)}}.py-portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--py-grid-gap);width:100%}.portfolio-item{display:flex;background-image:url(https://wpexpert.ca/wp-content/uploads/maytree.com_-scaled.webp);background-repeat:no-repeat;background-size:cover;background-position:center top;min-height:224px;transition:background-position 3s;text-decoration:none}.portfolio-item:hover{background-position:center bottom;transition:all 4s}.portfolio-item-content{display:flex;width:100%;min-height:100%;background-color:rgb(255 255 255 / .8);align-items:center;justify-content:center;flex-direction:column;opacity:0;transition:opacity 1s;text-align:center}.portfolio-item-content:hover{opacity:1;transition:opacity 1s}.portfolio-item-content h2{font-size:2.8rem;margin-bottom:5px;max-width:300px;color:var(--py-body-color)}.portfolio-item-content span{background-color:var(--py-brand-color-1);color:var(--py-white);padding:5px 15px 5px 15px;font-size:1.6rem;border-radius:50px;margin-bottom:10px}.portfolio-item-content p{max-width:300px;margin-bottom:0;font-size:1.8rem}.py-single-portfolio__hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--py-grid-gap);align-items:center;width:100%}.py-single-portfolio__hero img{margin-inline:auto;width:660px}.hero-single-portfolio .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--py-grid-gap)}.hero-single-portfolio .buttons{display:flex;gap:var(--py-content-gap)}.hero-single-portfolio img{width:660px;margin:0 auto}.pg-internal-wp-oa .fade-up{opacity:1!important;position:relative!important;bottom:0!important;transform:none!important}.py-project-details .py-container{gap:clamp(50px, 50px + (1vw - 3.2px) * 8.0357, 140px);align-items:center;text-align:center}.py-project-details .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--py-grid-gap)}.py-project-details .grid img{max-height:540px;object-fit:cover;object-position:50% 0;width:100%}.py-project-details .py-what-tech{max-width:700px}.py-project-details .py-what-tech ul{display:flex;gap:2rem;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;max-width:400px;justify-content:center;margin-inline:auto}.accordion{display:flex;flex-direction:column;gap:3rem}.accordion__btn{width:100%;text-align:start;border:none;background-color:rgb(255 134 32 / .1019607843);padding:30px;color:#000}.accordion__item{display:flex;flex-direction:column;gap:2rem}.accordion__content{padding-inline:30px}.py-modal{display:flex;justify-content:flex-start}.py-modal__trigger{display:inline-block;cursor:pointer}.py-modal__trigger-button{cursor:pointer}.py-modal__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;overflow-y:auto}.py-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgb(0 0 0 / .25)}.py-modal__panel-wrapper{position:relative;display:flex;min-height:100vh;align-items:center;justify-content:center;padding:1rem}.py-modal__panel-wrapper:hover{cursor:pointer}.py-modal__panel{position:relative;min-width:24rem;max-width:1000px;border-radius:.75rem;background-color:#fff;padding:1.5rem;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}.py-modal__title{font-weight:500;color:#1f2937;margin:0}.py-modal__content{margin-top:.5rem;color:#6b7280;max-width:20rem}.py-modal__button-group{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}.py-modal__cancel-button,.py-modal__confirm-button{position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;border:1px solid #fff0;padding:.5rem 1rem;cursor:pointer;font-size:inherit}.py-modal__cancel-button{background-color:#fff0;color:#1f2937}.py-modal__cancel-button:hover{background-color:rgb(31 41 55 / .1)}.py-modal__confirm-button{background-color:#1f2937;color:#fff}.py-modal__confirm-button:hover{background-color:#111827}.fluentform .ff-el-form-control{border:none;border-radius:35px;color:var(--brand-color-5);display:block;font-size:1.6rem;margin-bottom:0;max-width:100%;padding:24px 38px;background-color:#ffe7d2}select.ff-el-form-control:not([size]):not([multiple]){height:auto}.fluentform .ff-el-form-control:focus{background-color:#ffe7d2;border-color:#fff0;color:var(--brand-color-5);outline:none}.fluentform .ff-el-form-control::-webkit-input-placeholder{color:var(--brand-color-5)}.fluentform .ff-el-form-control::-moz-placeholder{color:var(--brand-color-5)}.fluentform .ff-el-form-control:-ms-input-placeholder{color:var(--brand-color-5)}.fluentform .ff-el-form-control::-ms-input-placeholder{color:var(--brand-color-5)}.fluentform .ff-el-form-control::placeholder{color:var(--brand-color-5)}.fluentform .ff-btn-submit{border:none;font-size:1.8rem;margin-top:20px;cursor:pointer}.py-modal-content-wrapper__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:var(--py-grid-gap)}.py-modal-content-wrapper__grid .column-1 .column{display:flex;flex-direction:column;gap:1rem}.check-text-item{display:flex;align-items:center;gap:1rem}.check-text-item img{max-width:2rem}.py-modal-content-wrapper__grid .column-1{display:flex;flex-direction:column;gap:3rem}.py-modal-content-wrapper{display:flex;flex-direction:column;gap:2rem}.py-modal-content-wrapper__heading{text-align:center}.py-modal-content-wrapper__p{text-align:center}.py-modal-content-wrapper__grid .column-2{display:flex;flex-direction:column;gap:2rem;justify-content:center}.otf-modal-icon-text-wrapper{display:flex;gap:2rem}.otf-modal-icon-text{display:flex;gap:1rem;color:#9b9b9d;font-size:1.6rem}.otf-modal-icon-text___text span{font-size:1.4rem}.otf-modal-icon-text___icon{width:3rem;height:3rem}.otf-testimonial-p{font-size:1.6rem}.otf-modal-star-rating{max-width:150px}.otf-testimonial-wrapper{display:flex;align-items:center;gap:1rem}.otf-testimonial-wrapper__img{width:40px}.py-modal-content-wrapper__close{margin-left:auto}.py-post-meta{display:flex;align-items:center;font-size:1.4rem;gap:.8rem;flex-wrap:wrap}.py-post-meta p{display:flex;align-items:center;gap:.4rem}.py-post-grid .btn{margin-top:auto}.wpgb-facet button.wpgb-button{border:none!important;background-color:var(--py-brand-color-2)!important;color:white!important;border-radius:100px!important}.py-single-post__content{display:flex;flex-direction:column;gap:var(--py-content-gap);max-width:1000px;margin-inline:auto}.py-single-post__content h2{font-size:var(--py-h2-m)}.py-single-posts h1{font-size:var(--py-h1-m)}.faq-section{display:flex;flex-direction:column;gap:var(--py-content-gap)}.py-free-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:var(--py-grid-gap);row-gap:clamp(4rem, calc(4rem + ((1vw - 0.36rem) * 3.7037037037037037)), 8rem)}.py-free-tools a{display:flex;flex-direction:column;align-items:center;color:var(--py-body-color);text-align:center}.py-free-tools h2{color:var(--py-brand-color-2);font-size:var(--py-h2-m)}.py-free-tools__logo-wrapper{display:flex;width:250px;height:250px;border-radius:50%;background-color:rgb(255 134 32 / .2);overflow:hidden}.py-free-tools__logo-wrapper img{max-width:90%;-o-object-fit:contain;object-fit:contain;margin:auto;max-height:100px}.py-free-tools .btn{margin-top:auto}.py-single-free-tools__btns{display:flex;align-items:center;gap:2rem;max-width:1000px;margin-inline:auto}.py-nonprofit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--py-grid-gap)}.py-nonprofit-grid__item{display:flex;flex-direction:column;gap:2rem;color:var(--py-brand-color-2)}.py-nonprofit-grid__title{color:var(--py-brand-color-2);font-size:2rem;text-align:center}.py-nonprofit-grid__img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:50% 0}.py-nonprofit-grid__item:hover .py-nonprofit-grid__title{color:var(--py-brand-color-1)}@media (max-width:991px){.py-nonprofit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reverse-grid-l>:nth-child(2){order:-1}}@media (max-width:479px){.py-nonprofit-grid{grid-template-columns:minmax(0,1fr)}.reverse-grid-s>:nth-child(2){order:-1}}@media (max-width:991px){.py-footer-top__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:479px){.py-footer-top__grid{grid-template-columns:minmax(0,1fr)}}.trust-card{width:100%;max-width:464px;background-color:var(--py-white);box-shadow:rgb(0 0 0 / .15) 0 4px 15px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.trust-card-top{padding:50px;color:#6a6a6a;text-align:center;line-height:2;font-size:2rem}@media (max-width:767px){.trust-card-top{padding-inline:clamp(20px, calc(20px + ((1vw - 3.2px) * 10.7143)), 50px)}.reverse-grid-m>:nth-child(2){order:-1}}.trust-card-quote{width:100%;margin-bottom:15px;display:flex;flex-direction:column}.trust-card-bottom{position:relative;height:266px;display:flex;flex-direction:column;gap:var(--py-content-gap);align-items:center}.trust-card-profile-img{position:relative;border:4px solid var(--py-white);width:100px;aspect-ratio:1/1;border-radius:50%;z-index:1;object-fit:cover}.trust-card-labels{position:relative;z-index:1;padding-inline:25px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--py-white)}.trust-card-bottom-shape{position:absolute;bottom:0;left:0;width:100%;height:233px}.trust-card-labels h3{font-size:var(--py-body);text-transform:capitalize}.search-wrapper{display:flex;align-items:center;position:relative}.search-wrapper__btn{display:flex;align-items:center;border:none;background-color:#fff0;color:var(--py-body-color)}.search-wrapper__panel{position:absolute;right:0;top:150%}.search-wrapper__search-button{display:flex;align-items:center;justify-content:center;border:1px solid var(--py-body-color);border-left:none;background-color:rgb(255 102 0 / .1);min-height:31px}.search-wrapper__open-span{display:flex}.search-wrapper__open-span-icon{display:flex}.search-wrapper__close-span-icon{display:flex}@media (max-width:767px){.py-free-tools{grid-template-columns:minmax(0,1fr)}}.main-nav .cta a{background-color:var(--py-brand-color-1);color:#fff;border-radius:50px}.main-nav .cta a:hover{background-color:var(--py-brand-color-2);color:#fff}[id]{scroll-margin-top:150px}.soft-orange-bg{background-color:rgb(255 102 0 / .05)}.white-bg{background-color:var(--py-white)}.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding,10px);border:var(--border,none);border-radius:var(--border-radius,8px);background:var(--bg,#fff);width:var(--switcher-width,auto);top:var(--top,unset);right:var(--right,unset);bottom:var(--bottom,unset);left:var(--left,unset);box-shadow:0 10px 20px 0 #0000000D}.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;top:var(--wp-admin--admin-bar--height,0)}.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column}nav.trp-ls-inline .trp-language-switcher-inner{flex-direction:row}.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%}#trp-floater-powered-by{color:var(--text,#b3b3b3);font-size:12px;text-align:center;padding:0 5px;opacity:70%}#trp-floater-powered-by a{color:var(--text,#b3b3b3)}.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--border-color,#747474);padding-top:5px;margin-top:5px}.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--border-color,#747474);padding-bottom:5px;margin-bottom:5px}.trp-shortcode-switcher__wrapper{position:relative;border:none}.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border,none);border-radius:var(--border-radius,5px);background:var(--bg,#fff);width:auto;box-shadow:none}.trp-shortcode-anchor:not(.trp-opposite-button){visibility:hidden}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999}.trp-current-language-item__wrapper:not(.trp-hide-arrow){display:flex;align-items:center;padding-right:10px;justify-content:space-between}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height 0.2s ease-in-out;max-height:0;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px, 70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text) #fff0}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-arrow{pointer-events:none}.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg)}.trp-language-item:focus{outline:none}.trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item:hover .trp-language-item-name{color:var(--text-hover,#000)}.trp-language-item__current{pointer-events:none;cursor:default}.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#000);font-size:var(--font-size,14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400}.trp-flag-image{border-radius:var(--flag-radius,0)!important;aspect-ratio:var(--aspect-ratio,4/3)!important;width:var(--flag-size,18px)!important;display:inline-block!important;height:auto!important}.trp-menu-ls-label .trp-flag-image{margin:-2px 3px}.trp-custom-flag{object-fit:cover}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:#fff0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}.trp-flag-rounded{border-radius:9999px!important;aspect-ratio:1 / 1!important}.trp-ls-name{padding-left:5px}@media (prefers-reduced-motion:reduce){.trp-switcher-dropdown-list{transition:none!important}}.trp_ald_ls_container img.trp-flag-image{padding-top:0!important}.trp_ald_ls_container .trp-language-switcher{position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box}.trp_ald_ls_container .trp-language-switcher>div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff}.trp_ald_ls_container .trp-language-switcher>div>a{display:block;padding:2px;border-radius:3px;color:#0769ad}.trp_ald_ls_container .trp-language-switcher>div>a:hover{background:#f1f1f1}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp_ald_ls_container .trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#trp_ald_x_button{z-index:0!important}@font-face{font-display:swap;font-family:wp-social-reviews;font-style:normal;font-weight:400;src:url(/wp-content/plugins/wp-social-reviews/assets/fonts/wp-social-reviews.eot?a057defcb36f1bbf8e9fc232061b7076);src:url(/wp-content/plugins/wp-social-reviews/assets/fonts/wp-social-reviews.eot?a057defcb36f1bbf8e9fc232061b7076) format("embedded-opentype"),url(/wp-content/plugins/wp-social-reviews/assets/fonts/wp-social-reviews.woff?fd48dc29ab485fcfe5ca85901224a277) format("woff"),url(/wp-content/plugins/wp-social-reviews/assets/fonts/wp-social-reviews.ttf?6e589d66903e0605686e919345084153) format("truetype"),url(/wp-content/plugins/wp-social-reviews/assets/fonts/wp-social-reviews.svg?ab9710c0f945516f82de196e87cca574) format("svg")}.wpsr_content [data-icon]:before{content:attr(data-icon)}.wpsr_content [class*=" icon-"]:before,.wpsr_content [class^=icon-]:before,.wpsr_content [data-icon]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:wp-social-reviews!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;line-height:1;text-transform:none!important}.wpsr_content .icon-quote-right:before{content:"a"}.wpsr_content .icon-angle-right:before{content:"b"}.wpsr_content .icon-angle-left:before{content:"c"}.wpsr_content .icon-arrow-circle-o-right:before{content:"d"}.wpsr_content .icon-arrow-circle-o-left:before{content:"e"}.wpsr_content .icon-arrow-right:before{content:"f"}.wpsr_content .icon-arrow-left:before{content:"g"}.wpsr_content .icon-arrow-circle-right:before{content:"h"}.wpsr_content .icon-arrow-circle-left:before{content:"i"}.wpsr_content .icon-chevron-right:before{content:"j"}.wpsr_content .icon-chevron-left:before{content:"k"}.wpsr_content .icon-long-arrow-right:before{content:"l"}.wpsr_content .icon-long-arrow-left:before{content:"m"}.wpsr_content .icon-map-marker:before{content:"n"}.wpsr_content .icon-link:before{content:"o"}.wpsr_content .icon-calendar:before{content:"p"}.wpsr_content .icon-instagram:before{content:"q"}.wpsr_content .icon-facebook-square:before{content:"r"}.wpsr_content .icon-picture-o:before{content:"t"}.wpsr_content .icon-video-camera:before{content:"s"}.wpsr_content .icon-ban:before{content:"u"}.wpsr_feeds.wpsr-loading-feeds{opacity:.5;transition:.3s}.wpsr-load-more-default{user-focus:none;align-items:center;background-color:#000;border:none;border-radius:4px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:36px;justify-content:center;margin:15px auto;max-width:300px;opacity:1;outline:none;position:relative;transition:.3s ease;width:calc(100% - 16px)}.wpsr-load-more-default:focus{outline:2px solid #3962b3}.wpsr-load-more-default:hover{opacity:.7}.wpsr-load-more-default:focus,.wpsr-load-more-default:hover{box-shadow:none}.wpsr-load-more-default .wpsr-load-icon-wrapper{align-items:center;background:#dddedf;border-radius:4px;bottom:0;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.wpsr-load-more-default span{animation-delay:.2s;-webkit-animation-delay:.2s;animation-duration:1s;-webkit-animation-duration:1s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:rotateAnimation;-webkit-animation-name:rotateAnimation;background-color:initial!important;border-bottom:3px solid #fff;border-left:3px solid #fff;border-color:#fff #fff #fff0 #fff0;border-radius:15px;border-style:solid;border-width:3px;display:block;font-size:0;height:15px;margin:10px auto;padding:0;width:15px}.wpsr-load-more-default.wpsr-spinner-loading .wpsr-load-icon-wrapper{display:inline-flex}.elementor-widget-container .wpsr-load-more-default,.elementor-widget-container .wpsr-load-more-default:focus,.elementor-widget-container .wpsr-load-more-default:hover{background:none}.wpsr-feed-wrap *,.wpsr-feed-wrap :after,.wpsr-feed-wrap :before{box-sizing:border-box}.wpsr_content{display:block;width:100%}.wpsr-feed-popup-active{overflow:hidden}.wpsr-error,.wpsr-success{display:block;padding:10px 0}.wpsr-success{color:green}.wpsr-error{color:red}.wpsr_frontend_errors{background-color:#ffecc3;border-radius:6px;margin:15px;padding:20px;text-align:center}.wpsr_frontend_errors span{word-break:break-all}.wpsr_frontend_errors a{color:red;font-weight:700;margin-left:5px;text-decoration:underline}.wpsr-notification{left:0;margin:0 auto;right:0;top:35px!important}.oxy-instagram-widget.wpsr-oxy-element,.oxy-reviews-widget.wpsr-oxy-element,.oxy-twitter-widget.wpsr-oxy-element,.oxy-youtube-widget.wpsr-oxy-element{max-width:100%}.wpsr-display-excerpt,.wpsr-review-fullcontent{display:none}.wpsr-display-content{display:block}.wpsr_pagination{margin-top:20px;text-align:right}.wpsr-equal-height{min-height:500px}.wpsr-show{display:block}.wpsr-hide{display:none}.wpsr-mb-10{margin-bottom:10px}.wpsr-mb-20{margin-bottom:20px!important}.wpsr-mb-30{margin-bottom:30px}.wpsr-mt-20{margin-top:20px!important}.wpsr-mt-30{margin-top:30px!important}.wpsr-mt-50{margin-top:50px}.wpsr-ml-15{margin-left:15px}.wpsr-d-flex{display:flex}.wpsr-flex-column{flex-direction:column}.wpsr-flex-align-center{align-items:center}.wpsr-jc-between{justify-content:space-between}.wpsr-align-center{text-align:center}.wpsr-display-block{display:block!important}.wpsr-container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.wpsr-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.wpsr-col-1,.wpsr-col-12,.wpsr-col-2,.wpsr-col-3,.wpsr-col-4,.wpsr-col-5,.wpsr-col-6{padding-left:15px;padding-right:15px;width:100%}@media (min-width:768px){.wpsr-col-sm-12{flex:0 0 100%;max-width:100%}.wpsr-col-sm-6{flex:0 0 50%;max-width:50%}.wpsr-col-sm-5{flex:0 0 20%;max-width:20%}.wpsr-col-sm-4{flex:0 0 33.333%;max-width:33.333%}.wpsr-col-sm-3{flex:0 0 25%;max-width:25%}.wpsr-col-sm-2{flex:0 0 16.666%;max-width:16.666%}.wpsr-col-sm-1{flex:0 0 10%;max-width:10%}}@media (min-width:992px){.wpsr-col-12{flex:0 0 100%;max-width:100%}.wpsr-col-6{flex:0 0 50%;max-width:50%}.wpsr-col-5{flex:0 0 20%;max-width:20%}.wpsr-col-4{flex:0 0 33.333%;max-width:33.333%}.wpsr-col-3{flex:0 0 25%;max-width:25%}.wpsr-col-2{flex:0 0 16.666%;max-width:16.666%}.wpsr-col-1{flex:0 0 10%;max-width:10%}}@media screen and (max-width:767px){.wpsr-col-xs-12{flex:0 0 100%;max-width:100%}.wpsr-col-xs-6{flex:0 0 50%;max-width:50%}.wpsr-col-xs-5{flex:0 0 20%;max-width:20%}.wpsr-col-xs-4{flex:0 0 33.333%;max-width:33.333%}.wpsr-col-xs-3{flex:0 0 25%;max-width:25%}.wpsr-col-xs-2{flex:0 0 16.666%;max-width:16.666%}.wpsr-col-xs-1{flex:0 0 10%;max-width:10%}}.wpsr-column-gap-no_gap{margin-left:0;margin-right:0}.wpsr-column-gap-no_gap [class*=wpsr-col]{padding-left:0;padding-right:0}.wpsr-column-gap-no_gap [class*=wpsr-col]>div{margin-bottom:0}.wpsr-column-gap-narrow{margin-left:-5px;margin-right:-5px}.wpsr-column-gap-narrow [class*=wpsr-col]{padding-left:5px;padding-right:5px}.wpsr-column-gap-narrow [class*=wpsr-col]>div{margin-bottom:10px}.wpsr-column-gap-small{margin-left:-10px;margin-right:-10px}.wpsr-column-gap-small [class*=wpsr-col]{padding-left:10px;padding-right:10px}.wpsr-column-gap-small [class*=wpsr-col]>div{margin-bottom:20px}.wpsr-column-gap-wide{margin-left:-20px;margin-right:-20px}.wpsr-column-gap-wide [class*=wpsr-col]{padding-left:20px;padding-right:20px}.wpsr-column-gap-wide [class*=wpsr-col]>div{margin-bottom:40px}.wpsr-column-gap-wider{margin-left:-25px;margin-right:-25px}.wpsr-column-gap-wider [class*=wpsr-col]{padding-left:25px;padding-right:25px}.wpsr-column-gap-wider [class*=wpsr-col]>div{margin-bottom:50px}.wpsr-loader.wpsr-loading{background:#fff;bottom:0;left:0;position:absolute;top:0;width:100%;z-index:4}.wpsr-loader.wpsr-loading .wpsr-spinner-animation{display:block}.wpsr-loader .wpsr-spinner-animation{display:none;height:50px;left:50%;position:absolute;top:3%;transition:all .4s ease;visibility:visible;width:50px}.wpsr-loader .wpsr-spinner-animation:before{animation:wpsr-spinner 1.2s infinite;border:1px solid #000c;border-radius:50%;content:"";display:block;height:100%;width:100%}.wpsr-animated-background{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:wpsrPlaceHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(90deg,#eee 10%,#ddd 18%,#eee 33%);background-size:800px 104px;height:100px;position:relative}.wpsr_content .swiper-container{overflow:hidden}.wpsr-visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wpsr-single-product-rating{align-items:center;display:flex;flex-direction:row;gap:5px}.wpsr-single-product-rating .star-rating{margin:0}.wpsr-display-block{display:block}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-prev-next,.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev-next{background-color:#000;border-radius:50%;cursor:pointer;height:40px;margin-top:-25px;position:absolute;text-transform:none;top:50%;transition:all .2s ease;width:40px;z-index:2}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination{bottom:0!important;left:0;right:0}@media screen and (max-width:767px){.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination{bottom:auto!important}}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span{background-color:#000;border-radius:50%;height:10px;margin:0 5px;opacity:.2;transition:.4s;width:10px}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:focus,.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:hover,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:focus,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:hover{opacity:1}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:hover,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:hover{transform:scale(1.3)}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active,.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active{opacity:1;transform:scale(1.3)}.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev-next:after{font-size:14px}.wpsr-swiper-carousel-wrapper .wpsr-swiper-next{right:-20px}@media screen and (max-width:767px){.wpsr-swiper-carousel-wrapper .wpsr-swiper-next{right:-10px}}.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev{left:-20px}@media screen and (max-width:767px){.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev{left:-10px}}.wpsr-swiper-carousel-wrapper .wpsr-swiper-next,.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev{background-color:#fff;background-image:none;box-shadow:0 0 16px 0 #0003;color:#909090}.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:after,.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:after{font-size:16px}.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:focus,.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:hover,.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:focus,.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:hover{background-color:#fff;box-shadow:0 0 16px 0 #0000004d}.wpsr-reviews-wrapper .wpsr-fixed-height .wpsr-row{margin-left:-5px;margin-right:-5px}@media screen and (max-width:767px){.wpsr-reviews-wrapper .wpsr-fixed-height .wpsr-row{margin-left:0;margin-right:0}}.wpsr-reviews-wrapper .wpsr-reviews-slider{padding-left:10px;padding-right:10px;padding-top:30px}@media screen and (max-width:767px){.wpsr-reviews-wrapper .wpsr-reviews-slider{padding-left:5px;padding-right:5px}}.wpsr-reviews-slider-wrapper-inner{margin-left:-10px;margin-right:-10px;position:relative}@media screen and (max-width:767px){.wpsr-reviews-slider-wrapper-inner{margin-left:0;margin-right:0}.wpsr-reviews-slider-wrapper-inner .wpsr-review-template{margin-bottom:0}}.wpsr-twitter-carousel .wpsr-twitter-wrapper-inner,.wpsr-youtube-slider-activate .wpsr-yt-feed-wrapper-inner{position:relative}@media screen and (max-width:767px){.wpsr-youtube-slider-activate .wpsr-yt-feed-wrapper-inner .wpsr-yt-video{margin-bottom:0}}.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-item{margin-bottom:30px}.wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-item{height:auto;margin-bottom:30px}.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner,.wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner{position:relative}@media screen and (max-width:1024px){.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-swiper-pagination,.wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-swiper-pagination{bottom:-5px!important}}@media screen and (max-width:767px){.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-swiper-pagination,.wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-swiper-pagination{bottom:auto!important}.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-fb-feed-item,.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-ig-post,.wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-fb-feed-item,.wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-ig-post{margin-bottom:0}}.wpsr-fb-feed-wrapper .swiper-wrapper,.wpsr-ig-feed-wrapper .swiper-wrapper,.wpsr-reviews-slider .swiper-wrapper,.wpsr-twitter-feed-wrapper .swiper-wrapper,.wpsr-yt-feed-wrapper .swiper-wrapper{margin-bottom:10px}.wpsr-fb-feed-wrapper .swiper-wrapper .swiper-slide,.wpsr-ig-feed-wrapper .swiper-wrapper .swiper-slide,.wpsr-reviews-slider .swiper-wrapper .swiper-slide,.wpsr-twitter-feed-wrapper .swiper-wrapper .swiper-slide,.wpsr-yt-feed-wrapper .swiper-wrapper .swiper-slide{overflow:inherit!important}.wpsr-fb-feed-wrapper .swiper-wrapper .swiper-slide:focus,.wpsr-ig-feed-wrapper .swiper-wrapper .swiper-slide:focus,.wpsr-reviews-slider .swiper-wrapper .swiper-slide:focus,.wpsr-twitter-feed-wrapper .swiper-wrapper .swiper-slide:focus,.wpsr-yt-feed-wrapper .swiper-wrapper .swiper-slide:focus{outline:2px solid #000}.wpsr-twitter-feed-wrapper .swiper-wrapper .wpsr-twitter-tweet{margin-bottom:0}.wpsr-twitter-feed-wrapper.wpsr-twitter-carousel .wpsr-twitter-footer{margin-top:30px}.wpsr-twitter-feed-wrapper.wpsr-twitter-carousel .wpsr-swiper-pagination{bottom:inherit!important}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-prev{left:5px}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-next{right:5px}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span{background-color:#fff;opacity:.4}.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active{opacity:1}.elementor-widget-container .wpsr-feed-wrap .swiper-button-next,.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;z-index:10}.elementor-widget-container .wpsr-feed-wrap .swiper-button-next:after,.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev:after{font-family:wp-social-reviews;font-size:26px;font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev:after,.elementor-widget-container .wpsr-feed-wrap .swiper-container-rtl .swiper-button-next:after{content:"c"}.elementor-widget-container .wpsr-feed-wrap .swiper-button-next:after,.elementor-widget-container .wpsr-feed-wrap .swiper-container-rtl .swiper-button-prev:after{content:"b"}.wpsr_content .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.wpsr_content .swiper:not(.swiper-initialized)>.swiper-wrapper{overflow:unset}.widget_wpsn-widget ::-webkit-scrollbar{height:12px;overflow:visible;width:12px}.widget_wpsn-widget ::-webkit-scrollbar-button{height:0;width:0}.widget_wpsn-widget ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#0003;border:solid #0000;border-radius:8px;min-height:8px}.widget_wpsn-widget ::-webkit-scrollbar-track-piece{background-clip:padding-box;background:#fff;border-left:1px solid #f1f1f1}.widget_wpsn-widget .wpsr-container{padding-left:0;padding-right:0}.widget_wpsn-widget :not(.wpsr-reviews-slider-wrapper).wpsr-reviews-wrapper{background-color:#fcfcfc}.widget_wpsn-widget :not(.wpsr-reviews-slider-wrapper) .wpsr-fixed-height .wpsr-row:nth-child(2){height:auto;max-height:400px;overflow-x:hidden;overflow-y:scroll;padding:10px;transition:height .1s cubic-bezier(.4,0,.2,1) 0s}.widget_wpsn-widget .wpsr-business-info{border-radius:0!important;flex-direction:column}.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left{flex:0 0 100%;margin-bottom:5px}.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo{justify-content:center}.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count{display:block;text-align:center}.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-total-rating{font-size:16px}.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-star svg{height:16px;width:16px}.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-total-reviews{font-size:14px}.widget_wpsn-widget .wpsr-reviews-slider{padding-top:0}.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-review-template{margin-bottom:0}.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-pagination{bottom:auto!important}.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-prev-next{opacity:0;transition:.3s}.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner:hover .wpsr-swiper-prev-next{opacity:1}@keyframes wpsr-spinner{0%{opacity:0;transform:scale(0)}75%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes wpsrPlaceHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.wpsr-feed-popup-overlay{bottom:0;left:0;position:fixed;right:0;top:0;visibility:hidden;z-index:99999}.wpsr-feed-popup-overlay:before{background:#000000b3;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .25s ease;visibility:hidden}.wpsr-feed-popup-overlay.wpsr-feed-popup-open,.wpsr-feed-popup-overlay.wpsr-feed-popup-open:before{visibility:visible}.wpsr-feed-popup-overlay.wpsr-feed-popup-open .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner{height:auto;opacity:1;transform:translateY(-50%) translateX(-50%) scale(1);transition:all .4s ease;visibility:visible}@media screen and (max-width:767px){.wpsr-feed-popup-overlay.wpsr-feed-popup-open .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner{height:calc(100vh - 80px)}}.wpsr-feed-popup-box-wraper{bottom:0;left:0;max-height:100%;overflow-x:hidden;overflow-y:hidden;padding:50px 0;position:absolute;right:0;top:0}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner{background-color:#fff;box-sizing:border-box;display:flex;height:100%;left:50%;opacity:0;position:relative;top:50%;transform:translateX(-50%) scale(.9);transition:all .35s ease;visibility:hidden;width:850px}@media screen and (max-width:1024px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner{width:660px}}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner{flex-direction:column;width:300px}}@media only screen and (max-width:320px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner{width:270px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner.wpsr-feed-popup-box-no-sidebar{width:500px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner.wpsr-feed-popup-box-no-sidebar .wpsr-feed-popup-media{flex:0 0 100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner a:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner a:hover,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner video:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner video:hover{outline:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn{background:#0000;border:none;cursor:pointer;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);z-index:9999}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn.wpsr-link-disable,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn.wpsr-link-disable{display:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn span,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn span{border-radius:50%;color:#fff;font-size:45px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn span,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn span{font-size:35px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn{left:-50px;padding:5px}@media screen and (max-width:1024px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn{left:-50px}}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn{left:-33px}}@media (max-width:320px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn{left:-35px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn{padding:5px;right:-50px}@media screen and (max-width:1024px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn{right:-50px}}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn{right:-33px}}@media (max-width:320px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn{right:-35px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn{cursor:pointer;height:40px;position:absolute;right:-40px;top:-40px;transition:all .3s ease;width:40px;z-index:2}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn{right:-20px;top:-30px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:hover:after,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:hover:before{background:#fff}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:before{transform:rotate(45deg)}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:after{transform:rotate(-45deg)}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:after,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:before{background:#d5cece;border-radius:10px;content:"";display:block;height:2px;left:50%;margin:-1px 0 0 -10px;position:absolute;top:50%;transition:all .3s ease;width:25px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:after,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:before{width:20px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media{background-color:#000;display:flex;flex:0 0 60%}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media{flex:auto;width:100%}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media>div{align-items:center;display:flex;height:100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-review-popup-image-counter{bottom:-30px;color:#fff;position:absolute;right:5px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper{width:500px}@media screen and (max-width:1024px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper{width:392px}}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper{width:auto}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .swiper-pagination{bottom:10px!important;display:block}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right{align-items:center;background-color:#fff;background-image:none;box-shadow:0 0 16px 0 #0003;color:#909090;display:flex;font-size:24px;height:40px;justify-content:center;text-align:center;width:40px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left.swiper-button-disabled,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left:after,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right:after{font-size:16px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right{display:none}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left:hover,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right:hover{background-color:#fff;box-shadow:0 0 16px 0 #0000004d}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img{width:500px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img{width:auto}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img{display:block;height:100%;max-height:700px;object-fit:contain}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media iframe,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media video{width:500px}@media screen and (max-width:1024px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media iframe,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media video{width:392px}}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media iframe,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media video{width:100%}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-no-video img{max-height:600px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-thumbnail{width:100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-notice{background-color:#fff;bottom:0;color:#000;padding:10px;position:absolute;width:100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-notice strong{margin-bottom:5px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-notice p{font-size:14px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content{display:flex;flex-direction:column;width:100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-name a{box-shadow:none;color:#262626;display:inline-block;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-name a:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-name a:hover{outline:none;text-decoration:underline}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info{align-items:center;border-bottom:1px solid #eee;display:flex;padding:20px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info{padding:10px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info p{font-size:16px;font-weight:600;margin:0}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info a{box-shadow:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info a img{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info a img{height:30px;width:30px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper{flex:1}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments ::-webkit-scrollbar,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar ::-webkit-scrollbar{border-radius:100px;width:8px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments ::-webkit-scrollbar-thumb,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar ::-webkit-scrollbar-thumb{background:#4948483b}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments ::-webkit-scrollbar-track,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar ::-webkit-scrollbar-track{background:#4846461a}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments .wpsr-feed-popup-comments-wrapper-inner,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar .wpsr-feed-popup-comments-wrapper-inner{height:370px;overflow-y:scroll}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments .wpsr-feed-popup-comments-wrapper-inner,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar .wpsr-feed-popup-comments-wrapper-inner{height:200px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments .wpsr-feed-popup-comments-wrapper-inner{height:120px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment{display:flex;padding:20px 20px 0}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment{padding:20px 20px 10px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment a img{border-radius:50%;height:40px;margin-right:10px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment .wpsr-feed-popup-comment-inner{width:100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span{box-shadow:none;color:#262626;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a:hover,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:hover{outline:none;text-decoration:underline}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span{margin-right:5px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:hover{text-decoration:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text p{color:#262626;display:inline;font-size:14px;font-weight:400;line-height:1.4;margin:0;word-break:break-word}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text p a{color:#00376b;font-weight:400}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-meta{margin-top:5px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-meta time{color:#8e8e8e;font-size:12px;font-weight:400;line-height:1.4}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date{border-bottom:1px solid #eee;border-top:1px solid #eee;display:flex;flex-direction:column;padding:20px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date{gap:5px;padding:10px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date span{color:#262626;font-size:14px;font-weight:600;padding-bottom:5px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date a{box-shadow:none;color:#8e8e8e;font-size:10px;font-weight:400;line-height:1.4;text-decoration:none;text-transform:uppercase}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta{align-items:center;display:flex;padding:20px}@media screen and (max-width:767px){.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta{padding:10px 15px}}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a{align-items:center;box-shadow:none;color:#262626;display:flex;font-size:12px;font-weight:400;line-height:0;text-decoration:none}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span.icon-facebook-square,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span.icon-instagram{font-size:18px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span+span{display:inline-block;margin-top:2px;padding-left:5px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span+span:focus,.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span+span:hover{outline:none;text-decoration:underline}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a .wpsr-icon-tiktok-black{background-image:url(/wp-content/plugins/wp-social-reviews/assets/images/icon-tiktok-black.png?7146ef0826b3c23ca309da88d40e830f);background-position:50%;background-repeat:no-repeat;background-size:contain;height:15px;margin-right:2px;width:15px}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a.wpsr-popup-shoppable-btn{background:#000;border-radius:4px;color:#dee3e7;display:block;font-size:16px;font-weight:700;padding:13px 16px;text-align:center;text-decoration:none;transition:.4s;width:100%}.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a.wpsr-popup-shoppable-btn:hover{opacity:.6}.wpsr-star-rating-val{color:#d1d1d1;font-size:20px;height:20px;line-height:20px;position:relative;unicode-bidi:bidi-override;width:100px}.wpsr-star-rating-val:before{content:"★★★★★";font-family:initial;opacity:.3}.wpsr-star-rating-val:after{color:#e7711a;content:"★★★★★";display:block;font-family:initial;left:0;overflow:hidden;position:absolute;top:0;z-index:1}[title="0"]:after{width:0}[title="1"]:after{width:20%}[title="2"]:after{width:40%}[title="3"]:after{width:60%}[title="4"]:after{width:80%}[title="4.5"]:after{width:90%}[title="5"]:after{width:100%}.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner{background:#0000}.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media{background:#0000;flex:0 0 100%}.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img,.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media>div{width:100%}.e-con-full .wpsr-reviews-wrapper .wpsr-row{margin-left:0;margin-right:0}.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner{margin-left:10px;margin-right:10px}.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-next{right:0}.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-prev{left:0}a.wpsr-reviewer-image-animation{display:inline-block;height:80px;overflow:hidden;position:relative;width:80px}a.wpsr-reviewer-image-animation:before{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:wpsrPlaceHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(90deg,#eee 10%,#ddd 18%,#eee 33%);background-size:800px 104px;bottom:0;content:"";height:auto;left:0;opacity:1;position:absolute;right:0;top:0;width:auto;z-index:1}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification{background-color:#fcfcfc;position:fixed!important;right:-350px!important;top:0;visibility:hidden;width:350px!important}@media only screen and (max-width:320px){.wpsr-reviews-wrapper.wpsr-reviews-layout-badge,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification{width:280px}}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification{box-shadow:0 0 20px 0 #0000001a,0 0 10px 0 #0000001a;height:100vh;transition:.3s;z-index:999999}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info{flex-direction:column}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left,.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right{align-items:center;width:100%}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right{border-left:none}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-fixed-height .wpsr-review-fixed-height-wrap,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-fixed-height .wpsr-review-fixed-height-wrap{margin-left:-10px;padding-top:10px}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar{height:12px;overflow:visible;width:12px}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-button,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-button{height:0;width:0}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-thumb,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#0003;border:solid #0000;border-radius:8px;min-height:8px}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-track-piece,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-track-piece{background-clip:padding-box;background:#fff;border-left:1px solid #f1f1f1}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-collapse,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-collapse{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 5px 20px 10px #0000001a;color:#111;display:inline-flex;font-size:28px;height:30px;justify-content:center;line-height:30px;position:absolute;right:-10px;text-decoration:none;top:-15px;transform:rotate(90deg);width:30px;z-index:2}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-collapse:focus,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-collapse:focus{box-shadow:none;outline:none}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-close,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-close{align-items:center;background-color:#4c4b4ba8;border-radius:50%;display:flex;height:30px;justify-content:center;padding:0;position:absolute;right:5px;text-align:center;top:5px;width:30px;z-index:2}.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-close svg,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-close svg{height:16px;width:16px}.widget_wpsn-widget .wpsr-reviews-layout-badge.active,.wpsr-reviews-layout-badge.active{right:0!important;visibility:visible!important}.widget_wpsn-widget .wpsr-reviews-layout-badge.active:not(.wpsr-header-enable),.wpsr-reviews-layout-badge.active:not(.wpsr-header-enable){height:100vh;max-height:none;overflow-x:hidden;overflow-y:scroll}@media screen and (max-width:767px){.widget_wpsn-widget .wpsr-reviews-layout-badge.active,.wpsr-reviews-layout-badge.active{width:100%}}.widget_wpsn-widget .wpsr-reviews-layout-badge.active .wpsr-container .wpsr-row,.wpsr-reviews-layout-badge.active .wpsr-container .wpsr-row{margin-left:0;margin-right:0}.widget_wpsn-widget .wpsr-reviews-layout-badge.active .wpsr-all-reviews.wpsr-row,.wpsr-reviews-layout-badge.active .wpsr-all-reviews.wpsr-row{margin-top:30px}.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-all-reviews.wpsr-row,.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(2),.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(3),.wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-all-reviews.wpsr-row,.wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(2),.wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(3){height:calc(100vh - 100px);max-height:none;overflow-x:hidden;overflow-y:scroll;padding:10px;transition:height .1s cubic-bezier(.4,0,.2,1) 0s}.wpsr-product-review-drawer [class*=wpsr-col-]{flex:0 0 100%!important;max-width:100%!important}.wpsr-product-review-drawer .wpsr-business-info{border-radius:0;flex-direction:column}.wpsr-product-review-drawer .wpsr-business-info .wpsr-business-info-left{flex:initial;width:100%}.wpsr-product-review-drawer .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo,.wpsr-product-review-drawer .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms,.wpsr-product-review-drawer .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count{display:flex;justify-content:center;white-space:nowrap}.wpsr-product-review-drawer .wpsr-business-info .wpsr-business-info-right{border-left:none;display:flex;justify-content:center;margin-top:5px;width:100%}.wpsr-product-review-drawer button.wpsr-popup-close{border:none;cursor:pointer;padding:0}.wpsr-product-review-drawer .wpsr-all-reviews.wpsr_feeds{padding:15px}.wpsr-reviews-wrapper.wpsr-drawer-wide{right:-403px!important;width:403px}.wpsr-reviews-wrapper.wpsr-drawer-wide.active{right:0!important}.wpsr-reviews-layout-badge.wpsr-drawer-wide{border-radius:20px;margin-bottom:25px;margin-right:35px;margin-top:25px}.wpsr-reviews-layout-badge.wpsr-drawer-wide .wpsr-row{padding-left:15px;padding-right:15px}.wpsr-reviews-layout-badge.wpsr-drawer-wide .wpsr-business-info-wrapper .wpsr-row{padding:0}.wpsr-reviews-layout-badge.wpsr-drawer-wide .wpsr-rating-and-count{white-space:nowrap}.wpsr-no-reviews.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner{display:initial}.wpsr-no-reviews.wpsr-reviews-badge1 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo{display:inline-block}.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-rating-and-count{padding-top:0}.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-rating-and-count .wpsr-reviews-badge-title{padding-bottom:0}.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo,.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-rating-and-count .wpsr-rating{margin-left:0}.wpsr-fixed-height.wpsr-container{margin-bottom:30px;max-width:none;padding-left:0;padding-right:0;width:100%}.wpsr-fixed-height .wpsr-business-info{background-color:#fdf4f4;border-radius:8px}@media screen and (max-width:767px){.wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left{margin-bottom:10px}.wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left h3{font-size:20px}.wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left .wpsr-rating{justify-content:center}.wpsr-fixed-height .wpsr-business-info{flex-direction:column;padding:20px 15px;text-align:center}}.wpsr-fixed-height :first-child.wpsr-row{height:inherit!important;overflow:inherit!important}.wpsr-fixed-height .wpsr-row{display:block;flex-wrap:nowrap;margin-left:0;margin-right:0}.wpsr-fixed-height .wpsr-review-fixed-height-wrap{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;overflow:hidden;padding-top:30px}.wpsr-reviews-badge-wrapper.trustpilot .wpsr-star-container,.wpsr-reviews-badge-wrapper.yelp .wpsr-star-container,.wpsr-reviews-wrapper .trustpilot .wpsr-star-container,.wpsr-reviews-wrapper .yelp .wpsr-star-container{margin-right:.25rem}.wpsr-reviews-badge-wrapper .wpsr-star-empty,.wpsr-reviews-badge-wrapper .wpsr-star-filled,.wpsr-reviews-wrapper .wpsr-star-empty,.wpsr-reviews-wrapper .wpsr-star-filled{height:100%;width:100%}.wpsr-reviews-badge-wrapper .wpsr-star-container,.wpsr-reviews-wrapper .wpsr-star-container{margin-right:0}.wpsr-reviews-badge-wrapper .wpsr-star-empty,.wpsr-reviews-wrapper .wpsr-star-empty{background-color:#d6dae4}.wpsr-reviews-badge-wrapper .wpsr-star-filled,.wpsr-reviews-wrapper .wpsr-star-filled{background-color:#f7b80c}.wpsr-empty-business-info .wpsr-business-info{background-color:initial;justify-content:center}.wpsr-empty-business-info .wpsr-business-info .wpsr-no-reviews-message{color:#666;font-size:14px;margin-bottom:0;margin-top:5px}.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left{display:flex;flex:initial;flex-direction:column;width:30%}.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right{border-left:1px solid #ddd;display:flex;justify-content:center;margin:initial;padding:10px 0;text-align:initial;width:30%}@media screen and (max-width:767px){.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left,.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right{border-left:none;width:100%}}.wpsr_add_read_more_slice_content{transition:.5s}.wpsr_add_read_more.wpsr_show_less_content .wpsr_add_read_more_slice_content,.wpsr_add_read_more.wpsr_show_less_content .wpsr_read_less,.wpsr_add_read_more.wpsr_show_more_content .wpsr_read_more{display:none}.wpsr-reviews-form-popup-overlay .wpsr-popup-close{background:none;border:none;cursor:pointer;padding:0;position:absolute;right:-50px;top:-5px}.wpsr-reviews-form-popup-overlay .wpsr-popup-close svg{height:25px}.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode,.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode:before{visibility:visible}.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode .wpsr-reviews-form-popup-box-wraper-inner{opacity:1;transform:translateX(-50%) scale(1);transition:all .4s ease;visibility:visible}.wpsr-reviews-form-popup-overlay{bottom:0;left:0;position:fixed;right:0;text-align:initial;top:0;visibility:hidden;z-index:9999999}.wpsr-reviews-form-popup-overlay:before{background:#000000b3;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .25s ease;visibility:hidden}.wpsr-reviews-form-popup-box-wraper{bottom:0;left:0;max-height:100%;overflow-x:hidden;overflow-y:scroll;padding:50px 0;position:absolute;right:0;top:0}.wpsr-reviews-form-popup-box-wraper-inner{background-color:#fff;border-radius:18px;box-sizing:border-box;left:50%;opacity:0;padding:20px;position:relative;transform:translateX(-50%) scale(.9);transition:all .35s ease;visibility:hidden;width:500px}.wpsr-reviews-form-popup-box-wraper-inner .ff-el-group.ff-custom_html{margin-bottom:0}.wpsr-reviews-form-popup-box-wraper-inner .fluentform .ff-el-ratings{line-height:20px}@media screen and (max-width:767px){.wpsr-reviews-form-popup-box-wraper-inner{width:280px}}.wpsr-reviews-wrapper .wpsr-business-info .wpsr-write-review-modal .wpsr-business-info-paltforms-url .wpsr-reviews-form-popup-overlay .wpsr-popup-close:hover{background-color:initial}.wpsr_add_read_more .wpsr_read_less,.wpsr_add_read_more .wpsr_read_more{color:#1194dc;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1.6;margin:0;padding:0 0 0 4px;text-decoration:underline;text-decoration-color:#1194dc}.wpsr-has-equal-height ::-webkit-scrollbar,.wpsr-reviews-content-length-deactive ::-webkit-scrollbar{border-radius:4px;width:4px}.wpsr-has-equal-height ::-webkit-scrollbar-thumb,.wpsr-reviews-content-length-deactive ::-webkit-scrollbar-thumb{background:#46454599}.wpsr-has-equal-height ::-webkit-scrollbar-track,.wpsr-reviews-content-length-deactive ::-webkit-scrollbar-track{background:#4846461a}.wpsr-has-equal-height .wpsr-review-content,.wpsr-reviews-content-length-deactive .wpsr-review-content{height:70px!important;overflow-y:scroll;overflow:auto;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.wpsr-has-equal-height ::-webkit-scrollbar{border-radius:4px;width:4px}.wpsr-has-equal-height ::-webkit-scrollbar-thumb{background:#46454599}.wpsr-has-equal-height ::-webkit-scrollbar-track{background:#4846461a}.wpsr-has-equal-height .wpsr-review-content{height:80px!important;overflow-y:scroll;overflow:auto;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.wpsr-rating .wpsr-star-empty{background-color:#d6dae4}.wpsr-rating .wpsr-star-filled{background-color:#ffb542}.wpsr-has-multiple-reviews-platform .wpsr-star-empty{background-color:#d6dae4}.wpsr-has-multiple-reviews-platform .wpsr-star-filled{background-color:#f7b80c}.airbnb .wpsr-star-empty{background-color:#fff}.airbnb .wpsr-star-filled{background-color:#ff385c}.tripadvisor .wpsr-star-empty{background-color:#d6dae4}.tripadvisor .wpsr-star-filled{background-color:#04a96c}.aliexpress .wpsr-star-empty{background-color:#d6dae4}.aliexpress .wpsr-star-filled{background-color:#fe4646}.airbnb .wpsr-star-empty,.airbnb .wpsr-star-filled,.aliexpress .wpsr-star-empty,.aliexpress .wpsr-star-filled,.custom .wpsr-star-empty,.custom .wpsr-star-filled,.facebook .wpsr-star-empty,.facebook .wpsr-star-filled,.fluent-cart .wpsr-star-empty,.fluent-cart .wpsr-star-filled,.fluent_forms .wpsr-star-empty,.fluent_forms .wpsr-star-filled,.google .wpsr-star-empty,.google .wpsr-star-filled,.native_form .wpsr-star-empty,.native_form .wpsr-star-filled,.tripadvisor .wpsr-star-empty,.tripadvisor .wpsr-star-filled,.woocommerce .wpsr-star-empty,.woocommerce .wpsr-star-filled,.wpsr-fluent-cart-list-rating .wpsr-star-empty,.wpsr-fluent-cart-list-rating .wpsr-star-filled,.wpsr-fluent-cart-single-rating .wpsr-star-empty,.wpsr-fluent-cart-single-rating .wpsr-star-filled,.wpsr-has-multiple-reviews-platform .wpsr-star-empty,.wpsr-has-multiple-reviews-platform .wpsr-star-filled,.wpsr-review-template .wpsr-star-empty,.wpsr-review-template .wpsr-star-filled,.wpsr-review-template-custom .wpsr-star-empty,.wpsr-review-template-custom .wpsr-star-filled,.wpsr-review-template-fluent-cart .wpsr-star-empty,.wpsr-review-template-fluent-cart .wpsr-star-filled,.wpsr-review-template-fluent_forms .wpsr-star-empty,.wpsr-review-template-fluent_forms .wpsr-star-filled,.wpsr-review-template-native_form .wpsr-star-empty,.wpsr-review-template-native_form .wpsr-star-filled,.wpsr-review-template-testimonial .wpsr-star-empty,.wpsr-review-template-testimonial .wpsr-star-filled,.wpsr-review-template-woocommerce .wpsr-star-empty,.wpsr-review-template-woocommerce .wpsr-star-filled{height:100%;width:100%}.airbnb .wpsr-star-container,.aliexpress .wpsr-star-container,.custom .wpsr-star-container,.facebook .wpsr-star-container,.fluent-cart .wpsr-star-container,.fluent_forms .wpsr-star-container,.google .wpsr-star-container,.native_form .wpsr-star-container,.tripadvisor .wpsr-star-container,.woocommerce .wpsr-star-container,.wpsr-fluent-cart-list-rating .wpsr-star-container,.wpsr-fluent-cart-single-rating .wpsr-star-container,.wpsr-has-multiple-reviews-platform .wpsr-star-container,.wpsr-review-template .wpsr-star-container,.wpsr-review-template-custom .wpsr-star-container,.wpsr-review-template-fluent-cart .wpsr-star-container,.wpsr-review-template-fluent_forms .wpsr-star-container,.wpsr-review-template-native_form .wpsr-star-container,.wpsr-review-template-testimonial .wpsr-star-container,.wpsr-review-template-woocommerce .wpsr-star-container{margin-right:0}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container,.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container{margin-right:.25rem}.wpsr-business-info{align-items:center;display:flex;justify-content:space-between;padding:20px;width:100%}.wpsr-business-info.wpsr-display-block{border-radius:0}.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-logo,.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-paltforms,.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-rating-and-count{display:flex;justify-content:center}@media only screen and (max-width:320px){.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-logo,.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-paltforms,.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-rating-and-count{display:block}}.wpsr-business-info.wpsr-display-block .wpsr-business-info-right{display:flex;justify-content:center;margin-top:5px}.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal{right:-50px;transition:.3s}.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active,.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper.wpsr-read-all-review-modal.active{right:0}.wpsr-business-info .wpsr-business-info-paltforms.facebook span{margin-top:5px}.wpsr-business-info.amazon .wpsr-business-info-left .wpsr-business-info-logo span{margin-top:-10px}.wpsr-business-info.amazon .wpsr-business-info-left .wpsr-business-info-paltforms span{margin-top:-8px}.wpsr-business-info.facebook .wpsr-business-info-left .wpsr-business-info-logo span,.wpsr-business-info.trustpilot .wpsr-business-info-left .wpsr-business-info-logo span{margin-top:5px}.wpsr-business-info .wpsr-business-info-left{flex:0 0 70%}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo{align-items:center;display:flex}@media screen and (max-width:767px){.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo{justify-content:center}}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo img{height:25px;margin-right:5px;object-fit:cover;width:auto}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo .wpsr-business-info-platform-icon{height:25px;object-fit:contain;width:75px}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo .wpsr-business-info-platform-icon-small{height:20px;object-fit:contain;width:20px}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo span{color:#333;font-size:16px;font-weight:400}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms{align-items:center;display:flex;padding-bottom:5px}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms a{display:inherit}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms span{color:#333;font-size:18px;font-weight:400;line-height:1.2;margin-top:4px}.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms img{border-radius:4px;box-shadow:none;margin-right:10px;max-height:25px;width:auto}@media screen and (max-width:767px){.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms{justify-content:center}}.wpsr-business-info .wpsr-rating-and-count{align-items:center;display:flex;line-height:1.2;margin:0}@media screen and (max-width:767px){.wpsr-business-info .wpsr-rating-and-count{display:block}}.wpsr-business-info .wpsr-rating-and-count .wpsr-rating{display:flex;margin-top:-2px}.wpsr-business-info .wpsr-rating-and-count .wpsr-total-rating{color:#333;font-size:16px;font-weight:700;padding-right:5px;white-space:nowrap}.wpsr-business-info .wpsr-rating-and-count .wpsr-total-reviews{font-size:14px;padding-left:5px}.wpsr-business-info .wpsr-rating-and-count .wpsr-total-reviews span{font-weight:700}.wpsr-business-info .wpsr-rating-and-count .wpsr-star{display:inherit}.wpsr-business-info .wpsr-rating-and-count .wpsr-star-rand stop{stop-color:#f7b80c}.wpsr-business-info .wpsr-rating-and-count .wpsr-star-rand stop+stop{stop-color:#d6dae4}.wpsr-business-info .wpsr-business-info-right{margin-left:auto;text-align:right}@media only screen and (max-width:767px){.wpsr-business-info .wpsr-business-info-right{margin-left:0}}.wpsr-business-info .wpsr-business-info-right a.wpsr-write-review{background-color:#4284f3;border-radius:50px;box-shadow:none;color:#fff;display:block;font-size:14px;line-height:1.4;margin:0;padding:5px 15px;text-align:right;text-decoration:none}.wpsr-business-info .wpsr-business-info-right a.wpsr-write-review:focus{background-color:#4284f3;text-decoration:none}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper{position:relative}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal-btn,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal-btn{background-color:#4284f3;border-radius:50px;box-shadow:none;color:#fff;cursor:pointer;display:block;font-size:14px;line-height:1.4;margin:0;padding:5px 15px;text-decoration:none}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal{background-color:#fff;border-radius:10px;box-shadow:0 9px 13px 3px #1113;display:flex;flex-direction:column;margin-top:-4px;opacity:0;position:absolute;right:-20px;top:100%;transition:.3s;visibility:hidden;width:290px;z-index:999}@media only screen and (max-width:767px){.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal{right:30px;width:300px}}@media only screen and (max-width:320px){.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal{right:30px;width:260px}}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active{margin-top:4px;opacity:1;right:0;visibility:visible}@media only screen and (max-width:767px){.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active{margin-left:-90px;right:auto}}@media only screen and (max-width:320px){.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active{margin-left:-70px;right:auto}}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal p,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal p{color:#333;font-size:14px;font-weight:600;line-height:1.4;margin-bottom:0;padding:10px 20px;text-align:left;text-transform:none}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a{box-shadow:none;display:flex;padding:6px 20px;text-decoration:none;transition:.4s}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a:hover,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a:hover{background-color:#fdf4f4}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a img,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a img{border-radius:4px;box-shadow:none;max-height:25px;width:auto}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-business-info-war-btn-icon,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-business-info-war-btn-icon{margin-right:10px}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;line-height:16px;overflow:hidden;text-align:left}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-platform,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-platform{color:#333;display:block;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;width:100%}.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-url,.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-url{color:#888;display:block;font-size:12px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wpsr-business-info .wpsr-people-list img{border-radius:50%;box-shadow:none;display:inline-block;height:30px;margin-left:-4px;object-fit:cover;width:30px}.yelp .wpsr-star-container{margin-right:3px}.yelp .wpsr-star-container .wpsr-star-empty,.yelp .wpsr-star-container .wpsr-star-filled{height:80%;width:80%}.yelp .wpsr-star-background-filled{background-color:#fa3e3e}.yelp .wpsr-star-background-empty{background-color:#d6dae4}.yelp .wpsr-star-empty,.yelp .wpsr-star-filled{background-color:#fff}.trustpilot .wpsr-star-container{margin-right:3px}.trustpilot .wpsr-star-container .wpsr-star-empty,.trustpilot .wpsr-star-container .wpsr-star-filled{height:80%;width:80%}.trustpilot .wpsr-star-background-filled{background-color:#00b67a}.trustpilot .wpsr-star-background-empty{background-color:#d6dae4}.trustpilot .wpsr-star-empty,.trustpilot .wpsr-star-filled{background-color:#fff}.trustpilot .wpsr-star-container{border-radius:0}.wpsr-reviews-footer-cta{justify-content:center}.wpsr-reviews-footer-cta .wpsr-business-info-right{margin-left:0}.wpsr-review-template{background-color:#fff;border-radius:4px;box-shadow:0 8px 20px 2px #00000012;margin-bottom:30px;margin-top:30px;padding:30px;position:relative;transition:.4s;width:100%}.wpsr-review-template .wpsr-review-title{color:#333;font-size:16px;font-weight:600;line-height:1.4;margin-bottom:0;margin-top:10px;padding:0}.wpsr-review-template .wpsr-reviewer-image img{height:80px;max-width:none;object-fit:cover;width:80px}.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url{box-shadow:none}.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:hover{outline:none!important}.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:focus,.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:hover{box-shadow:none!important}.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url img{box-shadow:none}.wpsr-review-template .wpsr-review-platform{left:15px;position:absolute;top:15px}.wpsr-review-template .wpsr-review-platform img{border-radius:4px;box-shadow:none;max-height:25px;width:auto}.wpsr-review-template .wpsr-recommends{margin-right:4px;margin-top:1px}.wpsr-review-template .wpsr-recommends span{color:#616770;font-size:14px;margin-top:-5px;padding-left:5px}.wpsr-review-template .wpsr-recommends svg path{fill:#f36b7f}.wpsr-review-template .wpsr-reviewer-name-url{box-shadow:none;display:inline-block;margin:0;padding:0;text-decoration:none}.wpsr-review-template .wpsr-reviewer-name-url .wpsr-reviewer-name{color:#333;font-size:18px;font-weight:700;line-height:1.4;margin:0;padding:0;word-break:break-word}.wpsr-review-template .wpsr-verified-review{align-items:center;display:inline-flex;margin-left:6px;position:relative;top:-1px;vertical-align:middle;white-space:nowrap}.wpsr-review-template .verified-badge-star{align-items:center;background:#197bff;border-radius:5%;display:flex;height:13px;justify-content:center;margin-bottom:1px;position:relative;transform:rotate(0deg);width:13px}.wpsr-review-template .verified-badge-star:before{background:#197bff;border-radius:5%;content:"";height:13px;position:absolute;transform:rotate(30deg);width:13px;z-index:-1}.wpsr-review-template .verified-badge-star:after{background:#197bff;border-radius:5%;content:"";height:13px;position:absolute;transform:rotate(60deg);width:13px;z-index:-2}.wpsr-review-template .checkmark{border:2px solid #fff;border-right:none;border-top:none;height:5px;transform:rotate(-45deg) translate(1px,-1px);width:9px;z-index:1}.wpsr-review-template .wpsr-tooltip{cursor:pointer;position:relative}.wpsr-review-template .wpsr-tooltip:after,.wpsr-review-template .wpsr-tooltip:before{left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .3s,visibility .3s;visibility:hidden;z-index:9999}.wpsr-review-template .wpsr-tooltip:before{background-color:#000;border-radius:4px;bottom:160%;color:#fff;content:attr(data-tooltip);font-size:12px;line-height:1.2;padding:5px 8px;white-space:nowrap}.wpsr-review-template .wpsr-tooltip:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #000;bottom:120%;content:"";height:0;width:0}.wpsr-review-template .wpsr-tooltip:hover:after,.wpsr-review-template .wpsr-tooltip:hover:before{opacity:1;visibility:visible}.wpsr-review-template .wpsr-review-date{color:#888;display:block;font-size:12px;line-height:18px}.wpsr-review-template .wpsr-rating-wrapper{display:flex;padding-bottom:5px}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating{align-items:center}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating .wpsr-star{display:inherit}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating .wpsr-star path{fill:#f7b80c}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style1{align-items:center;font-size:13px;font-weight:400;line-height:1.6;text-transform:uppercase}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style1 span{background:#f7b80c;border-radius:8px;color:#fff;display:inline-block;font-size:12px;height:23px;line-height:25px;margin-left:5px;text-align:center;width:28px}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style2{padding-top:3px}.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style2 span{color:#2bc54d;font-size:14px;font-weight:500;margin-right:2px}.wpsr-review-template .wpsr-rating-wrapper .wpsr-booking-rating-style{align-items:center;display:flex}.wpsr-review-template .wpsr-rating-wrapper .wpsr-booking-rating-style span{background:#003580;border-radius:6px 6px 6px 0;color:#fff;display:inline-block;font-size:14px;font-weight:500;height:32px;line-height:32px;min-width:28px;text-align:center;width:32px}.wpsr-review-template .wpsr-review-content p{color:#555;font-size:14px;line-height:1.6;margin:0;overflow:initial}.wpsr-review-template .wpsr-review-content a{box-shadow:none;color:#1194dc;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1.6;margin:0;padding:0;text-decoration:underline;text-decoration-color:#1194dc}.wpsr-review-template.wpsr-review-template .wpsr-star-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template .wpsr-star-filled{background-color:#f7b80c}.wpsr-review-template.wpsr-review-template-google .wpsr-review-platform img{max-height:20px;width:auto}.wpsr-review-template.wpsr-review-template-ai .wpsr-star-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-ai .wpsr-star-filled{background-color:#f7b80c}.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-filled{background-color:#ff385c}.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container{margin-right:3px}.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container .wpsr-star-filled{height:80%;width:80%}.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-background-filled{background-color:#fa3e3e}.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-background-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-filled{background-color:#fff}.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-filled{background-color:#04a96c}.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-filled{background-color:#ffa41c}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container{margin-right:3px}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container .wpsr-star-filled{height:80%;width:80%}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-background-filled{background-color:#00b67a}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-background-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-filled{background-color:#fff}.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container{border-radius:0}.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-empty{background-color:#d6dae4}.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-filled{background-color:#fe4646}.wpsr-review-template.wpsr-review-template-ai .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-ai .wpsr-star-filled,.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-filled,.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-filled,.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-filled,.wpsr-review-template.wpsr-review-template-google .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-google .wpsr-star-filled,.wpsr-review-template.wpsr-review-template-native_form .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-native_form .wpsr-star-filled,.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-empty,.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-filled,.wpsr-review-template[class~="wpsr-review-template-booking.com"] .wpsr-star-empty,.wpsr-review-template[class~="wpsr-review-template-booking.com"] .wpsr-star-filled{height:100%;width:100%}.wpsr-review-template.wpsr-review-template-ai .wpsr-star-container,.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-container,.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-container,.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-container,.wpsr-review-template.wpsr-review-template-google .wpsr-star-container,.wpsr-review-template.wpsr-review-template-native_form .wpsr-star-container,.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-container,.wpsr-review-template[class~="wpsr-review-template-booking.com"] .wpsr-star-container{margin-right:0}[data-template-type=masonry].wpsr-reviews-loadmore{position:relative;z-index:2}.wpsr-reviews-loadmore{background:#0000;border:none;box-shadow:none;display:flex;margin:0 auto;padding:0 0 50px;text-align:center;width:auto}.wpsr-reviews-loadmore:focus,.wpsr-reviews-loadmore:hover{background:#0000;box-shadow:none;outline:none}.wpsr-reviews-loadmore:focus span,.wpsr-reviews-loadmore:hover span{outline:2px solid #757579}.wpsr-reviews-loadmore span{background-color:#000;border-radius:8px;color:#fff;cursor:pointer!important;font-size:15px;font-weight:700;outline:none;padding:10px 20px}.wpsr-reviews-loadmore .wpsr-loading{animation-delay:.2s;-webkit-animation-delay:.2s;animation-duration:1s;-webkit-animation-duration:1s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:rotateAnimation;-webkit-animation-name:rotateAnimation;background-color:initial!important;border-bottom:3px solid #000;border-left:3px solid #000;border-color:#000 #000 #fff0 #fff0;border-radius:15px;border-style:solid;border-width:3px;display:block;font-size:0;height:30px;margin:0 auto;padding:0;width:30px}.elementor-widget-container .wpsr-reviews-loadmore,.elementor-widget-container .wpsr-reviews-loadmore:focus,.elementor-widget-container .wpsr-reviews-loadmore:hover{background:none}@keyframes rotateAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wpsr-star-container{align-items:center;border-radius:4px;display:flex;height:20px;justify-content:center;line-height:20px;margin-right:3px;position:relative;text-align:center;width:20px}.wpsr-star-container:last-child{margin-right:0}.wpsr-star-empty,.wpsr-star-filled{clip-path:polygon(49.14% 79.18%,74.94% 93.78%,71.04% 64.43%,92.87% 44.26%,63.88% 38.95%,51.54% 11.97%,37.51% 37.94%,8.09% 41.34%,28.44% 62.8%,22.57% 91.98%);height:80%;position:absolute;width:80%}.wpsr-star-filled{mask-image:linear-gradient(to right,#000 var(--wpsr-review-star-fill),#0000 var(--wpsr-review-star-fill));-webkit-mask-image:linear-gradient(to right,#000 var(--wpsr-review-star-fill),#0000 var(--wpsr-review-star-fill))}.wpsr-star-background-empty .wpsr-star-filled{display:none}.wpsr-rating{display:flex;flex-direction:row}.wpsr-ai-summary-enabled{display:grid;grid-template-columns:repeat(12,1fr);margin-top:30px;row-gap:0}.wpsr-ai-summary-enabled [class*=wpsr-col-]{display:flex}.wpsr-ai-summary-enabled.wpsr-reviews-with-top-padding{padding-top:30px}.wpsr-ai-summary-enabled .wpsr-review-summary-list.wpsr-review-content,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list.wpsr-review-content,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list.wpsr-review-content,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list.wpsr-review-content{text-align:left}.wpsr-ai-summary-enabled .wpsr-review-summary-list,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list{overflow:hidden}.wpsr-ai-summary-enabled .wpsr-review-summary-list ul,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list ul,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list ul,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list ul{list-style:none;margin:0;padding:0;transition:max-height .3s ease}.wpsr-ai-summary-enabled .wpsr-review-summary-list ul li,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list ul li,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list ul li,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list ul li{margin-bottom:10px}.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll{height:70px!important;overflow:auto;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-summary-point,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-summary-point,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-summary-point,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-summary-point{display:grid;grid-template-columns:auto auto}.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-list-style-check,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-list-style-check,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-list-style-check,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-list-style-check{background:#000;clip-path:path("M10.043.554a1 1 0 0 1 1.497 1.32l-.083.095-6.272 6.899a1 1 0 0 1-1.32.083l-.095-.083-3.227-3.5a1 1 0 0 1 1.32-1.498l.094.083 2.52 2.793L10.043.554Z");display:inline-block;height:10px;margin-right:8px;margin-top:8px;width:12px}.wpsr-ai-summary-enabled .wpsr-review-summary-list ul,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list ul,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list ul,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list ul{align-items:flex-start;display:flex;flex-direction:column;width:100%}.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-text p,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-text p,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-text p,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-text p{margin:0;overflow:initial;overflow-x:initial;padding-right:10px;position:static;scrollbar-color:auto;scrollbar-width:auto;text-align:left}.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr_read_more_list,.wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr_read_more_list,.wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr_read_more_list,.wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr_read_more_list{color:#65676b;cursor:pointer;font-size:13px;font-weight:400;line-height:1.4;margin:0;padding-left:4px;text-decoration:underline;text-decoration-color:#65676b}.wpsr-ai-summary-fixed-height{min-height:250px}.wpsr-review-template-ai .wpsr-ai-review-summary{text-align:left}.wpsr_add_read_more_list .wpsr_read_less,.wpsr_add_read_more_list .wpsr_read_more{color:#1194dc;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1.6;margin:0;padding:0 0 0 4px;text-decoration:underline;text-decoration-color:#1194dc}.wpsr-ai-summary-list-collapsed .wpsr-ai-review-summary-remaining,.wpsr-ai-summary-list-collapsed .wpsr_read_less,.wpsr-ai-summary-list-expanded .wpsr_read_more{display:none}.wpsr-ai-summary-list-expanded .wpsr-ai-review-summary-remaining{display:inline}.wpsr-total-reviews-for-ai-summary-card{color:#333;font-size:14px;font-weight:400;margin:0;padding:0;text-align:inherit}.wpsr-ai-summary-read-more-dots{color:#888;display:inline;font-weight:700;padding-left:2px;padding-right:2px}.wpsr-ai-summary-list-expanded .wpsr-ai-summary-read-more-dots{display:none}.wpsr-review-images{display:flex;flex-wrap:wrap;gap:10px}.wpsr-review-images .wpsr-review-image{border:1px solid #0000;border-radius:4px;cursor:pointer;height:100px;object-fit:cover;transition:.3s;width:100px}.wpsr-review-images .wpsr-review-image:focus,.wpsr-review-images .wpsr-review-image:hover{border:1px solid #4284f3}.fct-product-card .wpsr-fluent-cart-list-rating{padding-bottom:12px;padding-left:12px;padding-right:12px}@media (min-width:992px){.wpsr-ai-summary-enabled .wpsr-col-12{grid-column:span 12;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-6{grid-column:span 6;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-4{grid-column:span 4;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-3{grid-column:span 3;min-width:100%}}@media (min-width:768px) and (max-width:991px){.wpsr-ai-summary-enabled .wpsr-col-sm-12{grid-column:span 12;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-sm-6{grid-column:span 6;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-sm-4{grid-column:span 4;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-sm-3{grid-column:span 3;min-width:100%}}@media (max-width:767px){.wpsr-ai-summary-enabled .wpsr-col-xs-12{grid-column:span 12;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-xs-6{grid-column:span 6;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-xs-4{grid-column:span 4;min-width:100%}.wpsr-ai-summary-enabled .wpsr-col-xs-3{grid-column:span 3;min-width:100%}}.wpsr-review-template-one{border-radius:8px}.wpsr-review-template-one .wpsr-reviewer-image{left:0;line-height:0;position:absolute;right:0;text-align:center;top:-40px}.wpsr-review-template-one .wpsr-reviewer-image img{border:4px solid #fff;border-radius:50%;box-shadow:0 0 10px 0 #00000057;margin:auto;max-height:80px;object-fit:cover;width:80px}.wpsr-review-template-one .wpsr-review-info{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:20px}.wpsr-review-template-one .wpsr-review-info .wpsr-rating-wrapper.wpsr-rating .wpsr-star{margin-right:2px}.wpsr-review-template-one .wpsr-review-info .wpsr-rating-wrapper .wpsr-booking-rating-style{justify-content:center}.wpsr-review-template-one .wpsr-review-content{margin-top:15px;text-align:center}.wpsr-review-template-one .wpsr-rating-wrapper.wpsr-rating{justify-content:center}.wpsr-review-template-one .wpsr-review-title{margin-bottom:-10px;margin-top:10px;text-align:center}.wpsr-review-template-one .wpsr-review-images{justify-content:center}.wpsr-review-template.wpsr-review-template-two{margin-top:0}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-two{padding:25px 15px}}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-google{border-bottom:10px solid #e7711a}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-zomato{border-bottom:10px solid #f3153c}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook{border-bottom:10px solid #345a9e}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-yelp{border-bottom:10px solid #fa3e3e}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-tripadvisor{border-bottom:10px solid #04a96c}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-amazon{border-bottom:10px solid #ffa41c}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-trustpilot{border-bottom:10px solid #00b67a}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-aliexpress{border-bottom:10px solid #fe4646}.wpsr-review-template.wpsr-review-template-two{display:flex;flex-direction:inherit;flex-wrap:wrap}.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image{margin-right:10px}.wpsr-review-template.wpsr-review-template-two .wpsr-review-info{flex-grow:1}.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform{left:auto;right:15px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform{top:5px}.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform img{max-height:18px}}.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image img{border-radius:50%;height:70px;object-fit:cover;width:70px}.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image{padding-right:15px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image{padding-right:10px}.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image img{height:55px;width:55px}}.wpsr-review-template.wpsr-review-template-two .wpsr-review-info{margin-right:auto;padding-top:0;text-align:inherit}.wpsr-review-template.wpsr-review-template-two .wpsr-reviews-content-footer{margin-top:10px;width:100%}.wpsr-review-template.wpsr-review-template-two .wpsr-review-title{margin-bottom:-10px}.wpsr-review-template.wpsr-review-template-two .wpsr-review-content{margin-top:15px}.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook .wpsr-recommends{justify-content:flex-start}.wpsr-review-template.wpsr-review-template-three{margin-left:30px;margin-top:0;width:auto}.wpsr-review-template.wpsr-review-template-three .wpsr-recommends{justify-content:flex-start}.wpsr-review-template.wpsr-review-template-three .wpsr-review-platform{left:-55px;position:absolute;top:40px;transform:rotate(-90deg)}.wpsr-review-template.wpsr-review-template-three .wpsr-review-platform span{background-color:#1cb03b;color:#fff;display:block;font-size:16px;line-height:1.3;padding:6px 15px;text-transform:capitalize}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-three{padding:25px 15px}}.wpsr-review-template.wpsr-review-template-three .wpsr-recommends{padding-top:0}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-facebook .wpsr-review-platform{left:-64px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-facebook .wpsr-review-platform span{background-color:#345a9e}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-zomato .wpsr-review-platform{left:-58px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-zomato .wpsr-review-platform span{background-color:#f3153c}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-yelp .wpsr-review-platform{left:-45px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-yelp .wpsr-review-platform span{background-color:#fa3e3e}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-airbnb .wpsr-review-platform span{background-color:#ff385c}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-tripadvisor .wpsr-review-platform{left:-70px;top:50px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-tripadvisor .wpsr-review-platform span{background-color:#04a96c}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-amazon .wpsr-review-platform{left:-58px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-amazon .wpsr-review-platform span{background-color:#ffa41c}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-trustpilot .wpsr-review-platform{left:-65px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-trustpilot .wpsr-review-platform span{background-color:#00b67a}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-aliexpress .wpsr-review-platform{left:-68px}.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-aliexpress .wpsr-review-platform span{background-color:#fe4646}.wpsr-review-template.wpsr-review-template-three[class~="wpsr-review-template-booking.com"] .wpsr-review-platform{left:-76px}.wpsr-review-template.wpsr-review-template-three .wpsr-rating-wrapper{padding-bottom:0}.wpsr-review-template.wpsr-review-template-three .wpsr-review-header{align-items:center;display:flex;justify-content:space-between;padding-top:15px}.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image img{border-radius:50%;max-height:60px;object-fit:cover;width:60px}.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image{padding-right:20px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image{padding-right:10px}.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image img{max-height:55px}}.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info{margin-right:auto;padding-top:0;text-align:inherit}.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:15px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:14px}}.wpsr-review-template.wpsr-review-template-three .wpsr-review-title{margin-bottom:5px;margin-top:0}.wpsr-review-template.wpsr-review-template-three .wpsr-review-content{margin-top:5px}.wpsr-review-template.wpsr-review-template-four{background-color:initial;border-radius:0;box-shadow:none;margin-bottom:30px;margin-top:0;padding:0;position:static}.wpsr-review-template.wpsr-review-template-four .wpsr-recommends{justify-content:flex-start}.wpsr-review-template.wpsr-review-template-four .wpsr-review-header{background-color:#fff;border-radius:8px;box-shadow:0 0 57px 0 #0000000d;margin-bottom:25px;padding:30px;position:relative}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-four .wpsr-review-header{padding:25px 15px}}.wpsr-review-template.wpsr-review-template-four .wpsr-review-header:after{border-right:20px solid #0000;border-top:20px solid #fff;bottom:-20px;content:"";height:0;left:60px;position:absolute;width:0}.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-rating-wrapper{padding-bottom:8px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-rating-wrapper{padding-bottom:0}}.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform{left:auto;right:15px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform{top:5px}.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform img{max-height:18px}}.wpsr-review-template.wpsr-review-template-four .wpsr-review-info{align-items:center;display:flex;margin-left:30px;margin-right:auto;padding-top:0;text-align:inherit}.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name-url{box-shadow:none;margin:0;padding:0;text-decoration:none}.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name-url .wpsr-reviewer-name{color:#333;font-size:16px;font-weight:700;line-height:1.4;margin:0;padding:0}.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image img{border-radius:50%;max-height:60px;object-fit:cover;width:60px}.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image{padding-right:20px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image{padding-right:10px}.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image img{max-height:55px}}.wpsr-review-template.wpsr-review-template-four .wpsr-review-title{margin-bottom:5px;margin-top:0}.wpsr-review-template.wpsr-review-template-five{border-radius:8px;margin-top:30px}.wpsr-review-template.wpsr-review-template-five .wpsr-review-platform{left:auto;right:15px}.wpsr-review-template.wpsr-review-template-five .wpsr-recommends{justify-content:center}.wpsr-review-template.wpsr-review-template-five .wpsr-reviewer-image{left:0;line-height:0;position:absolute;right:0;text-align:center;top:-40px}.wpsr-review-template.wpsr-review-template-five .wpsr-reviewer-image img{border:4px solid #fff;border-radius:50%;box-shadow:0 0 10px 0 #00000057;margin:auto;max-height:80px;object-fit:cover;width:80px}.wpsr-review-template.wpsr-review-template-five .wpsr-review-header{align-items:center;display:flex;justify-content:space-between}.wpsr-review-template.wpsr-review-template-five .wpsr-review-info{margin:0 auto;padding-top:20px;text-align:center}.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper{justify-content:center;padding-bottom:0;padding-top:10px}.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper.wpsr-rating .wpsr-star{margin-right:2px}.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper .wpsr-booking-rating-style{justify-content:center}.wpsr-review-template.wpsr-review-template-five .wpsr-review-date{padding-top:5px;text-align:center}.wpsr-review-template.wpsr-review-template-five .wpsr-review-title{margin-bottom:-5px;margin-top:5px;text-align:center}.wpsr-review-template.wpsr-review-template-five .wpsr-review-content{margin-top:10px;position:relative;text-align:center;z-index:1}.wpsr-review-template.wpsr-review-template-five .wpsr-review-content:after{color:#1c7298;content:"a";font-family:wp-social-reviews;font-size:70px;left:0;opacity:.2;position:absolute;right:0;top:-25px;z-index:-1}.wpsr-review-template.wpsr-review-template-five .wpsr-review-images{justify-content:center}.wpsr-review-template.wpsr-review-template-six{margin-left:30px;margin-top:0}.wpsr-review-template.wpsr-review-template-six .wpsr-recommends{justify-content:flex-start}.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image{left:-25px;position:absolute;top:40px}.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image .wpsr-reviewer-image-url{display:block}.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image img{border-radius:50%;height:50px;max-height:50px;object-fit:cover;width:50px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image{left:-20px}.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image img{max-height:40px}.wpsr-review-template.wpsr-review-template-six{padding:25px 15px}}.wpsr-review-template.wpsr-review-template-six .wpsr-review-info{margin-right:auto;padding-left:15px;padding-top:15px;text-align:inherit}.wpsr-review-template.wpsr-review-template-six .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:15px}.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform{bottom:15px;left:auto;right:15px;top:auto}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform{top:5px}.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform img{max-height:18px}}.wpsr-review-template.wpsr-review-template-six .wpsr-review-title{margin-bottom:5px;margin-top:0}.wpsr-review-template.wpsr-review-template-six .wpsr-review-content,.wpsr-review-template.wpsr-review-template-six .wpsr-review-title{padding-left:15px}.wpsr-review-template.wpsr-review-template-six .wpsr-review-date{padding-top:5px}.wpsr-review-template.wpsr-review-template-six .wpsr-review-images{padding-left:15px}.wpsr-review-template.wpsr-review-template-seven{align-items:center;border-radius:8px;display:flex;justify-content:space-between;margin-top:0;padding:25px 20px}.wpsr-review-template.wpsr-review-template-seven .wpsr-recommends{justify-content:flex-start}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-seven{padding:25px 15px}}.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image .wpsr-reviewer-image-url{display:block;margin-right:15px}.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image img{border-radius:50%;max-height:50px;object-fit:cover;width:50px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image img{max-height:40px}}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info{margin-right:auto;padding-top:0;text-align:inherit}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:15px}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info .wpsr-review-date{padding-top:5px}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-platform{position:static}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-title{margin-bottom:5px;margin-top:0}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content{height:100%;overflow:inherit!important;overflow-x:inherit!important}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar{border-radius:4px;width:4px}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar-thumb{background:#46454599}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar-track{background:#4846461a}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content p{height:100%;overflow:auto;overflow-x:hidden;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ul{height:100%;overflow:hidden auto;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 0 57px 0 #0000000d;display:flex;flex-direction:column;justify-content:center;opacity:0;padding:25px 20px;position:absolute;text-align:inherit;top:0;transition:.4s;visibility:hidden;z-index:1}.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content:after{border-right:20px solid #0000;border-top:20px solid #fff;bottom:-20px;content:"";height:0;left:50px;position:absolute;width:0}.wpsr-review-template.wpsr-review-template-seven:hover .wpsr-review-content{min-height:120px;opacity:1;top:-20px;visibility:visible}.wpsr-review-template.wpsr-review-template-eight{align-items:center;border-radius:8px;display:flex;justify-content:space-between;margin-top:0;padding:25px 20px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-eight{padding:25px 15px}}.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-google .wpsr-reviews-on-hover .wpsr-review-platform span{color:#e7711a}.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-facebook .wpsr-reviews-on-hover .wpsr-review-platform span{color:#1c7298}.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-yelp .wpsr-reviews-on-hover .wpsr-review-platform span{color:#fa3e3e}.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-zomato .wpsr-reviews-on-hover .wpsr-review-platform span{color:#f4474c}.wpsr-review-template.wpsr-review-template-eight .wpsr-rating-wrapper{display:flex;justify-content:center;padding-top:15px;position:relative;z-index:2}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image .wpsr-reviewer-image-url{display:block;margin-right:15px}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image img{border-radius:50%;height:80px;margin:0 auto;max-height:80px;object-fit:cover;width:80px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image img{max-height:80px;max-width:80px}}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info{text-align:center;width:100%}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:15px}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info .wpsr-review-date{padding-top:5px}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform{position:static}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform{top:5px}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform img{max-height:18px}}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-title{margin-bottom:-10px;margin-top:5px}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 0 57px 0 #0000000d;display:flex;flex-direction:column;height:100%;justify-content:center;left:100px;opacity:0;padding:25px 20px;position:absolute;right:0;text-align:inherit;text-align:center;top:0;transition:.5s;visibility:hidden;width:100%;z-index:1}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar{border-radius:4px;width:4px}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar-thumb{background:#46454599}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar-track{background:#4846461a}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content{height:100%}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content .wpsr-ai-review-summary-list,.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content .wpsr_show_more_content{height:100%;overflow:auto;overflow-x:hidden;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-platform{margin-top:5px}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-platform span{font-size:14px;font-weight:700;line-height:1.4;text-transform:capitalize}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover p{height:100%;overflow:auto;overflow-x:hidden;padding-right:10px;position:relative;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin;z-index:1}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover p:after{color:#1c7298;content:"a";font-family:wp-social-reviews;font-size:70px;left:30%;opacity:.2;position:absolute;top:-25px;z-index:-1}.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-ai-review-summary-list .wpsr-text p{margin:0;overflow:initial;overflow-x:initial;padding-right:10px;position:static;scrollbar-color:auto;scrollbar-width:auto}.wpsr-review-template.wpsr-review-template-eight .wpsr-review-images{justify-content:center}.wpsr-review-template.wpsr-review-template-eight:hover .wpsr-reviews-on-hover{left:0;opacity:1;visibility:visible}.wpsr-review-template.wpsr-review-template-nine{align-items:center;border-radius:8px;display:flex;margin-top:0;padding:20px 15px;transition:.4s}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-nine{padding:20px 15px}}.wpsr-review-template.wpsr-review-template-nine:hover{background-color:#6a65e7}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-recommends span{color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-recommends svg path{fill:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content p,.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-title{color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content .wpsr_add_read_more .wpsr_read_less,.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content .wpsr_add_read_more .wpsr_read_more,.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content a{color:#fff;text-decoration-color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-info .wpsr-review-date,.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name,.wpsr-review-template.wpsr-review-template-nine:hover p{color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover p a,.wpsr-review-template.wpsr-review-template-nine:hover p a:hover{color:#59f333;text-decoration-color:#59f333}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-star path{fill:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style1{color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style1 span{background:#e7711a;color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style2 span{color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper .wpsr-booking-rating-style .review-badge{background:#fff;color:#003580}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-total-review-count{color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr_read_more_list{color:#fff;text-decoration-color:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-list-style-check{background:#fff}.wpsr-review-template.wpsr-review-template-nine:hover .wpsr_read_less,.wpsr-review-template.wpsr-review-template-nine:hover .wpsr_read_more{color:#fff;text-decoration-color:#fff}.wpsr-review-template.wpsr-review-template-nine .wpsr-reviewer-image .wpsr-reviewer-image-url{display:block;margin-right:10px}.wpsr-review-template.wpsr-review-template-nine .wpsr-reviewer-image img{border:5px solid #fff;border-radius:50%;box-shadow:0 0 9px 0 #00000026;height:60px;margin:0 auto;max-width:60px;object-fit:cover;width:auto}.wpsr-review-template.wpsr-review-template-nine .wpsr-review-date{padding-top:3px}.wpsr-review-template.wpsr-review-template-nine .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:15px}.wpsr-review-template.wpsr-review-template-nine .wpsr-rating-wrapper{padding-bottom:0;padding-top:5px}.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform{position:static}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform{top:5px}.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform img{max-height:18px}}.wpsr-review-template.wpsr-review-template-nine .wpsr-review-title{margin-top:10px}.wpsr-review-template.wpsr-review-template-nine .wpsr-review-content{padding-top:5px}.wpsr-all-reviews [class^=wpsr-col-]:last-of-type>.wpsr-review-template-ten{border-bottom:none}.wpsr-review-template.wpsr-review-template-ten{background-color:initial;border-radius:unset;box-shadow:none;display:flex;flex-direction:column;margin:10px 0 0;padding:0;position:relative}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-ten{margin:5px 0}}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-date-row .wpsr-review-date-container .wpsr-review-time{font-size:12px;margin:0}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row{align-items:flex-start;display:flex;flex:1;gap:15px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row{gap:10px}}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-image-column{flex-shrink:0}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-image-column .wpsr-reviewer-image img{border-radius:50%;height:40px;object-fit:cover;width:40px}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column{display:flex;flex:1;flex-direction:column;gap:6px}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row{align-items:center;display:flex;justify-content:space-between}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row .wpsr-reviewer-name-wrapper a{text-decoration:none}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row .wpsr-reviewer-name-wrapper .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:18px;font-weight:600;line-height:1.4;text-decoration:none}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row .wpsr-reviewer-name-wrapper .wpsr-reviewer-name-url .wpsr-reviewer-name{font-size:16px}}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-rating-row .wpsr-rating-wrapper{align-items:center;display:flex}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-rating-row .wpsr-rating-wrapper{padding-bottom:0}}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-review-content-row .wpsr-review-title{font-size:16px;font-weight:600;line-height:1.4;margin-top:0}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-review-content-row .wpsr-review-content{font-size:14px;line-height:1.6;margin-top:0}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-review-content-row .wpsr-review-content p{line-height:1.6;margin:0 0 10px}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-row{display:flex;justify-content:flex-end}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-row .wpsr-review-platform-container img{max-height:20px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-row .wpsr-review-platform-container img{max-height:18px}}.wpsr-review-template.wpsr-review-template-ten.wpsr-review-template-facebook .wpsr-recommends{justify-content:flex-start}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-content-section,.wpsr-review-template.wpsr-review-template-ten .wpsr-review-date-top,.wpsr-review-template.wpsr-review-template-ten .wpsr-review-header,.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-bottom{display:none}.wpsr-review-template.wpsr-review-template-ten .wpsr-reviewer-image{flex-shrink:0}.wpsr-review-template.wpsr-review-template-ten .wpsr-reviewer-image img{border-radius:50%;height:40px;object-fit:cover;width:40px}@media screen and (max-width:1024px){.wpsr-review-template.wpsr-review-template-ten .wpsr-reviewer-image img{height:40px;width:40px}}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-info{flex:1;padding-top:0;text-align:inherit}.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform{display:none}.wpsr-reviews-badge-wrapper{display:block;text-align:center;width:100%}.wpsr-reviews-badge-wrapper.wpsr-enable-cursor{cursor:pointer}.wpsr-reviews-badge-wrapper.wpsr-has-multiple-reviews-platform .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img{height:28px}.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom,.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom,.wpsr-reviews-badge-wrapper .wpsr-float_top_left,.wpsr-reviews-badge-wrapper .wpsr-float_top_right{position:fixed;width:auto;z-index:2}.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom,.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom{bottom:0;margin-bottom:15px!important}.wpsr-reviews-badge-wrapper .wpsr-float_top_left{left:15px;top:160px}.wpsr-reviews-badge-wrapper .wpsr-float_top_right{right:15px;top:160px}.wpsr-reviews-badge-wrapper .wpsr-float_top_right.active{right:365px}.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom{left:15px}.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom{right:15px}.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom.active{right:365px}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn,.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html{background-color:#fff;border-radius:4px;box-shadow:0 5px 20px 0 #0000001a;color:inherit;display:inline-block;margin-bottom:30px;padding:20px 40px;text-align:center;text-decoration:none!important;transition:.3s}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn:focus,.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn:hover,.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html:focus,.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html:hover{border:none;box-shadow:0 5px 20px 0 #0000001f;outline:none}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo{align-items:center;display:flex;justify-content:center;line-height:0;padding-bottom:5px}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img{height:20px;width:auto}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo .wpsr-business-info-platform-icon{height:25px;object-fit:contain;width:75px}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo .wpsr-business-info-platform-icon-small{height:20px;object-fit:contain;width:20px}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo span{color:#333;font-size:16px;font-weight:400;padding-left:10px}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms{line-height:0}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms img{border-radius:4px;display:inline-block;height:28px;margin-right:5px;object-fit:cover;width:auto}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms img:last-child{margin-right:0}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms .wpsr-business-info-platform-icon-small{height:20px;object-fit:contain;width:20px}.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn .wpsr-rating-and-count .wpsr-total-reviews{text-decoration:underline}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1.2;margin:0;padding-top:5px}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-reviews-badge-title{color:#333;display:block;font-size:16px;padding-bottom:5px;text-align:left}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-rating{margin-left:5px;margin-top:2px}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-total-rating{align-items:center;color:#333;display:flex;font-size:20px;font-weight:700}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-total-reviews{color:#333;font-size:14px;padding-left:5px;padding-top:5px;text-align:left}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-star-rand stop{stop-color:#f7b80c}.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-star-rand stop+stop{stop-color:#d6dae4}.wpsr-reviews-badge2 .wpsr-reviews-badge-btn,.wpsr-reviews-badge2 .wpsr-reviews-badge-html{padding:15px 20px}.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner{display:flex}.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo{margin-right:15px}.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img{height:50px}.wpsr-reviews-badge2 .wpsr-rating-and-count{display:block}.wpsr-reviews-badge2 .wpsr-rating-and-count .wpsr-total-reviews{padding-left:0}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification{bottom:-200px;height:90vh!important;left:20px!important;opacity:0;right:auto!important;top:auto!important;transition:.5s!important;visibility:hidden}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active{border-radius:10px 10px;bottom:0;opacity:1;visibility:visible!important}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active.wpsr-float_right_bottom{left:auto!important;right:20px!important}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.wpsr-notification-active,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.wpsr-notification-active{right:-70px}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active.wpsr-reviews-wrapper .wpsr-all-reviews.wpsr-row{padding-top:30px}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-all-reviews.wpsr-row,.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-row:nth-child(2){height:calc(100vh - 180px);max-height:none;overflow-x:hidden;overflow-y:scroll;padding:10px;transition:height .1s cubic-bezier(.4,0,.2,1) 0s}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.deactivate{left:20px!important;opacity:0;right:auto!important;top:auto!important}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.deactivate.wpsr-float_right_bottom{left:auto!important;right:20px!important}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-review-source-title{display:none}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-loadmore{padding-bottom:20px}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-footer-cta{display:flex;justify-content:center;margin-bottom:30px}.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-footer-cta a{background-color:#000;border-radius:8px;color:#fff;cursor:pointer!important;font-size:15px;font-weight:700;outline:none;padding:6px 16px;text-decoration:none}.wpsr-reviews-notification-card-wrapper{background-color:#fff;border-radius:10px;bottom:-200px;box-shadow:0 5px 20px 0 #0000001a;color:#000;left:20px;outline:none;padding:20px;position:fixed;text-decoration:none;transition:.4s;z-index:99999999}.wpsr-reviews-notification-card-wrapper.cursor-none{cursor:default}@media only screen and (max-width:320px){.wpsr-reviews-notification-card-wrapper{padding:10px}}.wpsr-reviews-notification-card-wrapper.wpsr-enable-cursor{cursor:pointer}.wpsr-reviews-notification-card-wrapper.wpsr-float_right_bottom{left:auto;right:20px}@media only screen and (max-width:320px){.wpsr-reviews-notification-card-wrapper.wpsr-float_right_bottom{right:15px}}.wpsr-reviews-notification-card-wrapper:focus,.wpsr-reviews-notification-card-wrapper:hover{box-shadow:-1px 4px 8px 5px #0000001a;color:#000;outline:none;text-decoration:none}.wpsr-reviews-notification-card-wrapper .wpsr-hide-logo{display:none}.wpsr-reviews-notification-card-wrapper .wpsr-show-logo{display:block}.wpsr-reviews-notification-card-wrapper .wpsr-close{align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:5px;text-align:center;top:6px;width:20px;z-index:2}.wpsr-reviews-notification-card-wrapper .wpsr-close svg{height:12px;width:12px}.wpsr-reviews-notification-card-wrapper .wpsr-close svg path{fill:#111}.wpsr-reviews-notification-card-wrapper.wpsr-visible-card{display:block}.wpsr-reviews-notification-card-wrapper.wpsr-notification-active{bottom:20px;opacity:1}.wpsr-reviews-notification-card-wrapper.deactivate{bottom:-200px;opacity:0}.wpsr-reviews-notification-card-wrapper .wpsr-review-source-title{display:none}.wpsr-reviews-notification-card-wrapper .wpsr-reviewer-image{display:block}.wpsr-reviews-notification-card-wrapper.wpsr-reviews-platform-woocommerce .wpsr-review-platform .wpsr-show-logo{display:none}.wpsr-reviews-notification-card-wrapper.wpsr-reviews-platform-woocommerce .wpsr-review-source-title{display:block}.wpsr-reviews-notification-card{align-items:center;display:flex}.wpsr-reviews-notification-card .wpsr-notification-image-wrapper{margin-right:10px}.wpsr-reviews-notification-card .wpsr-product-image img,.wpsr-reviews-notification-card .wpsr-reviewer-image img{border-radius:50%;height:50px;object-fit:cover;width:50px}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-star-empty,.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-star-filled{height:100%;width:100%}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-star-container{margin-right:0}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header{align-items:center;display:flex}@media only screen and (max-width:767px){.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header{display:block}}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header .reviewer-name{color:#111;font-size:16px;font-weight:700;padding-right:5px}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header p{font-size:14px;line-height:1.4;margin:0;padding:0}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body{align-items:center;display:flex;line-height:0}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper{padding-right:5px}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating{align-items:center;display:flex}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg{display:inherit;height:18px;width:18px}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg path{fill:#f7b80c}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform img{border-radius:4px;max-height:20px;width:auto}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform{padding-left:5px}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform .wpsr-review-source-title{color:#0954db;font-size:13px;margin-top:3px}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-footer{line-height:1}.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-footer .review-time{color:#888;font-size:12px;line-height:18px}.wpsr-business-info.wpsr-template-2{background-color:initial;display:flex;flex-direction:column}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns{align-items:center;display:flex;gap:20px;min-height:120px;width:100%}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1{align-items:center;display:flex;flex:0 0 30%;height:100%;justify-content:center;min-width:200px;width:30%}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-paltforms{align-items:center;display:flex;justify-content:center;padding-bottom:10px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-paltforms img{margin-right:10px;max-height:25px;width:auto}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-logo{align-items:center;display:flex;justify-content:center;padding-bottom:10px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-logo img{margin-right:8px;max-height:30px;width:auto}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-reviews-header-template-2-overall-rating{align-items:center;display:flex;gap:10px;margin-bottom:10px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-reviews-header-template-2-overall-rating .wpsr-reviews-header-template-2-stars{align-items:center;display:flex}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2{align-items:center;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;display:flex;flex:0 0 40%;flex-direction:column;height:100%;justify-content:center;margin:20px 0;min-width:250px;position:relative;width:40%}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown{margin:0 auto;max-width:300px;width:100%}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row{align-items:center;display:flex;font-size:14px;gap:8px;margin-bottom:8px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-label{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;overflow:visible;padding-right:5px;text-align:right;width:120px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-icons{display:flex;flex-shrink:0;gap:1px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-icons .wpsr-star-filled{color:#ffc107;font-size:12px;line-height:1}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-icons .wpsr-star-empty{color:#e0e0e0;font-size:12px;line-height:1}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-point-range{align-items:center;color:#333;display:flex;font-size:14px;font-weight:600;justify-content:flex-end;min-width:40px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-progress-bar{flex:1;height:12px;overflow:hidden;position:relative}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-progress-bar .wpsr-reviews-header-template-2-progress-fill{height:100%;transition:width .3s ease}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-count{text-align:left;width:35px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3{align-items:center;display:flex;flex:0 0 30%;height:100%;justify-content:center;min-width:150px;width:30%}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-business-info-right{margin-left:0}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-read-all-review-modal-btn,.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-write-review-modal-btn{background-color:#4284f3;border:none;border-radius:6px;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1.4;margin:0;min-width:120px;padding:12px 24px;text-align:center;text-decoration:none}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-read-all-review-modal-btn:hover,.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-write-review-modal-btn:hover{background-color:#1265f0;text-decoration:none}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-read-all-review-modal-btn:focus,.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-write-review-modal-btn:focus{background-color:#4284f3;outline:none;text-decoration:none}@media (max-width:768px){.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns{flex-direction:column;gap:15px;margin-top:10px}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1,.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2,.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3{flex:none;min-width:unset;width:100%}.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2{border-left:none;border-right:none;flex-direction:column;margin:0}}.wpsr-reviews-header-template-2-progress-bar{background-color:#e0e0e0}.wpsr-reviews-header-template-2-progress-bar .wpsr-reviews-header-template-2-progress-fill{background-color:#ffc107}.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns{border-radius:0}.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-logo,.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-paltforms,.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-rating-and-count{display:flex;justify-content:center}@media only screen and (max-width:320px){.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-logo,.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-paltforms,.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-rating-and-count{display:block}}.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3{display:flex;justify-content:center;margin-top:5px}.wpsr-notification-active .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns,.wpsr-reviews-layout-badge.active .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns{flex-direction:column}.wpsr-notification-active .wpsr-template-2 .wpsr-reviews-header-template-2-column-2,.wpsr-reviews-layout-badge.active .wpsr-template-2 .wpsr-reviews-header-template-2-column-2{border-left:none;border-right:none}.wpsr-notification-active .wpsr-reviews-header-template-2-three-columns,.wpsr-reviews-layout-badge.active .wpsr-reviews-header-template-2-three-columns{margin-top:10px}.wpsr-notification-active .wpsr-business-title,.wpsr-reviews-layout-badge.active .wpsr-business-title{display:flex;justify-content:center}.wpsr-reviews-header-template-2-title{display:block;font-size:16px;font-weight:600;text-align:center;width:100%}.wpsr-business-info-wrapper.wpsr-template-2-wrapper{background-color:initial;border-bottom:1px solid #e0e0e0}