html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Montserrat;font-style:normal;src:url(/fonts/Montserrat-VariableFont_wght.ttf)}body{font-family:Montserrat,sans-serif;font-weight:400}header{height:64px;padding:48px 96px;display:flex;justify-content:space-between}header>a>.logo{height:64px}@media screen and (max-width:768px){header>a>.logo{height:48px}}header>nav{display:flex;align-items:center;gap:56px}header>nav>a{text-decoration:none;color:#000;font-size:1.5rem}@media screen and (max-width:768px){header>nav>a{text-transform:uppercase;font-size:.75rem}}header>nav>a.active{text-decoration:underline;text-decoration-thickness:2px}@media screen and (max-width:768px){header>nav{gap:24px}}@media screen and (max-width:768px){header{height:48px;padding:16px 20px}}@media screen and (min-width:1920px){header{padding-left:calc(50vw - 864px);padding-right:calc(50vw - 864px)}}main{margin:24px 96px;min-height:calc(100vh - 320px)}@media screen and (max-width:768px){main{margin:24px 16px;min-height:calc(100vh - 328px)}}@media screen and (min-width:1920px){main{padding-left:calc(50vw - 960px);padding-right:calc(50vw - 960px)}}footer{background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;gap:40px;padding-top:64px;padding-bottom:24px;height:112px;font-size:1.5rem}@media screen and (max-width:768px){footer{font-size:.75rem;gap:16px;padding-top:64px;padding-bottom:64px;height:72px}footer>p{width:122px;text-align:center}}@media screen and (min-width:1920px){footer{padding-left:calc(50vw - 960px);padding-right:calc(50vw - 960px)}}@keyframes slide-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-to-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.carrousel{height:416px;position:relative;border-radius:24px;overflow:hidden}.carrousel>.image-wrapper{height:100%;width:100%;position:relative}.carrousel>.image-wrapper>.cover-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.carrousel>.image-wrapper>.cover-image.former-from-right{animation:slide-to-left 1s ease-out}.carrousel>.image-wrapper>.cover-image.current-from-right{animation:slide-from-right 1s ease-out}.carrousel>.image-wrapper>.cover-image.former-from-left{animation:slide-from-right 1s ease-out reverse}.carrousel>.image-wrapper>.cover-image.current-from-left{animation:slide-to-left 1s ease-out reverse}.carrousel>.arrow-hitbox{height:100%;width:96px;position:absolute;top:0;display:flex;justify-content:center;align-items:center}.carrousel>.arrow-hitbox>img{height:80px}@media screen and (max-width:768px){.carrousel>.arrow-hitbox>img{height:24px}}.carrousel>.arrow-hitbox.previous{left:0}.carrousel>.arrow-hitbox.next{right:0;transform:rotate(180deg)}@media screen and (max-width:768px){.carrousel>.arrow-hitbox{width:80px}}.carrousel>.counter{position:absolute;bottom:0;width:100%;height:72px;display:flex;justify-content:center;align-items:center}.carrousel>.counter>p{color:#fff;font-size:1.125rem}@media screen and (max-width:768px){.carrousel>.counter{display:none}}@media screen and (max-width:768px){.carrousel{height:256px}}@media screen and (max-width:768px){.carrousel{border-radius:16px}}.collapse{position:relative}.collapse>.title{background-color:#ff6060;position:relative;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-radius:8px;height:40px;padding:8px 16px;color:#fff;font-size:1.5rem;font-weight:700;z-index:100}.collapse>.title>img{width:32px;transform:rotate(-180deg);transition:transform .3s ease-out}@media screen and (max-width:768px){.collapse>.title>img{width:16px}}@media screen and (max-width:768px){.collapse>.title{font-size:.813rem;height:32px}}.collapse>.content{background-color:#f6f6f673;padding:0 16px;margin-top:-8px;font-size:1.125rem;line-height:150%;border-radius:0 0 8px 8px;position:relative;z-index:0;height:0}.collapse>.content>.wrapper{padding:24px 0 16px;margin:0;overflow:hidden}.collapse>.content>.wrapper>*{opacity:0}@media screen and (max-width:768px){.collapse>.content{font-size:.75rem}}.collapse.closed>.title>img{transform:rotate(0);transition:transform .3s ease-out}.hero{overflow:hidden;height:224px;border-radius:24px;position:relative;box-shadow:#00000040 0 4px 4px}.hero>img{display:block;height:inherit;width:100%;object-fit:cover;object-position:center}.hero:before{content:"";display:block;position:absolute;width:100%;height:100%;border-radius:24px;background-color:#0000004d}.hero>.text{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:100}.hero>.text>h1{font-weight:700;color:#fff;font-size:3rem;text-align:center;padding:16px}@media screen and (max-width:768px){.hero>.text>h1{text-align:left;font-size:1.5rem}}@media screen and (max-width:768px){.hero>.text{justify-content:flex-start;font-size:1.5rem}}@media screen and (max-width:768px){.hero{height:112px;box-shadow:none}}.card{width:344px;height:344px;border-radius:16px;overflow:hidden;position:relative;background-color:#ff6060}.card>img{width:344px;height:344px;border-radius:16px;object-fit:cover;object-position:center center}@media screen and (max-width:768px){.card>img{width:100%;height:256px}}.card>.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0a00,#0a0a0a00 42%,#04040469);z-index:50;border-radius:16px}.card>p{color:#fff;font-weight:700;font-size:1.125rem;position:absolute;top:264px;left:24px;line-height:150%;z-index:100}@media screen and (max-width:768px){.card>p{top:184px;left:16px}}@media screen and (max-width:768px){.card{width:100%;height:256px}}.index>.housing{background-color:#f6f6f6;border-radius:24px;padding:56px;margin:40px 0;display:grid;gap:56px;grid-template-columns:repeat(auto-fit,minmax(344px,1fr));place-items:center}@media screen and (max-width:768px){.index>.housing{background-color:transparent;border-radius:0;padding:0;gap:16px;grid-template-columns:1fr;justify-items:stretch}}.details .content .general-information{padding:24px 0;display:flex;justify-content:space-between}.details .content .general-information .title{display:flex;flex-direction:column;gap:24px}.details .content .general-information .title h1{color:#ff6060;font-size:2.25rem;line-height:150%}@media screen and (max-width:768px){.details .content .general-information .title h1{font-size:1.125rem}}.details .content .general-information .title p{font-size:1.125rem;line-height:150%}@media screen and (max-width:768px){.details .content .general-information .title p{font-size:.875rem}}.details .content .general-information .title ul{display:flex;justify-content:flex-start;gap:8px}.details .content .general-information .title li{background-color:#ff6060;color:#fff;font-weight:600;font-size:.875rem;line-height:150%;width:120px;text-align:center;border-radius:8px;height:24px}@media screen and (max-width:768px){.details .content .general-information .title li{font-size:.625rem;width:80px;height:16px;border-radius:4px}}@media screen and (max-width:768px){.details .content .general-information .title{gap:8px}}.details .content .general-information .host{display:flex;flex-direction:column;align-items:center;gap:24px}.details .content .general-information .host-profile{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:8px}.details .content .general-information .host-profile-picture{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:center}@media screen and (max-width:768px){.details .content .general-information .host-profile-picture{width:32px;height:32px}}.details .content .general-information .host-profile-name{font-size:1.125rem;color:#ff6060;white-space:pre;text-align:right}@media screen and (max-width:768px){.details .content .general-information .host-profile-name{font-size:.75rem}}@media screen and (max-width:768px){.details .content .general-information .host{flex-direction:row-reverse}}.details .content .general-information .rating{display:flex;gap:16px}.details .content .general-information .rating>img{width:24px;height:24px}@media screen and (max-width:768px){.details .content .general-information .rating>img{width:16px}}@media screen and (max-width:768px){.details .content .general-information .rating{gap:8px}}@media screen and (max-width:768px){.details .content .general-information{flex-direction:column}}@media screen and (max-width:768px){.details .content .general-information{gap:16px}}.details .content .detailed-information{display:flex;gap:72px}.details .content .detailed-information .collapse{flex:1}@media screen and (max-width:768px){.details .content .detailed-information{flex-direction:column;gap:24px}}.about>.content{padding:40px 104px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width:768px){.about>.content{padding:40px 0}}.not-found{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.not-found>h1{font-weight:700;font-size:18rem;color:#ff6060}@media screen and (max-width:768px){.not-found>h1{font-size:6rem}}.not-found>p{font-size:2.25rem;color:#ff6060;font-weight:500;text-align:center}@media screen and (max-width:768px){.not-found>p{font-size:1.125rem}}.not-found>a{font-size:1.125rem;font-weight:500;color:#000;text-align:center}@media screen and (max-width:768px){.not-found>a{font-size:.875rem}}
