.bubbles-layer[data-astro-cid-u6qjguef]{position:absolute;inset:0;pointer-events:none;contain:layout paint;z-index:10;overflow:hidden}.bubble-link[data-astro-cid-u6qjguef]{display:block;text-decoration:none;color:inherit;pointer-events:auto}.bubble[data-astro-cid-u6qjguef]{position:absolute;width:0;height:0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:50%;border:none;will-change:transform,width,height;pointer-events:auto;user-select:none;overflow:visible;transform:translateZ(0);animation:bubbleGrow .6s ease-out forwards;@media (768px <= width < 1194px){animation-name:bubbleGrowTablet}@media (1194px <= width < 1920px){animation-name:bubbleGrowDesktop}@media (1920px <= width){animation-name:bubbleGrowLarge}}.bubble[data-astro-cid-u6qjguef][data-idx="0"]{animation-delay:1.8s}.bubble[data-astro-cid-u6qjguef][data-idx="1"]{animation-delay:1.95s}.bubble[data-astro-cid-u6qjguef][data-idx="2"]{animation-delay:2.1s}.bubble[data-astro-cid-u6qjguef][data-idx="3"]{animation-delay:2.25s}.bubble[data-astro-cid-u6qjguef][data-idx="4"]{animation-delay:2.4s}.bubble[data-astro-cid-u6qjguef][data-idx="5"]{animation-delay:2.55s}.bubble[data-astro-cid-u6qjguef][data-idx="6"]{animation-delay:2.7s}.bubble[data-astro-cid-u6qjguef][data-idx="7"]{animation-delay:2.85s}.bubble[data-astro-cid-u6qjguef][data-idx="8"]{animation-delay:3s}.bubble--text-type[data-astro-cid-u6qjguef]:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:#98989880;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:0}.bubble--text-type[data-astro-cid-u6qjguef]:after{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#fff 3%,#ffa9f1 67%,#ff8515);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .3s ease-out;pointer-events:none;z-index:0}.bubble--text-type[data-astro-cid-u6qjguef]:hover:after{opacity:1}.bubble-inner[data-astro-cid-u6qjguef]{width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;transform:rotate(var(--bubble-rot-offset, 0deg));animation:bubble-spin 20s linear infinite}.bubble--text-type[data-astro-cid-u6qjguef]{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);isolation:isolate;will-change:transform,width,height,backdrop-filter}.bubble-inner--text[data-astro-cid-u6qjguef]{position:relative;background:transparent;z-index:1;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center}.bubble--text-type[data-astro-cid-u6qjguef]:hover .bubble-inner--text[data-astro-cid-u6qjguef]{box-shadow:0 0 18px #ffa9f159}.bubble--image-type[data-astro-cid-u6qjguef]:after{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#fff 3%,#ffa9f1 67%,#ff8515);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .3s ease-out;pointer-events:none;z-index:0}.bubble--image-type[data-astro-cid-u6qjguef]:hover:after{opacity:1}.bubble--image-type[data-astro-cid-u6qjguef]:hover .bubble-inner--image[data-astro-cid-u6qjguef]{box-shadow:0 0 18px #ffa9f159}.bubble--text[data-astro-cid-u6qjguef]{font-weight:200;font-size:12px;color:var(--primary-white);text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;@media (1194px <= width < 1440px){font-size:16px}@media (1440px <= width < 1920px){font-size:20px}@media (1920px <= width){font-size:26px}}.bubble-inner--image[data-astro-cid-u6qjguef]{border-radius:50%;overflow:hidden}.bubble-inner--image[data-astro-cid-u6qjguef] img[data-astro-cid-u6qjguef]{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}@keyframes bubble-spin{0%{transform:rotate(var(--bubble-rot-offset, 0deg))}to{transform:rotate(calc(var(--bubble-rot-offset, 0deg) + 360deg))}}@keyframes bubbleGrow{0%{width:0;height:0;opacity:0}to{width:80px;height:80px;opacity:1}}@keyframes bubbleGrowTablet{0%{width:0;height:0;opacity:0}to{width:150px;height:150px;opacity:1}}@keyframes bubbleGrowDesktop{0%{width:0;height:0;opacity:0}to{width:125px;height:125px;opacity:1}}@keyframes bubbleGrowLarge{0%{width:0;height:0;opacity:0}to{width:180px;height:180px;opacity:1}}@media (prefers-reduced-motion: reduce){.bubble[data-astro-cid-u6qjguef]{transition:none!important;animation:none!important;width:80px!important;height:80px!important}.bubble-inner[data-astro-cid-u6qjguef]{animation:none!important}@media (768px <= width < 1194px){.bubble[data-astro-cid-u6qjguef]{width:150px!important;height:150px!important}}@media (1194px <= width < 1920px){.bubble[data-astro-cid-u6qjguef]{width:125px!important;height:125px!important}}@media (1920px <= width){.bubble[data-astro-cid-u6qjguef]{width:180px!important;height:180px!important}}}.button[data-astro-cid-vnzlvqnm]{display:flex;align-items:center;border-radius:52px;padding:8px 12px;justify-content:center;gap:10px;border:1px solid var(--light-gray);background:transparent;cursor:pointer;transition:border .3s ease,background .3s ease;text-decoration:none;color:inherit;@media (768px <= width < 1194px){padding:14px 32px}@media (1194px <= width < 1920px){padding:8px 20px}@media (1920px <= width){padding:10px 28px}}.button[data-astro-cid-vnzlvqnm]:hover{border:1px solid var(--primary-white);background:#f9f9f933}.button--full-width[data-astro-cid-vnzlvqnm]{width:100%}@media (min-width: 1194px){.button--full-width[data-astro-cid-vnzlvqnm]{width:auto}}.button-text[data-astro-cid-vnzlvqnm]{color:var(--primary-white);font-style:normal;font-weight:300;line-height:normal}.button-icon[data-astro-cid-vnzlvqnm]{display:block;width:22px;height:22px;flex-shrink:0;@media (768px <= width < 1194px){width:36px;height:36px}@media (1440px <= width < 1920px){width:24px;height:24px}@media (1920px <= width){width:30px;height:30px}}.hero-container[data-astro-cid-j7pv25f6]{position:relative;width:100vw;margin:0 auto;aspect-ratio:375/879}@media (min-width: 768px) and (max-width: 1193px){.hero-container[data-astro-cid-j7pv25f6]{aspect-ratio:768/1373}}@media (min-width: 1194px){.hero-container[data-astro-cid-j7pv25f6]{width:min(100vw,1920px);aspect-ratio:16/9}}picture[data-astro-cid-j7pv25f6].hero-image{position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:0;animation:fadeIn 1s ease-out 1.4s forwards}picture[data-astro-cid-j7pv25f6].hero-image img[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover}picture[data-astro-cid-j7pv25f6].hero-eye{position:absolute;inset:0;width:100%;height:100%;z-index:5;opacity:0;animation:fadeIn .5s ease-out 1.4s forwards}picture[data-astro-cid-j7pv25f6].hero-eye img[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover}.hero-title[data-astro-cid-j7pv25f6]{position:absolute;top:11%;left:-3%;font-size:clamp(130px,130px + 130 * (100vw - 375px) / 392,260px);font-weight:400;line-height:80%;color:var(--primary-white);z-index:4;width:100%}@media (min-width: 768px){.hero-title[data-astro-cid-j7pv25f6]{top:13%;left:-4%;font-size:clamp(260px,260px + 135 * (100vw - 768px) / 425,395px)}}@media (min-width: 1194px){.hero-title[data-astro-cid-j7pv25f6]{width:auto;top:34%;left:50%;transform:translate(-50%,-50%);font-size:clamp(248px,248px + 152 * (100vw - 1194px) / 726,400px);white-space:nowrap}}.hero-title-break[data-astro-cid-j7pv25f6]{display:none}@media (max-width: 1193px){.hero-title-break[data-astro-cid-j7pv25f6]{display:inline}}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]{display:inline-block;opacity:0;animation:fadeIn 1s cubic-bezier(.4,0,.2,1) forwards}@media (min-width: 1194px){.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6].hero-title-i{animation:fadeInOutLetter 1.36s cubic-bezier(.4,0,.2,1) .54s forwards}}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(1){animation-delay:.3s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(2){animation-delay:.38s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(3){animation-delay:.46s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(4){animation-delay:.54s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(5){animation-delay:.62s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(6){animation-delay:.7s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(7){animation-delay:.78s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(8){animation-delay:.86s}.hero-title[data-astro-cid-j7pv25f6] .letter[data-astro-cid-j7pv25f6]:nth-child(9){animation-delay:.94s}.hero-content[data-astro-cid-j7pv25f6]{position:absolute;display:flex;flex-direction:column;align-items:start;gap:12px;width:clamp(308px,308px + 392 * (100vw - 375px) / 392,700px);font-size:clamp(16px,16px + 12 * (100vw - 375px) / 392,28px);font-weight:300;line-height:120%;color:var(--primary-white);top:55%;left:50%;transform:translate(-50%);z-index:4;opacity:0;animation:fadeInSlide 1s ease-out 3.45s forwards}@media (min-width: 768px) and (max-width: 1193px){.hero-content[data-astro-cid-j7pv25f6]{font-size:28px;top:56%;width:700px}}@media (min-width: 1194px){.hero-content[data-astro-cid-j7pv25f6]{transform:none;left:9.86%;flex-direction:column-reverse;font-size:clamp(12px,12px + 6 * (100vw - 1194px) / 726,18px)}}@media (min-width: 1194px) and (max-width: 1439px){.hero-content[data-astro-cid-j7pv25f6]{width:200px}}@media (min-width: 1194px) and (min-width: 1440px) and (max-width: 1919px){.hero-content[data-astro-cid-j7pv25f6]{width:240px}}@media (min-width: 1194px) and (min-width: 1920px){.hero-content[data-astro-cid-j7pv25f6]{width:320px}}.hero-cta[data-astro-cid-j7pv25f6]{position:absolute;display:flex;flex-direction:column;gap:clamp(10px,10px + 8 * (100vw - 375px) / 392,18px);font-size:clamp(16px,16px + 12 * (100vw - 375px) / 392,28px);width:calc(100% - 20px);max-width:clamp(308px,308px + 392 * (100vw - 375px) / 392,700px);top:74%;left:50%;transform:translate(-50%);z-index:5;opacity:0;animation:fadeInSlide 1s ease-out 3.45s forwards}@media (min-width: 768px) and (max-width: 1193px){.hero-cta[data-astro-cid-j7pv25f6]{gap:18px;font-size:28px;width:calc(100% - 66px);max-width:700px}}@media (min-width: 1194px){.hero-cta[data-astro-cid-j7pv25f6]{flex-direction:row;width:auto;max-width:none;transform:none;left:65%;top:55%;font-size:clamp(16px,16px + 4 * (100vw - 1194px) / 246,20px)}}@media (min-width: 1440px){.hero-cta[data-astro-cid-j7pv25f6]{font-size:clamp(20px,20px + 8 * (100vw - 1440px) / 480,28px)}}@media (min-width: 1920px){.hero-cta[data-astro-cid-j7pv25f6]{font-size:28px}}.hero-asterisk[data-astro-cid-j7pv25f6]{width:28px;height:28px;animation:rotate 1s linear infinite}@media (min-width: 768px) and (max-width: 1193px){.hero-asterisk[data-astro-cid-j7pv25f6]{width:40px;height:40px}}@media (min-width: 1194px) and (max-width: 1439px){.hero-asterisk[data-astro-cid-j7pv25f6]{width:20px;height:20px}}@media (min-width: 1440px) and (max-width: 1919px){.hero-asterisk[data-astro-cid-j7pv25f6]{width:24px;height:24px}}@media (min-width: 1920px){.hero-asterisk[data-astro-cid-j7pv25f6]{width:32px;height:32px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blur[data-astro-cid-j7pv25f6],.overlay[data-astro-cid-j7pv25f6],.texture[data-astro-cid-j7pv25f6]{position:absolute;top:0;left:50%;width:100vw;margin-left:-50vw;height:100%;pointer-events:none}.blur[data-astro-cid-j7pv25f6]{background-color:#23232380;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1}.overlay[data-astro-cid-j7pv25f6]{background-color:#23232380;mix-blend-mode:multiply;z-index:2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:.8;transform:translate(0)}}@keyframes fadeInSlideMobile{0%{opacity:0;transform:translate(calc(-50% - 20px))}to{opacity:.8;transform:translate(-50%)}}@keyframes fadeInOutLetter{0%{opacity:0;visibility:visible}18.4%{opacity:1;visibility:visible}75%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@media (max-width: 1193px){.hero-content[data-astro-cid-j7pv25f6],.hero-cta[data-astro-cid-j7pv25f6]{animation-name:fadeInSlideMobile}}@media (min-width: 1194px){.hero-content[data-astro-cid-j7pv25f6],.hero-cta[data-astro-cid-j7pv25f6]{animation-name:fadeInSlideDesktop}@keyframes fadeInSlideDesktop{0%{opacity:0;transform:translate(-20px)}to{opacity:.8;transform:none}}}
