.trustech-mobile-header{display:none}@media (max-width:768px){.trustech-mobile-header{width:100%;display:flex;justify-content:center;align-items:center;padding:12px 0;z-index:100;background:#d4af37}.trustech-mobile-header-content{display:flex;flex-direction:column;gap:0;justify-content:center;align-items:center}.trustech-mobile-header-content h1{font-family:Orbitron,sans-serif;font-size:36px;font-weight:900;letter-spacing:6px;text-transform:uppercase;color:rgba(0,0,0,.9);text-shadow:0 1px 2px rgba(0,0,0,.9)}.trustech-mobile-header-content p{font-family:Roboto,sans-serif;font-size:14px;line-height:16px;font-weight:700;color:rgba(0,0,0,.8);text-shadow:none}}.trustech-mobile-footer{display:none}@media (max-width:768px){.trustech-mobile-footer{width:100%;display:flex;justify-content:center;align-items:center;padding:15px 0;z-index:100;background:rgba(0,0,0,.9);position:fixed;bottom:0}.trustech-mobile-footer-content{color:#d4af37;text-shadow:0 1px 2px rgba(0,0,0,.9);font-size:11px}}.trustech-home-footer{width:100%;z-index:100;position:absolute;bottom:0;left:0}.trustech-home-footer,.trustech-home-footer-content{display:flex;justify-content:center;align-items:center}.trustech-home-footer-content{flex-direction:column;gap:10px}.trustech-home-footer-location{color:hsla(0,0%,100%,.7);text-shadow:0 2px 3px rgba(0,0,0,.9);font-size:12px}.trustech-container{width:100%;height:100vh;background-color:#000;display:flex;flex-direction:column;overflow:hidden;position:relative}.trustech-main-title-box-left{position:absolute;top:10px;right:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:5px;z-index:5;pointer-events:none;animation:fromLeft 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@media (max-width:768px){.trustech-main-title-box-left{display:none}}.trustech-main-title-box-right{position:absolute;top:10px;left:0;margin-left:5px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;z-index:5;pointer-events:none;animation:fromRight 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@media (max-width:768px){.trustech-main-title-box-right{display:none}}.trustech-main-title-left,.trustech-main-title-right{font-family:Orbitron,sans-serif;font-size:50px;font-weight:900;letter-spacing:6px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.9)}.trustech-main-title-left{color:#d4af37}.trustech-main-title-right{color:rgba(0,0,0,.9)}.trustech-main-desc-left,.trustech-main-desc-right{font-family:Roboto,sans-serif;font-size:20px;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.9)}.trustech-main-desc-left{color:#d4af37;padding-right:5px}.trustech-main-desc-right{color:rgba(0,0,0,.9)}.trustech-copyright.left,.trustech-copyright.right{font-family:Roboto,sans-serif;font-size:13px;text-shadow:0 1px 2px rgba(0,0,0,.9)}.trustech-copyright.left{position:absolute;bottom:10px;right:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;color:#d4af37;padding-right:5px;animation:fromLeft2 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@keyframes fromLeft2{0%{transform:translateX(-100%) scale(1)}to{transform:translateX(0) scale(1)}}.trustech-copyright.right{position:absolute;bottom:10px;left:5px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:rgba(0,0,0,.9);animation:fromRight2 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@keyframes fromRight2{0%{transform:translateX(100%) scale(1)}to{transform:translateX(0) scale(1)}}@media (max-width:768px){.trustech-copyright.left,.trustech-copyright.right{display:none}}.trustech-wrapper{display:flex;flex-direction:row;width:100%;height:100%;position:relative}.trustech-card{position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:flex .8s cubic-bezier(.25,1,.5,1),filter .5s ease;overflow:hidden}.trustech-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.trustech-card.left .trustech-back{background:#000}.trustech-card.right .trustech-back{background:#d4af37}.trustech-particles{position:absolute!important;top:0!important;left:0!important;z-index:0!important}.trustech-particles,.trustech-particles canvas{width:100vw!important;height:100%!important;opacity:.6!important}.trustech-card.left .trustech-particles{left:0;right:auto}.trustech-card.right .trustech-particles{right:0;left:auto}.trustech-content{position:relative;z-index:20;text-align:center;padding:20px;max-width:100%;height:100%;border-radius:10px;opacity:1;transform:translateY(20px);transition:all .5s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.trustech-card-title{font-family:Orbitron,sans-serif;font-size:36px;line-height:40px;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.9);text-transform:uppercase;letter-spacing:1px}.trustech-card-title.left{color:#d4af37;animation:fromLeft 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@keyframes fromLeft{0%{transform:translateX(-100%) scale(1)}to{transform:translateX(0) scale(1)}}.trustech-card-title.right{color:rgba(0,0,0,.9);animation:fromRight 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@keyframes fromRight{0%{transform:translateX(100%) scale(1)}to{transform:translateX(0) scale(1)}}@media (max-width:768px){.trustech-card-title.left,.trustech-card-title.right{font-size:20px;line-height:33px;max-width:100%}}.trustech-card-icon{font-size:50px;animation:fromTop 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@keyframes fromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.trustech-card-icon.left{color:#d4af37}.trustech-card-icon.right{color:rgba(0,0,0,.9)}.trustech-card-icon{perspective:1000px}.change-icon{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:coinFlipSwap 3s ease-in-out infinite}@keyframes coinFlipSwap{0%{transform:rotateY(90deg);opacity:0}15%{transform:rotateY(0deg);opacity:1}85%{transform:rotateY(0deg);opacity:1}to{transform:rotateY(-90deg);opacity:0}}.trustech-card-desc{font-family:Roboto,sans-serif;font-size:16px;line-height:20px;text-shadow:none;animation:fromBottom 2.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s;animation-fill-mode:backwards}@keyframes fromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.trustech-card-desc.left{color:#d4af37}.trustech-card-desc.right{color:rgba(0,0,0,.9)}@media (max-width:768px){.trustech-card-desc.left,.trustech-card-desc.right{font-size:14px;line-height:18px;max-width:75%}}.trustech-card-button{padding:15px 40px;border-radius:10px;background:transparent;font-size:15px;font-weight:600;letter-spacing:3px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin-top:10px;text-decoration:none}.trustech-card-button.left{border:1px solid rgba(212,175,55,.5);color:#d4af37;text-shadow:0 1px 2px rgba(0,0,0,.9)}.trustech-card-button.right{border:1px solid rgba(0,0,0,.5);color:rgba(0,0,0,.9);text-shadow:0 1px 2px #d4af37}.trustech-card-button.left:hover{background:#d4af37;border:1px solid hsla(0,0%,100%,.2);color:rgba(0,0,0,.9);text-shadow:none}.trustech-card-button.right:hover{background:rgba(0,0,0,.9);border:1px solid hsla(0,0%,100%,.2);color:#d4af37;text-shadow:none}.trustech-wrapper:hover .trustech-card:not(:hover){flex:0.5 1}@media (max-width:768px){.trustech-wrapper:hover .trustech-card:not(:hover){flex:1 1}}.trustech-wrapper:hover .trustech-card:not(:hover) .trustech-content.left{transform:rotate(-90deg)}@media (max-width:768px){.trustech-wrapper:hover .trustech-card:not(:hover) .trustech-content.left{transform:rotate(0deg)}}.trustech-wrapper:hover .trustech-card:not(:hover) .trustech-content.right{transform:rotate(90deg)}@media (max-width:768px){.trustech-wrapper:hover .trustech-card:not(:hover) .trustech-content.right{transform:rotate(0deg)}.trustech-wrapper:hover .trustech-card:not(:hover) .trustech-card-button{opacity:0}}.trustech-typewriter-text{font-family:Roboto,sans-serif;font-size:14px;line-height:18px;margin-top:0;min-height:50px;text-align:center;max-width:60%}.trustech-card.left .trustech-typewriter-text{color:#d4af37}.trustech-card.right .trustech-typewriter-text{color:rgba(0,0,0,.8)}.fade-in-up{animation:fadeInUp 1.5s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.trustech-wrapper{display:flex;flex-direction:column;background:linear-gradient(180deg,#d4af37 0,#d4af37 60%,#000 0,#000);position:relative;overflow:hidden;margin-top:-1px}.trustech-card.left{background-color:#000;z-index:10;padding-top:30px;padding-bottom:50px;-webkit-clip-path:polygon(0 0,50% 4%,100% 0,100% 100%,50% 92%,0 100%);clip-path:polygon(0 0,50% 4%,100% 0,100% 100%,50% 92%,0 100%);margin-top:1px}.trustech-card.left,.trustech-card.right{border:none!important;transition:clip-path .5s cubic-bezier(.4,0,.2,1),-webkit-clip-path .5s cubic-bezier(.4,0,.2,1);will-change:clip-path}.trustech-card.right{background-color:#d4af37;margin-top:-15vh;padding-top:140px;padding-bottom:40px;z-index:1;-webkit-clip-path:polygon(0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}.trustech-wrapper.reverse-arrow .trustech-card.left{-webkit-clip-path:polygon(0 0,50% 0,100% 0,100% 92%,50% 100%,0 92%);clip-path:polygon(0 0,50% 0,100% 0,100% 92%,50% 100%,0 92%)}.trustech-wrapper.reverse-arrow .trustech-card.right{-webkit-clip-path:polygon(0 0,50% 8%,100% 0,100% 100%,50% 96%,0 100%);clip-path:polygon(0 0,50% 8%,100% 0,100% 100%,50% 96%,0 100%)}.trustech-content{padding:15px;max-width:100%;gap:5px;transform:none!important;margin-top:0!important;opacity:1!important}.trustech-typewriter-text{min-height:50px;max-width:90%;margin-top:0;font-size:13px;line-height:17px}.trustech-card-button{pointer-events:auto!important;margin-top:15px;padding:10px 30px;font-size:12px}.fade-in-up{animation:fadeInUp .5s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}