@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";.hilight{position:relative;margin:0 auto 32px;padding:5em 1em;color:#fff;text-align:center;overflow:hidden}.hilight .title{position:relative;z-index:2;font-size:42px;line-height:52px;margin:0;font-weight:300}.hilight .fade{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;background:#111c1c59}.hilight .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hilight .bg img{width:100%;height:100%;object-fit:cover}.home .items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));place-items:center}.home .items .item{position:relative;padding:45px 0;width:100%;max-width:324px}.home .items .item .bg{position:absolute;top:0;left:0;visibility:hidden;width:100%;height:100%;background:#fff;opacity:0;transition:opacity .3s,visibility 0s .3s;z-index:1}.home .items .item.show-detail{z-index:2}.home .items .item.show-detail .bg{height:100%;opacity:1;transition:opacity .3s;visibility:visible}.home .items .item.show-detail .details{position:absolute;top:0;width:100%;visibility:hidden;opacity:1;z-index:10;transition:opacity .5s,visibility 0s}.home .items .item.show-detail .details ul li{opacity:1;transform:translate(0)}.home .items .item.show-detail .details ul li:first-child{transition-delay:.1s}.home .items .item.show-detail .details ul li:nth-child(2){transition-delay:.15s}.home .items .item.show-detail .details ul li:nth-child(3){transition-delay:.2s}.home .items .item.show-detail .details ul li:nth-child(4){transition-delay:.25s}.home .items .item.show-detail .details .bt-close{visibility:visible}.home .items .item.show-detail .perspective .book{transition:transform .3s;transform:translate(-36px) rotateY(90deg)}.home .items .item.show-detail .perspective .book .side{visibility:visible;transition:none}.home .items .item.flip .perspective .book{transform:translateZ(0) rotateY(180deg)}.home .items .item .perspective{position:relative;width:100%;perspective:1800px;margin-bottom:5px;z-index:2}.home .items .item .perspective .book{position:relative;margin:0 auto;width:180px;height:260px;transform-style:preserve-3d;transition:transform .5s,opacity .3s .3s;transform-origin:0% 50%}.home .items .item .perspective .book div{position:absolute;width:100%;height:100%;backface-visibility:hidden}.home .items .item .perspective .book .cover{z-index:10;transform-origin:0% 50%;transform-style:preserve-3d}.home .items .item .perspective .book .side{position:absolute;left:0;z-index:10;visibility:hidden;width:20px;height:100%;background-color:#64696ab3;content:"";transform:translate(-100%) rotateY(-90deg);transform-origin:100% 50%;transform-style:preserve-3d;transition:visibility 0s .5s;box-shadow:0 2px 4px #0000001a}.home .items .item .perspective .book .side .spin{padding:0 10px}.home .items .item .perspective .book .side .spin .txt{color:var(--primary-text);rotate:90deg;display:flex;white-space:nowrap}.home .items .item .perspective .book .back{transform:rotateY(-180deg) translateZ(20px);background-color:#64696a80;transform-origin:0% 0%;box-shadow:0 2px 4px #0000001a;overflow:hidden}.home .items .item .perspective .book .back p{color:var(--primary-text);font-size:13px;padding:16px;text-align:center;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:10}.home .items .item .perspective .book .front picutre{width:100%;height:100%;display:flex}.home .items .item .perspective .book .front img{width:auto;height:100%;object-fit:contain}.home .items .item .perspective .book .front .default-img{width:100%;height:100%;display:flex;background-color:#64696ab3}.home .items .item .buttons{display:flex;justify-content:center;z-index:2}.home .items .item .buttons .txt{padding:0 8px;color:#64696ab3;text-transform:uppercase;letter-spacing:1px;font-size:.65em;line-height:1.5}.home .items .item .texts{position:relative;text-align:center;color:var(--primary-text);z-index:2}.home .items .item .texts .title{position:relative;margin:1em 0 0;font-weight:300;font-size:1.8em;font-family:Abril Fatface,serif;padding-bottom:16px}.home .items .item .texts .title:before{position:absolute;bottom:0;left:40%;width:20%;height:1px;background:#0000001a;content:""}.home .items .item .texts .author{position:relative;display:block;padding:16px 0;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:.4em;font-family:Lato,sans-serif}.home .items .item .details{visibility:hidden;opacity:0;z-index:2;transition:opacity .5s,visibility 0s .5s;color:var(--primary-text)}.home .items .item .details ul{position:absolute;top:0;width:100%;padding:60px 30px 0 70px;margin:0;list-style:none;text-align:left;pointer-events:none}.home .items .item .details ul li{visibility:visible;opacity:0;transition:transform .3s,opacity .3s;transform:translate(30%)}.home .items .item .details ul li:first-child{position:relative;margin:0 0 15px;padding:0 0 15px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:10}.home .items .item .details ul li:not(:first-child){font-weight:700}.home .items .item .action{display:flex;justify-content:center}.home .items .item .action a{padding:0 16px}.home .bts{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.home .screen{position:fixed;top:0;left:0;width:100%;height:0;background:#3333331a;opacity:0;transition:opacity .3s,height 0s .3s;backface-visibility:hidden;z-index:0}.home .screen.active{visibility:visible;opacity:1;transition:opacity .3s,visibility 0s;z-index:1;height:100%;cursor:pointer}@media screen and (max-width: 1200px){.home .items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 768px){.home .items{grid-template-columns:repeat(1,minmax(0,1fr))}}.button-back{display:flex;align-items:center;padding:16px 0;gap:8px}.button-back .icon{position:relative;width:30px;height:30px;border-radius:50%;background:#ddddddb3;transition:all .3s;opacity:.4}.button-back .icon:before,.button-back .icon:after{position:absolute;top:0;left:25%;width:1px;height:50%;background:#333;content:""}.button-back .icon:before{transform:rotate(45deg);transform-origin:0 100%}.button-back .icon:after{top:50%;transform:rotate(-45deg);transform-origin:0 0}.button-back .txt{transition:all .3s}@media (hover: hover) and (pointer: fine){.button-back:hover .icon{opacity:1}.button-back:hover .txt{color:#333}}.page{padding-bottom:32px}.page .items{margin-bottom:16px}.page .items .item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:32px}.page .items .item .media{display:flex;flex-direction:column;gap:16px}.page .items .item .image{min-height:550px}.page .items .item .image img{width:100%;height:100%;object-fit:cover}.page .items .item .image .default-img{width:100%;height:100%;display:flex;background-color:#64696ab3}.page .items .item .video iframe{width:100%;min-height:300px}.page .items .item .texts label{font-weight:700}.page .items .item .texts h2{font-size:1.5em}.page .items .item .texts h3{font-size:1.17em}.page .items .item .texts textarea{height:80px;resize:none}.page .items .item .texts .flex{display:flex;gap:8px;margin-bottom:16px}.page .items .item .texts .block{display:block;margin-bottom:16px}.page .items .item .texts .block label,.page .items .item .texts .block input,.page .items .item .texts .block textarea,.page .items .item .texts .block .txt{display:block;width:100%}.page .items .item .texts .txt{font-size:1em;line-height:1.5em}.page .items .item .texts .details{margin-bottom:16px}.page .bts{display:flex;gap:8px;margin:0 auto;width:fit-content}.page .content{display:grid;place-items:center}.page .content .head{margin-bottom:16px}@media only screen and (max-width: 768px){.page .items .item{grid-template-columns:repeat(1,minmax(0,1fr))}}header{background-color:#fff;box-shadow:0 2px 4px #0000001a}header .menu{display:flex;align-items:center;justify-content:space-between;height:80px}header .menu .logo{font-weight:300;font-size:1.8em;font-family:Abril Fatface,serif;color:var(--primary-text)}header .menu .user{display:flex;gap:8px}header .menu .user .bts{display:flex;gap:8px}header .menu .user .profile{display:flex;gap:8px}header .menu .user .profile .image{width:40px;height:40px;border-radius:50%;overflow:hidden}header .menu .user .profile .image img{width:100%}.popup-login{visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%;transition:all ease-in-out .25s;opacity:0;background-color:#0006;z-index:10}.popup-login.active{visibility:visible;opacity:1}.popup-login.active .panel{visibility:visible;opacity:1;right:-4px}.popup-login .panel{width:360px;height:auto;position:absolute;top:0;right:-370px;background-color:#fff;border:1px solid #d0d0d0;visibility:hidden;opacity:0;transition:all ease-in-out .25s;padding:76px 40px 30px;height:100%;border-left:1px solid #e4e4e4}.popup-login .title{padding:0 12px;margin-bottom:32px}.popup-login .title .heading{margin-top:0;font-size:24px;font-weight:700;margin-bottom:6px}*{box-sizing:border-box}:root{--primary-button: #3baac4;--primary-text: #64696a;--alert-color: #d82747;--success-color: #35caad}body{padding:0;margin:0;font-family:Lato,Arial,sans-serif}a{color:#ddd;text-decoration:none;cursor:pointer}button{all:unset;cursor:pointer}h1,h2,h3,h4{padding:0;margin:0}h3,h4{font-weight:400}.container{width:100%;max-width:1680px;margin:0 auto;padding:0 128px}.text-danger{color:var(--alert-color);opacity:0;transition:all .3s}.text-danger.active{opacity:1}.text-success{color:var(--success-color)}.text-center{width:100%;text-align:center;display:block}.pad-top-16{padding-top:16px}@media screen and (max-width: 1200px){.container{padding:0 32px}}@media only screen and (max-width: 768px){.container{padding:0 16px}}.bt{cursor:pointer}.bt-primary{height:44px;padding:0 16px;background-color:var(--primary-button);border:solid 1px var(--primary-button);border-radius:8px;display:flex;align-items:center;width:fit-content;transition:all .3s}.bt-primary .txt{color:#fff}.bt-secondary{height:44px;padding:0 16px;border:solid 1px var(--primary-button);border-radius:8px;display:flex;align-items:center;width:fit-content;transition:all .3s}.bt-secondary .txt{color:var(--primary-button)}.bt-tertiary{text-align:center;border-radius:4px;position:relative;width:100%;padding:12px;cursor:pointer;background-color:#f6f5f3;border:1px solid #f4f1ee}.bt-tertiary .txt{font-size:12px;font-weight:600;color:#000}.bt-danger{height:44px;padding:0 16px;background-color:var(--alert-color);border:solid 1px var(--alert-color);border-radius:8px;display:flex;align-items:center;width:fit-content;transition:all .3s}.bt-danger .txt{color:#fff}.bt-close{position:absolute;top:10px;right:10px;width:20px;height:20px;font-size:0;opacity:.6;cursor:pointer}.bt-close:before,.bt-close:after{position:absolute;top:0;left:50%;width:1px;height:100%;background:#333;content:""}.bt-close:before{transform:rotate(-45deg)}.bt-close:after{transform:rotate(45deg)}@media (hover: hover) and (pointer: fine){.bt-primary:hover,.bt-danger:hover{filter:brightness(80%)}.bt-secondary:hover{background-color:var(--primary-button)}.bt-secondary:hover .txt{color:#fff}}
