/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-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}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{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}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a3a3a3}input::placeholder,textarea::placeholder{opacity:1;color:#a3a3a3}[role=button],button{cursor:pointer}:-moz-focusring{outline:auto}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--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-transform:translateX(var(--tw-translate-x)) translateY(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));--tw-border-opacity:1;border-color:rgba(229,229,229,var(--tw-border-opacity));--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-blur:var(--tw-empty,/*!*/ /*!*/);--tw-brightness:var(--tw-empty,/*!*/ /*!*/);--tw-contrast:var(--tw-empty,/*!*/ /*!*/);--tw-grayscale:var(--tw-empty,/*!*/ /*!*/);--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);--tw-invert:var(--tw-empty,/*!*/ /*!*/);--tw-saturate:var(--tw-empty,/*!*/ /*!*/);--tw-sepia:var(--tw-empty,/*!*/ /*!*/);--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}button:focus,input:focus{outline:none}.top-cities-wrapper{width:85%;display:flex;flex-direction:column;margin:0 auto;height:400px;padding-top:25px}.top-cities-wrapper h1{text-align:left;color:#545454;font-weight:300;font-size:27px}.top-cities-carousel-wrap{height:300px;width:1170px;margin:0 auto}.city-card-wrapper{transition:all .3s ease-in-out}.city-card{display:flex;flex-direction:column;width:216px;height:270px;cursor:pointer;border-radius:5px;transition-duration:2s;margin:10px auto;box-shadow:-2px 4px 15px -3px rgba(0,0,0,.47);transition:transform .2s ease-in-out}.city-card:hover{transform:translateY(-.2em);box-shadow:-4px 8px 15px -3px rgba(0,0,0,.47)}.city-card:hover .city-details{bottom:0}.city-card:hover #city-hidden p{transition:opacity .5s linear;transform:translate(0);opacity:1}.city-card:focus .city-details{bottom:0}.city-card:focus #city-hidden p{transition:opacity .5s linear;transform:translate(0);opacity:1}.city-card-img{background-size:cover;background-repeat:no-repeat;width:216px;height:219px}#triangle{width:0;height:0;border-bottom:30px solid #fff;border-right:220px solid transparent;border-left:0 solid transparent;position:absolute;bottom:60px;transition:bottom .5s ease-in-out;margin-bottom:0;transition:bottom 3s ease-in-out}.city-details{width:216px;min-height:50px;background-color:#fff;transition:display 1s ease-in-out;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;flex-direction:column}.city-details p{color:#545454;font-size:13.5px;text-align:left;padding-left:22px;line-height:15px;margin:0;padding-top:10px;z-index:10}#city-hidden{height:40px}#city-hidden p{transform:translate(9999px);opacity:0;padding-top:3px;padding-bottom:auto;transition:display .5s ease-out}#city-hidden p,.city-hidden p{font-size:11.7px;color:#9a9a9a}.city-hidden p{margin:0;padding-top:0;line-height:12px}.expose{transition-duration:1s;font-size:11.7px;color:#9a9a9a}.city-arrow img{font-size:20px}.section-divide-hr{width:85%;height:1px;margin-bottom:0;background-color:#e7e7e7;border:none}.headout-picks-wrapper{width:85%;margin:35px auto;height:420px}.headout-picks-nav{display:flex;justify-content:space-between;align-items:center;height:55px}.headout-picks-nav h1{color:#545454;font-weight:300;font-size:27px;margin:0}.view-all{display:flex;align-items:center;justify-content:flex-end;cursor:pointer;color:#545454}.view-all h3{margin:0;font-size:16.2px;line-height:22.68px;font-weight:400}.view-all i{font-size:18px;padding-left:6px;padding-right:6px}.view-all:hover{color:#4fc3f7}.view-all:hover i{padding-left:8px;padding-right:4px}.top-picked-carousel-wrap{width:1150px;margin:0 auto}.exp-card{position:relative;width:100%;box-shadow:-1px 4px 20px -3px rgba(80,79,79,.3);margin:10px 0;cursor:pointer;transition:transform .3s ease-in-out}.exp-card .cashback:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:0;border-top:1em solid #545454;position:absolute;left:0;bottom:-1em}.exp-card:hover{transform:translateY(-.2em);box-shadow:-4px 8px 15px -3px rgba(80,79,79,.4)}.cashback{padding:0 16px;background:#4fc3f7;position:absolute;z-index:1;top:15px;left:-10px;color:#fff;border-top-right-radius:.3em;border-bottom-right-radius:.3em;box-shadow:0 5px 30px 0 rgba(0,0,0,.1)}.cashback p{font-size:9px;padding:5px 0;margin:0;font-weight:700}.exp-heart i{color:#fff;font-size:20px;position:absolute;right:10px;top:15px;font-weight:400;transition:transform .3s ease-in-out}.exp-heart i:hover{font-weight:700;transform:scale(1.15);color:#f43361}.exp-card-img{background-size:cover;background-repeat:no-repeat;width:100%;height:166px}.imageSlider{background-color:#03a691;width:100%;height:200px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:425px){.imageSlider{height:320px}}.exp-info-wrap{padding-left:12px;margin:0}.classBond,.exp-info-wrap{display:flex;flex-direction:column}@media only screen and (max-width:425px){.classBond{padding-left:0;padding-right:0}}@media only screen and (min-width:768px){.classBond{padding:0 20px}}@media only screen and (min-width:1440px){.classBond{padding:0 40px}}#exp-city{color:#9a9a9a;font-weight:500;font-size:13px;margin:0;padding-bottom:5px}#exp-about,#exp-city{text-align:left;padding-top:8px}#exp-about{color:#b9b9b9;font-size:11px;line-height:15px;margin-bottom:3px;margin-top:0}#exp-description{color:#545454;font-size:13px;line-height:20px;font-weight:500;text-align:left;margin:0;padding-right:5px}.headerDescription{display:flex;align-items:center}@media only screen and (max-width:500px){.descriptionIcon{display:none}.avatar{width:16px;height:16px}}.iconItems{display:flex;justify-content:start;font-size:12px;text-align:center;line-height:normal;letter-spacing:normal;color:#888}.iconCSS{display:flex;justify-content:center}.spaceIcon{margin:0 8px;display:flex;flex-direction:column;justify-content:space-around}.reservation{display:flex;align-items:center;font-size:13px;line-height:14px;text-align:start;letter-spacing:normal;margin-left:12px;background-color:#270570;color:#fff;padding:3px 8px;border-radius:4px}.exp-content-wrap{flex-direction:column;height:131px;width:auto}.exp-content-wrap,.price-section{display:flex;justify-content:space-between}.price-section{align-items:flex-end;margin:0 10px;height:auto}.space-icons{display:flex}.pocketTime{margin-right:10px}.description{padding:"1rem 3rem"}@media only screen and (max-width:500px){.description{padding:"20px"}}.subHeader{font-size:28px;text-align:start;line-height:32px;letter-spacing:normal;color:#444}.center{display:flex;justify-content:center;padding:0}.titleBody{font-size:24px;line-height:31.92px;text-align:start;letter-spacing:normal}.subResumeBody{display:flex;align-items:center;text-align:center;padding-top:10px}.leftRigth{line-height:14px;letter-spacing:normal}.indexComentario,.leftRigth{font-size:14px;text-align:start;padding-left:10px}.indexComentario{font-family:Rubik,Arial,sans-serif;font-weight:700;letter-spacing:-.1px;line-height:18.06px;color:#4300d2}.footerSticky{display:flex;justify-content:space-around;margin-top:1rem;padding:1rem;background-color:#eee;border-radius:2px;position:fixed;bottom:0;left:0;width:100%}@media only screen and (min-width:900px){.footerSticky{display:none}}.headerCalendar{font-size:15px}#alert-dialog-description{flex-direction:column}#alert-dialog-description,#alert-dialog-title{display:flex;justify-content:center}.Calendar{background:#eee;min-width:220px;max-width:300px}.dateReserva{display:flex;flex-direction:column;align-items:center;height:100%}@media only screen and (max-width:900px){.dateReserva{display:none}}.headerCard{padding:0}.paddingCard{max-width:100%;display:flex;flex-direction:column;border:none;box-shadow:0 rgba(0,0,0,.12)}.buttomDate{width:100%;margin:0 1px}@media only screen and (max-width:768px){.displayGallery{display:none}}.bond{background-color:#fff}@media only screen and (min-width:744px){.bond{padding:0 40px}}@media only screen and (min-width:1128px){.bond{padding:0 80px}}.classFooter{background-color:#fff;margin-top:auto;border-top:1px solid #ccc;padding:20px 0;position:-webkit-sticky;position:sticky;bottom:0}@media only screen and (min-width:900px){.classFooter{display:none}}@media only screen and (max-width:767px){.displayCard{display:none}}.stickyDate{display:flex;justify-content:right;position:-webkit-sticky;position:sticky;margin:36px 2px 2px;top:120px}@media only screen and (max-width:900px){.stickyDate{display:none}}.space-rigth{text-align:center}.points{font-size:13px;line-height:13px;text-align:start;letter-spacing:normal;padding:3px;box-shadow:none;color:#fff;background:#03a691;border-radius:2px}.discount{color:#49d1fd;font-size:11px;text-align:left;padding-bottom:12px}.discount p{margin:0;padding-top:10px;color:#49d1fd}.discount i{padding:0 3px}.ratings-section{padding-bottom:10px}.stars{width:85px;border-radius:10px;background:linear-gradient(340deg,#ffbb58,#f5c684);padding-top:1px}#stars-p{color:#fff;font-weight:700;padding:16px}#star{margin-left:5px}#ratings{padding-left:6px;font-size:10.8px}.price{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.price p{color:#9a9a9a;font-size:11px;margin:0}#last-price{font-size:13px;padding:1px 0;text-decoration:line-through}#price{color:#545454;font-size:19.8px;padding-bottom:10px}#like{position:absolute;top:10;left:10}.show-more{width:100%;height:100%;background-image:linear-gradient(90deg,#fd8383,#ff2e73);display:flex;justify-content:center;align-items:center}.show-more p{margin:0;background:linear-gradient(45deg,#8f6b29,#fde08d,#df9f28);color:rgba(0,0,0,.8);opacity:.9;font-weight:500;font-size:13.5px;width:140px;height:50px;line-height:50px;text-align:center}@media only screen and (min-width:1200px)and (max-width:1300px){.headout-picks-wrapper{width:95%}}@media only screen and (min-width:1600px){.headout-picks-wrapper{width:70%}}@media only screen and (min-width:1200px)and (max-width:1300px){.top-cities-wrapper{width:95%}}@media only screen and (min-width:1600px){.section-divide-hr,.top-cities-wrapper{width:70%}}@media only screen and (min-width:768px){.content-information{padding:25px 30px}}.content-information{width:100%;max-width:680px;border:1px solid #eeeff1;border-radius:8px;padding:20px;margin:16px 0}.container{width:100%}@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}}.prose{color:#404040;max-width:65ch}.prose [class~=lead]{color:#525252;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose a{color:#171717;text-decoration:underline;font-weight:500}.prose strong{color:#171717;font-weight:600}.prose ol[type=A]{--list-counter-style:upper-alpha}.prose ol[type=a]{--list-counter-style:lower-alpha}.prose ol[type=A s]{--list-counter-style:upper-alpha}.prose ol[type=a s]{--list-counter-style:lower-alpha}.prose ol[type=I]{--list-counter-style:upper-roman}.prose ol[type=i]{--list-counter-style:lower-roman}.prose ol[type=I s]{--list-counter-style:upper-roman}.prose ol[type=i s]{--list-counter-style:lower-roman}.prose ol[type="1"]{--list-counter-style:decimal}.prose ol>li{position:relative;padding-left:1.75em}.prose ol>li:before{content:counter(list-item,var(--list-counter-style,decimal)) ".";position:absolute;font-weight:400;color:#737373;left:0}.prose ul>li{position:relative;padding-left:1.75em}.prose ul>li:before{content:"";position:absolute;background-color:#d4d4d4;border-radius:50%;width:.375em;height:.375em;top:calc(.875em - .1875em);left:.25em}.prose hr{border-color:#e5e5e5;border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose blockquote{font-weight:500;font-style:italic;color:#171717;border-left-width:.25rem;border-left-color:#e5e5e5;quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose blockquote p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after{content:close-quote}.prose h1{color:#171717;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose h2{color:#171717;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose h3{font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose h3,.prose h4{color:#171717;font-weight:600}.prose h4{margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose figure figcaption{color:#737373;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose code{color:#171717;font-weight:600;font-size:.875em}.prose code:after,.prose code:before{content:"`"}.prose a code{color:#171717}.prose pre{color:#e5e5e5;background-color:#262626;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose pre code:after,.prose pre code:before{content:none}.prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose thead{color:#171717;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d4}.prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose tbody tr{border-bottom-width:1px;border-bottom-color:#e5e5e5}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{vertical-align:top;padding:.5714286em}.prose{font-size:1rem;line-height:1.75}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose figure,.prose img,.prose video{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose h2 code{font-size:.875em}.prose h3 code{font-size:.9em}.prose ol,.prose ul{margin-top:1.25em;margin-bottom:1.25em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.prose>ul>li>:first-child{margin-top:1.25em}.prose>ul>li>:last-child{margin-bottom:1.25em}.prose>ol>li>:first-child{margin-top:1.25em}.prose>ol>li>:last-child{margin-bottom:1.25em}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-top:.75em;margin-bottom:.75em}.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+*{margin-top:0}.prose thead th:first-child{padding-left:0}.prose thead th:last-child{padding-right:0}.prose tbody td:first-child{padding-left:0}.prose tbody td:last-child{padding-right:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.responsive-calendar{font-size:9px;--cl-color-error:#3fa7a0}@media (min-width:640px){.responsive-calendar{font-size:10px}}@media (min-width:768px){.responsive-calendar{font-size:9px}}@media (min-width:1024px){.responsive-calendar{font-size:10px}}@media (min-width:1280px){.responsive-calendar{font-size:11px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;bottom:0}.inset-0,.inset-x-0{right:0;left:0}.left-1\/2{left:50%}.top-1\/2{top:50%}.top-0{top:0}.z-20{z-index:20}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.mb-2{margin-bottom:.5rem}.mt-12{margin-top:3rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-12{height:3rem}.h-full{height:100%}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.w-auto{width:auto}.w-32{width:8rem}.min-w-full{min-width:100%}.max-w-6xl{max-width:72rem}.max-w-lg{max-width:32rem}.max-w-3xl{max-width:48rem}.max-w-none{max-width:none}.-translate-x-1\/2{--tw-translate-x:-50%;transform:var(--tw-transform)}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.transform{transform:var(--tw-transform)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.bg-secondary{--tw-bg-opacity:1;background-color:rgba(37,67,65,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-10{padding:2.5rem}.p-2{padding:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.text-center{text-align:center}.font-app{font-family:Montserrat,Roboto,Arial,sans-serif}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.tracking-wider{letter-spacing:.05em}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgba(37,67,65,var(--tw-text-opacity))}.text-tertiary{--tw-text-opacity:1;color:rgba(178,176,155,var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgba(63,167,160,var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgba(245,245,245,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(163,163,163,var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)}.filter{filter:var(--tw-filter)}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.appearance-none-number[type=number]::-webkit-inner-spin-button,.appearance-none-number[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:bg-gray-200:disabled{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:640px){.sm\:block{display:block}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:text-center{text-align:center}.sm\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:768px){.md\:order-1{order:1}.md\:mb-0{margin-bottom:0}.md\:flex{display:flex}.md\:w-3\/5{width:60%}.md\:w-2\/5{width:40%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-12{gap:3rem}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:p-8{padding:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:leading-tight{line-height:1.25}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}