.layout{width:100%;max-width:1400px;margin-left:auto;margin-right:auto}.cont{flex-wrap:wrap}.cont,.more{display:flex;justify-content:center;align-items:center}.more{width:100%}.imgcontm{padding:2vw}.imgbg{background-color:rgb(224,224,224);padding:2vw 43vw}.selectc{text-align:center;border:none;outline:none}.allselect{margin:5px;background-color:#dbeafe;border-radius:24px;width:70px;height:70px;transform:rotate(90deg);padding:4px}.tagline{font-family:BricolageGrotesque;font-size:clamp(18px,15vw,50px);margin:0 0 3rem}.labn{height:100%;display:flex;justify-content:center;align-items:center;color:#002778;font-size:clamp(18px,24px,25px);text-transform:uppercase;letter-spacing:3px}.labn,.labnv{font-family:Jost}.searchimgc{margin:1rem;right:0}.cimgc{max-width:430px;aspect-ratio:430/235;border-radius:25px}.searchbox{font-size:1.25rem;border:none;outline:none;height:67px;width:100%;border-radius:15px;background-color:#ffffff85;color:black}.textlogo{justify-content:space-around;font-family:BricolageGrotesque;font-size:clamp(12px,5vw,85px);letter-spacing:clamp(5px,1vw,12px);color:#FFFFFF;margin:1rem 0;width:100%}.logocont,.textlogo{display:flex;align-items:center}.logocont{justify-content:center;flex-direction:column;padding:0 2rem}.search{position:relative;width:100%;height:67px;margin:1rem 0}.search img{margin:10px;width:49px;z-index:2;height:auto}.search input{padding-left:16px}.search img,.search input{position:absolute}.buttons{width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly}.selec{width:180px}.selecont,.selecontn{width:252px;margin:5px}.selecontn{border-radius:20px}.backgroundContainer{position:absolute;top:0;left:0;width:100%;aspect-ratio:1439/1073;background-size:cover;background-position:top;background-repeat:no-repeat;z-index:-1}.backgroundContainersp{width:100%;height:calc(100vw * (1073 / 1439) - 84px)}.hero{width:100%;aspect-ratio:1439/1073;z-index:-1;position:absolute;top:0;left:0;object-fit:cover;object-position:top center}.hero .gradient{position:absolute;inset:0;background:linear-gradient(#fff0 80%,#fff);pointer-events:none}.content{position:relative;z-index:1;padding-top:100px}.cardmessage{margin:5vw;background-color:#54d3b736;padding:1rem;border-radius:10px}@media (max-width:880px){.searchbox{height:50px}.search img{width:32px;margin:10px}.tagline{font-size:clamp(10px,6vw,40px);margin:0 0 3rem}}@media (max-width:768px){.cont{margin:0}.cardm{margin:2rem 1rem 0}.tagline{margin:0 0 1rem}}.custom-select{position:relative;width:252px;font-family:system-ui,-apple-system,sans-serif}.custom-select__trigger{width:252px;height:70px;display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:20px;background-color:#E8EFFF;cursor:pointer;font-size:16px;transition:all .2s ease;outline:none}.custom-selectIM{position:relative;width:76px;font-family:system-ui,-apple-system,sans-serif}.custom-select__triggerIM{width:76px;height:70px;display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:20px;background-color:#E8EFFF;cursor:pointer;font-size:16px;transition:all .2s ease;outline:none}.custom-select__trigger:hover{border-color:#cbd5e1;background-color:#ccdff7}.custom-select__trigger:focus{border-color:#6989a8;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.custom-select__triggerIM:hover{border-color:#cbd5e1;background-color:#ccdff7}.custom-select__triggerIM:focus{border-color:#6989a8;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.custom-select__value{color:#1a202c}.custom-select__placeholder{color:#a0aec0}.custom-select__arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #718096;transition:transform .2s ease}.custom-select__arrow--open{transform:rotate(180deg)}.custom-select__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;opacity:0;visibility:hidden}.custom-select__overlay--open{opacity:1;visibility:visible}.custom-select__popup{background-color:#ffffff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.2);min-width:320px;max-width:400px;max-height:80vh;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);transform:scale(.9) translateY(-20px);opacity:0;font-family:Inter}.custom-select__popup--open{transform:scale(1) translateY(0);opacity:1}.custom-select__header{padding:20px 24px 16px;border-bottom:1px solid #f1f5f9;background-color:#f8fafc}.custom-select__title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.custom-select__options{max-height:305px;overflow-y:auto;padding:8px 0}.custom-select__option{padding:12px 24px;margin:8px;cursor:pointer;font-size:16px;color:#1E1E1E;background-color:transparent;transition:all .15s ease;display:flex;align-items:center;gap:12px;height:48px;border:1px solid #1e1e1e;border-radius:9px}.custom-select__option--focused,.custom-select__option:hover{border-color:#ffffff}.custom-select__option--selected{border:2px solid #ec8b24;border-radius:9px}.custom-select__option-label{flex:1}.custom-select__checkmark{width:16px;height:16px;border-radius:50%;background-color:#3b82f6;color:white;font-size:12px}.custom-select__checkmark,.demo-container{display:flex;align-items:center;justify-content:center}.demo-container{flex-direction:column;min-height:100vh;background-color:#f1f5f9;padding:20px;gap:20px}.demo-title{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:20px}.demo-result,.demo-title{font-family:system-ui,-apple-system,sans-serif}.demo-result{margin-top:20px;padding:20px;background-color:#ffffff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center}.demo-result__value{color:#3b82f6;font-weight:500}.demo-instructions{margin-top:20px;text-align:center;color:#64748b;font-size:14px;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.demo-instructions p{margin:4px 0}.custom-select__options::-webkit-scrollbar{width:6px}.custom-select__options::-webkit-scrollbar-track{background:#f1f5f9}.custom-select__options::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.custom-select__options::-webkit-scrollbar-thumb:hover{background:#94a3b8}.labn{font-weight:700}.select-dropdown{position:absolute;top:100%;left:0;right:0;background-color:rgb(255,255,255);border-top:none;border-radius:8px 8px;z-index:10;max-height:285px;width:100%;overflow-y:auto;font-family:Inter}.select-option{padding:12px 16px;margin:5px 0;cursor:pointer;transition:background-color .15s ease;color:#1f2937;border-radius:9px;font-size:16px;border:1px solid #000000}.select-option.selected{border:2px solid #ec8b24;border-radius:9px}.imgsi{width:60px;transform:rotate(90deg)}@media (max-width:1140px){.selecontn{width:18vw;border-radius:10px}.labn{font-size:2vw;letter-spacing:1px}.custom-select{position:relative;width:18vw;font-family:system-ui,-apple-system,sans-serif}.labnv{margin-top:4px}.custom-select__trigger{width:20vw;height:7vw;display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:20px;background-color:#e8efff;cursor:pointer;font-size:1.5vw;transition:all .2s;outline:none}.selecont{width:18vw}.allselect{margin:5px;background-color:#dbeafe;border-radius:12px;width:7vw;height:7vw;transform:rotate(90deg);padding:4px}.custom-selectIM{position:relative;width:7vw}.custom-select__triggerIM{width:7vw;height:7vw;display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:20px;background-color:#e8efff;cursor:pointer;font-size:1.5vw;transition:all .2s;outline:none}.imgsi{width:60px;transform:rotate(90deg)}}@media (max-width:900px){.selecontn{width:18vw;border-radius:10px}.labn{font-size:2vw;letter-spacing:1px}.custom-select{position:relative;width:18vw}.labnv{margin-top:4px}.custom-select__trigger{width:20vw;height:7vw;display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:10px;background-color:#e8efff;cursor:pointer;font-size:1.5vw;transition:all .2s;outline:none}.selecont{width:18vw}.allselect{margin:5px;background-color:#dbeafe;border-radius:12px;width:7vw;height:7vw;transform:rotate(90deg);padding:4px}.custom-selectIM{position:relative;width:7vw}.custom-select__triggerIM{width:7vw;height:7vw;display:flex;align-items:center;justify-content:center;padding:0;border-radius:10px;background-color:#e8efff;cursor:pointer;font-size:1.5vw;transition:all .2s;outline:none}.imgsi{width:5vw;transform:rotate(90deg)}}.draw-and-fill2{stroke:#013861;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500}.draw-and-fill,.draw-and-fill2{fill:none;-webkit-animation:draw 3.2s ease forwards;animation:draw 3.2s ease forwards;animation-delay:1s}.draw-and-fill{stroke:#ee8c27;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500}.draw-path{stroke-dasharray:600;stroke-dashoffset:600;animation:draw 2s ease-out forwards}.draw-and-fill2_1{fill:none;stroke:#013861;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500;-moz-animation:draw 3.2s ease forwards,fillColor2 .1s ease forwards,removeStroke 0s forwards;-o-animation:draw 3.2s ease forwards,fillColor2 .1s ease forwards,removeStroke 0s forwards;animation:draw 3.2s ease forwards,fillColor2 .1s ease forwards,removeStroke 0s forwards;animation-delay:1s,3s,3.1s;-webkit-animation:draw 3.2s ease 1s forwards,fillColor2 .1s ease 3s forwards,removeStroke 0s 3.1s forwards;animation:draw 3.2s ease 1s forwards,fillColor2 .1s ease 3s forwards,removeStroke 0s 3.1s forwards}.draw-and-fill_1{fill:none;stroke:#ee8c27;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500;-moz-animation:draw 3.2s ease forwards,fillColor .1s ease forwards,removeStroke 0s forwards;-o-animation:draw 3.2s ease forwards,fillColor .1s ease forwards,removeStroke 0s forwards;-webkit-animation:draw 3.2s ease forwards,fillColor .1s ease forwards,removeStroke 0s forwards;animation:draw 3.2s ease forwards,fillColor .1s ease forwards,removeStroke 0s forwards;animation-delay:1s,3s,3.1s;-webkit-animation:draw 3.2s ease 1s forwards,fillColor .1s ease 3s forwards,removeStroke 0s 3.1s forwards;animation:draw 3.2s ease 1s forwards,fillColor .1s ease 3s forwards,removeStroke 0s 3.1s forwards}.draw-and-fill2__{stroke:#013861;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500}.draw-and-fill2__,.draw-and-fill__{fill:none;animation:draw 3.2s ease forwards;animation-delay:1s}.draw-and-fill__{stroke:#ee8c27;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fillColor{to{fill:#ee8c27}}@keyframes fillColor2{to{fill:#013861}}@keyframes removeStroke{to{stroke:none}}@-webkit-keyframes draw{to{stroke-dashoffset:0}}@-webkit-keyframes fillColor{to{fill:#ee8c27}}@-webkit-keyframes fillColor2{to{fill:#013861}}@-webkit-keyframes removeStroke{to{stroke:none}}.draw-and-fill_{fill:none;stroke:#ee8c27;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500;animation:drawColorRemove1 3.2s ease forwards}@keyframes drawFillLoop{0%{stroke-dashoffset:500;fill:none;stroke:#ee8c27}60%{stroke-dashoffset:0;fill:none;stroke:#ee8c27}70%{fill:#ee8c27;stroke:#ee8c27}80%{fill:#ee8c27;stroke:transparent}to{stroke-dashoffset:500;fill:none;stroke:transparent}}@keyframes drawColorRemove{30%{stroke-dashoffset:500;fill:none;stroke:#ee8c27}90%{stroke-dashoffset:0;fill:none;stroke:#ee8c27}93%{fill:#ee8c27;stroke:#ee8c27}to{fill:#ee8c27;stroke:none}}@keyframes drawColorRemove1{30%{stroke-dashoffset:500;fill:none;stroke:#ee8c27}75%{stroke-dashoffset:0;fill:none;stroke:#ee8c27}76%{fill:#ee8c27;stroke:#ee8c27}77%{fill:#ee8c27;stroke:none}to{fill:#ee8c27;stroke:none}}.element{animation:drawColorRemove 3.2s ease forwards}.draw-and-fill2_{fill:none;stroke:#013861;stroke-width:1;stroke-dasharray:500;stroke-dashoffset:500;animation:drawColorRemove2 3.2s ease forwards}@keyframes drawColorRemove2{30%{stroke-dashoffset:500;fill:none;stroke:#013861}75%{stroke-dashoffset:0;fill:none;stroke:#013861}76%{fill:#013861;stroke:#013861}77%{fill:#013861;stroke:none}to{fill:#013861;stroke:none}}@keyframes drawFillLoop2{0%{stroke-dashoffset:500;fill:none;stroke:#013861}60%{stroke-dashoffset:0;fill:none;stroke:#013861}70%{fill:#013861;stroke:#013861}80%{fill:#013861;stroke:transparent}to{stroke-dashoffset:500;fill:none;stroke:transparent}}@keyframes drawLoop{0%{stroke-dashoffset:1348.58;fill:none;stroke:orange}50%{stroke-dashoffset:0;fill:orange;stroke:orange}70%{fill:orange;stroke:none}to{stroke-dashoffset:1348.58;fill:none;stroke:orange}}.word{display:flex;flex-wrap:wrap;width:100%;font-size:6vw;font-weight:900;font-family:BricolageGrotesque;color:#013861}.letter{display:inline-block;transform:scale(0);opacity:0;animation:popIn .25s ease-in-out forwards}@keyframes popIn{0%{transform:scale(0);opacity:0}50%{transform:scale(.1);opacity:1}80%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.quality-selector{position:absolute;bottom:35px;left:120px;background:rgba(170,170,170,.281);color:rgb(252,248,248);padding:5px 10px;border-radius:5px;font-size:14px;display:flex;align-items:center;z-index:10}.quality-selector label{margin-right:5px;font-weight:700}.quality-selector select{background:rgba(104,103,103,.192);border:none;padding:3px;border-radius:3px;cursor:pointer;font-size:14px}.quality-selector option{background-color:rgba(85,84,84,.315)}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(209 164 241/40%);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:9999}.svgcont{width:90%}.linespace{margin:5px 0}