:root{--meri-black:#000000;--meri-white:#FFFFFF;--meri-dark:#282A35;--meri-grey:#7F7F80;--meri-bg-main:#FAFAFA;--meri-bg-color-2:#686FFF;--meri-outline:#8893B0;--meri-hover:#2563EB;--meri-red:#CC1D1D;--meri-text-grey:#878C97;--meri-gr:linear-gradient(90deg, #8446FF 0%, #E80D0D 100%);--meri-gr-1:linear-gradient(152deg, #C7CAFF 0%, #5D64FF 103.79%);--meri-gr-2:linear-gradient(152deg, #FFBECF 0%, #DF5C7F 103.79%);--meri-gr-3:linear-gradient(152deg, #B3FFB8 0%, #3B9141 103.79%);--meri-gr-4:linear-gradient(152deg, #FFC499 0%, #E47C31 103.79%);--meri-gr-5:linear-gradient(152deg, #91DDFF 0%, #409FC7 103.79%)}body,h1,h2,h3,h4,h5,h6{color:var(--meri-dark)}a{text-decoration:none}.hp-field,li,ol,ul{list-style:none!important}.hp-field::-webkit-scrollbar,li::-webkit-scrollbar,ol::-webkit-scrollbar,ul::-webkit-scrollbar{width:8px}.hp-field::-webkit-scrollbar-track,li::-webkit-scrollbar-track,ol::-webkit-scrollbar-track,ul::-webkit-scrollbar-track{background:0 0;border-radius:4px}.hp-field::-webkit-scrollbar-thumb,li::-webkit-scrollbar-thumb,ol::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{background:var(--grey-400);border-radius:4px}.hp-field::-webkit-scrollbar-thumb:hover,li::-webkit-scrollbar-thumb:hover,ol::-webkit-scrollbar-thumb:hover,ul::-webkit-scrollbar-thumb:hover{background:var(--grey-500)}.content-block:before,.inner-wrapper-sticky:before{display:none!important}.inner-wrapper-sticky{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important}.hp-page__title:before{display:none!important}time{text-transform:none!important}textarea{resize:none!important}#comments{margin-bottom:72px;max-width:816px;margin-inline:auto}@media (min-width:1024px){#comments{margin-bottom:100px}}#comments:not(:has(.comments)) .content-title{display:none}#comments .comments-row ul{display:grid;grid-template-columns:1fr;gap:24px}#comments .comments-row ul li{margin:0!important}#comments .comments-row ul li .hp_review{margin:0!important;height:100%}#comments ul li{background:0 0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;margin:0}#comments .children{padding:24px 0 0 24px}#comments .children .comment{margin-bottom:16px}#comments .content-title{margin-bottom:24px;font-size:24px;font-weight:600;line-height:normal;text-transform:capitalize}@media (min-width:1024px){#comments .content-title{font-size:32px;font-weight:600;text-transform:capitalize}}.comment{padding:24px!important;border-radius:20px;background:var(--meri-white);-webkit-box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1);box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1);margin-inline:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:24px}.comment .avatar{width:48px;height:48px;border-radius:50%}@media (min-width:1024px){.comment .avatar{width:64px;height:64px}}.comment__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.comment__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin:0}.comment__header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.comment__image{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.comment__author{color:var(--meri-dark);font-size:16px;font-weight:400;line-height:25.979px}@media (min-width:1024px){.comment__author{font-size:18px;font-weight:500;line-height:25.979px}}.comment__date{color:var(--fonovaspace-gray-400);margin:0;font-size:14px!important;font-weight:400!important;line-height:normal!important}.comment__details{margin:0}.comment__text{color:var(--meri-dark);margin:0;font-size:16px;font-weight:400;line-height:25.979px}@media (min-width:1024px){.comment__text{font-size:18px;font-weight:500;line-height:25.979px}}.comment-respond{border-radius:20px!important;-webkit-box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1)!important;box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1)!important;background:var(--meri-white);padding:24px!important;max-width:816px;margin:0 auto}.comment-respond .logged-in-as,.comment-respond a{color:var(--meri-dark)}.comment-respond a{font-weight:700}.comment-respond .form-submit{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.comment-respond #submit{width:100%;border:0!important;background:var(--meri-gr)!important;color:var(--meri-white)!important;z-index:2;overflow:hidden;-webkit-transition:.3s;transition:.3s;position:relative;border-radius:32px!important;outline:0!important;text-align:center;cursor:pointer;padding:10px 16px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px!important;font-weight:700!important;line-height:normal!important}.comment-respond #submit:before{position:absolute;content:"";inset:0;background:-webkit-gradient(linear,left top,right top,from(#282a35),to(#282a35))!important;background:linear-gradient(90deg,#282a35 0,#282a35 100%)!important;border-radius:32px;z-index:-1;opacity:0;pointer-events:none;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.comment-respond #submit:active:before,.comment-respond #submit:focus:before,.comment-respond #submit:hover:before{opacity:1}.comment-respond #submit span{position:relative;z-index:2}.comment-respond #submit:disabled,.comment-respond #submit[data-state=loading]{background:var(--meri-grey)!important}.comment-respond #submit.active{pointer-events:initial}.comment-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.comment-form-comment{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.comment-form label{letter-spacing:unset!important;margin-bottom:6px;display:block}.comment-form label .required{color:var(--meri-dark)!important}.comment-form-cookies-consent,.comment-form-url,.comment-notes,.comment-reply-title{display:none}.site-content .post{border-radius:20px;background:var(--meri-white);-webkit-box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1);box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1);padding:8px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.site-content .post--archive .post__image{border-radius:20px;max-height:240px;opacity:1;margin-bottom:16px!important}.site-content .post--archive .post__image img{max-height:240px;-o-object-fit:cover;object-fit:cover}.site-content .post--archive .post__image a:after{display:none}.site-content .post--archive .post__content{padding:12px}.site-content .post--archive .post__title{margin-bottom:12px;font-size:20px!important;font-weight:600!important;line-height:29px!important}@media (min-width:1024px){.site-content .post--archive .post__title{font-size:24px!important;font-weight:600!important;line-height:25.979px!important}}.site-content .post--archive .post__title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--meri-dark)}.site-content .post--archive .post__text{margin:auto 0 12px}.site-content .post--archive .post__text p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;font-weight:400;line-height:25.979px}@media (min-width:1024px){.site-content .post--archive .post__text p{font-size:18px;font-weight:500;line-height:25.979px}}.post__recommended{padding-bottom:60px}.post__recommended-title{margin-bottom:24px;font-size:30px;font-weight:500;line-height:normal;text-transform:capitalize}@media (min-width:1024px){.post__recommended-title{font-size:54px;font-weight:500;line-height:normal;text-transform:capitalize}}.post__recommended-title span{background:var(--meri-gr);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.post__recommended-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media (min-width:768px){.post__recommended-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header-hero{padding:60px 0 32px;background:var(--meri-bg-main)}.header-hero .container{max-width:1246px}.header-hero .row>div{width:100%!important;-ms-flex-preferred-size:100%!important;flex-basis:100%!important;max-width:100%!important;margin:0!important}.post__title{color:var(--meri-dark);letter-spacing:0!important;font-size:30px;font-weight:500;line-height:normal;text-transform:capitalize}@media (min-width:1024px){.post__title{font-size:54px;font-weight:500;line-height:normal;text-transform:capitalize}}.site-content .hp-page{padding:0 16px}.site-content .post__main{max-width:790px;margin:0 auto;padding:0 0 60px}.site-content .post--main{border-radius:20px;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;background:var(--meri-bg-main)!important}.site-content .post--single .post__author{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px}.site-content .post--single .post__author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-content .post--single .post__author-info img{width:42px;height:42px}.site-content .post--single .post__author-info p{color:var(--meri-dark);font-size:18px;font-weight:500;line-height:25.979px}.site-content .post--single .post__date{font-size:18px;font-weight:500;line-height:25.979px}.site-content .post--single .post__image{border-radius:20px;line-height:0}.site-content .post--single .post__image img{width:100%}.site-content .post--single .post__image:after{display:none!important}.site-content .post--single .post__content{padding:24px 0 60px}.site-content .post--single .post__content blockquote,.site-content .post--single .post__content h1,.site-content .post--single .post__content h2,.site-content .post--single .post__content h3,.site-content .post--single .post__content h4,.site-content .post--single .post__content h5,.site-content .post--single .post__content h6,.site-content .post--single .post__content ol,.site-content .post--single .post__content p,.site-content .post--single .post__content ul{font-size:16px;font-weight:400;line-height:25.979px}@media (min-width:1024px){.site-content .post--single .post__content blockquote,.site-content .post--single .post__content h1,.site-content .post--single .post__content h2,.site-content .post--single .post__content h3,.site-content .post--single .post__content h4,.site-content .post--single .post__content h5,.site-content .post--single .post__content h6,.site-content .post--single .post__content ol,.site-content .post--single .post__content p,.site-content .post--single .post__content ul{font-size:18px;font-weight:500;line-height:25.979px}}.site-content .post--single .post__content blockquote:not(:last-child),.site-content .post--single .post__content h1:not(:last-child),.site-content .post--single .post__content h2:not(:last-child),.site-content .post--single .post__content h3:not(:last-child),.site-content .post--single .post__content h4:not(:last-child),.site-content .post--single .post__content h5:not(:last-child),.site-content .post--single .post__content h6:not(:last-child),.site-content .post--single .post__content ol:not(:last-child),.site-content .post--single .post__content p:not(:last-child),.site-content .post--single .post__content ul:not(:last-child){margin-bottom:24px}.site-content .post__share{padding-bottom:60px}.site-content .post__share-title{margin-bottom:24px;font-size:24px;font-weight:600;line-height:normal;text-transform:capitalize}@media (min-width:1024px){.site-content .post__share-title{font-size:32px;font-weight:600;text-transform:capitalize}}.site-content .post__share-buttons{border-radius:20px;padding:16px;background:var(--meri-white);-webkit-box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1);box-shadow:0 4px 12.3px 0 rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media (min-width:768px){.site-content .post__share-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;padding:24px}}@media (min-width:1024px){.site-content .post__share-buttons{gap:32px}}.site-content .post__share-buttons li,.site-content .post__share-buttons li button{width:100%}.site-content .post__share-buttons a,.site-content .post__share-buttons button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;background:var(--meri-dark)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;font-size:16px;font-weight:600;line-height:25.979px;text-transform:capitalize}@media (min-width:1024px){.site-content .post__share-buttons a,.site-content .post__share-buttons button{font-size:20px!important;font-weight:600!important;line-height:25.979px!important}}@media (min-width:1024px){.site-content .post__share-buttons a,.site-content .post__share-buttons button{height:52px}}.site-content .post__share-buttons a svg,.site-content .post__share-buttons button svg{fill:var(--meri-dark);-webkit-transition:.3s;transition:.3s}.site-content .post__share-buttons a:hover svg,.site-content .post__share-buttons button:hover svg{fill:var(--meri-white)}