@import"https://fonts.googleapis.com/css2?family=DM+Sans: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";@import"https://fonts.googleapis.com/css2?family=Gloria%20Hallelujah: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: "DM Sans", serif;--third-font: "Gloria Hallelujah", 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)}}.page-about .no-hero-header{padding:210px 0 308px;display:none}@media(max-width: 1024px){.page-about .no-hero-header{padding:130px 0 0}}.page-about .no-hero-header .no-hero-wrapper{gap:80px;justify-content:start;align-items:start;text-align:left}@media(max-width: 1024px){.page-about .no-hero-header .no-hero-wrapper{flex-direction:column;gap:60px}}.page-about .no-hero-header .no-hero-wrapper .head-content{align-items:start}.no-hero-section{display:flex;justify-content:center;align-items:center;padding:210px 0 98px;background:var(--color-secondary);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative}@media(max-width: 1024px){.no-hero-section{padding:165px 0 84px 0}}.no-hero-section .no-hero-wrapper{display:flex;justify-content:center;align-items:center;text-align:center}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper{flex-direction:column}}.no-hero-section .no-hero-wrapper .head-content{display:flex;flex:1.3;align-items:center;flex-direction:column;gap:24px;width:100%;max-width:661px}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .head-content{width:100%;max-width:100%}}.no-hero-section .no-hero-wrapper .head-content h1{font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:700;font-family:var(--secondary-font);color:var(--color-white)}@media(max-width: 768px){.no-hero-section .no-hero-wrapper .head-content h1{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}.no-hero-section .no-hero-wrapper .head-content h4{font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:var(--color-white);border-radius:10px;background:var(--color-primary);padding:6px 28px}.no-hero-section .no-hero-wrapper .head-content p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;margin-bottom:10px;color:var(--color-white);max-width:80%}@media(max-width: 768px){.no-hero-section .no-hero-wrapper .head-content p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;max-width:100%;margin-bottom:2px}}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons{margin-top:26px;display:flex;gap:14px;justify-content:flex-start}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .head-content .nohero_buttons{gap:14px;flex-direction:column;width:100%;margin-top:16px}}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons .button{align-self:flex-start;display:flex}.no-hero-section .no-hero-wrapper .head-content .nohero_buttons .button:nth-child(2){background:var(--color-secondary);border:1px solid var(--color-white)}.no-hero-section .no-hero-wrapper .image-contents{width:100%;z-index:1;display:flex;flex:1;flex-direction:row;justify-content:center;align-items:center;gap:27px}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .image-contents{flex-direction:column;gap:20px}}.no-hero-section .no-hero-wrapper .image-contents .no-hero-img{width:56%;position:absolute;bottom:0;right:0}@media(max-width: 1024px){.no-hero-section .no-hero-wrapper .image-contents .no-hero-img{width:100%;position:unset}}:root{--shadow: 0px 0px 2px 0px rgba(204, 204, 204, 0.4);--color-white: #FFFFFF;--color-black: #111111;--color-primary: #EAFE4B;--color-secondary: #1E3523;--color-tertiary: #EFF3DF;--bg-body: #FAFAFA;--color-text-light: #414141;--color-text-dark: #111111;--color-text: #111111;--border-color: rgba(255, 255, 255, 0.44);--color-Accent1: #F4F5F4;--color-Accent2: #F8F9FA;--color-Accent3: #F9FCE6;--color-gray: rgba(13, 13, 13, 0.10);--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}.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-primary)}.button{display:flex;align-items:center;padding:5px 6px 5px 16px;justify-content:center;gap:12px;appearance:none;background:var(--color-primary);color:var(--color-secondary);text-decoration:none;cursor:pointer;transition:all .3s ease-in-out;border-radius:12px;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;text-transform:capitalize}.button::after{content:"";background-image:url("../../images/button_icon.png");width:50px;height:46px;background-position:center center;background-repeat:no-repeat;border-radius:12px}.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;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:inherit;border:1px solid #a8a8a8;transition:box-shadow .3s ease-in-out;background:var(--color-white);color:var(--color-text-dark);line-height:1.4rem}input:not([type=checkbox]):hover,textarea:hover{box-shadow:0px 4px 16px 0px rgba(51,51,51,.08),0px 4px 4px 0px rgba(51,51,51,.04)}input::placeholder,textarea::placeholder{color:rgba(var(--color-black), 0.5)}input:focus{outline:none;border-color:#98a2b3;box-shadow:none}@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}.form-data.basic-captcha .form-input-wrapper{gap:8px}.form-data.basic-captcha input.form-input{flex:1 !important;margin:0}.hero-section{background:var(--color-secondary);color:var(--color-tertiary);background-repeat:no-repeat;background-size:100% 100%;position:relative;padding-top:248px;padding-bottom:140px}@media(max-width: 1024px){.hero-section{margin-top:76px;padding:60px 0}}.hero-section .hero-wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width: 1024px){.hero-section .hero-wrapper{flex-direction:column;gap:90px}}.hero-section .hero-wrapper .text-contents{max-width:658px;width:100%;display:flex;flex-direction:column;align-items:flex-start}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents{max-width:100%;align-items:center}}.hero-section .hero-wrapper .text-contents .hero-title{font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-1.2px;margin:30px 0 24px 0;color:var(--color-tertiary)}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents .hero-title{font-size:36px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-0.72px;text-align:center}}.hero-section .hero-wrapper .text-contents .hero-title span{color:var(--color-primary);font-size:72px;font-style:normal;font-weight:400;line-height:90px;letter-spacing:-1.44px;font-family:var(--secondary-font)}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents .hero-title span{font-size:36px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-0.72px}}.hero-section .hero-wrapper .text-contents p{font-size:20px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:40px}@media(max-width: 1024px){.hero-section .hero-wrapper .text-contents p{margin-bottom:40px;font-size:18px;font-style:normal;font-weight:400;line-height:28px;text-align:center;max-width:500px;marign:0 auto}}@media(max-width: 564px){.hero-section .hero-wrapper .text-contents p{max-width:343px}}.hero-section .hero-wrapper .text-contents .button{font-weight:700}.hero-section .hero-wrapper .orbit-wrapper{position:relative;width:100%;max-width:503px;aspect-ratio:1;margin:0 auto}.hero-section .hero-wrapper .orbit-wrapper svg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hero-section .hero-wrapper .orbit-wrapper .center-image{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%, -50%);z-index:1}.hero-section .hero-wrapper .orbit-wrapper .center-text-image{position:absolute;bottom:15%;left:25%;border-radius:9.178px;background:#fff4ee;display:flex;align-items:center;z-index:2;gap:16px;padding:5px}.hero-section .hero-wrapper .orbit-wrapper .center-text-image img{max-width:71px;width:100%}.hero-section .hero-wrapper .orbit-wrapper .center-text-image p{color:var(--Soft-Skills-color-text-dark, #111);font-size:16px;font-style:normal;font-weight:600;line-height:24px;max-width:148px;width:100%}@media(max-width: 768px){.hero-section .hero-wrapper .orbit-wrapper .center-text-image p{max-width:91px;font-size:9.8px;font-style:normal;font-weight:600;line-height:14.699px}}.hero-section .hero-wrapper .orbit-wrapper .orbit-label{position:absolute;top:50%;left:35%;transform-origin:-250px center;--radius: 250px;animation:orbit-final 20s linear infinite;background:rgba(255,255,255,.4);border:1px solid #eff3df;border-radius:9px;color:#fff;font-family:Mulish;font-weight:600;font-size:16px;line-height:24px;padding:8px;white-space:nowrap;--start-angle: 0deg}@media(max-width: 768px){.hero-section .hero-wrapper .orbit-wrapper .orbit-label{font-size:12px;font-style:normal;font-weight:600;line-height:18px;left:35%;padding:4px}}.hero-section .hero-wrapper .orbit-wrapper .p1{--start-angle: 270deg}.hero-section .hero-wrapper .orbit-wrapper .p2{--start-angle: 342deg}.hero-section .hero-wrapper .orbit-wrapper .p3{--start-angle: 54deg}.hero-section .hero-wrapper .orbit-wrapper .p4{--start-angle: 126deg}.hero-section .hero-wrapper .orbit-wrapper .p5{--start-angle: 198deg}@media(max-width: 768px){.hero-section .hero-wrapper .orbit-wrapper{max-width:308px}.hero-section .hero-wrapper .orbit-wrapper .orbit-label{--radius: 143px;transform-origin:-143px center;animation:orbit-final 24s linear infinite}}@keyframes orbit-final{0%{transform:rotate(var(--start-angle)) translateX(var(--radius)) rotate(calc(-1 * var(--start-angle)))}100%{transform:rotate(calc(360deg + var(--start-angle))) translateX(var(--radius)) rotate(calc(-1 * (360deg + var(--start-angle))))}}.hero-section .hero_counters{display:flex;align-items:center;gap:80px;padding-top:60px;border-top:1px solid rgba(255,255,255,.2);max-width:fit-content;animation:slideInBottom .8s ease-out forwards}@media(max-width: 1024px){.hero-section .hero_counters{border-top:0;padding-top:0}}@media(max-width: 768px){.hero-section .hero_counters{flex-direction:column;margin:0 auto}}.hero-section .hero_counters .item{display:flex;padding:0px 40px;flex-direction:column;align-items:flex-start;gap:4px}.hero-section .hero_counters .item:nth-child(2){padding:0}.hero-section .hero_counters .item:first-child{padding-left:0;border-right:1px solid rgba(255,255,255,.2)}.hero-section .hero_counters .item:last-child{border-left:1px solid rgba(255,255,255,.2);padding-right:0}@media(max-width: 768px){.hero-section .hero_counters .item{border:none !important;padding:0 !important}}.hero-section .hero_counters .item .item_title{font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:-1.2px;display:flex;align-items:end;gap:10px}@media(max-width: 768px){.hero-section .hero_counters .item .item_title{font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:-1.2px}}.hero-section .hero_counters .item .item_title span{background:linear-gradient(90deg, #FFF 0%, #8B8B8B 117.79%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:-1.2px}.hero-section .hero_counters .item:nth-child(1) .item_title{font-size:36px;font-style:normal;font-weight:600;line-height:44px;letter-spacing:-0.72px;color:#35a900}.hero-section .hero_counters .item:nth-child(2) .item_title{color:#ff9149}.hero-section .hero_counters .item:nth-child(3) .item_title{color:#ffe37d}.hero-section .hero_counters .item .item_details{font-size:20px;font-style:normal;font-weight:400;line-height:30px}@keyframes pulseEffect{0%{box-shadow:0 0 0 0 rgba(239,150,81,.2)}70%{box-shadow:0 0 0 20px rgba(239,150,81,0)}100%{box-shadow:0 0 0 0 rgba(239,150,81,0)}}@keyframes slideInBottom{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.about-hero-section{background:var(--color-secondary);padding-top:12rem;color:var(--color-white)}@media(max-width: 1024px){.about-hero-section{margin-top:0rem;padding-top:9rem}}.about-hero-section .container{max-width:1440px;width:100%}.about-hero-section .hero-wrapper{display:flex;align-items:center;flex-direction:column;position:relative}@media(max-width: 1024px){.about-hero-section .hero-wrapper{gap:100px}}.about-hero-section .hero-wrapper .left-top{position:absolute;display:flex;align-items:flex-end;gap:6px;left:0;top:20%}@media(max-width: 1024px){.about-hero-section .hero-wrapper .left-top{display:none}}.about-hero-section .hero-wrapper .left-top .tick-line{stroke-dasharray:100;stroke-dashoffset:100;animation:tick-draw 2s ease-in-out infinite}.about-hero-section .hero-wrapper .left-top .tick-line{stroke-dasharray:100;stroke-dashoffset:100;animation:tick-draw 2s ease-in-out infinite}.about-hero-section .hero-wrapper .left-top .tick-1{animation-delay:0s}.about-hero-section .hero-wrapper .left-top .tick-2{animation-delay:.3s}.about-hero-section .hero-wrapper .left-top .tick-3{animation-delay:.6s}@keyframes tick-draw{0%{stroke-dashoffset:100}40%{stroke-dashoffset:0}60%{stroke-dashoffset:0}100%{stroke-dashoffset:100}}.about-hero-section .hero-wrapper .left-top .watch-animation{width:92px;height:92px;display:inline-block;animation:pulse-scale 2.2s ease-in-out infinite}.about-hero-section .hero-wrapper .left-top .watch-svg{transform-origin:center;animation:rotate-tick .9s steps(2, end) infinite}@keyframes pulse-scale{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes rotate-tick{0%{transform:rotate(0deg)}50%{transform:rotate(1.8deg)}100%{transform:rotate(0deg)}}.about-hero-section .hero-wrapper .right-top{position:absolute;top:20%;right:0%}@media(max-width: 1024px){.about-hero-section .hero-wrapper .right-top{display:none}}.about-hero-section .hero-wrapper .right-top .spark{opacity:0;animation:sparkVisibility 6s linear infinite}.about-hero-section .hero-wrapper .right-top .spark-1{animation-delay:0s}.about-hero-section .hero-wrapper .right-top .spark-2{animation-delay:.3s}.about-hero-section .hero-wrapper .right-top .spark-3{animation-delay:.6s}.about-hero-section .hero-wrapper .right-top .spark-4{animation-delay:.9s}.about-hero-section .hero-wrapper .right-top .spark-5{animation-delay:1.2s}.about-hero-section .hero-wrapper .right-top .spark-6{animation-delay:1.5s}.about-hero-section .hero-wrapper .right-top .spark-7{animation-delay:1.8s}@keyframes sparkVisibility{0%{opacity:0}10%{opacity:1}65%{opacity:1}75%{opacity:0}100%{opacity:0}}.about-hero-section .hero-wrapper .right-top .glow-svg{animation:glowFlash 6s linear infinite;animation-delay:0s}@keyframes glowFlash{0%,39%{filter:drop-shadow(0 0 0px #f9ba2b)}40%{filter:drop-shadow(0 0 12px #f9ba2b)}45%{filter:drop-shadow(0 0 0px #f9ba2b)}50%{filter:drop-shadow(0 0 12px #f9ba2b)}60%{filter:drop-shadow(0 0 0px #f9ba2b)}100%{filter:drop-shadow(0 0 0px #f9ba2b)}}.about-hero-section .hero-wrapper .left-bottom{position:absolute;left:10%;bottom:25%}@media(max-width: 1024px){.about-hero-section .hero-wrapper .left-bottom{display:none}}.about-hero-section .hero-wrapper .left-bottom .spin-1,.about-hero-section .hero-wrapper .left-bottom .spin-2,.about-hero-section .hero-wrapper .left-bottom .spin-3{transform-box:fill-box;transform-origin:center}.about-hero-section .hero-wrapper .left-bottom .spin-1{animation:spinPath 3s linear infinite}.about-hero-section .hero-wrapper .left-bottom .spin-3,.about-hero-section .hero-wrapper .left-bottom .spin-2{animation:reverseSpinPath 3s linear infinite}@keyframes spinPath{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes reverseSpinPath{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}.about-hero-section .hero-wrapper .right-bottom{position:absolute;right:10%;bottom:18%}.about-hero-section .hero-wrapper .right-bottom svg{width:86px;height:78px;transform-origin:center;animation:planeLoop 6s ease-in-out infinite alternate}@keyframes planeLoop{0%{transform:translate(0, 0) rotate(0deg)}25%{transform:translate(-40px, -10px) rotate(-5deg)}50%{transform:translate(-80px, -30px) rotate(8deg)}75%{transform:translate(-40px, -50px) rotate(-6deg)}100%{transform:translate(0, -70px) rotate(10deg)}}@media(max-width: 1024px){.about-hero-section .hero-wrapper .right-bottom{display:none}}.about-hero-section .hero-wrapper .paragraph-image{animation:fadeInUp 2s ease-out forwards;align-self:center;max-width:1040px}.about-hero-section .hero-wrapper .text-contents{display:flex;flex-direction:column;gap:24px;align-items:center;animation:fadeInDown 1s ease-out forwards;animation-delay:.2s}@media(max-width: 1024px){.about-hero-section .hero-wrapper .text-contents{align-items:center}}.about-hero-section .hero-wrapper .text-contents .hero-title{color:var(--color-tertiary);text-align:center;font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-1.2px;text-transform:capitalize;max-width:802px;width:100%}@media(max-width: 1024px){.about-hero-section .hero-wrapper .text-contents .hero-title{text-align:center;font-family:var(--secondary-font);font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}}.about-hero-section .hero-wrapper .text-contents .hero-text{color:var(--color-tertiary);text-align:center;font-family:var(--secondary-font);font-size:20px;font-style:normal;font-weight:400;line-height:30px;max-width:836px}.about-hero-section .hero-wrapper .text-contents .actions{display:flex;gap:2rem;justify-content:center;margin-top:16px}@media(max-width: 1200px){.about-hero-section .hero-wrapper .text-contents .actions{flex-direction:column;align-items:center;max-width:310px;width:100%}}.about-hero-section .hero-wrapper .text-contents .actions .hero-btn{text-decoration:none;font-family:var(--default-font);transition:1s ease-in-out;width:fit-content}.about-hero-section .hero-wrapper .text-contents .actions .hero-btn:hover{cursor:pointer}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.about_plan{display:flex;align-items:center;align-self:stretch;background-position:center;background-repeat:no-repeat;background-size:auto}@media(max-width: 1024px){.about_plan{background-image:unset}}.about_plan .text_image_center{flex-direction:column;gap:2rem !important;text-align:center}.about_plan .text_right__image_left{flex-direction:row-reverse}.about_plan .hero-container{display:flex;justify-content:center;gap:32px;padding-top:100px;padding-bottom:100px;padding-left:0;padding-right:0;max-width:1440px}@media(max-width: 564px){.about_plan .hero-container{width:100%}}@media(max-width: 1024px){.about_plan .hero-container{flex-direction:column;align-items:center;padding-left:1rem;padding-right:1rem;padding-top:20px;padding-bottom:20px}}.about_plan .hero-container .hero_text_center{align-items:center}.about_plan .hero-container .hero_text_left{flex:1 0 36% !important}.about_plan .hero-container .hero-text{display:flex;text-align:center;flex-direction:column;justify-content:center;gap:24px;flex:1 0 60%}@media(max-width: 1024px){.about_plan .hero-container .hero-text{align-items:center;padding-top:0rem}}.about_plan .hero-container .hero-text p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}@media(max-width: 768px){.about_plan .hero-container .hero-text p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}}.about_plan .hero-container .hero-text .hero-title{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600;color:var(--color-text-dark)}@media(max-width: 768px){.about_plan .hero-container .hero-text .hero-title{font-style:normal;font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}.about_plan .hero-container .hero-text .hero_buttons{display:flex;gap:2rem;justify-content:center}@media(max-width: 564px){.about_plan .hero-container .hero-text .hero_buttons{gap:.625rem}}.about_plan .hero-container .hero_buttons .button:nth-child(2){background:var(--color-hero-button);color:var(--bg-hero-button);border:1px solid var(--bg-hero-button)}.about_plan .hero-container .hero_buttons .button:nth-child(2) svg{display:none}.about_plan .hero-container .hero-image-left{flex:1 0 30%;width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}@media(max-width: 1024px){.about_plan .hero-container .hero-image-left{max-width:500px}}.about_plan .hero-container .hero-image-left img{width:100%;height:auto;display:block}.about_plan .hero-container .hero-image-left svg:nth-of-type(1){position:absolute;top:2%;left:17%;width:100px;height:100px;z-index:2;animation:hero_twinkle 1.5s infinite ease-in-out;transition:transform .3s ease-in-out}@media(max-width: 1024px){.about_plan .hero-container .hero-image-left svg:nth-of-type(1){right:5%}}.about_plan .hero-container .hero-image-left svg:nth-of-type(2){position:absolute;top:10%;right:0%;width:150px;height:auto;z-index:2;opacity:.9;animation:scale 10s linear 0s infinite forwards}.about_plan .hero-container .hero-image{flex:1 0 30%;width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}@media(max-width: 1024px){.about_plan .hero-container .hero-image{max-width:500px;padding-top:0rem}}.about_plan .hero-container .hero-image img{width:100%}.about_plan .hero-container .hero-image svg:nth-of-type(1){position:absolute;bottom:-16%;left:-18%;width:149px;height:auto;z-index:2;animation:hero_twinkle 1.5s infinite ease-in-out;transition:transform .3s ease-in-out}.about_plan .hero-container .hero-image svg:nth-of-type(2){position:absolute;bottom:-16%;right:2%;z-index:2;animation:moveRight 2s ease-in-out infinite alternate}@media(max-width: 564px){.about_plan .hero-container .hero-image svg:nth-of-type(2){width:76px;height:38.551px}}.contact-page .no-hero-header .paragraph.no-hero .no-hero-title-wrapper{max-width:802px;margin:0 auto}.contact-page .no-hero-header .paragraph.no-hero .no-hero-title-wrapper h1{text-align:center;color:var(--color-tertiary) !important;font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:600;font-family:var(--secondary-font)}@media(max-width: 1024px){.contact-page .no-hero-header .paragraph.no-hero .no-hero-title-wrapper h1{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.no-hero-header{background:var(--color-secondary) !important;padding:216px 1rem 110px}@media(max-width: 1024px){.no-hero-header{margin-top:77px;padding:60px 1rem}}.no-hero-header .paragraph.no-hero{width:100%;position:relative}@media(max-width: 1024px){.no-hero-header .paragraph.no-hero{padding:0}}.no-hero-header .paragraph.no-hero .no-hero-title-wrapper{display:flex;flex-direction:column;gap:1.5rem;max-width:1078px;width:100%;margin:0 auto}@media(max-width: 1024px){.no-hero-header .paragraph.no-hero .no-hero-title-wrapper .desc_btm{display:none}}.no-hero-header .paragraph.no-hero .no-hero-title-wrapper h1{text-align:center;color:var(--color-tertiary) !important;font-size:72px;line-height:90px;letter-spacing:-0.02em;font-weight:700;font-family:var(--secondary-font)}@media(max-width: 1024px){.no-hero-header .paragraph.no-hero .no-hero-title-wrapper h1{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.no-hero-header .paragraph.no-hero .no-hero-title-wrapper p{text-align:center;font-size:20px;line-height:30px;letter-spacing:normal;font-weight:500;color:var(--color-tertiary);font-family:var(--default-font)}@media(max-width: 1024px){.no-hero-header .paragraph.no-hero .no-hero-title-wrapper p{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:500}}.no-hero-header .paragraph.no-hero .left-image{position:absolute;left:-2%;top:-20%}@media(max-width: 1024px){.no-hero-header .paragraph.no-hero .left-image{display:none}}.no-hero-header .paragraph.no-hero .left-image svg{flex-shrink:0;transform-origin:center;animation:planeLoopLeft 6s ease-in-out infinite alternate}@keyframes planeLoopLeft{0%{transform:translate(0, 0) rotate(0deg)}25%{transform:translate(40px, 10px) rotate(5deg)}50%{transform:translate(80px, 30px) rotate(-8deg)}75%{transform:translate(40px, 50px) rotate(6deg)}100%{transform:translate(0, 70px) rotate(-10deg)}}.no-hero-header .paragraph.no-hero .right-image{position:absolute;right:-2%;bottom:-10%}@media(max-width: 1024px){.no-hero-header .paragraph.no-hero .right-image{display:none}}.no-hero-header .paragraph.no-hero .right-image svg{width:134.44px;height:144.876px;flex-shrink:0}.no-hero-header .paragraph.no-hero .right-image .spark{opacity:0;animation:sparkVisibility 6s linear infinite}.no-hero-header .paragraph.no-hero .right-image .spark-1{animation-delay:0s}.no-hero-header .paragraph.no-hero .right-image .spark-2{animation-delay:.3s}.no-hero-header .paragraph.no-hero .right-image .spark-3{animation-delay:.6s}.no-hero-header .paragraph.no-hero .right-image .spark-4{animation-delay:.9s}.no-hero-header .paragraph.no-hero .right-image .spark-5{animation-delay:1.2s}.no-hero-header .paragraph.no-hero .right-image .spark-6{animation-delay:1.5s}.no-hero-header .paragraph.no-hero .right-image .spark-7{animation-delay:1.8s}@keyframes sparkVisibility{0%{opacity:0}10%{opacity:1}65%{opacity:1}75%{opacity:0}100%{opacity:0}}.no-hero-header .paragraph.no-hero .right-image .glow-svg{animation:glowFlash 6s linear infinite;animation-delay:0s}@keyframes glowFlash{0%,39%{filter:drop-shadow(0 0 0px #f9ba2b)}40%{filter:drop-shadow(0 0 12px #f9ba2b)}45%{filter:drop-shadow(0 0 0px #f9ba2b)}50%{filter:drop-shadow(0 0 12px #f9ba2b)}60%{filter:drop-shadow(0 0 0px #f9ba2b)}100%{filter:drop-shadow(0 0 0px #f9ba2b)}}.pricings{display:flex;padding:80px 0;flex-direction:column;align-items:center;gap:60px;align-self:stretch;margin:auto;background-color:var(--bg-body);position:relative}@media(max-width: 768px){.pricings{padding:60px 0}}.pricings .left_bottom_image{position:absolute;bottom:0;left:0}@media(max-width: 1024px){.pricings .left_bottom_image{display:none}}.pricings .left_bottom_image{position:absolute;bottom:0;left:0}@media(max-width: 1024px){.pricings .left_bottom_image{display:none}}.pricings .right_image{position:absolute;bottom:0;right:0}@media(max-width: 1024px){.pricings .right_image{display:none}}@media(max-width: 1024px){.pricings{padding:40px 0 60px !important;gap:40px}}@media(max-width: 766px){.pricings{background-image:url(../../images/pricing_bg_mobile.webp);background-position:top center;background-repeat:no-repeat;background-size:100% auto}}.pricings .block-title{display:flex;flex-direction:column;align-items:center;gap:24px}.pricings .block-title .desc{color:var(--color-black);text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:30px;max-width:880px;width:100%}.pricings .block-title h3{color:var(--Scolor-decondary);text-align:center;font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.pricings .block-title h3{font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}}.pricings p{color:var(--color-black);text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin:0 auto;max-width:695px;width:100%}.pricings .pricing-sub-title{display:flex;flex-direction:column;gap:1.125rem;align-items:center}.pricings .pricing-sub-title .avatar-row{display:flex;align-items:center}.pricings .pricing-sub-title .avatar-row .avatar-wrapper{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,0);margin-left:-10px}.pricings .pricing-sub-title .avatar-row .avatar-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.pricings .pricing-sub-title .avatar-row .avatar-wrapper:first-child{margin-left:0}.pricings .pricing-sub-title .avatar-row .avatar-wrapper:hover{z-index:2;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .3s ease;border:2px solid var(--color-white)}.pricings h5{color:var(--color-text-light);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:800;margin-top:2.25rem;text-align:center}.pricings .pricings-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;flex-wrap:wrap;background:var(--pricing-bg);align-content:center}@media(max-width: 768px){.pricings .pricings-container{flex-direction:column;gap:60px}}.pricings .pricings-container .pricing{display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;align-items:center;max-width:725px;align-self:stretch;border-radius:12px;background:rgba(0,0,0,0);opacity:0;box-shadow:0px 4px 24px 0px rgba(0,0,0,.13)}@media(max-width: 1024px){.pricings .pricings-container .pricing{width:100%}}@media(max-width: 768px){.pricings .pricings-container .pricing{width:100%;flex-basis:100%;margin:0 auto;box-shadow:unset}}.pricings .pricings-container .pricing .pricing-content{display:flex;flex-direction:row;align-self:stretch;position:relative;gap:18px;padding:20px;border-radius:12px;background:var(--color-tertiary)}@media(max-width: 768px){.pricings .pricings-container .pricing .pricing-content{flex-direction:column;align-items:center;padding:0;background:rgba(0,0,0,0);gap:16px}}.pricings .pricings-container .pricing .pricing-content .package-top-section{gap:0;align-items:end;padding:20px;border-radius:12px;background:var(--color-secondary);max-width:323px;width:100%}@media(max-width: 768px){.pricings .pricings-container .pricing .pricing-content .package-top-section{max-width:100%}}.pricings .pricings-container .pricing .pricing-content .package-top-section .button{margin-top:50px;background-color:var(--color-Accent7);color:var(--color-text-dark)}.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%}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .package-title{display:flex;gap:14px;align-items:center;justify-content:space-between;width:100%}@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{color:var(--color-text-dark);text-align:left;font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600;padding:8px 16px;border-radius:12px;background:var(--color-primary);box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .type .type-wrap{font-size:18px;font-style:normal;font-weight:700;line-height:22px;color:var(--color-secondary)}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group{display:flex;flex-direction:column;align-self:stretch;text-align:left;gap:10px !important}@media(max-width: 768px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group{gap:.5rem !important}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .pricing-wrap{display:flex;flex-direction:column;gap:8px;justify-content:space-between}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .pricing-wrap .price{color:var(--color-white);text-align:left;font-style:normal;font-family:var(--secondary-font);font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .pricing-wrap .price{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .pricing-wrap .billed-days{color:var(--color-white);margin-bottom:0 !important;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.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{color:var(--color-text-dark);font-style:normal;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}@media(max-width: 1024px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .text-sm{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:400}}@media(max-width: 564px){.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .text-sm{margin-bottom:10px !important}}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section{margin-top:0 !important;justify-content:start !important;gap:4px !important;font-weight:700 !important;font-size:20px !important;color:var(--color-white)}.pricings .pricings-container .pricing .pricing-content .package-top-section>.price .pricing-group .billed-section .trial-days{height:unset !important}.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{color:var(--color-white);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:30px}.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 .benefits-button{padding:10px;border-radius:12px;background:var(--color-white);display:flex;flex-direction:column;gap:20px;align-items:stretch;max-width:343px;width:100%;border:1px solid rgba(255,255,255,.36)}@media(max-width: 768px){.pricings .pricings-container .pricing .pricing-content .benefits-button{max-width:100%}}.pricings .pricings-container .pricing .pricing-content .benefits-button .benefits{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;padding:20px;max-width:275px;width:100%}.pricings .pricings-container .pricing .pricing-content .benefits-button .benefits .benefit{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;border-radius:12px}.pricings .pricings-container .pricing .pricing-content .benefits-button .benefits .benefit .streamline{color:var(--color-secondary);font-style:normal;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}.pricings .pricings-container .pricing .pricing-content .benefits-button .benefits svg{flex-shrink:0;width:27px;height:27px}.pricings .pricings-container .pricing .pricing-content .unset-padding{padding:0px !important}.pricings .pricings-container .pricing .pricing-content .unset-padding .pricing-btn{color:var(--color-primary);background:var(--color-secondary);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:600;text-align:center}.pricings .pricings-container .pricing .pricing-content .unset-padding .pricing-btn::after{background-image:url("../../images/button_icon_4.png")}.pricings .pricings-container .pricing .pricing-content .unset-padding .pricing-btn.button{justify-content:space-between}.pricings .pricings-container .pricing>div:not(.pricing-content){display:flex;flex-direction:column;align-self:center;padding:0 2rem}.pricings .pricings-container .pricing>div:not(.pricing-content) .recommended-tag{padding:4px 12px;color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:normal;border-radius:4px;background:#ffff3b;margin-top:-16px}.pricings .pricings-container .pricing>div:not(.pricing-content) .pricing-btn{width:100%;text-align:center;background:var(--color-primary);border:1px solid var(--border-color);padding:12px;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:700}@media(max-width: 1024px){.pricings .pricings-container .pricing>div:not(.pricing-content) .pricing-btn{font-size:14px;font-weight:500;padding:6px 8px;height:auto}}.pricings .pricings-container .pricing:nth-child(3) .package-top-section{background:var(--color-primary)}.pricings .pricings-container .pricing:nth-child(3) .package-top-section .type{background:var(--color-secondary) !important}.pricings .pricings-container .pricing:nth-child(3) .package-top-section .type .type-wrap{color:var(--color-primary) !important}.pricings .pricings-container .pricing:nth-child(3) .package-top-section .pricing-wrap .price,.pricings .pricings-container .pricing:nth-child(3) .package-top-section .pricing-wrap .billed-days{color:var(--color-secondary) !important}.pricings .pricings-container .pricing:nth-child(3) .package-top-section .billed-section{color:var(--color-secondary) !important}.pricings .pricings-container .pricing:nth-child(3) .package-top-section .billed-section .trial-days,.pricings .pricings-container .pricing:nth-child(3) .package-top-section .billed-section .trial{color:var(--color-secondary) !important}.languages{display:none;flex-direction:column;align-items:flex-start;gap:24px;padding:40px 60px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:1.5rem;background:#fff;box-shadow:0px 0px 7px 3px rgba(0,0,0,.12)}@media(max-width: 1024px){.languages{padding:1rem;width:90%}}.languages .title{position:relative;width:fit-content;margin-top:-1px;color:var(--color-primary);white-space:nowrap;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:500;margin-bottom:.5rem}.languages .frame{display:flex;position:relative;align-items:flex-start;gap:15px;flex-wrap:wrap;flex:1 0 calc(25% - 10px);max-height:400px;overflow:auto}@media(max-width: 1024px){.languages .frame{flex:1 0 calc(33% - 10px);justify-content:center}}.languages .frame .lang-button{display:flex;width:140px;align-items:center;gap:10px;position:relative;flex:0 0 auto;text-decoration:none}.languages .frame .lang-button:hover{text-decoration:underline}.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}.forgot-section .whq-card .whq-card-container{justify-content:center !important}.faqs{padding:80px 0;background:var(--bg-body);overflow:hidden}@media(max-width: 1024px){.faqs{padding:40px 0}}.faqs .container{display:flex;flex-direction:row;gap:80px;align-items:flex-start}@media(max-width: 1024px){.faqs .container{gap:48px;flex-direction:column;align-items:center}}.faqs .container .top-content{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;overflow:hidden;max-width:520px;width:100%;gap:24px}.faqs .container .top-content .block-title,.faqs .container .top-content .sub-title,.faqs .container .top-content .companion-image{transform:translateX(100px);opacity:0;transition:transform .6s ease-out,opacity .6s ease-out}.faqs .container .top-content.animate .block-title,.faqs .container .top-content.animate .sub-title,.faqs .container .top-content.animate .companion-image{transform:translateX(0);opacity:1}@media(max-width: 1024px){.faqs .container .top-content img{display:none}}.faqs .container .top-content .sub-title{color:var(--color-text-dark);font-size:20px;font-style:normal;font-weight:500;line-height:30px}@media(max-width: 1024px){.faqs .container .top-content .sub-title{align-items:center}}.faqs .container .top-content .block-title{color:var(--color-secondary);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:-1.2px}@media(max-width: 1024px){.faqs .container .top-content .block-title{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600;align-items:center}}.faqs .container .top-content .block-title span{font-family:var(--secondary-font);color:var(--color-primary);font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:600}@media(max-width: 1024px){.faqs .container .top-content .block-title span{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.faqs .container .bottom-content{display:flex;gap:24px;max-width:610px;width:100%;align-items:center}@media(max-width: 1024px){.faqs .container .bottom-content{gap:1rem;flex-direction:column}}.faqs .container .bottom-content .faqs-container{display:flex;flex:50%;justify-content:center}@media(max-width: 1024px){.faqs .container .bottom-content .faqs-container{flex-direction:column;gap:48px}}.faqs .container .bottom-content .faqs-container .faqs-items{align-items:center;max-width:801px;width:100%;display:flex;flex-direction:column;gap:20px}@media(max-width: 1024px){.faqs .container .bottom-content .faqs-container .faqs-items{gap:1rem}}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item{width:100%;padding:20px;background:var(--color-white);border-radius:20px;box-shadow:0px 4px 11.3px 0px rgba(0,0,0,.07);transform:translateX(100px);opacity:0;transition:transform .6s ease-out,opacity .6s ease-out}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item.animate{transform:translateX(0);opacity:1}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item.active{background:var(--color-tertiary)}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(1){animation-delay:.1s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(2){animation-delay:.2s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(3){animation-delay:.3s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(4){animation-delay:.4s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(5){animation-delay:.5s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(6){animation-delay:.6s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(7){animation-delay:.7s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(8){animation-delay:.8s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(9){animation-delay:.9s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item:nth-child(10){animation-delay:1s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header{display:flex;flex-direction:row;gap:16px;cursor:pointer;align-items:center}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header svg{width:48px;height:48px;flex-shrink:0}.faqs .container .bottom-content .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-text-dark);text-align:left;font-size:24px;line-height:32px;letter-spacing:normal;font-weight:500;cursor:pointer;font-family:var(--secondary-font);transition:color .3s ease}@media(max-width: 1024px){.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-btn{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600}}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-up-btn,.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-down-btn{width:12px;height:12px;transition:transform .3s ease}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-header .faq-accordion-up-btn{display:none}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-body{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .3s ease;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;color:var(--color-text-light);padding-left:0}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item .faq-accordion-body p{opacity:0;transition:opacity .3s ease .2s}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item.active .faq-accordion-body{max-height:500px;padding:20px;border-radius:20px;border:1px solid var(--color-white);background:var(--color-white);margin-top:24px}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item.active .faq-accordion-body p{opacity:1}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item.active .faq-accordion-header .faq-accordion-up-btn{display:block}.faqs .container .bottom-content .faqs-container .faqs-items .faq-accordion-item.active .faq-accordion-header .faq-accordion-down-btn{display:none}.why_choose{background:var(--color-white);padding:100px 0}@media(max-width: 1024px){.why_choose{padding:40px 0}}.why_choose .why_choose_header{display:flex;flex-direction:column;gap:50px;align-items:center}.why_choose .why_choose_header .top{display:flex;flex-direction:column;gap:24px;align-items:center}.why_choose .why_choose_header .top .sub-title{color:var(--color-white);font-size:16px;font-style:normal;font-weight:700;line-height:24px;border-radius:24px;background:var(--color-secondary);transform:rotate(-8deg);padding:10px;width:fit-content;animation:rotateAnimation 2s infinite alternate ease-in-out}@keyframes rotateAnimation{0%{transform:rotate(-8deg)}100%{transform:rotate(8deg)}}.why_choose .why_choose_header .top .block-title{color:var(--color-text-dark);text-align:center;font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-1.2px;max-width:653px;width:100%}@media(max-width: 1024px){.why_choose .why_choose_header .top .block-title{font-family:"DM Sans";font-size:48px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-0.96px}}.why_choose .why_choose_header .top .text{color:var(--color-black);text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:28px;max-width:377px;width:100%}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.why_choose .why_choose_header .bottom{display:flex;gap:24px;align-items:stretch}.why_choose .why_choose_header .bottom .left,.why_choose .why_choose_header .bottom .mid,.why_choose .why_choose_header .bottom .right{opacity:0;transform:translateY(40px);transition:opacity .3s,transform .3s}.why_choose .why_choose_header .bottom.animate .left{animation:fadeSlideUp .6s ease-out forwards;animation-delay:.1s}.why_choose .why_choose_header .bottom.animate .mid{animation:fadeSlideUp .6s ease-out forwards;animation-delay:.3s}.why_choose .why_choose_header .bottom.animate .right{animation:fadeSlideUp .6s ease-out forwards;animation-delay:.5s}@media(max-width: 1024px){.why_choose .why_choose_header .bottom{flex-direction:column}}.why_choose .why_choose_header .bottom .left{max-width:553px;width:100%;border-radius:24px;background:var(--color-Accent2);background-image:url(../../images/whychoose-left-bg.png);padding:44px 61px 0 30px;position:relative}.why_choose .why_choose_header .bottom .left img{width:100%;position:relative}.why_choose .why_choose_header .bottom .left .limit{display:flex;flex-direction:column;background-color:var(--color-white);padding:10px 14px;border-radius:8px;gap:10px;position:absolute;right:0;top:17%}.why_choose .why_choose_header .bottom .left .limit h4{color:#000;font-size:10.081px;font-style:normal;font-weight:500;line-height:11.201px}.why_choose .why_choose_header .bottom .left .limit svg:first-of-type circle{animation:blinkLight 1.5s infinite alternate}.why_choose .why_choose_header .bottom .left .limit svg:first-of-type circle:nth-child(2){animation-delay:.3s}.why_choose .why_choose_header .bottom .left .limit svg:first-of-type circle:nth-child(3){animation-delay:.6s}@keyframes blinkLight{0%{opacity:1}100%{opacity:.2}}.why_choose .why_choose_header .bottom .left .limit svg:nth-of-type(2) path:nth-of-type(1){stroke-dasharray:400;stroke-dashoffset:400;animation:drawLine 4s linear infinite;animation-delay:.3s}.why_choose .why_choose_header .bottom .left .limit svg:nth-of-type(2) path:nth-of-type(2){stroke-dasharray:4.48 4.48;stroke-dashoffset:300;animation:drawDashed 20s linear infinite}@keyframes drawLine{0%{stroke-dashoffset:400}100%{stroke-dashoffset:0}}@keyframes drawDashed{0%{stroke-dashoffset:300}100%{stroke-dashoffset:0}}.why_choose .why_choose_header .bottom .left .limit .time-section{display:flex;flex-direction:column;gap:6px}.why_choose .why_choose_header .bottom .left .limit .time-section svg{width:100%;height:auto}.why_choose .why_choose_header .bottom .left .limit .time-section .time{display:flex;gap:20px;align-items:center}.why_choose .why_choose_header .bottom .left .limit .time-section .time p{color:#000;font-size:4.481px;font-style:normal;font-weight:500;line-height:11.201px}.why_choose .why_choose_header .bottom .left .text-chart{display:flex;gap:30px;border-radius:16px;background:var(--color-white);padding:12px 20px;align-items:center;position:absolute;bottom:34%;left:2%}.why_choose .why_choose_header .bottom .left .text-chart svg{width:83.766px;height:83.766px;flex-shrink:0}.why_choose .why_choose_header .bottom .left .text-chart .text p{color:var(--color-text-dark);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.why_choose .why_choose_header .bottom .left .text-chart .text h4{color:var(--color-text-dark);font-size:30px;font-style:normal;font-weight:600;line-height:40px}.why_choose .why_choose_header .bottom .mid{max-width:379px;width:100%;padding:26px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:24px;justify-content:space-between;border-radius:24px;background:var(--color-tertiary)}.why_choose .why_choose_header .bottom .mid .split{display:flex;flex-direction:column;gap:24px}.why_choose .why_choose_header .bottom .mid .mid-title{color:var(--color-text-dark);font-family:var(--secondary-font);font-size:30px;font-style:normal;font-weight:600;line-height:38px}.why_choose .why_choose_header .bottom .mid .mid-text{color:var(--color-black);font-size:18px;font-style:normal;font-weight:400;line-height:28px}.why_choose .why_choose_header .bottom .mid .button{border-radius:30px;background:var(--color-secondary);display:flex;padding:12px 24px;width:100%;color:var(--color-white)}.why_choose .why_choose_header .bottom .right{max-width:301px;width:100%;border-radius:24px;background:var(--color-Accent1);display:flex;flex-direction:column;gap:32px;justify-content:space-between;overflow:hidden}.why_choose .why_choose_header .bottom .right img{width:100%}.why_choose .why_choose_header .bottom .right .right-text{padding:0 16px 23px 16px;color:var(--Finance-color-text-dark, #15301F);font-family:var(--secondary-font);font-size:30px;font-style:normal;font-weight:600;line-height:38px}.about_features{padding:100px 0rem;background:var(--color-Accent1)}@media(max-width: 1024px){.about_features{padding:40px 0rem}}.about_features .container{justify-content:center;display:flex;flex-direction:column;align-items:center;gap:36px}.about_features .container .about_features-header-section{display:flex;justify-content:space-between;align-items:center;text-align:center;flex-direction:column;gap:22px;max-width:807px}@media(max-width: 1024px){.about_features .container .about_features-header-section{text-align:center;width:100%;gap:28px}}.about_features .container .about_features-header-section .subtitle{border-radius:24px;background:var(--color-secondary);color:var(--color-white);font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:10px;transform:rotate(-8deg);margin-bottom:0;animation:rotateAnimation 2s infinite alternate ease-in-out}@keyframes rotateAnimation{0%{transform:rotate(-8deg)}100%{transform:rotate(8deg)}}.about_features .container .about_features-header-section h3{font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:600;font-family:var(--secondary-font);color:var(--color-text-dark);max-width:723px}@media(max-width: 1024px){.about_features .container .about_features-header-section h3{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}}.about_features .container .about_features-header-section h3 span{display:block;font-family:var(--secondary-font);color:var(--color-primary);font-size:60px;line-height:72px;letter-spacing:-0.02em;font-weight:500}@media(max-width: 1024px){.about_features .container .about_features-header-section h3 span{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:500}}@media(max-width: 1024px){.about_features .container .about_features-header-section h3 span{display:inline}}.about_features .container .about_features-header-section h4{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:600;color:var(--color-tertiary);margin-bottom:18px}@media(max-width: 1024px){.about_features .container .about_features-header-section h4{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600}}.about_features .container .about_features-header-section p{color:var(--color-text-light);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;max-width:807px}@media(max-width: 1024px){.about_features .container .about_features-header-section p{max-width:100%}}.about_features .container .about_features-header-section .description{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;flex-basis:50%}.about_features .container .about_features-header-section .description .features-section-description p{color:var(--color-text-light);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400}@media(max-width: 564px){.about_features .container .about_features-header-section .description .features-section-description p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.about_features .container .about_features-header-section .description .button{align-self:flex-start;display:flex;align-items:center;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:500;background:var(--color-primary);color:var(--color-white);border-radius:8px;position:relative}@media(max-width: 1024px){.about_features .container .about_features-header-section .description .button{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:500}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.about_features .container .about_features-container{display:flex;justify-content:center;gap:.875rem}.about_features .container .about_features-container .left-content,.about_features .container .about_features-container .mid-content,.about_features .container .about_features-container .right-content{opacity:0;transform:translateY(40px);transition:opacity .3s,transform .3s}.about_features .container .about_features-container.animate .left-content{animation:fadeSlideUp .6s ease-out forwards;animation-delay:.1s}.about_features .container .about_features-container.animate .mid-content{animation:fadeSlideUp .6s ease-out forwards;animation-delay:.3s}.about_features .container .about_features-container.animate .right-content{animation:fadeSlideUp .6s ease-out forwards;animation-delay:.5s}@media(max-width: 1024px){.about_features .container .about_features-container{flex-direction:column;width:100%;align-items:center}}.about_features .container .about_features-container .contents{padding:22px 31px;border-radius:20px}@media(max-width: 1024px){.about_features .container .about_features-container .contents{max-width:417px;width:100%}}.about_features .container .about_features-container img{width:100%}.about_features .container .about_features-container .left-content{flex:33%;display:flex;flex-direction:column;gap:1.5rem;background:var(--color-white);justify-content:space-between}.about_features .container .about_features-container .left-content .left_top{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.about_features .container .about_features-container .left-content .left_top h4{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:36px}.about_features .container .about_features-container .left-content .left_top h4 span{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:36px}.about_features .container .about_features-container .left-content h4{font-family:var(--secondary-font);color:var(--color-text-dark);text-align:center;font-size:30px;font-style:normal;font-weight:600;line-height:38px}@media(max-width: 1024px){.about_features .container .about_features-container .left-content h4{font-size:22px;line-height:30px}}.about_features .container .about_features-container .left-content h4:first-child{text-align:center;max-width:292px;width:100%;align-self:center}.about_features .container .about_features-container .left-content h4 span{font-size:16px;font-style:normal;font-weight:400;line-height:36px}@media(max-width: 1024px){.about_features .container .about_features-container .left-content h4 span{font-size:14px;line-height:20px}}.about_features .container .about_features-container .mid-content,.about_features .container .about_features-container .right-content{flex:33%;display:flex;flex-direction:column;gap:1rem;background:var(--color-white);justify-content:space-between}.about_features .container .about_features-container .mid-content h4,.about_features .container .about_features-container .right-content h4{font-family:var(--secondary-font);color:var(--color-text-dark);max-width:292px;align-self:center;font-size:30px;font-style:normal;font-weight:600;line-height:38px;text-align:center}.about_features .container .about_features-container .mid-content h4:first-child,.about_features .container .about_features-container .right-content h4:first-child{text-align:center;max-width:292px;width:100%;align-self:center}@media(max-width: 1024px){.about_features .container .about_features-container .mid-content h4,.about_features .container .about_features-container .right-content h4{font-size:22px;line-height:30px}}.about_features .container .about_features-container .mid-content p,.about_features .container .about_features-container .right-content p{color:var(--color-black);text-align:center;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}@media(max-width: 1024px){.about_features .container .about_features-container .mid-content p,.about_features .container .about_features-container .right-content p{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:400}}.about_features .container .about_features-container .mid-content .mid-rate{display:flex;transform:rotate(-16.976deg);align-items:center;gap:9.042px;margin-top:-2rem}.about_features .container .about_features-container .mid-content .mid-rate h3{color:var(--color-text-dark);font-family:var(--secondary-font);font-size:32.292px;font-style:normal;font-weight:600;line-height:31px}.about_features .container .about_features-container .mid-content .mid-bottom{display:flex;flex-direction:column;align-items:center;background-image:url(../../images/about-features/process.svg);background-position:center;background-repeat:no-repeat;background-size:contain;background-repeat:no-repeat;background-size:inherit;height:200px;justify-content:center}.about_features .container .about_features-container .mid-content .mid-bottom h4{font-size:28px;font-weight:600;line-height:36px;font-family:var(--secondary-font);color:var(--color-text-dark)}@media(max-width: 1024px){.about_features .container .about_features-container .mid-content .mid-bottom h4{font-size:24px;line-height:32px}}.about_features .container .about_features-container .mid-content .mid-bottom p{color:var(--color-Primary);text-align:center;font-family:var(--secondary-font);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:500}@media(max-width: 1024px){.about_features .container .about_features-container .mid-content .mid-bottom p{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:500}}.about_features .container .about_features-container .right-content .left-amount{padding:10px;border-radius:12px;background-color:var(--color-white);box-shadow:-2px 3px 17.3px 0px rgba(0,0,0,.11);width:fit-content;transform:rotate(-15.135deg)}.about_features .container .about_features-container .right-content p{margin-top:-2rem}@media(max-width: 1024px){.about_features .container .about_features-container .right-content p{margin-top:0}}.about_features .container .about_features-container .right-content .right-bottom{display:flex;gap:1rem;align-items:flex-end;justify-content:space-between;margin-top:1rem}@media(max-width: 564px){.about_features .container .about_features-container .right-content .right-bottom{margin-top:0rem}}.about_features .container .about_features-container .right-content .right-bottom .left{display:flex;flex-direction:column;gap:24px}.about_features .container .about_features-container .right-content .right-bottom .right-amount{display:flex;flex-direction:column;max-width:235px;width:100%;gap:10px;transform:rotate(-7.864deg);padding:20px;border-radius:24px;background-color:var(---color-white);box-shadow:-2px 3px 17.3px 0px rgba(0,0,0,.11)}.about_features .container .about_features-container .right-content .right-bottom .right-amount h5{color:var(--color-text-dark);font-family:var(--secondary-font);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:500}.about_features .container .about_features-container .right-content .right-bottom .right-amount h5:nth-child(2){font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600}@media(max-width: 768px){.about_features .container .about_features-container .right-content .right-bottom .right-amount h5{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:500}.about_features .container .about_features-container .right-content .right-bottom .right-amount h5:nth-child(2){font-size:14px;line-height:20px;letter-spacing:normal;font-weight:600}}@media(max-width: 1024px){.about_features .container .about_features-container .right-content .right-bottom .right-amount h4{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600}}.about_features .container .about_features-container .right-content .right-bottom .right-amount .bottom{display:flex;gap:10px;align-items:center}.about_features .container .about_features-container .about_feature{display:flex;align-items:flex-start;gap:18px;cursor:pointer;border-radius:10px;background:var(--color-tertiary-bg);box-shadow:0px 0px 2px 0px rgba(204,204,204,.4);transition:all .3s ease-in-out;flex:31%;align-self:stretch;padding:40px}.about_features .container .about_features-container .about_feature:hover{box-shadow:0 0 20px rgba(0,0,0,.3)}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature{width:100%;padding:24px}}.about_features .container .about_features-container .about_feature .icon{padding:25px;background:var(--color-primary);border-radius:50%}.about_features .container .about_features-container .about_feature .icon img{width:100%}.about_features .container .about_features-container .about_feature .about_feature-title{font-family:var(--secondary-font);font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:500;line-height:38px;color:var(--color-text-dark);height:130px}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-title{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:500;height:unset}}.about_features .container .about_features-container .about_feature .about_feature-description{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-text-light);text-align:left;padding-top:14px}@media(max-width: 1024px){.about_features .container .about_features-container .about_feature .about_feature-description{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}}.about-listing-wrapper{padding:100px 0;overflow:hidden;background:var(--color-secondary)}@media(max-width: 1024px){.about-listing-wrapper{padding:60px 0}}.about-listing-wrapper .contents-wrapper{display:flex;flex-direction:row-reverse;align-items:start;gap:105px;justify-content:space-between;border-radius:24px;background:rgba(255,255,255,.07);padding:40px 30px}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper{flex-direction:column-reverse;gap:60px;align-items:center;text-align:center}}.about-listing-wrapper .contents-wrapper .listing-contents{display:flex;align-items:flex-start;flex-direction:column;gap:60px;max-width:605px;width:100%}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .listing-contents{gap:40px}}.about-listing-wrapper .contents-wrapper .listing-contents .header-content{text-align:left;display:flex;flex-direction:column;gap:24px}.about-listing-wrapper .contents-wrapper .listing-contents .header-content h3{font-family:var(--secondary-font);color:var(--color-tertiary);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .listing-contents .header-content h3{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700;text-align:center}}.about-listing-wrapper .contents-wrapper .listing-contents .header-content h4{color:var(--color-white);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400}.about-listing-wrapper .contents-wrapper .listing-contents .listing_header{display:flex;gap:20px}.about-listing-wrapper .contents-wrapper .listing-contents .listing_header h5{color:var(--color-black);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700}.about-listing-wrapper .contents-wrapper .listing-contents .listing_header .icon{width:20px;height:20px}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container{display:flex;flex-direction:column;gap:24px}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container{gap:40px}}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing{display:flex}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing.listing-horizontal{flex-direction:row;align-items:flex-start;gap:14px}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing.listing-horizontal{flex-direction:column}}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing .listing-icon img{width:60px;height:60px;flex-shrink:0;aspect-ratio:1/1}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing .listing-content{color:var(--color-text-dark);display:flex;align-items:flex-start;flex-direction:column;gap:12px}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing .listing-content h5{font-family:var(--secondary-font);color:var(--color-tertiary);text-align:left;font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}.about-listing-wrapper .contents-wrapper .listing-contents .listing-content-container .listing .listing-content p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;text-align:left;max-width:440px;color:var(--color-tertiary)}.about-listing-wrapper .contents-wrapper .listing-contents .listing_btn{display:flex;align-items:start;gap:16px;color:var(--color-white);text-decoration:none}.about-listing-wrapper .contents-wrapper .listing-contents .listing_btn .btn_text{display:flex;flex-direction:column;gap:7px}.about-listing-wrapper .contents-wrapper .listing-contents .listing_btn .btn_text p{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:400}@media(max-width: 768px){.about-listing-wrapper .contents-wrapper .listing-contents .listing_btn .btn_text p{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:700}}.about-listing-wrapper .contents-wrapper .listing-contents .listing_btn .btn_text h5{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:800}@media(max-width: 768px){.about-listing-wrapper .contents-wrapper .listing-contents .listing_btn .btn_text h5{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:800}}.about-listing-wrapper .contents-wrapper .image-container{width:100%;display:flex;flex-direction:column;flex:1;max-width:483px}.about-listing-wrapper .contents-wrapper .image-container .single_img{width:100%;position:relative}.about-listing-wrapper .contents-wrapper .image-container .single_img img{width:100%}.about-listing-wrapper .contents-wrapper .image-container .single_img .single_img_content{display:flex;flex-direction:column;gap:16px;position:absolute;bottom:0;padding:20px}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .image-container .single_img .single_img_content{gap:14px}}.about-listing-wrapper .contents-wrapper .image-container .single_img .single_img_content h4{color:var(--color-white);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:800}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .image-container .single_img .single_img_content h4{text-transform:uppercase}}.about-listing-wrapper .contents-wrapper .image-container .single_img .single_img_content p{color:var(--color-white);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .image-container .single_img .single_img_content p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.about-listing-wrapper .contents-wrapper .image-container .double_img{width:100%;display:flex;justify-content:space-between;gap:16px}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .image-container .double_img{flex-direction:column}}.about-listing-wrapper .contents-wrapper .image-container .double_img .image_left{width:48%}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .image-container .double_img .image_left{width:100%}}.about-listing-wrapper .contents-wrapper .image-container .double_img .image_right{width:48%}@media(max-width: 1024px){.about-listing-wrapper .contents-wrapper .image-container .double_img .image_right{width:100%}}.about-company-section{padding:80px 0;background-color:var(--bg-body);color:var(--color-tertiary);overflow:hidden}.about-company-section .left-content-wrapper .block-title,.about-company-section .left-content-wrapper .content .item{transform:translateX(-50px);opacity:0}.about-company-section .right-content{transform:translateX(50px);opacity:0}.about-company-section.animate .block-title{animation:slideInLeft 1s ease-out forwards}.about-company-section.animate .item:nth-child(1){animation:slideInLeft 1s ease-out 0.3s forwards}.about-company-section.animate .item:nth-child(2){animation:slideInLeft 1s ease-out 0.6s forwards}.about-company-section.animate .item:nth-child(3){animation:slideInLeft 1s ease-out 0.9s forwards}.about-company-section.animate .item:nth-child(4){animation:slideInLeft 1s ease-out 1.2s forwards}.about-company-section.animate .item:nth-child(5){animation:slideInLeft 1s ease-out 1.5s forwards}.about-company-section.animate .item:nth-child(6){animation:slideInLeft 1s ease-out 1.8s forwards}.about-company-section.animate .item:nth-child(7){animation:slideInLeft 1s ease-out 2.1s forwards}.about-company-section.animate .item:nth-child(8){animation:slideInLeft 1s ease-out 2.4s forwards}.about-company-section.animate .item:nth-child(9){animation:slideInLeft 1s ease-out 2.7s forwards}.about-company-section.animate .item:nth-child(10){animation:slideInLeft 1s ease-out 3s forwards}.about-company-section.animate .right-content{animation:slideInRight 1.2s ease-out .6s forwards}@media(max-width: 1024px){.about-company-section{padding:60px 0 0}}.about-company-section .content-wrapper{display:flex;flex-direction:row;gap:30px;justify-content:space-between;align-items:flex-start}@media(max-width: 1024px){.about-company-section .content-wrapper{flex-direction:column;align-items:center}}.about-company-section .content-wrapper .left-content-wrapper{max-width:600px;width:100%;display:flex;flex-direction:column;gap:40px}.about-company-section .content-wrapper .left-content-wrapper .block-title{font-family:var(--secondary-font);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}.about-company-section .content-wrapper .left-content-wrapper .content{display:flex;flex-direction:column;gap:20px}.about-company-section .content-wrapper .left-content-wrapper .content .item{padding:10px;border-bottom:1px solid #a8a8a8;transition:all .3s ease}.about-company-section .content-wrapper .left-content-wrapper .content .item:hover,.about-company-section .content-wrapper .left-content-wrapper .content .item:focus-within{border-bottom:1px solid var(--color-black)}.about-company-section .content-wrapper .left-content-wrapper .content .item:hover h4,.about-company-section .content-wrapper .left-content-wrapper .content .item:hover p,.about-company-section .content-wrapper .left-content-wrapper .content .item:focus-within h4,.about-company-section .content-wrapper .left-content-wrapper .content .item:focus-within p{color:var(--color-black)}.about-company-section .content-wrapper .left-content-wrapper .content .item h4{font-family:var(--secondary-font);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:500;margin-bottom:10px;cursor:pointer;transition:all .3s ease;color:#a8a8a8}@media(max-width: 1024px){.about-company-section .content-wrapper .left-content-wrapper .content .item h4{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:500}}.about-company-section .content-wrapper .left-content-wrapper .content .item p{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;max-height:0;overflow:hidden;margin:0;opacity:0;transition:all .4s ease-out;line-height:1.5;cursor:pointer}.about-company-section .content-wrapper .left-content-wrapper .content .item:hover p{max-height:300px;opacity:1;margin-top:.8rem;padding-bottom:.5rem}.about-company-section .content-wrapper .right-content{max-width:620px}.about-company-section .content-wrapper .right-content img{width:100%}@keyframes slideInLeft{from{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInRight{from{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.about_us_wrapper{display:flex;padding:50px 0 85px;flex-direction:column;align-items:center;gap:60px;align-self:stretch;border-radius:0px 0px 100px 100px;background:var(--bg-secondary)}@media(max-width: 1024px){.about_us_wrapper{padding:40px 0 62px;gap:40px}}.about_us_wrapper .container{padding:0 2rem}@media(max-width: 1024px){.about_us_wrapper .container{padding:0 1rem}}.about_us_wrapper .container .about_us_content{display:flex;flex-direction:column;align-items:flex-start;gap:40px}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content{width:100%}}.about_us_wrapper .container .about_us_content .content{display:flex;justify-content:space-between;text-align:left;align-items:flex-start;gap:48px}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content .content{flex-direction:column;width:100%;gap:18px}}.about_us_wrapper .container .about_us_content .content .content_title{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:500;color:var(--color-text-dark)}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content .content .content_title{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}.about_us_wrapper .container .about_us_content .content .content_title span{color:var(--color-primary);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content .content .content_title span{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:700}}.about_us_wrapper .container .about_us_content .content .right_side{display:flex;flex-direction:column;gap:22px}.about_us_wrapper .container .about_us_content .content .right_side .content_desc{color:var(--color-text-light);font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content .content .right_side .content_desc{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.about_us_wrapper .container .about_us_content .content .right_side .button{align-self:flex-start;display:flex;width:fit-content;background:var(--color-secondary);border:1px solid var(--color-white);color:var(--color-primary)}.about_us_wrapper .container .about_us_content .content .right_side .button:nth-child(2){background:var(--color-secondary);border:1px solid var(--color-white)}.about_us_wrapper .container .about_us_content .count_content{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;width:100%;border-radius:24px;border:2px solid var(--bg-body, #FFF);background:rgba(195,195,195,.1);padding:30px}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content .count_content{width:100%;align-items:center;padding:12px}}.about_us_wrapper .container .about_us_content .count_content .count_row{display:flex;padding:24px 50px;border-radius:18px;background:linear-gradient(180deg, #045FCB 0%, #070C14 100%);flex-grow:1;width:100%}@media(max-width: 768px){.about_us_wrapper .container .about_us_content .count_content .count_row{width:100%;flex-direction:column}}.about_us_wrapper .container .about_us_content .count_content .count_row .count{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:18px;color:var(--color-white);flex-grow:1;width:100%;border-left:1px solid var(--color-gray)}@media(max-width: 768px){.about_us_wrapper .container .about_us_content .count_content .count_row .count{padding:31px 0;border-left:none;border-top:1px solid var(--color-gray)}}.about_us_wrapper .container .about_us_content .count_content .count_row .count:nth-child(1){border-left:none}@media(max-width: 768px){.about_us_wrapper .container .about_us_content .count_content .count_row .count:nth-child(1){border-top:none;padding-top:0}}@media(max-width: 768px){.about_us_wrapper .container .about_us_content .count_content .count_row .count:last-child{padding-bottom:0}}.about_us_wrapper .container .about_us_content .count_content .count_row .count .count_img{width:55px;border-radius:12px}.about_us_wrapper .container .about_us_content .count_content .count_row .count .count_number{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}@media(max-width: 1024px){.about_us_wrapper .container .about_us_content .count_content .count_row .count .count_number{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:500}}.about_us_wrapper .container .about_us_content .count_content .count_row .count .count_details{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}#mobile-menu-icon{display:none;height:36px;width:36px}@media(max-width: 1024px){#mobile-menu-icon{display:block}}.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-secondary);top:73px;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:1000000000000000000;display:flex}.cheeseburger-menu.open{transform:translateX(0);transform-style:preserve-3d}.cheeseburger-menu .cheeseburger-menu__close{display:none;width:100%;justify-content:flex-end;height:40px;align-items:center}@media screen and (max-width: 1200px){.cheeseburger-menu .cheeseburger-menu__close{display:flex}}.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:8px}.cheeseburger-menu .cheeseburger-menu__menu:last-child{padding:24px 16px}@media(max-width: 564px){.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__link{color:var(--color-white);text-decoration:none;border-bottom:none;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;padding:12px 16px;margin:0;display:flex;gap:10px;justify-content:center}.cheeseburger-menu .cheeseburger-menu__menu .btn{background:var(--color-primary);color:var(--color-text-dark);appearance:none;font-style:normal;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.cheeseburger-menu .cheeseburger-menu__menu .btn.login{background:rgba(0,0,0,0);color:var(--color-white);border:none;display:flex;align-items:center;transform-style:preserve-3d;position:relative}.cheeseburger-menu .cheeseburger-menu__menu .btn.login::after{content:"";width:0;height:0}.cheeseburger-menu .cheeseburger-menu__menu .btn.signup{background:var(--color-primary);color:var(--color-secondary);justify-content:space-between;padding:5px 6px 5px 16px}.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-primary);color:var(--color-text-dark);font-weight:bold;border-radius:0}.text-right{padding:80px 0;background:var(--color-white)}@media(max-width: 1024px){.text-right{padding:60px 0}}.text-right .text-right-text{width:100%;display:flex;flex-direction:column;gap:40px;align-items:center}.text-right .text-right-text .top{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:1078px}.text-right .text-right-text .top .actions{margin-top:16px}.text-right .text-right-text .top .block-title{color:var(--color-secondary);font-family:var(--secondary-font);font-size:60px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-1.2px;text-align:center}@media(max-width: 1024px){.text-right .text-right-text .top .block-title{font-size:48px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-0.96px}}.text-right .text-right-text .top .text{color:var(--color-black);font-size:20px;font-style:normal;font-weight:500;line-height:30px;text-align:center}.text-right .text-right-text .right-buttom{display:flex;flex-direction:column;gap:40px}.text-right .text-right-text .right-buttom .full-card{display:flex;justify-content:space-between;gap:40px;padding:40px;border-radius:24px;background:var(--color-secondary);border:2px solid var(--color-primary);position:sticky;top:120px}@media(max-width: 1024px){.text-right .text-right-text .right-buttom .full-card{flex-direction:column;padding:40px 20px;top:80px}}.text-right .text-right-text .right-buttom .full-card .card{display:flex;flex-direction:column;gap:24px;max-width:621px;width:100%}.text-right .text-right-text .right-buttom .full-card .card h4{color:var(--color-tertiary);font-family:var(--secondary-font);font-size:48px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-0.96px}@media(max-width: 1024px){.text-right .text-right-text .right-buttom .full-card .card h4{font-size:30px;font-style:normal;font-weight:600;line-height:38px}}.text-right .text-right-text .right-buttom .full-card .card p{color:var(--color-white);font-size:20px;font-style:normal;font-weight:500;line-height:30px;max-width:479px;width:100%}.text-right .text-right-text .right-buttom .full-card .card .actions{margin-top:16px;width:fit-content}.text-right .text-right-text .right-buttom .full-card .paragraph-image{max-width:491px;width:100%}.text-right .text-right-text .right-buttom .full-card .paragraph-image img{width:100%}.text-left{padding:100px 0 0;background:var(--color-white)}@media(max-width: 1024px){.text-left{padding:40px 0 0 !important}}.text-left.paragraph .text-left-container{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:7rem;color:var(--text-text);max-width:1264px;width:100%}@media(max-width: 1024px){.text-left.paragraph .text-left-container{flex-direction:column-reverse;gap:34px;align-items:center}}.text-left.paragraph .text-left-container h4 span{color:var(--color-section-subtitle);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{flex:50%;display:flex;gap:1rem;align-items:flex-start;width:100%;position:relative}.text-left.paragraph .text-left-container .right-section img{width:100%}.text-left.paragraph .text-left-container .text-left-text{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:start;gap:44px;flex:50%}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text{padding:0px;text-align:left;align-items:flex-start;gap:16px}}.text-left.paragraph .text-left-container .text-left-text .block-title{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}@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-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .block-title h3{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}.text-left.paragraph .text-left-container .text-left-text .block-title h3 span{color:var(--color-primary);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .block-title h3 span{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}.text-left.paragraph .text-left-container .text-left-text .mid_content{display:flex;flex-direction:column;gap:14px}.text-left.paragraph .text-left-container .text-left-text .mid_content .top{display:flex;gap:14px}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .mid_content .top{flex-direction:column}}.text-left.paragraph .text-left-container .text-left-text .mid_content .content{display:flex;gap:10px;padding:6px 12px;background-color:var(--color-secondary);color:var(--color-primary);border-radius:20px;width:fit-content;align-items:center}.text-left.paragraph .text-left-container .text-left-text .mid_content .content p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600;color:var(--color-primary)}.text-left.paragraph .text-left-container .text-left-text .button{background-color:var(--color-primary);color:var(--color-white)}@media(max-width: 1024px){.text-left.paragraph .text-left-container .text-left-text .button{margin-top:20px}}.contact-block-wrapper{display:flex;flex-direction:row;gap:20px;align-items:stretch;justify-content:space-between}@media(max-width: 1024px){.contact-block-wrapper{flex-direction:column-reverse;align-items:center;gap:40px}}.contact-block-wrapper .contact-left{display:flex;flex-direction:column-reverse;justify-content:flex-start;gap:46px;font-family:var(--secondary-font);color:var(--color-text-dark);align-items:center;max-width:538px;justify-content:space-between;transform:translateX(-100%);opacity:0;animation:slideInRight .8s ease-out forwards;animation-delay:.3s}@media(max-width: 1024px){.contact-block-wrapper .contact-left{flex-direction:column;gap:40px}}.contact-block-wrapper .contact-left .contact-us{border-radius:24px;box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15);width:100%}.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}}@keyframes slideInRight{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.contact-block-wrapper .paragraph-image img{width:100%;height:100%}.contact-block-section{padding:100px 0;background:var(--bg-body)}@media(max-width: 1024px){.contact-block-section{padding:40px 0}}.contact-block-section .container{padding:0 2rem;max-width:1304px;display:flex;flex-direction:column;gap:60px}@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:flex-start;max-width:658px;width:100%;padding:40px;border-radius:24px;color:var(--color-text-dark);gap:3.125rem;background:var(--color-white);box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15)}@media(max-width: 1024px){.contact-block-section .contact-block-wrapper .contact-block-content-parent{flex-direction:column;gap:2.5rem;padding:40px 16px}}.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:600}@media(max-width: 768px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-content h1{font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}.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;color:var(--color-text-light)}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form{opacity:0;animation:fadeInLeft .6s forwards;animation-delay:.3s;width:100%}.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{background:var(--color-white)}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form input::placeholder,.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form textarea::placeholder{color:rgba(0,0,0,0)}.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:8px}.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:auto;margin:0 0 0 20px;border-radius:0 8px 8px 0}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .form-actions{margin-top:40px;display:flex}@media(max-width: 1024px){.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form .form-actions{margin-top:60px}}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form button{width:fit-content;background:var(--color-primary);border:none}.contact-block-section .contact-block-wrapper .contact-block-content-parent .contact-form button .contact-button{display:flex;flex-direction:row-reverse;gap:1rem;align-items:center;justify-content:center}.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}.mission_vision{padding:120px 0 150px}@media(max-width: 1024px){.mission_vision{padding:40px 0 80px}}.mission_vision .container{display:flex;flex-direction:column;gap:20px}.mission_vision .mission_vision_top{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:10px;display:flex;flex-direction:column;gap:14px}.mission_vision .mission_vision_top .title{color:var(--color-white);text-transform:uppercase;font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}.mission_vision .mission_vision_top .mission_vision_text{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-white);display:flex;flex-direction:column;gap:10px}.mission_vision .mission_vision_top .mission_vision_text span{text-transform:lowercase}.mission_vision .mission_vision_bottom{display:flex;gap:10px;justify-content:space-between}@media(max-width: 1024px){.mission_vision .mission_vision_bottom{flex-direction:column}}.contact-section .container{display:flex;flex-direction:column;gap:38px;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:600;color:var(--color-text-dark);font-family:var(--secondary-font)}@media(max-width: 1024px){.contact-section .container h2{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.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:column;gap:26px;align-items:flex-start;justify-content:center;align-items:stretch}@media(max-width: 1024px){.contact-section .container .all-info{flex-direction:column;gap:1.625rem;align-items:center}}.contact-section .container .all-info .contact{display:flex;gap:16px;width:100%;background:var(--color-white);align-items:center;border-radius:12px;background:var(--color-white);box-shadow:0 4px 15px 0 rgba(0,0,0,.05);padding:16px}.contact-section .container .all-info .contact img{max-width:60px;max-height:60px;width:100%}.contact-section .container .all-info .contact .content{display:flex;flex-direction:column;max-width:474px;width:100%}.contact-section .container .all-info .contact .content p{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}.contact-section .container .all-info .contact .content h5{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:600;color:var(--color-black);font-family:var(--secondary-font)}.text_slider{padding:0;background-color:var(--color-white)}@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-color:var(--color-primary);transform:rotate(2deg);width:101%;margin-left:-0.5%}@media(max-width: 1024px){.text_slider .text_slider_parent{padding:16px 0}}.text_slider .text_slider_parent:hover .text_slider_wrapper{animation-play-state:paused}.text_slider .text_slider_wrapper{display:flex;flex-wrap:nowrap;gap:25px;animation:slide-left 6s linear infinite;will-change:transform}@media(prefers-reduced-motion: reduce){.text_slider .text_slider_wrapper{animation:none;transform:none}}.text_slider .text_slider_wrapper .slider_item{flex:0 0 auto;max-width:none;box-sizing:border-box;text-align:left}.text_slider .text_slider_wrapper .slider_item h3{font-size:24px;font-style:normal;font-weight:400;line-height:32px;color:var(--color-text);font-family:var(--secondary-font);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 h3 svg{flex:0 0 auto;display:inline-block}.text_slider .text_slider_wrapper .slider_item.clone{opacity:1}.text_slider .text_slider_wrapper .slider_item img{width:100%}.text_slider .slider_dots{display:none !important}.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)}@keyframes slide-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.page-login .primary{margin-top:60px !important}@media(max-width: 768px){.page-login .primary{margin-top:24px !important}}.page-login .footer-overlay-section{display:none !important}.page-forgot .footer-overlay-section{display:none !important}.login-section.animate{padding:5rem 1rem}@media(max-width: 1024px){.login-section.animate{padding:4rem 1rem}}.forgot-section .comtainer{padding:0 1rem}.change-password-section,.login-section,.unsubscribe-section,.forgot-section{padding:242px 0;position:relative;background:var(--color-secondary)}@media(max-width: 1024px){.change-password-section,.login-section,.unsubscribe-section,.forgot-section{padding:116px 0 40px}}.change-password-section .no-hero-section,.login-section .no-hero-section,.unsubscribe-section .no-hero-section,.forgot-section .no-hero-section{padding-bottom:60px}.change-password-section .no-hero-section .no-hero-wrapper .head-content p,.login-section .no-hero-section .no-hero-wrapper .head-content p,.unsubscribe-section .no-hero-section .no-hero-wrapper .head-content p,.forgot-section .no-hero-section .no-hero-wrapper .head-content p{margin-bottom:0px}.change-password-section .inline,.login-section .inline,.unsubscribe-section .inline,.forgot-section .inline{margin:0;color:var(--color-text-light)}.change-password-section .login-top,.login-section .login-top,.unsubscribe-section .login-top,.forgot-section .login-top{display:flex;flex-direction:column;gap:12px}@media(max-width: 1024px){.change-password-section .login-top,.login-section .login-top,.unsubscribe-section .login-top,.forgot-section .login-top{gap:16px}}.change-password-section .login-title,.login-section .login-title,.unsubscribe-section .login-title,.forgot-section .login-title{font-family:var(--secondary-font);font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:700;color:var(--color-white);text-align:left}@media(max-width: 1024px){.change-password-section .login-title,.login-section .login-title,.unsubscribe-section .login-title,.forgot-section .login-title{font-size:36px;line-height:44px;letter-spacing:-0.02em;font-weight:600}}.change-password-section .login-sub-title,.login-section .login-sub-title,.unsubscribe-section .login-sub-title,.forgot-section .login-sub-title{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;color:var(--color-white);text-align:left}.change-password-section .primary,.login-section .primary,.unsubscribe-section .primary,.forgot-section .primary{display:flex;gap:10px;align-items:center;justify-content:space-between}.change-password-section.forgot-section .whq-card-content #grav-login>h1,.change-password-section.forgot-section .whq-card-content #grav-login>p,.login-section.forgot-section .whq-card-content #grav-login>h1,.login-section.forgot-section .whq-card-content #grav-login>p,.unsubscribe-section.forgot-section .whq-card-content #grav-login>h1,.unsubscribe-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}.change-password-section .whq-card,.login-section .whq-card,.unsubscribe-section .whq-card,.forgot-section .whq-card{border-radius:24px;box-shadow:none;margin:auto;margin-bottom:0rem !important;padding:0 !important;color:var(--unsubscribe-text)}.change-password-section .whq-card .whq-card-container,.login-section .whq-card .whq-card-container,.unsubscribe-section .whq-card .whq-card-container,.forgot-section .whq-card .whq-card-container{display:flex;align-items:flex-start;justify-content:space-between;gap:60px}@media(max-width: 1024px){.change-password-section .whq-card .whq-card-container,.login-section .whq-card .whq-card-container,.unsubscribe-section .whq-card .whq-card-container,.forgot-section .whq-card .whq-card-container{flex-direction:column}}.change-password-section .whq-card .whq-card-container .form-image,.login-section .whq-card .whq-card-container .form-image,.unsubscribe-section .whq-card .whq-card-container .form-image,.forgot-section .whq-card .whq-card-container .form-image{flex:1;width:100%;max-width:520px}@media(max-width: 1024px){.change-password-section .whq-card .whq-card-container .form-image,.login-section .whq-card .whq-card-container .form-image,.unsubscribe-section .whq-card .whq-card-container .form-image,.forgot-section .whq-card .whq-card-container .form-image{display:none}}.change-password-section .whq-card .whq-card-container .form-image img,.login-section .whq-card .whq-card-container .form-image img,.unsubscribe-section .whq-card .whq-card-container .form-image img,.forgot-section .whq-card .whq-card-container .form-image img{width:100%;height:100%}.change-password-section .whq-card .whq-card-container .whq-card-title,.login-section .whq-card .whq-card-container .whq-card-title,.unsubscribe-section .whq-card .whq-card-container .whq-card-title,.forgot-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){.change-password-section .whq-card .whq-card-container .whq-card-title,.login-section .whq-card .whq-card-container .whq-card-title,.unsubscribe-section .whq-card .whq-card-container .whq-card-title,.forgot-section .whq-card .whq-card-container .whq-card-title{padding:2rem 1rem}}.change-password-section .whq-card .whq-card-container .whq-card-content,.login-section .whq-card .whq-card-container .whq-card-content,.unsubscribe-section .whq-card .whq-card-container .whq-card-content,.forgot-section .whq-card .whq-card-container .whq-card-content{max-width:658px;width:100%;padding:40px;background:var(--color-white);border-radius:24px;box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15)}.change-password-section .whq-card .whq-card-container .whq-card-content .notice-container,.login-section .whq-card .whq-card-container .whq-card-content .notice-container,.unsubscribe-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){.change-password-section .whq-card .whq-card-container .whq-card-content,.login-section .whq-card .whq-card-container .whq-card-content,.unsubscribe-section .whq-card .whq-card-container .whq-card-content,.forgot-section .whq-card .whq-card-container .whq-card-content{padding:40px 16px;width:100%}}.change-password-section .whq-card .whq-card-container .whq-card-content h3,.login-section .whq-card .whq-card-container .whq-card-content h3,.unsubscribe-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:700;line-height:60px;font-family:var(--secondary-font);color:var(--color-text-dark);margin-bottom:12px}@media(max-width: 564px){.change-password-section .whq-card .whq-card-container .whq-card-content h3,.login-section .whq-card .whq-card-container .whq-card-content h3,.unsubscribe-section .whq-card .whq-card-container .whq-card-content h3,.forgot-section .whq-card .whq-card-container .whq-card-content h3{font-size:30px;font-style:normal;font-weight:700;line-height:38px}}.change-password-section .whq-card .whq-card-container .whq-card-content p,.login-section .whq-card .whq-card-container .whq-card-content p,.unsubscribe-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-light)}.change-password-section .whq-card .whq-card-container .whq-card-content form,.login-section .whq-card .whq-card-container .whq-card-content form,.unsubscribe-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}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field{display:block;width:100%}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label,.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label{margin-bottom:0}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label,.login-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light)}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data{width:100%}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input::placeholder,.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper textarea::placeholder,.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,.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,.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)}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill,.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:hover,.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:focus,.change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-data .form-input-wrapper input:-webkit-autofill:active,.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,.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,.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}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions{width:100%;text-align:center;text-align:-webkit-center;margin-top:14px}@media(max-width: 1024px){.change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions{margin-top:16px}}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions button,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions button{font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--color-secondary);background:var(--color-primary);border:none;width:100%;margin:0 auto}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions button:hover,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions button:hover{transform:translateY(0) !important}.change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions button svg,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions button svg{display:none}@media(max-width: 564px){.change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions button,.login-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,.forgot-section .whq-card .whq-card-container .whq-card-content form .form-actions button{min-width:unset;width:100%}}.change-password-section #grav-login .form-field::before,.login-section #grav-login .form-field::before,.unsubscribe-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-black)}.change-password-section .form-actions,.login-section .form-actions,.unsubscribe-section .form-actions,.forgot-section .form-actions{display:block;flex-direction:column;gap:2rem}.change-password-section .form-actions .form-data.rememberme,.login-section .form-actions .form-data.rememberme,.unsubscribe-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: 1024px){.change-password-section .form-actions .form-data.rememberme,.login-section .form-actions .form-data.rememberme,.unsubscribe-section .form-actions .form-data.rememberme,.forgot-section .form-actions .form-data.rememberme{width:100%;margin-top:9px}}.change-password-section .form-actions .form-data.rememberme .form-input-wrapper,.login-section .form-actions .form-data.rememberme .form-input-wrapper,.unsubscribe-section .form-actions .form-data.rememberme .form-input-wrapper,.forgot-section .form-actions .form-data.rememberme .form-input-wrapper{display:flex;align-items:center;gap:8px}.change-password-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox],.login-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox],.unsubscribe-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]{display:inline-block;appearance:none;width:24px;height:24px;border-radius:4px;background-color:rgba(0,0,0,0);border:1px solid var(--color-black);align-self:center}.change-password-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox]:checked,.login-section .form-actions .form-data.rememberme .form-input-wrapper input[type=checkbox]:checked,.unsubscribe-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}.change-password-section .form-actions .form-data.rememberme .form-input-wrapper label,.login-section .form-actions .form-data.rememberme .form-input-wrapper label,.unsubscribe-section .form-actions .form-data.rememberme .form-input-wrapper label,.forgot-section .form-actions .form-data.rememberme .form-input-wrapper label{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-black);margin-left:4px}.change-password-section .form-actions .form-action-wrapper,.login-section .form-actions .form-action-wrapper,.unsubscribe-section .form-actions .form-action-wrapper,.forgot-section .form-actions .form-action-wrapper{display:flex;flex-direction:column-reverse}.change-password-section .form-actions .form-action-wrapper .primary,.login-section .form-actions .form-action-wrapper .primary,.unsubscribe-section .form-actions .form-action-wrapper .primary,.forgot-section .form-actions .form-action-wrapper .primary{margin-top:60px}.change-password-section .form-actions .form-action-wrapper .secondary,.login-section .form-actions .form-action-wrapper .secondary,.unsubscribe-section .form-actions .form-action-wrapper .secondary,.forgot-section .form-actions .form-action-wrapper .secondary{max-width:300px;align-self:end;margin-top:-1.6rem;text-decoration:none;padding:0;font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;color:var(--color-black);background-color:rgba(0,0,0,0)}.change-password-section .form-actions .form-action-wrapper .secondary.button:after,.change-password-section .form-actions .form-action-wrapper .secondary.button:before,.login-section .form-actions .form-action-wrapper .secondary.button:after,.login-section .form-actions .form-action-wrapper .secondary.button:before,.unsubscribe-section .form-actions .form-action-wrapper .secondary.button:after,.unsubscribe-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}.change-password-section .form-actions .form-action-wrapper .secondary.button:hover,.login-section .form-actions .form-action-wrapper .secondary.button:hover,.unsubscribe-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-text-light) !important}@media(max-width: 768px){.change-password-section .form-actions .form-action-wrapper .secondary,.login-section .form-actions .form-action-wrapper .secondary,.unsubscribe-section .form-actions .form-action-wrapper .secondary,.forgot-section .form-actions .form-action-wrapper .secondary{margin:16px 0 0 !important;font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;align-self:start}}.change-password-section .form-actions .form-action-wrapper .primary,.login-section .form-actions .form-action-wrapper .primary,.unsubscribe-section .form-actions .form-action-wrapper .primary,.forgot-section .form-actions .form-action-wrapper .primary{width:100%;background:var(--bg-button)}.forgot .top{margin-bottom:44px}.forgot .top .forgot-title{font-family:var(--secondary-font);color:var(--color-black);font-size:48px;font-style:normal;font-weight:700;line-height:60px;letter-spacing:-0.96px}.forgot .top .forgot-description{color:var(--color-black);font-size:18px;font-style:normal;font-weight:400;line-height:28px}.unsu-section .top{display:flex;flex-direction:column;gap:12px}@media(max-width: 1024px){.unsu-section .top{gap:16px}}.unsu-section .top .forgot-title{font-size:48px;line-height:60px;letter-spacing:-0.02em;font-weight:600;font-family:var(--secondary-font);color:var(--color-text-dark)}@media(max-width: 1024px){.unsu-section .top .forgot-title{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:700}}.unsu-section .top .forgot-description{color:var(--color-text-light);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}.prose.max-w-none.pt-12{background-color:var(--bg-body)}.orders-table-wrapper{margin:0 auto;text-align:left;padding-bottom:75px;padding-top:75px;width:100%;padding:100px 0}@media(max-width: 1024px){.orders-table-wrapper{width:unset;padding:40px 0 20px}.orders-table-wrapper::before{height:100%}}.orders-table-wrapper 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-wrapper table{display:block;overflow-x:scroll;width:calc(100% - 2rem)}}.orders-table-wrapper table thead th{background-color:var(--color-primary) !important;color:var(--color-text-dark);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-wrapper table th{padding:12px 16px}.orders-table-wrapper table th,.orders-table-wrapper table td{padding:16px;color:var(--order-text)}.orders-table-wrapper table th:last-child,.orders-table-wrapper table td:last-child{border-right:unset}.orders-table-wrapper table th:nth-of-type(5){justify-content:center;align-items:center}.orders-table-wrapper 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-wrapper 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(--color-white)}@media(max-width: 1024px){.orders-table-wrapper table tbody td{white-space:nowrap}}.orders-table-wrapper table td:nth-of-type(5){color:#027a48;display:list-item;list-style-position:inside;padding-bottom:19px}.orders-table-wrapper table td:last-child{text-align:center}.orders-table-wrapper 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-wrapper 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{padding:0 0 40px;max-width:100%;margin:unset;display:flex;justify-content:center}@media(max-width: 1024px){.profile-page .content-section{padding-bottom:60px !important}}.profile-page .content-section a{padding:5px 6px 5px 16px;background:var(--color-primary);color:var(--color-secondary);border-radius:12px;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;text-align:center;width:63%;display:flex;justify-content:space-between;align-items:center}.profile-page .content-section a::after{content:"";background-image:url("../../images/button_icon.png");width:50px;height:46px;background-position:center center;background-repeat:no-repeat;border-radius:12px}@media(max-width: 768px){.profile-page .content-section a{width:100%}}.content-section-profile{padding:100px 0px}@media(max-width: 1024px){.content-section-profile{padding:40px 0}}.content-section-profile .container{display:flex;gap:46px;color:var(--profile-text);max-width:1280px;align-items:flex-start}@media(max-width: 1024px){.content-section-profile .container{flex-direction:column;gap:40px}}.content-section-profile .container:nth-last-child{justify-content:center}.content-section-profile .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 .container .paragraph-column>.form-actions{flex-direction:column-reverse;gap:20px}}.content-section-profile .container .paragraph-column{border-radius:24px;background:var(--color-white);box-shadow:0 4px 15px 0 rgba(0,0,0,.05);border-radius:24px}.content-section-profile .container .paragraph-column .form-input-wrapper input:-webkit-autofill,.content-section-profile .container .paragraph-column .form-input-wrapper input:-webkit-autofill:hover,.content-section-profile .container .paragraph-column .form-input-wrapper input:-webkit-autofill:focus,.content-section-profile .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 .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 .container .paragraph-column{width:100%}}.content-section-profile .container .paragraph-column label.error{bottom:0}.content-section-profile .container .paragraph-column .form-field label{color:var(--color-text-light);font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400}.content-section-profile .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 .container .paragraph-column:first-child{flex:55%;padding:40px;color:var(--color-black)}@media(max-width: 1024px){.content-section-profile .container .paragraph-column:first-child{padding:40px 20px}}.content-section-profile .container .paragraph-column:first-child h2{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 .container .paragraph-column:first-child h2{text-align:center;font-size:30px;line-height:38px;letter-spacing:normal;font-weight:600}}@media(max-width: 564px){.content-section-profile .container .paragraph-column:first-child h2{max-width:272px}}.content-section-profile .container .paragraph-column:last-child{flex:45%;margin-bottom:0;border-radius:24px;padding:40px 30px}@media(max-width: 1024px){.content-section-profile .container .paragraph-column:last-child{padding:34px 24px}}.content-section-profile .container .paragraph-column:last-child h2{color:var(--color-black);text-align:center;font-family:var(--secondary-font);font-size:48px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-0.96px}.content-section-profile .container .paragraph-column:last-child .button{background:var(--color-danger);color:var(--color-white);width:fit-content;text-align:center;margin-top:12px}.content-section-profile .container .paragraph-column:last-child .button::after{content:"";background-image:url("../../images/button_icon_3.png");width:50px;height:46px;background-position:center center;background-repeat:no-repeat;border-radius:12px}.content-section-profile .container .paragraph-column:last-child #user-subscription{padding:2rem 0}.content-section-profile .container .paragraph-column:last-child .form-actions{margin-top:0;display:flex;justify-content:flex-end}@media(max-width: 1024px){.content-section-profile .container .paragraph-column:last-child .form-actions{justify-content:center}}@media all and (max-width: 490px){.content-section-profile .container .paragraph-column{width:100%}.content-section-profile .container .form-actions a{margin-bottom:10px}}.content-section-profile .container .button,.content-section-profile .container button{border:none;background:var(--color-primary)}.content-section-profile .container .button.no-underline,.content-section-profile .container button.no-underline{background:var(--color-tertiary)}.content-section-profile .container .button.no-underline::after,.content-section-profile .container button.no-underline::after{background-image:url("../../images/button_icon_2.png")}@media(max-width: 1024px){.content-section-profile .container .button,.content-section-profile .container button{width:fit-content}}.content-section-profile .container form[name=user-profile] .form-field:nth-child(1),.content-section-profile .container form[name=user-profile] .form-field:nth-child(2){width:calc(50% - 1rem);display:inline-block}@media(max-width: 564px){.content-section-profile .container form[name=user-profile] .form-field:nth-child(1),.content-section-profile .container form[name=user-profile] .form-field:nth-child(2){width:100%}}.content-section-profile .container form[name=user-profile] .form-field:nth-child(2){float:right}@media(max-width: 564px){.content-section-profile .container form[name=user-profile] .form-field:nth-child(2){float:unset}}.form-input[disabled=disabled]{background-color:var(--color-white);color:var(--color-text-dark)}article.flex-1.max-w-4xl.w-full.mx-auto.prose.prose-h1\:text-brand.pt-40.pb-24.main-container{padding:50px 1rem}@media(max-width: 1024px){article.flex-1.max-w-4xl.w-full.mx-auto.prose.prose-h1\:text-brand.pt-40.pb-24.main-container{padding:40px 1rem}}@media(max-width: 1024px){.cancel-membership-section,.unsubscribe-section{padding:60px 0 60px 0}}.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:flex-start;justify-content:space-between;gap:60px}@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:1;width:100%;max-width:520px}@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 img,.unsubscribe-section .whq-card .whq-card-container .form-image img{width:100%;height:100%}.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{max-width:658px;width:100%;padding:40px;background:var(--color-white);border-radius:24px;box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15)}.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 16px;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:700;line-height:60px;font-family:var(--secondary-font);color:var(--color-text-dark);margin-bottom:12px}@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:30px;font-style:normal;font-weight:700;line-height:38px}}.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-light)}.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-label,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label{margin-bottom:0}.cancel-membership-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label,.unsubscribe-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light)}.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:14px}@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:16px}}.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{font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--color-secondary);background:var(--color-primary);border:none;width:100%;margin:0 auto}.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 60px 0}@media(max-width: 1024px){.cancel-membership-section .whq-card,.unsubscribe-section .whq-card{margin-bottom:40px !important}}.cancel-membership-section .whq-card .whq-card-container .whq-card-content .unsubscribe-text,.unsubscribe-section .whq-card .whq-card-container .whq-card-content .unsubscribe-text{margin-bottom:44px !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:44px}@media(max-width: 1024px){.cancel-membership-section .whq-card #unsubscribe .form-actions,.unsubscribe-section .whq-card #unsubscribe .form-actions{margin-top:34px}}.cancel-membership-section .whq-card button,.unsubscribe-section .whq-card button{background:var(--color-danger) !important;color:var(--color-white) !important;width:100%;border:unset}.cancel-membership-section .whq-card button::after,.unsubscribe-section .whq-card button::after{background-image:url("../../images/button_icon_3.png")}.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:242px 0 100px;margin:0}@media(max-width: 1024px){.page-change-password .change-password-section{padding:116px 0 40px}}.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:flex-start;justify-content:space-between;gap:60px}@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:1;width:100%;max-width:520px}@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 img{width:100%;height:100%}.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{max-width:658px;width:100%;padding:40px;background:var(--color-white);border-radius:24px;box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15)}.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 16px;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:700;line-height:60px;font-family:var(--secondary-font);color:var(--color-text-dark);margin-bottom:12px}@media(max-width: 564px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content h3{font-size:30px;font-style:normal;font-weight:700;line-height:38px}}.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-light)}.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-label{margin-bottom:0}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-field .form-label label{font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-text-light)}.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:14px}@media(max-width: 1024px){.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions{margin-top:16px}}.page-change-password .change-password-section .whq-card .whq-card-container .whq-card-content form .form-actions button{font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:var(--color-secondary);background:var(--color-primary);border:none;width:100%;margin:0 auto}.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 .form-actions{display:flex;justify-content:center}.page-change-password .form-actions .button{margin-top:30px;border:none;background:var(--color-primary)}@media(max-width: 1024px){.page-change-password .form-actions .button{margin-top:20px}}.page-change-password .change-password-section .whq-card .whq-card-container{justify-content:center}.content-section.change-password-form label{display:block}.content-section.cancel-membership{position:relative;display:flex;justify-content:center;padding:242px 16px 100px}@media(max-width: 1024px){.content-section.cancel-membership{padding:116px 16px 40px}}.content-section.cancel-membership .cm_forms{max-width:600px;width:100%;padding:40px;margin:0 auto;border-radius:24px;background:var(--color-white);border-radius:24px;box-shadow:0 4px 29.6px 0 rgba(0,0,0,.15)}@media(max-width: 1024px){.content-section.cancel-membership .cm_forms{margin:0 auto;padding:40px 16px}}.content-section.cancel-membership .cm_forms .form-label{margin-bottom:6px}.content-section.cancel-membership .cm_forms label{color:var(--color-text-light);font-size:20px;font-style:normal;font-weight:400;line-height:30px}.content-section.cancel-membership .cm_forms input:-webkit-autofill,.content-section.cancel-membership .cm_forms input:-webkit-autofill:hover,.content-section.cancel-membership .cm_forms input:-webkit-autofill:focus,.content-section.cancel-membership .cm_forms input:-webkit-autofill:active{transition:background-color 500000s ease-in-out 0s,color 5000s ease-in-out 0s !important}.content-section.cancel-membership .cm_forms input:focus{outline:none;border-color:#98a2b3;box-shadow:none}.content-section.cancel-membership .cm_forms .form-actions{text-align:center;width:100%;margin-top:2rem;display:flex;justify-content:center}.content-section.cancel-membership .cm_forms .form-actions button{background:var(--color-danger);color:var(--color-white);border:none;width:100%;justify-content:space-between}.content-section.cancel-membership .cm_forms .form-actions button::after{background-image:url("../../images/button_icon_3.png")}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:unset}}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-primary);display:flex;padding:100px 0 56px 0;justify-content:center;align-items:center;flex-direction:column;gap:47px;align-self:stretch;position:relative;backdrop-filter:blur(28.7999992371px)}@media(max-width: 1024px){.footer-section{padding:40px 0 20px;gap:0}}.footer-section .left_bottom{position:absolute;bottom:0;left:0}@media(max-width: 1024px){.footer-section .left_bottom{display:none}}.footer-section .right_bottom{position:absolute;bottom:0;right:0}@media(max-width: 1024px){.footer-section .right_bottom{display:none}}.footer-section .footer-logo-container{display:flex;flex-direction:column;align-items:center;gap:72px}@media(max-width: 1024px){.footer-section .footer-logo-container{flex-direction:column}}.footer-section .footer-logo-container .logo-container{padding:0;justify-content:start;align-items:start;background:rgba(0,0,0,0) !important}.footer-section .footer-logo-container .logo-container .mobile_logo{display:none}.footer-section .footer-logo-container .title{font-size:24px;line-height:32px;letter-spacing:normal;font-weight:700;color:var(--color-text-light)}@media(max-width: 1024px){.footer-section .footer-logo-container .title{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:500}}.footer-section .footer-logo-container .flexcontainer{margin-top:16px}.footer-section .footer-logo-container p{font-size:20px;line-height:30px;letter-spacing:normal;font-weight:400;padding:6px 0;color:var(--color-text-light)}@media(max-width: 1024px){.footer-section .footer-logo-container p{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600}}.footer-section .footer-logo-container a{color:var(--color-text-light);text-decoration:none;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700}@media(max-width: 1024px){.footer-section .footer-logo-container a{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700}}.footer-section .footer-logo-container a:hover{text-decoration:underline}.footer-section .footer-logo-container .footer-logo-top{display:flex;justify-content:space-between;align-self:stretch}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top{flex-direction:column;align-items:start;gap:30px}}.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper{width:50%;display:flex;justify-content:end;align-items:flex-start;gap:20px}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper{width:100%;flex-direction:column;gap:30px}}.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;flex:1}.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact p:last-of-type a{text-decoration:none}.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact p,.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact a{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;color:var(--color-text-light)}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact p,.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact a{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact p b,.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact a b{font-weight:700}.footer-section .footer-logo-container .footer-logo-top .footer-contact-wrapper .footer-contact a span{font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400}.footer-section .footer-logo-container .footer-logo-top .logo{max-width:283px;height:auto}.footer-section .footer-logo-container .footer-logo-top .footer-logo-area{flex-basis:42%;display:flex;flex-direction:column;justify-content:start;align-self:stretch;gap:30px}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top .footer-logo-area{gap:20px}}.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .branding-text{font-family:var(--secondary-font);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:400;margin-top:-4px}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .branding-text{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area{display:flex}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area{display:none}}@media(max-width: 768px){.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area{flex-direction:column;gap:9px}}.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area .copyright-link{border-right:1px solid var(--color-text-light);padding:10px 40px;color:var(--color-text-light);text-decoration:none;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area .copyright-link:first-child{padding-left:0;padding-right:60px}.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area .copyright-link:last-child{border-right:none;padding-right:0}@media(max-width: 768px){.footer-section .footer-logo-container .footer-logo-top .footer-logo-area .policy-pages-link-area .copyright-link{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:700;padding:0;border-right:none}}.footer-section .footer-logo-container .footer-logo-top .footer-menu{display:flex;flex-direction:column;align-items:flex-start;gap:.4375rem;flex:1}.footer-section .footer-logo-container .footer-logo-top .footer-menu .menu-item{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;color:var(--color-text-light)}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-logo-top .footer-menu .menu-item{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}}.footer-section .footer-logo-container .footer-cards{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:left;gap:2rem}@media(max-width: 1024px){.footer-section .footer-logo-container .footer-cards{width:100%}}.footer-section .footer-logo-container .footer-cards img{width:60px}.footer-section .footer-bottom{border-top:1px solid var(--border-color);width:100%}@media(max-width: 1024px){.footer-section .footer-bottom{border-top:none}}.footer-section .footer-bottom .container{display:flex;justify-content:center;align-items:center;align-self:stretch;padding-top:44px}@media(max-width: 1024px){.footer-section .footer-bottom .container{padding-top:0;justify-content:start;align-items:start}}.footer-section .footer-bottom .container p{color:var(--color-text-light);font-size:14px;line-height:20px;letter-spacing:normal;font-weight:400;text-align:center}@media(max-width: 1024px){.footer-section .footer-bottom .container p{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:400}}.footer-section .footer-bottom .container .policy-pages-link-area{display:none}@media(max-width: 1024px){.footer-section .footer-bottom .container .policy-pages-link-area{display:flex;gap:9px}}.footer-section .footer-bottom .container .policy-pages-link-area .copyright-link{border-right:1px solid var(--color-white);padding:10px 40px;color:var(--color-text-light);text-decoration:none;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400}.footer-section .footer-bottom .container .policy-pages-link-area .copyright-link:first-child{padding-left:0;padding-right:60px}.footer-section .footer-bottom .container .policy-pages-link-area .copyright-link:last-child{border-right:none;padding-right:0}@media(max-width: 768px){.footer-section .footer-bottom .container .policy-pages-link-area .copyright-link{font-size:16px;line-height:24px;letter-spacing:normal;font-weight:400;padding:0}}.footer_top{background:var(--color-secondary)}@media(max-width: 1024px){.footer_top{padding:100px 0px}}.footer_top .background{align-items:center;align-self:stretch;position:relative;overflow:hidden}.footer_top .background .content{display:flex;gap:40px;width:100%;margin:0 auto;align-items:center;justify-content:space-between;position:relative}.footer_top .background .content .left-content{display:flex;flex-direction:column;gap:16px;align-items:flex-start;max-width:702px;width:100%}@media(max-width: 1024px){.footer_top .background .content .left-content{align-items:center;max-width:100%}}.footer_top .background .content .left-content .block-title{color:var(--color-tertiary);font-family:var(--secondary-font);font-size:48px;font-style:normal;font-weight:700;line-height:60px}.footer_top .background .content .left-content .block-title span{color:var(--color-primary)}@media(max-width: 1024px){.footer_top .background .content .left-content .block-title{font-size:30px;font-style:normal;font-weight:700;line-height:38px;text-align:center}}@media(max-width: 768px){.footer_top .background .content .left-content .block-title{max-width:331px;width:100%}}.footer_top .background .content .left-content .text{color:var(--color-tertiary);font-size:20px;font-style:normal;font-weight:500;line-height:30px}@media(max-width: 1024px){.footer_top .background .content .left-content .text{text-align:center}}.footer_top .background .content .left-content .actions{display:flex;gap:10px;align-content:center;margin-top:24px}.footer_top .background .content .left-content .actions .button{width:fit-content}.footer_top .background .content .right-content{display:flex;gap:24px;height:460px;overflow:hidden}@media(max-width: 1024px){.footer_top .background .content .right-content{display:none}}.footer_top .background .content .right-content .slider-wrapper,.footer_top .background .content .right-content .slider-wrapper-2{display:flex;flex-direction:column;gap:24px;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform;backface-visibility:hidden}.footer_top .background .content .right-content .slider-wrapper:hover,.footer_top .background .content .right-content .slider-wrapper-2:hover{animation-play-state:paused}.footer_top .background .content .right-content .slider-wrapper img,.footer_top .background .content .right-content .slider-wrapper-2 img{width:100%;height:auto;display:block;border-radius:8px}.footer_top .background .content .right-content .slider-wrapper{animation-name:scrollUp}.footer_top .background .content .right-content .slider-wrapper-2{animation-name:scrollDown}@keyframes scrollUp{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}@keyframes scrollDown{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}.header{position:fixed;top:0;left:0;right:0;z-index:99999999999;background:rgba(0,0,0,0);color:var(--color-text-dark);padding:40px 0;transition:padding .3s ease,box-shadow .3s ease,background .3s ease}.header.scrolled{padding:20px 0;box-shadow:0 2px 8px rgba(0,0,0,.1);background:rgba(0,0,0,.4)}@media(max-width: 1024px){.header.scrolled{background:var(--bg-body)}}@media(max-width: 1024px){.header{z-index:10;padding:20px 0;background:var(--bg-body)}}.header .header-wrapper{display:flex;justify-content:space-between;align-items:center;display:flex;border-radius:14px;gap:20px;box-shadow:0px 4px 13.1px 0px rgba(0,0,0,.1);padding:13px 10px;background-color:var(--color-tertiary);position:relative}@media screen and (max-width: 1100px){.header .header-wrapper{padding:13px 24px}}@media(max-width: 1024px){.header .header-wrapper{padding:0 4px;box-shadow:none;border-radius:0;background-color:var(--bg-body)}}.header .header-wrapper .nav-left{display:flex;align-items:center;gap:40px}.header .header-wrapper .header-logo{padding-left:16px}@media(max-width: 1024px){.header .header-wrapper .header-logo{padding-left:0}}.header .header-wrapper .header-logo a img{height:auto;max-width:171px;display:flex;align-items:center}@media(max-width: 564px){.header .header-wrapper .header-logo a img{max-width:140px}}@media(min-width: 1025px)and (max-width: 1200px){.header .header-wrapper .header-logo a img{max-width:140px}}.header .header-wrapper .menu{display:flex;align-items:center;gap:32px;padding:0;margin-left:0px}@media(max-width: 1024px){.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;line-height:24px;letter-spacing:normal;font-weight:600;color:var(--color-text-dark);transition:all .3s ease-in-out;white-space:nowrap}.header .header-wrapper .menu .menu-item .menu-item__link:hover{font-weight:700}.header .header-wrapper .menu .menu-item.active a{font-weight:700}.header .header-wrapper .header-buttons{display:flex;align-items:center;gap:16px}@media(max-width: 1024px){.header .header-wrapper .header-buttons{gap:0px}}.header .header-wrapper .header-buttons .btn{border-radius:0px;transition:2s all;white-space:nowrap;font-size:18px;line-height:28px;letter-spacing:normal}.header .header-wrapper .header-buttons .btn svg{fill:var(--color-white);transition:2s all}@media(max-width: 1024px){.header .header-wrapper .header-buttons .btn{display:none;padding:10px 30px}}.header .header-wrapper .header-buttons .btn:hover svg{fill:var(--color-dark)}@media(max-width: 1024px){.header .header-wrapper .header-buttons .logout{display:none}}.header .header-wrapper .header-buttons .active-btn{color:var(--color-text-dark);order:2;background:unset;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;padding:10px 20px}.header .header-wrapper .header-buttons .active-btn::before{display:none}.header .header-wrapper .header-buttons .active-btn::after{content:"";background-image:"";width:0;height:0}.header .header-wrapper .header-buttons .active-btn:hover{background:unset;box-shadow:none}@media(max-width: 1024px){.header .header-wrapper .header-buttons .active-btn{display:none}}.header .header-wrapper .header-buttons .signup{order:3;display:flex;align-items:center;font-size:18px;line-height:28px;letter-spacing:normal;font-weight:700;white-space:nowrap;background-color:var(--color-primary);border-radius:12px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}@media(max-width: 1024px){.header .header-wrapper .header-buttons .signup{display:none}}.header .header-wrapper .header-buttons .language-selector{order:4}@media(max-width: 1024px){.header .header-wrapper .header-buttons .language-selector{order:0}}.header .header-wrapper .header-buttons .language-switcher{padding:0;color:var(--color-text-dark);font-size:18px;line-height:28px;letter-spacing:normal;font-weight:500}@media(max-width: 1024px){.header .header-wrapper .header-buttons .language-switcher{margin-right:16px}}.header .header-wrapper .header-buttons .language-switcher .world{margin-top:5px}.header .header-wrapper .header-buttons .language-switcher .world svg{animation:globeOrbit 6s infinite linear}@keyframes globeOrbit{0%{transform:rotateY(0deg) scale(1)}50%{transform:rotateY(180deg) scale(1.1)}100%{transform:rotateY(360deg) scale(1)}}.header .header-wrapper .header-buttons .cheeseburger-menu__close{display:none}@media only screen and (min-width: 1024px){#header .container{opacity:0;animation:fadeInRight .5s ease-in-out .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}.video-section{color:var(--color-white);background:var(--color-white);overflow:hidden}.video-section .video-container{position:relative}.video-section .video-container::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);z-index:1}.video-section .video-container .overlay-text{position:absolute;top:50%;width:100%;overflow:hidden;white-space:nowrap;z-index:2;padding-left:0;font-size:24px;color:var(--color-white);font-family:var(--secondary-font);font-size:72px;font-style:normal;font-weight:700;line-height:90px;letter-spacing:-1.44px;text-transform:capitalize}.video-section .video-container .overlay-text span{display:inline-block;padding-left:100%;animation:scroll-banner 15s linear infinite}@media(max-width: 768px){.video-section .video-container .overlay-text{font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:-0.72px}}@keyframes scroll-banner{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}.video-section .video-container .background-video{width:100%;display:block}.video-section .video-container .container{position:absolute;top:0;left:0;right:0;margin-left:auto;margin-right:auto}.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:100px}@media(max-width: 1024px){.page-dashboard .main-container{margin-top:80px}}
