@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;400;500;600;700&display=swap);.footer{width:100%;background:#101010}.footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:32px 0 12px;gap:24px}.footer__content-col{width:25%}@media screen and (max-width:991px){.footer__content{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__content-col{width:calc(50% - 24px)}}@media screen and (max-width:575px){.footer__content{gap:0}.footer__content-col{width:100%;margin-bottom:24px}}.footer__content-logo{max-width:75%;margin-bottom:18px}.footer__content-logo~.footer-widget{padding:24px 16px;background:rgba(196,196,196,.1)}.footer__content-logo~.footer-widget .footer-widget__title{font-weight:700;font-size:14px;color:#ededed;opacity:.4;margin-bottom:16px;display:block}.footer__content .footer-widget{width:100%}.footer__content .footer-widget ul{list-style:none;margin:0}.footer__content .footer-widget ul li{padding:12px 0;font-weight:300;font-size:14px;line-height:21px;color:#ededed;margin:0;width:100%;border-bottom:1px solid #c4c4c4}.footer__content .footer-widget ul li:first-child{padding-top:0}.footer__content .footer-widget ul li:last-child{padding-bottom:0;border-bottom:none}.footer__content .footer-widget ul li a{width:100%;font-family:Kanit,"Open Sans",sans-serif}.footer__content .footer-widget a{font-weight:300;font-size:14px;line-height:21px;color:#ededed;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out;background:rgba(0,0,0,0);text-decoration:none}.footer__content .footer-widget a:hover{background:-o-linear-gradient(295.19deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;background:linear-gradient(154.81deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer__content .footer-widget__title{display:none}.footer__content .footer-widget p,.footer__content .footer-widget span{font-size:12px;color:#ededed;opacity:.4}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;border-top:1px solid #c4c4c4}@media(max-width:767px){.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__bottom-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.footer__bottom-socials a{width:22px;height:22px}.footer__bottom-rights{text-align:right;max-width:80%;font-size:12px;color:#ededed;opacity:.4}@media(max-width:767px){.footer__bottom-socials{margin-bottom:16px;gap:40px}.footer__bottom-socials a{width:24px;height:24px}.footer__bottom-socials a svg{width:100%;height:100%}.footer__bottom-rights{text-align:center;width:100%}}.dmca{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.dmca__title,.dmca__value{color:#fff;font-weight:700;font-size:22px;padding:16px;font-family:Kanit,"Open Sans",sans-serif}.dmca__title{background-color:#6bc530;width:200px;min-width:200px;text-align:right}@media screen and (max-width:991px){.dmca__title{width:125px;min-width:125px}}.dmca__value{width:100%;background-color:#4d4d4d}.sidebar{width:376px;min-width:376px;margin-left:12px;margin-top:12px;padding-left:12px;border-left:1px solid #eee}@media screen and (max-width:991px){.sidebar{width:100%;min-width:unset;margin:0 0 30px;padding:0;border:0}.sidebar-widget:not([id^=sidebar_product_widget]){display:none}}.sidebar-widget{margin-bottom:56px}.sidebar-widget:last-child{margin-bottom:0}.sidebar-widget__title{font-family:Kanit,"Open Sans",sans-serif;font-weight:600;font-size:32px;line-height:48px;text-align:center;color:#202020;padding:3px 10px;width:100%;background:#eee;border-radius:3px 3px 0 0;margin-bottom:16px}.sidebar-widget ul{margin:0;padding:0}.sidebar-widget ul li{list-style:none;margin:0;padding:16px 0 8px;border-bottom:1px solid #000;font-size:18px;line-height:25px}.sidebar-widget ul li a{color:#202020;-webkit-transition:color .3s ease-out;-o-transition:color .3s ease-out;transition:color .3s ease-out;text-decoration:none}.sidebar-widget ul li a:hover{background:-o-linear-gradient(295.19deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;background:linear-gradient(154.81deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;right:40px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1;visibility:hidden;opacity:0;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}.search-form.open{z-index:999;visibility:visible;opacity:1}.search-form input{height:40px;background:#fff;border:1px solid #c4c4c4;-webkit-box-shadow:inset 0 4px 7px rgba(0,0,0,.05);box-shadow:inset 0 4px 7px rgba(0,0,0,.05);border-radius:3px;padding:16px;color:#c4c4c4;font-size:16px;line-height:1.5;margin-right:16px}@media screen and (max-width:991px){.search-form{z-index:999;visibility:visible;opacity:1;width:100%;position:static;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.search-form input{width:calc(100% - 160px)}}@media screen and (max-width:575px){.search-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-form input{width:100%;margin:0 0 16px}}.search-form button{height:40px;width:144px;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;background:-o-linear-gradient(239.69deg,#fff 13.94%,#eaeaea 92.04%),#70cb29;background:linear-gradient(210.31deg,#fff 13.94%,#eaeaea 92.04%),#70cb29;border:.5px solid #cdcdcd;-webkit-box-shadow:0 2px 3px rgba(175,175,175,.41);box-shadow:0 2px 3px rgba(175,175,175,.41);border-radius:3px;color:#4e4e4e;font-size:20px;line-height:30px}@media screen and (max-width:575px){.search-form button{width:100%}}.search-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:none;background:rgba(0,0,0,0);width:26px;height:26px;margin-left:12px}.search-btn svg:nth-child(2),.search-btn.open svg{display:none}.search-btn.open svg:nth-child(2){display:block}.widget_search form div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.widget_search form label{font-family:Kanit,"Open Sans",sans-serif;font-weight:600;font-size:32px;line-height:48px;text-align:center;color:#202020;padding:3px 10px;width:100%;background:#eee;border-radius:3px 3px 0 0;margin-bottom:16px;display:block}.widget_search input{height:40px;background:#fff;border:1px solid #c4c4c4;-webkit-box-shadow:inset 0 4px 7px rgba(0,0,0,.05);box-shadow:inset 0 4px 7px rgba(0,0,0,.05);border-radius:3px;padding:16px;color:#c4c4c4;font-size:16px;line-height:1.5;margin-right:16px}@media screen and (max-width:991px){.search-btn{display:none}.widget_search input{width:calc(100% - 160px)}}@media screen and (max-width:575px){.widget_search input{width:100%;margin:0 0 16px}}.widget_search input{width:calc(100% - 116px)}@media screen and (max-width:575px){.widget_search input{width:100%}}.widget_search button{height:40px;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;background:-o-linear-gradient(239.69deg,#fff 13.94%,#eaeaea 92.04%),#70cb29;background:linear-gradient(210.31deg,#fff 13.94%,#eaeaea 92.04%),#70cb29;border:.5px solid #cdcdcd;-webkit-box-shadow:0 2px 3px rgba(175,175,175,.41);box-shadow:0 2px 3px rgba(175,175,175,.41);border-radius:3px;color:#4e4e4e;font-size:20px;line-height:30px;width:100px}.to-top{position:fixed;right:20px;bottom:20px;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;width:40px;height:40px;border-radius:50%;border:1px solid #fff;background-color:#333;opacity:.7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;visibility:hidden;z-index:999;cursor:pointer}.to-top.show{visibility:visible}.to-top:hover{opacity:1}.author-section{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:32px;margin-bottom:16px;border-bottom:1px solid #202020}.author-section__img{width:176px;min-width:176px;height:176px;margin-right:24px;border:4px solid #ffad32;border-radius:50%;overflow:hidden}@media screen and (max-width:991px){.author-section{margin-bottom:32px}.author-section__img{width:172px;min-width:172px;height:172px;margin-right:16px}.author-posts h2{display:none}}.author-section__img img{width:100%;-o-object-fit:cover;object-fit:cover}.author-section__text{width:100%}.author-section__text h1{font-size:32px;margin-bottom:12px}@media screen and (max-width:575px){.widget_search button{width:100%}.author-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px;margin-bottom:24px}.author-section__img{margin-right:0;margin-bottom:8px}.author-section__text h1{text-align:center}}.author-section__text p{font-size:16px;margin-bottom:0}.author-posts h2{margin:0 0 16px;font-size:32px}.error404{overflow-x:hidden}.error404 .sidebar{display:none}.error404 .container-default{padding:0}.error-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:url(../img/bg.png) center no-repeat;padding:100px 0 160px}@media screen and (max-width:1240px){.error-section{padding:80px 0 90px;background-position:unset}}.error-section__title{background:-o-linear-gradient(295.19deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;background:linear-gradient(154.81deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Kanit,"Open Sans",sans-serif;font-weight:600;font-size:46px;line-height:70px}.error-section h1{font-family:Kanit,"Open Sans",sans-serif;font-size:272px;text-align:center;line-height:.7}@media screen and (max-width:575px){.error-section{padding:65px 0 88px}.error-section__title{font-size:26px}.error-section h1{font-size:150px}}.error-section__subtitle{font-family:Kanit,"Open Sans",sans-serif;font-size:20px;font-weight:600;width:478px;background-color:#202020;color:#fff;padding:2px 16px;text-align:center;margin-bottom:12px}@media screen and (max-width:575px){.error-section__subtitle{font-size:12px;margin-bottom:7px;width:262px}}.error-section__call{font-family:Kanit,"Open Sans",sans-serif;font-size:20px;font-weight:600;color:#202020;margin-bottom:12px}@media screen and (max-width:575px){.error-section__call{font-size:12px;margin-bottom:10px}}.error-section__link{border:.5px solid #eca219;-webkit-box-shadow:0 2px 3px rgba(146,99,28,.41);box-shadow:0 2px 3px rgba(146,99,28,.41);border-radius:3px;background:-o-linear-gradient(295.19deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;background:linear-gradient(154.81deg,#fff61c -47.61%,#ffad32 91.44%),#70cb29;padding:8px 16px;font-family:Kanit,"Open Sans",sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#4e4e4e;text-decoration:none}