@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";body,html{max-width:100vw;overflow-x:hidden;scrollbar-width:thin}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#fcfcfc;font-family:"Instrument Serif",serif;font-family:Geist,sans-serif;font-family:Inter,sans-serif}*{box-sizing:border-box;padding:0;margin:0}::selection{background-color:#0e0e0e;color:#fcfcfc}a{color:inherit;text-decoration:none}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.body--intro-lock{position:fixed;z-index:0;top:0;left:0;right:0;overflow:hidden;width:100%}.introScreen{position:fixed;z-index:999999;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#ff4757);display:flex;opacity:1;pointer-events:auto}.introScreen:before{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background:radial-gradient(1200px 800px at 60% 30%,rgba(0,0,0,.3) 0,rgba(0,0,0,.5) 60%,rgba(0,0,0,.625) 100%);display:block;opacity:1;margin:0;padding:0;transition:opacity .3s ease;content:""}.introScreen .introContent{position:relative;display:flex;flex-direction:column;margin:auto}.introScreen .introContent .logo{display:flex;flex-direction:column;margin:0 auto 1rem}.introScreen .introContent .logo .logoIcon{font-size:clamp(3.5rem,8vw,7rem);color:#fff;margin:0 auto .5rem}.introScreen .introContent .logo .logoText{font-family:Geist,sans-serif;font-size:clamp(1.75rem,5vw,3.75rem);font-weight:500;letter-spacing:0;color:#fff;text-align:center;text-wrap:balance}.introScreen .introContent .tagline{font-family:Geist,sans-serif;font-size:clamp(14px,2.25vw,22px);font-weight:300;letter-spacing:.01em;color:hsla(0,0%,100%,.925);text-align:center;text-wrap:balance}nav{position:fixed;z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.2);left:50%;top:.75rem;transform:translateX(-50%);width:80%;max-width:1070px;margin:0 auto;justify-content:space-between;border:none;outline:1px solid hsla(0,0%,100%,.25);border-radius:22px;padding:14px 1.25rem 14px 1.5rem}nav,nav .logo-wrapper{display:flex;align-items:center}nav .logo-wrapper{justify-content:center;color:#dcdcdc;cursor:pointer;transition:.3s ease}nav .logo-wrapper:hover{color:#fff}nav .logo-wrapper .logo-icon{font-size:30px;cursor:pointer}nav .logo-wrapper span{font-family:Geist,sans-serif;font-size:22px;line-height:1}nav .links-wrapper{display:flex;align-items:center;justify-content:space-between;gap:2.25rem}nav .links-wrapper a{line-height:1;padding:2px;font-size:20px;font-weight:500;color:#d7d7d7;will-change:transform;position:relative;cursor:pointer;transition:.3s ease}nav .links-wrapper a:hover{color:#fff;transform:translateY(-2px)}nav .links-wrapper a:hover:after{transform:scaleX(1)}nav .links-wrapper a:after{content:"";position:absolute;left:0;right:0;bottom:-3px;transform:scaleX(0);background:#fff;height:2px;transition:transform .3s ease}nav button{line-height:1;font-size:18px;font-weight:500;color:#fff;background:linear-gradient(90deg,#ff6542,#f85747);padding:14px 2rem;border:none;border-radius:14px;box-shadow:0 1px 10px rgba(255,101,66,.2);outline:3px solid rgba(255,151,91,.3);cursor:pointer;transition:.3s ease}nav button:hover{background:linear-gradient(90deg,#f85747,#ff6542);box-shadow:0 4px 16px rgba(255,101,66,.32);outline:3px solid rgba(255,151,91,.15)}nav button:active{background:linear-gradient(90deg,#d94c32,#ff6542);box-shadow:0 1px 8px rgba(255,101,66,.15)}@media screen and (max-width:1550px){nav{padding-top:13px;padding-bottom:13px}}@media screen and (max-width:1285px){nav{max-width:950px;padding-top:12px;padding-bottom:12px}}@media screen and (max-width:650px){nav{max-width:unset;width:97.5%;padding:10px 8px;flex-direction:column;border-radius:18px}nav .logo-wrapper{margin-bottom:.75rem}nav .logo-wrapper .logo-icon{font-size:26px}nav .logo-wrapper span{font-size:18px}nav .links-wrapper{display:flex;width:100%;align-items:center;gap:unset;justify-content:space-between}nav .links-wrapper a{font-size:14px;font-weight:400}nav button{display:none}}header{height:100vh;padding:15rem 0;flex-direction:column;background:linear-gradient(135deg,rgb(196,128,24),rgb(186,104,0) 8.333%,rgb(173,80,0) 16.667%,rgb(159,55,0) 25%,rgb(144,30,0) 33.333%,rgb(127,5,0) 41.667%,rgb(110,0,0) 50%,rgb(92,0,0) 58.333%,rgb(73,0,0) 66.667%,rgb(54,0,0) 75%,rgb(36,0,0) 83.333%,rgb(18,0,0) 91.667%,rgb(0,0,0))}header,header .overHeading{display:flex;justify-content:center;align-items:center}header .overHeading img{border-radius:50%;height:50px;width:50px;object-fit:cover;outline:1px solid hsla(0,0%,100%,.6);will-change:transform;transition:.3s ease;transform-origin:center center}header .overHeading img:nth-of-type(2){transform:translateX(-15%)}header .overHeading img:nth-of-type(2):hover{transform:scale(1.25) translate(-15%,-4px)}header .overHeading img:nth-of-type(3){transform:translateX(-30%)}header .overHeading img:nth-of-type(3):hover{transform:scale(1.25) translate(-30%,-4px)}header .overHeading img:nth-of-type(4){transform:translateX(-45%)}header .overHeading img:nth-of-type(4):hover{transform:scale(1.25) translate(-37.5%,-4px)}header .overHeading img:hover{z-index:20;transform:scale(1.25) translateY(-4px);outline-color:hsla(0,0%,100%,0)}header .overHeading p{font-family:Geist,sans-serif;font-size:20px;color:#e1e1e1}header h2{font-family:Inter,sans-serif;font-size:6rem;font-weight:500;letter-spacing:-1.5px;line-height:1.125;margin:1.5rem 0 1rem}header h2 span{font-family:"Instrument Serif",serif;font-weight:400;font-style:italic}header .subHeading{font-size:20px;color:#919191;color:#b9b9b9;display:flex;justify-content:center;width:35%;margin:0 auto;text-align:center;letter-spacing:-.15px;line-height:1.5}header .buttons-wrapper{margin:2rem 0 0;gap:1rem;display:flex;justify-content:center;align-items:center;flex-direction:row}header .buttons-wrapper .book-button{font-family:Geist,sans-serif;line-height:1;font-size:18px;font-weight:400;color:#fff;background:#ff6542;padding:16px 3rem;border:none;border-radius:14px;box-shadow:0 1px 10px rgba(255,101,66,.2);outline:3px solid rgba(255,151,91,.3);cursor:pointer;transition:.3s ease;transition-delay:.05s}header .buttons-wrapper .book-button:hover{background:#f85747;box-shadow:0 4px 16px rgba(255,101,66,.32);outline:3px solid rgba(255,151,91,.15);transform:translateY(-3px)}header .buttons-wrapper .success-button{background:rgba(0,0,0,.675);outline:3px solid rgba(0,0,0,.225);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:Geist,sans-serif;line-height:1;font-size:18px;font-weight:400;color:#fff;padding:16px 2.25rem;border:none;border-radius:14px;box-shadow:0 1px 10px rgba(255,101,66,.2);cursor:pointer;transition:.3s ease;transition-delay:.05s}header .buttons-wrapper .success-button:hover{background:rgba(0,0,0,.875);outline:3px solid rgba(0,0,0,.375);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-3px)}header .partners-container{margin-top:5rem;text-align:center}header .partners-container p{color:#c8c8c8;font-family:Geist,sans-serif;line-height:1;font-size:22px;font-weight:500;letter-spacing:.25px}header .partners-container .logos-wrapper{margin-top:1.75rem;display:flex;flex-direction:row;gap:5.75rem}header .partners-container .logos-wrapper img{aspect-ratio:2/1;height:4.75vh;width:auto;overflow:visible;object-fit:cover;filter:brightness(0) invert(1);transition:.25s ease;transition-delay:75ms}header .partners-container .logos-wrapper img:hover{transform:translateY(-6px);transition:.475s ease}@media screen and (max-width:1600px){header .overHeading{margin-top:4rem}header h2{margin-top:.5rem}header .subHeading{width:45%}}@media screen and (max-width:1450px){header .overHeading{margin-top:4rem}header .subHeading{width:47.5%}}@media screen and (max-width:1370px){header .overHeading{margin-top:5rem}header .partners-container{margin-top:3.5rem}}@media screen and (max-width:1285px){header .overHeading{margin-top:5rem}header .overHeading img{height:45px;width:45px}header h2{line-height:1.1;margin-bottom:.5rem;font-size:5.5rem}header .subHeading{width:50%}header .partners-container{margin-top:2.75rem}header .partners-container p{font-size:20px;letter-spacing:0}header .partners-container .logos-wrapper{margin-top:1.5rem;gap:5.25rem}header .partners-container .logos-wrapper img{height:4.25vh}}@media screen and (max-width:650px){header{padding:5rem 0}header .overHeading{margin-top:0}header .overHeading img{height:40px;width:40px}header .overHeading p{font-size:18px;letter-spacing:.25px}header h2{font-size:3.5rem;line-height:1.15;margin-top:1rem;margin-bottom:.75rem}header .subHeading{width:99%;font-size:15px}header .buttons-wrapper{margin-top:2.5rem;width:100%;flex-direction:column}header .buttons-wrapper button{width:85%;padding:18px!important}header .partners-container{margin-top:3rem}header .partners-container p{font-size:18px;letter-spacing:.25px}header .partners-container .logos-wrapper{gap:2.25rem}header .partners-container .logos-wrapper img{height:3.25vh}header .partners-container .logos-wrapper img:nth-of-type(2n){display:none}}.results_section{padding:7.5rem 0;width:70%;margin:0 auto;display:flex;align-items:center;flex-direction:column}.results_section .overHeading{color:#969696;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1;padding:.5rem 1.25rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;gap:5px;transition:background .275s ease 75ms,color .275s ease 75ms}.results_section .overHeading .icon{color:#ff5a39}.results_section .overHeading:hover{background-color:#737373;color:#fff}.results_section h2{margin:1rem 0;font-size:5rem;font-weight:500;letter-spacing:-.75px}.results_section h2 span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.25px}.results_section .subHeading{font-size:20px;font-weight:300;color:#b9b9b9;width:50%;text-align:center;line-height:1.5}.results_section main{margin:5rem 0 0;width:100%;min-width:1320px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.results_section main .card{width:31%;height:auto;border:1px solid hsla(0,0%,100%,.15);border-radius:32px;padding:14px;background-color:#0c0c0c;overflow:hidden;transition:.3s ease}.results_section main .card:hover{transform:translateY(-6px);border-color:hsla(0,0%,100%,.25);transition:.4s ease;transition-delay:75ms}.results_section main .card:active,.results_section main .card:focus{transition:25ms ease;border-color:rgba(255,90,57,.5)}.results_section main .card .image-wrapper{position:relative;width:100%;height:100%;aspect-ratio:1/1;border-radius:18px;overflow:hidden;display:flex}.results_section main .card .image-wrapper:hover img{transition:.5s ease;transform:scale(1.05)}.results_section main .card .image-wrapper img{object-fit:cover;width:100%;height:100%;border-radius:18px;overflow:hidden;will-change:transform;transition:.3s ease}.results_section main .card .image-wrapper .player-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#000;padding:1rem;display:flex;justify-content:center;align-items:center;outline:5px solid rgba(0,0,0,.35);cursor:pointer;transition:.3s ease;transition-delay:25ms}.results_section main .card .image-wrapper .player-icon:hover{background-color:#ff5a39;outline-color:rgba(0,0,0,.125)}.results_section main .card .image-wrapper .player-icon:hover:active{transition:.05s ease;transform:translate(-50%,-50%) scale(.96)}.results_section main .card .user-text{padding:1rem .5rem;text-align:justify;font-size:17px;font-weight:300;line-height:1.4;color:#ebebeb}.results_section main .card .info-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.25rem .5rem .75rem}.results_section main .card .info-wrapper .name{color:#d7d7d7;font-size:21px;font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.5px;cursor:pointer}.results_section main .card .info-wrapper .company{font-family:Geist,sans-serif;font-size:18px;letter-spacing:.2px;color:#7d7d7d}.results_section .view_more-button{margin-top:4rem;line-height:1;font-size:18px;font-weight:500;color:#fff;background:linear-gradient(90deg,#f85747,#ff4432);padding:16px 2.25rem;border:none;border-radius:14px;box-shadow:0 1px 10px rgba(255,101,66,.2);outline:3px solid rgba(255,151,91,.3);cursor:pointer;transition:.35s ease}.results_section .view_more-button:hover{background:linear-gradient(90deg,#f85747,#ff6542);box-shadow:0 4px 16px rgba(255,101,66,.32);outline:3px solid rgba(255,151,91,.15);transform:translateY(-4px)}.results_section .view_more-button:active{background:linear-gradient(90deg,#d94c32,#ff6542);box-shadow:0 1px 8px rgba(255,101,66,.15)}@media screen and (max-width:1550px){.results_section .subHeading{width:65%}.results_section h2{margin-bottom:.25rem}.results_section main{margin-top:3.5rem}}@media screen and (max-width:1450px){.results_section .subHeading{width:70%}}@media screen and (max-width:1370px){.results_section main{min-width:1270px}}@media screen and (max-width:1285px){.results_section{width:96%}.results_section .subHeading{width:55%}.results_section main{min-width:unset}.results_section main .card{width:32%}}@media screen and (max-width:650px){.results_section{width:100%;padding-top:6rem;padding-bottom:0}.results_section .overHeading{font-size:14px}.results_section h2{font-size:2.625rem;text-align:center}.results_section .subHeading{width:98.5%;font-size:14px;text-wrap:balance}.results_section main{flex-direction:column;align-items:center}.results_section main .card{width:95%;margin-bottom:1rem}.results_section .view_more-button{margin-top:2rem}}.services_section{padding:7.5rem 0 11rem;display:flex;align-items:center;flex-direction:column;background:linear-gradient(10deg,rgb(10,10,10),rgb(10,10,10) 25%,rgba(255,90,57,.125) 55%,rgb(10,10,10) 62.5%,rgb(10,10,10))}.services_section .overHeading{color:#969696;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1;padding:.5rem 1.25rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;gap:5px;transition:background .275s ease 75ms,color .275s ease 75ms}.services_section .overHeading .icon{color:#ff5a39}.services_section .overHeading:hover{background-color:#737373;color:#fff}.services_section h2{margin:1rem 0;font-size:5rem;font-weight:500;letter-spacing:-.75px}.services_section h2 span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.25px}.services_section .subHeading{font-size:20px;font-weight:300;color:#b9b9b9;width:35%;text-align:center;line-height:1.5}.services_section .cards-wrapper{width:62.5%;min-width:1200px;margin:3rem auto;gap:2%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.services_section .cards-wrapper .card{width:49%;border:1px solid hsla(0,0%,100%,.1);background-color:#0f0f0f;padding:2.5rem;border-radius:18px;margin-bottom:1.5rem;will-change:transform;transition:.275s ease;transition-delay:.05s}.services_section .cards-wrapper .card:hover{transform:translateY(-6px);border-color:hsla(0,0%,100%,.25);transition:.325s ease;transition-delay:.05s}.services_section .cards-wrapper .card:hover .icon{color:rgba(255,90,57,.7)}.services_section .cards-wrapper .card:active,.services_section .cards-wrapper .card:focus{transition:.1s ease;border-color:rgba(255,90,57,.5)}.services_section .cards-wrapper .card .icon{font-size:2.25rem;color:#b9b9b9;cursor:pointer;transition:.3s ease;transition-delay:.05s}.services_section .cards-wrapper .card h4{margin:1rem 0;font-size:20px;font-weight:500;letter-spacing:.25px;color:#ebebeb}.services_section .cards-wrapper .card p{font-size:17px;color:#7d7d7d;line-height:1.5;width:90%;text-wrap:balance}@media screen and (max-width:1550px){.services_section .subHeading{width:42.5%}.services_section .cards-wrapper{min-width:1150px}}@media screen and (max-width:1450px){.services_section .subHeading{width:45%}.services_section .cards-wrapper{min-width:1100px}}@media screen and (max-width:1370px){.services_section .cards-wrapper{min-width:1070px}}@media screen and (max-width:1285px){.services_section .subHeading{width:50%}}@media screen and (max-width:650px){.services_section{padding-top:6rem;padding-bottom:2.5rem}.services_section .overHeading{font-size:14px}.services_section h2{font-size:2.625rem;text-align:center}.services_section .subHeading{width:98.5%;font-size:14px;text-wrap:balance}.services_section .cards-wrapper{min-width:unset;width:97.5%}.services_section .cards-wrapper .card{padding:1.25rem .5rem;aspect-ratio:1/1.4;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:1rem}.services_section .cards-wrapper .card:active,.services_section .cards-wrapper .card:focus{transition:.275s ease}.services_section .cards-wrapper .card .icon{display:flex;align-items:center;justify-content:center;font-size:2.5rem}.services_section .cards-wrapper .card h4{text-align:center}.services_section .cards-wrapper .card p{width:97.5%;font-size:14px;text-align:center}}.getStarted_section{padding:7.5rem 0;width:65%;margin:0 auto;display:flex;align-items:center;flex-direction:column;border-radius:26px;border:1px solid #969696;background:linear-gradient(45deg,rgb(148,127,47),rgb(62,0,0) 50%,rgb(0,0,0));background:linear-gradient(45deg,rgb(197,187,184),rgb(101,135,166) 50%,rgb(91,75,116));background:linear-gradient(45deg,rgb(255,255,247),rgb(255,255,227) 5%,rgb(255,255,202) 10%,rgb(255,255,174) 15%,rgb(255,237,145) 20%,rgb(255,195,115) 25%,rgb(255,151,86) 30%,rgb(255,107,60) 35%,rgb(255,68,38) 40%,rgb(208,34,20) 45%,rgb(153,7,8) 50%,rgb(100,0,3) 55%,rgb(52,0,4) 60%,rgb(11,0,11) 65%,rgb(0,2,25) 70%,rgb(0,26,44) 75%,rgb(0,58,68) 80%,rgb(0,96,95) 85%,rgb(0,139,124) 90%,rgb(9,183,154) 95%,rgb(49,226,183))}.getStarted_section .overHeading{color:#c8c8c8;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1;padding:.5rem 1.25rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background .275s ease 75ms,color .275s ease 75ms}.getStarted_section .overHeading:hover{background-color:#fff;color:#000}.getStarted_section h2{color:#fff;margin:1rem 0;font-size:5rem;font-weight:500;letter-spacing:-.75px;line-height:1.1}.getStarted_section h2 span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.25px}.getStarted_section .subHeading{font-size:20px;font-weight:300;color:#fff;width:55%;text-align:center;line-height:1.5}.getStarted_section .cta-wrapper{margin:2.5rem 0 0;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:1.75rem}.getStarted_section .cta-wrapper button{font-family:Geist,sans-serif;line-height:1;font-size:18px;font-weight:500;color:#fff;background:linear-gradient(90deg,#ff6542,#f85747);padding:18px 2.75rem;border:none;border-radius:14px;box-shadow:0 1px 10px rgba(255,101,66,.2);outline:3px solid rgba(255,151,91,.3);cursor:pointer;transition:.4s ease;transition-delay:75ms}.getStarted_section .cta-wrapper button:hover{background:linear-gradient(90deg,#f85747,#ff6542);box-shadow:0 4px 16px rgba(255,101,66,.32);outline:3px solid rgba(255,151,91,.15)}.getStarted_section .cta-wrapper button:active{background:linear-gradient(90deg,#d94c32,#ff6542);box-shadow:0 1px 8px rgba(255,101,66,.15)}.getStarted_section .cta-wrapper .founder-wrapper{display:flex;flex-direction:row;gap:.75rem;align-items:center}.getStarted_section .cta-wrapper .founder-wrapper img{border-radius:50%;height:55px;width:55px;outline:1px solid #fff}.getStarted_section .cta-wrapper .founder-wrapper .info-wrapper{display:flex;flex-direction:column}.getStarted_section .cta-wrapper .founder-wrapper .info-wrapper .name{font-size:18px;font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.5px}.getStarted_section .cta-wrapper .founder-wrapper .info-wrapper .position{font-family:Geist,sans-serif;color:#c8c8c8;font-weight:300;letter-spacing:-.25px}@media screen and (max-width:1550px){.getStarted_section{width:77.5%}}@media screen and (max-width:1450px){.getStarted_section{width:85%}}@media screen and (max-width:1370px){.getStarted_section{width:87.5%}}@media screen and (max-width:1285px){.getStarted_section{width:87.5%}.getStarted_section h2{line-height:1.05;margin:2rem 0 .25rem}.getStarted_section .subHeading{width:60%}.getStarted_section .cta-wrapper{margin-top:3rem}}@media screen and (max-width:650px){.getStarted_section{width:97.5%;padding:3rem 0}.getStarted_section .overHeading{font-size:14px}.getStarted_section h2{font-size:2.625rem;text-align:center}.getStarted_section .subHeading{margin-top:.5rem;width:100%;font-size:15px;text-wrap:balance}.getStarted_section .cta-wrapper{width:100%;flex-direction:column-reverse}.getStarted_section .cta-wrapper .name{letter-spacing:.75px!important;text-align:center!important;font-size:20px!important}.getStarted_section .cta-wrapper button{width:85%}}.pricing_section{padding:7.5rem 0;width:70%;margin:0 auto;display:flex;align-items:center;flex-direction:column}.pricing_section .overHeading{color:#969696;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1;padding:.5rem 1.25rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;gap:5px;transition:background .275s ease 75ms,color .275s ease 75ms}.pricing_section .overHeading .icon{color:#ff5a39}.pricing_section .overHeading:hover{background-color:#737373;color:#fff}.pricing_section h2{margin:1rem 0;font-size:5rem;font-weight:500;letter-spacing:-.75px}.pricing_section h2 span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.25px}.pricing_section .subHeading{font-size:20px;font-weight:300;color:#b9b9b9;width:42.5%;text-align:center;line-height:1.5}.pricing_section main{width:100%;min-width:1200px;margin:3.5rem auto;gap:2%;display:flex;justify-content:space-between;align-items:flex-start}.pricing_section main .card{width:31.5%;aspect-ratio:1/1.45;border:1px solid #3c3c3c;background-color:#0c0c0c;background:linear-gradient(45deg,rgb(0,0,0),rgb(0,0,2) 25%,rgb(8,8,13) 50%,rgb(21,21,25) 75%,rgb(33,34,38));padding:1.25rem 2rem 1.75rem;border-radius:22px;display:flex;flex-direction:column;will-change:transform;transition:.35s ease}.pricing_section main .card.highlight{border:1px solid #323232;background:linear-gradient(135deg,rgb(56,63,60),rgb(52,55,55) 5%,rgb(49,47,50) 10%,rgb(46,39,45) 15%,rgb(43,32,40) 20%,rgb(40,26,35) 25%,rgb(37,20,31) 30%,rgb(35,16,28) 35%,rgb(33,13,26) 40%,rgb(31,12,24) 45%,rgb(29,11,22) 50%,rgb(28,13,22) 55%,rgb(27,15,22) 60%,rgb(27,19,24) 65%,rgb(27,24,25) 70%,rgb(27,30,28) 75%,rgb(28,37,31) 80%,rgb(29,45,35) 85%,rgb(30,53,40) 90%,rgb(32,61,44) 95%,rgb(34,70,50))}.pricing_section main .card.highlight ul li{color:#c8c8c8}.pricing_section main .card.highlight:hover{border-color:#4b4b4b}.pricing_section main .card:hover{transform:translateY(-10px);border-color:hsla(0,0%,100%,.275);transition:.4s ease;transition-delay:75ms}.pricing_section main .card .type{border:1px solid hsla(0,0%,100%,.15);background-color:#1b1b1b;padding:10px 1rem;width:-moz-fit-content;width:fit-content;border-radius:12px;font-size:15px;font-weight:300;line-height:1}.pricing_section main .card .price{font-family:Geist,sans-serif;font-size:4rem;font-weight:500;letter-spacing:-.5px;text-wrap:nowrap;margin:3rem 0 1.5rem}.pricing_section main .card ul{display:block;margin-left:1.5rem;display:flex;flex-direction:column}.pricing_section main .card ul li{font-size:17px;font-family:Geist,sans-serif;margin:5px 0;color:#afafaf}.pricing_section main .card button{position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%);width:85%;line-height:1;font-size:18px;color:#fff;background:#040404;padding:18px;border:none;outline:1px solid hsla(0,0%,100%,.15);border-radius:16px;cursor:pointer;transition:.275s ease;transition-delay:75ms}.pricing_section main .card button:hover{background:#232323;outline-color:hsla(0,0%,100%,.35)}.pricing_section main .card button.highlight{background:linear-gradient(90deg,#ff6542,#f85747);box-shadow:0 1px 10px rgba(255,101,66,.2);outline:3px solid rgba(255,151,91,.3)}.pricing_section main .card button.highlight:hover{background:linear-gradient(90deg,#f85747,#f85747);outline-color:rgba(255,151,91,.6);box-shadow:0 4px 16px rgba(255,101,66,.3)}@media screen and (max-width:1550px){.pricing_section{width:80%}.pricing_section .subHeading{width:45%}}@media screen and (max-width:1450px){.pricing_section{width:85%}.pricing_section .subHeading{width:45%}}@media screen and (max-width:1370px){.pricing_section{width:87.5%}.pricing_section main{min-width:unset}.pricing_section .subHeading{width:45%}}@media screen and (max-width:1285px){.pricing_section{width:92.5%}.pricing_section main .card{aspect-ratio:1/1.525;width:31.75%}.pricing_section main .card .price{margin:2.75rem 0 1.25rem}}@media screen and (max-width:650px){.pricing_section{width:97.5%;padding-top:6rem;padding-bottom:0}.pricing_section .overHeading{font-size:14px}.pricing_section h2{font-size:2.625rem;text-align:center}.pricing_section .subHeading{width:97.5%;font-size:15px;text-wrap:balance}.pricing_section main{width:95%;flex-direction:column}.pricing_section main .card{width:100%;padding:1.25rem 1rem 1.75rem;margin-bottom:1rem;aspect-ratio:1/1.4}.pricing_section main .card .type{min-width:40%;text-align:center;text-transform:uppercase}.pricing_section main .card .price{font-size:3.75rem;margin-top:2rem;margin-bottom:1rem}}.testimonials_section{padding:7.5rem 0 5rem;display:flex;align-items:center;flex-direction:column;background:linear-gradient(-8deg,rgb(10,10,10),rgb(10,10,10) 25%,rgba(255,90,57,.15) 52.5%,rgb(10,10,10) 65%,rgb(10,10,10))}.testimonials_section .overHeading{color:#969696;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1;padding:.5rem 1.25rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;gap:5px;transition:background .275s ease 75ms,color .275s ease 75ms}.testimonials_section .overHeading .icon{color:#ff5a39}.testimonials_section .overHeading:hover{background-color:#737373;color:#fff}.testimonials_section h2{margin:1rem 0;font-size:5rem;font-weight:500;letter-spacing:-.75px;text-align:center;line-height:1.1}.testimonials_section h2 span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.25px}.testimonials_section .testimonials-container{width:70%;margin:2.5rem auto 0;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.testimonials_section .testimonials-container .card{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #1e1e1e;border-radius:18px;padding:2.25rem 2rem 2.5rem;width:32%;aspect-ratio:1/.625;background:linear-gradient(45deg,rgb(0,0,0),rgb(0,0,0) 50%,rgb(18,18,22));margin-bottom:1.5rem;cursor:pointer;transition:.325s ease;transition-delay:75ms}.testimonials_section .testimonials-container .card:hover{transform:translateY(-8px);border-color:#414141}.testimonials_section .testimonials-container .card:hover .person-wrapper .details-wrapper .username{color:#c8c8c8}.testimonials_section .testimonials-container .card:hover .person-wrapper img{filter:grayscale(0)}.testimonials_section .testimonials-container .card p{font-size:18px;font-weight:500;line-height:1.45;color:#b9b9b9}.testimonials_section .testimonials-container .card .person-wrapper{margin:2rem 0 0;gap:14px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.testimonials_section .testimonials-container .card .person-wrapper img{border-radius:50%;width:52.5px;height:52.5px;object-fit:cover;filter:grayscale(1);transition:.3s ease;transition-delay:75ms}.testimonials_section .testimonials-container .card .person-wrapper .details-wrapper{display:flex;flex-direction:column;align-items:flex-start}.testimonials_section .testimonials-container .card .person-wrapper .details-wrapper .name{color:#e1e1e1;font-size:16px;font-weight:500}.testimonials_section .testimonials-container .card .person-wrapper .details-wrapper .username{font-family:Geist,sans-serif;font-size:15px;color:#737373;transition:.325s ease;transition-delay:75ms}@media screen and (max-width:1550px){.testimonials_section .testimonials-container{width:80%}.testimonials_section .testimonials-container .card{aspect-ratio:1/.675}}@media screen and (max-width:1450px){.testimonials_section .testimonials-container{width:87.5%}}@media screen and (max-width:1370px){.testimonials_section .testimonials-container .card{aspect-ratio:1/.7}}@media screen and (max-width:1285px){.testimonials_section .testimonials-container{width:90%}.testimonials_section .testimonials-container .card{aspect-ratio:1/.72;padding:2rem 2rem 2.25rem}}@media screen and (max-width:650px){.testimonials_section{padding-top:6rem;padding-bottom:0}.testimonials_section .overHeading{font-size:14px}.testimonials_section h2{font-size:2.5rem;letter-spacing:-.5px}.testimonials_section .testimonials-container{width:97.5%;margin-top:1.75rem}.testimonials_section .testimonials-container .card{width:49%;padding:1.25rem 8px;aspect-ratio:1/1.4;margin-bottom:1rem}.testimonials_section .testimonials-container .card p{font-size:14px;font-weight:400}.testimonials_section .testimonials-container .card .person-wrapper{margin-top:1.25rem;gap:10px}.testimonials_section .testimonials-container .card .person-wrapper img{width:42.5px;height:42.5px}.testimonials_section .testimonials-container .card .person-wrapper .details-wrapper .name{font-size:15px}.testimonials_section .testimonials-container .card .person-wrapper .details-wrapper .username{font-size:14px}}.numbers_section{padding:9rem 0;width:80%;margin:0 auto;display:flex;align-items:center;flex-direction:column}.numbers_section .overHeading{color:#969696;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:.5rem 1.25rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);transition:background .275s ease 75ms,color .275s ease 75ms}.numbers_section .overHeading .icon{color:#ff5a39}.numbers_section .overHeading:hover{background-color:#737373;color:#fff}.numbers_section h2{margin:1rem 0;font-size:5rem;font-weight:500;letter-spacing:-.75px;text-align:center;line-height:1.1;text-wrap:balance;width:75%}.numbers_section h2 span{font-family:"Instrument Serif",serif;font-style:italic;letter-spacing:.25px}.numbers_section .subHeading{font-size:20px;font-weight:300;color:#b9b9b9;width:42.5%;text-align:center;line-height:1.5}.numbers_section article{margin-top:3rem;width:95%;width:90%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.numbers_section article img{border-radius:20px;position:relative;width:32.5%;height:30vh;object-fit:cover}.numbers_section article .cards-wrapper{width:65%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem}.numbers_section article .cards-wrapper .position{position:relative;background-color:#0f0f0f;padding:1.75rem 2rem;width:47.5%;border:1px solid #2d2d2d;border-radius:16px;height:30vh;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;will-change:transform;transition:.3s ease;transition-delay:.05s}.numbers_section article .cards-wrapper .position:hover{background-color:#121212;border-color:#5f5f5f;transform:translateY(-4px)}.numbers_section article .cards-wrapper .position:hover .description{color:#c8c8c8}.numbers_section article .cards-wrapper .position .test{font-family:Geist,sans-serif;position:absolute;top:1.25rem;right:1.25rem;font-size:15px;font-weight:500;color:#555}.numbers_section article .cards-wrapper .position h3{font-size:4.5rem;font-weight:600}.numbers_section article .cards-wrapper .position h3 span{color:#ff5519}.numbers_section article .cards-wrapper .position .description{font-family:Geist,sans-serif;color:#7d7d7d;width:65%;transition:.275s ease;transition-delay:.05s}@media screen and (max-width:1550px){.numbers_section{width:90%}.numbers_section article .cards-wrapper .position .description{width:77.5%}.numbers_section .subHeading{width:47.5%}}@media screen and (max-width:1450px){.numbers_section{width:95%}.numbers_section article .cards-wrapper .position .description{width:77.5%}.numbers_section .subHeading{width:47.5%}}@media screen and (max-width:1370px){.numbers_section article .cards-wrapper .position{height:35vh}.numbers_section article .cards-wrapper .position .description{width:80%}.numbers_section .subHeading{width:50%}.numbers_section article img{height:35vh}}@media screen and (max-width:1285px){.numbers_section{width:97.5%}.numbers_section article .cards-wrapper .position{height:37.5vh}.numbers_section article .cards-wrapper .position .description{width:85%}.numbers_section .subHeading{width:52.5%}.numbers_section article img{height:37.5vh}}@media screen and (max-width:650px){.numbers_section{width:100%;padding-top:5rem;padding-bottom:0}.numbers_section .overHeading{font-size:14px}.numbers_section h2{font-size:2.625rem;text-align:center;width:95%}.numbers_section .subHeading{width:98.5%;font-size:14px;text-wrap:balance}.numbers_section article{width:97.5%;flex-direction:column-reverse;align-items:center;justify-content:center}.numbers_section article .cards-wrapper{width:100%;gap:.5rem}.numbers_section article .cards-wrapper .position{width:48.5%;margin-bottom:.5rem;padding:1.5rem .5rem;height:27.5vh}.numbers_section article .cards-wrapper .position .test{top:.5rem;right:.5rem;font-size:12px}.numbers_section article .cards-wrapper .position h3{font-size:3.25rem}.numbers_section article .cards-wrapper .position .description{width:100%;font-size:15px}.numbers_section article img{margin-top:.75rem;width:95%}}.faq_section{padding:7.5rem 0 5rem;width:70%;margin:0 auto;display:flex;align-items:center;flex-direction:column}.faq_section h2{font-family:"Instrument Serif",serif;font-size:5rem;font-weight:500;font-style:italic;letter-spacing:.25px;line-height:1.1;margin:1rem 0}.faq_section .subHeading{font-size:20px;font-weight:300;color:#b9b9b9;width:50%;text-align:center;line-height:1.5}.faq_section .faqs-container{margin-top:3rem;width:80%;display:flex;flex-direction:column}.faq_section .faqs-container .faq-item{width:100%;position:relative;margin-bottom:1rem;background:#0c0c0c;border-radius:1rem;border:1px solid #282828;box-shadow:none;overflow:hidden;transition:.325s ease;transition-delay:.05s}.faq_section .faqs-container .faq-item:hover{border-color:#737373}.faq_section .faqs-container .faq-item:active,.faq_section .faqs-container .faq-item:focus{transition:25ms ease;border-color:#ff7354}.faq_section .faqs-container .faq-item.open{box-shadow:0 4px 28px rgba(0,0,0,.13);border-color:#ff4920}.faq_section .faqs-container .faq-item.open .faq-question .faq-icon{transform:rotate(45deg);color:#ff4920;transition:.275s ease}.faq_section .faqs-container .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem;color:#fff;border-radius:1rem;cursor:pointer;transition:.3s ease}.faq_section .faqs-container .faq-item .faq-question h3{font-size:22px;font-weight:500;margin:0;line-height:1}.faq_section .faqs-container .faq-item .faq-question .faq-icon{display:flex;align-items:center;justify-content:center;font-size:30px;color:#ff6542;transform-origin:center;transition:.225s ease}.faq_section .faqs-container .faq-item .faq-answer{color:#afafaf;font-size:18px;font-weight:300;line-height:1.55;width:87.5%;padding:0 2.25rem;display:grid;grid-template-rows:0fr;opacity:0;transition:.125s ease}.faq_section .faqs-container .faq-item .faq-answer.open{padding:1.5rem 2.25rem 2rem;grid-template-rows:1fr;opacity:1;transition:.275s ease}.faq_section .faqs-container .faq-item .faq-answer p{overflow:hidden}@media screen and (max-width:1550px){.faq_section{width:80%}.faq_section .subHeading{width:60%}.faq_section .faqs-container{width:85%}}@media screen and (max-width:1450px){.faq_section{width:82.5%}.faq_section .faqs-container{width:87.5%}.faq_section .faqs-container .faq-item .faq-answer{font-size:17px;width:90%}}@media screen and (max-width:1285px){.faq_section,.faq_section .faqs-container{width:87.5%}.faq_section .faqs-container .faq-item .faq-answer{width:92.5%}}@media screen and (max-width:650px){.faq_section{width:97.5%}.faq_section h2{font-size:3.5rem}.faq_section .subHeading{width:97.5%;font-size:15px;text-wrap:balance}.faq_section .faqs-container{width:97.5%}.faq_section .faqs-container .faq-item .faq-question{padding:1rem .75rem}.faq_section .faqs-container .faq-item .faq-question h3{font-size:15px;font-weight:400;letter-spacing:-.25px;line-height:1.4}.faq_section .faqs-container .faq-item .faq-question .faq-icon{font-size:24px}.faq_section .faqs-container .faq-item .faq-answer{width:100%;font-size:14px}.faq_section .faqs-container .faq-item .faq-answer.open{padding:1.25rem .75rem}}footer{width:100%;padding:12.5rem 0 1rem;background:linear-gradient(170deg,rgb(10,10,10),rgb(10,10,10) 50%,rgba(255,72,0,.115))}footer .footer-container{width:80%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding-bottom:5rem}footer .footer-container .wrapper{display:flex;flex-direction:column}footer .footer-container .wrapper .logo-wrapper{display:flex;align-items:center;justify-content:flex-start;color:#c8c8c8;cursor:pointer;transition:.3s ease}footer .footer-container .wrapper .logo-wrapper:hover{color:#fff}footer .footer-container .wrapper .logo-wrapper .logo-icon{color:#ff4920;font-size:36px;cursor:pointer}footer .footer-container .wrapper .logo-wrapper span{font-family:Geist,sans-serif;font-size:28px;line-height:1}footer .footer-container .wrapper .address{color:#d7d7d7;font-family:Inter,sans-serif;margin:2rem 0;font-weight:400;letter-spacing:0}footer .footer-container .wrapper h5{font-family:Geist,sans-serif;color:#ebebeb;margin-bottom:1rem;font-size:22px;font-weight:500}footer .footer-container .wrapper .footer-link{font-family:Geist,sans-serif;padding:2px 0;margin:.5rem 0;color:#a5a5a5;font-size:18px;font-weight:500;letter-spacing:.25px;width:-moz-fit-content;width:fit-content;cursor:pointer;transition:.3s ease;transition-delay:.05s}footer .footer-container .wrapper .footer-link:hover{color:#ebebeb;transform:translateY(-2px)}footer .footer-container .wrapper .footer-link:active,footer .footer-container .wrapper .footer-link:focus{transition:.02s ease;color:#ff4920}footer .footer-container .wrapper .media-wrapper{background-color:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);color:#e1e1e1;border-radius:16px;border:1px solid #4b4b4b;padding:18px 2rem;font-size:18px;margin-bottom:.75rem;text-align:center;line-height:1;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:.3s ease;transition-delay:75ms}footer .footer-container .wrapper .media-wrapper .icon{font-size:20px;color:#ff7354}footer .footer-container .wrapper .media-wrapper:hover{background-color:rgba(0,0,0,.85);border-color:#ff7354}footer .footer-container .wrapper button{font-family:Geist,sans-serif;background-color:rgba(0,0,0,0);color:#fff;border-radius:16px;border:1px solid #4b4b4b;padding:16px 1.75rem;font-size:16px;font-weight:500;text-align:center;line-height:1;cursor:pointer;transition:.3s ease;transition-delay:75ms}footer .footer-container .wrapper button:hover{background-color:#101010;border-color:#ff4920}footer article{border-top:1px solid hsla(0,0%,100%,.2);padding-top:2.25rem;padding-bottom:.5rem;width:80%;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}footer article p{font-size:15px;color:#b9b9b9;letter-spacing:-.35px}footer article aside{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}footer article aside p{text-decoration:underline;font-weight:300;cursor:pointer;transition:.3s ease;transition-delay:.05s}footer article aside p:hover{color:#ebebeb;transform:translateY(-2px);-webkit-text-decoration-color:#ff4920;text-decoration-color:#ff4920}@media screen and (max-width:1550px){footer .footer-container,footer article{width:85%}}@media screen and (max-width:1450px){footer .footer-container,footer article{width:87.5%}}@media screen and (max-width:1370px){footer .footer-container,footer article{width:90%}}@media screen and (max-width:1285px){footer .footer-container,footer article{width:92.5%}}@media screen and (max-width:650px){footer{padding-top:1rem}footer .footer-container{width:97.5%;flex-direction:column;align-items:center;justify-content:center;padding-bottom:2rem}footer .footer-container .wrapper{text-align:center;align-items:center;width:90%;margin-top:2rem}footer .footer-container .wrapper .logo-wrapper{justify-content:center}footer .footer-container .wrapper .address{margin:1.25rem 0 1.5rem}footer .footer-container .wrapper .address br{display:none}footer .footer-container .wrapper button{width:95%;padding:18px}footer .footer-container .wrapper h5{letter-spacing:.5px;margin-bottom:.25rem}footer .footer-container .wrapper .footer-link{margin:2px 0;font-weight:400;letter-spacing:.5px;word-spacing:1.5px}footer .footer-container .wrapper .media-wrapper{width:95%}footer article{width:97.5%;flex-direction:column;padding-top:1.25rem}footer article p{font-size:14px;font-weight:300;letter-spacing:0;margin-bottom:.5rem}footer article aside{gap:1rem}footer article aside p{font-size:14px;letter-spacing:-.25px}}