.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.uppercase{text-transform:uppercase}.hyphenate{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.no-wrap{white-space:nowrap}.max-w-col-10,.max-w-col-4,.max-w-col-6,.max-w-col-8{width:100%}.max-w-col-4{max-width:24rem}.max-w-col-6{max-width:36.75rem}.max-w-col-8{max-width:49.5rem}.max-w-col-10{max-width:62.25rem}.media-player{align-items:center;display:flex;position:relative}.media-player.media-player--has-lightbox.is-active{z-index:1000}.media-player.cursor-hidden{cursor:none}.media-player__wrapper{z-index:9}.media-player--has-lightbox .media-player__wrapper{position:relative}@media screen and (min-width:1024px){.media-player--has-lightbox .media-player__wrapper{transition:transform .4s cubic-bezier(.19,1,.22,1)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player--has-lightbox .media-player__wrapper{transition:none}}.media-player--has-lightbox.is-active .media-player__wrapper{transform:translateX(-2rem);width:100vw;z-index:1000}@media screen and (min-width:768px){.media-player--has-lightbox.is-active .media-player__wrapper{transform:translateX(-3rem)}}@media screen and (min-width:1024px){.media-player--has-lightbox.is-active .media-player__wrapper{transform:translateX(var(--active-video-offset-x));width:auto}}.media-player__video-wrapper{-webkit-tap-highlight-color:transparent;background-color:initial;border-radius:12px;box-shadow:0 0 4px #00000014,0 4px 8px #00000005,0 1px 2px #00000014;flex:1;overflow:hidden;position:relative;transform:translateZ(0);width:100%;z-index:1000}.media-player__video-wrapper:before{background-image:linear-gradient(180deg,#0000,#0000003d 63%,#0000008f);content:"";height:100%;left:0;opacity:.65;position:absolute;top:0;width:100%;z-index:1}.media-player:not(.is-stopped) .media-player__video-wrapper:before{display:none}.media-player__video{display:block;height:auto;position:relative;width:100%}.media-player__subtitles-wrapper{bottom:5rem;opacity:0;padding:0 2rem;pointer-events:none;position:absolute;text-align:center;transform:translateY(.5rem);transition:opacity 125ms ease-out,transform .4s cubic-bezier(.19,1,.22,1);-webkit-user-select:none;user-select:none;width:100%;z-index:1000}@media screen and (min-width:768px){.media-player__subtitles-wrapper{bottom:3.5rem}}.media-player.is-subtitles-on .media-player__subtitles-wrapper{opacity:1;transform:translateY(0)}.media-player.controls-hidden .media-player__subtitles-wrapper{transform:translateY(4rem)}@media screen and (min-width:768px){.media-player.controls-hidden .media-player__subtitles-wrapper{transform:translateY(2rem)}}.media-player.controls-hidden.is-subtitles-off .media-player__subtitles-wrapper{transform:translateY(4.5rem)}@media screen and (min-width:768px){.media-player.controls-hidden.is-subtitles-off .media-player__subtitles-wrapper{transform:translateY(2.5rem)}}.media-player__subtitles{text-wrap:balance;background-color:#ffffffb3;border-radius:18px;color:#000000d9;display:inline-block;font-size:.6875rem;font-weight:600;line-height:.875rem;opacity:0;padding:8px 16px;transition:opacity 125ms ease-out}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__subtitles{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media screen and (min-width:768px){.media-player__subtitles{font-size:.9375rem;line-height:1.25rem}}.media-player:not(.is-stopped) .media-player__subtitles.is-visible{opacity:1}.media-player__progress-bar{cursor:pointer;overflow:hidden;padding-bottom:.5rem;padding-top:.5rem;position:relative;width:100%;z-index:1}.media-player:not(.is-stopped) .media-player__progress-bar{pointer-events:all}.media-player__progress-bar:before{background-color:#ffffff73;border-radius:12px;content:"";display:block;height:.3125rem;left:0;position:absolute;top:.5rem;width:100%}@media (hover:hover){.media-player__progress-bar:hover .media-player__progress-bar-fill:after{opacity:1;transform:scale(1)}}.media-player__progress-bar-fill{background-color:#fff;border-radius:12px;height:.3125rem;position:relative;transition:width var(--progress-bar-transition-duration) ease-out;width:0}.media-player__progress-bar-fill:after{background-color:#fff;border-radius:9999px;content:"";display:block;height:.8125rem;opacity:0;position:absolute;right:-.25rem;top:-.25rem;transform:scale(.4);transition:transform 60ms ease-out;width:.8125rem}.media-player__time{color:#fff;font-size:.6875rem;line-height:1rem;padding:.5rem 0}@media screen and (min-width:768px){.media-player__time{font-size:.875rem}}.media-player__replay{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;background-color:#ffffff1a;border:0;border-radius:0;border-radius:8px;color:#fff;display:flex;font-size:1.0625rem;font-weight:300;font-weight:400;left:calc(50% - 3.5625rem);line-height:normal;line-height:1.5rem;margin:0;opacity:0;padding:.75rem 1.25rem .75rem 1rem;pointer-events:none;position:absolute;top:calc(50% - 1.5rem);transition:opacity .4s cubic-bezier(.165,.84,.44,1);z-index:1000}.media-player.has-ended .media-player__replay{opacity:1;pointer-events:all}.media-player__replay:focus,.media-player__replay:hover{background-color:#212123}.media-player__replay:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg' color='%23FFF'%3E%3Cg fill='none' fill-rule='evenodd' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M2.5 8.169c0 1.208.22 2.127.634 2.901a4.316 4.316 0 0 0 1.796 1.796c.774.414 1.693.634 2.901.634h.338c1.208 0 2.127-.22 2.901-.634a4.316 4.316 0 0 0 1.796-1.796c.414-.774.634-1.693.634-2.901V7.83c0-1.208-.22-2.127-.634-2.901a4.316 4.316 0 0 0-1.796-1.796C10.296 2.72 9.377 2.5 8.169 2.5H7.83c-1.208 0-2.127.22-2.901.634A4.316 4.316 0 0 0 3.134 4.93'/%3E%3Cpath d='M6.5 5.25H3v-3.5' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;content:"";display:block;height:1rem;margin-right:.5rem;width:1rem}.media-player__controls{bottom:0;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:1.5rem 1rem 1rem;pointer-events:none;position:absolute;right:0;transition:opacity .25s ease-out;-webkit-user-select:none;user-select:none;z-index:1000}.media-player.controls-hidden .media-player__controls,.media-player.is-stopped .media-player__controls{opacity:0}.media-player__controls:before{background-image:linear-gradient(0deg,#0000008f,#0000002b 53%,#0000);border-bottom-left-radius:12px;border-bottom-right-radius:12px;bottom:0;content:"";display:block;height:150%;left:0;position:absolute;width:100%}@media screen and (min-width:1024px){.media-player__controls:before{height:230%}}.media-player__controls__group{color:#fff;display:flex;position:relative;z-index:1}.media-player:not(.is-stopped) .media-player__controls__group{pointer-events:all}.media-player__controls__group>:not(:first-child){margin-left:.25rem}.media-player__controls__group>:not(:last-child){margin-right:.25rem}.media-player__controls__group--expanded{color:#fff;display:flex;position:relative;z-index:1}.media-player__controls__group--expanded>:not(:first-child){margin-left:.5rem}.media-player__controls__group--expanded>:not(:last-child){margin-right:.5rem}.media-player__control{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:2rem;justify-content:center;position:relative;transition:background-color .4s cubic-bezier(.19,1,.22,1);width:2.5rem}.media-player.no-touch .media-player__control:hover{background-color:#0000001a}.media-player.is-fullscreen .media-player__control--fullscreen,.media-player.is-muted .media-player__control--volume,.media-player.is-subtitles-on .media-player__control--subtitles,.media-player__control.is-active,.media-player__control:active{background-color:#0000004d}.media-player.has-no-sound .media-player__control--volume{display:none}.media-player__control:after{background-color:initial;border-radius:8px;color:#fff;font-size:.625rem;left:50%;line-height:1rem;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;top:-2.5rem;transform:translate(-50%,.25rem);transition:opacity 125ms ease-out,transform .4s cubic-bezier(.19,1,.22,1);transition-delay:0,0;z-index:1000}@media screen and (min-width:768px){.media-player__control:after{font-size:.75rem}}.media-player.no-touch .media-player__control:hover:after{opacity:1;transform:translate(-50%);transition-delay:.4s,.4s}.media-player__control--play-pause:after{content:attr(data-label-pause);left:0;transform:translateY(.25rem)}.media-player.is-paused .media-player__control--play-pause:after{content:attr(data-label-play)}.media-player.no-touch .media-player__control--play-pause:hover:after{transform:translate(0)}.media-player__control--subtitles:after{content:attr(data-label-off);white-space:nowrap}.media-player.is-subtitles-on .media-player__control--subtitles:after{content:attr(data-label-on)}.media-player__control--fullscreen:after{content:attr(data-label-on);white-space:nowrap}.media-player.is-fullscreen .media-player__control--fullscreen:after{content:attr(data-label-off)}.media-player__control--volume:after{content:attr(data-label-on);left:auto;right:0;transform:translateY(.25rem);white-space:nowrap}.media-player.is-muted .media-player__control--volume:after{content:attr(data-label-off)}.media-player.no-touch .media-player__control--volume:hover:after{transform:translate(0)}.media-player__play{display:none}.media-player.is-paused .media-player__play,.media-player__pause{display:block}.media-player.is-paused .media-player__pause{display:none}.media-player__volume-on{display:block}.media-player.is-muted .media-player__volume-on,.media-player__volume-off{display:none}.media-player.is-muted .media-player__volume-off{display:block}.media-player__large-play{background-clip:padding-box;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' color='%23000'%3E%3Cpath d='m8.231 18.187 9.672-5.31a1 1 0 0 0 0-1.754l-9.672-5.31a1 1 0 0 0-1.481.877v10.62a1 1 0 0 0 1.481.877z' fill-opacity='.15' fill-rule='evenodd' fill='currentColor' stroke='currentColor' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");background-position:calc(50% + 1px) 50%;background-repeat:no-repeat;border:1px solid #0000001a;border-radius:9999px;box-shadow:0 1px 2px #0000001a;color:#fff;cursor:pointer;height:2.75rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity 125ms ease-out;-webkit-user-select:none;user-select:none;width:2.75rem;z-index:1000}.media-player--has-lightbox .media-player__large-play{display:none}@media screen and (min-width:768px){.media-player__large-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg' color='%23000'%3E%3Cpath d='m10.223 24.208 13.638-7.327a1 1 0 0 0 0-1.762L10.223 7.792a1 1 0 0 0-1.473.88v14.655a1 1 0 0 0 1.473.881z' fill-opacity='.15' stroke='%23000' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");height:4.5rem;width:4.5rem}}.media-player__large-play .media-player__large-play__icon{display:none}.media-player__large-play__icon{height:3rem;width:3rem}@media screen and (min-width:768px){.media-player__large-play__icon{height:6rem;width:6rem}}.media-player__large-play.is-hidden{opacity:0;pointer-events:none}.media-player{--active-video-offset-x:0vw;--progress-bar-transition-duration:250ms}.media-player__lightbox{background-color:#ffffff5c;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .4s cubic-bezier(.19,1,.22,1);width:100vw;will-change:opacity;z-index:1000}@media percy,screen and (prefers-reduced-motion:reduce){.media-player__lightbox{transition:none}}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__lightbox{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__lightbox{background-color:#fffc}}.media-player--has-lightbox.is-active .media-player__lightbox{opacity:1;pointer-events:all}.media-player__close{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;background-color:#000;border:0;border-radius:0;border-radius:9999px;box-shadow:0 1px 2px #0000001a;display:flex;height:2.5rem;justify-content:center;line-height:normal;margin:0;opacity:0;padding:0;pointer-events:none;position:fixed;right:1.5rem;top:1.5rem;transition:opacity .25s cubic-bezier(.19,1,.22,1);width:2.5rem;z-index:1001}@media percy,screen and (prefers-reduced-motion:reduce){.media-player__close{transition:none}}.media-player__close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' color='%23FFF'%3E%3Cg stroke='currentColor'%3E%3Cpath d='m6 6 12 12M18 6 6 18'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.5rem;content:"";height:1.5rem;position:absolute;width:1.5rem}.media-player--has-lightbox.is-active .media-player__close{opacity:1;pointer-events:all}.media-player--has-lightbox.is-active .media-player__close:focus,.media-player--has-lightbox.is-active .media-player__close:hover{background-color:#000000d9}.media-player__custom-play{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;border:0;border-radius:0;display:flex;height:100%;justify-content:center;left:0;line-height:normal;margin:0;padding:1rem;position:absolute;top:0;transition:opacity .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);width:100%;z-index:1000}@media percy,screen and (prefers-reduced-motion:reduce){.media-player__custom-play{transition:none}}@media screen and (min-width:1024px){.media-player__custom-play{align-items:flex-start;height:45rem;justify-content:flex-start;width:80rem}.media-player__custom-play:active,.media-player__custom-play:focus,.media-player__custom-play:hover{transform:translateX(-1rem);transition:transform .4s cubic-bezier(.19,1,.22,1)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player__custom-play:active,.media-player__custom-play:focus,.media-player__custom-play:hover{transform:translateX(0)}}@media screen and (min-width:1024px){.media-player__custom-play:active~.media-player__image-composition,.media-player__custom-play:focus~.media-player__image-composition,.media-player__custom-play:hover~.media-player__image-composition{transform:translateX(-1rem);transition:transform .4s cubic-bezier(.19,1,.22,1)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player__custom-play:active~.media-player__image-composition,.media-player__custom-play:focus~.media-player__image-composition,.media-player__custom-play:hover~.media-player__image-composition{transform:translateX(0)}}.media-player__custom-play:focus .media-player__custom-play-label,.media-player__custom-play:hover .media-player__custom-play-label{background-color:#000000d9}.media-player.is-active .media-player__custom-play{opacity:0;pointer-events:none}@media screen and (min-width:1024px){.media-player--reverse .media-player__custom-play{justify-content:flex-end;left:auto;right:0}.media-player--reverse .media-player__custom-play:hover{transform:translateX(1rem)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player--reverse .media-player__custom-play:hover{transform:translateX(0)}}@media screen and (min-width:1024px){.media-player--reverse .media-player__custom-play:hover~.media-player__image-composition{transform:translateX(1rem)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player--reverse .media-player__custom-play:hover~.media-player__image-composition{transform:translateX(0)}}.media-player__custom-play-label{align-items:center;background-color:#000;border-radius:9999px;color:#fff;display:flex;font-size:.875rem;font-weight:300;font-weight:600;line-height:1.3125rem;padding:.5rem 1rem}@media screen and (max-width:1023px){.media-player__custom-play-label{color:#0000;height:2.75rem;padding:0;pointer-events:none;position:relative;text-indent:-100vw;width:2.75rem}}.media-player__custom-play-label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' color='%23FFF'%3E%3Cpath d='m8.231 18.187 9.672-5.31a1 1 0 0 0 0-1.754l-9.672-5.31a1 1 0 0 0-1.481.877v10.62a1 1 0 0 0 1.481.877z' fill-opacity='.15' fill-rule='evenodd' fill='currentColor' stroke='currentColor' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");background-position:calc(50% + 1px) 50%;background-repeat:no-repeat;background-size:1.5rem;content:"";height:1.5rem;margin-right:.5rem;width:1.5rem}@media screen and (max-width:1023px){.media-player__custom-play-label:before{height:100%;margin-right:0;position:absolute;width:100%}}.media-player__image-composition{align-items:flex-start;background-clip:padding-box;background-color:#fffc;border:1px solid #0000001a;border-radius:8px;box-shadow:0 8px 16px #0000001a;display:flex;height:100%;pointer-events:none;width:100%}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__image-composition{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background-color:#f9f9f95c}}@media screen and (min-width:1024px){.media-player__image-composition{align-items:flex-end;height:45rem;width:80rem}}.media-player--has-lightbox .media-player__image-composition{position:absolute;transition:opacity .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);z-index:10}@media percy,screen and (prefers-reduced-motion:reduce){.media-player--has-lightbox .media-player__image-composition{transition:none}}.media-player--has-lightbox.is-active .media-player__image-composition{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.media-player--reverse .media-player__image-composition{right:0}.media-player__image-composition-mask{align-items:flex-start;border-radius:8px;display:flex;height:100%;justify-content:space-between;overflow:hidden;width:100%}@media screen and (min-width:1024px){.media-player__image-composition-mask{align-items:flex-end}}.media-player--has-lightbox:not(.is-active) .media-player__controls,.media-player--has-lightbox:not(.is-active) .media-player__progress-bar,.media-player--has-lightbox:not(.is-active) .media-player__video-wrapper{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.media-player--has-lightbox .media-player__video-wrapper{transition:opacity .4s cubic-bezier(.19,1,.22,1);z-index:1}@media percy,screen and (prefers-reduced-motion:reduce){.media-player--has-lightbox .media-player__video-wrapper{transition:none}}@media screen and (min-width:1024px){.media-player--has-lightbox .media-player__video-wrapper{min-width:85vw}}@media screen and (min-width:1024px) and (min-aspect-ratio:16/9){.media-player--has-lightbox .media-player__video-wrapper{height:85vh;min-width:auto;width:151vh}}@media screen and (max-width:1023px){.media-player--has-lightbox.is-active .media-player__video-wrapper{border-radius:0}}.media-player.is-fullscreen .media-player__video{height:100vh;width:100vw}.sticker-card{background:#0000000a;border-radius:12px;display:flex;flex:1;flex-direction:column;height:6.25rem;overflow:hidden;position:relative}@media screen and (min-width:1024px){.sticker-card{height:11.25rem}}.sticker-card:hover:first-child .sticker-card__image{transform:translate(-.3125rem,-.625rem) rotate(-8deg)}.sticker-card:hover:nth-child(2) .sticker-card__image{transform:translate(-.3125rem,-.625rem) rotate(8deg)}.sticker-card:hover:nth-child(3) .sticker-card__image{transform:translate(-.3125rem,-.625rem) rotate(-8deg)}.sticker-card:hover:nth-child(4) .sticker-card__image{transform:translateY(-.625rem)}.sticker-card:first-child .sticker-card__image{right:-.4375rem;top:.375rem;transform:rotate(-8deg)}@media screen and (min-width:1024px){.sticker-card:first-child .sticker-card__image{right:-1.875rem;top:2.5625rem}}@media screen and (min-width:1440px){.sticker-card:first-child .sticker-card__image{top:2rem}}.sticker-card:nth-child(2) .sticker-card__image{right:0;top:.4375rem;transform:rotate(8deg)}@media screen and (min-width:1024px){.sticker-card:nth-child(2) .sticker-card__image{right:-1.25rem;top:2.5625rem}}@media screen and (min-width:1440px){.sticker-card:nth-child(2) .sticker-card__image{right:-1.375rem;top:2.3125rem}}.sticker-card:nth-child(3) .sticker-card__image{right:-.6875rem;top:.5625rem;transform:rotate(-8deg)}@media screen and (min-width:1024px){.sticker-card:nth-child(3) .sticker-card__image{right:-1.875rem;top:2.1875rem}}@media screen and (min-width:1440px){.sticker-card:nth-child(3) .sticker-card__image{right:-2.3125rem;top:1rem}}.sticker-card:nth-child(4) .sticker-card__image{right:.125rem;top:-.25rem;width:10.25rem}@media screen and (min-width:1024px){.sticker-card:nth-child(4) .sticker-card__image{right:-2.1875rem;top:1rem;width:14rem}}@media screen and (min-width:1440px){.sticker-card:nth-child(4) .sticker-card__image{right:.1875rem;top:.75rem;width:16rem}}.sticker-card__link{color:#212123;display:block;height:100%;padding:1rem;width:100%}.sticker-card__title{font-size:1.0625rem;font-weight:500;line-height:1.5rem}.sticker-card__image{position:absolute;transition:transform .4s ease-in-out;width:8.75rem}@media screen and (min-width:1024px){.sticker-card__image{width:12.5rem}}@media screen and (min-width:1440px){.sticker-card__image{width:16rem}}.sticker-cards-section{padding-top:4rem}@media screen and (min-width:1024px){.sticker-cards-section{padding-top:6rem}}.sticker-cards-section .wrapper{display:grid;gap:1rem}@media screen and (min-width:768px){.sticker-cards-section .wrapper{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.sticker-cards-section .wrapper{grid-template-columns:repeat(4,1fr)}}.sticker-link{text-align:center}@media screen and (min-width:1024px){.sticker-link{align-items:center;column-gap:1.5rem;display:flex;text-align:left}}@media screen and (min-width:768px) and (max-width:1023px){.sticker-link{line-height:1.75rem}}@media screen and (max-width:1023px){.sticker-link__image{margin-bottom:1rem}}.sticker-link__text{text-wrap:balance}@media screen and (max-width:767px){.sticker-link__text{margin-left:auto;margin-right:auto;max-width:25rem}}.sticker-links-section__wrapper{column-gap:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (min-width:768px){.sticker-links-section__wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (min-width:1024px){.sticker-links-section__wrapper{grid-template-columns:repeat(12,minmax(0,1fr))}}@media screen and (max-width:767px){.sticker-links-section__wrapper{gap:4rem}}.sticker-links-section__wrapper .sticker-link{padding-left:1.25rem;padding-right:1.25rem}@media screen and (min-width:1024px){.sticker-links-section__wrapper .sticker-link{padding-left:2rem;padding-right:2rem}}.sticker-links-section__wrapper .sticker-link:first-child{grid-column:1/span 4}@media screen and (min-width:768px){.sticker-links-section__wrapper .sticker-link:first-child{grid-column:1/span 3}}@media screen and (min-width:1024px){.sticker-links-section__wrapper .sticker-link:first-child{grid-column:1/span 6}}@media screen and (min-width:1220px){.sticker-links-section__wrapper .sticker-link:first-child{grid-column:2/span 5}}.sticker-links-section__wrapper .sticker-link:last-child{grid-column:1/span 4}@media screen and (min-width:768px){.sticker-links-section__wrapper .sticker-link:last-child{grid-column:4/span 3}}@media screen and (min-width:1024px){.sticker-links-section__wrapper .sticker-link:last-child{grid-column:7/span 6}}@media screen and (min-width:1220px){.sticker-links-section__wrapper .sticker-link:last-child{grid-column:7/span 5}}.sticker-links-section.three_items_variant .sticker-link{display:unset;padding:0;text-align:center}@media screen and (min-width:1220px){.sticker-links-section.three_items_variant .sticker-link{align-items:center;column-gap:1.5rem;display:flex;text-align:left}}.sticker-links-section.three_items_variant .sticker-link:first-child{grid-column:1/span 4}@media screen and (min-width:768px){.sticker-links-section.three_items_variant .sticker-link:first-child{grid-column:1/span 2}}@media screen and (min-width:1024px){.sticker-links-section.three_items_variant .sticker-link:first-child{grid-column:1/span 4}}@media screen and (min-width:1220px){.sticker-links-section.three_items_variant .sticker-link:first-child{grid-column:1/span 4}}.sticker-links-section.three_items_variant .sticker-link:nth-child(2){grid-column:1/span 4}@media screen and (min-width:768px){.sticker-links-section.three_items_variant .sticker-link:nth-child(2){grid-column:3/span 2}}@media screen and (min-width:1024px){.sticker-links-section.three_items_variant .sticker-link:nth-child(2){grid-column:5/span 4}}@media screen and (min-width:1220px){.sticker-links-section.three_items_variant .sticker-link:nth-child(2){grid-column:5/span 4}}.sticker-links-section.three_items_variant .sticker-link:last-child{grid-column:1/span 4}@media screen and (min-width:768px){.sticker-links-section.three_items_variant .sticker-link:last-child{grid-column:5/span 2}}@media screen and (min-width:1024px){.sticker-links-section.three_items_variant .sticker-link:last-child{grid-column:9/span 4}}@media screen and (min-width:1220px){.sticker-links-section.three_items_variant .sticker-link:last-child{grid-column:9/span 4}}.page-myths{background:#fafafa}.hero{overflow-x:clip;padding-bottom:4rem;padding-top:4rem}@media screen and (min-width:1024px){.hero{padding-bottom:7.75rem;padding-top:6rem}}.hero .wrapper{position:relative}.hero__title{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(180deg,#ffb078,#ff7843);color:#0000;font-family:Permanent Marker,Marfa,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:4rem;line-height:4rem;margin:.75rem auto 0;max-width:18rem;text-align:center}@media screen and (min-width:768px){.hero__title{font-size:4.75rem;line-height:4.75rem;margin-top:.25rem;max-width:none;transform:rotate(-2deg)}}@media screen and (min-width:1024px){.hero__title{font-size:6rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:5rem;margin-top:.5rem}}.hero__blurb{font-size:1.0625rem;font-weight:300;line-height:1.5rem;margin:1.25rem auto 0;max-width:18rem;text-align:center}@media screen and (min-width:1024px){.hero__blurb{font-size:1.25rem;line-height:1.75rem}}@media screen and (max-width:767px){.hero__blurb{font-size:1rem}}@media screen and (min-width:768px){.hero__blurb{max-width:32.5rem}}@media screen and (min-width:1024px){.hero__blurb{margin-top:2.5rem;max-width:50.5625rem}}@media screen and (min-width:1220px){.hero__blurb{max-width:49.5rem}}.hero__sticker{position:absolute}.hero__sticker--chat{left:-14.5%;max-width:8.25rem;top:95%}@media screen and (min-width:768px){.hero__sticker--chat{left:-5.1%;max-width:11.25rem;top:77.1%}}@media screen and (min-width:1024px){.hero__sticker--chat{left:-7.1%;max-width:16rem;top:81.4%}}@media screen and (min-width:1220px){.hero__sticker--chat{left:-16.5%;max-width:23.25rem;top:58.5%}}.hero__sticker--magnifying{max-width:6.25rem;right:-5.3%;top:-9.2%}@media screen and (min-width:768px){.hero__sticker--magnifying{max-width:10.25rem;right:-4.3%;top:-21.1%}}@media screen and (min-width:1024px){.hero__sticker--magnifying{max-width:16rem;right:-5.8%;top:-40%}}@media screen and (min-width:1220px){.hero__sticker--magnifying{max-width:none;right:-15.5%;top:-29.3%;width:23.25rem}}.hero__lets-talk{align-items:center;display:flex;justify-content:center}.hero__lets-talk__avatar{margin-right:1rem;max-width:3.5rem}@media screen and (min-width:1024px){.hero__lets-talk__avatar{margin-right:1.5rem;max-width:4rem}}.hero__lets-talk__sentence{font-size:1.5rem;font-weight:600;letter-spacing:-1px;line-height:2rem}@media screen and (min-width:1024px){.hero__lets-talk__sentence{font-size:2rem;line-height:2.5rem}}.myth{padding-bottom:4rem;padding-top:4rem;position:relative}@media screen and (min-width:1024px){.myth{padding-bottom:6rem;padding-top:6rem}}.myth .wrapper{column-gap:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (min-width:768px){.myth .wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (min-width:1024px){.myth .wrapper{grid-template-columns:repeat(12,minmax(0,1fr))}}.myth__answer,.myth__title,.myth__video{grid-column:1/span 4}@media screen and (min-width:768px) and (max-width:1023px){.myth__answer,.myth__title,.myth__video{grid-column:1/span 6;padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width:768px) and (max-width:1023px) and (min-width:1024px){.myth__answer,.myth__title,.myth__video{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:1024px){.myth__answer,.myth__title,.myth__video{grid-column:2/span 10}}@media screen and (min-width:1220px){.myth__answer,.myth__title,.myth__video{grid-column:3/span 8}}.myth__video{margin:2rem 0}@media screen and (min-width:768px){.myth__video{margin:3rem 0}}@media screen and (min-width:1220px){.myth__video{margin:3.5rem 0}}.myth__answer{font-size:1.0625rem;font-weight:300;line-height:1.5rem}@media screen and (min-width:1024px){.myth__answer{font-size:1.25rem;line-height:1.75rem}}.myth__answer a{color:#212123;font-weight:500;text-decoration-color:#0003;text-decoration-line:underline;text-decoration-thickness:1.5px;text-underline-offset:4px;transition:color 125ms ease-out}@media (prefers-reduced-motion:reduce){.myth__answer a{transition-duration:1ms}}.myth__answer a:active,.myth__answer a:hover{color:#0000007a}.myth__answer p,.myth__answer strong{display:inline}.myth__answer strong{font-weight:600}.myth__title,.voting__title{font-size:1.5rem;font-weight:600;letter-spacing:-.5px;line-height:1.75rem;margin:0 auto;max-width:18rem;text-align:center}@media screen and (min-width:768px){.myth__title,.voting__title{font-size:2rem;line-height:2.5rem;max-width:none}}@media screen and (min-width:1024px){.myth__title,.voting__title{font-size:2.5rem;letter-spacing:-1px;line-height:2.75rem}}@media screen and (min-width:1220px){.myth__title,.voting__title{font-size:2.75rem;line-height:3rem}}.voting{padding-bottom:4rem;padding-top:4rem}@media screen and (min-width:1024px){.voting{padding-bottom:6rem;padding-top:6rem}}.voting .wrapper{column-gap:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (min-width:768px){.voting .wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (min-width:1024px){.voting .wrapper{grid-template-columns:repeat(12,minmax(0,1fr))}}.voting__title{margin-bottom:2rem}.voting__question{align-items:flex-start;background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 1px 2px 0 #00000014;display:flex;font-size:1rem;line-height:1.5rem;padding:1.125rem 1rem 1rem;text-align:left;transition:background-color 125ms cubic-bezier(.785,.135,.15,.86);width:100%}@media screen and (min-width:768px){.voting__question{align-items:center;font-size:1.0625rem;padding:1.625rem 1.25rem}}.voting__question:disabled{background:#f5f5f5;color:#0000007a}.voting__question:hover{background:#f5f5f5}.voting__question:hover:not(:disabled) .voting__question__circle{background:#fff}.voting__question:hover:not(:disabled) .voting__question__circle svg{opacity:1}.voting__question:not(:last-child){margin-bottom:1rem}.voting__question--selected:disabled,.voting__question--selected:hover{background:#fff;color:#212123}.voting__question--selected .voting__question__circle,.voting__question--selected:disabled .voting__question__circle{background:#469d40}.voting__question--selected .voting__question__circle svg,.voting__question--selected:disabled .voting__question__circle svg{color:#fff;display:block;opacity:1}.voting__question__circle{align-items:center;border:1px solid #00000014;border-radius:50%;box-shadow:0 1px 2px 0 #00000014;display:flex;justify-content:center;margin-right:.75rem;min-height:1.25rem;min-width:1.25rem}.voting__question__circle svg{display:block;max-width:1rem;opacity:0;transition:opacity 125ms cubic-bezier(.785,.135,.15,.86)}.voting__questions,.voting__title{grid-column:1/span 4}@media screen and (min-width:768px) and (max-width:1023px){.voting__questions,.voting__title{grid-column:1/span 6;padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width:768px) and (max-width:1023px) and (min-width:1024px){.voting__questions,.voting__title{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:1024px){.voting__questions,.voting__title{grid-column:2/span 10}}@media screen and (min-width:1220px){.voting__questions,.voting__title{grid-column:3/span 8}}.voting__questions__success{color:#3e7c39;font-size:.875rem;font-weight:500;line-height:1.25rem;opacity:0;text-align:center;transition:opacity .25s cubic-bezier(.785,.135,.15,.86);visibility:hidden}.voting__questions__success--is-visible{opacity:1;visibility:visible}.myth,.sticker-cards-section,.voting{position:relative}.myth:before,.sticker-cards-section:before,.voting:before{background-color:#00000014;content:"";height:1px;left:0;margin:auto;max-width:75rem;position:absolute;right:0;top:0;width:100%;z-index:-1}.sticker-card:nth-child(3) .sticker-card__image{right:-.1875rem;top:.625rem;transform:rotate(8deg)}@media screen and (max-width:767px){.sticker-card:nth-child(3) .sticker-card__image{width:10.625rem}}@media screen and (min-width:1024px) and (max-width:1219px){.sticker-card:nth-child(3) .sticker-card__image{right:-2.1875rem;top:3.125rem;width:13.75rem}}@media screen and (min-width:1220px){.sticker-card:nth-child(3) .sticker-card__image{right:-2.625rem;top:2.125rem}}.sticker-card:nth-child(3):hover .sticker-card__image{transform:translate(-.3125rem,-.625rem) rotate(8deg)}.sticker-card:nth-child(4) .sticker-card__image{right:.5rem;top:.375rem;transform:rotate(-24deg)}@media screen and (max-width:767px){.sticker-card:nth-child(4) .sticker-card__image{width:8.75rem}}@media screen and (min-width:1024px) and (max-width:1219px){.sticker-card:nth-child(4) .sticker-card__image{right:-1.125rem;top:2.8125rem;width:12.5rem}}@media screen and (min-width:1220px){.sticker-card:nth-child(4) .sticker-card__image{right:-1.4375rem;top:1.4375rem}}.sticker-card:nth-child(4):hover .sticker-card__image{transform:translate(-.3125rem,-.625rem) rotate(-24deg)}.sticker-links-section{padding-bottom:6rem;padding-top:4rem}