@charset "UTF-8";.header{position:fixed;top:0;width:100%;z-index:2;background:#222729cc;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--gray-6)}.nav{height:70px;flex:1;display:flex;justify-content:space-between;align-items:center;gap:16px}.nav a:not(.logo){display:inline-block;background:var(--blue-1);color:var(--black-4);font-size:16px;line-height:1.5;text-transform:uppercase;letter-spacing:1px;padding:12px 16px;border-radius:5px;transition:.2s ease-out}.nav a:not(.logo):hover,.nav a:not(.logo).hover{background:var(--white-1)}.nav a:not(.logo):active{opacity:.7;transform:scale(.97);transition:0s}@media only screen and (max-width: 440px){.nav a:not(.logo){font-size:14px;line-height:1.5;white-space:nowrap;padding:8px 12px}}.logo{padding-block:8px}.eyes-lit-up{fill:transparent;transition:fill .5s}.tigercodes:hover .eyes-lit-up,.tigercodes.hover .eyes-lit-up{fill:var(--white-1)}.ribbon{background:var(--black-4);padding-block:12px}.ribbon p{font-size:14px;line-height:1.5;color:var(--white-1);text-align:center}.ribbon a:after{content:"";display:inline-block;width:5px;height:8px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='5'%20height='8'%20viewBox='0%200%205%208'%3e%3cpath%20d='M0.00209127%207.55126C0.00360452%207.49113%200.0172129%207.43205%200.0419936%207.37802C0.0667744%207.32399%200.102149%207.27628%200.145721%207.2381L3.79267%203.99999L0.145722%200.761894C0.100436%200.725228%200.0637157%200.677881%200.0384355%200.623555C0.0131553%200.569227%20-2.485e-09%200.509397%200%200.448744C2.485e-09%200.388089%200.0131553%200.328259%200.0384355%200.273933C0.0637157%200.219607%200.100436%200.172258%200.145722%200.135593C0.246143%200.0479083%200.37191%20-6.05166e-09%200.501674%200C0.631438%206.05166e-09%200.757204%200.0479083%200.857626%200.135593L4.85428%203.68685C4.89956%203.72351%204.93628%203.77086%204.96156%203.82519C4.98685%203.87952%205%203.93935%205%203.99999C5%204.06065%204.98685%204.12048%204.96156%204.17481C4.93628%204.22914%204.89956%204.27648%204.85428%204.31315L0.857625%207.8644C0.757204%207.95209%200.631438%208%200.501673%208C0.371909%208%200.246143%207.95209%200.145721%207.8644C0.102149%207.82624%200.0667743%207.77851%200.0419936%207.7245C0.0172129%207.67047%200.00360452%207.61138%200.00209127%207.55126Z'%20fill='%23ffffff'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;margin-left:5px;transition:.3s}.ribbon a:hover:after,.ribbon a.hover:after{transform:translate3d(4px,0,0)}@media only screen and (max-width: 750px){.ribbon .container{max-width:304px}}.cookie{position:fixed;bottom:0;width:calc(100% - 32px);font-size:14px;line-height:1.5;margin:16px;z-index:3;pointer-events:none}.cookie-container{display:grid;grid-template-columns:1fr minmax(auto,336px);align-items:center;max-width:640px;margin-inline:auto}@media only screen and (max-width: 620px){.cookie-container{grid-template-columns:1fr}}.cookie-preferences{grid-column:2;background:var(--black-2);border-top:1px solid var(--gray-6);border-right:1px solid var(--gray-6);border-left:1px solid var(--gray-6);border-radius:5px 5px 0 0;padding:16px;z-index:3;visibility:hidden;opacity:0;transform:translateY(16px)}.cookie-preferences.active{visibility:visible;opacity:1;transform:translateY(1px);pointer-events:auto;transition:.3s}@media only screen and (max-width: 750px){.cookie-preferences.active{transform:translateY(2px)}}.cookie-preferences.active~.cookie-content{border-top-right-radius:0}@media only screen and (max-width: 620px){.cookie-preferences.active~.cookie-content{border-top-left-radius:0}}@media only screen and (max-width: 620px){.cookie-preferences{grid-column:1;padding:12px}}.cookie-preferences p{margin-bottom:24px}@media only screen and (max-width: 620px){.cookie-preferences p{margin-bottom:16px}}.cookie-preferences label{font-size:14px;line-height:1.5}.cookie-preferences label:first-of-type{margin-right:12px}.cookie-preferences input[type=checkbox]{visibility:hidden;position:absolute}.cookie-link{color:var(--blue-1);text-decoration:underline}.cookie-checkbox-label{color:var(--gray-3);display:inline-flex;align-items:center;position:relative;cursor:pointer}.cookie-checkbox-label:hover .cookie-checkbox{border-color:var(--blue-1)}.cookie-checkbox-label input:checked~.cookie-checkbox{background:var(--blue-1);border-color:var(--blue-1)}.cookie-checkbox-label input:checked~.cookie-checkbox:after{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:10px;border:solid var(--white-1);border-width:0 2px 2px 0}.cookie-checkbox{order:-1;display:block;border:1px solid var(--gray-6);width:20px;height:20px;border-radius:3px;margin-right:8px;position:relative}.cookie-content{grid-column:1/3;padding:16px;background:var(--black-2);border:1px solid var(--gray-6);border-radius:5px;display:grid;grid-template-columns:1fr minmax(auto,320px);gap:16px;align-items:center;box-shadow:0 2px 3px #0003;opacity:0;transform:translateY(16px);animation:slideUp .5s forwards;pointer-events:auto}@media only screen and (max-width: 620px){.cookie-content{padding:12px;grid-template-columns:1fr;gap:12px;text-align:center}.cookie-content p{line-height:1}}@media only screen and (max-width: 440px){.cookie-content{padding:8px;gap:8px}.cookie-content p{font-size:12px;line-height:1.3333}}@keyframes slideUp{to{transform:initial;opacity:initial}}.cookie-buttons{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;padding-left:16px}@media only screen and (max-width: 620px){.cookie-buttons{gap:8px;padding-left:0}}@media only screen and (max-width: 360px){.cookie-buttons{grid-template-columns:1fr}}.cookie-customize,.cookie-save{display:inline-block;font-size:16px;line-height:1.5;text-transform:uppercase;letter-spacing:1px;border-radius:4px;transition:.2s ease-out}.cookie-customize:active,.cookie-save:active{opacity:.7;transform:scale(.97);transition:0s}@media only screen and (max-width: 440px){.cookie-customize,.cookie-save{font-size:14px;line-height:1.5}}.cookie-customize{padding:12px 14px;color:var(--white-1);background:none;border:1px solid var(--white-2)}.cookie-customize:hover,.cookie-customize.hover{color:var(--black-2);background:var(--white-2)}.cookie-save{padding:11px 16px;color:var(--black-4);background:var(--blue-1);border:1px solid transparent}.cookie-save:hover,.cookie-save.hover{background:var(--white-1)}.faq{padding-top:60px;padding-bottom:12px}.faq .category{letter-spacing:0}.faq .bellows{background:var(--black-3)}.faq .description{color:var(--gray-5)}.more-faq{font-size:14px;line-height:1.5;text-align:center;color:var(--gray-4)}.more-faq a:hover,.more-faq a.hover{text-decoration:underline}.sign-up{background:var(--black-3);padding-block:60px}.sign-up-box{max-width:400px;margin-inline:auto;background:var(--black-2);padding:32px;border:1px solid var(--gray-6);border-radius:5px;position:relative}@media only screen and (max-width: 750px){.sign-up-box{padding:16px}}.sign-up-box h2{font-size:36px;line-height:1.3333;font-weight:700;color:var(--white-1);text-align:center;margin-top:32px}.sign-up-box .btn-primary{max-width:none}.sign-up-list{font-size:18px;line-height:1.3333;color:var(--gray-2);margin-top:32px;margin-bottom:16px}@media only screen and (max-width: 350px){.sign-up-list{font-size:14px;line-height:1.5}}.sign-up-list li{padding-block:16px;border-top:1px solid var(--black-1)}.sign-up-list li:last-child{border-bottom:1px solid var(--black-1)}.price-box{text-align:center}.price-box>p{font-size:16px;line-height:1.5}.price-box>p:last-child{margin-top:8px;margin-bottom:32px}.price{font-size:36px;line-height:1.3333;font-weight:700;color:var(--white-1)}.payment-methods{margin-top:32px}.payment-methods span{display:block;font-family:var(--font-secondary);font-size:14px;line-height:1.5;font-weight:400;text-align:center;color:var(--gray-4);margin-bottom:8px}.payment-methods svg{margin-inline:auto}.footer{width:100%;background:var(--black-2);padding-top:48px}.footer-container{display:flex;justify-content:space-between}@media only screen and (max-width: 750px){.footer-container{flex-direction:column;align-items:center}}@media only screen and (max-width: 750px){.footer-contact{display:flex;flex-direction:column;align-items:center}}.footer-contact .logo{display:inline-block;padding:0;margin-bottom:32px}@media only screen and (max-width: 750px){.footer-contact .logo{margin-bottom:20px}}.footer-contact .wrapper{display:flex;align-items:center;gap:32px}@media only screen and (max-width: 750px){.footer-contact .wrapper{flex-direction:column;gap:16px}}.footer-contact .link{font-size:14px;line-height:1.5}@media only screen and (max-width: 750px){.footer-contact .link{margin-bottom:32px}}.social-media-list{display:grid;grid-template-columns:repeat(8,40px);gap:8px}@media only screen and (max-width: 900px){.social-media-list{grid-template-columns:repeat(4,40px)}}.social-media-list li{background:var(--black-1);border-radius:5px;transition:.2s}.social-media-list li:hover,.social-media-list li.hover{background:var(--gray-6)}.social-media-list li a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:5px}.footer-links{display:grid}@media only screen and (max-width: 750px){.footer-links{gap:16px}}.footer-links ul{display:flex;gap:20px}@media only screen and (max-width: 750px){.footer-links ul{flex-direction:column;align-items:center;gap:8px}}.footer-links li a{font-size:14px;line-height:1.5;color:var(--gray-2)}.footer-links li a:hover,.footer-links li a.hover{text-decoration:underline}.back-to-top{font-size:14px;line-height:1.5;background:none;color:var(--green-1);align-self:end;justify-self:end;display:flex;align-items:center;gap:12px;transition:.1s ease-out}.back-to-top:after{content:"";display:inline-block;width:12px;height:8px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='8'%20viewBox='0%200%2012%208'%3e%3cpath%20d='M11.33,8a.63.63,0,0,1-.47-.23L6,1.93,1.14,7.77a.59.59,0,0,1-.94,0,.9.9,0,0,1,0-1.14L5.53.23a.59.59,0,0,1,.94,0l5.33,6.4a.9.9,0,0,1,0,1.14A.63.63,0,0,1,11.33,8Z'%20fill='%2329d698'/%3e%3c/svg%3e");transition:.3s}.back-to-top:hover:after,.back-to-top.hover:after{transform:translate3d(0,-4px,0)}.copyright{margin-top:48px;background:var(--blue-1);padding:32px 16px;text-align:center}.copyright p{font-size:14px;line-height:1.5;color:var(--black-2)}.hero{margin-top:71px;padding-block:60px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='67.1'%20height='58.8'%20fill='none'%20viewBox='0%200%2067.1%2058.8'%3e%3crect%20width='67.1'%20height='58.8'/%3e%3cg%20id='bg'%3e%3cpath%20d='M14.4,50.4a5.354,5.354,0,0,1-4.5-2,9.187,9.187,0,0,1-1.5-5.5,9.187,9.187,0,0,1,1.5-5.5,5.1,5.1,0,0,1,4.5-2,5.354,5.354,0,0,1,4.5,2,9.187,9.187,0,0,1,1.5,5.5,9.187,9.187,0,0,1-1.5,5.5A5.354,5.354,0,0,1,14.4,50.4Zm-2.1-11a7.281,7.281,0,0,0-.7,3.5,7.027,7.027,0,0,0,.7,3.5,2.264,2.264,0,0,0,2.1,1.3,2.083,2.083,0,0,0,2.1-1.3,7.281,7.281,0,0,0,.7-3.5,7.027,7.027,0,0,0-.7-3.5,2.264,2.264,0,0,0-2.1-1.3A1.962,1.962,0,0,0,12.3,39.4Z'%20fill='%23ffffff'%20opacity='0.03'/%3e%3cpath%20d='M30.6,35.7h5.9V50.2H33.4V38.4H30.6S30.6,35.7,30.6,35.7Z'%20fill='%23ffffff'%20opacity='0.03'/%3e%3cpath%20d='M52.7,50.4a5.354,5.354,0,0,1-4.5-2,9.187,9.187,0,0,1-1.5-5.5,9.187,9.187,0,0,1,1.5-5.5,5.1,5.1,0,0,1,4.5-2,5.354,5.354,0,0,1,4.5,2,9.187,9.187,0,0,1,1.5,5.5,9.187,9.187,0,0,1-1.5,5.5A5.354,5.354,0,0,1,52.7,50.4Zm-2.1-11a7.281,7.281,0,0,0-.7,3.5,7.027,7.027,0,0,0,.7,3.5,2.264,2.264,0,0,0,2.1,1.3,2.083,2.083,0,0,0,2.1-1.3,7.281,7.281,0,0,0,.7-3.5,7.027,7.027,0,0,0-.7-3.5,2.264,2.264,0,0,0-2.1-1.3A2.111,2.111,0,0,0,50.6,39.4Z'%20fill='%23ffffff'%20opacity='0.03'/%3e%3cpath%20d='M8.4,8.9h5.9V23.4H11.2V11.7H8.4Z'%20fill='%23ffffff'%20opacity='0.03'/%3e%3cpath%20d='M52.9,8.9h5.9V23.4H55.7V11.7H52.9S52.9,8.9,52.9,8.9Z'%20fill='%23ffffff'%20opacity='0.03'/%3e%3cpath%20d='M33.6,23.4a5.354,5.354,0,0,1-4.5-2,9.187,9.187,0,0,1-1.5-5.5,9.187,9.187,0,0,1,1.5-5.5,5.1,5.1,0,0,1,4.5-2,5.354,5.354,0,0,1,4.5,2,9.187,9.187,0,0,1,1.5,5.5,9.187,9.187,0,0,1-1.5,5.5A5.354,5.354,0,0,1,33.6,23.4Zm-2.2-11a7.281,7.281,0,0,0-.7,3.5,7.027,7.027,0,0,0,.7,3.5,2.264,2.264,0,0,0,2.1,1.3,2.083,2.083,0,0,0,2.1-1.3,7.281,7.281,0,0,0,.7-3.5,7.027,7.027,0,0,0-.7-3.5,2.346,2.346,0,0,0-4.2,0Z'%20fill='%23ffffff'%20opacity='0.03'/%3e%3c/g%3e%3c/svg%3e");background-color:var(--black-3);display:flex;align-items:center;justify-content:center;animation:animate 2s linear infinite}.hero .container{flex:1}.hero .title{font-size:64px;line-height:1.125;color:var(--gray-1);margin-bottom:32px}@media only screen and (max-width: 750px){.hero .title{font-size:36px;line-height:1.3333}}@media only screen and (max-width: 440px){.hero .title{font-size:32px;line-height:1.25}}.hero .btn-primary{margin-top:32px}.hero .video-container{max-width:720px}@keyframes animate{0%{background-position:0}to{background-position:-200px}}.intro{padding-block:60px}.intro .wrapper{display:grid;justify-items:center}.intro p{font-size:16px;line-height:1.5;max-width:613px}@media only screen and (max-width: 400px){.intro p{font-size:14px;line-height:1.5}}.problem{grid-template-columns:2fr 1fr}.solution{grid-template-columns:1fr 1.5fr;align-items:center;margin-block:32px}.solution .title{text-align:left;margin-bottom:32px}.problem,.solution{display:grid;gap:32px}@media only screen and (max-width: 750px){.problem,.solution{grid-template-columns:1fr}}.tag{max-width:256px}@media only screen and (max-width: 750px){.tag{order:-1;justify-self:center}.tag svg{max-height:60px}}.nickolas-joe{order:-1;justify-self:end;border-radius:50%;border:8px solid transparent;box-shadow:0 0 0 2px var(--blue-2);aspect-ratio:1/1;height:auto}@media only screen and (max-width: 750px){.nickolas-joe{justify-self:center;width:100%;max-width:250px}}.project{background:var(--black-3);padding-block:60px;text-align:center}.project .title{margin-bottom:32px}.project h2{font-size:24px;line-height:1.3333;font-weight:700;color:var(--gray-3);margin-top:16px;margin-bottom:8px}.project p{font-size:14px;line-height:1.5;max-width:550px;margin-inline:auto}.project img{border-radius:5px;margin-inline:auto;aspect-ratio:960/697;height:auto}.benefits{padding-block:60px;max-width:864px!important;padding-left:32px}.benefits .title{max-width:700px;margin-inline:auto;margin-bottom:32px}.benefits-list li{display:grid;grid-template-columns:auto 1fr;margin-top:8px}.benefits-list span{font-size:24px;font-weight:700;color:var(--green-1);background:var(--gray-6);padding:16px;border-radius:5px;box-shadow:2px 2px 2px #00000052;grid-row:1;grid-column:1;align-self:center;z-index:1}.benefits-list p{display:inline-block;font-size:18px;line-height:1.3333;color:#ccc;background:var(--black-3);padding:32px 32px 32px 48px;border-radius:5px;box-shadow:2px 2px 2px #000000a3;grid-row:1;grid-column:1/3;margin-left:24px}@media only screen and (max-width: 750px){.benefits-list p{font-size:16px;line-height:1.5;padding:16px 16px 16px 40px}}.platform{background:var(--black-3);padding-block:60px}.platform .title{margin-bottom:32px}.platform .info{font-size:16px;line-height:1.5;max-width:840px;padding:60px 32px 32px;background:var(--black-2);border:1px solid var(--gray-6);border-radius:5px;margin-top:-33px;margin-inline:auto}.platform .info span{color:var(--blue-1)}@media only screen and (max-width: 400px){.platform .info{font-size:14px;line-height:1.5}}.platform .btn-secondary{margin-top:60px;margin-inline:auto}@media only screen and (max-width: 750px){.platform .btn-secondary{margin-top:32px}}.depositions{padding-block:60px}.depositions .wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media only screen and (max-width: 750px){.depositions .wrapper{grid-template-columns:1fr}}.depositions blockquote{padding:48px 48px 32px;background:var(--black-3);border:1px solid var(--green-1);border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;gap:32px}@media only screen and (max-width: 750px){.depositions blockquote{padding:32px;gap:16px}}.depositions q{font-family:var(--font-secondary);font-size:16px;line-height:1.5;font-weight:400;color:var(--gray-5)}@media only screen and (max-width: 750px){.depositions q{font-size:14px;line-height:1.5}}.depositions cite{font-family:var(--font-secondary);font-size:18px;line-height:1.3333;color:var(--gray-3);text-align:right}@media only screen and (max-width: 750px){.depositions cite{font-size:16px;line-height:1.5}}.depositions cite span{white-space:nowrap}.depositions cite span:before{content:"⭐️⭐️⭐️⭐️⭐️ "}.warranty{padding-block:60px}.warranty .wrapper{display:flex;align-items:center;justify-content:center;gap:16px}.warranty .seven{display:grid;place-items:center}.warranty .seven .circle{grid-row:1;grid-column:1}.warranty .seven span{grid-row:1;grid-column:1;font-size:64px;font-weight:700;color:var(--blue-1)}.warranty .days{font-size:64px;font-weight:700;color:var(--blue-1)}.warranty .description{font-family:var(--font-secondary);font-size:16px;line-height:1.5;text-align:center;max-width:350px;margin-top:24px;margin-inline:auto}@media only screen and (max-width: 750px){.warranty .description{font-size:14px;line-height:1.5}}.modules .accordion,.faq .accordion{max-width:1100px;margin-inline:auto}.modules .bellows,.faq .bellows{border-radius:5px;box-shadow:2px 2px 2px #000000a3;margin-bottom:16px}@media only screen and (max-width: 720px){.modules .bellows,.faq .bellows{margin-bottom:12px}}.modules .heading,.faq .heading{padding:32px;font-size:24px;line-height:1.3333;color:var(--gray-4);cursor:pointer;display:flex;justify-content:space-between;gap:16px}@media only screen and (max-width: 750px){.modules .heading,.faq .heading{padding:24px;font-size:18px;line-height:1.3333}}.modules .heading:after,.faq .heading:after{content:"";flex:0 0 16px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cg%20id='plus'%20transform='translate(-1389%20-3004)'%3e%3crect%20width='2'%20height='16'%20transform='translate(1396%203004)'%20fill='%2329d698'/%3e%3crect%20width='2'%20height='16'%20transform='translate(1405%203011)%20rotate(90)'%20fill='%2329d698'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;transition:.2s}.modules .description,.faq .description{font-family:var(--font-secondary);font-size:16px;line-height:1.5}@media only screen and (max-width: 750px){.modules .description,.faq .description{font-size:14px;line-height:1.5}}.modules{padding-block:60px;background:var(--black-3)}.modules .category{letter-spacing:5px}@media only screen and (max-width: 750px){.modules .category{letter-spacing:4px}}.modules .bellows{background:var(--black-2)}.modules .bellows:nth-of-type(7){position:relative}.modules .summary{display:block;color:var(--gray-1);padding-block:16px;border-top:2px solid var(--black-1);border-bottom:2px solid var(--black-1);margin-bottom:16px}.modules .btn-primary{margin-top:32px}.sign-up-section{margin-top:71px}@media only screen and (max-width: 750px){.sign-up-section{padding-top:32px}}.links{padding-block:120px;background:var(--black-3);display:grid;place-items:center}.links ul{width:100%;max-width:576px}.links li+li{margin-top:16px}.links .btn-primary{text-align:left;max-width:100%;text-transform:none}.error-404{margin-top:71px;width:100%;background:var(--black-3);padding-block:60px}.error-404 .title{margin-bottom:16px}.error-404 p{font-size:16px;line-height:1.5;text-align:center;margin-bottom:48px}.error-404 p a{color:var(--blue-1);text-decoration:underline}@media only screen and (max-width: 750px){.error-404 p{margin-bottom:32px}}.error-404 .links{padding-block:0}.status-code{font-size:144px;font-weight:700;line-height:1;height:120px;overflow:hidden;text-align:center;background:linear-gradient(var(--blue-2),rgba(13,14,15,0));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 auto 8px}@media only screen and (max-width: 350px){.status-code{font-size:96px;height:80px}}*{margin:0;padding:0;box-sizing:border-box}html,body,div,span,h1,h2,p,a,strong,blockquote,cite,q,img,ol,ul,li,label,footer,header,nav,section,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}footer,header,nav,section{display:block}a{color:inherit;text-decoration:none}strong{font-weight:700}button{font-family:inherit;cursor:pointer;border:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}:root{--white-1: #ffffff;--white-2: #f9f9f9;--gray-1: #e6e1e1;--gray-2: #d9d4d4;--gray-3: #bebebe;--gray-4: #adacac;--gray-5: #757c80;--gray-6: #4f585b;--black-1: #323638;--black-2: #222729;--black-3: #0d0e0f;--black-4: #000000;--blue-1: #4dc8ff;--blue-2: #0099dd;--green-1: #29d698;--font-primary: "Roboto", sans-serif;--font-secondary: "Fira Code", monospace}html{scroll-behavior:smooth;scroll-padding-top:71px}body{background:var(--black-2)}body,input,button{font:400 16px/1 var(--font-primary)}p{color:var(--gray-3)}img,svg{display:block;max-width:100%}.container{max-width:1200px;margin-inline:auto;padding-inline:16px}.title{font-size:36px;line-height:1.3333;color:var(--gray-2);font-weight:700;text-align:center;margin-bottom:60px}@media only screen and (max-width: 750px){.title{font-size:24px;line-height:1.3333;margin-bottom:32px}}.title span{color:var(--blue-1)}.category{font-size:14px;line-height:1.5;display:block;font-family:var(--font-secondary);color:var(--gray-4);text-transform:uppercase;letter-spacing:5px;text-align:center;margin-bottom:8px}@media only screen and (max-width: 750px){.category{letter-spacing:4px;font-size:12px;line-height:1.3333}}.btn-primary,.btn-secondary{display:block;width:100%;max-width:352px;padding:19.5px 14px;font-size:18px;line-height:1.3333;text-align:center;text-transform:uppercase;letter-spacing:1px;border-radius:5px;transition:.2s ease-out;margin-inline:auto}@media only screen and (max-width: 750px){.btn-primary,.btn-secondary{font-size:16px;line-height:1.5;max-width:340px;padding:16px}}.btn-primary:not(:disabled):active,.btn-secondary:not(:disabled):active{opacity:.7;transform:scale(.97);transition:0s}.btn-primary:disabled,.btn-secondary:disabled{background:var(--gray-4);cursor:not-allowed}.btn-primary{color:var(--black-4);background:var(--blue-1)}.btn-primary:hover,.btn-primary.hover{background:var(--white-1)}.btn-secondary{color:var(--white-1);border:1px solid var(--white-2)}.btn-secondary:hover,.btn-secondary.hover{color:var(--black-2);background:var(--white-2)}.link{color:var(--blue-1);text-decoration:underline}.video-container{max-width:600px;margin-inline:auto}.yt-lite{border-radius:10px;border:2px solid var(--green-1);margin-inline:auto;box-shadow:0 4px 16px 2px #000000a3}.bonus,.black-friday{position:absolute;top:-10px;left:-10px;font-size:14px;font-weight:700;text-transform:uppercase;padding:8px;border-radius:5px}@media only screen and (max-width: 720px){.bonus,.black-friday{top:-8px;left:-8px;font-size:11px}}.bonus{color:var(--black-3);background:var(--green-1)}.black-friday{color:var(--white-1);background:var(--black-4);border:1px solid var(--gray-6)}.legal{margin-top:71px;background:var(--black-3);padding-block:60px}@media only screen and (max-width: 750px){.legal{padding-top:32px}}.legal .container{max-width:720px}.legal .title{margin-bottom:32px}.legal p,.legal ul,.legal ol{font-size:16px;line-height:1.5;color:var(--gray-3)}.legal p+p,.legal li,.legal ul~p,.legal ol~p{margin-top:16px}.legal h2{font-size:24px;line-height:1.3333;color:var(--gray-2);font-weight:700;margin-top:24px;margin-bottom:16px}.legal ul{padding-left:40px;list-style:disc}[data-animation=accordion] .description{max-height:0;overflow:hidden;padding-inline:32px;transition:max-height,.25s ease-in-out}@media only screen and (max-width: 750px){[data-animation=accordion] .description{padding-inline:24px}}[data-animation=accordion] .description.active{max-height:1500px;padding-bottom:32px}@media only screen and (max-width: 750px){[data-animation=accordion] .description.active{padding-bottom:24px}}[data-animation=accordion] .heading.active:after{transform:rotate(135deg)}.purchase-completed,.almost-there{margin-top:71px;padding-block:60px;background:var(--black-3);min-height:80dvh;display:grid;place-items:center;text-align:center}.purchase-completed .container,.almost-there .container{max-width:700px}.purchase-completed h1,.almost-there h1{font-size:64px;line-height:1.125;font-weight:700;color:var(--blue-1)}@media only screen and (max-width: 600px){.purchase-completed h1,.almost-there h1{font-size:36px;line-height:1.3333}}.purchase-completed p,.almost-there p{font-size:16px;line-height:1.5;max-width:496px;margin:16px auto 0}.purchase-completed ul,.almost-there ul{margin-top:16px;display:grid;grid-template-columns:repeat(4,48px);gap:8px;justify-content:center}.purchase-completed ul a,.almost-there ul a{display:grid;place-items:center;width:48px;height:48px;background:var(--black-2);border-radius:8px;transition:.3s}.purchase-completed ul a svg,.almost-there ul a svg{width:28px;height:28px}.purchase-completed ul a svg path,.almost-there ul a svg path{fill:var(--blue-2);transition:.3s}.purchase-completed ul a:hover,.purchase-completed ul a.hover,.almost-there ul a:hover,.almost-there ul a.hover{background:var(--blue-2)}.purchase-completed ul a:hover path,.purchase-completed ul a.hover path,.almost-there ul a:hover path,.almost-there ul a.hover path{fill:var(--white-1)}[data-animation=on-scroll]:not(.tag,.circle){opacity:0;transform:scale(.96) translate3d(0,24px,0);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}[data-animation=on-scroll]:not(.tag,.circle).active{opacity:1;transform:none}.tag[data-animation=on-scroll] path{stroke-dasharray:559;stroke-dashoffset:559}.tag[data-animation=on-scroll].active path{animation:stroke 4s forwards}.circle[data-animation=on-scroll] circle{stroke-dasharray:352;stroke-dashoffset:352}.circle[data-animation=on-scroll].active circle{animation:stroke 2s forwards}@keyframes stroke{to{stroke-dashoffset:0}}.yt-lite{background-color:#000;position:relative;display:block;contain:content;background-position:50%;background-size:cover;cursor:pointer}.yt-lite.lyt-activated:before{content:"";box-sizing:content-box;display:block;position:absolute;top:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);background-position:top;background-repeat:repeat-x;height:60px;padding-bottom:50px;width:100%;transition:all .2s cubic-bezier(0,0,.2,1)}.yt-lite:after{content:"";display:block;padding-bottom:var(--aspect-ratio)}.yt-lite>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.yt-lite>.lty-playbtn{width:70px;height:46px;background-color:#212121;z-index:1;opacity:.8;border-radius:14%;transition:all .2s cubic-bezier(0,0,.2,1)}.yt-lite:hover>.lty-playbtn{background-color:red;opacity:1}.yt-lite>.lty-playbtn:before{content:"";border-color:transparent transparent transparent #fff;border-style:solid;border-width:11px 0 11px 19px}.yt-lite>.lty-playbtn,.yt-lite>.lty-playbtn:before{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.yt-lite.lyt-activated{cursor:unset}.yt-lite.lyt-activated:before,.yt-lite.lyt-activated>.lty-playbtn{opacity:0;pointer-events:none}
