.oddit-section-general{position:relative;width:100%;background-color:var(--general-bg, #f2efeb);overflow:hidden}.oddit-section-general__inner{max-width:1280px;margin:0 auto;padding:var(--general-pad-top-m, 56px) 20px var(--general-pad-bottom-m, 56px);box-sizing:border-box}.oddit-section-general__content{display:flex;flex-direction:column;gap:20px;min-width:0}.oddit-section-general__content--center{align-items:center;text-align:center;margin:0 auto;max-width:720px}.oddit-section-general__content--cols-2{display:flex;flex-direction:column;gap:32px;max-width:none}.oddit-section-general__col{display:flex;flex-direction:column;gap:20px;min-width:0}.oddit-section-general__content--mstack-col2 .oddit-section-general__col--2{order:-1}.oddit-section-general__subheading{font-family:TitlingGothicFB,sans-serif;font-size:clamp(1.125rem,1rem + .5vw,1.5rem);font-weight:700;line-height:1.25;color:#bb026f;margin:0}.oddit-section-general__subheading--eyebrow{font-family:ABC Favorit Mono,monospace;font-size:.8125rem;font-weight:500;line-height:1.4;letter-spacing:.12em;text-transform:uppercase}.oddit-section-general__heading{font-family:TitlingGothicFB,sans-serif;font-size:clamp(1.875rem,1.5rem + 1.4vw,2.75rem);font-weight:700;line-height:1.035;color:#310970;margin:0}.oddit-section-general__description{font-family:TitlingGothicFB,sans-serif;font-size:clamp(.9375rem,.85rem + .3vw,1.125rem);font-weight:450;line-height:1.665;letter-spacing:.3px;color:#310970}.oddit-section-general__description>:first-child{margin-top:0}.oddit-section-general__description>:last-child{margin-bottom:0}.oddit-section-general__description a{color:#bb026f}.oddit-section-general__description ul,.oddit-section-general__description ol{list-style:none;display:flex;flex-direction:column;gap:8px;margin:16px 0;padding:0}.oddit-section-general__description li{display:flex;align-items:flex-start;gap:16px}.oddit-section-general__description li:before{content:"";flex:0 0 auto;width:26px;height:20px;margin-top:6px;background-color:var(--general-check-color, #bb026f);-webkit-mask-image:var(--general-check-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 20'%3E%3Cpath d='M2 11.2 L9.2 17.8 L24 2.2' fill='none' stroke='%23000' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"));mask-image:var(--general-check-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 20'%3E%3Cpath d='M2 11.2 L9.2 17.8 L24 2.2' fill='none' stroke='%23000' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.oddit-section-general__description--custom-check li:before{background-color:transparent;background-image:var(--general-check-icon);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-mask-image:none;mask-image:none}.oddit-section-general__content--center .oddit-section-general__description li{text-align:left}.oddit-section-general__block-image{width:100%;min-width:0}.oddit-section-general__block-image-img{display:block;width:100%;height:auto;border-radius:4px}.oddit-section-general__block-image .oddit-image-mask{border-radius:0}.oddit-section-general__video{width:100%;min-width:0}.oddit-section-general__video video{display:block;width:100%;height:auto;border-radius:4px}.oddit-section-general__video--embed{position:relative;aspect-ratio:16 / 9}.oddit-section-general__video--embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:4px}.oddit-section-general__code{width:100%}.oddit-section-general__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;height:56px;padding-inline:32px;background-color:var(--general-btn-bg, #bb026f);color:var(--general-btn-color, #ffffff);font-family:TitlingGothicFB,sans-serif;font-size:16px;font-weight:700;line-height:1.35;text-align:center;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;transition:opacity .2s ease}.oddit-section-general__content--center .oddit-section-general__button{align-self:center}.oddit-section-general__button:hover{opacity:.88}.oddit-section-general__button:focus-visible{outline:2px solid #310970;outline-offset:2px}.oddit-section-general__media{width:100%;min-width:0}.oddit-section-general__media-img{display:block;width:100%;height:auto;border-radius:4px}.oddit-section-general__media .oddit-image-mask{border-radius:0}.oddit-section-general__collage{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 20px 56px;max-width:1280px;margin:0 auto;box-sizing:border-box;align-items:start}.oddit-section-general__collage-item{min-width:0;position:relative;left:calc(var(--general-offset-left-m, 0px) - var(--general-offset-right-m, 0px));top:calc(var(--general-offset-top-m, 0px) - var(--general-offset-bottom-m, 0px))}.oddit-section-general__collage-img{display:block;width:100%;height:auto}@media(min-width:990px){.oddit-section-general__inner{padding:var(--general-pad-top, 88px) 40px var(--general-pad-bottom, 88px)}.oddit-section-general--split .oddit-section-general__inner{display:grid;grid-template-columns:1fr 1fr;gap:min(6vw,80px);align-items:center}.oddit-section-general__content--cols-2{display:grid;grid-template-columns:var(--general-cols, 1fr 1fr);gap:min(6vw,80px);align-items:var(--general-col-valign, start)}.oddit-section-general__content--cols-2 .oddit-section-general__col{gap:24px}.oddit-section-general__content--mstack-col2 .oddit-section-general__col--2{order:0}.oddit-section-general--image-right .oddit-section-general__media{order:2}.oddit-section-general--split .oddit-section-general__content{gap:24px}.oddit-section-general__collage{grid-template-columns:repeat(var(--general-collage-cols, 3),1fr);gap:20px;padding:0 40px 88px}.oddit-section-general__collage-item{left:calc(var(--general-offset-left, 0px) - var(--general-offset-right, 0px));top:calc(var(--general-offset-top, 0px) - var(--general-offset-bottom, 0px))}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/oddit-section-general.css.map */
