.card-container{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto;padding:16px}.card{position:relative;display:flex;flex-direction:column;width:100%;height:195px;border-radius:12px;padding:20px;font-family:Arial,sans-serif;box-shadow:0 2px 6px #00000014}.card-regular{background-color:#f5eaff;color:#4a4a4a}.card-highlighted{background-color:#8e32e6;color:#fff;grid-column:span 1;justify-content:center;align-items:center}.card-number{font-size:48px;font-weight:300;color:#b985f4;margin-bottom:8px;line-height:1}.card-title{font-weight:600;font-size:14px;line-height:1.3;margin-bottom:8px;text-transform:uppercase}.card-description{font-size:12px;line-height:1.4;font-weight:400}.card-highlighted .card-title{font-size:24px;font-weight:600;text-align:center;margin:0;text-transform:uppercase}.arrow-icon{position:absolute;bottom:20px;right:20px;width:24px;height:24px}.doc-icon{display:flex;justify-content:center;margin-bottom:10px}@media (max-width: 768px){.card-container{grid-template-columns:repeat(4,1fr);gap:12px;padding:12px}.card{height:180px;padding:16px}.card-number{font-size:40px;margin-bottom:6px}.card-title{font-size:13px}.card-description{font-size:11px}.card-highlighted .card-title{font-size:20px}.arrow-icon{bottom:16px;right:16px;width:20px;height:20px}}@media (max-width: 480px){.card-container{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px}.card{height:160px;padding:14px}.card-number{font-size:36px;margin-bottom:5px}.card-title{font-size:12px}.card-description{font-size:10px}.card-highlighted .card-title{font-size:18px}.arrow-icon{bottom:14px;right:14px;width:18px;height:18px}.doc-icon{margin-bottom:8px}}.header_container{height:100vh;width:100%;position:relative;display:flex;justify-content:center;align-items:center;background-color:#fff;overflow:hidden}.header_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/dm_cover_img-CkiYHFmE.jpg);background-position:center;background-size:cover;opacity:.1;z-index:0}.header_contents{position:relative;z-index:2;width:70%;max-width:1000px;text-align:center;padding:2rem 0}.header_text{width:82%;margin:0 auto}.header_contents h1{color:#000;font-weight:700;font-size:2.5rem;margin-bottom:1.5rem;line-height:1.4em}.main_title_color{color:#b277f3}.header_contents p{color:#333;font-size:1rem;margin-bottom:2rem;line-height:1.6;font-weight:500}.cta_button{background-color:#b277f3;color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;border-radius:100px;cursor:pointer;font-weight:500;transition:all .3s ease}.cta_button:hover{background-color:#9a5de0;transform:translateY(-2px);box-shadow:0 4px 12px #b277f34d}.button_container{display:flex;gap:2rem;justify-content:center;align-items:center;margin:0 auto}.accent_triangle{position:absolute;width:0;height:0;border-style:solid;z-index:1}.icon_top_left{top:15%;left:10%;border-width:0 0 25px 25px;border-color:transparent transparent #b277f3 transparent}.icon_bottom_right{bottom:25%;right:15%;border-width:0 0 25px 25px;border-color:transparent transparent #b277f3 transparent}.accent_circle{position:absolute;width:50px;height:50px;border-radius:50%;background-color:#f5df4d;z-index:1;right:10%;top:25%;display:flex;align-items:center;justify-content:center}.accent_circle:after{content:"→";color:#333;font-size:1.5rem}@media (max-width: 1200px){.header_contents{width:80%}}@media (max-width: 768px){.header_contents{width:90%}.header_text{width:95%}.header_contents h1{font-size:1.8rem}.header_contents p{font-size:.9rem}.button_container{gap:1.5rem}.cta_button{padding:.75rem 1.5rem;font-size:.9rem}.accent_triangle,.accent_circle{transform:scale(.8)}}@media (max-width: 480px){.header_contents{width:95%;padding:1rem 0}.header_text{width:100%}.header_contents h1{font-size:1.3rem;margin-bottom:1rem}.header_contents p{font-size:.8rem;margin-bottom:1.5rem}.button_container{flex-direction:column;gap:1rem;align-items:center}.cta_button{width:100%;max-width:280px;padding:.6rem 1rem;font-size:.85rem}.accent_triangle,.accent_circle{transform:scale(.6)}.accent_circle{width:40px;height:40px}.accent_circle:after{font-size:1.2rem}}.why_choose_us_container{padding:60px 20px;background-color:#f9f9ff;position:relative;overflow:hidden}.why_choose_us_contents{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.main_title_color{color:#9370db;font-size:32px;font-weight:700;margin-bottom:10px}.why_choose_us_contents h3{color:#000;font-size:24px;font-weight:600;margin-bottom:20px}.why_choose_us_contents p{max-width:800px;margin:0 auto;font-size:16px;line-height:1.6;color:#333}.choose_us_icon{position:absolute;right:50px;top:50%;transform:translateY(-50%)}.choose_us_icon img{max-width:120px;height:auto}@media (max-width: 768px){.choose_us_icon{position:static;margin-top:30px;transform:none}}.dm_header-container{background-color:#f5eaff;padding:40px 20px;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.dm_header-subtitle{font-size:14px;font-weight:600;color:#8e32e6;text-transform:uppercase;margin-bottom:10px}.dm_header-title{font-size:36px;font-weight:700;color:#4a4a4a;line-height:1.2em;margin:0 auto 20px;width:60%}.dm_header-description{font-size:16px;font-weight:400;color:#4a4a4a;line-height:1.6em;max-width:800px;margin:0 auto}@media (max-width: 1024px){.dm_header-title{font-size:30px;width:80%}.dm_header-description{font-size:15px;padding:0 15px}}@media (max-width: 768px){.dm_header-title{font-size:26px;width:90%}.dm_header-description{font-size:14px}}@media (max-width: 480px){.dm_header-subtitle{font-size:12px}.dm_header-title{font-size:22px;width:100%}.dm_header-description{font-size:13px;padding:0 10px}}.dm-next-batch-cards{display:flex;justify-content:center;gap:4rem;padding:20px;background-color:#f5e6f5;max-width:100%;flex-wrap:wrap}.dm-card{background:#fff;border-radius:12px;overflow:hidden;width:320px;box-shadow:0 4px 8px #0000001a;margin-bottom:20px}.dm-card-image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.dm-card-content{padding:16px}.dm-card-info{display:flex;justify-content:space-between;margin-bottom:16px;color:#6b21a8}.dm-info-item{display:flex;align-items:center;gap:5px;font-size:14px}.dm-icon{display:flex;color:#6b21a8}.dm-card-title{font-size:24px;font-weight:700;margin:0 0 12px;color:#333}.dm-card-description{font-size:14px;color:#666;margin-bottom:16px;line-height:1.4}.dm-know-more-btn{background:#6b21a8;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;width:100%;font-size:14px;transition:background-color .3s;color:#fff}.dm-know-more-btn:hover{background:#5a189a}@media (max-width: 768px){.dm-next-batch-cards{flex-direction:row;align-items:center}.dm-card{width:100%;max-width:320px}}@media (max-width: 480px){.dm-card-info{flex-direction:column;gap:8px;align-items:flex-start}}.course_comparison_container{padding:2rem 0;margin:0;width:100%;background-color:#f5f5f5}.course_comparison_header{width:100%;font-weight:700;font-size:30px;text-align:center;margin-bottom:2rem}#dm_course_comparison{color:#a157dc}.course_comparisons{display:flex;margin-top:3%;gap:2px;width:100%}.ordinary_courses,.tron_dm{width:50%;background-color:#fff;box-shadow:0 2px 5px #0000001a}.tron_dm{border-left:2px solid rgb(204,92,92)}.course_comparison_title{height:10vh;background-color:#a157dc;color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.course_content{padding:1.5rem}.course_content ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1rem}.section_label{font-weight:600;margin-top:1rem;margin-bottom:.5rem}.career_limitations{color:#ff4d4d}.exclusive_opportunities{color:#28a745;position:relative;display:inline-block}.exclusive_opportunities:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:10px;background-color:#ffff0080;z-index:-1}.limitation_list li::marker{color:#ff4d4d}.opportunity_list li::marker{color:#28a745}@media (max-width: 768px){.course_comparison_header{font-size:24px}.course_comparisons{flex-direction:column}.ordinary_courses,.tron_dm{width:100%;margin-bottom:1rem}.tron_dm{border-left:none;border-top:2px solid rgb(204,92,92)}.course_comparison_title{height:auto;min-height:8vh;font-size:14px;padding:1rem}}@media (max-width: 480px){.course_comparison_header{font-size:20px}.course_comparison_title{font-size:12px;padding:.8rem}.course_content{padding:1rem}.course_content ul{margin-left:1rem;font-size:14px}}.multimedia_container{height:100vh;width:100%;position:relative;display:flex;justify-content:center;align-items:center;background-color:#59234f;overflow:hidden}.multimedia_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/multimedia_cover_img.-_yRxtPOs.jpg);background-position:center;background-size:cover;opacity:20%;z-index:0}#graphic-design{color:#ffb800}#graphic-design-paragraph{color:#fff}.multimedia_btn{background-color:#ffb800;color:#000}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-10{bottom:-2.5rem}.-bottom-20{bottom:-5rem}.-bottom-\[100px\]{bottom:-100px}.-left-10{left:-2.5rem}.-left-6{left:-1.5rem}.-right-14{right:-3.5rem}.-right-2{right:-.5rem}.-right-5{right:-1.25rem}.-right-6{right:-1.5rem}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-20{left:5rem}.left-3{left:.75rem}.left-4{left:1rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[100\%\],.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.mx-0{margin-left:0;margin-right:0}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.ms-4{margin-inline-start:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-\[9\/16\]{aspect-ratio:9/16}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-96{height:24rem}.h-\[120px\]{height:120px}.h-\[121px\]{height:121px}.h-\[150px\]{height:150px}.h-\[161px\]{height:161px}.h-\[170px\]{height:170px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[210px\]{height:210px}.h-\[26\.83px\]{height:26.83px}.h-\[280px\]{height:280px}.h-\[2px\]{height:2px}.h-\[33\.13px\]{height:33.13px}.h-\[34px\]{height:34px}.h-\[35px\]{height:35px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[455px\]{height:455px}.h-\[50px\]{height:50px}.h-\[53\.26px\]{height:53.26px}.h-\[57px\]{height:57px}.h-\[58px\]{height:58px}.h-\[600px\]{height:600px}.h-\[63px\]{height:63px}.h-\[70px\]{height:70px}.h-\[92\.37px\]{height:92.37px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-96{max-height:24rem}.max-h-\[106px\]{max-height:106px}.max-h-\[418px\]{max-height:418px}.max-h-\[80vh\]{max-height:80vh}.max-h-full{max-height:100%}.min-h-\[400px\]{min-height:400px}.min-h-\[480px\]{min-height:480px}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-72{width:18rem}.w-\[116px\]{width:116px}.w-\[126px\]{width:126px}.w-\[150px\]{width:150px}.w-\[200px\]{width:200px}.w-\[212px\]{width:212px}.w-\[245px\]{width:245px}.w-\[26\.83px\]{width:26.83px}.w-\[280px\]{width:280px}.w-\[2px\]{width:2px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[33\.13px\]{width:33.13px}.w-\[35px\]{width:35px}.w-\[360px\]{width:360px}.w-\[40px\]{width:40px}.w-\[45px\]{width:45px}.w-\[50px\]{width:50px}.w-\[53\.26px\]{width:53.26px}.w-\[56\.35px\]{width:56.35px}.w-\[70px\]{width:70px}.w-\[73px\]{width:73px}.w-\[74px\]{width:74px}.w-\[80px\]{width:80px}.w-\[81\.38px\]{width:81.38px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-64{min-width:16rem}.min-w-80{min-width:20rem}.min-w-96{min-width:24rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[250px\]{max-width:250px}.max-w-\[350px\]{max-width:350px}.max-w-\[360px\]{max-width:360px}.max-w-\[361px\]{max-width:361px}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[524px\]{max-width:524px}.max-w-\[550px\]{max-width:550px}.max-w-\[580px\]{max-width:580px}.max-w-\[600px\]{max-width:600px}.max-w-\[700px\]{max-width:700px}.max-w-\[720px\]{max-width:720px}.max-w-\[75px\]{max-width:75px}.max-w-\[800px\]{max-width:800px}.max-w-\[810px\]{max-width:810px}.max-w-\[816px\]{max-width:816px}.max-w-\[900px\]{max-width:900px}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slideInLeft{animation:slideInLeft 1s ease-out forwards}@keyframes slideInTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slideInTop{animation:slideInTop .3s ease-out forwards}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.snap-center{scroll-snap-align:center}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;columns:1}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-14{gap:3.5rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-5{row-gap:1.25rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-dashed{border-style:dashed}.border-\[\#E671E5\]{--tw-border-opacity: 1;border-color:rgb(230 113 229 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-hoverPrimary{--tw-border-opacity: 1;border-color:rgb(202 144 242 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-\[\#A157DC\]{--tw-bg-opacity: 1;background-color:rgb(161 87 220 / var(--tw-bg-opacity))}.bg-\[\#B277F3\]{--tw-bg-opacity: 1;background-color:rgb(178 119 243 / var(--tw-bg-opacity))}.bg-\[\#E8D9F3\]{--tw-bg-opacity: 1;background-color:rgb(232 217 243 / var(--tw-bg-opacity))}.bg-\[\#F0EBF4\]{--tw-bg-opacity: 1;background-color:rgb(240 235 244 / var(--tw-bg-opacity))}.bg-\[\#F4E3FA\]{--tw-bg-opacity: 1;background-color:rgb(244 227 250 / var(--tw-bg-opacity))}.bg-\[\#F8F8F8\]{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.bg-\[\#FAEFFF\]{--tw-bg-opacity: 1;background-color:rgb(250 239 255 / var(--tw-bg-opacity))}.bg-\[\#FAFAFA\]{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-\[\#FDCCFB\]{--tw-bg-opacity: 1;background-color:rgb(253 204 251 / var(--tw-bg-opacity))}.bg-\[\#FDF8FF\]{--tw-bg-opacity: 1;background-color:rgb(253 248 255 / var(--tw-bg-opacity))}.bg-\[\#FDFAFE\]{--tw-bg-opacity: 1;background-color:rgb(253 250 254 / var(--tw-bg-opacity))}.bg-\[\#e5ccf1\]{--tw-bg-opacity: 1;background-color:rgb(229 204 241 / var(--tw-bg-opacity))}.bg-\[\#f8ddf7\]{--tw-bg-opacity: 1;background-color:rgb(248 221 247 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-hoverPrimary{--tw-bg-opacity: 1;background-color:rgb(202 144 242 / var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(162 60 198 / var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-70{--tw-bg-opacity: .7}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-90{--tw-bg-opacity: .9}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#52394b\]{--tw-gradient-from: #52394b var(--tw-gradient-from-position);--tw-gradient-to: rgb(82 57 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#F4E3FA\]{--tw-gradient-from: #F4E3FA var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 227 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black{--tw-gradient-from: #000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100{--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-5\%{--tw-gradient-from-position: 5%}.via-black\/50{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#1A1A1AE5\]{--tw-gradient-to: #1A1A1AE5 var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-left{background-position:left}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pl-5{padding-left:1.25rem}.pr-4{padding-right:1rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-end{text-align:end}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[20px\]{font-size:20px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-\[22px\]{line-height:22px}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.text-\[\#000000BF\]{color:#000000bf}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#071332\]{--tw-text-opacity: 1;color:rgb(7 19 50 / var(--tw-text-opacity))}.text-\[\#081330\]{--tw-text-opacity: 1;color:rgb(8 19 48 / var(--tw-text-opacity))}.text-\[\#156BC1\]{--tw-text-opacity: 1;color:rgb(21 107 193 / var(--tw-text-opacity))}.text-\[\#242424\]{--tw-text-opacity: 1;color:rgb(36 36 36 / var(--tw-text-opacity))}.text-\[\#33009E\]{--tw-text-opacity: 1;color:rgb(51 0 158 / var(--tw-text-opacity))}.text-\[\#3C5A99\]{--tw-text-opacity: 1;color:rgb(60 90 153 / var(--tw-text-opacity))}.text-\[\#3E3232BF\]{color:#3e3232bf}.text-\[\#3E3232\]{--tw-text-opacity: 1;color:rgb(62 50 50 / var(--tw-text-opacity))}.text-\[\#5A5A5A\]{--tw-text-opacity: 1;color:rgb(90 90 90 / var(--tw-text-opacity))}.text-\[\#5E5E5E\]{--tw-text-opacity: 1;color:rgb(94 94 94 / var(--tw-text-opacity))}.text-\[\#757575\]{--tw-text-opacity: 1;color:rgb(117 117 117 / var(--tw-text-opacity))}.text-\[\#9A49DB\]{--tw-text-opacity: 1;color:rgb(154 73 219 / var(--tw-text-opacity))}.text-\[\#A157DC\]{--tw-text-opacity: 1;color:rgb(161 87 220 / var(--tw-text-opacity))}.text-\[\#A23CC6\]{--tw-text-opacity: 1;color:rgb(162 60 198 / var(--tw-text-opacity))}.text-\[\#B277F3\]{--tw-text-opacity: 1;color:rgb(178 119 243 / var(--tw-text-opacity))}.text-\[\#E0BEFC\]{--tw-text-opacity: 1;color:rgb(224 190 252 / var(--tw-text-opacity))}.text-\[\#EC1515\]{--tw-text-opacity: 1;color:rgb(236 21 21 / var(--tw-text-opacity))}.text-\[\#FFFFFF99\]{color:#fff9}.text-\[\#FFFFFF\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[\#e1306c\]{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.text-\[\#ffffff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-hoverPrimary{--tw-text-opacity: 1;color:rgb(202 144 242 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.text-primary{--tw-text-opacity: 1;color:rgb(162 60 198 / var(--tw-text-opacity))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.text-opacity-70{--tw-text-opacity: .7}.underline{text-decoration-line:underline}.placeholder-\[\#dba9ed\]::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(219 169 237 / var(--tw-placeholder-opacity))}.placeholder-\[\#dba9ed\]::placeholder{--tw-placeholder-opacity: 1;color:rgb(219 169 237 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[\#B277F3\]{--tw-shadow-color: #B277F3;--tw-shadow: var(--tw-shadow-colored)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity))}.ring-hoverPrimary{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 144 242 / var(--tw-ring-opacity))}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#555}::-webkit-scrollbar-thumb{background:#a157dc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#242424}body{font-family:Poppins,sans-serif}.roboto-font{font-family:Roboto,sans-serif}.inter-font{font-family:Inter,sans-serif}.comic-font{font-family:Comic Sans MS,sans-serif}.source-font{font-family:"Source Sans 3",sans-serif}.form{width:90vw;margin-top:3rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:36rem;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:2rem 2.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.form-label{margin-bottom:.75rem;display:block;font-size:.875rem;line-height:1.25rem;text-transform:capitalize;line-height:1.5}.form-input,.form-textarea,.form-select{height:2.75rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding:.25rem .75rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.form-input,.form-select,.form-btn{height:2.75rem}.form-row{margin-bottom:1rem;width:100%}.form-textarea{height:7rem}.hover-animation{transition:.3s ease-in-out all}.active{color:#ca90f2;text-shadow:2px 2px 2px rgba(202,144,242,.5)}.hover-navlink:hover{margin-top:.5rem;--tw-text-opacity: 1;color:rgb(202 144 242 / var(--tw-text-opacity))}.review-bg{background:#1a1a1ae6;-webkit-backdrop-filter:blur(250px);backdrop-filter:blur(250px)}.review-card{background:#ffffff08}.review-header{background:linear-gradient(90.07deg,#582ffb 3.3%,#ff4dcd 57.06%,#fc974e 106.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.get-in-touch-bg{background:linear-gradient(180deg,#f4e3fb,#fdf8ff)}.slick-prev:before,.slick-next:before{color:#b277f3!important}.landing-height{min-height:calc(100vh - 100px)}@media (max-width: 640px){.landing-height{min-height:calc(100vh - 70px)}}@media screen and (-webkit-min-device-pixel-ratio: 0){.slick-slider{transform:translateZ(0)}}@keyframes spinner{to{transform:rotate(360deg)}}.loading{width:3rem;height:3rem;border:4px solid #e8ecf2;border-radius:50%;border-top-color:#6d0502;animation:spinner .6s linear infinite}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:z-10:hover{z-index:10}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-\[\#B277F3\]:hover{--tw-bg-opacity: 1;background-color:rgb(178 119 243 / var(--tw-bg-opacity))}.hover\:bg-\[\#E8D4F0\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 212 240 / var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-hoverPrimary:hover{--tw-bg-opacity: 1;background-color:rgb(202 144 242 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(162 60 198 / var(--tw-bg-opacity))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:bg-opacity-50:hover{--tw-bg-opacity: .5}.hover\:bg-opacity-75:hover{--tw-bg-opacity: .75}.hover\:py-\[10px\]:hover{padding-top:10px;padding-bottom:10px}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-yellow-100:hover{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity))}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:drop-shadow-navlink:hover{--tw-drop-shadow: drop-shadow(0px 0px 2px rgba(202, 144, 242, .5));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-opacity-20{--tw-bg-opacity: .2}@media (min-width: 640px){.sm\:-right-24{right:-6rem}.sm\:-right-3{right:-.75rem}.sm\:-top-3{top:-.75rem}.sm\:bottom-10{bottom:2.5rem}.sm\:right-10{right:2.5rem}.sm\:right-20{right:5rem}.sm\:right-3{right:.75rem}.sm\:right-5{right:1.25rem}.sm\:top-10{top:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:aspect-video{aspect-ratio:16 / 9}.sm\:h-12{height:3rem}.sm\:h-2{height:.5rem}.sm\:h-24{height:6rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-64{height:16rem}.sm\:h-80{height:20rem}.sm\:h-96{height:24rem}.sm\:h-\[100px\]{height:100px}.sm\:h-\[39px\]{height:39px}.sm\:h-\[500px\]{height:500px}.sm\:h-\[63px\]{height:63px}.sm\:w-1\/2{width:50%}.sm\:w-12{width:3rem}.sm\:w-2{width:.5rem}.sm\:w-24{width:6rem}.sm\:w-3{width:.75rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-72{width:18rem}.sm\:w-\[52px\]{width:52px}.sm\:w-\[86px\]{width:86px}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:max-w-md{max-width:28rem}.sm\:columns-2{-moz-columns:2;columns:2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:justify-center{justify-content:center}.sm\:gap-10{gap:2.5rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sm\:overflow-hidden{overflow:hidden}.sm\:border-0{border-width:0px}.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-7xl{font-size:4.5rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 768px){.md\:left-2{left:.5rem}.md\:left-6{left:1.5rem}.md\:right-4{right:1rem}.md\:-mt-4{margin-top:-1rem}.md\:mb-12{margin-bottom:3rem}.md\:h-56{height:14rem}.md\:h-96{height:24rem}.md\:h-\[110px\]{height:110px}.md\:h-\[58px\]{height:58px}.md\:h-\[60px\]{height:60px}.md\:h-\[85px\]{height:85px}.md\:h-\[86px\]{height:86px}.md\:h-\[92px\]{height:92px}.md\:max-h-\[168px\]{max-height:168px}.md\:w-1\/2{width:50%}.md\:w-32{width:8rem}.md\:w-60{width:15rem}.md\:w-\[103px\]{width:103px}.md\:w-\[116px\]{width:116px}.md\:w-\[123px\]{width:123px}.md\:w-\[60px\]{width:60px}.md\:w-\[67px\]{width:67px}.md\:w-\[88px\]{width:88px}.md\:max-w-\[397px\]{max-width:397px}.md\:max-w-\[750px\]{max-width:750px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:justify-end{justify-content:flex-end}.md\:justify-around{justify-content:space-around}.md\:gap-8{gap:2rem}.md\:bg-center{background-position:center}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-\[15px\]{font-size:15px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[40px\]{font-size:40px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:leading-10{line-height:2.5rem}}@media (min-width: 1024px){.lg\:-right-4{right:-1rem}.lg\:-top-4{top:-1rem}.lg\:left-10{left:2.5rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mt-0{margin-top:0}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-12{height:3rem}.lg\:h-16{height:4rem}.lg\:h-3{height:.75rem}.lg\:h-32{height:8rem}.lg\:h-6{height:1.5rem}.lg\:h-8{height:2rem}.lg\:h-96{height:24rem}.lg\:h-\[520px\]{height:520px}.lg\:w-1\/3{width:33.333333%}.lg\:w-12{width:3rem}.lg\:w-16{width:4rem}.lg\:w-3{width:.75rem}.lg\:w-6{width:1.5rem}.lg\:w-8{width:2rem}.lg\:w-80{width:20rem}.lg\:w-\[1020px\]{width:1020px}.lg\:w-\[256px\]{width:256px}.lg\:w-\[414px\]{width:414px}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-\[380px\]{max-width:380px}.lg\:columns-4{-moz-columns:4;columns:4}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-20{gap:5rem}.lg\:gap-6{gap:1.5rem}.lg\:rounded-2xl{border-radius:1rem}.lg\:rounded-xl{border-radius:.75rem}.lg\:p-8{padding:2rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[120px\]{padding-left:120px;padding-right:120px}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:mt-0{margin-top:0}.xl\:block{display:block}.xl\:w-auto{width:auto}.xl\:max-w-4xl{max-width:56rem}.xl\:max-w-\[300px\]{max-width:300px}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-start{align-items:flex-start}.xl\:px-\[120px\]{padding-left:120px;padding-right:120px}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:text-left{text-align:left}}@media (min-width: 1450px){.extra\:max-w-\[365px\]{max-width:365px}.extra\:flex-row{flex-direction:row}.extra\:items-start{align-items:flex-start}.extra\:bg-auto{background-size:auto}.extra\:bg-left{background-position:left}.extra\:bg-no-repeat{background-repeat:no-repeat}.extra\:px-\[120px\]{padding-left:120px;padding-right:120px}.extra\:py-20{padding-top:5rem;padding-bottom:5rem}.extra\:text-left{text-align:left}}
