:root{--primary-color:#ff9800;--secondary-color:#451a6b;--primary-color-hovered:#d58000;--secondary-color-hovered:#200c31;--secondary-color-lighten:#ac3eb5;--text-color:#000;--text-alt-color-1:#4b4b4b;--text-alt-color-2:#616161;--background-color:#fff;--background-alt-color-1:#f6f6f6;--background-alt-color-2:#f8f9fd;--divider-color:#d4d4d4;--font-family:"Noto Sans Arabic","Noto Sans","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}html{font-size:12px}body{font-family:Noto Sans Arabic,Noto Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-family);margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.screen-wrapper{margin:0 auto;padding:0 2.5rem;width:calc(min(100%,108.5rem) - 5rem);z-index:10}@media only screen and (max-width:768px){.screen-wrapper{padding:0 1.25rem;width:calc(100% - 2.5rem)}}.floating-img-wrapper{margin:0 auto;max-width:min(100%,130rem);position:relative;width:100%}@media only screen and (max-width:768px){.hide-sm{display:none!important}}#notfound{height:100vh;position:relative}#notfound .notfound{left:50%;line-height:1.4;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}#notfound .notfound .notfound-404{height:13.5rem;margin:0 auto 4.5rem;position:relative;width:13.5rem}#notfound .notfound .notfound-404>div:first-child{background:var(--primary-color);border:.625rem dashed #000;border-radius:.625rem;bottom:0;left:0;position:absolute;right:0;top:0;transform:rotate(45deg)}#notfound .notfound .notfound-404>div:first-child:before{border-radius:.625rem;bottom:-.625rem;box-shadow:inset 0 0 0 .625rem #0000001a;content:"";left:-.625rem;position:absolute;right:-.625rem;top:-.625rem}#notfound .notfound .notfound-404 h1{color:#000;font-family:cabin,sans-serif;font-size:6rem;font-weight:700;height:3rem;left:50%;line-height:3rem;margin:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}#notfound .notfound h2{font-family:IBM Plex Sans Arabic,sans-serif;font-size:2.25rem;font-weight:700;letter-spacing:normal;text-transform:uppercase}#notfound .notfound p{color:#000;font-size:1rem;font-weight:400}#notfound .notfound a{background-color:var(--secondary-color);border:none;border:2px solid var(--secondary-color);border-radius:2.5rem;color:#fff;display:inline-block;font-size:1.25rem;font-weight:700;margin:.25rem;padding:.85rem 1.75rem;text-decoration:none;text-transform:uppercase;transition:all .2s}#notfound .notfound a:hover{background-color:var(--secondary-color-hovered)}#notfound .notfound a.outlined{background:#0000;color:var(--secondary-color)}.hero-header-section{background-color:var(--background-color);border-radius:0 0 3.75rem 3.75rem;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem 0 16.25rem;position:relative;width:inherit}@media only screen and (max-width:768px){.hero-header-section{padding:0 .5rem 11.6668rem}}.hero-header-section .gradient-div{animation:Animation 10s ease-in-out infinite;background:linear-gradient(180deg,#ffb600,#ba62fb 46.5%,#1d2b53);background-size:200% 200%;flex-shrink:0;left:-50%;min-height:75rem;min-width:129.625rem;position:absolute;top:-53rem;transform:rotate(-7.797deg);width:250%}@media only screen and (max-width:1200px){.hero-header-section .gradient-div{top:-48rem}}@media only screen and (max-width:376px){.hero-header-section .gradient-div{top:-48rem}}@media only screen and (max-width:360px){.hero-header-section .gradient-div{top:-44rem}}@media only screen and (max-width:315px){.hero-header-section .gradient-div{top:-35rem}}@keyframes Animation{0%{background-position:10% 0}50%{background-position:91% 100%}to{background-position:10% 0}}.hero-header-section .screen-wrapper{align-items:center;display:flex;flex-direction:column}.hero-header-section .main-section{display:flex;flex-direction:row;flex-grow:1;justify-content:space-between;width:100%}.hero-header-section .main-section .title{color:var(--background-color);font-size:3.75rem;font-style:normal;font-weight:700;letter-spacing:.035rem;line-height:160%;margin:3.75rem 0 9.6875rem;margin-inline-end:auto;max-width:33.75rem}@media only screen and (max-width:1200px){.hero-header-section .main-section .title{margin-bottom:8rem}}.hero-header-section .main-section .text{font-size:1.5rem;font-style:normal;font-weight:400;letter-spacing:.015rem;line-height:180%;max-width:47rem}@media only screen and (max-width:1200px){.hero-header-section .main-section .text{max-width:none}}.hero-header-section .main-section .control-btn{margin-top:3.75rem}@media only screen and (max-width:768px){.hero-header-section .main-section .text,.hero-header-section .main-section .title{text-wrap:pretty;word-wrap:normal;display:flex;flex-direction:column;justify-content:center;text-align:center}.hero-header-section .main-section .text{padding-top:4.75rem}}.hero-header-section .main-section .choose-btn{background:var(--primary-color);border:none;border-radius:2.5rem;color:var(--background-color);cursor:pointer;display:inline-block;font-size:1.375rem;font-style:normal;font-weight:600;line-height:140%;margin:0 0 .625rem;padding:1rem 2.5rem}.hero-header-section .main-section .choose-btn:hover{background-color:var(--primary-color-hovered);transition:background-color .25s ease-in-out}@media only screen and (max-width:768px){.hero-header-section .main-section .choose-btn{margin:1.25rem 0;width:100%}}.hero-header-section .main-section .explore-btn{align-items:center;color:var(--primary-color);display:inline-flex;flex-direction:row;font-size:1.375rem;font-style:normal;font-weight:700;justify-content:center;line-height:normal;margin:0;margin-inline-start:1.875rem;text-decoration:none}.hero-header-section .main-section .explore-btn svg{height:1.5rem;margin-inline-start:.375rem;width:1.5rem}.hero-header-section .main-section .hero-spacer{min-width:55rem}@media only screen and (max-width:1200px){.hero-header-section .main-section .hero-spacer{display:none}}.hero-header-section .hero-img{border-radius:21.25rem 1rem 1rem 0;box-shadow:0 .25rem .25rem 0 #00000040;flex-shrink:0;min-height:41.875rem;min-width:53.1875rem;position:absolute;right:0;top:9rem}@media only screen and (max-width:1200px){.hero-header-section .hero-img{display:none}}.hero-header-section .mobile-img{background-position-x:center!important;background-repeat:no-repeat!important;background-size:100% 98%!important;border-radius:1.5625rem;box-shadow:0 .25rem .25rem 0 #00000080;min-height:41.375rem;min-width:18.75rem;position:absolute;right:43.75rem;top:11.25rem;z-index:2}@media only screen and (max-width:1200px){.hero-header-section .mobile-img{display:none}}.hero-header-section .animation-wrapper{min-height:52.625rem;min-width:62.5rem;position:absolute;right:0;top:0;z-index:10}body[dir=rtl] .hero-header-section .gradient-div{left:auto;right:-50%;top:-57rem;transform:rotate(7.797deg)}@media only screen and (max-width:1200px){body[dir=rtl] .hero-header-section .gradient-div{top:-50rem}}@media only screen and (max-width:1025px){body[dir=rtl] .hero-header-section .gradient-div{top:-55rem}}@media only screen and (max-width:387px){body[dir=rtl] .hero-header-section .gradient-div{top:-50rem}}@media only screen and (max-width:360px){body[dir=rtl] .hero-header-section .gradient-div{top:-48rem}}body[dir=rtl] .hero-header-section .hero-img{left:0;right:auto;transform:scaleX(-1)}body[dir=rtl] .hero-header-section .mobile-img{background-position-x:center!important;background-repeat:no-repeat!important;background-size:100% 98%!important;left:41.25rem;right:auto}body[dir=rtl] .hero-header-section .animation-wrapper{left:0;right:auto}body[dir=rtl] .hero-header-section .explore-btn svg,body[dir=rtl] .hero-header-section .sign-up-btn svg{transform:scaleX(-1)}@media only screen and (max-width:768px){body[dir=rtl] .hero-header-section .text{padding-top:0}}@media only screen and (max-width:360px){body[dir=rtl] .hero-header-section .text{padding-top:4rem}}.sponsors-icons-section{background-color:var(--background-color);border-radius:3.75rem 3.75rem 0 0;display:flex;flex-direction:column;padding:0 0 10rem;position:relative}@media only screen and (max-width:768px){.sponsors-icons-section{padding:0 .5rem 16.6668rem}}.sponsors-icons-section .trusted{color:#000;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.015rem;line-height:160%;margin:2.5rem 0;text-align:center}.sponsors-icons-section .screen-wrapper{align-content:center;align-items:center;display:flex;flex:1 1;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin:auto}.sponsors-icons-section .screen-wrapper .sponsor-container{display:block;flex:0 0 20%}.sponsors-icons-section .screen-wrapper .sponsor{align-items:center;border-inline-end:.0625rem dashed #efeff3;display:flex;justify-content:center;min-height:9.125rem;padding:0 .5rem}.sponsors-icons-section .screen-wrapper .sponsor:nth-child(4n){border-inline-end:.0625rem dashed #efeff3}.sponsors-icons-section .screen-wrapper .sponsor img{max-height:4.25rem;max-width:100%;padding:0 .5rem}@media only screen and (max-width:1200px){.sponsors-icons-section .screen-wrapper .sponsor:nth-child(2n){border:none}}@media only screen and (max-width:768px){.sponsors-icons-section .screen-wrapper .sponsor{min-height:8rem}.sponsors-icons-section .screen-wrapper .sponsor img{max-height:2.5rem}}@media only screen and (max-width:1200px){.sponsors-icons-section .screen-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2rem}.sponsors-icons-section .screen-wrapper .sponsor-container{display:block;flex:0 0 50%}.sponsors-icons-section .screen-wrapper .sponsor.withoutBorderInMobile{border:none}}.unlock-potential-section{background-color:var(--background-alt-color-1);border-radius:3.75rem 3.75rem 0 0;display:flex;flex-direction:column;padding:0;position:relative}@media only screen and (max-width:768px){.unlock-potential-section{padding:0 .5rem}}.unlock-potential-section .screen-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:768px){.unlock-potential-section .screen-wrapper{flex-direction:column}.unlock-potential-section .hide-in-mobile{display:none}}.unlock-potential-section .hero-img{border-radius:.5rem 3.75rem 1.25rem 22.5rem;height:33.1875rem;position:absolute;right:0;top:0;width:48.75rem}@media only screen and (max-width:1200px){.unlock-potential-section .hero-img{display:none}}.unlock-potential-section .hero-animation-wrapper{height:33.1875rem;min-width:48.75rem;position:absolute;right:0;top:0}@media only screen and (max-width:1200px){.unlock-potential-section .hero-animation-wrapper{display:none}}.unlock-potential-section .hero-spacer{flex-grow:1;min-width:48.75rem;z-index:10}@media only screen and (max-width:1200px){.unlock-potential-section .hero-spacer{display:none}}.unlock-potential-section .title-wrapper{max-width:41.875rem;padding:0 0 4.375rem;padding-inline-end:2.5rem;z-index:10}@media only screen and (max-width:1200px){.unlock-potential-section .title-wrapper{max-width:none;padding:1rem 0 3.75rem}}@media only screen and (max-width:768px){.unlock-potential-section .title-wrapper{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}}.unlock-potential-section .title-wrapper .subtitle{color:var(--secondary-color);font-size:1.375rem;font-style:normal;font-weight:700;letter-spacing:.0138rem;line-height:160%;margin:2.5rem 0}.unlock-potential-section .title-wrapper .title{font-size:2.75rem;font-style:normal;font-weight:700;letter-spacing:.0275rem;line-height:160%;margin:0 0 2rem}.unlock-potential-section .title-wrapper .text{font-size:1.5rem;font-style:normal;font-weight:400;letter-spacing:.015rem;line-height:180%;margin:0}@media only screen and (max-width:768px){.unlock-potential-section .title-wrapper .text{text-align:center}}.unlock-potential-section .title-wrapper .get-started-btn{background:var(--secondary-color);border:none;border-radius:2.5rem;color:var(--background-color);cursor:pointer;font-size:1.375rem;font-style:normal;font-weight:700;line-height:140%;margin:3.75rem 0 .625rem;padding:1rem 2.5rem;text-transform:uppercase}.unlock-potential-section .title-wrapper .get-started-btn:hover{background-color:var(--secondary-color-hovered);transition:background-color .25s ease-in-out}@media only screen and (max-width:768px){.unlock-potential-section .title-wrapper .get-started-btn{margin:1.25rem 0}}body[dir=rtl] .unlock-potential-section .hero-img{left:0;right:auto;transform:scaleX(-1)}body[dir=rtl] .unlock-potential-section .hero-animation-wrapper{left:0;right:auto}.potential-items-section{background-color:var(--background-alt-color-1);display:flex;flex-direction:column;padding:2.5rem 0 5rem;position:relative}@media only screen and (max-width:768px){.potential-items-section{padding:2rem .5rem 10.6668rem}}.potential-items-section .screen-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:768px){.potential-items-section .screen-wrapper{flex-direction:column;justify-content:center}}.potential-items-section .item{max-width:30rem}@media only screen and (max-width:768px){.potential-items-section .item{align-items:center;display:flex;flex-direction:column;margin-bottom:7rem;max-width:none}}.potential-items-section .item svg{height:4.375rem;width:4.375rem}.potential-items-section .item .title{font-size:1.625rem;font-style:normal;font-weight:700;letter-spacing:.0163rem;line-height:160%;margin:2rem 0 0}@media only screen and (max-width:768px){.potential-items-section .item .title{margin-bottom:1.5rem;margin-top:1.5rem;text-align:center}}.potential-items-section .item .subtitle{font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:.0112rem;line-height:150%;margin:1.25rem 0}@media only screen and (max-width:768px){.potential-items-section .item .subtitle{margin-top:.25rem;text-align:center}}.steps-to-vehicles{background-color:var(--background-alt-color-1);display:flex;flex-direction:column;padding:2.5rem 0 6.25rem;position:relative}@media only screen and (max-width:768px){.steps-to-vehicles{padding:0 .5rem 16.6668rem}}.steps-to-vehicles .screen-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width:768px){.steps-to-vehicles .screen-wrapper{flex-direction:column}}.steps-to-vehicles .title-wrapper{max-width:25rem}@media only screen and (max-width:768px){.steps-to-vehicles .title-wrapper{max-width:none}}.steps-to-vehicles .title-wrapper h3{display:flex;flex-direction:column;font-size:2.75rem;font-style:normal;font-weight:700;letter-spacing:.0275rem;line-height:120%;margin:auto}.steps-to-vehicles .title-wrapper h3 span{display:inline-block}.steps-to-vehicles .title-wrapper h3 .colored{color:var(--secondary-color)}@media only screen and (max-width:768px){.steps-to-vehicles .title-wrapper h3{align-items:center;text-align:center}}.steps-to-vehicles .title-wrapper .subtitle{font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:.0112rem;line-height:150%;margin:.75rem 0 0}@media only screen and (max-width:768px){.steps-to-vehicles .hide-in-mobile{display:none}}.steps-to-vehicles .show-in-mobile{display:none}@media only screen and (max-width:768px){.steps-to-vehicles .show-in-mobile{display:block}}.steps-to-vehicles .get-started-btn{background:var(--secondary-color);border:none;border-radius:2.5rem;color:var(--background-color);cursor:pointer;font-size:1.375rem;font-style:normal;font-weight:700;line-height:140%;margin:5rem 0 .625rem;padding:1rem 2.5rem;text-transform:uppercase}.steps-to-vehicles .get-started-btn:hover{background-color:var(--secondary-color-hovered);transition:background-color .25s ease-in-out}@media only screen and (max-width:768px){.steps-to-vehicles .get-started-btn{margin:1.25rem 0}}.steps-to-vehicles .steps-wrapper{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;justify-content:space-between;margin-inline-start:auto;max-width:min(100%,62.5rem)}@media only screen and (max-width:925px){.steps-to-vehicles .steps-wrapper{margin-inline-end:auto}}@media only screen and (max-width:768px){.steps-to-vehicles .steps-wrapper{flex-direction:column;margin-inline-end:0;margin-inline-start:0;margin-bottom:4rem;margin-top:4rem}}.steps-to-vehicles .steps-wrapper .step{padding:.9375rem}.steps-to-vehicles .steps-wrapper .step img{flex-shrink:0;max-width:9.875rem;width:100%}.steps-to-vehicles .steps-wrapper .step .text{color:var(--secondary-color);font-size:1.125rem;font-style:normal;font-weight:700;letter-spacing:.0112rem;line-height:150%;margin:0;max-width:9.875rem;text-align:center}.choose-vehicles-section{background-color:var(--background-alt-color-1);border-radius:0 0 3.75rem 3.75rem;display:flex;flex-direction:column;padding:2.5rem 0;position:relative}@media only screen and (max-width:768px){.choose-vehicles-section{border-radius:0 0 1.75rem 1.75rem;margin-bottom:16.6668rem;padding:0 .5rem 8.3334rem}}.choose-vehicles-section .title-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5.02rem}@media only screen and (max-width:768px){.choose-vehicles-section .title-wrapper{margin-bottom:0}}.choose-vehicles-section .title-wrapper .title{font-size:2.75rem;font-style:normal;font-weight:700;letter-spacing:.0275rem;line-height:160%;margin:0}@media only screen and (max-width:768px){.choose-vehicles-section .title-wrapper .title{margin:auto auto 3rem;text-align:center}}.choose-vehicles-section .title-wrapper .explore-btn{align-items:center;color:var(--secondary-color);display:inline-flex;flex-direction:row;font-size:1.25rem;font-style:normal;font-weight:700;justify-content:center;line-height:normal;text-decoration:none}.choose-vehicles-section .title-wrapper .explore-btn svg{height:1.5rem;margin-inline-start:.375rem;width:1.5rem}.choose-vehicles-section .title-wrapper .explore-btn svg path{stroke:var(--secondary-color)!important}@media only screen and (max-width:768px){.choose-vehicles-section .title-wrapper .explore-btn{display:none}}.choose-vehicles-section .card-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:768px){.choose-vehicles-section .card-wrapper{align-items:center;flex-direction:column}}.choose-vehicles-section .card-wrapper .card{cursor:pointer}@media only screen and (max-width:768px){.choose-vehicles-section .card-wrapper .card{margin-bottom:2rem}}.choose-vehicles-section .card-wrapper .card img.preview{max-width:16.25rem;min-height:146px;object-fit:contain;width:100%}.choose-vehicles-section .card-wrapper .card .name{font-size:1.625rem;font-style:normal;font-weight:400;letter-spacing:.0163rem;line-height:160%;margin:0;text-transform:uppercase}@media only screen and (max-width:768px){.choose-vehicles-section .card-wrapper .card .name{text-align:center}}.choose-vehicles-section .card-wrapper .card .details{color:var(--text-alt-color-2);font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;margin:0}.choose-vehicles-section .card-wrapper .card .details span{display:inline-block;margin-inline-end:.375rem}@media only screen and (max-width:768px){.choose-vehicles-section .card-wrapper .card .details{text-align:center}}.choose-vehicles-section .card-wrapper .card .price{color:var(--text-alt-color-2);font-family:IBM Plex Sans Arabic;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.choose-vehicles-section .card-wrapper .card .price .value{color:#000;font-family:IBM Plex Sans Arabic;font-size:1.625rem;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width:768px){.choose-vehicles-section .card-wrapper .card .price{text-align:center}}.choose-vehicles-section .show-in-mobile{display:none}@media only screen and (max-width:768px){.choose-vehicles-section .show-in-mobile{display:block}}.choose-vehicles-section .view-all-btn{background:var(--secondary-color);border:none;border-radius:2.5rem;color:var(--background-color);cursor:pointer;display:none;font-size:1.375rem;font-style:normal;font-weight:700;line-height:140%;margin:5rem auto .625rem;padding:1rem 2.5rem;text-decoration:none;text-transform:uppercase}.choose-vehicles-section .view-all-btn:hover{background-color:var(--secondary-color-hovered);transition:background-color .25s ease-in-out}@media only screen and (max-width:768px){.choose-vehicles-section .view-all-btn{display:block;margin:2rem 0}}body[dir=rtl] .choose-vehicles-section .explore-btn svg{transform:scaleX(-1)}.individual-offers-section{background-color:var(--background-color);overflow:hidden;position:relative}@media only screen and (max-width:768px){.individual-offers-section{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 .5rem;text-align:center}}.individual-offers-section .screen-wrapper{display:flex;flex-direction:row;justify-content:space-between;margin:auto;padding-bottom:14rem;padding-top:10rem}@media only screen and (max-width:768px){.individual-offers-section .screen-wrapper{border-radius:1.75rem;flex-direction:column;padding-bottom:16.6668rem;padding-top:0}}.individual-offers-section .section-bg-3{bottom:9.75rem;left:-17rem;max-width:min(100%,29rem);position:absolute}@media only screen and (max-width:768px){.individual-offers-section .section-bg-3{display:none}}.individual-offers-section .section-bg-4{bottom:1.875rem;left:31%;max-width:min(100%,36rem);position:absolute}@media only screen and (max-width:768px){.individual-offers-section .section-bg-4{display:none}}.individual-offers-section .section-bg-5{bottom:0;max-width:100%;max-width:min(100%,34rem);position:absolute;right:-10rem}@media only screen and (max-width:768px){.individual-offers-section .section-bg-5{display:none}}.individual-offers-section .cards-wrapper{display:flex;flex-direction:row;flex-grow:0;flex-wrap:wrap;gap:1.5rem;list-style:none;margin-inline-start:auto;max-width:min(100%,59rem);padding:0;z-index:10}@media only screen and (max-width:1200px){.individual-offers-section .cards-wrapper{align-items:center;flex-direction:column;gap:4rem;margin-inline-end:auto}}.individual-offers-section .cards-wrapper li{display:flex;max-width:min(75vw,28.75rem)}@media only screen and (max-width:520px){.individual-offers-section .cards-wrapper li{max-width:none}}.individual-offers-section .cards-wrapper .card{background-color:var(--background-color);border-radius:1.25rem;box-shadow:0 0 1.875rem 0 #a1a1a152;height:calc(100% - 8rem);padding:4rem 2.5rem;position:relative;transition:transform .4s ease;width:calc(100% - 5rem)}@media only screen and (max-width:768px){.individual-offers-section .cards-wrapper .card{height:auto;padding:3.25rem 1.75rem;width:calc(100% - 3.5rem)}}.individual-offers-section .cards-wrapper .card:hover{transform:translateY(-.75rem)}.individual-offers-section .cards-wrapper .card .section-bg{display:none;position:absolute;right:-1.25rem;top:-6rem;z-index:15}@media only screen and (max-width:768px){.individual-offers-section .cards-wrapper .card .section-bg{display:block}}.individual-offers-section .cards-wrapper .card svg{height:4.375rem;width:4.375rem}.individual-offers-section .cards-wrapper .card .title{font-size:1.625rem;font-style:normal;font-weight:700;letter-spacing:.0163rem;line-height:160%;margin:1.875rem 0}@media only screen and (max-width:768px){.individual-offers-section .cards-wrapper .card .title{margin:1.25rem 0}}.individual-offers-section .cards-wrapper .card .details{font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:.0112rem;line-height:150%;margin:0 0 1.875rem}@media only screen and (max-width:768px){.individual-offers-section .cards-wrapper .card .details{margin:0 0 1.25rem}}.individual-offers-section .cards-wrapper .card .explore-btn{align-items:center;color:var(--secondary-color);display:inline-flex;flex-direction:row;font-size:1.25rem;font-style:normal;font-weight:700;justify-content:center;line-height:normal;text-decoration:none}.individual-offers-section .cards-wrapper .card .explore-btn svg{height:1.5rem;margin-inline-start:.375rem;width:1.5rem}.individual-offers-section .cards-wrapper .card .explore-btn svg path{stroke:var(--secondary-color)!important}.individual-offers-section .title-wrapper{flex-grow:0;max-width:33.125rem;padding:0;z-index:10}@media only screen and (max-width:1200px){.individual-offers-section .title-wrapper{max-width:28.125rem;padding-inline-end:1rem}}@media only screen and (max-width:768px){.individual-offers-section .title-wrapper{margin-bottom:6rem;max-width:none;padding-inline-end:0}}.individual-offers-section .title-wrapper .title{font-size:2.75rem;font-style:normal;font-weight:700;letter-spacing:.0275rem;line-height:160%;margin:0 0 2rem;max-width:26.875rem}@media only screen and (max-width:768px){.individual-offers-section .title-wrapper .title{max-width:none}}.individual-offers-section .title-wrapper .details{font-size:1.5rem;font-style:normal;font-weight:400;letter-spacing:.015rem;line-height:180%;margin:0}@media only screen and (max-width:768px){.individual-offers-section .title-wrapper .details{text-wrap:pretty;word-wrap:normal;max-width:none;text-align:center}}body[dir=rtl] .section-bg-3{left:auto;right:-17rem;transform:scaleX(-1)}body[dir=rtl] .section-bg-4{left:auto;right:31%;transform:scaleX(-1)}body[dir=rtl] .section-bg-5{left:-10rem;right:auto;transform:scaleX(-1)}body[dir=rtl] .individual-offers-section .cards-wrapper .section-bg{left:-1.25rem;right:auto;transform:scaleX(-1)}body[dir=rtl] .individual-offers-section .explore-btn svg{transform:scaleX(-1)}@media only screen and (max-width:768px){body[dir=rtl] .individual-offers-section .details{text-wrap:pretty;word-wrap:normal;text-align:center}}.business-offers-section{background-color:var(--background-alt-color-1);border-radius:3rem;overflow:hidden;position:relative}@media only screen and (max-width:768px){.business-offers-section{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-bottom:16.6668rem;padding:0 .5rem;text-align:center}}.business-offers-section .section-bg-1{bottom:0;left:-50.5rem;max-width:min(100%,80rem);position:absolute}@media only screen and (max-width:768px){.business-offers-section .section-bg-1{display:none}}.business-offers-section .section-bg-2{bottom:-6rem;max-width:min(100%,60rem);position:absolute;right:-8rem}@media only screen and (max-width:768px){.business-offers-section .section-bg-2{display:none}}.business-offers-section .screen-wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;padding-bottom:10rem;padding-top:14rem}@media only screen and (max-width:768px){.business-offers-section .screen-wrapper{border-radius:1.75rem;flex-direction:column;padding-bottom:4.75rem;padding-top:4.75rem}}.business-offers-section .cards-wrapper{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:1.5rem;list-style:none;margin-inline-end:auto;max-width:min(100%,59rem);padding:0;z-index:10}@media only screen and (max-width:1200px){.business-offers-section .cards-wrapper{align-items:center;flex-direction:column;gap:4rem;margin-inline-start:auto}}@media only screen and (max-width:768px){.business-offers-section .cards-wrapper{max-width:none}}.business-offers-section .cards-wrapper li{display:flex;max-width:min(75vw,28.75rem)}@media only screen and (max-width:520px){.business-offers-section .cards-wrapper li{max-width:none}}.business-offers-section .cards-wrapper .card{background-color:var(--background-color);border-radius:1.25rem;box-shadow:0 0 1.875rem 0 #a1a1a138;height:calc(100% - 8rem);padding:4rem 2.5rem;position:relative;transition:transform .4s ease;width:calc(100% - 5rem)}@media only screen and (max-width:768px){.business-offers-section .cards-wrapper .card{height:auto;padding:3.25rem 1.75rem;width:calc(100% - 3.5rem)}}.business-offers-section .cards-wrapper .card:hover{transform:translateY(-.75rem)}.business-offers-section .cards-wrapper .card .section-bg{display:none;position:absolute;right:-1.25rem;top:-6.25rem;z-index:15}@media only screen and (max-width:768px){.business-offers-section .cards-wrapper .card .section-bg{display:block}}.business-offers-section .cards-wrapper .card svg{height:4.375rem;width:4.375rem}.business-offers-section .cards-wrapper .card .title{font-size:1.625rem;font-style:normal;font-weight:700;letter-spacing:.0163rem;line-height:160%;margin:1.875rem 0}@media only screen and (max-width:768px){.business-offers-section .cards-wrapper .card .title{margin:1.25rem 0}}.business-offers-section .cards-wrapper .card .details{font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:.0112rem;line-height:150%;margin:0 0 1.875rem}@media only screen and (max-width:768px){.business-offers-section .cards-wrapper .card .details{margin:0 0 1.25rem}}.business-offers-section .cards-wrapper .card .explore-btn{align-items:center;color:var(--secondary-color)!important;display:inline-flex;flex-direction:row;font-size:1.25rem;font-style:normal;font-weight:700;justify-content:center;line-height:normal;text-decoration:none}.business-offers-section .cards-wrapper .card .explore-btn svg{height:1.5rem;margin-inline-start:.375rem;width:1.5rem}.business-offers-section .cards-wrapper .card .explore-btn svg path{stroke:var(--secondary-color)!important}.business-offers-section .title-wrapper{flex-grow:0;max-width:33.125rem;padding:0;z-index:10}@media only screen and (max-width:1200px){.business-offers-section .title-wrapper{max-width:28.125rem;padding-inline-start:1rem}}@media only screen and (max-width:768px){.business-offers-section .title-wrapper{margin-bottom:6rem;max-width:none;padding-inline-start:0}}.business-offers-section .title-wrapper .title{font-size:2.75rem;font-style:normal;font-weight:700;letter-spacing:.0275rem;line-height:160%;margin:0 0 2rem;max-width:26.875rem}@media only screen and (max-width:768px){.business-offers-section .title-wrapper .title{max-width:none}}.business-offers-section .title-wrapper .details{font-size:1.5rem;font-style:normal;font-weight:400;letter-spacing:.015rem;line-height:180%;margin:0}@media only screen and (max-width:768px){.business-offers-section .title-wrapper .details{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:none;text-align:center}}body[dir=rtl] .section-bg-1{left:auto;right:-50.5rem;transform:scaleX(-1)}body[dir=rtl] .section-bg-2{left:-8rem;right:auto;transform:scaleX(-1)}body[dir=rtl] .business-offers-section .cards-wrapper .section-bg{left:-1.25rem;right:auto;transform:scaleX(-1)}body[dir=rtl] .business-offers-section .explore-btn svg{transform:scaleX(-1)}@media only screen and (max-width:768px){body[dir=rtl] .business-offers-section .details{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}}.carousel-cards-section{background-color:var(--background-color);display:flex;flex-direction:column;padding:12.1875rem 0;position:relative}@media only screen and (max-width:768px){.carousel-cards-section{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 .5rem 16.6668rem;text-align:center}}.carousel-cards-section .screen-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:768px){.carousel-cards-section .screen-wrapper{flex-direction:column}}.carousel-cards-section .title-wrapper{margin-inline-end:1.5625rem}.carousel-cards-section .title-wrapper h3{color:var(--text-color);font-size:4rem;font-style:normal;font-weight:700;letter-spacing:.04rem;line-height:160%;margin-top:6.5625rem;max-width:31.25rem;text-transform:uppercase}@media only screen and (max-width:768px){.carousel-cards-section .title-wrapper h3{margin:0;width:auto}.carousel-cards-section .title-wrapper{flex-direction:column;margin-inline-end:0;padding:3.25rem 1.25rem}}.carousel-cards-section .mobile-btn-wrap{display:flex;justify-content:center;margin-top:2rem}.carousel-cards-section .carousel-btn{background-color:var(--primary-color);border:none;border-radius:50%;cursor:pointer;margin-inline-end:1.25rem;padding:.75rem .75rem .625rem}.carousel-cards-section .carousel-btn:hover{background-color:var(--primary-color-hovered);transition:background-color .25s ease-in-out}.carousel-cards-section .carousel-btn:disabled{background-color:var(--background-alt-color-2);transition:background-color .25s ease-in-out}@media only screen and (max-width:768px){.carousel-cards-section .carousel-btn{display:none}}.carousel-cards-section .carousel-btn.show-in-mobile{display:none}.carousel-cards-section .carousel-btn.show-in-mobile svg{height:2rem;width:2rem}@media only screen and (max-width:768px){.carousel-cards-section .carousel-btn.show-in-mobile{display:block}}.carousel-cards-section .card-wrapper-spacer{min-height:45rem;min-width:min(100% - 15rem,64.75rem);z-index:-1}@media only screen and (max-width:768px){.carousel-cards-section .card-wrapper-spacer{padding:2rem 0}}.carousel-cards-section .cards-wrapper{bottom:0;flex-grow:1;margin-inline-start:auto;max-width:min(100% - 20rem,64.75rem);position:absolute;right:0;z-index:10}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper{max-width:100%}}.carousel-cards-section .cards-wrapper .list{-ms-overflow-style:none;display:flex;flex-direction:row;gap:1.25rem;height:inherit;list-style:none;overflow-x:scroll;overflow-y:hidden;padding:0;scroll-snap-type:x mandatory;scrollbar-width:none;width:inherit}.carousel-cards-section .cards-wrapper .list::-webkit-scrollbar{display:none}@media only screen and (max-width:1200px){.carousel-cards-section .cards-wrapper .list{padding:0 1.25rem}}.carousel-cards-section .cards-wrapper .item{flex-shrink:0;scroll-snap-align:start}.carousel-cards-section .cards-wrapper .item:last-child{margin-inline-end:3rem}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper .item{scroll-margin-inline-start:1.25rem}.carousel-cards-section .cards-wrapper .item:last-child{margin-inline-end:calc((90vw - min(70vw,23.75rem))/2)}}@media only screen and (max-width:600px){.carousel-cards-section .cards-wrapper .item:last-child{margin-inline-end:calc((90vw - min(70vw,23.75rem))/4)}}.carousel-cards-section .cards-wrapper .content{align-items:center;display:flex;font-family:sans-serif;font-size:4rem;font-weight:700;height:100%;justify-content:center}.carousel-cards-section .cards-wrapper .carousel-card{align-items:center;background:var(--secondary-color);border-radius:3.75rem;display:flex;flex-direction:column;height:42.5rem;justify-content:center;padding:0 3.125rem;position:relative;-webkit-transform:scale(1) translateZ(0);width:min(70vw,23.75rem)}@media only screen and (max-width:429px){.carousel-cards-section .cards-wrapper .carousel-card{width:min(65vw,20.75rem)}}.carousel-cards-section .cards-wrapper .carousel-card .title{color:var(--background-color);font-size:2.1875rem;font-style:normal;font-weight:700;letter-spacing:.0219rem;line-height:150%;margin-bottom:0;margin-top:0}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper .carousel-card .title{font-size:2rem}}.carousel-cards-section .cards-wrapper .carousel-card .review-btn{background-color:var(--background-color);border:none;border-radius:3.125rem;color:var(--secondary-color);font-size:1.375rem;font-style:normal;font-weight:700;line-height:140%;padding:1rem 3.125rem;text-decoration:none}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper .carousel-card .review-btn{font-size:1.125rem;padding:.75rem 2rem}}.carousel-cards-section .cards-wrapper .carousel-card .sub-card{align-items:center;background-color:var(--background-color);border-radius:3.75rem;bottom:1rem;display:flex;flex-direction:column;padding:2.0625rem 2.125rem;position:absolute;width:23.875rem}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper .carousel-card .sub-card{padding:1.5625rem}}@media only screen and (max-width:429px){.carousel-cards-section .cards-wrapper .carousel-card .sub-card{width:20.875rem}}.carousel-cards-section .cards-wrapper .carousel-card .sub-card .sub-title{font-size:1.125rem;font-style:normal;font-weight:700;letter-spacing:.0112rem;line-height:150%;margin-bottom:0;margin-top:0}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper .carousel-card .sub-card .sub-title{padding:.5rem 1.3125rem}}.carousel-cards-section .cards-wrapper .carousel-card .sub-card .watch-btn{background-color:var(--primary-color);border:none;border-radius:2.625rem;color:var(--background-color);cursor:pointer;font-size:1.125rem;font-style:normal;font-weight:700;line-height:140%;margin:auto;padding:1rem 2.625rem}.carousel-cards-section .cards-wrapper .carousel-card .sub-card .watch-btn:hover{background-color:var(--primary-color-hovered);transition:background-color .25s ease-in-out}@media only screen and (max-width:768px){.carousel-cards-section .cards-wrapper .carousel-card .sub-card .watch-btn{padding:.75rem 1.75rem}}body[dir=rtl] .carousel-cards-section .cards-wrapper{left:0;right:auto}body[dir=rtl] .carousel-cards-section .button-wrapper button{transform:scaleX(-1)}.download-app-section{background-color:var(--background-alt-color-1);border-radius:3.75rem 3.75rem 0 0;display:flex;flex-direction:column;padding:1.875rem 0 0;position:relative}@media only screen and (max-width:768px){.download-app-section{text-wrap:pretty;word-wrap:normal;border-radius:1.75rem;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0;text-align:center}}.download-app-section .screen-wrapper{display:flex;flex-direction:row;line-height:0}@media only screen and (max-width:768px){.download-app-section .screen-wrapper{flex-direction:column}}.download-app-section .text-wrapper{margin-inline-end:1.875rem;max-width:46rem}@media only screen and (max-width:768px){.download-app-section .text-wrapper{margin-inline-end:0;max-width:none}.download-app-section .text-wrapper .download-app-text-content{padding:0 .5rem}}.download-app-section .text-wrapper h3{color:var(--text-color);font-size:2rem;font-style:normal;font-weight:700;letter-spacing:.02rem;line-height:160%;margin-top:4rem;max-width:40rem}.download-app-section .text-wrapper p{color:var(--text-alt-color-1);font-size:1.375rem;font-style:normal;font-weight:400;letter-spacing:.0138rem;line-height:180%;margin-bottom:6rem}@media only screen and (max-width:768px){.download-app-section .text-wrapper p{text-wrap:pretty;word-wrap:normal;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-bottom:0;text-align:center}}.download-app-section .text-wrapper a{margin-inline-end:1.125rem;text-decoration:none}.download-app-section .button-wrapper{display:flex;flex-wrap:wrap}@media only screen and (max-width:768px){.download-app-section .button-wrapper{align-items:center;justify-content:center;margin:4rem 0 5rem}}.download-app-section .button-wrapper img{max-width:100%}.download-app-section .picture-wrapper{display:flex;flex-direction:row;line-height:0;margin-inline-start:auto;max-height:33.25rem;max-width:25.9375rem;overflow:hidden}@media only screen and (max-width:768px){.download-app-section .picture-wrapper{margin-top:2rem;margin-inline-end:auto}}.download-app-section .picture-wrapper img{height:100%;object-fit:contain;width:100%}.download-app-section.asPage{border-radius:0;margin-top:15vh}@media only screen and (max-width:768px){.download-app-section.asPage{margin-top:0}}nav{margin:1.75rem 0 0}nav .nav-list li .ant-menu-title-content .white-arrow path{stroke:#fff!important}nav .login-btn{border:1px solid #fff;border-radius:1.5rem;color:#fff;font-size:1.0625rem;font-style:normal;font-weight:700;line-height:140%;padding:.625rem 1.5rem;text-decoration:none}nav .menu-btn{cursor:pointer}nav.white .nav-list,nav.white .nav-list li .ant-menu-title-content{color:var(--background-color)}nav.white .nav-list li svg path{stroke:var(--background-color)}nav.white .sign-up-btn,nav.white .sign-up-btn svg{color:var(--background-color)}nav.white .sign-up-btn svg path{stroke:var(--background-color)!important}.lang-select label{align-items:center;display:flex;flex-direction:row}.lang-select .select-icon{height:1.875rem!important;padding-inline-end:.875rem;width:1.875rem!important}.lang-select .lang-menu{align-items:center;background:none;border:none;color:var(--text-color);display:flex;flex-grow:1;justify-content:start;list-style:none;margin:0;min-width:80px;padding:0;padding-inline-end:.1rem;width:auto}.lang-select .lang-menu li{padding:0!important}.lang-select .lang-menu li .ant-menu-title-content{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-size:1.0625rem;font-style:normal;font-weight:500;justify-content:center;line-height:140%;padding:0}.lang-select .lang-menu li .ant-menu-title-content svg.arrow{height:1.5rem;margin-inline-start:.25rem;width:1.5rem}.lang-select .lang-menu li .ant-menu-title-content svg.arrow path{stroke:var(--text-color)}.lang-select .lang-menu.ant-menu-light.ant-menu-horizontal>.ant-menu-submenu:after{border:none}.lang-select .lang-menu.white li .ant-menu-title-content{color:var(--background-color)}.lang-select .lang-menu.white li svg.arrow path{stroke:var(--background-color)}.ant-menu-item-selected{background-color:#e0e0e0}footer{background-color:var(--background-color);overflow:hidden;position:relative}footer .footer-bg-1{bottom:-4.75rem;left:-2.25rem;max-width:min(100%,36rem);opacity:.3;position:absolute}@media only screen and (max-width:768px){footer .footer-bg-1{display:none}}footer .footer-bg-2{bottom:0;max-width:min(100%,24rem);position:absolute;right:22.5%;text-align:center}@media only screen and (max-width:1200px){footer .footer-bg-2{right:0}}@media only screen and (max-width:768px){footer .footer-bg-2{display:none}}footer .footer-bg-3{bottom:0;display:none;left:0;max-width:min(100%,34rem);position:absolute}@media only screen and (max-width:768px){footer .footer-bg-3{display:block}}footer .footer-bg-4{bottom:0;display:none;max-width:min(100%,34rem);position:absolute;right:0}@media only screen and (max-width:768px){footer .footer-bg-4{display:block}}footer .footer-links-wrapper{display:flex;flex-direction:row;padding:4.6875rem 0 .9375rem}@media only screen and (max-width:768px){footer .footer-links-wrapper{flex-direction:column;padding:3.5rem 0 0}}footer .footer-links-wrapper .logo-div{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;flex-wrap:wrap;z-index:10}footer .footer-links-wrapper .logo-div .footer-logo{margin-bottom:.5rem;max-height:min(100%,2.1875rem);max-width:min(100%,9.375rem)}footer .footer-links-wrapper .logo-div .footer-lang-select{margin-bottom:1.875rem;margin-top:3.375rem}@media only screen and (max-width:768px){footer .footer-links-wrapper .logo-div{align-items:flex-start;flex-direction:row;justify-content:space-between}footer .footer-links-wrapper .logo-div .footer-lang-select{margin-top:0}}footer .footer-links-wrapper .links-container{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap}footer .footer-links-wrapper .links-div{display:flex;flex-direction:column;margin-inline-start:6.25rem;z-index:10}@media only screen and (max-width:1200px){footer .footer-links-wrapper .links-div{margin-inline-start:1.5625rem}}@media only screen and (max-width:768px){footer .footer-links-wrapper .links-div{margin-inline-start:0;margin-top:2rem}}footer .footer-links-wrapper .links-div h5{font-size:1.125rem;font-style:normal;font-weight:600;letter-spacing:.0112rem;line-height:160%;margin:.625rem 1.5rem}@media only screen and (max-width:768px){footer .footer-links-wrapper .links-div h5{margin:.625rem 0}}footer .footer-links-wrapper .links-div a{color:var(--text-alt-color-1);font-size:1.0625rem;font-style:normal;font-weight:400;line-height:140%;margin:.625rem 1.5rem;text-decoration:none}footer .footer-links-wrapper .links-div a:hover{color:var(--primary-color);transition:all .25s ease-in-out}@media only screen and (max-width:768px){footer .footer-links-wrapper .links-div a{margin:.625rem 0}}footer .social-bar{align-items:center;border-top:.0625rem solid var(--divider-color);display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:1rem;margin-top:2rem;padding-top:2.5rem}@media only screen and (max-width:768px){footer .social-bar{justify-content:center;margin-bottom:0;padding-top:1rem}}footer .social-bar .link-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;z-index:10}@media only screen and (max-width:768px){footer .social-bar .link-wrapper{margin-inline-start:.75rem}}footer .social-bar .vertical-divider{border-right:.0625rem solid var(--divider-color);height:2rem;margin:0 1.5rem;width:.0625rem}@media only screen and (max-width:768px){footer .social-bar .vertical-divider{display:none}}footer .social-bar a{color:var(--text-alt-color-1);font-size:1.0625rem;font-style:normal;font-weight:400;line-height:140%;text-decoration:none}footer .social-bar a:hover{color:var(--primary-color);transition:all .25s ease-in-out}@media only screen and (max-width:768px){footer .social-bar a{margin-bottom:.9375rem}}footer .social-bar .spacer{flex:1 1;margin:auto}@media only screen and (max-width:768px){footer .social-bar .spacer{margin-bottom:1.25rem}}@media only screen and (max-width:305px){footer .social-bar .spacer{display:none}}footer .social-bar a.link-icon{margin-inline-start:2rem}@media only screen and (max-width:768px){footer .social-bar a.link-icon{margin-inline-end:.5rem;margin-inline-start:.5rem}footer .social-bar a.link-icon svg{height:1.5rem!important;width:1.5rem!important}}footer .social-bar a.link-icon:hover{color:var(--primary-color)}footer .social-bar a.link-icon:hover svg path{fill:var(--primary-color)!important;transition:all .25s ease-in-out}body[dir=rtl] footer .footer-bg-1{left:auto;right:-2.25rem;transform:scaleX(-1)}body[dir=rtl] footer .footer-bg-2{left:22.5%;right:auto;transform:scaleX(-1)}@media only screen and (max-width:1200px){body[dir=rtl] footer .footer-bg-2{left:0}}body[dir=rtl] footer .footer-bg-3{left:auto;right:0;transform:scaleX(-1)}body[dir=rtl] footer .footer-bg-4{left:0;right:auto;transform:scaleX(-1)}.onboarding-mainContainer{background:#f0f0f0;font-family:Noto Sans,sans-serif!important;min-height:100%}.onboarding-mainCol{background:#fff;padding:0 1rem}.smartBanner{background-color:#f2f1f6;padding:1rem}.smartBanner .bannerText{font-family:Noto Sans,sans-serif!important;font-weight:700}[dir=rtl] .smartBanner .bannerText{font-size:1.3rem;margin-bottom:0}.smartBanner-cancelBtn,.smartBanner-downloadBtn{border-radius:1rem}.smartBannerImage{height:1.5rem;object-fit:cover}.onboarding-headerSection{padding-top:1rem}.onboarding-thriveLogo{height:2.1rem}.onboarding-langButton{border:1px solid #1d2b53;border:1px solid #1d2b53!important;border-radius:1.25rem;box-shadow:none;color:#451a6b;font-size:.75;font-weight:400;font-weight:400!important;padding:0 1.5rem!important}.onboarding-congratsSection{margin-top:5rem}.onboarding-congratsSection .title{font-size:2.125rem;margin-bottom:0}.onboarding-celebrateImage{height:12.3rem;margin-top:3.75rem;object-fit:contain}.congratsSecondContainer{margin-top:3.75rem}.congratsSecondContainer .text{font-size:1.375rem;font-weight:600}.congratsThirdContainer{margin-top:2.6875rem}.onboarding-firstStep{margin-top:7.5rem}.onboarding-stepSection{margin-top:18.75rem}.stepTitle{font-size:2.125em;line-height:2.88rem;margin-bottom:.75rem!important}.stepSubtitle,.stepTitle{font-weight:600;text-align:center}.stepSubtitle{font-size:15px;line-height:20.43px}.subStepImageContainer{margin-top:1.875rem}.subStepDescription{font-size:.9375rem;font-weight:400;line-height:1.26rem;margin-top:1.875rem!important}[dir=rtl] .subStepDescription{font-size:1.1rem}.onboarding-subStepSection{margin-bottom:5rem}.onboarding-faqSection{margin-top:18.75rem}.onboarding-faqSection .title{font-size:2.125rem;font-weight:600;line-height:2.88rem;margin-bottom:0!important}.onboarding-questionItem{margin-top:1.875rem}.questionTitle{font-size:12px;font-weight:700;line-height:16.34px}[dir=rtl] .questionTitle{font-size:1.1rem;line-height:1.15rem}.questionAnswer{color:#000c;font-size:12px;font-weight:400;line-height:16.34px}[dir=rtl] .questionAnswer{font-size:1.1rem;line-height:1.13rem}.questionDivider{border:3px solid #0003;border-radius:1.5px;margin-bottom:1.875rem;margin-top:1rem}.onboarding-helpSection{margin-bottom:16.5rem;margin-top:18.75rem}.onboarding-helpSection .title{font-size:34px;font-weight:600;line-height:46.31px;margin-bottom:1.875rem!important}.onboarding-helpSection .subTitle{color:#000c;font-size:15px;font-weight:400;line-height:20.43px}[dir=rtl] .onboarding-helpSection .subTitle{font-size:1.2rem;font-weight:400;line-height:1.3rem}.onboarding-contactUsButton{border:1px solid #451a6b;border-image-source:linear-gradient(0deg,#451a6b,#451a6b),linear-gradient(0deg,#451a6bcc,#451a6bcc),linear-gradient(0deg,#451a6b99,#451a6b99),linear-gradient(0deg,#451a6b66,#451a6b66),linear-gradient(0deg,#451a6b33,#451a6b33)!important;border-radius:1rem;color:#451a6b;font-size:12px;font-weight:600;line-height:14.98px}.textCenterAlign{text-wrap:pretty;word-wrap:normal;display:flex;flex-direction:column;justify-content:center;text-align:center}.onBoarding-margin-1{margin-top:1rem}.onBoarding-margin-2{margin-top:2rem}.onBoarding-margin-4{margin-top:4rem}.onBoarding-margin-6{margin-top:6rem}.onBoarding-margin-b-2{margin-bottom:2rem}.onBoarding-margin-8{margin-top:8rem}.centerBlockContent{text-align:center}.ParagraphFontSize1rem{font-size:1rem}.secondaryText{text-wrap:pretty;word-wrap:normal;display:flex;flex-direction:column;font-size:15px;font-weight:400;justify-content:center;line-height:20.43px;text-align:center}[dir=rtl] .secondaryText{font-size:1.15rem}.bg-hide,.hide{display:none!important}@media only screen and (max-width:361px){.smartBanner .bannerText{font-size:.7rem}}@media only screen and (max-width:500px){.bg-hide{display:flex!important}}.announcement-main-container{background:#fff;font-family:Noto Sans,sans-serif!important;min-height:100%;padding:10rem 8.333rem 33.25rem}@media only screen and (max-width:768px){.announcement-main-container{border-bottom:1px solid #f6f6f6;padding:2rem 1.667rem 5.71667rem}}.intro-section .published-date-container{margin-bottom:15.16666rem}.intro-section .clockIcon{height:48px;margin-top:-15px;object-fit:cover;overflow:hidden;width:48px}.intro-section .published-date{color:#0006;font-size:30px;font-weight:400;line-height:40.86px;padding-inline-start:5px}.intro-section .title{font-size:70px;font-weight:600;line-height:95.34px;margin-bottom:2.5rem}.intro-section .intro-image{margin-bottom:3.5834rem}.intro-section .subtitle{font-size:70px;font-weight:600;line-height:90px}.intro-section .subtitle .highlighted{background:linear-gradient(0deg,#ffe39e,#ffe39e),linear-gradient(0deg,#ffe39ecc,#ffe39ecc),linear-gradient(0deg,#ffe39e99,#ffe39e99),linear-gradient(0deg,#ffe39e66,#ffe39e66),linear-gradient(0deg,#ffe39e33,#ffe39e33);display:inline-block;height:90px;line-height:90px}@media only screen and (max-width:768px){.intro-section .published-date-container{margin-bottom:2rem}.intro-section .clockIcon{height:24px;margin-top:-3px;width:24px}.intro-section .published-date{font-size:1.1rem;line-height:14.98px;padding-inline-start:4px}.intro-section .title{font-size:1.7rem;line-height:2.25rem;margin:0 0 1rem}.intro-section .intro-image{margin-bottom:3.3334rem}.intro-section .subtitle{font-size:1.4rem;line-height:2.2rem;margin-bottom:1.5rem}.intro-section .subtitle .highlighted{display:inline;font-size:1.25rem;line-height:2.083rem}}body[dir=rtl] .intro-section .highlighted{padding:0 2px}.paragraphs-section .paragraph{color:#000c;font-size:30px;font-weight:400;line-height:60px;margin-bottom:1.5rem;margin-top:0}@media only screen and (max-width:768px){.paragraphs-section .paragraph{font-size:1.4rem;line-height:2.5rem;margin-bottom:3.75rem;margin-top:0}}.white-nav-bar{box-shadow:0 4px 24px 0 #0000000d!important;margin:0;padding:2.5rem 11.666rem;position:relative;width:inherit;z-index:1}@media only screen and (max-width:768px){.white-nav-bar{border-bottom:1px solid #f6f6f6;box-shadow:none;padding:1.125rem 1.5rem;position:static}.white-nav-bar .menu-btn{cursor:pointer;height:4rem;width:4rem}}nav{align-items:center;display:flex;flex-grow:1;margin:1.5rem 0 0;padding-bottom:1.09rem;width:100%;z-index:100}nav .logo{cursor:pointer;display:inline-block;line-height:0;padding:0;text-decoration:none}nav .logo img{max-width:10rem}nav .logo .short-logo{height:33px;object-fit:cover;width:34.3px}nav .nav-list{align-items:center;background:none;border:none;color:var(--text-color);display:flex;flex-grow:1;justify-content:start;list-style:none;margin:.375rem 0 0;padding:0;padding-inline-start:1.875rem;width:auto}nav .nav-list li{padding:0!important}nav .nav-list li .ant-menu-title-content{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-size:1.1rem;font-style:normal;font-weight:700;justify-content:center;line-height:140%;padding:.625rem 1.5rem}nav .nav-list li .ant-menu-title-content svg{height:1.5rem;margin-inline-start:.25rem;width:1.5rem}nav .nav-list li .ant-menu-title-content svg path{stroke:var(--text-color)}@media only screen and (max-width:900px){nav .nav-list li .ant-menu-title-content{padding:.5rem}}nav .nav-list.ant-menu-light.ant-menu-horizontal>.ant-menu-submenu:after{border:none}nav .spacer{flex-grow:1}nav .spacer .page-title{font-family:Noto Sans;font-size:15px;font-weight:600;line-height:20.43px;text-align:center}nav .lang-select{color:var(--background-color);margin-inline-end:3.75rem}@media only screen and (max-width:900px){nav .lang-select{margin-inline-end:1.5rem}}nav .sign-up-btn{align-items:center;color:var(--text-color);display:inline-flex;flex-direction:row;font-size:1.0625rem;font-style:normal;font-weight:700;justify-content:center;line-height:140%;margin-inline-end:1.5rem;text-decoration:none}nav .sign-up-btn svg{height:1.5rem;margin-inline-start:.375rem;width:1.5rem}nav .sign-up-btn svg path{stroke:var(--text-color)!important}nav .WhiteBar-login-btn{background:#ff9800;border:1px solid #fff;border-radius:1.5rem;color:#fff;font-size:1.0625rem;font-style:normal;font-weight:700;line-height:140%;padding:.625rem 1.5rem;text-decoration:none}@media only screen and (max-width:768px){nav .hide-in-mobile{display:none}}nav .show-in-mobile{display:none}@media only screen and (max-width:768px){nav .show-in-mobile{display:block}}.mobile-drawer-lang-selector{padding:.333rem 1.9rem .333rem 2.1rem}.mobile-drawer-lang-selector .mobile-lang-btn{border:1px solid var(--secondary-color);border-radius:2rem;box-shadow:none!important;color:var(--secondary-color);font-size:.9rem}.mobile-drawer-lang-selector .mobile-lang-btn.active-btn{background:var(--secondary-color);color:#fff}.main-menu-drawer .ant-drawer-body{padding:.5rem}
/*# sourceMappingURL=main.bf239b10.css.map*/