@import"https://fonts.googleapis.com/css2?family=Bayon:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--default-font: "Mulish", serif;--secondary-font: "Bayon", serif}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(0px)}100%{opacity:1;transform:translateY(20px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0px)}}@keyframes fadeInRight50{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp30{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp50{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp100{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes subtleBounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-2.5px)}}@keyframes subtleBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes drawLine{from{width:0%}to{width:100%}}@keyframes zoomIn{from{opacity:0;transform:scale(0.7)}to{opacity:1;transform:scale(1)}}@keyframes flipIn{to{opacity:1;transform:rotateY(0deg)}}@keyframes slideBounceIn{0%{opacity:0;transform:translateX(100%)}70%{transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeScaleIn{to{opacity:1;transform:scale(1)}}@keyframes waveIn{to{opacity:1;transform:translateY(0) rotateZ(0deg)}}@keyframes zoomInNeutral{to{opacity:1;transform:scale(1)}}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@keyframes slideInLeftNeutral{to{opacity:1;transform:translateX(0)}}@keyframes slideInRightNeutral{to{opacity:1;transform:translateX(0)}}@keyframes fadeZoomIn{to{opacity:1;transform:scale(1)}}@keyframes slideRotateIn{to{opacity:1;transform:translateX(0) rotate(0)}}@keyframes scaleUp{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeInY10{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes flip-with-scale{0%{transform:perspective(400px) scaleX(1)}100%{transform:perspective(400px) scaleX(-1)}}@keyframes flip-with-rotate{0%{transform:perspective(400px) rotateY(0)}100%{transform:perspective(400px) rotateY(180deg)}}@keyframes ripple{0%{transform:scale(0, 0);opacity:0}20%{transform:scale(0.5, 0.5);opacity:.5}100%{opacity:1;transform:scale(1, 1)}}:root{--shadow: 0px 0px 2px 0px rgba(204, 204, 204, 0.4);--color-white: #FFFFFF;--color-black: #000;--color-primary: #D3ED05;--color-secondary: radial-gradient(50% 50% at 50% 50%, #D3ED05 0%, #788703 100%);--color-tertiary: #0B1C24;--bg-body: #030E14;--bg-secondary: linear-gradient(174deg, #03090D 14.38%, #15C5C5 194.96%), #02070B;--bg-tertiary: rgba(11, 28, 36, 0.30);--color-text-light: #D4D4D4 ;--color-text-dark: #FFF;--border-color: rgba(255, 255, 255, 0.40);--color-accent1: linear-gradient(181deg, #72727D 1.41%, #151517 3.88%);--color-accent2: #04141C;--color-gray: #A4A4A4;--color-danger: #ED0006;--panel-header-bg: var(--color-white);--panel-header-text: var(--color-white);--panel-header-text-active: var(--color-secondary);--panel-footer-bg: transparent;--panel-footer-text: var(--color-white);--header-login-btn-bg: transparent;--header-login-btn-color: var(--color-white);--header-signup-btn-bg: var(--color-secondary);--header-signup-btn-color: var(--color-text-dark);--mobile-menu-btn-bg: var(--color-primary);--mobile-menu-btn-color: var(--color-white);--color-lang-switcher: var(--color-white);--border-lang-switcher: var(--color-primary);--mobile-menu-bg-container: var(--color-transparent);--mobile-menu-text: var(--color-white);--mobile-menu-bg-button: var(--color-primary);--mobile-menu-color-button: var(--color-white);--mobile-menu-bg-signup-button: var(--color-primary);--mobile-menu-color-signup-button: var(--color-white);--hero-bg-container: var(--color-white);--hero-bg: transparent;--hero-title: var(--color-text-dark);--hero-text: var(--color-text-dark);--hero-highlight: var(--color-text-dark);--color-section-title: var(--color-dark);--color-section-subtitle: var(--color-primary);--feature-bg-container: var(--bg-body);--feature-bg: var(--color-white);--feature-text: var(--color-white);--course-bg-container: var(--bg-body);--course-bg: var(--color-text-light);--course-title: var(--color-primary);--course-text: var(--color-primary);--about-listing-bg-container: var(--color-text-light);--about-listing-title: var(--color-primary);--about-listing-text: var(--color-primary);--text-bg-container: var(--bg-body);--text-bg: var(--bg-body);--text-text: var(--color-text-dark);--about-company-wrapper-bg: var(--color-white);--pricing-bg-container: var(--bg-body);--pricing-bg: transparent;--pricing-text: var(--color-text-light);--pricing-benefits-text: var(--color-text-dark);--pricing-btn-bg: var(--color-primary);--pricing-btn-color: var(--color-white);--pricing-item-bg: var(--color-white);--contact-bg-container: var(--color-white);--contact-form-bg: var(--color-primary);--contact-form-text: var(--color-text-dark);--contact-info-bg: var(--color-primary);--contact-info-text: var(--color-text-light);--contact-btn-bg: var(--color-primary);--contact-btn-color: var(--color-white);--no-hero-bg-container: var(--bg-body);--no-hero-bg: var(--color-primary);--no-hero-text: var(--color-text-light);--login-bg-container: var(--color-secondary);--login-bg: var(--bg-body);--login-text: var(--color-text-light);--profile-bg-container: var(--bg-body);--profile-bg: var(--color-white);--profile-text: var(--color-text-dark);--order-bg-container: var(--bg-body);--order-bg: var(--bg-body);--order-text: var(--color-text-dark);--unsubscribe-bg-container: var(--bg-body);--unsubscribe-bg: var(--color-secondary);--unsubscribe-text: var(--color-primary);--unsubscribe-btn-bg: var(--color-primary);--unsubscribe-btn-color: var(--color-white);--policy-bg-container: var(--bg-body);--bg-button: var(--color-tertiary);--color-button: var(--color-text-light);--bg-alternate-button: var(--color-primary);--color-alternate-button: var(--color-tertiary);--change-password-btn-bg: var(--color-primary);--change-password-btn-color: var(--color-text-dark);--border-radius: 20px}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}*{font-family:var(--default-font)}html{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:inherit;overflow-x:hidden;scroll-behavior:smooth}body{box-sizing:border-box;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:inherit;position:relative;background:var(--bg-body)}.bg-white{background-color:var(--color-white)}.terms li{margin:10px}@media(max-width: 564px){.terms li{margin:0}}h1{font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:inherit}@media(max-width: 564px){h1{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:inherit}}h3{font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700;font-family:var(--default-font)}@media(max-width: 1024px){h3{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{color:var(--color-secondary)}.button{display:flex;align-items:center;justify-content:center;gap:4px;appearance:none;background:rgba(0,0,0,0);color:var(--color-tertiary);text-decoration:none;cursor:pointer;transition:all .3s ease-in-out;border:none;position:relative;padding:0;font-size:18px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.button span{background:var(--color-white);color:var(--color-tertiary);padding:10px 20px;border-radius:4px 22px;text-decoration:none;font-size:18px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;box-shadow:0 1px 10.4px 1px #fff}.button:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}.button-outline{display:block;appearance:none;border:1px solid var(--color-primary);color:var(--color-primary);text-decoration:none;cursor:pointer;line-height:1.625rem;transition:all .3s ease-in-out;padding:10px 18px;justify-content:center;align-items:center;border-radius:var(--border-radius)}.button-outline:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem);background:var(--color-primary);color:var(--color-white)}.button-transparent{display:block;appearance:none;color:var(--color-primary);text-decoration:none;cursor:pointer;line-height:1.625rem;transition:all .3s ease-in-out;padding:10px 18px;justify-content:center;align-items:center;border-radius:var(--border-radius)}.button-transparent:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem);background:var(--color-primary);color:var(--color-white)}.button-gradient-primary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:linear-gradient(98deg, var(--color-primary) 2.35%, var(--color-primary-light) 96.42%);transition:all .3s ease-in-out;color:var(--color-white);text-decoration:none;cursor:pointer;line-height:1.625rem}.button-gradient-primary:hover{background:linear-gradient(98deg, var(--color-primary-light) 2.35%, var(--color-primary) 96.42%);box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}.button-gradient-secondary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:linear-gradient(98deg, var(--color-primary-light) 2.35%, var(--color-primary) 96.42%);transition:all .3s ease-in-out;color:var(--color-white);text-decoration:none;cursor:pointer;line-height:1.625rem}.button-gradient-secondary:hover{background:linear-gradient(98deg, var(--color-primary) 2.35%, var(--color-primary-light) 96.42%);box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}.form-input{margin-bottom:18px}.button-secondary:hover{background:var(--color-primary);box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04);transform:translateY(-0.15rem)}input:not([type=checkbox]),textarea{appearance:none;border:none;width:100%;display:flex;padding:1rem 1.25rem;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:20px;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;border:1px solid var(--color-primary);transition:box-shadow .3s ease-in-out;background:var(--color-white);color:var(--color-black)}input:not([type=checkbox]):hover,textarea:hover{box-shadow:0 1px 20px 0 rgba(159,64,0,.25)}input::placeholder,textarea::placeholder{color:var(--color-text-light);opacity:1}input:focus{outline:none;box-shadow:0 1px 20px 0 rgba(159,64,0,.25)}.form-field .form-label{margin-bottom:10px}.form-field .form-label label{color:var(--color-text-dark);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400}@keyframes slide-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate{animation:slide-up .5s ease both}.slide-up{opacity:0;transform:translateY(30px)}.slide-in{opacity:0;transform:translateX(-50px);transition:opacity .5s ease,transform .5s ease}.slide-in.active{opacity:1;transform:translateX(0)}.zoom-in-image{transform:scale(0.1);transition:transform 1s ease}.zoom-in-image.active{transform:scale(1)}.form-input:nth-child(1),.form-input:nth-child(2),.form-input:nth-child(3),.form-input:nth-child(4),.form-input:nth-child(5){flex:0 0 49%}@media(max-width: 1024px){.form-input:nth-child(1),.form-input:nth-child(2),.form-input:nth-child(3),.form-input:nth-child(4),.form-input:nth-child(5){flex:0 0 100%;width:100%}}.form-input:nth-child(5){flex:0 0 100%}.form-input-wrapper,.form-textarea-wrapper{position:relative}.form-input[disabled=disabled]{background-color:#fff}label.error{color:#d55353;position:absolute;bottom:-32px;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:inherit;right:0}.hidden{display:none}@media only screen and (min-width: 1024px){.hidden-on-lg{display:none}.flex-on-lg{display:flex}}.text-lg{color:var(--color-secondary);text-align:center;font-style:normal;font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}.text-md{font-style:normal;font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}.text-center{text-align:center}.w-full{width:100%}.subheader{align-items:center;background:var(--color-secondary);padding:24px 16px;text-align:center;color:var(--color-white)}.subheader .subheader-content{max-width:1270px;margin:0 auto;padding:2.5rem 1rem}.flex{display:flex}.flex-col{flex-direction:column}.gap-2{gap:2rem}.inline-flex{display:inline-flex}.ml-2{margin-left:2px}.actions-partial-global{margin-bottom:51px}.actions-partial-global a{color:var(--color-black);background:var(--color-primary);border-radius:44px;padding:24px 48px;text-decoration:none;position:relative;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.actions-partial-global a{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:600}}.actions-partial-global a .icon{position:absolute;top:50%;right:-32px;transform:translateY(-50%);background:var(--color-white);width:52px;height:52px;border-radius:100%;display:flex;justify-content:center;align-items:center}.hero-section{position:relative;overflow:hidden;padding-top:169px;padding-bottom:70px;background-image:url("../../images/hero/hero_bg01.png");background-repeat:no-repeat;background-size:100% 100%;background-position:center}@media(max-width: 1024px){.hero-section{background-image:url("../../images/hero/hero_bg_mobile.png");padding-top:156px}}.hero-section .btm_line{position:absolute;bottom:-13px;left:0;width:200%;height:80px}.hero-section .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto;z-index:0}.hero-section .bg-1{background-image:url(../../images/lightning_hero_left_btm.png);background-position:0% 93%;background-size:300px;animation:glowPulse 2.5s ease-in-out infinite}@media(max-width: 1024px){.hero-section .bg-1{background-image:none}}.hero-section .bg-2{background-image:url(../../images/lightning_hero_left_top.png);background-position:1% 76%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.hero-section .bg-2{background-image:none}}.hero-section .bg-3{background-image:url(../../images/lightning_hero_right_btm.png);background-position:100% 93%;background-size:300px;animation:glowPulse 4.5s ease-in-out infinite}@media(max-width: 1024px){.hero-section .bg-3{background-image:none}}.hero-section .hero-wrapper{display:flex;flex-direction:column;align-items:center;gap:40px}.hero-section .hero-wrapper .text-contents{width:100%;display:flex;flex-direction:column;align-items:center;margin:0 auto;gap:18px}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents{max-width:100%}}.hero-section .hero-wrapper .text-contents .hero-title{font-family:var(--secondary-font);font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px;color:var(--color-text-dark);max-width:706px;text-align:center;position:relative}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents .hero-title{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;text-align:center;max-width:100%}}.hero-section .hero-wrapper .text-contents .hero-title span{font-family:var(--secondary-font);background:var(--color-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents .hero-title span{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;max-width:100%}}.hero-section .hero-wrapper .text-contents p{font-size:20px;font-style:normal;font-weight:400;line-height:30px;text-align:center;max-width:706px;margin:0 auto;color:var(--color-text-light)}.hero-section .hero-wrapper .text-contents .buttons_avatar{margin-top:6px}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents .buttons_avatar{margin-top:10px}}.hero-section .hero-wrapper .bottom-area{display:flex;justify-content:center;gap:85px;width:100%;align-items:center}@media(max-width: 1024px){.hero-section .hero-wrapper .bottom-area{flex-direction:column;gap:34px}}.hero-section .hero-wrapper .bottom-area .btm_left{position:relative;width:100%;max-width:638px;display:flex;justify-content:end}@media(max-width: 1024px){.hero-section .hero-wrapper .bottom-area .btm_left{max-width:343px;width:100%}}.hero-section .hero-wrapper .bottom-area .btm_left .main_img{max-width:479px;width:100%;height:auto;display:block}@media(max-width: 1024px){.hero-section .hero-wrapper .bottom-area .btm_left .main_img{max-width:288.24px;width:100%}}.hero-section .hero-wrapper .bottom-area .btm_left .poster_boy{position:absolute;bottom:-30px;left:-200px;width:356px;height:auto;opacity:0;transition:all 1.5s ease-out}.hero-section .hero-wrapper .bottom-area .btm_left .poster_boy.animate{left:0;opacity:1}@media(max-width: 1024px){.hero-section .hero-wrapper .bottom-area .btm_left .poster_boy{max-width:214px;bottom:-20px}}.hero-section .hero-wrapper .bottom-area .btm_right{max-width:256px;width:100%;padding:24px 30px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;border-radius:0 44px;background:linear-gradient(271deg, rgba(3, 9, 13, 0.2) 22.81%, rgba(34, 93, 59, 0.2) 83.43%);position:relative}@media(max-width: 1024px){.hero-section .hero-wrapper .bottom-area .btm_right{width:100%}}.hero-section .hero-wrapper .bottom-area .btm_right .light_yellow{position:absolute;top:-79px;right:-30px;rotate:9deg}.hero-section .hero-wrapper .bottom-area .btm_right .light_yellow img{width:120px;height:171px}.hero-section .hero-wrapper .bottom-area .btm_right .counter{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.hero-section .hero-wrapper .bottom-area .btm_right .counter .count{font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-white)}.hero-section .hero-wrapper .bottom-area .btm_right .counter .count .sign{font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-white)}.hero-section .hero-wrapper .bottom-area .btm_right .counter .counter-brief{font-size:20px;font-style:normal;font-weight:600;line-height:30px;color:var(--color-white)}.hero_about{display:flex;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;background-size:cover;background-repeat:no-repeat;background-position:center}@media(max-width: 1024px){.hero_about{height:auto;background-image:url(../../images/hero/about_hero_bg_mobile.png) !important}}.hero_about .hero-container{display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;padding:232px 32px 100px;background-size:100% 141%;background-repeat:no-repeat;background-position:center 40px}@media(max-width: 1024px){.hero_about .hero-container{flex-direction:column;align-items:flex-start;padding-left:1rem;padding-right:1rem;gap:60px;padding:144px 16px 60px}}.hero_about .hero-container .hero_text_left{align-items:flex-start;flex:1 0 49% !important}.hero_about .hero-container .hero-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;margin:0 auto;position:relative;animation:heroSlideDown 2s ease-out .3s forwards}@media(max-width: 1024px){.hero_about .hero-container .hero-text{text-align:center;align-items:center;gap:40px}}.hero_about .hero-container .hero-text .hero-title{max-width:750px;font-size:72px;font-style:normal;font-weight:700;line-height:90px;letter-spacing:-1.44px;text-transform:capitalize;text-align:center;font-family:var(--secondary-font);background:var(--color-text-dark);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 768px){.hero_about .hero-container .hero-text .hero-title{max-width:100%;font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}}.hero_about .hero-container .hero-text p{font-size:20px;font-style:normal;font-weight:600;line-height:30px;max-width:1050px;text-align:center;color:var(--color-text-light)}.hero_about .hero-container .hero-text h4{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:500;color:var(--color-white)}.hero_about .hero-container .hero-text h4 span{color:var(--color-white)}.hero_about .hero-container .hero-text .subtitle{margin-top:46px;display:flex;flex-direction:column;gap:10px;align-items:center;color:var(--color-white)}@media(max-width: 768px){.hero_about .hero-container .hero-text .subtitle{margin-top:36px}}.hero_about .hero-container .hero-text .subtitle .subtitle_con{display:flex;flex-direction:column;gap:5px}.hero_about .hero-container .hero-text .button{display:flex;align-items:center;margin-top:16px}.hero_about .hero-container .hero-owl-carousel-area{width:80%;margin:0 auto}@media(max-width: 1024px){.hero_about .hero-container .hero-owl-carousel-area{width:100%}}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item{width:250px !important;height:366px}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item .item{position:relative;width:100%}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item .item img{width:100%}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item .item .hero-overlay{position:absolute;top:0;left:0;padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item .item .hero-overlay h3{color:var(--color-white);font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item .item .hero-overlay .hero-overlay-content h2{color:var(--color-white);font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600}.hero_about .hero-container .hero-owl-carousel-area .owl-carousel .owl-item .item .hero-overlay .hero-overlay-content p{color:var(--color-white);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}.hero_about .hero-container .show-in-desktop{margin-bottom:-5px}.hero_about .hero-container .show-in-mobile{display:none}@media(max-width: 564px){.hero_about .hero-container .show-in-mobile{display:block}}.hero_about .hero-container .hero-image{flex:1 0 40%;width:100%;height:100%;justify-content:center;position:relative;overflow:hidden;animation:slideUp 2s ease-out forwards;margin:0 auto}@media(max-width: 1024px){.hero_about .hero-container .hero-image{order:4}}.hero_about .hero-container .hero-image img{width:100%;margin-bottom:-2px}@media(max-width: 1024px){.hero_about .hero-container .hero-image img{margin-bottom:0px}}.page-about .hero{padding:80px 0 72px}.page-about .hero .hero-container .hero-text .button{margin-top:24px}.page-about .hero .hero-container .hero-image .box,.page-about .hero .hero-container .hello,.page-about .hero .hero-container .hero-text .subtitle{display:none}.page-change-password .no-hero-section,.page-cancel-membership .no-hero-section,.page-about .no-hero-section{display:none}.page-terms .no-hero-section .no-hero-wrapper .head-content{max-width:1078px}.no-hero-section{display:flex;justify-content:center;align-items:flex-start;padding:169px 0;background:var(--bg-secondary);background-image:url(../../images/nohero/nohero_bg.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:relative;overflow:hidden;min-height:631px}@media(max-width: 1024px){.no-hero-section{background-image:url(../../images/nohero/nohero_bg_mobile.png) !important;padding:156px 0;min-height:690px}}.no-hero-section .btm_line{position:absolute;bottom:-13px;left:0;width:200%;height:80px;z-index:1}.no-hero-section .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto;z-index:0}.no-hero-section .bg-1{background-image:url(../../images/lightning_nohero_left.png);background-position:0% 87%;background-size:300px;animation:glowPulse 2.5s ease-in-out infinite}@media(max-width: 1024px){.no-hero-section .bg-1{background-image:none}}.no-hero-section .bg-2{background-image:url(../../images/lightning_nohero_right_btm.png);background-position:100% 96%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.no-hero-section .bg-2{background-image:none}}.no-hero-section .bg-3{background-image:url(../../images/lightning_nohero_right.png);background-position:100% 101%;background-size:300px;animation:glowPulse 4.5s ease-in-out infinite}@media(max-width: 1024px){.no-hero-section .bg-3{background-image:none}}@keyframes glowPulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 10px #658D31) drop-shadow(0 0 20px #658D31)}50%{transform:scale(1.05);filter:drop-shadow(0 0 25px #658D31) drop-shadow(0 0 40px #658D31)}}.no-hero-section .container{position:relative}.no-hero-section .no-hero-wrapper{display:flex;justify-content:center;align-items:center;text-align:center;position:relative}@media(max-width: 1145px){.no-hero-section .no-hero-wrapper{flex-direction:column;text-align:center;gap:24px}}.no-hero-section .no-hero-wrapper .head-content{display:flex;flex:1.2;align-items:center;flex-direction:column;gap:16px;width:100%;max-width:905px}@media(max-width: 768px){.no-hero-section .no-hero-wrapper .head-content{width:100%;max-width:100%;align-items:center;padding:0}}.no-hero-section .no-hero-wrapper .head-content h1{font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px;font-family:var(--secondary-font);background:var(--color-white);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 768px){.no-hero-section .no-hero-wrapper .head-content h1{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.no-hero-section .no-hero-wrapper .head-content p{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-dark)}@media(max-width: 768px){.no-hero-section .no-hero-wrapper .head-content p{max-width:100%}}.no-hero-section .no-hero-wrapper .head-content .desc_btm p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;color:var(--color-white);max-width:100%}@media(max-width: 768px){.no-hero-section .no-hero-wrapper .head-content .desc_btm p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;max-width:100%;margin-top:-20px}}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons{margin-top:6px;display:flex;gap:14px;justify-content:center;width:100%}@media(max-width: 1145px){.no-hero-section .no-hero-wrapper .head-content .nohero_buttons{gap:18px;flex-direction:column;justify-content:center;width:100%;margin-top:10px}}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons .button{align-self:center;display:flex}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons .button:nth-child(2){background:rgba(0,0,0,0);border:1px solid var(--color-white)}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons .button:nth-child(2) svg{display:none}@keyframes sound-wave{0%,100%{height:30%}50%{height:100%}}.pricings{display:flex;padding:100px 0;flex-direction:column;align-items:center;gap:60px;align-self:stretch;margin:auto;background-color:var(--color-primary);position:relative;background-image:url(../../images/pricing_bg.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}@media(max-width: 1024px){.pricings{padding:40px 0;background-image:url(../../images/pricing_bg_mobile.png)}}.pricings .container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:21px}.pricings .container h3{text-align:center;color:var(--color-text-dark);font-family:var(--secondary-font);font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:400;max-width:845px}@media(max-width: 1024px){.pricings .container h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;text-transform:capitalize}}.pricings .container h3 span{font-family:var(--secondary-font);color:var(--color-primary);font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:400}@media(max-width: 1024px){.pricings .container h3 span{display:inline;font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.pricings .container p{color:var(--color-text-light);font-size:20px;font-style:normal;font-weight:400;line-height:30px;text-align:center;margin:0 auto;max-width:784px}@media(max-width: 1024px){.pricings .container p{max-width:100%}}.pricings .pricings-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:1.5rem;flex-wrap:wrap;background:var(--pricing-bg)}@media(max-width: 768px){.pricings .pricings-container{flex-direction:column;gap:2rem}}.pricings .pricings-container .pricing{display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;align-items:center;flex:1 0 31%;max-width:343px;align-self:stretch;border-radius:20px;opacity:0}@media(max-width: 1024px){.pricings .pricings-container .pricing{max-width:600px;width:100%}}.pricings .pricings-container .pricing:hover{border:1px solid var(--color-secondary);background:rgba(183,254,35,.1)}.pricings .pricings-container .pricing:hover .pricing-btn{background:var(--color-white) !important}.pricings .pricings-container .pricing .pricing-content{display:flex;flex-direction:column;align-self:stretch;position:relative;background:linear-gradient(181deg, #72727D 1.41%, #151517 3.88%);border-radius:20px;border:1px solid var(--bg-body)}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent{position:absolute;top:-45px;right:0;background:rgba(0,0,0,0);width:100%;border-radius:4px;display:flex;justify-content:flex-end}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent svg{display:none}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent .recommended-tag{background:var(--bg-body);display:flex;align-items:center;justify-content:center;gap:10px;width:fit-content;left:-16px;border-radius:2px;padding:10px 15px 35px 15px;color:var(--color-white);position:relative;clip-path:polygon(0 0, 100% 0, 100% 100%, 50% 85%, 50% 85%, 0 100%)}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent .recommended-tag{padding:10px 6px 22px 6px}}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent .recommended-tag svg{width:20px;display:block !important}.pricings .pricings-container .pricing .pricing-content .recommended-tag-parent .recommended-tag span{color:var(--color-primary);text-align:center;font-size:14px;line-height:20px;letter-spacing:normal;font-weight:800;text-transform:uppercase}.pricings .pricings-container .pricing .pricing-content .package-top-section{display:flex;flex-direction:column;gap:0;align-items:end;border-radius:24px 24px 0 0;background-repeat:no-repeat;background-position:bottom;background-size:contain}.pricings .pricings-container .pricing .pricing-content .package-top-section .pricing_top_right{position:absolute;top:0;right:0}.pricings .pricings-container .pricing .pricing-content .package-top-section .package-top-section-img{display:none}.pricings .pricings-container .pricing .pricing-content .package-top-section .package-top-section-img img{transform:scale(1.1);max-width:100%}.pricings .pricings-container .pricing .pricing-content .package-top-section .package-top-section-img img:hover{transform:scale(1.1)}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price{display:flex;flex-direction:column;align-items:start;gap:24px;align-self:stretch;flex-basis:80%;padding:52px 24px 50px !important;height:unset !important}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price{gap:18px;padding-bottom:15px}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title{display:flex;gap:14px;align-items:center}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title{gap:8px}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title img{width:50px}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .type .type-wrap{background:rgba(0,0,0,0);color:var(--color-primary);text-align:left;font-size:28px;font-style:normal;font-weight:400;font-family:var(--secondary-font)}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;align-self:stretch;text-align:left;flex-wrap:wrap;gap:0 !important}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .price-trial{color:var(--color-text-dark);text-align:left;font-style:normal;font-size:36px;font-style:normal;font-weight:400;font-family:var(--secondary-font);order:3}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .trial p{text-align:center;font-style:normal;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .text-sm{order:1;color:var(--color-white);font-style:normal;font-size:18px;font-style:normal;font-weight:400;line-height:150%}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section{order:2;margin-bottom:20px;justify-content:start;color:var(--color-white);display:ruby}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial-days,.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:600;height:unset !important}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price>p{color:var(--pricing-text);text-align:center;font-style:normal;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600}.pricings .pricings-container .pricing .pricing-content .package-top-section>div:not(.pricing-content){display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding:0 24px}.pricings .pricings-container .pricing .pricing-content .package-top-section>div:not(.pricing-content) .pricing-btn{width:fit-content;text-align:center}.pricings .pricings-container .pricing .pricing-content .benefits{display:flex;flex-direction:column;align-items:flex-start !important;gap:20px;padding:40px 24px;align-self:stretch}.pricings .pricings-container .pricing .pricing-content .benefits .benefit{display:flex;justify-content:center;align-items:center;gap:12px}.pricings .pricings-container .pricing .pricing-content .benefits .benefit .bene_icon{width:20px;height:20px}.pricings .pricings-container .pricing .pricing-content .benefits .benefit .streamline{color:var(--color-white);font-style:normal;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}.languages{display:none;position:relative;flex-direction:column;align-items:flex-start;gap:24px;padding:4px;position:fixed;top:28%;right:1%;transform:translate(-50%, -50%);border-radius:8px;background:#fff;max-height:280px}.languages .box{position:absolute;top:-5%;left:40%}.languages .frame{display:flex;flex-direction:column;position:relative;align-items:center;max-height:400px;overflow:auto}@media(max-width: 1024px){.languages .frame{justify-content:center}}.languages .frame .lang-button{display:flex;width:92px;align-items:center;justify-content:center;padding:6px 10px;flex:0 0 auto;text-decoration:none;border-radius:8px;background:var(--color-white)}.languages .frame .lang-button:hover{background:var(--color-Accent1)}.languages .frame .lang-button.font-bold.text-white{background:var(--color-Accent1)}.languages .frame .lang-button .img{position:relative;width:26.67px;height:20px}.languages .frame .lang-button .text-wrapper-2,.languages .frame .lang-button .text-wrapper-3,.languages .frame .lang-button .text-wrapper-4{white-space:nowrap;letter-spacing:0;color:#000;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}.languages .frame .lang-button .text-wrapper-2{position:absolute;top:-1px;left:0}.languages .frame .lang-button .text-wrapper-3{position:relative;width:fit-content;margin-top:-0.5px}.languages .frame .lang-button .text-wrapper-4{position:relative;width:fit-content;margin-top:-0.5px;text-decoration:underline}.languages .close-button{position:absolute;width:14px;height:14px;top:25px;right:30px;cursor:pointer}.languages .div-wrapper{position:relative;width:74px;height:19px}.language-switcher{display:flex;padding:.25rem .375rem;justify-content:center;align-items:center;gap:.625rem;border-radius:4px;cursor:pointer;color:var(--color-white)}.forgot-section .whq-card .whq-card-container{justify-content:center}.forgot-section .whq-card .whq-card-container .form-image{display:none}.forgot-section .whq-card .whq-card-container .whq-card-content{max-width:656px}.cancel-membership-section .whq-card button,.unsubscribe-section .whq-card button{background:var(--color-danger);padding:10px 20px;border-radius:4px 22px;color:var(--color-text-dark);width:100%}.faqs{padding:80px 0}@media(max-width: 1024px){.faqs{padding:60px 0}}.faqs .container{display:flex;flex-direction:column;gap:40px}@media(max-width: 768px){.faqs .container{gap:60px}}.faqs .container .faq-content{display:flex;flex-direction:column;gap:24px;align-items:center}.faqs .container .faq-content .block-title{max-width:822px;text-align:center;font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:700;font-family:var(--secondary-font);background:var(--color-text-dark);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 1024px){.faqs .container .faq-content .block-title{max-width:100%;font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}}.faqs .container .faq-content .sub-title{max-width:660px;text-align:center;color:var(--color-text-light);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.faqs .container .faq-content .sub-title{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:600}}.faqs .container .faqs-container{display:flex;justify-content:center;align-items:center;gap:2rem}@media(max-width: 1024px){.faqs .container .faqs-container{flex-direction:column;gap:48px;align-items:center}}.faqs .container .faqs-container .faqs-left{flex:1;display:none}@media(max-width: 1024px){.faqs .container .faqs-container .faqs-left{display:none}}.faqs .container .faqs-container .faqs-left img{width:100%;margin-bottom:-222px}.faqs .container .faqs-container .faqs-items{flex:1;align-items:center;max-width:610px;width:100%;display:flex;flex-direction:column;gap:20px}@media(max-width: 1024px){.faqs .container .faqs-container .faqs-items{padding-bottom:0}}.faqs .container .faqs-container .faqs-items .faq-accordion-item{display:flex;flex-direction:column;gap:24px;width:100%;padding:20px;background:var(--bg-body);border:1px solid var(--color-primary);border-radius:20px;box-shadow:0 4px 11.3px 0 rgba(0,0,0,.07)}.faqs .container .faqs-container .faqs-items .faq-accordion-item.active{background:var(--bg-tertiary)}.faqs .container .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header{display:flex;gap:30px;cursor:pointer}.faqs .container .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-btn{flex:1;border:none;background-color:rgba(0,0,0,0);color:var(--color-white);text-align:left;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600;cursor:pointer;font-family:var(--secondary-font)}.faqs .container .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .opened{color:var(--color-white) !important}.faqs .container .faqs-container .faqs-items .faq-accordion-item .faq-accordion-body{overflow:hidden;transition:height 3s ease;padding-bottom:4px;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;color:var(--color-white);border-radius:20px;background:var(--bg-tertiary);padding:20px}@media(max-width: 1024px){.faqs .container .faqs-container .faqs-items .faq-accordion-item .faq-accordion-body{padding-bottom:0}}.faqs .container .faqs-container .faqs-items .faq-accordion-item .d-none{display:none}.faqs .container .faqs-container .faqs-items .faq-accordion-item .d-block{display:block}.features{padding:169px 0 100px;background-image:url("../../images/hero/hero_bg01.png");background-repeat:no-repeat;background-size:100% 100%;background-position:center;position:relative;overflow:hidden}@media(max-width: 1024px){.features{padding:160px 0 80px;background-image:url("../../images/hero/hero_bg_mobile.png")}}.features .btm_line{position:absolute;bottom:-13px;left:0;width:200%;height:80px}.features .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto;z-index:-1}.features .bg-1{background-image:url(../../images/lightning_hero_left_btm.png);background-position:0% 93%;background-size:300px;animation:glowPulse 2.5s ease-in-out infinite}@media(max-width: 1024px){.features .bg-1{background-image:none}}.features .bg-2{background-image:url(../../images/lightning_hero_left_top.png);background-position:1% 76%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.features .bg-2{background-image:none}}.features .bg-3{background-image:url(../../images/lightning_hero_right_btm.png);background-position:100% 93%;background-size:300px;animation:glowPulse 4.5s ease-in-out infinite}@media(max-width: 1024px){.features .bg-3{background-image:none}}.features .container{display:flex;flex-direction:column;align-items:center;row-gap:40px;align-self:stretch;position:relative;padding-left:2rem;padding-right:2rem}@media(max-width: 1024px){.features .container{padding-left:1rem;padding-right:1rem}}.features .container .features-header-section{display:flex;gap:18px;justify-content:flex-start;flex-direction:column;align-items:center;text-align:center;max-width:680px}@media(max-width: 1024px){.features .container .features-header-section{width:100%;flex-direction:column;justify-content:flex-start}}.features .container .features-header-section .block-title{font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px;color:var(--color-text-dark);flex-basis:48%;font-family:var(--secondary-font)}@media(max-width: 1024px){.features .container .features-header-section .block-title{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.features .container .features-header-section .block-title span{font-family:var(--secondary-font);color:var(--color-primary);font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px}@media(max-width: 1024px){.features .container .features-header-section .block-title span{display:inline;font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.features .container .features-header-section .description{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;flex-basis:30%}.features .container .features-header-section .description .features-section-description p{color:var(--color-text-light);font-size:20px;font-style:normal;font-weight:400;line-height:30px}.features .container .features-header-section .button{margin-top:10px;display:flex;align-items:center}.features .container .features-container{position:relative;display:flex;justify-content:center;align-items:center;gap:1.25rem;overflow:hidden;width:100%}@media(max-width: 768px){.features .container .features-container{flex-direction:column}}.features .container .features-container .feature-slider-wrapper{width:100%;overflow:hidden;border-radius:8px;display:flex;justify-content:center}.features .container .features-container .feature-slider-wrapper .feature-track{display:flex;justify-content:center;gap:10px;transition:transform .5s ease-in-out;max-width:844px}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track{gap:20px;flex-direction:column}}.features .container .features-container .feature-slider-wrapper .feature-track .feature{display:flex;align-items:flex-start;gap:1.5rem;cursor:pointer;align-self:stretch;height:100%}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1){flex:0 0 calc(39% - 8px)}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1){flex:1}}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover{flex:0 0 calc(20% - 3px)}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover{flex:1}}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover .feature-content .feature-description{display:none}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover .feature-content .feature-description{display:block}}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(1).shrink-on-hover .feature-image img{object-fit:cover;object-position:center}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2),.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3),.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4){flex:0 0 calc(20% - 3px)}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2):hover,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3):hover,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4):hover{flex:0 0 calc(39% - 8px)}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2):hover,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3):hover,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4):hover{flex:1}}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2):hover .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3):hover .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4):hover .feature-content .feature-title{display:block}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2):hover .feature-content .feature-description,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3):hover .feature-content .feature-description,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4):hover .feature-content .feature-description{display:block}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2):hover .feature-image img,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3):hover .feature-image img,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4):hover .feature-image img{object-fit:cover;object-position:top}.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2) .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2) .feature-content .feature-description,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3) .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3) .feature-content .feature-description,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4) .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4) .feature-content .feature-description{display:none}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2) .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(2) .feature-content .feature-description,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3) .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(3) .feature-content .feature-description,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4) .feature-content .feature-title,.features .container .features-container .feature-slider-wrapper .feature-track .feature:nth-child(4) .feature-content .feature-description{display:block}}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container{display:flex;flex-direction:column;align-items:center;align-self:stretch;position:relative;border-radius:20px;width:100%;height:100%;gap:20px}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container{flex-direction:column;align-items:center;align-self:center;width:100%;gap:14px}}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-image{overflow:hidden;border-radius:20px;width:100%;height:100%;flex:1}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-image{width:100%}}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;border-radius:20px}@media(max-width: 1024px){.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-image img{max-height:100%}}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-content{display:flex;flex-direction:column;gap:14px;justify-content:space-between;align-items:flex-start;text-align:left;width:100%;height:100%;position:absolute;border-radius:20px;bottom:0;padding:20px;transition:background .5s ease}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-content .feature-title{font-size:30px;font-style:normal;font-weight:400;line-height:38px;color:var(--color-white);font-family:var(--secondary-font);transition:transform .5s ease;height:unset !important}@media(max-width: 768px){.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-content .feature-title{height:unset}}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-content .feature-description{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-light)}.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-content .button{margin-top:6px;align-self:flex-start;display:flex;align-items:center;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;background:var(--color-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding:0;position:relative}@media(max-width: 768px){.features .container .features-container .feature-slider-wrapper .feature-track .feature .feature-container .feature-content .button{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:700}}.companion-wrapper{padding-top:100px;padding-bottom:100px;background-color:var(--color-accent2)}@media(max-width: 1024px){.companion-wrapper{padding:60px 0}}.companion-wrapper .container{display:flex;flex-direction:column;align-items:center;gap:40px}.companion-wrapper .container .header-content{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:21px;width:100%;transition:opacity .4s ease}@media(max-width: 1024px){.companion-wrapper .container .header-content{flex-direction:column}}.companion-wrapper .container .header-content h3{font-family:var(--secondary-font);color:var(--color-text-dark);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;max-width:604px}@media(max-width: 1024px){.companion-wrapper .container .header-content h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;max-width:100%}}.companion-wrapper .container .header-content p{color:var(--color-text-light);font-size:20px;font-style:normal;font-weight:400;line-height:30px;max-width:784px;width:100%}@media(max-width: 1024px){.companion-wrapper .container .header-content p{text-align:center;padding:0}}.companion-wrapper .container .contents-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:start;gap:140px;width:100%}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper{flex-direction:column;gap:60px;padding:0}}.companion-wrapper .container .contents-wrapper .listing-content-container{display:flex;flex:1;flex-direction:column;gap:20px;width:100%;position:sticky;top:120px;height:416px;overflow:hidden;background-image:url("../../images/comp_img_bg.png");background-repeat:no-repeat;background-size:100% 100%;background-position:center}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper .listing-content-container{position:relative;width:343px;height:280px;overflow:hidden;top:unset}}.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content{position:absolute;top:0;left:0;width:507px;height:416px;opacity:0;z-index:0;transition:opacity .6s ease,transform .6s ease}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content{position:relative;width:100%;height:100%;display:none;padding-top:30px;padding-left:30px}}.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content.active{opacity:1;z-index:2;transform:translateY(0)}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content.active{display:block}}.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content.active .left-image{opacity:1;transform:translateY(0) scale(1)}.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content .left-image{width:419px;height:273px;position:absolute;bottom:55px;right:0;opacity:0;transform:translateY(80px) scale(0.95);transition:opacity .6s ease,transform .6s ease}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper .listing-content-container .listing-content .left-image{width:100%;height:auto;position:relative;bottom:auto;right:auto;transform:none;opacity:1}}.companion-wrapper .container .contents-wrapper .image-wrapper{margin-top:100px;width:100%;position:relative;display:flex;flex-direction:column;gap:150px;flex:1;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.companion-wrapper .container .contents-wrapper .image-wrapper::-webkit-scrollbar{display:none}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper .image-wrapper{margin-top:0;max-width:100%;gap:40px}}.companion-wrapper .container .contents-wrapper .image-wrapper .main_img{display:flex;gap:24px;align-items:start;position:relative;opacity:1;transform:translateY(0);transition:transform .6s ease}.companion-wrapper .container .contents-wrapper .image-wrapper .main_img.active{z-index:2;pointer-events:auto}.companion-wrapper .container .contents-wrapper .image-wrapper .main_img .companion-image{width:78px;height:78px}.companion-wrapper .container .contents-wrapper .image-wrapper .main_img .img_content{display:flex;flex-direction:column;gap:22px;max-width:464px;width:100%}.companion-wrapper .container .contents-wrapper .image-wrapper .main_img .img_content .title{font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-primary);font-family:var(--secondary-font)}@media(max-width: 1024px){.companion-wrapper .container .contents-wrapper .image-wrapper .main_img .img_content .title{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.companion-wrapper .container .contents-wrapper .image-wrapper .main_img .img_content .desc{max-width:364px;font-size:20px;font-style:normal;font-weight:600;line-height:30px;color:var(--color-text-light)}.offer{display:flex;padding:60px 0;align-items:center;align-self:stretch;position:relative;overflow:hidden}.offer .container{display:flex;padding-left:2rem;padding-right:2rem;justify-content:center}@media(max-width: 564px){.offer .container{width:100%}}@media(max-width: 1024px){.offer .container{flex-direction:column;align-items:flex-start;padding-left:1rem;padding-right:1rem}}.offer .container .video-bg{width:100%;height:100%;max-height:529px;object-fit:cover;z-index:0;pointer-events:none;border-radius:40px;border:4px solid var(--color-primary)}.offer .container .offer-text{position:relative;max-width:1280px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center}@media(max-width: 1024px){.offer .container .offer-text{padding:64px 16px;max-width:100%}}.offer .container .offer-text .content{position:absolute;top:0;left:0;width:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);padding:180px 32px;display:flex;text-align:center;flex-direction:column;align-items:center;justify-content:center;color:var(--color-white);border-radius:40px;gap:1.25rem}.offer .container .offer-text .content .offer-title{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700;color:var(--color-white);-webkit-text-fill-color:unset;z-index:1}.offer .container .offer-text .content p{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;max-width:70%;z-index:1}@media(max-width: 1024px){.offer .container .offer-text .content p{max-width:100%}}.offer .container .offer-text .content .button{margin-top:20px;align-self:center;display:flex;align-items:center;z-index:1}.offer .container .offer-text .content .button span{color:var(--color-text-light)}@keyframes offerslideIn{0%{top:-100%;left:-100%}100%{top:0%;left:300%}}.carousel-features{position:relative;padding:80px 0;display:flex;flex-direction:column;gap:28px;align-items:center;background-position:center;background-repeat:no-repeat;background-size:100% 100%;overflow:hidden}@media(max-width: 1024px){.carousel-features{padding:60px 0;gap:80px}}.carousel-features .head-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}@media(max-width: 1024px){.carousel-features .head-content{max-width:100%}}.carousel-features .head-content h2{font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:-1.2px;max-width:650px;background:var(--color-text-dark);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 1024px){.carousel-features .head-content h2{font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}}.carousel-features .head-content p{font-size:20px;font-style:normal;font-weight:600;line-height:30px;max-width:728px;color:var(--color-text-light)}@media(max-width: 1024px){.carousel-features .head-content p{max-width:100%}}.carousel-features .slider-container{position:relative;width:100%;margin:0 auto}.carousel-features .slider-container .carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.carousel-features .slider-container .carousel-overlay img{width:100%;height:106%;object-fit:cover;margin-top:-18px}.carousel-features .slider-container .owl-carousel{position:relative;z-index:1;padding:0 20px}.carousel-features .slider-container .owl-carousel .slider-item{padding:0 10px}.carousel-features .slider-container .owl-carousel .slider-item img{width:100%;height:auto;object-fit:contain;border-radius:8px}.cheeseburger-menu{display:none}@media(max-width: 1155px){#mobile-menu-icon{display:block;padding:8px;order:2}#mobile-menu-icon span{display:block;background-image:url(../../images/menu.svg);background-repeat:no-repeat;background-position:center;height:24px;width:24px}.cheeseburger-menu{position:fixed;display:flex;height:auto;width:100%;padding:2rem 1rem;flex-direction:column;align-items:flex-start;gap:0;background:var(--color-tertiary);top:75px;box-shadow:0px 12px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03);transform:translateX(-100%);transition:ease-in .2s;z-index:999;display:flex}.cheeseburger-menu.open{transform:translateX(0);transform-style:preserve-3d}.cheeseburger-menu .cheeseburger-menu__close{display:flex;width:100%;justify-content:flex-end;height:40px;align-items:center}.cheeseburger-menu .cheeseburger-menu__close span{background-image:url(../../images/close.svg);background-repeat:no-repeat;background-size:38px;height:40px;width:40px}.cheeseburger-menu .cheeseburger-menu__menu{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:stretch}.cheeseburger-menu .cheeseburger-menu__menu:first-child{gap:0}.cheeseburger-menu .cheeseburger-menu__menu:last-child{padding:24px 0}.cheeseburger-menu .cheeseburger-menu__menu .menu-item{text-align:center;width:100%}.cheeseburger-menu .cheeseburger-menu__menu .menu-item.active .menu-item__link{color:var(--color-primary, #0040C1)}.cheeseburger-menu .cheeseburger-menu__menu .menu-item__link{color:var(--color-text-dark);text-decoration:none;border-bottom:none;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:12px 0;margin:0;display:flex;gap:8px;justify-content:center}.cheeseburger-menu .cheeseburger-menu__menu .menu-item__link:active{border-color:var(--color-primary)}.cheeseburger-menu .cheeseburger-menu__menu .btn{padding:10px 20px;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--color-tertiary)}.cheeseburger-menu .cheeseburger-menu__menu .btn.login{align-items:center;transform-style:preserve-3d;position:relative}.cheeseburger-menu .cheeseburger-menu__menu .btn.login span{border:1px solid rgba(255,255,255,.15);background:var(--color-primary)}.cheeseburger-menu .cheeseburger-menu__menu .btn.signup{align-items:center}.overlay{display:none;position:fixed;inset:0;background-color:rgba(0,0,0,.59);z-index:1}}#cheeseburger-menu .cheeseburger-menu__menu:last-child .button:not(.login,.signup){background:var(--color-white);color:var(--color-primary);font-weight:600;border-radius:var(--border-radius)}.text_slider{padding:0}@media(max-width: 1024px){.text_slider .text_slider_container{padding:0}}.text_slider .text_slider_parent{overflow:hidden;position:relative;z-index:1;padding:30px 0;background:var(--bg-tertiary);border-top:1px solid var(--color-primary);width:101%;margin-left:-0.5%}@media(max-width: 1024px){.text_slider .text_slider_parent{padding:16px 0}}.text_slider .text_slider_wrapper{display:flex;flex-wrap:nowrap;width:100%;transition:transform .6s ease-in-out;gap:90px}.text_slider .text_slider_wrapper .slider_item{flex:0 0 20%;max-width:fit-content;box-sizing:border-box;text-align:left}@media(max-width: 1024px){.text_slider .text_slider_wrapper .slider_item{flex:0 0 calc(33.3333333333% + 25px);max-width:calc(33.3333333333% + 25px)}}@media(max-width: 564px){.text_slider .text_slider_wrapper .slider_item{gap:48px;flex:0 0 calc(33.3333333333% + 48px);max-width:calc(33.3333333333% + 48px)}}.text_slider .text_slider_wrapper .slider_item h3{font-size:20px;font-style:normal;font-weight:700;line-height:30px;color:var(--color-text-light);text-transform:capitalize;white-space:nowrap;display:flex;gap:14px;align-items:center}@media(max-width: 564px){.text_slider .text_slider_wrapper .slider_item h3{font-size:12.847px;font-style:normal;font-weight:400;line-height:17.129px}}.text_slider .text_slider_wrapper .slider_item .clone{opacity:0}.text_slider .text_slider_wrapper .slider_item img{width:100%}.text_slider .slider_dots{display:flex;gap:18px;align-items:center;justify-content:center;margin-top:60px;display:none}.text_slider .slider_dots .dot{width:14px;height:14px;background-color:var(--color-secondary);border-radius:100%;display:block}.text_slider .slider_dots .dot.active{width:24px;height:24px;background-color:var(--color-primary)}.text-left{padding:80px 0}@media(max-width: 1024px){.text-left{padding:40px 0 !important}}.text-left.paragraph .text-left-container{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:2rem}@media(max-width: 1024px){.text-left.paragraph .text-left-container{flex-direction:column;gap:34px;align-items:center}}.text-left.paragraph .text-left-container h4 span{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.text-left.paragraph .text-left-container h4 span{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600}}@media(max-width: 1024px){.text-left.paragraph .text-left-container .paragraph-text{text-align:center}}.text-left.paragraph .text-left-container .paragraph-image{max-width:unset;flex:1.6;align-self:stretch}@media(max-width: 1024px){.text-left.paragraph .text-left-container .paragraph-image{height:auto;display:flex;justify-content:center;width:100%}}.text-left.paragraph .text-left-container .right-section{display:flex;gap:1rem;align-items:flex-start;width:100%;max-width:656px;position:relative;border-radius:24px;border:4px solid var(--color-primary)}.text-left.paragraph .text-left-container .right-section img{width:100%;border-radius:24px}.text-left.paragraph .text-left-container .text-left-text{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:start;gap:24px;max-width:532px;width:100%}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text{padding:0px;text-align:left;align-items:flex-start;gap:24px}}.text-left.paragraph .text-left-container .text-left-text .block-title{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:100%}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .block-title{align-items:start}}.text-left.paragraph .text-left-container .text-left-text .block-title h3{color:var(--color-text-dark);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .block-title h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.text-left.paragraph .text-left-container .text-left-text .block-title h3 span{font-family:var(--secondary-font);color:var(--color-primary);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .block-title h3 span{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.text-left.paragraph .text-left-container .text-left-text p,.text-left.paragraph .text-left-container .text-left-text li{width:100%;font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-light)}.text-left.paragraph .text-left-container .text-left-text .button{margin-top:36px;display:flex;align-items:center;gap:12px;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:700;padding:16px 28px;color:var(--color-white)}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .button{margin-top:10px}}.text-right{align-self:stretch;padding:100px 0;background-repeat:no-repeat;background-position:top left}@media(max-width: 1024px){.text-right{padding:60px 0 !important;background-image:none}}.text-right .text-right-container{display:flex;justify-content:space-between;align-items:stretch;gap:92px}@media(max-width: 1024px){.text-right .text-right-container{flex-direction:column;gap:50px}}.text-right .text-right-container .left-section{display:flex;flex-direction:column;gap:40px;flex:60%}@media(max-width: 1024px){.text-right .text-right-container .left-section{gap:60px}}.text-right .text-right-container .left-section .left_image{width:100%}.text-right .text-right-container .left-section .left_image .text-right-desktop-view{width:100%;height:100%}.text-right .text-right-container .left-section .count_row{display:flex;justify-content:space-between;position:relative;width:100%;height:auto}@media(max-width: 768px){.text-right .text-right-container .left-section .count_row{flex-direction:column;gap:40px}}.text-right .text-right-container .left-section .count_row .count{display:flex;align-items:start;justify-content:start;flex-direction:column;text-align:left;gap:6px;color:var(--color-text-dark);transition:opacity .5s ease-in-out;padding:0 24px;border-right:1px solid var(--border-color)}.text-right .text-right-container .left-section .count_row .count:last-child{border:none}.text-right .text-right-container .left-section .count_row .count.active{display:flex;opacity:1}@media(max-width: 768px){.text-right .text-right-container .left-section .count_row .count{text-align:center;align-items:center}}.text-right .text-right-container .left-section .count_row .count .count_head{display:flex;align-items:center;gap:6px}.text-right .text-right-container .left-section .count_row .count .count_head .count_number{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:400;font-family:var(--secondary-font);color:var(--color-text-dark)}.text-right .text-right-container .left-section .count_row .count .count_head .count_number .sign{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:400;font-family:var(--secondary-font);color:var(--color-primary)}.text-right .text-right-container .left-section .count_row .count .count_head .count_number .sign span{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:400;font-family:var(--secondary-font);color:var(--color-text-dark)}.text-right .text-right-container .left-section .count_row .count .count_details{margin-top:0;font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}.text-right .text-right-container .text-right-text{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:33px;flex:49%}@media(max-width: 1024px){.text-right .text-right-container .text-right-text{gap:28px;text-align:center;align-items:center}}.text-right .text-right-container .text-right-text .sub-title{position:relative}.text-right .text-right-container .text-right-text .sub-title h4{margin-left:38px;font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600;color:var(--color-text-dark)}.text-right .text-right-container .text-right-text .block-title{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;align-self:stretch}@media(max-width: 1024px){.text-right .text-right-container .text-right-text .block-title{align-items:center}}.text-right .text-right-container .text-right-text .block-title h3{color:var(--color-text-dark);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.text-right .text-right-container .text-right-text .block-title h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;text-align:center}}.text-right .text-right-container .text-right-text .block-title h3 span{color:var(--color-primary);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.text-right .text-right-container .text-right-text .block-title h3 span{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;text-align:center}}.text-right .text-right-container .text-right-text p,.text-right .text-right-container .text-right-text li{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-light);max-width:540px}@media(max-width: 1024px){.text-right .text-right-container .text-right-text p,.text-right .text-right-container .text-right-text li{max-width:100%;text-align:left}}.text-right .text-right-container .text-right-text .button{background:var(--color-primary);color:var(--color-white)}.text-right .text-right-container .right-buttom{display:flex;flex-direction:column;gap:30px;margin-top:7px}@media(max-width: 1024px){.text-right .text-right-container .right-buttom{flex-direction:column}}.text-right .text-right-container .right-buttom .left-right{display:flex;flex-direction:column;gap:18px;max-width:353px}@media(max-width: 1024px){.text-right .text-right-container .right-buttom .left-right{max-width:100%}}.text-right .text-right-container .right-buttom .left-right .lr_head{display:flex;gap:16px;align-items:center}.text-right .text-right-container .right-buttom .left-right .lr_head h4{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:400;color:var(--color-text-dark);font-family:var(--secondary-font)}.text-right .text-right-container .right-buttom .left-right p,.text-right .text-right-container .right-buttom .left-right li{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}.contact-block-wrapper{display:flex;flex-direction:column;gap:60px;align-items:center;justify-content:center;margin:0 auto}@media(max-width: 1024px){.contact-block-wrapper{flex-direction:column;align-items:center;gap:40px}}.contact-block-wrapper .contact-left{display:flex;flex-direction:column;justify-content:center;gap:46px;font-family:var(--secondary-font);color:var(--color-text-dark);align-items:center;max-width:960px;align-items:stretch}@media(max-width: 1024px){.contact-block-wrapper .contact-left{gap:0}}.contact-block-wrapper .contact-left .left_img{display:none;width:100%;height:-webkit-fill-available}.contact-block-wrapper .contact-left h2{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600;color:var(--color-text-dark)}@media(max-width: 768px){.contact-block-wrapper .contact-left h2{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.contact-block-wrapper .contact-left h2 span{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600;color:var(--color-primary)}@media(max-width: 768px){.contact-block-wrapper .contact-left h2 span{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.contact-block-wrapper .paragraph-image img{width:100%;height:100%}.contact-block-section{padding:40px 0;background-repeat:no-repeat;background-position:center;background-size:100% 100%;background:var(--bg-body);position:relative;z-index:1;overflow:hidden}.contact-block-section .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto;z-index:-1}.contact-block-section .bg-1{background-image:url(../../images/lightning_left_btm.png);background-position:0% 100%;background-size:300px;animation:glowPulse 2.5s ease-in-out infinite}@media(max-width: 1024px){.contact-block-section .bg-1{background-image:none}}.contact-block-section .bg-2{background-image:url(../../images/light_dark.gif);background-position:1% 41%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.contact-block-section .bg-2{background-image:none}}.contact-block-section .bg-3{background-image:url(../../images/lightning_right_mdl.png);background-position:99% 76%;background-size:300px;animation:glowPulse 4.5s ease-in-out infinite}@media(max-width: 1024px){.contact-block-section .bg-3{background-image:none}}.contact-block-section .container{padding:0 2rem}@media(max-width: 1024px){.contact-block-section .container{padding:0 1rem}}.contact-block-section .contact-block-wrapper .contact-block-content-parent{display:flex;flex-direction:column;align-items:center;max-width:1216px;width:100%;background-repeat:no-repeat;background-position:center;background-size:100% 100%;box-shadow:0 4px 32.6px 0 rgba(0,0,0,.25)}@media(max-width: 1024px){.contact-block-section .contact-block-wrapper .contact-block-content-parent{flex-direction:column;border-radius:40px 20px;padding:40px 14px}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content{gap:1rem;display:flex;flex-direction:column}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content .icon-sub-title{display:flex;flex-direction:row;gap:1rem}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content h1{font-family:var(--secondary-font);color:var(--color-text-dark);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700}@media(max-width: 768px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content h1{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content .icon-sub-title{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form{border-radius:24px;background:var(--color-tertiary);padding:40px;border:1px solid var(--color-white);max-width:658px;width:100%;opacity:0;animation:fadeInLeft .6s forwards;animation-delay:.3s;width:100%}@media(max-width: 1024px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form{padding:40px 20px;border-radius:24px}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .contact-block-header{text-align:center;padding:42px;background-color:var(--color-secondary);border-radius:8px 8px 0px 0px}@media(max-width: 564px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .contact-block-header{padding:24px}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .contact-block-header h1{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700;color:var(--color-white)}@media(max-width: 564px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .contact-block-header h1{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form textarea{resize:vertical;max-width:100%;height:200px}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form input,.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form textarea{outline:none}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .form-label{margin-bottom:10px}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .basic-captcha .form-input-wrapper{border-radius:20px;flex-wrap:nowrap}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .basic-captcha #reload-captcha{color:var(--color-black);padding:0 8px;display:block;border:0;flex:1;border-radius:0}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .basic-captcha #reload-captcha svg{margin:10px 0 0 0;width:18px;height:18px}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .basic-captcha button{padding:0 10px;color:var(--color-text-dark);border:none}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .basic-captcha .form-input{flex:unset !important;margin:0 0 0 15px;border-radius:0}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .form-actions{margin-top:40px;display:flex;justify-content:start}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .form-actions button{background:var(--color-primary);color:var(--color-tertiary);padding:10px 20px;border-radius:4px 22px;text-decoration:none;font-size:18px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;position:relative}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area{flex:.8;display:flex;justify-content:space-between;row-gap:24px;column-gap:12px}@media(max-width: 768px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area{flex-direction:column}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item{min-width:200px;width:calc(100% - 0rem);display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-secondary);padding:1.5rem;opacity:0;gap:20px;border-radius:8px;transition:.5s ease-in-out;animation:bounce 1s ease-in-out forwards}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item:hover{box-shadow:0px 10px 24px rgba(16,24,40,.08),0px -10px 24px rgba(16,24,40,.08),10px 0px 24px rgba(16,24,40,.08),-10px 0px 24px rgba(16,24,40,.08),0px 5px 15px rgba(16,24,40,.03),0px -5px 15px rgba(16,24,40,.03),5px 0px 15px rgba(16,24,40,.03),-5px 0px 15px rgba(16,24,40,.03)}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item:nth-child(1){animation-delay:0s}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item:nth-child(2){animation-delay:1s}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item:nth-child(3){animation-delay:1.5s}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item:nth-child(4){animation-delay:2s}@media(max-width: 564px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item{width:100%;padding:1.5rem}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item h3{color:var(--color-text-dark);text-transform:uppercase;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:inherit;font-weight:800}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item .contact-block-content{text-align:left;display:flex;flex-direction:column;gap:20px}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-block-content-area .contact-block-item .contact-block-content p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:500;word-break:break-all;text-align:center}.contact-info-wrapper{display:flex;gap:20px;padding:64px 0}@media(max-width: 1024px){.contact-info-wrapper{flex-direction:column;padding:0}}.contact-info-wrapper .contact-info-item{position:relative;background-color:rgba(212,195,5,.1);z-index:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:20px;border-radius:10px;width:32%}.contact-info-wrapper .contact-info-item::before{content:"";position:absolute;inset:0;background:var(--color-primary);border-radius:10px;padding:2px;-webkit-mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask-composite:xor;mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);mask-composite:exclude;z-index:-1}.contact-info-wrapper .contact-info-item .contact-info-top{display:flex;justify-content:center;align-items:center;gap:10px}@media(max-width: 1024px){.contact-info-wrapper .contact-info-item{width:100%}}.contact-info-wrapper .contact-info-item a{color:var(--color-black);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;text-decoration:none;font-family:var(--secondary-font)}.contact-info-wrapper .contact-info-item h3{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}.form-block{display:flex;padding:3rem 0rem;flex-direction:column;align-items:center;gap:2.5rem;align-self:stretch;background:var(--color-bg)}.form-block.angled{background:none;display:unset}.form-block .block-title{color:var(--color-tertiary);text-align:center}.form-block .contact-form{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:1rem;max-width:840px;margin:2.5rem auto 3rem}@media(max-width: 1024px){.form-block .contact-form{flex-direction:column;padding:0 1rem}}#cookie-modal{position:fixed;z-index:99;width:100%;left:0;background-color:rgba(0,0,0,.831372549);color:#fff;padding:25px;transition:bottom .5s ease}#cookie-modal .content{display:flex;justify-content:space-between;align-items:center}#cookie-modal .content .cookie-title{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:700}#cookie-modal .content .cookie-text a{color:#18cb18;text-decoration:none;font-weight:bold}@media(max-width: 1024px){#cookie-modal .content{display:flex;flex-direction:column;text-align:center;gap:10px}}#cookie-modal #cookie-button{background-color:#18cb18;padding:5px 10px;height:fit-content;cursor:pointer;white-space:nowrap}@keyframes slideUp{from{bottom:-360px}to{bottom:-1px}}@keyframes slideDown{from{bottom:-1px}to{bottom:-360px}}.hide-cookie{bottom:-1px;animation:slideDown 1s forwards;animation-delay:0s}.show-cookie{bottom:-360px;animation:slideUp 1s forwards;animation-delay:1s}.contact-section .container{display:flex;flex-direction:column;gap:24px;padding:0}.contact-section .container .sub_title{border-radius:8px;background:rgba(0,0,0,.1);color:var(--color-text-dark);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600;width:fit-content;padding:8px 10px}.contact-section .container h2{max-width:426px;width:100%;font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700;color:var(--color-white);font-family:var(--secondary-font)}.contact-section .container h2 span{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600;color:var(--color-primary)}@media(max-width: 1024px){.contact-section .container h2 span{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.contact-section .container .all-info{display:flex;flex-direction:row;gap:30px;align-items:flex-start;justify-content:center;align-items:stretch}@media(max-width: 1024px){.contact-section .container .all-info{flex-direction:column;gap:24px;padding:0 20px;align-items:center}}.contact-section .container .all-info .contact{display:flex;flex-direction:column;align-items:start;gap:40px;width:100%;background:var(--color-tertiary);box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15);border-radius:12px 32px;padding:20px}.contact-section .container .all-info .contact:hover{background:var(--color-primary)}.contact-section .container .all-info .contact:hover .content p,.contact-section .container .all-info .contact:hover .content h5{color:var(--color-tertiary)}.contact-section .container .all-info .contact:hover img{filter:brightness(0) invert(0)}.contact-section .container .all-info .contact .content img{max-width:60px;max-height:60px;width:100%}.contact-section .container .all-info .contact .content{display:flex;flex-direction:column;gap:4px;max-width:474px;width:100%}.contact-section .container .all-info .contact .content p{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light)}.contact-section .container .all-info .contact .content h5{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:400;color:var(--color-text-dark);font-family:var(--secondary-font)}.about-us-wrapper{padding:100px 0 46px;background:var(--bg-secondary);position:relative;overflow:hidden;z-index:0}@media(max-width: 1024px){.about-us-wrapper{padding:40px 0}}.about-us-wrapper .circle{position:absolute;top:-349px;right:-100px;width:586px;height:586px;z-index:-1}@media(max-width: 1024px){.about-us-wrapper .circle{top:-303px;right:-332px}}.about-us-wrapper .container{display:flex;flex-direction:column;align-items:center;gap:60px}@media(max-width: 1024px){.about-us-wrapper .container{gap:40px}}.about-us-wrapper .container .about-us-container{width:100%;display:flex;justify-content:center;align-items:center;gap:60px}@media(max-width: 1024px){.about-us-wrapper .container .about-us-container{flex-direction:column-reverse;gap:40px;align-items:center}}.about-us-wrapper .container .about-us-container h4 span{color:var(--color-text-dark);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.about-us-wrapper .container .about-us-container h4 span{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}.about-us-wrapper .container .about-us-container .about-us-text{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;gap:24px;max-width:974px;width:100%;text-align:center}@media(max-width: 1024px){.about-us-wrapper .container .about-us-container .about-us-text{padding:0px;gap:24px;max-width:100%}}.about-us-wrapper .container .about-us-container .about-us-text .block-title{display:flex;flex-direction:column;align-self:stretch;width:100%}@media(max-width: 1024px){.about-us-wrapper .container .about-us-container .about-us-text .block-title{max-width:100%}}.about-us-wrapper .container .about-us-container .about-us-text .block-title h3{color:var(--color-text-dark);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.about-us-wrapper .container .about-us-container .about-us-text .block-title h3{font-size:48px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-0.96px}}.about-us-wrapper .container .about-us-container .about-us-text p,.about-us-wrapper .container .about-us-container .about-us-text li{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-light);max-width:554px}@media(max-width: 1024px){.about-us-wrapper .container .about-us-container .about-us-text p,.about-us-wrapper .container .about-us-container .about-us-text li{max-width:100%}}.about-us-wrapper .container .features-content-wrapper{display:flex;flex-direction:column;gap:22px;max-width:1040px;width:100%}@media(max-width: 1024px){.about-us-wrapper .container .features-content-wrapper{flex-direction:column;gap:24px}}.about-us-wrapper .container .features-content-wrapper .feature-item{transition:1s ease-in-out;max-width:581px;width:100%;display:flex;flex-direction:row;gap:24px;align-items:center}.about-us-wrapper .container .features-content-wrapper .feature-item:nth-of-type(2),.about-us-wrapper .container .features-content-wrapper .feature-item:nth-of-type(4){align-self:flex-end;flex-direction:row-reverse}.about-us-wrapper .container .features-content-wrapper .feature-item:nth-of-type(1) .feature-count,.about-us-wrapper .container .features-content-wrapper .feature-item:nth-of-type(4) .feature-count{background:var(--color-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 1024px){.about-us-wrapper .container .features-content-wrapper .feature-item{width:100%;gap:12px}}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-count{font-size:86px;font-style:normal;font-weight:800;line-height:100px;text-transform:capitalize;font-family:var(--secondary-font);color:var(--color-secondary)}@media(max-width: 1024px){.about-us-wrapper .container .features-content-wrapper .feature-item .feature-count{font-size:48px;font-style:normal;font-weight:700;line-height:60px;letter-spacing:-0.96px}}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content{padding:24px;display:flex;flex-direction:row;align-items:center;gap:16px;border-radius:20px;background:var(--color-white);border:3px solid var(--bg-tertiary);width:100%}@media(max-width: 1024px){.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content{padding:12px}}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content .feature-image{width:56px;height:56px}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content .feature-image img{width:100%;height:auto}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content .feature-text{display:flex;flex-direction:column;gap:4px;flex:1}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content .feature-text .feature-title{height:unset !important;font-size:24px;font-style:normal;font-weight:500;line-height:32px;color:var(--color-text-dark)}.about-us-wrapper .container .features-content-wrapper .feature-item .feature-content .feature-text .feature-description{font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:var(--color-text-light)}.about-listing-wrapper{padding-top:60px;padding-bottom:60px;background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:relative}.about-listing-wrapper .list_right_top{position:absolute;top:60px;right:0;z-index:-1}@media(max-width: 1024px){.about-listing-wrapper .list_right_top{top:0;right:0}}.about-listing-wrapper .list_left_btm{position:absolute;bottom:0;left:0;z-index:-1}.about-listing-wrapper .container .contents-wrapper{display:flex;flex-direction:row-reverse;align-items:stretch;gap:90px;padding:40px 38px;border-radius:24px}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper{flex-direction:column-reverse;gap:40px;align-items:center;text-align:center;padding:0}}.about-listing-wrapper .container .contents-wrapper .listing-contents{display:flex;align-items:flex-start;flex-direction:column;gap:33px;flex:.9}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .listing-contents{gap:40px}}.about-listing-wrapper .container .contents-wrapper .listing-contents .header-content{text-align:left;display:flex;flex-direction:column;gap:24px}.about-listing-wrapper .container .contents-wrapper .listing-contents .header-content h3{font-family:var(--secondary-font);color:var(--color-text-dark);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .listing-contents .header-content h3{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}}.about-listing-wrapper .container .contents-wrapper .listing-contents .header-content h4{color:var(--color-text-light);font-size:20px;font-style:normal;font-weight:400;line-height:30px}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing_header{display:flex;gap:20px}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing_header h5{color:var(--color-white);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing_header .icon{width:30px;height:30px}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container{display:flex;flex-direction:column;gap:20px}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container{align-items:flex-start}}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing{display:flex;color:var(--color-text-light)}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing.listing-horizontal{flex-direction:row;align-items:center;gap:14px}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing .listing-icon img{margin-top:4px}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing .listing-content{display:flex;text-align:left}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing .listing-content p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:500}.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing .listing-content h5{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;padding:0 8px}@media(max-width: 768px){.about-listing-wrapper .container .contents-wrapper .listing-contents .listing-content-container .listing .listing-content h5{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}}.about-listing-wrapper .container .contents-wrapper .listing-contents .button{background:var(--color-white);color:var(--color-black)}.about-listing-wrapper .container .contents-wrapper .image-container{width:100%;display:flex;flex-direction:column;flex:1}.about-listing-wrapper .container .contents-wrapper .image-container .single_img{width:100%;position:relative;flex:1}@media(max-width: 768px){.about-listing-wrapper .container .contents-wrapper .image-container .single_img{height:410px}}.about-listing-wrapper .container .contents-wrapper .image-container .single_img img{width:85%;border-radius:48px;height:100%}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .image-container .single_img img{width:100%;object-fit:cover;height:100%}}.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content{display:flex;flex-direction:row;gap:27px;position:absolute;right:0;bottom:34px;padding:10px 16px;border-radius:12px;background:var(--color-white);box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content{bottom:43px;width:100%;justify-content:space-between}}.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_left{display:flex;flex-direction:column;gap:6px;align-items:flex-start;justify-content:center}.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_left h4{color:var(--color-text-dark);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:600}.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_left p{font-family:var(--secondary-font);background:var(--color-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:48px;font-style:normal;font-weight:700;line-height:60px;letter-spacing:-0.96px}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_left p{font-size:30px;font-style:normal;font-weight:700;line-height:38px}}.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_right{display:flex;justify-content:end;width:47%}.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_right .image_right{width:100%;border-radius:0}@media(max-width: 1024px){.about-listing-wrapper .container .contents-wrapper .image-container .single_img .single_img_content .si_right .image_right{width:100%}}.steppers-horizontal{padding:100px 0;position:relative;overflow:hidden}@media(max-width: 1024px){.steppers-horizontal{padding:64px 0}}.steppers-horizontal .btm_line{position:absolute;bottom:-13px;left:0;width:200%;height:80px}.steppers-horizontal .steppers-wrapper{display:flex;flex-direction:column;gap:80px}.steppers-horizontal .steppers-wrapper .steppers-header-area{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:21px;text-align:center;width:100%}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-header-area{max-width:100%}}.steppers-horizontal .steppers-wrapper .steppers-header-area .title{position:relative;font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-white);max-width:784px;width:100%;font-family:var(--secondary-font)}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-header-area .title{max-width:100%}}.steppers-horizontal .steppers-wrapper .steppers-header-area .title span{font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-primary);max-width:784px;width:100%;font-family:var(--secondary-font)}.steppers-horizontal .steppers-wrapper .steppers-header-area .brief{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light);max-width:784px;width:100%}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-header-area .brief{max-width:100%}}.steppers-horizontal .steppers-wrapper .steppers-content-area{display:flex;justify-content:center;align-items:end;position:relative;gap:97px}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area{flex-direction:column;align-items:center;gap:30px}}.steppers-horizontal .steppers-wrapper .steppers-content-area .line-dashed{width:890px;height:429px;border-radius:95px;position:absolute;top:87px;left:50%;transform:translateX(-50%);z-index:-1;display:flex;justify-content:space-between;align-items:center}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area .line-dashed{display:none}}.steppers-horizontal .steppers-wrapper .steppers-content-area .line-dashed .left{width:50%;height:100%;border-radius:95px 0 0 0;border-top:2px solid var(--border-color);border-right:1px solid var(--border-color)}.steppers-horizontal .steppers-wrapper .steppers-content-area .line-dashed .right{width:50%;height:100%;border-radius:0 95px 0 0;border-top:2px solid var(--border-color);border-left:1px solid var(--border-color)}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item{display:flex;flex-direction:column;justify-content:end;align-items:center;gap:10px}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(2){margin-bottom:45px}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(2){margin-bottom:0;order:2}}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(2) .steps_icon{margin-left:30px}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(2) .steps_icon{margin-left:0}}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(3){gap:110px}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(3){gap:20px;order:1}}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(3) .steps_content{background:linear-gradient(269deg, #030E14 0.81%, #CCE505 241.47%),linear-gradient(270deg, #030E14 0%, #CCE505 100%)}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(4){margin-bottom:45px}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(4){margin-bottom:0;order:3}}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(4) .steps_icon{margin-right:30px}@media(max-width: 1024px){.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item:nth-child(4) .steps_icon{margin-right:0}}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item .steps_content{display:flex;flex-direction:column;gap:24px;max-width:362px;width:100%;min-height:244px;padding:34px 34px 35px 34px;justify-content:flex-start;align-items:center;border-radius:24px;border:1px solid var(--border-color);background:var(--bg-body)}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item .steps_content .stepper-title{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:400;color:var(--color-primary);font-family:var(--secondary-font)}.steppers-horizontal .steppers-wrapper .steppers-content-area .stepper-item .steps_content .stepper-description{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;color:var(--color-text-light);text-align:center}.steppers-content-area .line-dashed,.steppers-content-area .line-dashed .left,.steppers-content-area .line-dashed .right{position:relative}.steppers-content-area .stepper-item{position:relative;z-index:2}.line-dashed .top-highlight,.line-dashed .vertical-highlight{position:absolute;background:#d3ed05;transition:width .45s cubic-bezier(0.2, 0.8, 0.2, 1),height .45s cubic-bezier(0.2, 0.8, 0.2, 1);pointer-events:none;z-index:1}.line-dashed .left .top-highlight{top:0;right:0;height:2px;width:0;transform-origin:right center}.line-dashed .right .top-highlight{top:0;left:0;height:2px;width:0;transform-origin:left center}.line-dashed .left .vertical-highlight{top:0;right:-1px;width:2px;height:0;transform-origin:top center}.line-dashed .right .vertical-highlight{top:0;left:-1px;width:2px;height:0;transform-origin:top center}.steppers{display:flex;padding:100px 0rem;flex-direction:column;align-items:center;gap:80px;align-self:stretch;background-image:url(../../images/st_vertical_bg.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media(max-width: 1024px){.steppers{background-image:unset;padding:40px 0rem}}.steppers .steppers-header-section{display:flex;flex-direction:column;align-items:center;gap:21px;text-align:center}@media(max-width: 1024px){.steppers .steppers-header-section{width:100%;padding:0 16px}}.steppers .steppers-header-section .sub-title{display:flex;justify-content:center;gap:18px}.steppers .steppers-header-section .sub-title h4{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:700;color:var(--color-primary)}.steppers .steppers-header-section h3{max-width:604px;font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-text-dark);font-family:var(--secondary-font)}@media(max-width: 1024px){.steppers .steppers-header-section h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.steppers .steppers-header-section h3 span{font-size:60px;font-style:normal;font-weight:400;line-height:72px;letter-spacing:-1.2px;color:var(--color-primary);font-family:var(--secondary-font)}@media(max-width: 1024px){.steppers .steppers-header-section h3 span{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px}}.steppers .steppers-header-section p{max-width:784px;font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light)}.steppers .steppers-container{display:flex;flex-direction:column;align-items:center;background-image:url(../../images/right_top2.svg);background-position:center;background-repeat:no-repeat;background-size:cover;max-width:1052px;width:100%}@media(max-width: 1024px){.steppers .steppers-container{max-width:100%;width:100%;background-image:unset}}.steppers .steppers-container .content-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:100px;width:100%;position:relative;margin:0 auto}@media(max-width: 1024px){.steppers .steppers-container .content-wrapper{flex-direction:column;align-items:center;gap:30px}}.steppers .steppers-container .content-wrapper:nth-of-type(even){flex-direction:row-reverse}@media(max-width: 1024px){.steppers .steppers-container .content-wrapper:nth-of-type(even){flex-direction:column;align-items:center;gap:30px}}.steppers .steppers-container .content-wrapper:last-child .steps span{height:50%}.steppers .steppers-container .content-wrapper:hover .steppers .steppers-container .content-wrapper::before{height:100%}.steppers .steppers-container .content-wrapper .content{position:relative;max-width:353px;width:100%;display:flex;flex-direction:column;gap:16px}@media(max-width: 564px){.steppers .steppers-container .content-wrapper .content{width:265px}}.steppers .steppers-container .content-wrapper .content .stepper-subtitle{padding-bottom:4px;font-size:20px;font-style:normal;font-weight:700;line-height:30px;color:var(--color-primary)}.steppers .steppers-container .content-wrapper .content .stepper-title{font-size:30px;font-style:normal;font-weight:400;line-height:38px;color:var(--color-primary);font-family:var(--secondary-font)}.steppers .steppers-container .content-wrapper .content p{font-size:20px;font-style:normal;font-weight:600;line-height:30px;color:var(--color-text-dark)}.steppers .steppers-container .content-wrapper .steps{width:120px;height:100%;display:flex;flex-direction:column;align-items:center;position:relative}.steppers .steppers-container .content-wrapper .steps span{position:absolute;left:50%;top:0;transform:translateX(-50%);width:36px;height:284px;background:rgba(255,255,255,.05);z-index:0}@media(max-width: 1024px){.steppers .steppers-container .content-wrapper .steps span{display:none}}.steppers .steppers-container .content-wrapper .steps span::before{content:"";position:absolute;left:0;top:0;width:100%;height:0;background:var(--color-primary);transition:height 1s ease}.steppers .steppers-container .content-wrapper .steps span.fill::before{height:286px}.steppers .steppers-container .content-wrapper .steps .stepper-icon{margin-top:-5px;width:120px;z-index:1}.steppers .steppers-container .content-wrapper .steps .stepper-icon .icon{width:100%;height:auto}.steppers .steppers-container .content-wrapper .empty{max-width:353px;width:100%}@keyframes moveBackground{0%{background-position:left 91px top 250px,right top 0,left bottom 53px,right -56px bottom 313px}50%{background-position:left 99px top 260px,right top 10px,left bottom 63px,right -56px bottom 323px}100%{background-position:left 91px top 250px,right top 0,left bottom 53px,right -56px bottom 313px}}@keyframes moveLeft{0%{background-position:right 55px top 5px}50%{background-position:right 55px top 15px}100%{background-position:right 55px top 5px}}@keyframes smallMoveLeft{0%{background-position:left -50px top 135px}50%{background-position:left -40px top 135px}100%{background-position:left -50px top 135px}}@keyframes fromRight{0%{opacity:0;transform:translateX(50px) scale(0.8)}100%{opacity:1;transform:translateX(0) scale(1)}}@keyframes fromLeft{0%{opacity:0;transform:translateX(-50px) scale(0.8)}100%{opacity:1;transform:translateX(0) scale(1)}}.steppers-container ul li{opacity:0;transform:translateY(30px);transition:opacity .6s ease-in-out,transform .6s ease-in-out}.steppers-container ul li:nth-child(even) .content:first-child img{opacity:0;animation:fromRight 1s ease-out forwards}.steppers-container ul li:nth-child(even) .content:last-child{opacity:0;animation:fromLeft 1s ease-out forwards}.steppers-container ul li:nth-child(odd) .content:first-child img{opacity:0;animation:fromLeft 1s ease-out forwards}.steppers-container ul li:nth-child(odd) .content:last-child{opacity:0;animation:fromRight 1s ease-out forwards}.steppers-container:has(.content) ul li{opacity:1;transform:translateY(0)}@keyframes animate1{0%{height:0}100%{height:235px}}@media(max-width: 1024px){@keyframes animate1{from{height:0px}to{height:350px}}}@media(max-width: 420px){@keyframes animate1{from{height:0px}to{height:450px}}}section#grav-login h1,section#grav-login p{display:none}.login-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.login-modal-overlay.active{opacity:1;visibility:visible}.login-modal-container{width:90%;max-width:500px;overflow-y:auto;border-radius:10px;position:relative;transform:scale(0.9);transition:transform .3s ease}.login-modal-overlay.active .login-modal-container{transform:scale(1)}.login-modal-content{position:relative;padding:30px}.login-modal-close{position:absolute;top:0%;right:0%;font-size:28px;cursor:pointer;z-index:10;color:var(--color-white);border-radius:12px;background:var(--color-tertiary);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);width:56px;height:56px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.login-modal-close:hover{background:#fff;color:var(--color-black)}@media(max-width: 768px){.login-modal-container{width:95%;max-height:95vh}.login-modal-content{padding:0}}.forgot-section{padding-top:260px;padding-bottom:260px;position:relative;z-index:1}@media(max-width: 1024px){.forgot-section{padding-top:116px;padding-bottom:40px}}.forgot-section::before{content:"";background-image:url(../../images/forgot_bg.png) !important}.login-section,.forgot-section{background:var(--bg-body)}.login-section::before,.forgot-section::before{content:"";position:absolute;top:0;left:0;width:55%;height:100%;background-image:url(../../images/login_bg.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:-1}@media(max-width: 1024px){.login-section::before,.forgot-section::before{background-image:unset}}.login-section.forgot-section .whq-card-content #grav-login>h1,.login-section.forgot-section .whq-card-content #grav-login>p,.forgot-section.forgot-section .whq-card-content #grav-login>h1,.forgot-section.forgot-section .whq-card-content #grav-login>p{display:none}.login-section .whq-card,.forgot-section .whq-card{border-radius:8px;box-shadow:none;margin:auto;margin-bottom:0 !important;padding:0 !important;color:var(--color-text-light)}.login-section .whq-card .whq-card-container,.forgot-section .whq-card .whq-card-container{display:flex;align-items:center;justify-content:end}@media(max-width: 1024px){.login-section .whq-card .whq-card-container,.forgot-section .whq-card .whq-card-container{flex-direction:column}}.login-section .whq-card .whq-card-container .form-image,.forgot-section .whq-card .whq-card-container .form-image{flex:.87;width:100%;position:relative;padding:80px 80px 80px 0}@media(max-width: 1024px){.login-section .whq-card .whq-card-container .form-image,.forgot-section .whq-card .whq-card-container .form-image{display:none}}.login-section .whq-card .whq-card-container .form-image .cash,.forgot-section .whq-card .whq-card-container .form-image .cash{position:absolute;top:0;right:0;width:266px;height:217px}.login-section .whq-card .whq-card-container .form-image .benefit,.forgot-section .whq-card .whq-card-container .form-image .benefit{position:absolute;width:349px;height:374px;bottom:0;left:-32px}.login-section .whq-card .whq-card-container .form-image img,.forgot-section .whq-card .whq-card-container .form-image img{width:100%;height:100%;z-index:1;position:relative}.login-section .whq-card .whq-card-container .whq-card-title,.forgot-section .whq-card .whq-card-container .whq-card-title{flex:1;font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:400;padding:42px;text-align:center;background:var(--color-tertiary);color:var(--color-text-light);border-radius:8px 8px 0px 0px}@media(max-width: 1024px){.login-section .whq-card .whq-card-container .whq-card-title,.forgot-section .whq-card .whq-card-container .whq-card-title{padding:2rem 1rem}}.login-section .whq-card .whq-card-container .whq-card-content,.forgot-section .whq-card .whq-card-container .whq-card-content{flex:1;padding:40px;max-width:656px;border-radius:12px 32px;background:var(--color-tertiary);box-shadow:0px 3px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03);border:1px solid var(--color-primary)}@media(max-width: 1024px){.login-section .whq-card .whq-card-container .whq-card-content,.forgot-section .whq-card .whq-card-container .whq-card-content{margin:20px 0}}.login-section .whq-card .whq-card-container .whq-card-content .notice-container,.forgot-section .whq-card .whq-card-container .whq-card-content .notice-container{margin-bottom:1rem}@media(max-width: 1024px){.login-section .whq-card .whq-card-container .whq-card-content,.forgot-section .whq-card .whq-card-container .whq-card-content{padding:40px 20px;width:100%}}.login-section .whq-card .whq-card-container .whq-card-content h3,.forgot-section .whq-card .whq-card-container .whq-card-content h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;font-family:var(--secondary-font);color:var(--color-text-dark);margin-bottom:16px}@media(max-width: 564px){.login-section .whq-card .whq-card-container .whq-card-content h3,.forgot-section .whq-card .whq-card-container .whq-card-content h3{font-size:36px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-0.72px}}.login-section .whq-card .whq-card-container .whq-card-content p,.forgot-section .whq-card .whq-card-container .whq-card-content p{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-dark)}.login-section .whq-card .whq-card-container .whq-card-content form,.forgot-section .whq-card .whq-card-container .whq-card-content form{display:flex;flex-direction:column;align-items:center}.login-section .whq-card .whq-card-container .whq-card-content form .form-field,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field{display:block;width:100%}.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data{width:100%}.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input::placeholder,.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper textarea::placeholder,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input::placeholder,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper textarea::placeholder{color:rgba(0,0,0,0)}.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill,.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:hover,.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:focus,.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:active,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:hover,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:focus,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.login-section .whq-card .whq-card-container .whq-card-content form .form-actions,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions{width:100%;text-align:center;text-align:-webkit-center;margin-top:40px}@media(max-width: 1024px){.login-section .whq-card .whq-card-container .whq-card-content form .form-actions,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions{margin-top:20px}}.login-section .whq-card .whq-card-container .whq-card-content form .form-actions .button:hover,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions .button:hover{transform:translateY(0) !important}.login-section .whq-card .whq-card-container .whq-card-content form .form-actions .button svg,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions .button svg{display:none}@media(max-width: 564px){.login-section .whq-card .whq-card-container .whq-card-content form .form-actions .button,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions .button{min-width:unset;width:100%}}.login-section #grav-login .form-field::before,.forgot-section #grav-login .form-field::before{font-size:20px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:10px;display:block;color:var(--color-text-dark)}.login-section #grav-login .form-field .form-label label,.forgot-section #grav-login .form-field .form-label label{color:var(--color-text-dark)}.login-section #grav-login .form-field:first-child:before,.forgot-section #grav-login .form-field:first-child:before{display:block}.login-section #grav-login .form-field:nth-child(2):before,.forgot-section #grav-login .form-field:nth-child(2):before{display:block}.login-section .form-actions,.forgot-section .form-actions{display:block;flex-direction:column;gap:2rem}.login-section .form-actions .form-data.rememberme,.forgot-section .form-actions .form-data.rememberme{margin-top:6px;text-align:left;display:flex;justify-content:space-between}@media(max-width: 564px){.login-section .form-actions .form-data.rememberme,.forgot-section .form-actions .form-data.rememberme{width:100%;display:block}}.login-section .form-actions .form-data.rememberme .form-input-wrapper,.forgot-section .form-actions .form-data.rememberme .form-input-wrapper{display:flex;align-items:center}@media(max-width: 564px){.login-section .form-actions .form-data.rememberme .form-input-wrapper,.forgot-section .form-actions .form-data.rememberme .form-input-wrapper{justify-content:start}}.login-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox],.forgot-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox]{appearance:none;-webkit-appearance:none;display:inline-block;position:unset;width:16px;height:16px;border-radius:4px;background-color:rgba(0,0,0,0);border:1px solid var(--color-text-light)}.login-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox]:checked,.forgot-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox]:checked{appearance:auto}.login-section .form-actions .form-data.rememberme .form-input-wrapper label,.forgot-section .form-actions .form-data.rememberme .form-input-wrapper label{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light);margin-left:8px}.login-section .form-actions .form-action-wrapper,.forgot-section .form-actions .form-action-wrapper{display:flex;flex-direction:column-reverse;gap:60px}.login-section .form-actions .form-action-wrapper .secondary,.forgot-section .form-actions .form-action-wrapper .secondary{max-width:300px;align-self:end;margin-top:-28px;text-decoration:none;padding:0;font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light);background:rgba(0,0,0,0)}@media(max-width: 564px){.login-section .form-actions .form-action-wrapper .secondary,.forgot-section .form-actions .form-action-wrapper .secondary{margin-top:10px;align-self:flex-start}}.login-section .form-actions .form-action-wrapper .secondary.button:after,.login-section .form-actions .form-action-wrapper .secondary.button:before,.forgot-section .form-actions .form-action-wrapper .secondary.button:after,.forgot-section .form-actions .form-action-wrapper .secondary.button:before{content:none}.login-section .form-actions .form-action-wrapper .secondary.button:hover,.forgot-section .form-actions .form-action-wrapper .secondary.button:hover{box-shadow:none;transform:translateY(0);color:var(--color-primary) !important}.login-section .form-actions .form-action-wrapper .primary span,.forgot-section .form-actions .form-action-wrapper .primary span{width:100%;background:var(--color-primary);box-shadow:none}.forgot-section .whq-card .whq-card-container .whq-card-content{margin:80px 0}@media(max-width: 1024px){.forgot-section .whq-card .whq-card-container .whq-card-content{margin:20px 0}}.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions button{width:100%;border:none}.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions button span{width:100%;background:var(--color-primary);box-shadow:none}.orders-table-page{margin:0 auto;text-align:left;padding-bottom:75px;padding-top:75px;width:100%;position:relative;padding:100px 0}@media(max-width: 1024px){.orders-table-page{width:unset;padding:60px 0 20px}.orders-table-page::before{height:100%}}.orders-table-page .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto}.orders-table-page .bg-2{background-image:url(../../images/light_dark.gif);background-position:1% 41%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.orders-table-page .bg-2{background-image:none}}.orders-table-page table{top:calc(50% - 550px);margin:0 auto;border-collapse:separate;overflow:hidden;border-radius:8px;border:1px solid var(--color-white);box-shadow:0px 1px 3px 0px rgba(16,24,40,.1),0px 1px 2px 0px rgba(16,24,40,.06);width:calc(100% - 4rem);max-width:1280px}@media all and (max-width: 918px){.orders-table-page table{display:block;overflow-x:scroll;width:calc(100% - 2rem)}}.orders-table-page table thead th{background-color:var(--color-primary) !important;color:var(--color-black);border-right:1px solid var(--color-white);border-bottom:1px solid var(--color-white);font-size:12px;line-height:18px;letter-spacing:normal;font-weight:500}.orders-table-page table th{padding:12px 16px}.orders-table-page table th,.orders-table-page table td{padding:16px;color:var(--order-text)}.orders-table-page table th:last-child,.orders-table-page table td:last-child{border-right:unset}.orders-table-page table th:nth-of-type(5){justify-content:center;align-items:center}.orders-table-page table th:nth-of-type(5)::after{content:"";display:inline-block;width:14px;height:14px;margin-left:4px;background-image:url(./../../images/down-arrow.svg);background-size:contain;background-repeat:no-repeat;cursor:pointer}.orders-table-page table tbody td{border-top:1px solid var(--color-white);border-right:1px solid var(--color-white);font-size:14px;line-height:20px;letter-spacing:normal;font-weight:500;background-color:var(--bg-body)}@media(max-width: 1024px){.orders-table-page table tbody td{white-space:nowrap}}.orders-table-page table td:nth-of-type(5){color:#027a48;display:list-item;list-style-position:inside;padding-bottom:19px}.orders-table-page table td:last-child{text-align:center}.orders-table-page table td a.btn{vertical-align:middle;text-decoration:none;background:var(--color-danger);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.orders-table-page table td a.btn svg{vertical-align:middle;margin-right:4px;margin-top:-1px;stroke:var(--color-danger)}.btn__simple.my-orders{text-decoration:none;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:500;color:var(--profile-text);display:block;width:100%}@media(max-width: 1024px){.btn__simple.my-orders{width:100%;display:inline-block}}@media(max-width: 564px){.btn__simple.my-orders{width:100%;display:block}}.btn__simple.my-orders svg{vertical-align:middle;margin-top:-4px}.profile-page .content-section{width:100%;display:flex;justify-content:center;padding:0 0 40px;max-width:100%;margin:unset}@media(max-width: 1024px){.profile-page .content-section{padding-bottom:60px !important}}.profile-page .content-section a{text-align:center}.profile-page .content-section a span{background:var(--color-primary)}.content-section-profile-page{padding:60px 0px;position:relative;overflow:hidden}@media(max-width: 1024px){.content-section-profile-page{padding:40px 0}}.content-section-profile-page .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto}.content-section-profile-page .bg-1{background-image:url(../../images/lightning_left_btm.png);background-position:0% 100%;background-size:300px;animation:glowPulse 2.5s ease-in-out infinite}@media(max-width: 1024px){.content-section-profile-page .bg-1{background-image:none}}.content-section-profile-page .bg-2{background-image:url(../../images/light_dark.gif);background-position:1% 41%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.content-section-profile-page .bg-2{background-image:none}}.content-section-profile-page .bg-3{background-image:url(../../images/lightning_right_mdl.png);background-position:99% 76%;background-size:300px;animation:glowPulse 4.5s ease-in-out infinite}@media(max-width: 1024px){.content-section-profile-page .bg-3{background-image:none}}.content-section-profile-page .container{display:flex;gap:78px;color:var(--profile-text);align-items:flex-start}@media(max-width: 1024px){.content-section-profile-page .container{flex-direction:column;gap:40px}}.content-section-profile-page .container:nth-last-child{justify-content:center}.content-section-profile-page .container .paragraph-column>.form-actions{margin-top:3.75rem;justify-content:flex-end;gap:2rem;flex-direction:row-reverse}@media(max-width: 564px){.content-section-profile-page .container .paragraph-column>.form-actions{flex-direction:column-reverse;gap:20px}}.content-section-profile-page .container .paragraph-column{border-radius:24px}.content-section-profile-page .container .paragraph-column .form-input-wrapper input:-webkit-autofill,.content-section-profile-page .container .paragraph-column .form-input-wrapper input:-webkit-autofill:hover,.content-section-profile-page .container .paragraph-column .form-input-wrapper input:-webkit-autofill:focus,.content-section-profile-page .container .paragraph-column .form-input-wrapper input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.content-section-profile-page .container .paragraph-column .form-input-wrapper input:focus{outline:none;border-color:#98a2b3;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}@media(max-width: 1024px){.content-section-profile-page .container .paragraph-column{width:100%}}.content-section-profile-page .container .paragraph-column label.error{bottom:0}.content-section-profile-page .container .paragraph-column .form-field label{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400}.content-section-profile-page .container .paragraph-column .form-field .error{color:var(--color-danger);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}.content-section-profile-page .container .paragraph-column:first-child{flex:55%;background-color:var(--color-tertiary);border-radius:12px 32px;border:1px solid var(--color-white);padding:40px}@media(max-width: 1024px){.content-section-profile-page .container .paragraph-column:first-child{padding:40px 20px}}.content-section-profile-page .container .paragraph-column:first-child h2{display:none;color:var(--color-text-dark);font-family:var(--secondary-font);margin-bottom:3.75rem;font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.content-section-profile-page .container .paragraph-column:first-child h2{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}.content-section-profile-page .container .paragraph-column:last-child{flex:45%;background-color:var(--color-tertiary);border:1px solid var(--color-white);margin-bottom:0;border-radius:12px 32px;padding:40px 30px}@media(max-width: 1024px){.content-section-profile-page .container .paragraph-column:last-child{padding:40px 20px}}.content-section-profile-page .container .paragraph-column:last-child h2{color:var(--color-white);text-align:center;margin-bottom:1.75rem;font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;font-family:var(--secondary-font)}.content-section-profile-page .container .paragraph-column:last-child .button{width:fit-content;text-align:center;margin-top:12px}@media(max-width: 768px){.content-section-profile-page .container .paragraph-column:last-child .button{width:100%}}.content-section-profile-page .container .paragraph-column:last-child #user-subscription{padding:2rem 0}.content-section-profile-page .container .paragraph-column:last-child .form-actions{margin-top:0;display:flex;justify-content:flex-end}@media(max-width: 1024px){.content-section-profile-page .container .paragraph-column:last-child .form-actions{justify-content:center}}.content-section-profile-page .container .paragraph-column:last-child .form-actions .button span{background:var(--color-danger);color:var(--color-white)}@media all and (max-width: 490px){.content-section-profile-page .container .paragraph-column{width:100%}.content-section-profile-page .container .form-actions a{margin-bottom:10px}}.content-section-profile-page .container .button,.content-section-profile-page .container button{border:none}@media(max-width: 768px){.content-section-profile-page .container .button,.content-section-profile-page .container button{width:100%;align-self:center}}.content-section-profile-page .container form[name=user-profile] .form-field:nth-child(1),.content-section-profile-page .container form[name=user-profile] .form-field:nth-child(2){width:calc(50% - 1rem);display:inline-block}@media(max-width: 564px){.content-section-profile-page .container form[name=user-profile] .form-field:nth-child(1),.content-section-profile-page .container form[name=user-profile] .form-field:nth-child(2){width:100%}}.content-section-profile-page .container form[name=user-profile] .form-field:nth-child(2){float:right}@media(max-width: 564px){.content-section-profile-page .container form[name=user-profile] .form-field:nth-child(2){float:none}}.form-input[disabled=disabled]{background-color:var(--color-white);color:var(--color-black)}.page-terms .main-container{position:relative}.page-terms .main-container .bg-icon{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background-repeat:no-repeat;background-size:auto}.page-terms .main-container .bg-2{background-image:url(../../images/light_dark.gif);background-position:1% 41%;animation:glowPulse 3.5s ease-in-out infinite}@media(max-width: 1024px){.page-terms .main-container .bg-2{background-image:none}}.cancel-membership-section,.unsubscribe-section{padding-top:260px;padding-bottom:260px;background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:relative;z-index:1}@media(max-width: 1024px){.cancel-membership-section,.unsubscribe-section{padding-top:116px;padding-bottom:40px}}.cancel-membership-section::before,.unsubscribe-section::before{content:"";position:absolute;top:0;left:0;width:55%;height:50%;background-image:url(../../images/can_subs.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:-1}@media(max-width: 1024px){.cancel-membership-section::before,.unsubscribe-section::before{background-image:unset}}.cancel-membership-section .whq-card,.unsubscribe-section .whq-card{border-radius:8px;box-shadow:none;margin:auto;margin-bottom:5rem !important;padding:0 !important;color:var(--color-text-dark)}.cancel-membership-section .whq-card .whq-card-container,.unsubscribe-section .whq-card .whq-card-container{display:flex;align-items:center;justify-content:end}@media(max-width: 1024px){.cancel-membership-section .whq-card .whq-card-container,.unsubscribe-section .whq-card .whq-card-container{flex-direction:column}}.cancel-membership-section .whq-card .whq-card-container .form-image,.unsubscribe-section .whq-card .whq-card-container .form-image{flex:.87;width:100%;position:relative;padding:80px 80px 80px 0}@media(max-width: 1024px){.cancel-membership-section .whq-card .whq-card-container .form-image,.unsubscribe-section .whq-card .whq-card-container .form-image{display:none}}.cancel-membership-section .whq-card .whq-card-container .form-image .cash,.unsubscribe-section .whq-card .whq-card-container .form-image .cash{position:absolute;top:0;right:0;width:266px;height:217px}.cancel-membership-section .whq-card .whq-card-container .form-image .benefit,.unsubscribe-section .whq-card .whq-card-container .form-image .benefit{position:absolute;width:349px;height:374px;bottom:0;left:-32px}.cancel-membership-section .whq-card .whq-card-container .form-image img,.unsubscribe-section .whq-card .whq-card-container .form-image img{width:100%;height:100%;z-index:1;position:relative}.cancel-membership-section .whq-card .whq-card-container .whq-card-title,.unsubscribe-section .whq-card .whq-card-container .whq-card-title{flex:1;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:400;padding:42px;text-align:center;background:var(--color-tertiary);color:var(--color-text-light);border-radius:8px 8px 0px 0px}@media(max-width: 1024px){.cancel-membership-section .whq-card .whq-card-container .whq-card-title,.unsubscribe-section .whq-card .whq-card-container .whq-card-title{padding:2rem 1rem}}.cancel-membership-section .whq-card .whq-card-container .whq-card-content,.unsubscribe-section .whq-card .whq-card-container .whq-card-content{flex:1;padding:40px;max-width:656px;border-radius:12px 32px;background:var(--color-tertiary);box-shadow:0px 3px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03);border:1px solid var(--color-primary)}@media(max-width: 1024px){.cancel-membership-section .whq-card .whq-card-container .whq-card-content,.unsubscribe-section .whq-card .whq-card-container .whq-card-content{margin:20px 0}}.cancel-membership-section .whq-card .whq-card-container .whq-card-content .notice-container,.unsubscribe-section .whq-card .whq-card-container .whq-card-content .notice-container{margin-bottom:1rem}@media(max-width: 1024px){.cancel-membership-section .whq-card .whq-card-container .whq-card-content,.unsubscribe-section .whq-card .whq-card-container .whq-card-content{padding:40px 20px;width:100%}}.cancel-membership-section .whq-card .whq-card-container .whq-card-content h3,.unsubscribe-section .whq-card .whq-card-container .whq-card-content h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;font-family:var(--secondary-font);color:var(--color-text-dark);margin-bottom:16px}@media(max-width: 564px){.cancel-membership-section .whq-card .whq-card-container .whq-card-content h3,.unsubscribe-section .whq-card .whq-card-container .whq-card-content h3{font-size:36px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-0.72px}}.cancel-membership-section .whq-card .whq-card-container .whq-card-content p,.unsubscribe-section .whq-card .whq-card-container .whq-card-content p{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-dark)}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form{display:flex;flex-direction:column;align-items:center}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field{display:block;width:100%}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data{width:100%}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input::placeholder,.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper textarea::placeholder,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input::placeholder,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper textarea::placeholder{color:rgba(0,0,0,0)}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill,.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:hover,.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:focus,.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:active,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:hover,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:focus,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-actions,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-actions{width:100%;text-align:center;text-align:-webkit-center;margin-top:40px}@media(max-width: 1024px){.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-actions,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-actions{margin-top:20px}}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-actions .button:hover,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-actions .button:hover{transform:translateY(0) !important}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-actions .button svg,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-actions .button svg{display:none}@media(max-width: 564px){.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-actions .button,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-actions .button{min-width:unset;width:100%}}.cancel-membership-section .whq-card,.unsubscribe-section .whq-card{margin:0 0 0 0}@media(max-width: 1024px){.cancel-membership-section .whq-card,.unsubscribe-section .whq-card{margin-bottom:40px !important}}.cancel-membership-section .whq-card #unsubscribe,.unsubscribe-section .whq-card #unsubscribe{margin-top:57px}@media(max-width: 1024px){.cancel-membership-section .whq-card #unsubscribe,.unsubscribe-section .whq-card #unsubscribe{margin-top:40px}}.cancel-membership-section .whq-card #unsubscribe .form-actions,.unsubscribe-section .whq-card #unsubscribe .form-actions{margin-top:40px}@media(max-width: 1024px){.cancel-membership-section .whq-card #unsubscribe .form-actions,.unsubscribe-section .whq-card #unsubscribe .form-actions{margin-top:20px}}.cancel-membership-section .form-actions .button{width:100%;border-radius:30px;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600}.page-contact .contact-block-wrapper{display:flex;gap:20px}.page-contact .contact-section-wrapper{padding:150px 0 250px 0;position:relative}@media(max-width: 1024px){.page-contact .contact-section-wrapper{padding:400px 0 100px 0}}.page-contact .contact-section-wrapper .contact-inner-wrapper{display:flex;align-items:center;justify-content:center;top:calc(15% - 350px);width:100%;left:0;padding:0 16px}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper{top:calc(0% - 400px)}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner{display:flex;justify-content:space-between;background:var(--color-white);max-width:576px;border-radius:20px;border:1px solid #dadada;box-shadow:0px 2px 10px 0px rgba(92,92,92,.12);padding:42px 48px}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner{padding:23px 28px}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section{display:flex;flex-direction:column;align-items:flex-start;gap:36px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content h3{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700;color:var(--color-text-dark)}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content h3{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:700}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content p{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}@media(max-width: 564px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .text-content p{font-size:12px;font-style:normal;font-weight:400;line-height:17.865px}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-field{margin-bottom:20px}@media(max-width: 1024px){.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-field{margin-bottom:15px}}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-field .form-label{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600;margin-bottom:4px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form input,.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form textarea{padding:12px 16px;border:1px solid var(--color-text-light);background:var(--color-white, #FFF);box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);margin:0;border-radius:8px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form input:focus,.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form textarea:focus{outline:none;border-radius:0}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form textarea{display:flex;height:100px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:8px;resize:vertical}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section form .form-actions .button{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600;background:var(--color-primary);color:var(--color-text-dark);padding:20px 40px;border-radius:20px;height:60px}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .basic-captcha .form-input-wrapper{border-radius:0}.page-contact .contact-section-wrapper .contact-inner-wrapper .contact-inner .email-section .basic-captcha .form-input{flex:auto;margin:0;margin-left:26px}.page-contact .contact-section-wrapper .join_our_team{overflow:hidden}.page-contact .contact-section-wrapper .join_our_team h1{font-size:120px;font-style:normal;font-weight:600;line-height:150%;color:var(--color-tertiary);width:500%;margin-left:-195px;overflow:hidden}@media(max-width: 564px){.page-contact .contact-section-wrapper .join_our_team h1{font-size:40px;font-style:normal;font-weight:700;line-height:150%}}.contact-details-section{background:url(../../images/contact_details_bg.png) #d3d3d3 0px -2.36px/133.333% 100.977% no-repeat;padding:80px 0}@media(max-width: 1024px){.contact-details-section{padding:60px 0}}.contact-details-section .contact-details-parent{display:flex;gap:70px;align-items:center}@media(max-width: 1024px){.contact-details-section .contact-details-parent{gap:40px;flex-direction:column;align-items:start}}.contact-details-section .contact-details-parent .contact-section-header{flex-basis:40%}@media(max-width: 1024px){.contact-details-section .contact-details-parent .contact-section-header{flex-basis:100%}}.contact-details-section .contact-details-parent .contact-section-header h3{font-size:46px;font-style:normal;font-weight:500;line-height:130%;text-align:left}@media(max-width: 564px){.contact-details-section .contact-details-parent .contact-section-header h3{font-size:28px;font-style:normal;font-weight:500;line-height:120%}}.contact-details-section .contact-details-parent .contact-section{flex-basis:60%;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:28px;align-self:stretch}@media(max-width: 1024px){.contact-details-section .contact-details-parent .contact-section{flex-basis:100%}}@media(max-width: 564px){.contact-details-section .contact-details-parent .contact-section{flex-direction:column;justify-content:center;align-items:flex-start;gap:24px}}.contact-details-section .contact-details-parent .contact-section .contact-section-item{flex:1}.contact-details-section .contact-details-parent .contact-section .contact-section-item .contact-section-item-border{background:var(--color-black);width:27px;height:3px}.contact-details-section .contact-details-parent .contact-section .contact-section-item label,.contact-details-section .contact-details-parent .contact-section .contact-section-item p{font-size:20px;font-style:normal;font-weight:500;display:block;line-height:32px}.contact-details-section .contact-details-parent .contact-section .contact-section-item .email-label,.contact-details-section .contact-details-parent .contact-section .contact-section-item .phone-lable{font-size:22px;font-weight:600;margin-bottom:25px;line-height:normal}.contact-details-section .contact-details-parent .contact-section .contact-section-item a{text-decoration:none;font-size:22px;font-weight:600;color:var(--color-black);margin-top:24px;margin-bottom:25px;display:block}.about-us-section{padding:10rem 7rem;display:flex;justify-content:center;align-items:center;gap:96px;align-self:stretch;margin:0 auto}.about-us-section .text-right-image{max-width:614px;flex:1 0 49%;align-self:stretch}@media(max-width: 1024px){.about-us-section .text-right-image{flex:unset}}.about-us-section .text-right-image img{width:100%}.about-us-section p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:inherit}.paragraph-column{width:50%}.about-image{display:flex;justify-content:center}.about-image img{width:80%;border-radius:var(--border-radius)}.about-text{flex:1 0 49%;display:flex;padding:4rem 2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem}.about-text .block-title{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;align-self:stretch;color:var(--color-black)}@media(max-width: 1024px){.about-us-section{flex-direction:column}.about-us-section:nth-child(2){flex-direction:column-reverse}.paragraph__image{height:30rem;flex:unset}.paragraph__text{padding:3rem 1.5rem}.about-us-section{padding:3rem 2rem}.paragraph-container{flex-direction:column-reverse}.about-text{padding:1rem 0}.paragraph-image{height:12rem;margin:auto}}.page-change-password .change-password-section{padding-top:260px;padding-bottom:260px;background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:relative;z-index:1}@media(max-width: 1024px){.page-change-password .change-password-section{padding-top:116px;padding-bottom:40px}}.page-change-password .change-password-section::before{content:"";position:absolute;top:0;left:0;width:55%;height:100%;background-image:url(../../images/login_bg.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:-1}@media(max-width: 1024px){.page-change-password .change-password-section::before{background-image:unset}}.page-change-password .change-password-section .whq-card{border-radius:24px;box-shadow:none;margin:auto;margin-bottom:0rem !important;padding:0 !important;color:var(--unsubscribe-text)}.page-change-password .change-password-section .whq-card .whq-card-container{display:flex;align-items:center;justify-content:end}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container{flex-direction:column}}.page-change-password .change-password-section .whq-card .whq-card-container .form-image{flex:.87;width:100%;position:relative;padding:80px 80px 80px 0}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container .form-image{display:none}}.page-change-password .change-password-section .whq-card .whq-card-container .form-image .cash{position:absolute;top:0;right:0;width:266px;height:217px}.page-change-password .change-password-section .whq-card .whq-card-container .form-image .benefit{position:absolute;width:349px;height:374px;bottom:0;left:-32px}.page-change-password .change-password-section .whq-card .whq-card-container .form-image img{width:100%;height:100%;z-index:1;position:relative}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-title{flex:1;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600;padding:42px;text-align:center;background:var(--unsubscribe-bg);color:var(--unsubscribe-title);border-radius:8px 8px 0px 0px}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-title{padding:2rem 1rem}}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content{flex:1;padding:40px;max-width:656px;border-radius:12px 32px;background:var(--color-tertiary);box-shadow:0px 3px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03);border:1px solid var(--color-primary)}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content{margin:20px 0}}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content .notice-container{margin-bottom:1rem}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content{padding:40px 20px;width:100%}}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content h3{font-size:48px;font-style:normal;font-weight:400;line-height:60px;letter-spacing:-0.96px;font-family:var(--secondary-font);color:var(--color-text-dark);margin-bottom:16px}@media(max-width: 564px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content h3{font-size:36px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-0.72px}}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content p{font-size:18px;font-style:normal;font-weight:400;line-height:28px;color:var(--color-text-dark)}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form{display:flex;flex-direction:column;align-items:center}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field{display:block;width:100%}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data{width:100%}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input::placeholder,.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper textarea::placeholder{color:rgba(0,0,0,0)}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill,.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:hover,.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:focus,.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions{width:100%;text-align:center;text-align:-webkit-center;margin-top:40px}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions{margin-top:20px}}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions .button:hover{transform:translateY(0) !important}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions .button svg{display:none}@media(max-width: 564px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions .button{min-width:unset;width:100%}}.page-change-password .change-password-section .whq-card-content{align-items:stretch !important;gap:4px !important}.page-change-password .change-password-section .whq-card-content .top{margin-bottom:50px}.page-change-password .change-password-section .whq-card-content .form-field .form-label label{color:var(--color-text-dark)}.page-change-password .form-actions{display:flex;justify-content:center}.page-change-password .form-actions .button{margin-top:30px;width:100%;border:none}@media(max-width: 1024px){.page-change-password .form-actions .button{margin-top:20px}}.page-change-password .form-actions .button span{width:100%}.content-section.change-password-form label{display:block}.cancel-membership{background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:relative;z-index:1}.cancel-membership::before{content:"";position:absolute;top:0;left:0;width:55%;height:100%;background-image:url(../../images/can_subs.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:-1}@media(max-width: 1024px){.cancel-membership::before{background-image:unset}}.cancel-membership .container{display:flex;align-items:center;justify-content:end;padding-top:260px;padding-bottom:260px}@media(max-width: 1024px){.cancel-membership .container{padding-top:116px;padding-bottom:40px;justify-content:center}}.cancel-membership .container .cm_forms{max-width:656px;width:100%;padding:40px;border:1px solid var(--color-primary);border-radius:12px 32px;background:var(--color-tertiary);box-shadow:0 4px 12.5px 0 rgba(0,0,0,.25)}@media(max-width: 1024px){.cancel-membership .container .cm_forms{margin:0 auto;padding:40px 20px}}.cancel-membership .container .cm_forms input:-webkit-autofill,.cancel-membership .container .cm_forms input:-webkit-autofill:hover,.cancel-membership .container .cm_forms input:-webkit-autofill:focus,.cancel-membership .container .cm_forms input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.cancel-membership .container .cm_forms input:focus{outline:none;border-color:#98a2b3;box-shadow:none}.cancel-membership .container .cm_forms .form-actions{text-align:center;width:100%;margin-top:2rem;display:flex;justify-content:center}.cancel-membership .container .cm_forms .form-actions button{width:100%;border:none}.cancel-membership .container .cm_forms .form-actions button span{width:100%;background:var(--color-danger);color:var(--color-white)}form[name=contact-us]{width:100%}form[name=contact-us] .form-textarea-wrapper label.error{bottom:-30px}form[name=contact-us] .form-actions{margin-top:32px}form[name=contact-us] .form-label{margin-bottom:6px}form[name=contact-us] .form-field:nth-child(2){float:right}@media(max-width: 1024px){form[name=contact-us] .form-field:nth-child(2){float:none}}form[name=contact-us] .form-field:nth-child(1),form[name=contact-us] .form-field:nth-child(2){width:calc(50% - 1rem);display:inline-block}@media(max-width: 1024px){form[name=contact-us] .form-field:nth-child(1),form[name=contact-us] .form-field:nth-child(2){width:100%;display:block}}.footer-section{overflow:hidden;background:var(--color-accent2);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:92px;align-self:stretch;padding:60px 0 45px;width:100%;background-repeat:no-repeat;background-size:100% 100%;background-position:center}@media(max-width: 1024px){.footer-section{padding:60px 0 24px;background-repeat:no-repeat;background-size:100% 100%;background-position:center;gap:40px}}.footer-section .container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:92px;width:100%;max-width:840px}.footer-section .container .footer-logo-container{display:flex;flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:center;gap:60px}@media(max-width: 1024px){.footer-section .container .footer-logo-container{gap:40px}}.footer-section .container .footer-logo-container .footer-logo-area{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;align-items:center;gap:20px;max-width:527px;width:100%}.footer-section .container .footer-logo-container .footer-logo-area .logo-container{padding:0;justify-content:start;align-items:start;background:rgba(0,0,0,0) !important}.footer-section .container .footer-logo-container .footer-logo-area .logo-container a{color:var(--color-white);text-decoration:none;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700}.footer-section .container .footer-logo-container .footer-logo-area .logo-container p{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;padding:6px 0;color:var(--color-white)}.footer-section .container .footer-logo-container .footer-logo-area .logo-container .footer-cards{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:left;gap:2rem;padding-top:4px}.footer-section .container .footer-logo-container .footer-logo-area .logo-container .footer-cards img{width:60px}.footer-section .container .footer-logo-container .footer-logo-area .branding-text{color:var(--color-text-light);font-size:18px;font-style:normal;font-weight:400;line-height:28px}.footer-section .container .footer-logo-container .footer-logo-area .footer-cards{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:left;gap:2rem;padding-top:4px}.footer-section .container .footer-logo-container .footer-contact-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;gap:60px}@media(max-width: 1024px){.footer-section .container .footer-logo-container .footer-contact-wrapper{width:100%;flex-direction:column;gap:40px}}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-menu{display:flex;flex-direction:row;gap:60px;align-items:flex-start}@media(max-width: 1024px){.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-menu{width:100%;flex-direction:column;gap:40px}}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-menu .frame-24{max-width:185px}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-menu .frame-24 .menu-item a{display:flex;padding:6px 0;justify-content:flex-start;align-items:center;gap:.625rem;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;text-decoration:none;color:var(--color-text-light)}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;max-width:304px}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact p:last-of-type a{text-decoration:none}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact p,.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact a{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;text-decoration:none;color:var(--color-text-light)}@media(max-width: 1024px){.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact p,.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact a{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact p b,.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact a b{font-weight:700}.footer-section .container .footer-logo-container .footer-contact-wrapper .footer-contact a span{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}.footer-section .footer-copyright{border-top:1px solid rgba(255,255,255,.44);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}@media(max-width: 1024px){.footer-section .footer-copyright{border:unset}}.footer-section .footer-copyright .container{display:flex;flex-direction:column;gap:24px;justify-content:center;align-items:center;align-self:stretch;padding-top:44px}@media(max-width: 1024px){.footer-section .footer-copyright .container{border-top:1px solid rgba(255,255,255,.44);padding-top:14px}}.footer-section .footer-copyright .container p{color:var(--color-white);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;text-align:center}.footer-section .footer-copyright .btm_img{width:100%}.page-unsubscribe .footer_top,.page-forgot .footer_top,.page-change-password .footer_top,.page-cancel-membership .footer_top{display:none}.footer_top{display:flex;min-height:631px;padding:66px 0 113px;align-items:center;align-self:stretch;position:relative;overflow:hidden;background-image:url("../../images/footer/footer_top.png");background-repeat:no-repeat;background-size:100% 100%;background-position:center}@media(max-width: 768px){.footer_top{background-image:url("../../images/footer/footer_top_mobile.png");padding:60px 0;min-height:unset}}.footer_top .container{display:flex;padding-left:2rem;padding-right:2rem;justify-content:center}@media(max-width: 564px){.footer_top .container{width:100%}}@media(max-width: 1024px){.footer_top .container{flex-direction:column;align-items:flex-start;padding-left:1rem;padding-right:1rem}}.footer_top .container .offer-text{display:flex;text-align:center;flex-direction:row-reverse;align-items:center;justify-content:center;color:var(--color-white);gap:1.25rem;border-radius:40px;background-color:var(--bg-secondary);position:relative}@media(max-width: 1024px){.footer_top .container .offer-text{width:100%;gap:51px;flex-direction:column-reverse}}.footer_top .container .offer-text .offer-image{width:100%;height:100%;display:none;flex:1;justify-content:end}@media(max-width: 1024px){.footer_top .container .offer-text .offer-image{justify-content:center;display:none}}@media(max-width: 1024px){.footer_top .container .offer-text .offer-image img{width:66%}}.footer_top .container .offer-text .offer-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:24px;max-width:883px}@media(max-width: 1024px){.footer_top .container .offer-text .offer-content{justify-content:center;align-items:center;text-align:center;max-width:100%}}.footer_top .container .offer-text .offer-content .offer-title{font-family:var(--secondary-font);color:var(--color-text-dark);font-size:128px;font-style:normal;font-weight:400;line-height:128px;position:relative}@media(max-width: 1024px){.footer_top .container .offer-text .offer-content .offer-title{font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px}}.footer_top .container .offer-text .offer-content .offer-title span{display:block;font-family:var(--secondary-font);color:var(--color-primary);font-size:128px;font-style:normal;font-weight:400;line-height:128px}@media(max-width: 1024px){.footer_top .container .offer-text .offer-content .offer-title span{display:inline;font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px}}.footer_top .container .offer-text .offer-content .offer-title .light_yellow{position:absolute;top:3%;left:50%;transform:translateX(-50%)}.footer_top .container .offer-text .offer-content .offer-title .light_yellow img{width:369px;height:685px}@media(max-width: 1024px){.footer_top .container .offer-text .offer-content .offer-title .light_yellow img{width:269px;height:400px}}.footer_top .container .offer-text .offer-content p{color:var(--color-text-light);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:600}@media(max-width: 1024px){.footer_top .container .offer-text .offer-content p{max-width:100%}}.footer_top .container .offer-text .offer-content .button span{background:var(--color-primary)}.header{position:fixed;width:100%;top:0;left:0;right:0;padding:30px 0 10px;z-index:100;background:rgba(0,0,0,.8)}@media(max-width: 1155px){.header{padding:4px 0;background:var(--bg-body)}}.header.sticky .header-wrapper{padding:0;border:none;background:rgba(0,0,0,0);border-radius:0}.header .header-wrapper{display:flex;justify-content:space-between;align-items:center;display:flex;border-radius:25px;gap:63px}@media(max-width: 1200px){.header .header-wrapper{gap:1rem}}.header .header-wrapper .header-logo a img{height:auto;max-width:168px;display:flex;align-items:center}.header .header-wrapper .header-logo a .logo-desktop{display:block}.header .header-wrapper .menu{display:flex;align-items:center;gap:32px;padding:20px 40px;border-radius:6px 44px;background:var(--bg-tertiary);border:1px solid var(--color-primary)}@media(max-width: 1155px){.header .header-wrapper .menu{display:none}}.header .header-wrapper .menu .menu-item{display:flex;padding:0;justify-content:center;align-items:center}.header .header-wrapper .menu .menu-item .menu-item__link{text-decoration:none;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:var(--color-text-dark);transition:all .3s ease-in-out;white-space:nowrap}.header .header-wrapper .menu .menu-item .menu-item__link:hover{color:var(--color-white);background-color:rgba(0,0,0,0)}.header .header-wrapper .menu .menu-item.active a{color:var(--color-text-dark);background-color:rgba(0,0,0,0);font-weight:700}.header .header-wrapper .header-buttons{display:flex;align-items:center;gap:20px}.header .header-wrapper .header-buttons .btn{transition:1s all;white-space:nowrap;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:500}.header .header-wrapper .header-buttons .btn svg{fill:var(--color-white);transition:2s all}@media(max-width: 1155px){.header .header-wrapper .header-buttons .btn{display:none}}.header .header-wrapper .header-buttons .active-btn{padding:0;order:2;background:unset}.header .header-wrapper .header-buttons .active-btn:hover{background:unset;box-shadow:none}.header .header-wrapper .header-buttons .signup{order:3}@media(max-width: 1155px){.header .header-wrapper .header-buttons .signup{display:none}}.header .header-wrapper .header-buttons .login span{border:1px solid rgba(255,255,255,.15);background:var(--color-primary)}.header .header-wrapper .header-buttons .lang-mobile-menu{display:flex;align-items:center;gap:0}@media(max-width: 1155px){.header .header-wrapper .header-buttons .lang-mobile-menu{gap:16px}}.header .header-wrapper .header-buttons .lang-mobile-menu .language-switcher{padding:0;color:var(--color-lang-switcher);order:1;gap:10px}@media(max-width: 1024px){.header .header-wrapper .header-buttons .lang-mobile-menu .language-switcher{order:0}}.header .header-wrapper .header-buttons .lang-mobile-menu .language-switcher .lang-flag{width:40px;height:auto}.header .header-wrapper .header-buttons .lang-mobile-menu .cheeseburger-menu__close{display:none;padding:8px;order:2}.header .header-wrapper .header-buttons .lang-mobile-menu .cheeseburger-menu__close span{background-image:url(../../images/close.svg);background-repeat:no-repeat;background-size:1rem;background-position:center;height:24px;width:24px}.hero .hero-text .hero-title{opacity:0;animation:fadeIn 2s ease .3s forwards}.hero .hero-text p{opacity:0;animation:fadeInUp30 1s ease .4s forwards}.hero .hero-text .button{opacity:0;animation:fadeInUp30 1s ease 1s forwards}.animate-feature .about_features-header-section{opacity:0;animation:fadeInUp .2s ease-in .6s forwards}.animate-feature .about_feature{opacity:0;opacity:0;transform:scale(0.8);animation:fadeScaleIn .7s ease-in-out .5s forwards;animation-delay:calc(.5s + .2s*var(--card-index))}.animate-feature .about_feature:nth-child(1){--card-index: 1}.animate-feature .about_feature:nth-child(2){--card-index: 2}.animate-feature .about_feature:nth-child(3){--card-index: 3}.animate-feature .about_feature:nth-child(4){--card-index: 4}.animate-feature .about_feature:nth-child(5){--card-index: 5}.animate-feature .about_feature:nth-child(6){--card-index: 6}.animate-feature .about_feature .feature-icon{transition:transform .3s ease-in-out}.animate-feature .about_feature .feature-icon:hover{transform:scale(1.05)}.animate-text-left .text-left-text{opacity:0;transform:translateX(-10%);animation:slideInLeftNeutral .8s ease-out .2s forwards}.animate-text-left .paragraph-image{opacity:0;transform:translateX(10%);animation:slideInRightNeutral .8s ease-out .2s forwards}.animate-text-right .paragraph-image{opacity:0;transform:translateX(-10%);animation:slideInLeftNeutral .8s ease-out .2s forwards}.animate-text-right .text-right-text{opacity:0;transform:translateX(10%);animation:slideInRightNeutral .8s ease-out .2s forwards}.animate-about-listing .contents-wrapper .header-content h4{opacity:0;animation:fadeInUp .2s ease-in .1s forwards}.animate-about-listing .contents-wrapper .header-content h3{opacity:0;animation:fadeInUp .3s ease-in .3s forwards}.animate-about-listing .listing-content-container{opacity:0;transform:translateX(-10%);animation:slideInLeftNeutral .8s ease-out .4s forwards}.animate-about-listing .image-container{opacity:0;transform:translateX(10%);animation:slideInRightNeutral .8s ease-out .4s forwards}.animate-pricing .pricing{opacity:0;transform:scale(0.9);animation:fadeScale 1s ease-out forwards}.animate-pricing .pricing:nth-child(1){animation-delay:calc(.2s*1)}.animate-pricing .pricing:nth-child(2){animation-delay:calc(.2s*2)}.animate-pricing .pricing:nth-child(3){animation-delay:calc(.2s*3)}.animate-pricing .pricing:hover{transform:scale(1.05);transition:transform .3s ease-out}@keyframes fadeScale{to{opacity:1;transform:scale(1)}}.animate-courses h4{opacity:0;animation:fadeInUp .2s ease-in .1s forwards}.animate-courses h3{opacity:0;animation:fadeInUp .3s ease-in .3s forwards}.animate-courses .course{opacity:0;opacity:0;transform:scale(0.8);animation:fadeScaleIn .7s ease-in-out .4s forwards;animation-delay:calc(.4s + .2s*var(--card-index))}.animate-courses .course:nth-child(1){--card-index: 1}.animate-courses .course:nth-child(2){--card-index: 2}.animate-courses .course:nth-child(3){--card-index: 3}.animate-courses .course:nth-child(4){--card-index: 4}.animate-courses .course:nth-child(5){--card-index: 5}.animate-courses .course:nth-child(6){--card-index: 6}.animate-courses .course .feature-icon{transition:transform .3s ease-in-out}.animate-courses .course .feature-icon:hover{transform:scale(1.05)}body input[type=checkbox]+label::before{content:"";border-radius:50%;background-color:rgba(0,0,0,.1);position:absolute;box-sizing:border-box;bottom:7px;left:7.5px;transform:translate(-50%, -50%) scale(0);width:1.8px;height:1.8px}body input[type=checkbox]:focus+label::before,body input[type=checkbox]:checked+label::after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0, 0);opacity:1}20%{transform:scale(25, 25);opacity:1}100%{opacity:0;transform:scale(40, 40)}}.form-field{position:relative}.form-field input,.form-field textarea{position:relative;margin-bottom:20px}.form-field input input,.form-field input textarea,.form-field textarea input,.form-field textarea textarea{padding:12px 10px;font-size:16px}.form-field input label,.form-field textarea label{position:absolute;top:50%;left:10px;transform:translateY(-50%);transition:transform .2s ease,font-size .2s ease;font-size:16px;color:#999;pointer-events:none}.form-field input input:focus+label,.form-field input input:not(:placeholder-shown)+label,.form-field input textarea:focus+label,.form-field input textarea:not(:placeholder-shown)+label,.form-field textarea input:focus+label,.form-field textarea input:not(:placeholder-shown)+label,.form-field textarea textarea:focus+label,.form-field textarea textarea:not(:placeholder-shown)+label{transform:translateY(-10px);font-size:12px;color:#3498db}.form-field label{position:relative;margin-bottom:20px}.form-field label input,.form-field label textarea{padding:12px 10px;font-size:16px}.form-field label label{position:absolute;top:50%;left:10px;transform:translateY(-50%);transition:transform .2s ease,font-size .2s ease;font-size:16px;color:#999;pointer-events:none}.form-field label input:focus+label,.form-field label input:not(:placeholder-shown)+label,.form-field label textarea:focus+label,.form-field label textarea:not(:placeholder-shown)+label{transform:translateY(-10px);font-size:12px;color:#3498db}.animate-footer .footer-logo{opacity:0;animation:fadeIn .6s ease-in forwards}.animate-footer .footer-menu .title{opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:.4s}.animate-footer .footer-menu .menu-item:nth-child(1){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:.6s}.animate-footer .footer-menu .menu-item:nth-child(2){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:.8s}.animate-footer .footer-menu .menu-item:nth-child(3){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1s}.animate-footer .footer-menu .menu-item:nth-child(4){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.2s}.animate-footer .footer-menu .menu-item:nth-child(5){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.4s}.animate-footer .footer-menu .menu-item:nth-child(6){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.6s}.animate-footer .footer-menu .menu-item:nth-child(7){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.8s}.animate-footer .footer-contact .title{opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:1.8s}.animate-footer .footer-contact p:nth-child(1){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2s}.animate-footer .footer-contact p:nth-child(2){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2.2s}.animate-footer .footer-contact p:nth-child(3){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2.4s}.animate-footer .footer-contact p:nth-child(4){opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:2.6s}.animate-footer .footer-cards img:nth-child(1){opacity:0;animation:scaleUp .6s ease-in forwards;animation-delay:2.6s}.animate-footer .footer-cards img:nth-child(2){opacity:0;animation:scaleUp .6s ease-in forwards;animation-delay:3.4s}.animate-footer .footer-bottom p{opacity:0;animation:fadeIn .6s ease-in forwards;animation-delay:4.2s}.languages{opacity:1}.container{max-width:1344px;margin:0 auto;width:100%;padding-left:2rem;padding-right:2rem}@media(max-width: 1024px){.container{padding-left:1rem;padding-right:1rem}}.paragraph p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:inherit}.paragraph-column{width:50%}.paragraph-image{max-width:614px;flex:1 0 49%;align-self:stretch}.paragraph-image img{width:100%}.paragraph-image img:hover{transform:scale(1.02)}@media(max-width: 1024px){.paragraph-image img{width:100%}}.paragraph-text{flex:1 0 49%}.paragraph-text{display:flex;padding:4rem 0;flex-direction:column;justify-content:center;align-items:center;gap:.625rem}.paragraph-text .block-title{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;align-self:stretch;color:var(--color-black)}@media(max-width: 1024px){.paragraph{flex-direction:column}.paragraph:nth-child(2){flex-direction:column-reverse}.paragraph__image{height:30rem;flex:unset}.paragraph__text{padding:3rem 0}.paragraph{padding:1rem 0}.paragraph-container{flex-direction:column-reverse}.paragraph-text{padding:1rem 0}.paragraph-image{height:12rem}.error-page{padding:150px 1rem !important}}.content-section{display:block;align-self:stretch;max-width:1280px;margin:0 auto;padding:2.5rem 2rem;overflow-wrap:anywhere}@media(max-width: 1024px){.content-section{padding-left:1rem;padding-right:1rem}}.content-section .dashboard-content{width:100%;min-height:1022px;border:solid 1px rgba(128,128,128,.2509803922)}.theme-shadow{box-shadow:20px 20px 0px 0px var(--color-primary);border-radius:var(--border-radius)}@media(max-width: 1024px){.theme-shadow{box-shadow:10px 10px 0px 0px var(--color-primary);border-radius:var(--border-radius)}}.text-white{color:var(--color-white) !important}.text-primary{color:var(--color-primary) !important}.text-primary-light{color:var(--color-primary-light) !important}.text-secondary{color:var(--color-secondary) !important}.text-secondary-light{color:var(--color-secondary-light) !important}.text-grey{color:var(--color-grey) !important}.text-purple{color:var(--color-purple) !important}.text-tertiary{color:var(--color-tertiary) !important}.text-gradient{background:-webkit-linear-gradient(var(--color-primary), var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-gradient-secondary{background:-webkit-linear-gradient(var(--color-secondary), var(--color-primary));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-color-gold{color:gold !important}.text-mute-1{color:var(--color-mute-1) !important}.text-mute-2{color:var(--color-mute-2) !important}.text-mute-3{color:var(--color-mute-3) !important}.bg-color{background:var(--bg-body) !important}.bg-white{background:var(--color-white) !important}.bg-dark{background:var(--color-black) !important}.bg-primary{background:var(--color-primary) !important}.bg-primary-light{background:var(--color-primary-light)}.bg-secondary{background:var(--color-secondary) !important}.bg-secondary-light{background:var(--color-secondary-light) !important}.bg-grey{background:var(--color-grey) !important}.bg-purple{background:var(--color-purple) !important}.bg-tertiary{background:var(--color-tertiary) !important}.bg-transparent{background:rgba(0,0,0,0)}.bg-gradient{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:var(--gradient);transition:all .3s ease-in-out}.bg-gradient-secondary{display:block;appearance:none;border:none;padding:.875rem 1.5625rem;border-radius:var(--border-radius);background:var(--gradient-secondary);transition:all .3s ease-in-out}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-row-1{flex:100% !important}.flex-row-2{flex:49% !important}.flex-row-3{flex:32% !important}.flex-row-4{flex:23% !important}.flex-row-5{flex:19% !important}.flex-row-6{flex:16% !important}.dFlex{display:flex !important}ol:not(.breadcrumb),ul:not(.breadcrumb){margin-left:1rem}@media(max-width: 564px){ol:not(.breadcrumb),ul:not(.breadcrumb){margin-left:0}}.section-title{background-image:url(../../images/title-shap.png);background-repeat:no-repeat;background-position:bottom}.section-title-left{background-image:url(../../images/title-shap.png);background-repeat:no-repeat;background-position:left}.page-dashboard .main-container{margin-top:120px}@media(max-width: 1024px){.page-dashboard .main-container{margin-top:100px}}
