.desktop-only{display:block}@media only screen and (max-width : 991.98px){.desktop-only{display:none}}.mobile-only{display:none}@media only screen and (max-width : 991.98px){.mobile-only{display:block}}:root{--usat-white: #E5EAEE;--usat-black: #222224;--usat-dark: #0C0D0E;--usat-gray: #34353E}html{-webkit-text-size-adjust:100%;height:-webkit-fill-available;scroll-behavior:smooth}body{font-family:Rubik,sans-serif;background-color:var(--usat-dark);margin:0;overscroll-behavior:none;overflow-x:hidden}h1,h2{font-weight:500;font-size:clamp(42px,7.4vh,72px);line-height:1.08;margin:0}@media only screen and (max-width : 991.98px){h1,h2{font-size:42px;line-height:1.0952}}@media only screen and (max-width : 401.98px){h1,h2{font-size:40px}}p{font-weight:400;font-size:clamp(11px,1.8vh,16px);line-height:1.625;letter-spacing:3.2px;text-transform:uppercase}@media only screen and (max-width : 991.98px){p{font-size:11px;line-height:2;letter-spacing:2.2px}}@media only screen and (max-width : 401.98px){p{font-size:10px}}figure{margin:0;width:100%;overflow:auto;border-radius:13px;box-shadow:0 0 0 1px var(--usat-white);border-style:hidden}@media only screen and (max-width : 991.98px){figure{border-radius:10px}}figure table{font-size:22px;line-height:1.3;border-collapse:collapse;border-style:hidden}@media only screen and (max-width : 991.98px){figure table{font-size:16px}}figure table tr:first-child td{padding:10px 40px;background-color:var(--usat-white);color:var(--usat-black);white-space:nowrap;text-align:center}@media only screen and (max-width : 991.98px){figure table tr:first-child td{padding:5px 20px}}figure table td{border:1px solid var(--usat-white);padding:30px}@media only screen and (max-width : 991.98px){figure table td{padding:15px}}figure.privacy-info table td:nth-child(1){width:199px}figure.privacy-info table td:nth-child(3){min-width:170px}figure.privacy-info table td:nth-child(4){width:175px}figure.cookies-info table td{min-width:170px}figure.necessary-cookies table td:nth-child(3){min-width:170px}figure.analytical-cookies table td:nth-child(1){width:196px}figure.analytical-cookies table td:nth-child(3){word-break:break-word;min-width:170px}section{position:relative;height:100vh;width:100%}section .bg{width:100%;height:100%;overflow-y:hidden}section .container{position:relative;display:flex;flex-direction:column;align-items:center;width:1303px;max-width:calc(100% - 136px);height:100%;padding:0 68px;margin:0 auto;z-index:2}@media only screen and (max-width : 991.98px){section .container{max-width:calc(100% - 32px);padding:0 16px}}section .content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}@media only screen and (max-width : 991.98px){section .content{gap:12px}}section .content>*{margin:0}.btn-group{display:flex;align-items:center;gap:10px}@media only screen and (max-width : 991.98px){.btn-group{flex-direction:column}}.btn{display:flex;align-items:center;justify-content:center;min-width:clamp(178px,22.4vh,222px);height:clamp(34px,4.8vh,46px);border-radius:5px;font-weight:400;font-size:clamp(10px,1.4vh,12px);line-height:1.83;letter-spacing:2.4px;text-transform:uppercase;text-decoration:none;background-color:transparent;transition:all .4s cubic-bezier(.215,.61,.355,1);cursor:pointer}@media only screen and (max-width : 991.98px){.btn{min-width:178px;height:34px;font-size:10px;line-height:26px}}.btn.btn-outline-light{border:1px solid var(--usat-white);background-color:transparent;color:var(--usat-white)}.btn.btn-outline-light:hover{background:#ffffff4d;-webkit-backdrop-filter:blur(25.8px);backdrop-filter:blur(25.8px)}.btn.btn-dark{border:1px solid var(--usat-gray);background-color:var(--usat-gray);color:var(--usat-white)}.btn.btn-dark:hover{background:var(--usat-dark);border-color:var(--usat-dark)}.btn.btn-light{border:1px solid var(--usat-white);background-color:var(--usat-white);color:var(--usat-dark)}.btn.btn-light:hover{opacity:.5}.btn-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:40px;height:40px;background-color:transparent;border:none;padding:0;cursor:pointer;animation:bounceBottom 3s infinite;animation-delay:3s}.btn-arrow span{font-size:12px;line-height:1.83;letter-spacing:2.4px;text-indent:2.4px;text-transform:uppercase;color:#727272}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox input[type=checkbox]:disabled+.checkbox{background-image:url(/images/checkbox-checked.svg);background-size:cover;cursor:not-allowed}.custom-checkbox input[type=checkbox]:checked+.checkbox{background-image:url(/images/checkbox-checked.svg);background-size:cover}.custom-checkbox .checkbox{width:23px;height:23px;background-image:url(/images/checkbox.svg);background-size:cover;cursor:pointer}@keyframes bounceBottom{0%,10%,25%,40%,70%,to{transform:translate(-50%)}20%{transform:translate(-50%,-12px)}35%{transform:translate(-50%,-6px)}}@keyframes bounceTop{0%,10%,25%,40%,70%,to{transform:translate(-50%)}20%{transform:translate(-50%,12px)}35%{transform:translate(-50%,6px)}}header{display:flex;justify-content:space-between;position:fixed;top:0;left:0;width:100%;z-index:999;background:transparent;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-left-radius:12px;border-bottom-right-radius:12px}header .header__nav-items{display:flex;justify-content:center;align-items:center;padding:48px 0 35px;margin:0 auto;width:100%}@media only screen and (max-width : 991.98px){header .header__nav-items{padding:40px 26px 29px;max-width:calc(100% - 52px)}}header .header__nav-item.logo a{display:flex;text-decoration:none}@media only screen and (max-width : 991.98px){header .header__nav-item.logo img{width:130.53px}}footer .container{display:flex;flex-direction:column;align-items:center;width:1302px;max-width:calc(100% - 40px);height:100%;padding:0 20px;margin:0 auto}footer .footer__top{background-color:#3d3e44;padding:45px 0 0;border-top-left-radius:12px;border-top-right-radius:12px}@media only screen and (max-width : 991.98px){footer .footer__top{padding:50px 0 0;border-top-left-radius:40px;border-top-right-radius:40px}}footer .footer__logo{margin-bottom:16px}@media only screen and (max-width : 991.98px){footer .footer__logo{margin-bottom:8px}}footer .footer__links{width:100%}footer .footer__links a{display:flex;text-decoration:none}footer .footer__social{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px 47.6px;padding:34px 0;margin:0 auto}@media only screen and (max-width : 991.98px){footer .footer__social{max-width:520px}}@media only screen and (max-width : 991.98px){footer .footer__social-item{flex:0 0 calc(25% - 47.6px)}}footer .footer__social a{justify-content:center}footer .footer__social a svg path{transition:fill .4s cubic-bezier(.215,.61,.355,1)}footer .footer__social a:hover svg path{fill:var(--usat-white)}footer .footer__site{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:16px 50px;padding:25px 0;width:100%;max-width:811px;margin:0 auto}@media only screen and (max-width : 991.98px){footer .footer__site{max-width:620px}}footer .footer__site:before{position:absolute;top:0;left:0;width:100%;height:1px;background-color:#727272;content:""}footer .footer__site a{min-width:130px;font-size:10px;line-height:2.6;letter-spacing:2px;text-transform:uppercase;color:#cbcbcb;justify-content:center;transition:color .4s cubic-bezier(.215,.61,.355,1)}footer .footer__site a:hover{color:var(--usat-white)}footer .footer__bottom{background-color:var(--usat-dark);padding:13.5px 0}@media only screen and (max-width : 991.98px){footer .footer__bottom{padding:11px 0}}footer .footer__copyright{font-size:10px;line-height:2.6;letter-spacing:2px;color:#cbcbcb;text-transform:uppercase;text-align:center}@media only screen and (max-width : 991.98px){footer .footer__copyright{line-height:2}}.disclaimer{background-color:var(--usat-black);color:var(--usat-white);border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:55px 0 53px;overflow:hidden}@media only screen and (max-width : 1279.98px){.disclaimer{border-bottom-left-radius:40px;border-bottom-right-radius:40px;padding:44px 0 49px}}.disclaimer .container{position:relative;display:flex;flex-direction:column;align-items:center;width:1303px;max-width:calc(100% - 136px);height:100%;padding:0 68px;margin:0 auto;z-index:2}@media only screen and (max-width : 1279.98px){.disclaimer .container{max-width:calc(100% - 27px);padding:0 13.5px}}.disclaimer .content{position:relative;background-color:var(--usat-dark);border-radius:12px;padding:32px 26px 26px;width:calc(100% - 52px)}@media only screen and (max-width : 1279.98px){.disclaimer .content{text-align:center}}@media only screen and (max-width : 401.98px){.disclaimer .content{padding:32px 20px 26px;width:calc(100% - 40px)}}@media only screen and (max-width : 1279.98px){.disclaimer .content .image{display:none}}.disclaimer .content .text{position:relative;width:475px;margin-left:auto;margin-right:60px}@media (max-width: 1440px){.disclaimer .content .text{margin-right:30px}}@media (max-width: 1340px){.disclaimer .content .text{margin-right:0}}@media only screen and (max-width : 1279.98px){.disclaimer .content .text{width:811px;max-width:100%;margin:0 auto}}.disclaimer .content h3{font-weight:500;font-size:28px;line-height:1.143;color:var(--usat-white);margin:0}.disclaimer .content p{font-size:10px;line-height:2.6;letter-spacing:2px;color:#cbcbcb}.disclaimer__asset{position:absolute;left:112px;top:-82px}.disclaimer__bg{position:absolute;left:0;top:0}.cookies-consent{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000;background:#222224bf}.cookies-consent__container{position:absolute;bottom:0;right:38px;width:530px;max-width:100%;min-height:391px;background-color:var(--usat-gray);color:var(--usat-white);border-top-left-radius:10px;border-top-right-radius:10px}@media only screen and (max-width : 991.98px){.cookies-consent__container{right:19px}}@media only screen and (max-width : 575.98px){.cookies-consent__container{right:0;width:100%}}.cookies-consent__title{display:flex;justify-content:center;align-items:center;width:100%;height:72px;border-bottom:1px solid var(--usat-white);font-weight:700;font-size:20px;line-height:1.54}.cookies-consent__description{font-size:16px;line-height:1.54;padding:17px 23px}.cookies-consent__description>div:not(:first-child){margin-top:16px}.cookies-consent__button-group{padding:13px 16px 30px}@media only screen and (max-width : 991.98px){.cookies-consent__button-group{padding-top:3px}}.cookies-consent__buttons{display:flex;justify-content:center;gap:20px}.cookies-consent__buttons .btn{font-size:12px;line-height:22px;letter-spacing:2.4px;padding:8px;min-width:unset;min-height:49px}.cookies-consent__buttons .btn-manage{position:relative;margin-top:30px;padding:0;background-color:transparent;border:none;font-size:12px;line-height:1.3;letter-spacing:2.4px;color:var(--usat-white);text-transform:uppercase;cursor:pointer}@media only screen and (max-width : 991.98px){.cookies-consent__buttons .btn-manage{margin-top:20px}}.cookies-consent__buttons .btn-manage:after{position:absolute;bottom:0;left:0;width:calc(100% - 2.4px);height:1px;background-color:var(--usat-white);content:""}.popup{display:none}.popup .manage-cookies{position:fixed;top:0;left:0;width:100%;height:100%;color:var(--usat-white);z-index:1000;background-color:#222224bf;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);overflow:auto;overscroll-behavior:contain}.popup .manage-cookies .popup-content{position:relative;max-width:1150px;margin:0 auto;padding:120px 16px 60px}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content{padding:60px 16px 30px}}.popup .manage-cookies .popup-content .btn-close{position:absolute;right:8px;top:116px;padding:8px;background:none;border:none;cursor:pointer}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content .btn-close{top:56px}}.popup .manage-cookies .popup-content .btn-accept{font-weight:400;font-size:12px;line-height:1.83;letter-spacing:2.4px;text-transform:none;text-indent:2.4px;text-transform:uppercase;height:48px;min-width:208px;border-radius:8px}.popup .manage-cookies .popup-content h2{font-weight:700;font-size:65px;line-height:1.046;width:536px;max-width:calc(100% - 30px)}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content h2{font-size:42px}}.popup .manage-cookies .popup-content p{font-size:24px;line-height:1.54;letter-spacing:0;text-transform:none}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content p{font-size:16px}}.popup .manage-cookies .popup-content a{color:var(--usat-white)}.popup .manage-cookies .popup-content figure{margin:30px 0 60px}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content figure{margin:15px 0 30px}}.popup .manage-cookies .popup-content__tab-options{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px;margin-top:40px;margin-bottom:40px}.popup .manage-cookies .popup-content__tab-option{font-size:24px}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content__tab-option{font-size:16px}}.popup .manage-cookies .popup-content__checkbox{display:flex;align-items:center;gap:60px}@media only screen and (max-width : 991.98px){.popup .manage-cookies .popup-content__checkbox{gap:40px}}.popup .manage-cookies .popup-content__checkbox>div{display:flex;align-items:center;gap:8px}.popup .manage-cookies .popup-content__footer{text-align:center}.home{position:relative;background-color:var(--usat-dark);color:var(--usat-white)}.home section{height:100vh}@media only screen and (max-width : 991.98px){.home section{min-height:unset}}.home section.hero{height:100svh}.home section.hero .bg{background-color:var(--usat-black)}.home section.hero .video-container{position:absolute;width:100%;height:100%;z-index:1;background-color:transparent;overflow:hidden}.home section.hero .video-container video{width:100%;height:100%;object-fit:cover}@media only screen and (max-width : 991.98px){.home section.hero .video-container video{object-fit:contain;object-position:center 78%}}.home section.hero .container{padding-top:clamp(130px,15.4vh,140px);height:calc(100% - clamp(130px,15.4vh,140px))}@media only screen and (max-width : 991.98px){.home section.hero .container{padding-top:clamp(106.65px,15vh,130px);height:calc(100% - clamp(106.65px,15vh,130px))}}.home section.hero .content h1{width:824.05px;max-width:100%}@media only screen and (max-width : 991.98px){.home section.hero .content h1{width:350px}}.home section.hero .content p{width:816px;max-width:100%}@media only screen and (max-width : 991.98px){.home section.hero .content p{width:371px}}.home section.hero .btn-group{margin-top:4px}.home section.made-in-america{display:flex;flex-direction:column;justify-content:center}.home section.made-in-america .bg{background-color:var(--usat-black)}.home section.made-in-america .video-container{position:absolute;width:100%;height:100%;z-index:1}.home section.made-in-america .video-container:before{position:absolute;top:0;left:0;height:437.7px;width:100%;background:linear-gradient(180deg,#222224 14.09%,#22222400 66.92%);content:""}.home section.made-in-america .video-container:after{position:absolute;bottom:0;left:0;height:518px;width:100%;background:linear-gradient(180deg,#222224 12.9%,#22222400 99.02%);transform:rotate(180deg);content:""}.home section.made-in-america .video-container video{width:100%;height:100%;object-fit:cover}.home section.made-in-america .container{justify-content:center}.home section.made-in-america .content{width:837px;max-width:100%}@media only screen and (max-width : 991.98px){.home section.made-in-america .content{width:310px}}@media only screen and (max-width : 991.98px){.home section.made-in-america .content h2{font-size:55px;line-height:1.09}}.home section.made-in-america .btn-arrow{height:auto}.home section.feature-1 .bg{background-color:var(--usat-black)}.home section.feature-1 .container{padding-top:clamp(130px,16vh,140px);height:calc(100% - clamp(130px,16vh,140px))}@media only screen and (max-width : 991.98px){.home section.feature-1 .container{padding-top:clamp(106.65px,15vh,130px);height:calc(100% - clamp(106.65px,15vh,130px))}}.home section.feature-1 .content{width:790px;max-width:100%}@media only screen and (max-width : 991.98px){.home section.feature-1 .content{width:371px}}.home section.feature-1 .content h2{width:843px}@media only screen and (max-width : 991.98px){.home section.feature-1 .content h2{width:320px}}.home section.feature-1 .content p{width:784px;max-width:100%}.home section.feature-1 .feature__items{width:1035px;max-width:100%}.home section.feature-2 .bg{background-color:var(--usat-black)}.home section.feature-2 .container{padding-top:clamp(130px,16vh,140px);height:calc(100% - clamp(130px,16vh,140px))}@media only screen and (max-width : 991.98px){.home section.feature-2 .container{padding-top:clamp(106.65px,15vh,130px);height:calc(100% - clamp(106.65px,15vh,130px))}}.home section.feature-2 .content{width:847px;max-width:100%}@media only screen and (max-width : 991.98px){.home section.feature-2 .content{width:371px}}@media only screen and (max-width : 991.98px){.home section.feature-2 .content h2{width:320px}}.home section.feature-2 .content p{width:800px;max-width:100%}.home section.feature-2 .feature__items{width:100%}.home section.feature-2 .feature__items .feature__item-title h3{white-space:nowrap}.home section.feature-2 .btn-arrow{animation:bounceTop 3s infinite}@media only screen and (max-width : 991.98px){.home section.feature-2 .btn-arrow{bottom:32px}}@media only screen and (max-width : 991.98px){.home section.feature{height:unset}}.home section.feature .feature__items{display:flex;align-items:center;justify-content:space-between;margin-top:60px;gap:24px}@media (max-height: 900px){.home section.feature .feature__items{margin-top:30px}}@media (max-height: 800px){.home section.feature .feature__items{margin-top:15px}}@media (max-height: 730px){.home section.feature .feature__items{margin-top:0}}@media only screen and (max-width : 991.98px){.home section.feature .feature__items{flex-direction:column;margin-top:48px;padding-bottom:110px}}.home section.feature .feature__item{width:265px;height:100%}@media only screen and (max-width : 1279.98px){.home section.feature .feature__item{transform:scale(.8)}}@media only screen and (max-width : 991.98px){.home section.feature .feature__item{transform:scale(1);width:324px}}.home section.feature .feature__item-icon{display:flex;align-items:center;justify-content:center;height:144px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item-icon{height:auto}}.home section.feature .feature__item.one-to-one .feature__item-icon img{width:213px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item.one-to-one .feature__item-icon img{width:183px}}.home section.feature .feature__item.internet-speed .feature__item-icon img{width:96px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item.internet-speed .feature__item-icon img{width:98px}}.home section.feature .feature__item.no-middlemen .feature__item-icon img{width:120px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item.no-middlemen .feature__item-icon img{width:86px}}.home section.feature .feature__item.spend-freely .feature__item-icon img{width:112.35px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item.spend-freely .feature__item-icon img{width:86px}}.home section.feature .feature__item.paid-faster .feature__item-icon img{width:120.83px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item.paid-faster .feature__item-icon img{width:82px}}.home section.feature .feature__item.send-money-home .feature__item-icon img{width:196.83px}@media only screen and (max-width : 991.98px){.home section.feature .feature__item.send-money-home .feature__item-icon img{width:166px}}.home section.feature .feature__item.power-your-vision .feature__item-icon img{width:134.4px}.home section.feature .feature__item-title{display:flex;justify-content:center}@media only screen and (max-width : 991.98px){.home section.feature .feature__item-title{margin-top:12px}}.home section.feature .feature__item-title h3{font-weight:700;font-size:min(3vh,28px);line-height:1.143;margin:0;text-align:center}.home section.feature .feature__item-description{position:relative;padding-top:min(1.8vh,16px);margin-top:min(1.8vh,16px)}@media only screen and (max-width : 991.98px){.home section.feature .feature__item-description{padding-top:12px;margin-top:12px}}.home section.feature .feature__item-description:before{position:absolute;left:50%;top:0;transform:translate(-50%);width:241px;height:1px;background-color:#727272;content:""}.home section.feature .feature__item-description p{font-size:12px;line-height:1.83;letter-spacing:2.4px;margin:0;text-align:center}@media only screen and (max-width : 991.98px){.home section.feature .feature__item-description p{font-size:11px;line-height:2;letter-spacing:2.2px}}.home .btn-arrow{position:absolute;left:50%;bottom:40px;transform:translate(-50%);z-index:3}@media only screen and (max-width : 991.98px){.home .btn-arrow{bottom:20px}}.legal section{height:auto;background-color:var(--usat-black);color:var(--usat-white)}.legal section .container{width:1288px;padding-top:180px;padding-bottom:60px}@media only screen and (max-width : 991.98px){.legal section .container{padding-top:130px;padding-bottom:0}}.legal section .date{font-size:16px;line-height:1.625;letter-spacing:3.2px;text-align:center;text-transform:uppercase;margin-top:15px}@media only screen and (max-width : 991.98px){.legal section .date{font-size:12px}}.legal section h1{font-weight:700;font-size:72px;line-height:1.08;letter-spacing:0;text-align:center}@media only screen and (max-width : 991.98px){.legal section h1{font-size:42px;line-height:1.0952}}@media only screen and (max-width : 401.98px){.legal section h1{font-size:40px}}.legal section .content{margin-top:40px;gap:0;text-align:left;width:100%}.legal section .content>p{font-size:24px;line-height:1.54;letter-spacing:0;text-transform:none;margin:12px 0}@media only screen and (max-width : 991.98px){.legal section .content>p{font-size:18px}}.legal section .content h2{font-weight:700;font-size:32px;line-height:1.3;letter-spacing:0}@media only screen and (max-width : 991.98px){.legal section .content h2{font-size:26px}}.legal section .content a{color:var(--usat-white)}.legal section .content .list{margin-top:30px;width:100%}.legal section .content .list .item{padding:40px 0;border-top:.93px solid var(--usat-white)}.legal section .content .list .item h2{margin-bottom:30px}.legal section .content .list .item figure{margin:40px 0}.legal section .content .list .item ul li{font-size:22px;line-height:1.54;padding-left:4px}@media only screen and (max-width : 991.98px){.legal section .content .list .item ul li{font-size:16px}}.legal section .content .list .item p{font-size:22px;line-height:1.54;margin:20px 0;letter-spacing:0;text-transform:none}@media only screen and (max-width : 991.98px){.legal section .content .list .item p{font-size:16px}}.legal section .content .list .item p:last-child{margin-bottom:0}.legal section .content .list .sub-item{padding-left:70px}@media only screen and (max-width : 991.98px){.legal section .content .list .sub-item{padding-left:35px}}.legal section .content .list .sub-item p{font-size:20px;line-height:1.54}@media only screen and (max-width : 991.98px){.legal section .content .list .sub-item p{font-size:14px}}
