.absolute{position:absolute}
.align-middle{vertical-align:middle}
.aspect-\[16\/10\]{aspect-ratio:16/10}
.bg-\[\#DCF8C6\]{background-color:#DCF8C6}
.bg-\[\#E5DDD5\]{background-color:#E5DDD5}
.bg-brand{background-color:var(--brand)}
.bg-clay{background-color:rgb(220,38,38)}
.bg-ink{background-color:rgb(15,23,42)}
.bg-phone{background-color:rgb(37, 129, 211);}
.bg-email{background-color:rgb(211, 37, 70);}
.bg-mist-dark{background-color:rgb(230,237,247)}
.bg-mist-dark\/50{background-color:rgba(230,237,247,0.5)}
.bg-whatsapp{background-color:rgb(37,211,102)}
.bg-whatsapp\/70{background-color:rgba(37,211,102,0.7)}
.bg-whatsapp\/\[0\.06\]{background-color:rgba(37,211,102,0.06)}
.bg-white{background-color:rgb(255,255,255)}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.block{display:block}
.border{border-width:1px;border-style:solid}
.border-0{border-width:0}
.border-b{border-bottom-width:1px;border-bottom-style:solid}
.border-ink{border-color:rgb(15,23,42)}
.border-ink\/10{border-color:rgba(15,23,42,0.1)}
.border-ink\/8{border-color:rgba(15,23,42,0.08)}
.border-line{border-color:rgb(226,232,240)}
.border-t{border-top-width:1px;border-top-style:solid}
.border-whatsapp\/30{border-color:rgba(37,211,102,0.3)}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.border-y{border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid}
.break-all{word-break:break-all}
.break-words{overflow-wrap:break-word}
.cursor-pointer{cursor:pointer}
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-sans{font-family:var(--font-body)}
.gap-0\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-7{gap:1.75rem}
.gap-8{gap:2rem}
.gap-x-1\.5{column-gap:0.375rem}
.gap-x-3{column-gap:0.75rem}
.gap-x-4{column-gap:1rem}
.gap-x-5{column-gap:1.25rem}
.gap-x-6{column-gap:1.5rem}
.gap-x-7{column-gap:1.75rem}
.gap-x-8{column-gap:2rem}
.gap-y-1{row-gap:0.25rem}
.gap-y-1\.5{row-gap:0.375rem}
.gap-y-2{row-gap:0.5rem}
.gap-y-3{row-gap:0.75rem}
.gap-y-5{row-gap:1.25rem}
.grid{display:grid}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.group:hover .group-hover\:text-brand{color:var(--brand)}
.group:hover .group-hover\:translate-x-0\.5{transform:translateX(0.125rem)}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-2{height:0.5rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-\[18px\]{height:18px}
.h-\[72px\]{height:72px}
.h-full{height:100%}
.hidden{display:none}
.hover\:bg-clay:hover{background-color:rgb(220,38,38)}
.hover\:bg-ink:hover{background-color:rgb(15,23,42)}
.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,0.2)}
.hover\:border-whatsapp:hover{border-color:rgb(37,211,102)}
.hover\:opacity-80:hover{opacity:0.8}
.hover\:text-brand:hover{color:var(--brand)}
.hover\:text-brand-dark:hover{color:var(--brand-dark)}
.hover\:text-white:hover{color:rgb(255,255,255)}
.hover\:text-white\/70:hover{color:rgba(255,255,255,0.7)}
.hover\:underline:hover{text-decoration-line:underline}
.inline{display:inline}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.last\:border-0:last-child{border-width:0}
.last\:pb-0:last-child{padding-bottom:0px}
.leading-\[1\.08\]{line-height:1.08}
.leading-\[1\.1\]{line-height:1.1}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.leading-snug{line-height:1.375}
.leading-tight{line-height:1.25}
.left-3{left:0.75rem}
.max-h-56{max-height:14rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-7xl{max-width:80rem}
.max-w-\[60ch\]{max-width:60ch}
.max-w-lg{max-width:32rem}
.max-w-md{max-width:28rem}
.max-w-sm{max-width:24rem}
.max-w-xl{max-width:36rem}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-14{margin-bottom:3.5rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-9{margin-bottom:2.25rem}
.min-w-0{min-width:0}
.min-w-\[240px\]{min-width:240px}
.ml-1{margin-left:0.25rem}
.ml-auto{margin-left:auto}
.mr-1{margin-right:0.25rem}
.mr-1\.5{margin-right:0.375rem}
.mr-2{margin-right:0.5rem}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-1\.5{margin-top:0.375rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-14{margin-top:3.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-2\.5{margin-top:0.625rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-8{margin-top:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.object-cover{object-fit:cover}
.opacity-0{opacity:0.0}
.opacity-100{opacity:1.0}
.opacity-40{opacity:0.4}
.opacity-70{opacity:0.7}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.overflow-y-auto{overflow-y:auto}
.p-1{padding:0.25rem}
.p-10{padding:2.5rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-7{padding:1.75rem}
.p-8{padding:2rem}
.pb-10{padding-bottom:2.5rem}
.pb-16{padding-bottom:4rem}
.pb-2\.5{padding-bottom:0.625rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.place-items-center{place-items:center}
.pointer-events-none{pointer-events:none}
.pr-1{padding-right:0.25rem}
.pt-1{padding-top:0.25rem}
.pt-14{padding-top:3.5rem}
.pt-2{padding-top:0.5rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.px-1{padding-left:0.25rem;padding-right:0.25rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.relative{position:relative}
.rounded{border-radius:0.5rem}
.rounded-2xl{border-radius:1.25rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.75rem}
.rounded-md{border-radius:0.5rem}
.shadow-sm{box-shadow:var(--shadow-sm)}
.shrink-0{flex-shrink:0}
.space-y-1 > * + *{margin-top:0.25rem}
.space-y-1\.5 > * + *{margin-top:0.375rem}
.space-y-12 > * + *{margin-top:3rem}
.space-y-2\.5 > * + *{margin-top:0.625rem}
.space-y-3 > * + *{margin-top:0.75rem}
.space-y-3\.5 > * + *{margin-top:0.875rem}
.space-y-4 > * + *{margin-top:1rem}
.space-y-5 > * + *{margin-top:1.25rem}
.space-y-6 > * + *{margin-top:1.5rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-\[\#111B21\]{font-size:#111B21}
.text-\[11\.5px\]{font-size:11.5px}
.text-\[11px\]{font-size:11px}
.text-\[12\.5px\]{font-size:12.5px}
.text-\[12px\]{font-size:12px}
.text-\[13\.5px\]{font-size:13.5px}
.text-\[13px\]{font-size:13px}
.text-\[14\.2px\]{font-size:14.2px}
.text-\[14\.5px\]{font-size:14.5px}
.text-\[14\.8px\]{font-size:14.8px}
.text-\[14px\]{font-size:14px}
.text-\[15\.5px\]{font-size:15.5px}
.text-\[15px\]{font-size:15px}
.text-\[16\.5px\]{font-size:16.5px}
.text-\[16px\]{font-size:16px}
.text-\[17px\]{font-size:17px}
.text-\[18px\]{font-size:18px}
.text-\[19px\]{font-size:19px}
.text-\[20px\]{font-size:20px}
.text-\[21px\]{font-size:21px}
.text-\[22px\]{font-size:22px}
.text-\[23px\]{font-size:23px}
.text-\[24px\]{font-size:24px}
.text-\[25px\]{font-size:25px}
.text-\[26px\]{font-size:26px}
.text-\[28px\]{font-size:28px}
.text-\[30px\]{font-size:30px}
.text-\[32px\]{font-size:32px}
.text-\[34px\]{font-size:34px}
.text-\[38px\]{font-size:38px}
.text-\[90px\]{font-size:90px}
.text-brand{color:#fff;}
.text-brand-dark{color:var(--brand-dark)}
.text-brand\/25{color:color-mix(in srgb, var(--brand) 25.0%, transparent)}

.text-center{text-align:center}
.text-clay{color:rgb(220,38,38)}
.text-ink{color:rgb(15,23,42)}
.text-ink-faint{color:rgb(148,163,184)}
.text-ink-mute{color:rgb(100,116,139)}
.text-left{text-align:left}
.text-right{text-align:right}
.text-whatsapp{color:rgb(37,211,102)}
.text-whatsapp-dark{color:rgb(29,168,81)}
.text-white{color:rgb(255,255,255)}
.text-white\/35{color:rgba(255,255,255,0.35)}
.text-white\/40{color:rgba(255,255,255,0.4)}
.text-white\/45{color:rgba(255,255,255,0.45)}
.text-white\/50{color:rgba(255,255,255,0.5)}
.text-white\/65{color:rgba(255,255,255,0.65)}
.text-white\/70{color:rgba(255,255,255,0.7)}
.text-white\/75{color:rgba(255,255,255,0.75)}
.text-white\/80{color:rgba(255,255,255,0.8)}
.top-3{top:0.75rem}
.tracking-tight{letter-spacing:-0.025em}
.tracking-wider{letter-spacing:0.05em}
.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.underline{text-decoration-line:underline}
.uppercase{text-transform:uppercase}
.w-11{width:2.75rem}
.w-14{width:3.5rem}
.w-16{width:4rem}
.w-2{width:0.5rem}
.w-24{width:6rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-\[18px\]{width:18px}
.w-auto{width:auto}
.w-full{width:100%}
.whitespace-nowrap{white-space:nowrap}
.whitespace-pre-wrap{white-space:pre-wrap}

@media (min-width: 640px) {
  .sm\:block{display:block}
  .sm\:col-span-2{grid-column:span 2/span 2}
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
  .sm\:inline{display:inline}
  .sm\:inline-flex{display:inline-flex}
}

@media (min-width: 768px) {
  .md\:block{display:block}
  .md\:gap-9{gap:2.25rem}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}
  .md\:justify-end{justify-content:flex-end}
  .md\:mt-12{margin-top:3rem}
  .md\:p-6{padding:1.5rem}
  .md\:p-7{padding:1.75rem}
  .md\:p-9{padding:2.25rem}
  .md\:pb-20{padding-bottom:5rem}
  .md\:pb-24{padding-bottom:6rem}
  .md\:pt-20{padding-top:5rem}
  .md\:py-20{padding-top:5rem;padding-bottom:5rem}
  .md\:py-28{padding-top:7rem;padding-bottom:7rem}
  .md\:text-\[30px\]{font-size:30px}
  .md\:text-\[40px\]{font-size:40px}
  .md\:text-\[42px\]{font-size:42px}
  .md\:text-\[44px\]{font-size:44px}
  .md\:text-\[46px\]{font-size:46px}
}

@media (min-width: 1024px) {
  .lg\:block{display:block}
  .lg\:col-span-2{grid-column:span 2/span 2}
  .lg\:flex{display:flex}
  .lg\:gap-10{gap:2.5rem}
  .lg\:gap-14{gap:3.5rem}
  .lg\:gap-20{gap:5rem}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:0.9fr 1.1fr}
  .lg\:grid-cols-\[1\.4fr_1fr\]{grid-template-columns:1.4fr 1fr}
  .lg\:grid-cols-\[1fr_260px\]{grid-template-columns:1fr 260px}
  .lg\:grid-cols-\[1fr_340px\]{grid-template-columns:1fr 340px}
  .lg\:grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}
  .lg\:grid-cols-\[1fr_374px\]{grid-template-columns:1fr 374px}
  .lg\:grid-cols-\[1fr_400px\]{grid-template-columns:1fr 400px}
  .lg\:grid-cols-\[280px_1fr\]{grid-template-columns:280px 1fr}
  .lg\:grid-cols-\[340px_1fr\]{grid-template-columns:340px 1fr}
  .lg\:grid-cols-\[380px_1fr\]{grid-template-columns:380px 1fr}
  .lg\:grid-cols-\[400px_1fr\]{grid-template-columns:400px 1fr}
  .lg\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}
  .lg\:hidden{display:none}
  .lg\:inline-flex{display:inline-flex}
  .lg\:ml-2{margin-left:0.5rem}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:sticky{position:sticky}
  .lg\:top-24{top:6rem}
  .lg\:top-28{top:7rem}
  .lg\:top-6{top:1.5rem}
}


[dir="rtl"] .left-3{right:0.75rem;left:auto}
[dir="rtl"] .ml-1{margin-right:0.25rem;margin-left:0}
[dir="rtl"] .ml-auto{margin-right:auto;margin-left:0}
[dir="rtl"] .mr-1{margin-left:0.25rem;margin-right:0}
[dir="rtl"] .mr-1\.5{margin-left:0.375rem;margin-right:0}
[dir="rtl"] .mr-2{margin-left:0.5rem;margin-right:0}
[dir="rtl"] .pr-1{padding-left:0.25rem;padding-right:0}
[dir="rtl"] .text-left{text-align:right}
[dir="rtl"] .text-right{text-align:left}

@media (min-width: 1024px) {
  [dir="rtl"] .lg\:ml-2{margin-right:0.5rem;margin-left:0}
}
