﻿*,::after,::before{box-sizing:inherit}html{box-sizing:border-box}body{font-family:"Inter", "Arial", sans-serif;font-weight:400;line-height:1;background-color:var(--body-bg-color);padding:0;margin:0;user-select:none}a img{border:0}a{text-decoration:none;transition:all 0.5s ease}dl,ol,ul{line-height:1.6}img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;height:auto;width:auto;-ms-interpolation-mode:bicubic}header.header-2025{position:relative;z-index:1000;background:linear-gradient(176deg, var(--header-bg-color-1) -108.21%, var(--header-bg-color-1) 19.8%, var(--header-bg-color-2) 97%)}header.header-2025 .header-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1360px;width:92%;height:auto;padding:14px 0;margin:0 auto}header.header-2025 .header-logo{flex:0 0 auto;display:flex;width:210px;margin-right:20px}@media screen and (max-width:1160px){header.header-2025 .header-logo{max-width:210px;width:auto}}header.header-2025 .header-logo a{display:inline-block}header.header-2025 .header-logo a img{display:block;max-width:210px;max-height:40px}header.header-2025 .header-menu{width:100%;flex:1 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media screen and (max-width:1024px){header.header-2025 .header-menu{position:absolute;top:-100vh;left:0;z-index:100;display:block;max-height:calc(100vh - 68px);width:100%;height:auto;text-align:center;background:linear-gradient(180deg, var(--mobmenu-bg-color) 14.04%, var(--mobmenu-bg-color-2) 52.71%, var(--mobmenu-bg-color-3) 76.03%);padding:40px 32px 80px;margin:0;overflow:auto;opacity:0;transition:all 0.75s ease}}header.header-2025 .header-menu.active{top:100%;opacity:1}header.header-2025 .header-menu .btn-mobmenu{max-width:320px;width:100%;padding:11px 10px;margin-top:10px}@media screen and (min-width:701px){header.header-2025 .header-menu .btn-mobmenu{display:none}}header.header-2025 .header-menu ul.menu{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;list-style:none;gap:10px 20px;padding:0;margin:0 20px 0 0}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu{max-width:320px;width:auto;flex-direction:column;margin:16px auto 0}}header.header-2025 .header-menu ul.menu>li{margin-bottom:0}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu>li{width:100%}}header.header-2025 .header-menu ul.menu>li a{display:flex;font-size:14px;font-weight:700;line-height:20px;white-space:nowrap;color:var(--menu-color-text)}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu>li a{display:flex;align-items:center;justify-content:center;border:1px solid var(--menu-color-text);border-radius:8px;padding:10px}}header.header-2025 .header-menu ul.menu>li a:hover{color:var(--menu-color-text-hover)}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu>li a:hover{border-color:var(--menu-color-text-hover)}}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu>li a[href="#"]{display:none}}header.header-2025 .header-menu ul.menu>li ul.sub-menu{top:calc(100% - 4px);left:0;display:flex;min-width:200px;flex-direction:column;align-items:flex-start;justify-content:center;list-style:none;row-gap:10px;border-radius:0 0 8px 8px;padding:0px;margin:0;overflow:hidden;transition:max-height 0.5s ease}@media screen and (min-width:1025px){header.header-2025 .header-menu ul.menu>li ul.sub-menu{position:absolute;max-height:0;row-gap:0px;background-color:var(--submenu-color-bg)}}header.header-2025 .header-menu ul.menu>li ul.sub-menu>li{width:100%;border:none;padding:3px 0;margin:0}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu>li ul.sub-menu>li{padding:0}}@media screen and (min-width:1025px){header.header-2025 .header-menu ul.menu>li ul.sub-menu>li a{padding:10px 17px}}@media screen and (min-width:1025px){header.header-2025 .header-menu ul.menu>li ul.sub-menu>li a:hover{background-color:var(--submenu-color-bg-hover)}}header.header-2025 .header-menu ul.menu>li.menu-item-has-children{position:relative}header.header-2025 .header-menu ul.menu>li.menu-item-has-children:hover ul.sub-menu{max-height:200px}@media screen and (max-width:1024px){header.header-2025 .header-menu ul.menu>li.menu-item-has-children>a{margin-bottom:10px}}header.header-2025 .header-langmenu{margin-left:auto}header.header-2025 .header-btns{flex:0 0 auto;display:flex;column-gap:12px}@media screen and (max-width:700px){header.header-2025 .header-btns{position:fixed;left:0;bottom:0;width:100%;align-items:center;justify-content:center;background-color:var(--bottom-banner-bg-color);padding:12px 12px 24px}}header.header-2025 .btn-header{min-width:100px;padding:11px 24px;margin:0}header.header-2025 .header-hamburger{position:relative;flex:0 0 38px;display:none;width:38px;height:38px;background-color:var(--hamburger-color-bg);border:1px solid var(--hamburger-color);border-radius:8px;cursor:pointer;padding:10px;margin:0 0 0 16px;transition:all 0.5s ease}@media screen and (max-width:1024px){header.header-2025 .header-hamburger{display:block}}header.header-2025 .header-hamburger span{position:absolute;left:9.5px;display:block;width:17px;height:3px;background-color:var(--hamburger-color);border-radius:8px;transition:all 0.3s ease}header.header-2025 .header-hamburger span:nth-of-type(1){top:9.5px}header.header-2025 .header-hamburger span:nth-of-type(2){top:16.5px}header.header-2025 .header-hamburger span:nth-of-type(3){top:23.5px}header.header-2025 .header-hamburger:hover{background-color:var(--hamburger-color)}header.header-2025 .header-hamburger:hover span{background-color:var(--hamburger-color-bg)}header.header-2025 .header-hamburger.active{background-color:var(--hamburger-color)}header.header-2025 .header-hamburger.active span{background-color:var(--hamburger-color-bg)}header.header-2025 .header-hamburger.active span:nth-of-type(1){top:16.5px;transform:rotate(135deg)}header.header-2025 .header-hamburger.active span:nth-of-type(2){display:none}header.header-2025 .header-hamburger.active span:nth-of-type(3){top:16.5px;transform:rotate(225deg)}footer.footer-2025{width:100%;background:var(--footer-bg-color)}footer.footer-2025 .footer-inner{display:flex;flex-direction:column;max-width:1360px;width:92%;height:auto;padding:26px 0 32px;margin:0 auto}@media screen and (max-width:700px){footer.footer-2025 .footer-inner{padding-bottom:90px}}footer.footer-2025 .footer-menu-row{margin-bottom:18px}footer.footer-2025 ul.footer-menu{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;list-style:none;gap:10px 20px;padding:0;margin:0}footer.footer-2025 ul.footer-menu>li{display:flex;width:calc(25% - 15px);justify-content:center;margin:0}@media screen and (max-width:700px){footer.footer-2025 ul.footer-menu>li{width:calc(50% - 20px)}}footer.footer-2025 ul.footer-menu>li a{display:inline-block;font-size:18px;font-weight:700;line-height:22px;white-space:nowrap;color:var(--footer-menu-color-text);padding:6px}@media screen and (max-width:700px){footer.footer-2025 ul.footer-menu>li a{padding:4px 6px}}footer.footer-2025 ul.footer-menu>li a:hover{color:var(--footer-menu-color-text-hover)}footer.footer-2025 .footer-payment-row,footer.footer-2025 .footer-gambling-row{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:var(--payment-bg-color);border-radius:8px;gap:10px 20px;padding:20px 32px;margin-bottom:24px}@media screen and (max-width:900px){footer.footer-2025 .footer-payment-row,footer.footer-2025 .footer-gambling-row{flex-direction:column}}footer.footer-2025 .footer-payment-row:has(+ .footer-gambling-row),footer.footer-2025 .footer-payment-row+.footer-gambling-row{padding-top:5px;padding-bottom:5px}footer.footer-2025 .footer-payment-text{width:160px;font-size:14px;line-height:20px;color:var(--payment-text-color);margin:0}@media screen and (max-width:900px){footer.footer-2025 .footer-payment-text{text-align:center}}footer.footer-2025 ul.footer-payment-logos,footer.footer-2025 ul.footer-gambling-logos{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;list-style:none;column-gap:0;padding:0;margin:0}footer.footer-2025 ul.footer-payment-logos li,footer.footer-2025 ul.footer-gambling-logos li{height:30px;margin:8px}footer.footer-2025 ul.footer-payment-logos li img,footer.footer-2025 ul.footer-gambling-logos li img{height:30px}footer.footer-2025 ul.footer-payment-logos li .white,footer.footer-2025 ul.footer-gambling-logos li .white{filter:brightness(0) invert(1);object-fit:contain}footer.footer-2025 .btn-footer{min-width:111px;margin:0}footer.footer-2025 .footer-desc-row{display:flex;align-items:flex-start;gap:10px 32px}@media screen and (max-width:900px){footer.footer-2025 .footer-desc-row{flex-direction:column;align-items:center}}footer.footer-2025 .footer-desc-row.logo-top{flex-direction:column;align-items:center}footer.footer-2025 .footer-desc-row.logo-top a.footer-logo{max-width:unset;height:40px;width:auto}footer.footer-2025 .footer-desc-row.logo-top .footer-description{text-align:center}footer.footer-2025 a.footer-logo{max-width:86px;width:100%}footer.footer-2025 .footer-description{width:100%;flex:1;font-size:12px;line-height:1.5;color:var(--footer-text-color);margin:0}@media screen and (max-width:900px){footer.footer-2025 .footer-description{text-align:center}}footer.footer-2025 .footer-description p{margin:0 0 12px}footer.footer-2025 .footer-description p:last-child{margin-bottom:0}.main-content-2025{background-color:var(--page-bg-color);padding:20px 0}.main-content-2025 .main-content-container{max-width:1360px;width:92%;height:auto;padding:0;margin:0 auto}.main-content-2025 .main-content-inner{display:flex;column-gap:20px}.main-content-2025 aside.sidebar-area{position:sticky;top:20px;width:210px;height:100vh}@media screen and (max-width:1160px){.main-content-2025 aside.sidebar-area{display:none}}.main-content-2025 main.content-area{display:flex;width:calc(100% - 230px);flex-direction:column;row-gap:20px}@media screen and (max-width:1160px){.main-content-2025 main.content-area{width:100%}}.sidebar-inner{min-height:0;height:calc(100% - 40px);display:flex;flex-direction:column;row-gap:20px}.sidebar-btns{display:flex;flex-direction:column;row-gap:20px}.sidebar-btn{position:relative;display:flex;width:100%;height:50px;align-items:center;justify-content:flex-start;font-size:14px;font-weight:700;line-height:16px;color:var(--sidebar-btn-text-color);background:linear-gradient(106deg, var(--sidebar-btn-bg-color-1) 0%, var(--sidebar-btn-bg-color-2) 100%);border-radius:8px;padding:0;overflow:hidden}.sidebar-btn .btn-img{position:relative;left:-15px;bottom:-20px}.sidebar-btn .btn-text{position:relative;left:-15px}.sidebar-nav{background:var(--sidebar-menu-bg-color);border-radius:8px;padding:8px 10px}.sidebar-nav-hedaer{position:relative;font-size:14px;line-height:1.5;color:var(--sidebar-menu-title-color);text-transform:uppercase;padding-right:26px;margin:0 0 8px;transition:all 0.5s ease;cursor:pointer}.sidebar-nav-hedaer::before{content:"";position:absolute;right:4px;top:calc(50% - 3px);display:block;width:8px;height:8px;border-left:1px solid var(--sidebar-menu-title-color);border-top:1px solid var(--sidebar-menu-title-color);transform:rotate(45deg)}.sidebar-nav-hedaer.closed{margin-bottom:0}.sidebar-nav-hedaer.closed::before{top:calc(50% - 6px);transform:rotate(-135deg)}.sidebar-nav-menu{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;list-style:none;row-gap:12px;padding:0;margin:0}.sidebar-nav-menu li{min-height:21px;width:100%;line-height:1}.sidebar-nav-menu li a{display:flex;min-height:inherit;align-items:center;column-gap:5px;font-size:14px;line-height:1;color:var(--sidebar-menu-link-color);transition-duration:0.3s}.sidebar-nav-menu li a img,.sidebar-nav-menu li a svg{width:auto;height:auto;max-width:18px;max-height:100%;fill:var(--sidebar-menu-link-color-hover);transition:all 0.3s ease}.sidebar-nav-menu li a:hover{color:var(--sidebar-menu-link-color-hover)}.sidebar-nav-menu li a:hover img,.sidebar-nav-menu li a:hover svg{filter:brightness(120%)}.sidebar-toc{flex:0 1 auto;min-height:0;display:flex;flex-direction:column;padding-right:5px !important}.sidebar-toc .toc-menu{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:5px}@media screen and (min-width:1161px){.toc{display:none}}.sidebar-toc,.toc{position:relative;background-image:linear-gradient(90deg, var(--section-border-color-1) 0%, var(--section-border-color-2) 67%);border-radius:8px;padding:8px 10px}.sidebar-toc::before,.toc::before{content:"";display:block;background-color:var(--section-bg-color);position:absolute;left:2px;top:2px;right:2px;bottom:2px;border-radius:8px}.toc-hedaer{position:relative;font-size:14px;line-height:1.5;color:var(--toc-title-color);text-transform:uppercase;padding-right:26px;margin:0 0 8px;transition:all 0.5s ease;cursor:pointer}.toc-hedaer::before{content:"";position:absolute;right:4px;top:calc(50% - 3px);display:block;width:8px;height:8px;border-left:1px solid var(--toc-title-color);border-top:1px solid var(--toc-title-color);transform:rotate(45deg)}.toc-hedaer.closed{margin-bottom:0}.toc-hedaer.closed::before{top:calc(50% - 6px);transform:rotate(-135deg)}.toc-menu{position:relative;z-index:1;display:flex;flex-direction:column;row-gap:8px;padding:0;margin:0;transition:all 0.5s ease}.toc-menu li{position:relative;width:fit-content;font-size:14px;line-height:1.5;list-style:none;padding:0 0 0 25px;margin:0}.toc-menu li::before{content:"";position:absolute;left:9px;top:9px;display:block;width:4px;height:4px;background-color:var(--toc-link-color);border-radius:50%;padding:0;transition:all 0.2s ease}.toc-menu li:hover::before{background-color:var(--toc-link-color-hover)}.toc-menu li:hover a{color:var(--toc-link-color-hover)}.toc-menu li:hover a::after{transform:scaleX(1)}.toc-menu li a{display:inline-block;width:100%;text-decoration:none;color:var(--toc-link-color);transition:all 0.2s ease}.toc-menu li a::after{content:"";position:absolute;left:0;bottom:-1px;display:block;width:100%;height:1px;background:var(--toc-link-color-hover);transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease}.button{display:inline-block;min-width:200px;width:auto;height:auto;font-family:"Inter", "Arial", sans-serif;font-size:14px;font-style:normal;line-height:1;letter-spacing:0;text-align:center;text-transform:capitalize;white-space:nowrap;color:var(--btn-color-text);background-color:var(--btn-color-bg);border:2px solid var(--btn-color-bg);border-radius:8px;padding:15px 24px;margin:0}.button:hover{color:var(--btn-color-bg);background-color:var(--btn-color-hover)}.button.inverse{color:var(--btn-color-bg);background-color:transparent}.button.inverse:hover{color:var(--btn-color-text);background-color:var(--btn-color-bg)}section{position:relative;z-index:0;padding:32px 20px;background-color:var(--section-bg-color);border-radius:8px;margin:0;overflow:hidden}@media screen and (max-width:600px){section{padding:20px}}section .text-block{padding:0;margin:0 0 16px}section .text-block:last-child{margin-bottom:0}section .text-block p,section .text-block div,section .text-block section{font-size:14px;font-weight:21px;line-height:1.5;text-align:left;color:var(--text-color);margin:0 0 16px}section .text-block p:last-child,section .text-block div:last-child,section .text-block section:last-child{margin-bottom:0}section .text-block img:not(:last-child){margin:0 0 16px}section .text-block ol,section .text-block ul{padding:0;margin:0 0 16px}section .text-block ol:last-child,section .text-block ul:last-child{margin-bottom:0}section .text-block ol li,section .text-block ul li{position:relative;display:block;font-size:14px;font-weight:21px;line-height:1.5;text-align:left;list-style:none;color:var(--text-color);padding:0 0 0 26px;margin:0}section .text-block ol li::before,section .text-block ul li::before{position:absolute;top:0;left:0;display:inline-block;width:24px;text-align:center;padding:0 8px 0}section .text-block ol{counter-reset:myCounter}section .text-block ol[start="2"]{counter-reset:myCounter 1}section .text-block ol[start="3"]{counter-reset:myCounter 2}section .text-block ol[start="4"]{counter-reset:myCounter 3}section .text-block ol[start="5"]{counter-reset:myCounter 4}section .text-block ol[start="6"]{counter-reset:myCounter 5}section .text-block ol[start="7"]{counter-reset:myCounter 6}section .text-block ol[start="8"]{counter-reset:myCounter 7}section .text-block ol[start="9"]{counter-reset:myCounter 8}section .text-block ol li::before{counter-increment:myCounter;content:counter(myCounter) "."}section .text-block ol li:nth-child(n+10):before{left:-3px}section .text-block ul li::before{content:"•";font-size:12px}h1{font-size:32px;font-weight:700;line-height:1.2;text-align:left;text-transform:uppercase;color:var(--title-color)}@media screen and (max-width:600px){h1{font-size:10vw;line-height:11vw}}h2{font-size:24px;font-weight:700;line-height:1.2;text-align:left;text-transform:uppercase;color:var(--title-color);margin:0 0 16px}@media screen and (max-width:600px){h2{font-size:6vw;line-height:7vw;text-align:center}}h3{font-size:24px;font-weight:700;line-height:1.2;text-align:left;text-transform:uppercase;color:var(--title-color)}h4{font-size:24px;font-weight:700;line-height:1.2;text-align:left;text-transform:uppercase;color:var(--title-color)}h2::after,h2::before,h3::after,h3::before,h4::after,h4::before{content:"";display:inline-block;width:24px;height:24px;background-image:var(--title-icon);background-position:center;background-repeat:no-repeat;background-size:contain}h2::after,h3::after,h4::after{margin-left:5px}h2::before,h3::before,h4::before{margin-right:5px}.back-top{position:sticky;bottom:20px;z-index:5;display:flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;margin:20px 0 0 auto}@media screen and (max-width:700px){.back-top{bottom:84px}}section.banner{min-height:380px}@media screen and (max-width:900px){section.banner{min-height:300px;padding:40px 20px}}section.banner .banner-bg{position:absolute;top:0;bottom:auto;left:0;right:auto;z-index:-1;width:100%;height:100%}section.banner .banner-bg img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:900px){section.banner .banner-bg img{object-position:right;opacity:0.35}}@media screen and (max-width:600px){section.banner .banner-bg img{object-position:90%}}section.banner .banner-inner{display:flex;height:100%;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width:900px){section.banner .banner-inner{align-items:center}}section.banner .banner-pretitle{font-size:15px;line-height:19px;text-align:left;text-transform:uppercase;color:var(--banner-pretitle-color);margin:0 0 16px}@media screen and (max-width:600px){section.banner .banner-pretitle{font-size:12px}}section.banner .banner-pretitle span{font-weight:700;color:var(--banner-pretitle-span-color);white-space:nowrap}@media screen and (max-width:600px){section.banner .banner-pretitle span{font-size:15px}}section.banner h1.banner-title{max-width:505px;color:var(--banner-title-color);margin:0 0 16px}@media screen and (max-width:900px){section.banner h1.banner-title{text-align:center}}section.banner .banner-text{max-width:505px;font-size:15px;line-height:1.5;color:var(--banner-text-color);margin:0 0 16px}@media screen and (max-width:900px){section.banner .banner-text{text-align:center}}section.banner a.btn-banner{min-width:240px;margin:0}section.about .about-inner{display:flex;align-items:flex-start;justify-content:center;gap:20px}@media screen and (max-width:900px){section.about .about-inner{flex-direction:column}}section.about .about-col{position:relative;width:calc(50% - 10px);background-image:linear-gradient(90deg, var(--section-border-color-1) 0%, var(--section-border-color-2) 67%);border-radius:6px;padding:8px 0;overflow:hidden}@media screen and (max-width:900px){section.about .about-col{width:100%}}section.about .about-col::before{content:"";position:absolute;top:2px;left:2px;right:auto;bottom:auto;z-index:0;display:block;height:calc(100% - 4px);width:calc(100% - 4px);background-color:var(--section-bg-color);border-radius:6px}section.about .about-list{position:relative;z-index:1}section.about .about-list .list-item{display:flex;min-height:40px;width:100%;align-items:center;column-gap:10px;padding:8px 20px}@media screen and (max-width:600px){section.about .about-list .list-item{padding:8px 15px}}section.about .about-list .list-item .item-pic{flex:0 0 35px;max-height:24px}section.about .about-list .list-item .item-pic svg,section.about .about-list .list-item .item-pic img{width:24px;fill:var(--btn-color-bg);margin:0}section.about .about-list .list-item .item-text{font-size:15px;font-weight:600;line-height:1.25;color:var(--text-color)}@media screen and (max-width:600px){section.about .about-list .list-item .item-text{font-size:12px}}section.about .about-table{position:relative;z-index:1}section.about .about-table .table-item{display:flex;min-height:40px;width:100%;align-items:center;column-gap:10px;padding:8px 20px}@media screen and (max-width:600px){section.about .about-table .table-item{padding:8px 15px}}section.about .about-table .table-item .item-key{flex:0 0 calc(52% - 5px);display:flex;align-items:center;font-size:15px;font-weight:600;line-height:1.25;color:var(--text-color)}@media screen and (max-width:600px){section.about .about-table .table-item .item-key{font-size:12px}}section.about .about-table .table-item .item-key svg,section.about .about-table .table-item .item-key img{max-height:15px;margin:0 3px 0 0}section.about .about-table .table-item .item-value{flex:0 0 calc(48% - 5px);font-size:15px;font-weight:600;line-height:1.25;color:var(--text-color)}@media screen and (max-width:600px){section.about .about-table .table-item .item-value{font-size:12px}}section.upto{background-image:linear-gradient(90deg, var(--section-border-color-1) 0%, var(--section-border-color-2) 67%);border-radius:16px;padding:86px 15%}@media screen and (max-width:600px){section.upto{padding:40px 15px}}section.upto .upto-bg{position:absolute;top:2px;bottom:auto;left:2px;right:auto;z-index:-1;width:calc(100% - 4px);height:calc(100% - 4px);background-color:var(--upto-bg-color);border-radius:16px;overflow:hidden}section.upto .upto-bg img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:900px){section.upto .upto-bg img{object-position:90%;opacity:0.6}}@media screen and (max-width:900px){section.upto .upto-bg img{object-position:80%}}section.upto .upto-inner{display:flex;width:100%;flex-direction:column;align-items:flex-start}@media screen and (max-width:900px){section.upto .upto-inner{align-items:center}}section.upto .upto-title{font-size:28px;font-weight:700;line-height:1.2;text-align:left;text-transform:uppercase;color:var(--upto-title-color);margin:0 0 16px}@media screen and (max-width:900px){section.upto .upto-title{text-align:center}}@media screen and (max-width:600px){section.upto .upto-title{font-size:7vw;line-height:8vw}}section.upto .upto-text{font-size:20px;font-weight:600;line-height:21px;text-transform:uppercase;color:var(--upto-text-color);margin:0 0 16px}@media screen and (max-width:900px){section.upto .upto-text{text-align:center}}@media screen and (max-width:600px){section.upto .upto-text{font-size:5vw;line-height:6vw}}section.upto .btn-upto{min-width:240px;margin:0}@media screen and (max-width:380px){section.upto .btn-upto{min-width:70%}}section.rating{display:flex;flex-direction:column;align-items:flex-start;gap:0}section.rating .rating-inner{display:flex;width:100%;align-items:flex-start;justify-content:center;gap:10px 20px;margin:0 0 16px}@media screen and (max-width:700px){section.rating .rating-inner{flex-direction:column}}section.rating .rating-col{position:relative;width:calc(50% - 10px);background-image:linear-gradient(90deg, var(--section-border-color-1) 0%, var(--section-border-color-2) 67%);border-radius:6px;padding:8px 12px;margin:0;overflow:hidden}@media screen and (max-width:700px){section.rating .rating-col{width:100%}}section.rating .rating-col::before{content:"";position:absolute;top:2px;left:2px;right:auto;bottom:auto;z-index:0;display:block;height:calc(100% - 4px);width:calc(100% - 4px);background-color:var(--section-bg-color);border-radius:6px}section.rating .rating-bars{position:relative;z-index:1;display:flex;flex-direction:column;row-gap:0}@media screen and (max-width:700px){section.rating .rating-bars{row-gap:8px}}section.rating .rating-bars .rating-item{display:flex;min-height:40px;width:100%;align-items:center;column-gap:20px;padding:8px 0}@media screen and (max-width:1400px){section.rating .rating-bars .rating-item{gap:6px 0;flex-wrap:wrap}}@media screen and (max-width:700px){section.rating .rating-bars .rating-item{padding:0}}section.rating .rating-bars .rating-item .item-text{flex:1 0 170px;font-size:14px;line-height:1.25;color:var(--rating-text-color)}@media screen and (max-width:1400px){section.rating .rating-bars .rating-item .item-text{flex-basis:calc(100% - 70px);order:1}}section.rating .rating-bars .rating-item .item-bar{flex:1 0 calc(100% - 260px);height:16px;background-color:var(--rating-bar-color-2);border-radius:3px}@media screen and (max-width:1400px){section.rating .rating-bars .rating-item .item-bar{flex-basis:100%;order:3}}section.rating .rating-bars .rating-item .item-bar span{display:inline-block;height:100%;background-color:var(--rating-bar-color-1);border-radius:3px}section.rating .rating-bars .rating-item .item-bar span.bar-1{width:10%}section.rating .rating-bars .rating-item .item-bar span.bar-2{width:20%}section.rating .rating-bars .rating-item .item-bar span.bar-3{width:30%}section.rating .rating-bars .rating-item .item-bar span.bar-4{width:40%}section.rating .rating-bars .rating-item .item-bar span.bar-5{width:50%}section.rating .rating-bars .rating-item .item-bar span.bar-6{width:60%}section.rating .rating-bars .rating-item .item-bar span.bar-7{width:70%}section.rating .rating-bars .rating-item .item-bar span.bar-8{width:80%}section.rating .rating-bars .rating-item .item-bar span.bar-9{width:90%}section.rating .rating-bars .rating-item .item-bar span.bar-10{width:100%}section.rating .rating-bars .rating-item .item-rating{flex:1 0 50px;font-size:15px;line-height:21px;text-align:center;white-space:nowrap;color:var(--rating-num-color-2)}@media screen and (max-width:1400px){section.rating .rating-bars .rating-item .item-rating{flex-basis:70px;order:2;text-align:right}}section.rating .rating-bars .rating-item .item-rating span{color:var(--rating-num-color-1)}@media screen and (max-width:600px){section.rating a.button{align-self:center}}section.faq .faq-wrapper{display:flex;width:100%;flex-direction:column;row-gap:16px;padding:0;margin:0}section.faq .faq-item{position:relative;width:100%;background-image:linear-gradient(90deg, var(--section-border-color-1) 0%, var(--section-border-color-2) 67%);border-radius:6px;padding:2px;margin:0;overflow:hidden}section.faq .faq-item::before{content:"";position:absolute;top:2px;left:2px;right:auto;bottom:auto;z-index:0;display:block;height:calc(100% - 4px);width:calc(100% - 4px);background-color:var(--section-bg-color);border-radius:6px}section.faq .faq-item h3.faq-q{position:relative;z-index:1;font-size:16px;font-weight:600;line-height:1.2;text-transform:uppercase;color:var(--faq-q-color);cursor:pointer;padding:16px 60px 16px 20px;margin:0}@media screen and (max-width:600px){section.faq .faq-item h3.faq-q{padding:12px 46px 12px 12px}}section.faq .faq-item h3.faq-q::after{content:"";position:absolute;right:28.5px;top:calc(50% - 5.5px);display:block;width:8px;height:8px;background:unset;border-top:1px solid var(--faq-arrow-color);border-left:1px solid var(--faq-arrow-color);margin:0;transform:rotate(-135deg)}@media screen and (max-width:600px){section.faq .faq-item h3.faq-q::after{right:16.5px}}section.faq .faq-item h3.faq-q::before{content:"";position:absolute;right:20px;top:calc(50% - 12px);display:block;width:24px;height:24px;background:unset;border:1px solid var(--faq-arrow-color);border-radius:6px;margin:0}@media screen and (max-width:600px){section.faq .faq-item h3.faq-q::before{right:8px}}section.faq .faq-item h3.faq-q.active::after{top:calc(50% - 2.5px);transform:rotate(45deg)}section.faq .faq-item .faq-a-wrapper{display:none}section.faq .faq-item .faq-a{position:relative;z-index:1;line-height:1.5;border-top:1px solid var(--faq-sep-color);padding:16px 12px}@media screen and (max-width:600px){section.faq .faq-item .faq-a{padding:12px}}section.faq .faq-item .faq-a p{color:var(--faq-a-color);margin:0 0 16px}section.faq .faq-item .faq-a p:last-child{margin-bottom:0}