@import url(https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap);.app__navbar-links>li{cursor:pointer;margin:0 1rem}.app__navbar-links>li:hover{color:var(--color-golden);-webkit-transform:scale(.9);transform:scale(.9)}.app__navbar-login>a{margin:0 1rem;transition:.3s ease}.app__navbar-login>a:hover{border-bottom:1px solid var(--color-golden)}.navbar__openMenu-links>li{color:var(--color-golden);font-family:var(--font-base);font-size:2rem;margin:2rem 0;text-align:center}.navbar__openMenu-links>li:hover{color:var(--color-white)}.slide-in-blurred-top{-webkit-animation:slide-in-blurred-top .6s cubic-bezier(.23,1,.32,1) both;animation:slide-in-blurred-top .6s cubic-bezier(.23,1,.32,1) both}@-webkit-keyframes slide-in-blurred-top{0%{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform:translateY(-1000px) scaleY(2.5) scaleX(.2);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@keyframes slide-in-blurred-top{0%{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform:translateY(-1000px) scaleY(2.5) scaleX(.2);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}.slide-out-blurred-top{-webkit-animation:slide-out-blurred-top .45s cubic-bezier(.755,.05,.855,.06) both;animation:slide-out-blurred-top .45s cubic-bezier(.755,.05,.855,.06) both}@-webkit-keyframes slide-out-blurred-top{0%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateY(-1000px) scaleY(2) scaleX(.2);transform:translateY(-1000px) scaleY(2) scaleX(.2);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes slide-out-blurred-top{0%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateY(-1000px) scaleY(2) scaleX(.2);transform:translateY(-1000px) scaleY(2) scaleX(.2);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@media screen and (max-width:420px){.app__navbar-login>a{margin:0 5px}}.app__gallery-images_container::-webkit-scrollbar{display:none}.app__gallery-images_card:hover img{opacity:.35}.app__gallery-images_card:hover>svg{opacity:1}.section__padding{padding:4rem 6rem}.flex__center{align-items:center;display:flex;justify-content:center}.app__bg{background:url(/static/media/bg.3d421b1b5682e1b67deb.png);background-attachment:fixed;background-position:50%;background-repeat:repeat;background-size:cover}.app__wrapper{align-items:center;display:flex;justify-content:space-between;min-height:100vh}.app__wrapper_info{align-items:flex-start;flex:1 1;flex-direction:column}.app__wrapper_img,.app__wrapper_info{display:flex;justify-content:center;width:100%}.app__wrapper_img{align-items:center;flex:1 1;margin-left:2rem}.app__wrapper_img-reverse{justify-content:flex-start;margin-right:2rem}.app__wrapper_img img{width:80%}.custom__button{background-color:var(--color-crimson);border:none;border-radius:1px;color:var(--color-black);cursor:pointer;font-size:16px;line-height:28px;outline:none;padding:.5rem 1.5rem}.custom__button,.p__cormorant{font-family:var(--font-base);font-weight:700;letter-spacing:.04em}.p__cormorant{-webkit-font-feature-settings:"tnum" on,"lnum" on;font-feature-settings:"tnum" on,"lnum" on;font-size:23px;line-height:29.9px}.p__cormorant,.p__opensans{color:var(--color-white);text-transform:capitalize}.p__opensans{font-family:var(--font-alt);font-size:16px;font-weight:400;letter-spacing:.04em;line-height:28px}.headtext__cormorant{color:var(--color-golden);font-family:var(--font-base);font-size:64px;letter-spacing:.04em;line-height:83.2px;text-transform:capitalize}.spoon__img{width:45px}@media screen and (min-width:2000px){.custom__button,.p__cormorant{font-size:37px;line-height:67px}.p__opensans{font-size:30px;line-height:50px}.headtext__cormorant{font-size:150px;line-height:210px}.spoon__img{width:80px}}@media screen and (max-width:1150px){.app__wrapper{flex-direction:column}.app__wrapper_img{margin:5rem 0 0}.app__wrapper_img-reverse{margin:0 0 5rem}.app__wrapper_img img{width:100%}}@media screen and (max-width:850px){.section__padding{padding:4rem}}@media screen and (max-width:650px){.section__padding{padding:4rem 2rem}.p__cormorant{font-size:21px}.p__opensans{font-size:14px}}@media screen and (max-width:450px){.p__opensans{font-size:12px}.p__cormorant{font-size:19px}.headtext__cormorant{font-size:45px;line-height:70px}}
/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family: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;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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{text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--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-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:rgba(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: }::-webkit-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-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:rgba(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: }::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-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:rgba(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: }.container{width:100%}@media (min-width:410px){.container{max-width:410px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}@media (min-width:2000px){.container{max-width:2000px}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-\[5\%\]{bottom:5%}.left-0{left:0}.right-7{right:1.75rem}.top-0{top:0}.top-7{top:1.75rem}.z-\[0\]{z-index:0}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.m-4{margin:1rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-\[1rem\]{margin-left:1rem;margin-right:1rem}.mx-\[4rem\]{margin-left:4rem;margin-right:4rem}.my-\[1\.5rem\]{margin-bottom:1.5rem;margin-top:1.5rem}.my-\[2rem\]{margin-top:2rem}.mb-8,.my-\[2rem\]{margin-bottom:2rem}.mb-\[0\.6rem\]{margin-bottom:.6rem}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[2rem\]{margin-bottom:2rem}.mb-\[3rem\]{margin-bottom:3rem}.ml-\[1rem\]{margin-left:1rem}.ml-\[5px\]{margin-left:5px}.mr-\[2rem\]{margin-right:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-\[0\.9rem\]{margin-top:.9rem}.mt-\[1rem\]{margin-top:1rem}.mt-\[2rem\]{margin-top:2rem}.mt-\[3rem\]{margin-top:3rem}.mt-\[5rem\]{margin-top:5rem}.block{display:block}.flex{display:flex}.hidden{display:none}.h-0{height:0}.h-4{height:1rem}.h-\[100\%\]{height:100%}.h-\[100vh\]{height:100vh}.h-\[120px\]{height:120px}.h-\[25\%\]{height:25%}.h-\[30px\]{height:30px}.h-\[40px\]{height:40px}.h-\[415px\]{height:415px}.h-\[447px\]{height:447px}.h-\[49px\]{height:49px}.h-\[57px\]{height:57px}.h-\[75\%\]{height:75%}.h-\[83px\]{height:83px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.w-0{width:0}.w-\[100\%\]{width:100%}.w-\[120px\]{width:120px}.w-\[199px\]{width:199px}.w-\[235px\]{width:235px}.w-\[391px\]{width:391px}.w-\[47px\]{width:47px}.w-\[49\%\]{width:49%}.w-\[49px\]{width:49px}.w-\[620px\]{width:620px}.w-full{width:100%}.w-max{width:-webkit-max-content;width:max-content}.w-screen{width:100vw}.min-w-\[301px\]{min-width:301px}.min-w-\[500px\]{min-width:500px}.max-w-\[50\%\]{max-width:50%}.flex-1{flex:1 1}.flex-\[0\.8\]{flex:0.8 1}.flex-\[2\.5\]{flex:2.5 1}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.scale-\[1\],.translate-y-\[-50\%\]{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\]{--tw-scale-x:1;--tw-scale-y:1}.scale-x-\[-1\]{--tw-scale-x:-1;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.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}.gap-\[1\%\]{gap:1%}.gap-\[1rem\]{gap:1rem}.self-stretch{align-self:stretch}.overflow-x-scroll{overflow-x:scroll}.rounded-\[50\%\]{border-radius:50%}.rounded-\[5px\]{border-radius:5px}.border{border-width:1px}.border-\[0\.6px\]{border-width:.6px}.border-\[var\(--color-golden\)\]{border-color:#dcca87;border-color:var(--color-golden)}.border-\[var\(--color-grey\)\]{border-color:#aaa;border-color:var(--color-grey)}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\]{background-color:rgba(0,0,0,.65)}.bg-\[var\(--color-black\)\]{background-color:#0c0c0c;background-color:var(--color-black)}.bg-\[var\(--color-golden\)\]{background-color:#dcca87;background-color:var(--color-golden)}.bg-transparent{background-color:initial}.object-cover{object-fit:cover}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\.75rem\]{padding-left:.75rem;padding-right:.75rem}.px-\[1rem\]{padding-left:1rem;padding-right:1rem}.px-\[4rem\]{padding-left:4rem;padding-right:4rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-\[2rem\]{padding-bottom:2rem;padding-top:2rem}.py-\[4rem\]{padding-bottom:4rem;padding-top:4rem}.pl-\[6rem\]{padding-left:6rem}.pr-\[0\]{padding-right:0}.pr-\[2rem\]{padding-right:2rem}.pt-\[0\]{padding-top:0}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.text-\[1rem\]{font-size:1rem}.text-\[24px\]{font-size:24px}.text-\[2rem\]{font-size:2rem}.text-\[32px\]{font-size:32px}.text-\[45px\]{font-size:45px}.text-\[90px\]{font-size:90px}.italic{font-style:italic}.leading-\[117px\]{line-height:117px}.leading-\[41\.6px\]{line-height:41.6px}.leading-\[58\.5px\]{line-height:58.5px}.text-\[\#AAA\]{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity))}.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[var\(--color-golden\)\]{color:#dcca87;color:var(--color-golden)}.text-\[var\(--color-grey\)\]{color:#aaa;color:var(--color-grey)}.text-\[var\(--color-white\)\]{color:#fff;color:var(--color-white)}.text-\[var\(--font-base\)\]{color:"Cormorant Upright",serif;color:var(--font-base)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-\[0\.5\]{opacity:.5}.opacity-\[0\.8\]{opacity:.8}.opacity-\[1\]{opacity:1}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-\[0\.3s\]{transition-duration:.3s}.duration-\[0\.5s\]{transition-duration:.5s}:root{--font-base:"Cormorant Upright",serif;--font-alt:"Open Sans",sans-serif;--color-golden:#dcca87;--color-black:#0c0c0c;--color-gray:#545454;--color-crimson:#f5efdb;--color-grey:#aaa;--color-white:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}body::-webkit-scrollbar{display:none}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.hover\:scale-\[0\.82\]:hover{--tw-scale-x:0.82;--tw-scale-y:0.82}.hover\:scale-\[0\.82\]:hover,.hover\:scale-\[1\.04\]:hover{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.04\]:hover{--tw-scale-x:1.04;--tw-scale-y:1.04}.hover\:scale-\[1\.05\]:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:text-\[\#fff\]:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-\[var\(--color-golden\)\]:hover{color:#dcca87;color:var(--color-golden)}.hover\:opacity-\[1\]:hover{opacity:1}@media (max-width:300px){.max300\:text-\[32px\]{font-size:32px}}@media (max-width:410px){.xsm\:hidden{display:none}.xsm\:h-\[20px\]{height:20px}.xsm\:h-\[22px\]{height:22px}.xsm\:w-\[70px\]{width:70px}.xsm\:w-\[80\%\]{width:80%}}@media (min-width:410px) and (max-width:639px){.msm\:h-\[30px\]{height:30px}.msm\:w-\[100px\]{width:100px}.msm\:text-\[20px\]{font-size:20px}}@media (max-width:650px){.max650\:mt-\[2rem\]{margin-top:2rem}.max650\:h-\[320px\]{height:320px}.max650\:h-min{height:-webkit-min-content;height:min-content}.max650\:w-\[300px\]{width:300px}.max650\:min-w-\[240px\]{min-width:240px}.max650\:min-w-full{min-width:100%}.max650\:px-\[2rem\]{padding-left:2rem;padding-right:2rem}.max650\:pl-\[2rem\]{padding-left:2rem}.max650\:text-\[35px\]{font-size:35px}.max650\:text-\[50px\]{font-size:50px}.max650\:leading-\[48\.5px\]{line-height:48.5px}.max650\:leading-\[60px\]{line-height:60px}}@media (min-width:640px) and (max-width:767px){.sm\:h-\[42px\]{height:42px}.sm\:w-\[150px\]{width:150px}.sm\:pl-\[4rem\]{padding-left:4rem}}@media (max-width:900px){.max900\:mx-\[0\]{margin-left:0;margin-right:0}.max900\:my-\[4rem\]{margin-bottom:4rem;margin-top:4rem}.max900\:w-full{width:100%}.max900\:flex-col{flex-direction:column}.max900\:object-contain{object-fit:contain}}@media (max-width:990px){.max990\:mr-\[0\]{margin-right:0}.max990\:mt-\[2rem\]{margin-top:2rem}.max990\:w-full{width:100%}.max990\:flex-col{flex-direction:column}.max990\:py-\[0\.75rem\]{padding-bottom:.75rem;padding-top:.75rem}}@media (min-width:1024px) and (max-width:1279px){.lg\:flex{display:flex}.lg\:hidden{display:none}}@media (max-width:1024px){.max1024\:text-\[58px\]{font-size:58px}}@media (max-width:1050px){.max1050\:my-\[3rem\]{margin-bottom:3rem;margin-top:3rem}.max1050\:flex-col{flex-direction:column}}@media (max-width:1150px){.max1150\:m-0{margin:0}.max1150\:my-\[5rem\]{margin-bottom:5rem;margin-top:5rem}.max1150\:mb-\[2rem\]{margin-bottom:2rem}.max1150\:mt-\[0\.7rem\]{margin-top:.7rem}.max1150\:w-full{width:100%}.max1150\:max-w-full{max-width:100%}.max1150\:flex-col{flex-direction:column}}@media (min-width:1280px) and (max-width:1535px){.xl\:flex{display:flex}.xl\:hidden{display:none}}@media (min-width:1536px){.\32xl\:flex{display:flex}.\32xl\:hidden{display:none}.\32xl\:h-\[710px\]{height:710px}.\32xl\:w-\[210px\]{width:210px}.\32xl\:w-\[650px\]{width:650px}}@media (min-width:2000px){.\33xl\:h-\[910px\]{height:910px}.\33xl\:text-\[2rem\]{font-size:2rem}}
/*# sourceMappingURL=main.66cd7489.css.map*/