﻿html,body{height:100%;}input,textarea{outline:0;}textarea{resize:none;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.color-gray{color:#6c757d;}.hr{border-color:#dee2e6;opacity:1;}.modal-backdrop{--bs-backdrop-opacity:.1;}.min-100vh{min-height:100vh;}table td{border-color:var(--bs-table-border-color);}html.is-locked,html.is-locked body{height:calc(var(--window-inner-height) - 1px);overflow:hidden;box-sizing:border-box;}@media(max-width:768px){.page_checkout .overflow-x{overflow-x:auto;}}.page_login .h1{padding-bottom:3px;border-bottom:solid 2px;}.page_login .text-join{font-size:24px;}@media(max-width:768px){.page_login .text-join{font-size:20px;}}.page_login .text-join a{color:inherit;}.page_login .text-join a:hover{text-decoration:none;}.page_login .form-holder{max-width:425px;width:100%;}.page_dashboard .block-dashboard{box-shadow:0 2px 5.6px rgba(0,0,0,.075);border:1px solid #dee2e6;border-radius:8px;}.page_dashboard .block-dashboard .block-header{display:flex;align-items:center;justify-content:space-between;padding:18px 23px;border-bottom:1px solid #dee2e6;}.page_dashboard .block-dashboard .block-header .h3{font-size:24px;font-weight:500;color:#343a40;}.page_dashboard .block-dashboard .block-body{padding:22px 23px;}.page_dashboard .page-nav li:not(:last-child){margin-bottom:15px;}.page_dashboard .page-nav li a{color:inherit;text-decoration:none;}.page_dashboard .page-nav li.active a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));}.page_dashboard .table-overflow{overflow:auto;}.page_dashboard .table-overflow .table{min-width:600px;}.page_dashboard .block-user{display:flex;align-items:center;}.page_dashboard .block-user .avatar-holder{width:80px;height:80px;flex-shrink:0;margin-right:13px;}.page_dashboard .block-user .avatar-holder img{width:100%;height:100%;border-radius:50%;object-fit:contain;}.page_dashboard .block-user .name-user{font-size:20px;}.wizard{margin:0 50px 0 0;min-width:640px;padding:0;list-style:none;display:flex;border-left:solid 1px #25aefb;border-top:solid 1px #25aefb;border-bottom:solid 1px #25aefb;border-top-left-radius:5px;border-bottom-left-radius:5px;}.wizard li{position:relative;padding:10px;display:inline-flex;align-items:center;justify-content:center;text-align:center;width:33.33333333%;min-height:98px;}@media(max-width:768px){.wizard li{min-height:58px;}}.wizard li:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}.wizard li::before,.wizard li::after{content:"";position:absolute;top:50%;left:calc(100% - 35px);transform:translateY(-50%) rotate(45deg);width:71px;min-height:71px;border-top:solid 1px #25aefb;border-right:solid 1px #25aefb;border-top-right-radius:5px;}@media(max-width:768px){.wizard li::before,.wizard li::after{left:calc(100% - 20px);width:41px;min-height:41px;}}.wizard li::before{content:"";position:absolute;background:#25aefb;opacity:0;}.wizard li.active{color:#fff;background:#25aefb;}.wizard li.active::before{opacity:1;}.wizard li.active::after{border-color:#fff;z-index:1;}.input{display:block;width:100%;color:inherit;}.input.style-1{padding:15px 17px;border-radius:8px;border:solid 1px #dee2e6;box-shadow:0 2px 5.6px rgba(0,0,0,.075);}.input.style-1::placeholder{opacity:.75;}.input.style-2{padding:12px 16px;background:#f5fbff;border-radius:4px;box-shadow:none;border:0;}.input.style-2::placeholder{color:#3f3f3f;}.input.size-md{padding:9px 13px;}textarea.input{min-height:159px;}.input-switch input[type=checkbox]{position:absolute;height:0;width:0;visibility:hidden;pointer-events:none;}.input-switch label{cursor:pointer;text-indent:-9999px;width:32px;height:16px;background:#808080;display:block;border-radius:100px;position:relative;}.input-switch label:after{content:"";position:absolute;top:2.75px;left:3px;width:10.5px;height:10.5px;background:#fff;border-radius:90px;transition:.3s;}.input-switch input:checked+label{background:#3f78e0;}.input-switch input:checked+label:after{left:calc(100% - 3px);transform:translateX(-100%);}.modal .modal-header{border-color:#dee2e6;}.modal .modal-content{border-color:#dee2e6;}.custom-select{position:relative;z-index:2;}.custom-select .custom-select-opener{position:relative;display:block;padding:9px 13px;border-radius:8px;border:solid 1px #dee2e6;box-shadow:0 2px 5.6px rgba(0,0,0,.075);cursor:pointer;}.custom-select .custom-select-opener::after{content:"";position:absolute;top:50%;right:17px;transform:translateY(-50%);display:block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.54492L6 9.04492L10.5 4.54492' stroke='%23343A40' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:12px;background-repeat:no-repeat;background-position:center;transition:all .3s;}.custom-select select{position:absolute;visibility:hidden;opacity:0;pointer-events:none;z-index:-9999;}.custom-select .custom-select-panel{position:absolute;top:calc(100% + 3px);left:0;width:100%;border-radius:8px;background:#fff;border:solid 1px #dee2e6;box-shadow:0 2px 5.6px rgba(0,0,0,.075);overflow:hidden;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-10px);transition:all .3s;max-height:200px;overflow:auto;}.custom-select .custom-select-panel .custom-select-option{padding:5px 10px;}.custom-select .custom-select-panel .custom-select-option.has-focus{background:rgba(108,117,125,.05);}.custom-select .custom-select-panel .custom-select-option.is-selected{color:#fff;background:var(--bs-primary);}.custom-select.is-open .custom-select-opener::after{transform:translateY(-50%) rotate(180deg);}.custom-select.is-open .custom-select-panel{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all;}.custom-select.style-1 .custom-select-opener{padding:15px 17px;}.custom-dropdown{position:relative;max-width:181px;}@media(min-width:768px){.custom-dropdown{width:100%;}}.custom-dropdown .dropdown-select{position:relative;padding:8px 16px;font-weight:600;font-size:14px;color:#25aefb;border:solid 1px #25aefb;border-radius:4px;cursor:pointer;}@media(max-width:768px){.custom-dropdown .dropdown-select{padding-right:40px;}}.custom-dropdown .dropdown-select::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:8px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.76487 0.740296C9.07745 1.0538 9.0767 1.56135 8.76319 1.87393L5.36137 5.26569C5.04786 5.57827 4.54031 5.57752 4.22773 5.26401L0.835972 1.86219C0.523389 1.54868 0.524141 1.04114 0.837651 0.728556C1.15116 0.415974 1.65871 0.416726 1.97129 0.730235L4.79707 3.5644L7.63123 0.738617C7.94474 0.426035 8.45229 0.426787 8.76487 0.740296Z' fill='%2325AEFB'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:8px;transition:all .3s;}.custom-dropdown .dropdown-list{width:100%;margin:0;padding:8px 16px;list-style:none;border:solid 1px #25aefb;border-radius:4px;transition:all .3s;}@media(min-width:992px){.custom-dropdown .dropdown-list{position:absolute;top:calc(100% + 3px);left:0;transform:translateY(-10px);overflow:hidden;visibility:hidden;opacity:0;pointer-events:none;background:#fff;}}@media(max-width:992px){.custom-dropdown .dropdown-list{display:none;margin-top:3px;}}.custom-dropdown .dropdown-list li:not(:last-child){margin-bottom:10px;}.custom-dropdown .dropdown-list a{font-weight:600;font-size:14px;color:#343a40;text-decoration:none;}.custom-dropdown .dropdown-list a:hover{color:#25aefb;}.custom-dropdown.show .dropdown-select::after{transform:translateY(-50%) rotate(180deg);}@media(min-width:992px){.custom-dropdown.show .dropdown-list{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all;}}@media(max-width:992px){.custom-dropdown.show .dropdown-list{display:block;}}.card-blog .link-more{color:#25aefb;text-decoration:none;}.card-blog .link-more:hover{text-decoration:underline;}.card-blog.card-lg .card-title{margin-bottom:15px;color:#25aefb;}@media(min-width:768px){.card-blog.card-lg .card-title{max-width:500px;}}.card-blog.card-lg .list-unstyled{display:flex;flex-wrap:wrap;margin-bottom:16px;font-weight:600;font-size:12px;color:#6c757d;}.card-blog.card-lg .list-unstyled li:not(:last-child){margin-right:2.8rem;}.card-blog.card-lg .text-holder{font-size:16px;color:#00001e;}.card-blog.card-lg img{box-shadow:0 4px 30px rgba(0,0,0,.25);}.card-blog.card-sm{display:flex;}.card-blog.card-sm .img-holder{width:110px;height:110px;display:flex;flex-shrink:0;margin-right:23px;}@media(max-width:768px){.card-blog.card-sm .img-holder{width:75px;height:75px;margin-right:12px;}}.card-blog.card-sm .img-holder img{width:100%;height:100%;object-fit:cover;border-radius:8px;}.card-blog.card-sm .card-title{margin-bottom:3px;font-weight:600;font-size:18px;line-height:1.5;}.card-blog.card-sm .card-title a{text-decoration:none;color:#000;}.card-blog.card-sm .card-date{font-size:13px;color:#6c757d;}.card-blog.card-md .img-holder{min-height:318px;}.card-blog.card-md .img-holder img{width:100%;height:100%;object-fit:cover;border-radius:10px;}.card-blog.card-md .list-unstyled{display:inline-flex;transform:translateY(-50%);margin-left:20px;margin-bottom:0;padding:8px 12px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:5.6px;font-size:12px;color:rgba(0,0,0,.6);}.card-blog.card-md .list-unstyled li:first-child{font-weight:600;text-transform:uppercase;}.card-blog.card-md .list-unstyled li:not(:last-child)::after{content:"|";margin:0 12px;opacity:.25;}.card-blog.card-md .content-holder{padding-left:23px;padding-right:23px;}.card-blog.card-md .card-title{font-weight:600;font-size:20px;margin-bottom:16px;}.card-blog.card-md .card-title a{color:#000;text-decoration:none;}.site-header{padding-top:10px;padding-bottom:10px;border-bottom:solid 1px #dee2e6;}.site-header .logo-holder{position:relative;max-width:178px;width:100%;display:flex;z-index:100;}@media(max-width:768px){.site-header .logo-holder{max-width:135px;}}.site-header .logo-holder img{width:100%;height:auto;}.site-header .container{display:flex;align-items:center;justify-content:space-between;}@media(max-width:1200px){.site-header .main-nav{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;padding-top:8.2rem;background:#fff;z-index:99;overflow:auto;transition:all .5s;pointer-events:none;visibility:hidden;opacity:0;z-index:99;}}@media(max-width:1200px){.menu-opened .site-header .main-nav{opacity:1;pointer-events:all;visibility:visible;}}.site-header .main-menu{margin:0;padding:0;list-style:none;display:flex;}@media(max-width:1200px){.site-header .main-menu{flex-direction:column;text-align:center;}}@media(min-width:1200px){.site-header .main-menu li:not(:last-child){margin-right:40px;}}@media(max-width:1200px){.site-header .main-menu li:not(:last-child){font-size:18px;margin-bottom:40px;}}.site-header .main-menu a{position:relative;color:#00001e;text-decoration:none;}.site-header .main-menu a::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-3px;width:0;height:0;border-bottom:1px solid;transition:all .3s;}.site-header .main-menu a.active{font-weight:700;color:#25aefb;}.site-header .main-menu a.active::after{width:100%;}.site-header .main-menu a:hover::after{width:100%;}.site-header .custom-dropdown{position:relative;z-index:100;}.site-header .menu-toggle{display:flex;align-items:center;padding:0;color:#25aefb;text-transform:uppercase;margin-left:auto;position:relative;z-index:100;border:0;background:transparent;margin-right:10px;}@media(min-width:1200px){.site-header .menu-toggle{display:none;}}.site-header .menu-toggle span{position:relative;display:block;width:36px;height:13px;}.site-header .menu-toggle span::after,.site-header .menu-toggle span::before{content:"";display:block;height:0;border-bottom:solid 1px;position:absolute;width:100%;transition:all .3s;}.site-header .menu-toggle span::before{right:0;top:0;width:100%;}.site-header .menu-toggle span::after{right:0;bottom:0;width:100%;}.site-header .menu-toggle span i{width:100%;height:0;border-bottom:solid 1px;position:absolute;right:0;top:50%;margin-top:-.1rem;transition:all .3s;display:none;}.site-header .menu-toggle em{text-align:left;margin-top:.3rem;margin-left:1rem;font-style:normal;}.site-header .menu-toggle:hover i{width:100%;}.site-header .menu-toggle:hover span::before{width:100%;}.menu-opened .site-header .menu-toggle span::before{transform:rotate(-45deg);top:.5rem;width:100%;}.menu-opened .site-header .menu-toggle span i{opacity:0;visibility:hidden;}.menu-opened .site-header .menu-toggle span::after{transform:rotate(45deg);bottom:.2rem;width:100%;}