:root{--color-white:#fff;--color-black:#000;--color-red:#ff632d;--color-coral:#f7967c;--color-teal:#9ad6d9;--color-grey:#e8e8e8;--color-darkGrey:#282829;--text-color:#414141;--font-family:"ProximaNova",sans-serif;--font-weight-normal:500;--font-weight-semibold:600;--font-weight-bold:800;--font-size:15px;--line-height:1.3;--heading-font-family:var(--font-family);--grid-gutter:20px;--aspect-ratio:3/4;--paragraph-margin:11px;--section-padding-y:31px;--heading-margin:16px;--h1-font-size:24px;--h1-line-height:1;--h2-font-size:22px;--h2-line-height:1;--h3-font-size:20px;--h3-line-height:1;--h4-font-size:16px;--h4-line-height:1;--h5-font-size:14px;--h5-line-height:1;--h6-font-size:13px;--h6-line-height:1;--step-spacing:35px}@media screen and (min-width:975px){:root{--paragraph-margin:16px;--section-padding-y:73px;--h1-font-size:54px;--h2-font-size:34px;--h3-font-size:24px;--step-spacing:43px}}@font-face{font-display:swap;font-family:ProximaNova;font-weight:400;src:url(/static/media/ProximaNova400.5f57e7165e0aa982d694.woff) format("woff"),url(/static/media/ProximaNova400.9dece11bb9c72736cd7b.ttf) format("truetype")}@font-face{font-display:swap;font-family:ProximaNova;font-weight:600;src:url(/static/media/ProximaNova600.5ee07c5a92134d9eb276.woff) format("woff"),url(/static/media/ProximaNova600.c3157a6bcf4cd810c0bb.ttf) format("truetype")}@font-face{font-display:swap;font-family:ProximaNova;font-weight:800;src:url(/static/media/ProximaNova800.09706f221888befaf2c6.woff) format("woff"),url(/static/media/ProximaNova800.81e66d7a6b405d6cbc3a.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#414141;color:var(--text-color);font-family:ProximaNova,sans-serif;font-family:var(--font-family);font-size:15px;font-size:var(--font-size);font-weight:500;font-weight:var(--font-weight-normal);margin:0}.App{width:100%}.App .form-wrapper{flex:1 0 auto;width:100%}.App footer{width:100%}.container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1170px;padding:31px 20px;padding:var(--section-padding-y) var(--grid-gutter);width:100%}ol.no-list,ol.no-list li,ul.no-list,ul.no-list li{list-style:none;margin:0;padding:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#282829;color:var(--color-darkGrey);font-family:ProximaNova,sans-serif;font-family:var(--heading-font-family);font-weight:800;font-weight:var(--font-weight-bold);margin-bottom:16px;margin-bottom:var(--heading-margin);margin-top:0}.h1,h1{font-size:24px;font-size:var(--h1-font-size);line-height:1;line-height:var(--h1-line-height)}@media screen and (min-width:975px){.h1,h1{margin-bottom:40px}}.h2,h2{font-size:22px;font-size:var(--h2-font-size);line-height:1;line-height:var(--h2-line-height)}.h3,h3{font-size:20px;font-size:var(--h3-font-size);line-height:1;line-height:var(--h3-line-height)}.h4,h4{font-size:16px;font-size:var(--h4-font-size);line-height:1;line-height:var(--h4-line-height)}.h5,h5{font-size:14px;font-size:var(--h5-font-size);line-height:1;line-height:var(--h5-line-height)}.h6,h6{font-size:13px;font-size:var(--h6-font-size);line-height:1;line-height:var(--h6-line-height)}p{margin-bottom:11px;margin-bottom:var(--paragraph-margin);margin-top:0}a,b,strong{font-weight:600;font-weight:var(--font-weight-semibold)}a{color:inherit;text-decoration:none;text-decoration:underline}a:focus,a:hover{color:#f7967c;color:var(--color-coral)}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}nav{padding:13px 0}@media screen and (min-width:975px){nav{padding:16px 0}}nav .container{align-items:center;display:flex;gap:20px;gap:var(--grid-gutter);justify-content:space-between;padding-bottom:0;padding-top:0}@media screen and (max-width:974px){nav .container{justify-content:center}}nav .container .nav__logo{padding-top:6px}@media screen and (min-width:975px){nav .container .nav__logo{padding-top:12px}}@media screen and (max-width:974px){nav .container .nav__button .button{font-size:12px;line-height:1;padding:11px 15px}}nav .site-logo img{max-width:111px}@media screen and (min-width:975px){nav .site-logo img{max-width:250px}}footer{background-color:#e8e8e8;background-color:var(--color-grey);font-size:13px}footer .container{grid-gap:20px;grid-gap:var(--grid-gutter);align-items:center;display:grid;gap:20px;gap:var(--grid-gutter);grid-template-areas:"title" "button" "logo" "text";padding:30px}@media screen and (max-width:974px){footer .container{justify-content:center}}@media screen and (min-width:975px){footer .container{gap:60px;grid-template-areas:"title button" "text logo";padding:20px;padding:var(--grid-gutter)}}footer .footer__title{grid-area:title;margin-bottom:0}@media screen and (max-width:974px){footer .footer__title{text-align:center}}footer .footer__button{grid-area:button;text-align:center}@media screen and (max-width:974px){footer .footer__button{margin-bottom:10px;margin-bottom:calc(30px - var(--grid-gutter))}}@media screen and (min-width:975px){footer .footer__button{text-align:right}}footer .footer__text{grid-area:text;margin-bottom:0}footer .footer__logo{grid-area:logo;text-align:center}@media screen and (min-width:975px){footer .footer__logo{text-align:right}}footer .footer__logo img{max-width:40px}.heading{text-align:center}.step-heading{align-items:center;display:flex;font-weight:800;font-weight:var(--font-weight-bold);gap:20px;gap:var(--grid-gutter);margin-bottom:11px;margin-bottom:var(--paragraph-margin)}.step-heading:not(:first-child){margin-top:35px;margin-top:var(--step-spacing)}.step-heading__number{background-color:#ff632d;background-color:var(--color-red);color:#fff;color:var(--color-white);display:flex;height:33px;width:33px}.button,.step-heading__number,button{align-items:center;font-size:20px;justify-content:center}.button,button{--button-bg:var(--color-white);--button-color:var(--color-black);--button-bg-hover:var(--color-black);--button-color-hover:var(--color-white);background-color:var(--button-bg)!important;border:none;border-radius:33px;color:var(--button-color)!important;cursor:pointer;display:inline-flex;font-weight:800;font-weight:var(--font-weight-bold);gap:10px;padding:17px 26px;text-decoration:none}.button:focus:not([disabled]),.button:hover:not([disabled]),button:focus:not([disabled]),button:hover:not([disabled]){--button-bg:var(--button-bg-hover);--button-color:var(--button-color-hover)}.button--red,button--red{--button-bg:var(--color-red);--button-color:var(--color-white);--button-bg-hover:var(--color-black);--button-color-hover:var(--color-white)}.button--grey,button--grey{--button-bg:var(--color-grey);--button-color:var(--color-black);--button-bg-hover:var(--color-teal);--button-color-hover:var(--color-black)}.button[disabled],button[disabled]{cursor:not-allowed;opacity:.5}.paw-texts{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:11px!important;margin-bottom:var(--paragraph-margin)!important}.paw-text{align-items:center;background-color:#e8e8e8;background-color:var(--color-grey);border-radius:4px;display:flex;gap:9px;margin-bottom:0;padding:8px 14px}.paw-text svg{flex:none}.qr-code{align-items:center;display:flex;gap:10px}.qr-code svg{flex:none}.form-heading{text-align:center}.form{grid-gap:20px;grid-gap:var(--grid-gutter);color:#fff;color:var(--color-white);display:grid;gap:20px;gap:var(--grid-gutter);grid-template-areas:"image" "editor" "actions"}.form--mobile{margin:0 auto;max-width:500px}.form--mobile .form-message__arrows{justify-content:flex-end}@media screen and (min-width:975px){.form{grid-template-areas:"image editor" "actions actions";grid-template-columns:repeat(2,1fr)}}.form-card--image{grid-area:image}.form-card--message{display:flex;flex:1 0 auto;flex-direction:column}.form-card--actions{grid-area:actions}.form-card--editor{display:flex;flex-direction:column}.form-image{position:relative}.form-image .form-canvas{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.form-editor{display:flex;flex-direction:column;gap:6px;grid-area:editor}.form-message{flex:1 1 auto}.form-actions{grid-area:actions}.form .button,.form button{border-radius:10px;font-size:18px}.form-actions{grid-gap:20px;grid-gap:var(--grid-gutter);align-items:flex-start;color:#000;color:var(--color-black);display:grid;gap:20px;gap:var(--grid-gutter);grid-template-areas:"download" "hashtags" "url" "caption" "share"}@media screen and (min-width:975px){.form-actions{grid-template-areas:"download hashtags url caption" "share share share share";grid-template-columns:25fr 30fr 15fr 30fr}}.form-actions button{width:100%}.form-actions__header{font-weight:600;font-weight:var(--font-weight-semibold)}.form-actions__download{grid-area:download}.form-actions__url{grid-area:url}.form-actions__caption{grid-area:caption}.form-actions__share{grid-area:share}.form-actions__hashtags{grid-area:hashtags}.form-actions__hashtags ul{display:flex;flex-wrap:wrap;gap:8px}.form-actions__hashtags ul,.form-actions__hashtags ul li{list-style:none;margin:0;padding:0}.form-actions__hashtag{align-items:flex-start;background:#fff;background:var(--color-white);border-radius:30px;color:inherit!important;display:inline-flex;gap:5px;overflow:hidden;padding:9px 16px;position:relative;text-decoration:none}.form-actions__hashtag:focus,.form-actions__hashtag:hover{background:#f7967c;background:var(--color-coral)}.form-actions__hashtag svg{flex:none;margin-top:.15em}.form-actions__hashtag__copied{align-items:center;background:inherit;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.button-group{background:#ededed;border-radius:4px;display:flex;gap:20px;gap:var(--grid-gutter);padding:20px;padding:var(--grid-gutter)}@media screen and (min-width:975px){.button-group{flex-direction:column}}.button-group button{--button-bg:#0000;--button-bg-hover:var(--color-white);--button-color-hover:var(--color-black);background:#0000;border-radius:4px;flex:1 1 auto;font-size:14px;padding:0}@media screen and (min-width:975px){.button-group button{--button-bg:#e0e0e0}}.button-group button.button-group__button--selected{background:#fff!important;background:var(--color-white)!important;color:#000!important;color:var(--color-black)!important}.form-canvas{aspect-ratio:3/4;aspect-ratio:var(--aspect-ratio);position:relative}.form-canvas__container{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.form-canvas canvas{height:100%;max-height:100%;max-width:100%;width:100%}.form-card{border-radius:8px;padding:20px;padding:var(--grid-gutter)}.form-card--teal{background-color:#9ad6d9;background-color:var(--color-teal)}.form-card--coral{background-color:#f7967c;background-color:var(--color-coral)}.form-card--disabled>*{opacity:.5;pointer-events:none}.form-card__heading{display:flex;gap:20px;gap:var(--grid-gutter);justify-content:space-between;margin-bottom:20px;margin-bottom:var(--grid-gutter)}.form-card__heading .step-heading{margin-bottom:0}@media screen and (max-width:974px){.form-card__heading .step-heading__number{display:none}}.form-message{display:flex;flex-direction:column;gap:20px;gap:var(--grid-gutter)}.form-message--mobile{display:grid;grid-template-areas:"dots arrows" "alignment alignment";grid-template-columns:repeat(2,1fr)}.form-message--desktop .form-message__image{--grid-gutter:15px;background:#fff;background:var(--color-white);border-radius:8px;display:grid;flex:1 1 auto;grid-template-areas:"preview alignment" "dots alignment";grid-template-columns:.6fr .4fr;grid-template-rows:1fr auto;padding:20px;padding:var(--grid-gutter)}.form-message__preview{background:50%/contain no-repeat;grid-area:preview;margin-right:20px;margin-right:var(--grid-gutter)}.form-message__alignment{color:#000;color:var(--color-black);display:flex;flex-direction:column;grid-area:alignment}.form-message__alignment--portrait{border-left:1px solid #dcdcdc;padding-left:20px;padding-left:var(--grid-gutter)}.form-message__alignment--landscape{--grid-gutter:4px}.form-message__alignment--landscape .button-group{background-color:#0000001a;height:52px}.form-message__alignment .button-group{flex:1 1 auto}.form-message__alignment .button-group__button{text-transform:capitalize}.form-message__dots{display:flex;gap:20px;gap:var(--grid-gutter);gap:5px;grid-area:dots;list-style:none;margin:20px 0 0;margin:var(--grid-gutter) 0 0;padding:0}.form-message__dot{background-color:#e3e3e3;border-radius:50%;cursor:pointer;height:8px;list-style:none;margin:0;padding:0;width:8px}.form-message__dot--dark{background-color:#0003}.form-message__dot--selected{background-color:#ff632d;background-color:var(--color-red)}.form-message__arrows{display:flex;gap:5px;grid-area:arrows}.form-message__arrow{align-items:center;background:#fff;background:var(--color-white);border-radius:8px;color:#000;color:var(--color-black);display:flex;height:50px;justify-content:center;width:50px}.form-message__arrow:focus,.form-message__arrow:hover{background:#000;background:var(--color-black);color:#fff;color:var(--color-white)}.form-upload{aspect-ratio:3/4;aspect-ratio:var(--aspect-ratio);border:3px dashed #fff;border:3px dashed var(--color-white);position:relative}.form-upload:focus,.form-upload:focus-within,.form-upload:hover{border-color:#9ad6d9;border-color:var(--color-teal)}@media screen and (max-width:974px){.form-upload:focus,.form-upload:focus-within,.form-upload:hover{border-color:#fff;border-color:var(--color-white)}}.form-upload:focus .button,.form-upload:focus-within .button,.form-upload:hover .button{background-color:#000;background-color:var(--color-black);color:#fff;color:var(--color-white)}.form-upload--has-image{opacity:0}.form-upload .file-upload{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;max-height:100%;max-width:100%;padding:0;position:absolute;top:0;width:100%;z-index:1}.form-upload .file-upload:focus-within{border:none;outline:none}.form-upload .file-upload__button,.form-upload .file-upload__icon,.form-upload .file-upload__title{pointer-events:none}.form-upload .file-upload__icon{width:25%}.form-upload .file-upload__title{font-size:20px;margin:20px 0 29px}.form-upload .file-upload__button{box-sizing:border-box;width:218px}.form .change-image{align-items:center;background:#fff;background:var(--color-white);border-radius:6px;display:flex;flex-shrink:0;font-size:13px;font-weight:800;font-weight:var(--font-weight-bold);gap:10px;height:34px;justify-content:center;padding:17px 49px;white-space:nowrap;width:122px}@media screen and (min-width:975px){.form .change-image{font-size:18px;height:41px;width:169px}}.hero{align-items:center;color:#fff;color:var(--color-white);display:flex;font-size:18px;line-height:24px;position:relative}@media screen and (min-width:975px){.hero{--paragraph-margin:40px;font-size:24px;line-height:30px;min-height:600px}.hero:before{background:linear-gradient(270deg,#0000001a,#000000c2 30%,#000);bottom:0;content:"";display:block;left:0;opacity:.5;position:absolute;top:0;width:50%;z-index:1}}@media screen and (min-width:1800px){.hero{aspect-ratio:3/1}}.hero .container{display:grid;grid-template-areas:"image" "content"}@media screen and (max-width:974px){.hero .container{padding:0}}@media screen and (min-width:975px){.hero .container{grid-template-areas:"content ... image";grid-template-columns:5fr 1fr 6fr}}.hero__image{grid-area:image;position:relative}@media screen and (max-width:974px){.hero__image{aspect-ratio:4/4}}@media screen and (min-width:975px){.hero__image{bottom:0;position:absolute;right:0;top:0;width:100%}}.hero__image__background{background:top/cover no-repeat;bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.hero__content{grid-area:content;position:relative;z-index:2}.hero__content>:last-child{margin-bottom:0}.hero__content p{font-size:16px;line-height:24px;margin-bottom:30px}@media screen and (max-width:974px){.hero__content{background-color:#000;background-color:var(--color-black);padding:31px 20px;padding:var(--section-padding-y) var(--grid-gutter)}.hero__content:before{background:linear-gradient(180deg,#0000,#0009 30%,#000);content:"";display:block;height:90px;left:0;position:absolute;right:0;top:-90px;width:100%}}.hero__title{color:#fff;color:var(--color-white);font-size:43px;line-height:46px;margin-top:0}.hero__title span{color:#ff632d;color:var(--color-red);display:block;font-size:47px;line-height:50px}@media screen and (max-width:974px){.hero__title span{padding-top:5px}}.hero__seperator{margin-bottom:10px}@media screen and (max-width:974px){.hero__seperator{margin-left:-20px;margin-left:calc(var(--grid-gutter)*-1);max-width:320px}}.tabbed-content{--nav-padding:5px}.tabbed-content .container{align-items:center;display:flex;flex-direction:column}.tabbed-content__title{margin-bottom:calc(var(--paragraph-margin) - var(--nav-padding))}.tabbed-content__nav-wrapper{margin-bottom:calc(20px - var(--nav-padding));padding:var(--nav-padding);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:999}@media screen and (min-width:975px){.tabbed-content__nav-wrapper{margin-bottom:calc(65px - var(--nav-padding))}}.tabbed-content__nav{align-items:center;display:flex;justify-content:center;list-style:none;margin:0 auto;max-width:440px;padding:0;width:100%}.tabbed-content__nav li{flex:1 1 50%;list-style:none;margin:0;padding:0;text-align:center}.tabbed-content__nav li:not(:first-child) .tabbed-content__nav__link{border-bottom-left-radius:0;border-top-left-radius:0}.tabbed-content__nav li:not(:last-child) .tabbed-content__nav__link{border-bottom-right-radius:0;border-top-right-radius:0}.tabbed-content__nav__link{display:block}.tabbed-content__nav__link.active{--button-bg:var(--button-bg-hover);--button-color:var(--button-color-hover)}.tabbed-content__tab{grid-gap:22px;align-items:center;display:grid;gap:22px;grid-template-areas:"image" "content"}@media screen and (min-width:975px){.tabbed-content__tab{gap:44px;grid-template-columns:repeat(2,1fr)}.tabbed-content__tab--text-image{grid-template-areas:"content image"}.tabbed-content__tab--text-image.preserve-image{grid-template-columns:1fr auto}.tabbed-content__tab--image-text{grid-template-areas:"image content"}.tabbed-content__tab--image-text.preserve-image{grid-template-columns:auto 1fr}}.tabbed-content__tab__image{grid-area:image;position:relative;text-align:center}@media screen and (min-width:975px){.tabbed-content__tab__image{height:440px}}.tabbed-content__tab__image__img{max-width:100%;width:400px}@media screen and (min-width:975px){.tabbed-content__tab__image__img{height:100%;width:auto}}.tabbed-content__tab__image__background{background:50%/cover no-repeat}@media screen and (max-width:974px){.tabbed-content__tab__image__background{aspect-ratio:576/435}}@media screen and (min-width:975px){.tabbed-content__tab__image__background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}}.tabbed-content__tab__content{grid-area:content}.tabbed-content__tab__content>:last-child{margin-bottom:0}.tabbed-content__tab__content .button{margin-top:24px;margin-top:calc(var(--step-spacing) - var(--paragraph-margin))}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .25s ease;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:9999;z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:#000;background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:contain;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:none;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:1;opacity:var(--yarl__pull_opacity,1);transform:translate(0);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*100%);width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*0*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-webkit-touch-callout:none;max-height:100%;max-width:100%;object-fit:contain;touch-action:none;touch-action:var(--yarl__controller_touch_action,none);user-select:none;-webkit-user-select:none}@media screen and (min-width:800px){.yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:#fffc;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,#fffc))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:red;color:var(--yarl__slide_icon_error_color,red);height:48px;height:var(--yarl__slide_icon_error_size,48px);width:48px;width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:none 0s ease 0s;transition:initial}.yarl__slide_loading,.yarl__slide_loading line{animation:none 0s ease 0s 1 normal none running;animation:initial}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:8px;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:32px;height:var(--yarl__icon_size,32px);width:32px;width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background-color:initial;background-color:var(--yarl__button_background_color,#0000);border:0;border:var(--yarl__button_border,0);color:#fffc;color:var(--yarl__color_button,#fffc);cursor:pointer;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8));filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:0;margin:var(--yarl__button_margin,0);outline:none;padding:8px;padding:var(--yarl__button_padding,8px)}.yarl__button:focus{color:#fff;color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:#fffc;color:var(--yarl__color_button,#fffc)}.yarl__button:focus-visible{color:#fff;color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:#fff;color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:#fff6;color:var(--yarl__color_button_disabled,#fff6);cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:24px 16px;padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:auto;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:auto;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}
/*# sourceMappingURL=main.ed8a9838.css.map*/