@layer reset, base, tokens, recipes, utilities;@layer reset{:host,html{--font-fallback:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-tab-size:4;tab-size:4;font-family:var(--global-font-body,var(--font-fallback));-webkit-tap-highlight-color:transparent}*,::backdrop,::file-selector-button,:after,:before{margin:0;padding:0;border-width:0;border-style:solid;border-color:var(--global-color-border,currentcolor);box-sizing:border-box}hr{color:inherit;height:0;border-top-width:1px}body{line-height:inherit;height:100%}img{border-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-size:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}menu,ol,ul{list-style:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button,button,input,optgroup,select,textarea{font:inherit;background:transparent;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit}::placeholder{--placeholder-fallback:rgba(0,0,0,0.5);opacity:1;color:var(--global-color-placeholder,var(--placeholder-fallback))}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{--placeholder-fallback:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}table{border-color:inherit;text-indent:0;border-collapse:collapse}summary{display:list-item}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{text-decoration:inherit;color:inherit}abbr:where([title]){text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{--font-mono-fallback:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";font-family:var(--global-font-mono,var(--font-mono-fallback));font-size:1em;font-feature-settings:normal;font-variation-settings:normal}progress{vertical-align:baseline}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer base{:root{--made-with-panda:"🐼"}html{font-size:clamp(10px,1.5vw,calc(1536px * .015))}body,html{height:100%}body{overflow:hidden;font-family:fields,sans-serif;background-color:var(--colors-off-white);position:fixed;line-height:1.22}a{text-decoration:underline}svg{width:100%;height:100%}h1,h2{font-family:fields-display,sans-serif;font-weight:700;line-height:1.22;text-transform:uppercase;font-size:2.8rem}*,::backdrop,:after,:before{--blur: ;--brightness: ;--contrast: ;--grayscale: ;--hue-rotate: ;--invert: ;--saturate: ;--sepia: ;--drop-shadow: ;--backdrop-blur: ;--backdrop-brightness: ;--backdrop-contrast: ;--backdrop-grayscale: ;--backdrop-hue-rotate: ;--backdrop-invert: ;--backdrop-opacity: ;--backdrop-saturate: ;--backdrop-sepia: ;--gradient-from-position: ;--gradient-to-position: ;--gradient-via-position: ;--scroll-snap-strictness:proximity;--border-spacing-x:0;--border-spacing-y:0;--translate-x:0;--translate-y:0;--rotate:0;--rotate-x:0;--rotate-y:0;--skew-x:0;--skew-y:0;--scale-x:1;--scale-y:1}}@layer tokens{:where(:root,:host){--colors-off-white:#F9F6F4;--fonts-fields:"fields",sans-serif;--fonts-fields-display:"fields-display",sans-serif;--font-weights-regular:400;--font-weights-bold:700;--easings-ease-out-quart:cubic-bezier(0.25,1,0.5,1);--radii-image:0.5rem;--cursor-hand:url(/cursor/hand-64.png) 28 16,pointer;--cursor-arrow:url(/cursor/arrow-32.png) 1 1,auto;--breakpoints-sm:640px;--breakpoints-md:768px;--breakpoints-lg:1024px;--breakpoints-xl:1280px;--breakpoints-2xl:1536px;--sizes-breakpoint-sm:640px;--sizes-breakpoint-md:768px;--sizes-breakpoint-lg:1024px;--sizes-breakpoint-xl:1280px;--sizes-breakpoint-2xl:1536px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}}@layer utilities{.\--padding_4rem{--padding:4rem}.inset_0{inset:0}.padding_0\.25rem_0\.05rem{padding:.25rem .05rem}.padding_0_0\.4rem{padding:0 .4rem}.padding_20rem{padding:20rem}.padding_4rem{padding:4rem}.padding_2\.5rem_calc\(100vw_\/_12\){padding:2.5rem calc(100vw / 12)}.border_0\.25rem_solid_\#ebd834{border:.25rem solid #ebd834}.padding_2rem{padding:2rem}.padding_0_1rem{padding:0 1rem}.padding_5rem_0{padding:5rem 0}.padding_3rem_0{padding:3rem 0}.overflow_hidden{overflow:hidden}.gap_16px_1rem{gap:16px 1rem}.gap_10px{gap:10px}.background-color_\#f9f9f9{background-color:#f9f9f9}.display_flex{display:flex}.flex-direction_column{flex-direction:column}.align-items_center{align-items:center}.position_fixed{position:fixed}.overflow-y_auto{overflow-y:auto}.scrollbar-gutter_stable{scrollbar-gutter:stable}.background-color_var\(--colors-off-white\){background-color:var(--colors-off-white)}.max-width_1600px{max-width:1600px}.font-size_0\.75rem{font-size:.75rem}.text-transform_uppercase{text-transform:uppercase}.margin-top_0\.5rem{margin-top:.5rem}.cursor_pointer{cursor:pointer}.box-sizing_content-box{box-sizing:content-box}.color_var\(--colors-off-white\){color:var(--colors-off-white)}.user-select_none{user-select:none}.font-size_14px{font-size:14px}.margin-left_1rem{margin-left:1rem}.font-size_max\(12px\,_0\.66rem\){font-size:max(12px,.66rem)}.margin-top_0\.1rem{margin-top:.1rem}.text-transform_none{text-transform:none}.text-decoration_none{text-decoration:none}.font-weight_bold{font-weight:700}.margin-right_2rem{margin-right:2rem}.opacity_0\.4{opacity:.4}.background-color_pink{background-color:pink}.background-color_black{background-color:black}.border-radius_var\(--radii-image\){border-radius:var(--radii-image)}.position_relative{position:relative}.fill_true{fill:true}.display_grid{display:grid}.grid-template-columns_repeat\(14\,_1fr\){grid-template-columns:repeat(14,1fr)}.position_absolute{position:absolute}.box-sizing_border-box{box-sizing:border-box}.justify-content_center{justify-content:center}.zoom_true{zoom:true}.margin-top_18rem{margin-top:18rem}.background-color_\#274A9C{background-color:#274A9C}.max-height_100vh{max-height:100vh}.aspect-ratio_556\/450{aspect-ratio:556/450}.flex-grow_1{flex-grow:1}.margin-bottom_2rem{margin-bottom:2rem}.max-width_100\%{max-width:100%}.grid-column_5_\/_span_6{grid-column:5/span 6}.text-align_center{text-align:center}.font-size_1\.25rem{font-size:1.25rem}.line-height_1{line-height:1}.font-weight_400{font-weight:400}.max-height_100vw{max-height:100vw}.z-index_1{z-index:1}.justify-content_space-between{justify-content:space-between}.direction_left{direction:left}.grid-column_3_\/_span_10{grid-column:3/span 10}.font-size_3rem{font-size:3rem}.margin-bottom_5rem{margin-bottom:5rem}.margin-top_1rem{margin-top:1rem}.grid-column_2_\/_span_12{grid-column:2/span 12}.grid-column_2_\/_span_1{grid-column:2/span 1}.grid-column_13_\/_span_1{grid-column:13/span 1}.justify-content_flex-end{justify-content:flex-end}.direction_right{direction:right}.margin-bottom_4rem{margin-bottom:4rem}.background-color_none{background-color:none}.grid-column_1_\/_span_7{grid-column:1/span 7}.grid-column_9_\/_span_4{grid-column:9/span 4}.text-align_left{text-align:left}.font-size_1\.5rem{font-size:1.5rem}.font-size_1rem{font-size:1rem}.padding-bottom_0\.34rem{padding-bottom:.34rem}.padding-left_1rem{padding-left:1rem}.padding-bottom_0\.61rem{padding-bottom:.61rem}.grid-column_2_\/_span_3{grid-column:2/span 3}.font-size_0\.5rem{font-size:.5rem}.grid-column_5_\/_span_5{grid-column:5/span 5}.vertical-align_top{vertical-align:top}.width_100\%{width:100%}.height_100\%{height:100%}.right_0{right:0}.height_0\.75rem{height:.75rem}.height_0\.5rem{height:.5rem}.height_100vh{height:100vh}.\[\&_\.swiper-button-next\,_\.swiper-button-prev\]\:--swiper-navigation-size_2rem\! .swiper-button-next,.\[\&_\.swiper-button-next\,_\.swiper-button-prev\]\:--swiper-navigation-size_2rem\! .swiper-button-prev{--swiper-navigation-size:2rem!important}.\[\&_\.swiper-button-next\,_\.swiper-button-prev\]\:--swiper-navigation-sides-offset_1\.2rem\! .swiper-button-next,.\[\&_\.swiper-button-next\,_\.swiper-button-prev\]\:--swiper-navigation-sides-offset_1\.2rem\! .swiper-button-prev{--swiper-navigation-sides-offset:1.2rem!important}.\[\&_img\]\:transition_transform_0\.4s_var\(--easings-ease-out-quart\) img,.\[\&_svg\]\:transition_transform_0\.4s_var\(--easings-ease-out-quart\) svg{transition:transform .4s var(--easings-ease-out-quart)}.\[\&_\.swiper-button-next\,_\.swiper-button-prev\]\:color_var\(--colors-off-white\)\! .swiper-button-next,.\[\&_\.swiper-button-next\,_\.swiper-button-prev\]\:color_var\(--colors-off-white\)\! .swiper-button-prev{color:var(--colors-off-white)!important}.\[\&_\>div\]\:max-width_100\%>div{max-width:100%}.\[\&_\>div\]\:max-height_100\%>div{max-height:100%}.\[\&_img\]\:object-fit_contain img{object-fit:contain}.\[\&_img\]\:max-width_100\% img{max-width:100%}.\[\&_img\]\:max-height_100\% img{max-height:100%}.\[\&_svg\]\:display_flex svg{display:flex}.\[\&_img\]\:object-fit_cover img{object-fit:cover}.\[\&_img\]\:object-position_center img{object-position:center}.\[\&_svg\]\:width_0\.85rem svg{width:.85rem}.\[\&_svg\]\:height_0\.5rem svg{height:.5rem}.\[\&_img\]\:width_100\% img{width:100%}.\[\&_img\]\:height_100\% img{height:100%}.\[\&\:hover\]\:\[\&_span\]\:text-decoration_underline:hover span{text-decoration:underline}.\[\&\:hover\]\:\[\&_svg\]\:transform_translateX\(0\.25rem\):hover svg{transform:translateX(.25rem)}.\[\&\:hover\]\:\[\&_\.link\]\:text-decoration_underline:hover .link{text-decoration:underline}.\[\&\:hover\]\:\[\&_img\]\:transform_scale\(1\.015\):hover img{transform:scale(1.015)}@media (max-width:768px){.\[\@media_\(max-width\:_768px\)\]\:grid-column_2_\/_-2\!{grid-column:2/-2!important}.\[\@media_\(max-width\:_768px\)\]\:margin-top_0\!{margin-top:0!important}.\[\@media_\(max-width\:_768px\)\]\:grid-column_3_\/_-3\!{grid-column:3/-3!important}.\[\@media_\(max-width\:_768px\)\]\:font-size_1\.5rem\!{font-size:1.5rem!important}.\[\@media_\(max-width\:_768px\)\]\:grid-column_3_\/_-3{grid-column:3/-3}.\[\@media_\(max-width\:_768px\)\]\:font-size_1rem{font-size:1rem}.\[\@media_\(max-width\:_768px\)\]\:margin-bottom_1rem{margin-bottom:1rem}.\[\@media_\(max-width\:_768px\)\]\:height_61\.8vh{height:61.8vh}.\[\@media_\(max-width\:_768px\)\]\:height_60vh{height:60vh}}@media (max-aspect-ratio:5/4){.\[\@media_\(max-aspect-ratio\:_5\/4\)\]\:height_60vh{height:60vh}}}