@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;font-weight:500;width:100%;height:100%;max-width:1800px}:root{--ids__density: 1.3;--ids__font: "Factor A", Arial, sans-serif}body{font-size:1em;line-height:var(--ids__density)}html{--mobile-font-size-min: 14;--mobile-font-size-max: 28;--desktop-font-size-min: 12;--desktop-font-size-max: 24;--mobile-viewport-min: 320;--mobile-desktop-breakpoint: 768;--desktop-viewport-max: 1650;font-size:calc(var(--mobile-font-size-min) * 1px)}@media screen and (min-width: 320px){html{font-size:calc( var(--mobile-font-size-min) * 1px + (var(--mobile-font-size-max) - var(--mobile-font-size-min)) * ( (100vw - var(--mobile-viewport-min) * 1px) / (var(--mobile-desktop-breakpoint) - var(--mobile-viewport-min)) ))}}@media screen and (min-width: 768px){html{font-size:calc( var(--desktop-font-size-min) * 1px + (var(--desktop-font-size-max) - var(--desktop-font-size-min)) * ( (100vw - var(--mobile-desktop-breakpoint) * 1px) / (var(--desktop-viewport-max) - var(--mobile-desktop-breakpoint)) ))}}@media screen and (min-width: 1650px){html{font-size:calc(var(--desktop-font-size-max) * 1px)}}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}:root{--ids__text-RGB: 0, 24, 32;--ids__link-RGB: 0, 24, 32;--ids__accent-RGB: 105, 231, 134;--ids__code-RGB: 200, 0, 0;--ids__mark-RGB: 255, 248, 128;--ids__surface-RGB: 247, 247, 247;--ids__background-RGB: 255, 255, 255;--ids__error-RGB: 240, 84, 95;--ids__success-RGB: 84, 180, 140;--ids__hover-RGB: 255, 40, 0;--ids__outline-RGB: 247, 247, 247;--ids__main-RGB: 105, 231, 134;--ids__on-main-RGB: 255, 255, 255;--ids__on-accent-RGB: 255, 255, 255;--ids__on-surface-RGB: 0, 24, 32}body{color:rgba(var(--ids__text-RGB), 1);background-color:rgba(var(--ids__background-RGB), 1)}.ids{font-family:var(--ids__font);color:RGB(var(--ids__text-RGB));background-color:RGB(var(--ids__background-RGB));line-height:var(--ids__density)}.ids__space{height:calc(var(--ids__density) * 0.7em)}.ids__space.S{height:calc(var(--ids__density) * 2em)}.ids__space.M{height:calc(var(--ids__density) * 4em)}.ids__space.L{height:calc(var(--ids__density) * 8em)}.ids__space.XL{height:calc(var(--ids__density) * 16em)}.ids__wrapper{position:relative;width:76%;margin:0 auto}@media (max-width: 767px){.ids__wrapper{width:100%;padding:0 calc(var(--ids__density) * 0.6em)}}.ids__wrapper.wide{width:100%;padding:0 0.6em}@media (max-width: 767px){.ids__wrapper.wide{padding:0 calc(var(--ids__density) * 0.6em)}}.ids__wrapper.edge{width:100%}@media (max-width: 767px){.ids__wrapper.edge{padding:0}}.ids__wrapper .ids__text-width{width:77%}@media (max-width: 767px){.ids__wrapper .ids__text-width{width:100%}}.ids__wrapper .videos .ids__sequence{margin-top:0}.ids__sequence{margin-top:calc(var(--ids__density) * 1em);display:flex;flex-wrap:wrap;--gap: 0em;gap:var(--gap)}.ids__sequence.gap-L{--gap: 1.5em}.ids__sequence.gap-M{--gap: 1em}.ids__sequence.gap-S{--gap: 0.5em}.ids__sequence .ids__sequence-item{--columns: 4;width:calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns))}@media (max-width: 767px){.ids__sequence .ids__sequence-item{--columns: 2}}.ids__sequence.XL .ids__sequence-item{--columns: 2}@media (max-width: 767px){.ids__sequence.XL .ids__sequence-item{--columns: 1}}.ids__sequence.L .ids__sequence-item{--columns: 3}@media (max-width: 767px){.ids__sequence.L .ids__sequence-item{--columns: 2}}.ids__sequence.S .ids__sequence-item{--columns: 6}@media (max-width: 767px){.ids__sequence.S .ids__sequence-item{--columns: 3}}.ids section{margin-top:calc(var(--ids__density) * 1.5em)}@media (max-width: 768px){.ids section{margin-top:calc(var(--ids__density) * 1em / 2)}}.ids a,.ids .fake-link{color:RGB(var(--ids__link-RGB));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:rgba(var(--ids__link-RGB), 0.2);transition:color 0.5s ease, text-decoration-color 0.5s ease;text-decoration-skip-ink:none}.ids a.anchor,.ids .fake-link.anchor{text-decoration:none}.ids a.anchor:hover,.ids .fake-link.anchor:hover{color:RGB(var(--ids__text-RGB))}.ids a.pseudo,.ids .fake-link.pseudo{text-decoration:dotted underline}.ids a:hover,.ids .fake-link:hover{color:RGB(var(--ids__hover-RGB));text-decoration-color:rgba(var(--ids__hover-RGB), 0.2);transition:color 0s ease, text-decoration-color 0s ease}.ids p{margin-top:0;margin-bottom:calc(var(--ids__density) * 0.4em);font-weight:500}.ids p.loud{font-size:1.3em;font-weight:500;line-height:var(--ids__density);margin-bottom:calc(var(--ids__density) * 0.4em)}@media (max-width: 768px){.ids p.loud{font-size:1.15em;line-height:var(--ids__density)}}.ids h1,.ids h2,.ids h3,.ids h4,.ids h5,.ids h6{margin:0;font-weight:600}.ids h1 mark,.ids h2 mark,.ids h3 mark,.ids h4 mark,.ids h5 mark,.ids h6 mark{background:none;box-shadow:inset 0 -0.15em RGB(var(--ids__background-RGB)),inset 0 -0.5em RGB(var(--ids__mark-RGB))}.ids h1{font-size:3.375em;line-height:1.2;margin-bottom:0.4em;font-weight:500;text-transform:uppercase}@media (max-width: 767px){.ids h1{font-size:1.8em}}.ids h1.S{font-size:2.4em;font-weight:650}@media (max-width: 767px){.ids h1.S{font-size:1.45em}}.ids h1.XS{font-size:1.5em;font-weight:600}.ids h2{font-size:2.25em;line-height:calc(var(--ids__density) / 1.2);margin-bottom:0.5em}.ids h2.XS{font-size:1.5em;line-height:calc(var(--ids__density) / 1.1);margin-bottom:0.6em}.ids h3{font-size:1.5em;line-height:calc(var(--ids__density) / 1.1);margin-bottom:0.6em}.ids h4{font-size:0.973em;line-height:var(--ids__density);margin-bottom:0.6em}.ids h5{font-size:0.7784em;line-height:var(--ids__density);margin-bottom:0.7em}.ids h6{font-family:"Tesseract-Light";font-size:7em;line-height:0.9;margin-bottom:0.7em;font-weight:300}.ids strong,.ids b{font-weight:600}.ids mark{color:RGB(var(--ids__text-RGB));background-color:RGB(var(--ids__mark-RGB))}.ids ul,.ids ol{margin:0 0 calc(var(--ids__density) * 0.75em) 0;padding:0}.ids ul li,.ids ol li{position:relative;margin-bottom:calc(var(--ids__density) * 0.5em)}.ids ul li{list-style-type:none;padding-left:calc(var(--ids__density) * 0.75em);font-weight:500}.ids ul li:before{position:absolute;left:0;content:"⋅ "}.ids ul.checked li:before{content:" ";position:absolute;left:0;top:0.45em;background-image:url("/assets/images/icon-check-mark.svg");background-size:contain;background-repeat:no-repeat;width:0.7em;height:0.7em}.ids ol li{list-style:decimal inside none}.ids blockquote{font-size:1em;font-style:italic;line-height:var(--ids__density);margin:0;padding:0}.ids .asides-list aside{margin:0 0 0.5em 0}.ids .asides-list aside:first-child{margin-top:1em}.ids aside{margin:1em 0;margin-bottom:calc(var(--ids__density) * 1.4em);background:RGB(var(--ids__surface-RGB));padding:calc(var(--ids__density) * 0.75em);padding-right:calc(var(--ids__density) * 2em);border-radius:.3em;transition:border 0.25s ease}@media (max-width: 768px){.ids aside{padding-right:1.25em}}.ids aside.dark{background:#222;color:#fff;border:1px solid #222;transition:background 0.5s ease}.ids aside.dark a{color:#fff;border-bottom:1px solid #fff}.ids aside.dark table th{border-bottom:1px solid #ededed;font-weight:normal;vertical-align:top}.ids aside.dark table td{border-bottom:1px solid #f7f7f736;vertical-align:top;padding:0.5em 0.5em 0.8em 0}.ids aside.gradient{background-color:rgba(var(--ids__surface-RGB), 1)}.ids aside.gradient table th{border-bottom:1px solid #000}.ids aside.gradient table td{border-bottom:1px solid #00000038}.ids aside.gradient.yellow{background-image:url(/images/gradient-v17.png),url(/images/gradient-h17.png);background-size:1px 300%, 181% 1px}.ids aside.gradient.green{background-image:url(/images/gradient-v2.png),url(/images/gradient-h2.png);background-size:1px 181%, 181% 1px}.ids aside.gradient.green:hover{background-size:1px 191%, 186% 1px}.ids aside.gradient.dark-purple{background-image:url(/images/gradient-v21.png),url(/images/gradient-h21.png);background-size:1px 115%, 125% 1px;color:#fff;transition:color 0.5s ease, filter 0.5s ease, background-size 0.5s ease}.ids aside.gradient.dark-purple .fake-link{color:#fff;text-decoration-color:rgba(255,255,255,0.3)}.ids aside.gradient.dark-purple:hover{background-image:url(/images/gradient-v21.png),url(/images/gradient-h21.png);filter:brightness(1.1);background-size:1px 125%, 130% 1px;color:RGB(var(--ids__hover-RGB));transition:color 0s ease, filter 0s ease, background-size 0s ease}.ids aside.gradient.dark-purple:hover .fake-link{color:RGB(var(--ids__hover-RGB));text-decoration-color:rgba(var(--ids__hover-RGB), 0.3);transition:color 0s ease, text-decoration-color 0s ease}.ids .special a{text-decoration:none}.ids .special a:hover aside.dark{border:1px solid #222222ef;background:#222222ef;transition:background 0s ease;color:RGB(var(--ids__hover-RGB))}.ids .special a:hover .fake-link{color:RGB(var(--ids__hover-RGB));text-decoration-color:rgba(var(--ids__hover-RGB), 0.2);transition:color 0s ease, text-decoration-color 0s ease}.ids .special.gradient.green aside{background-image:url(/images/gradient-v2.png),url(/images/gradient-h2.png);background-size:1px 181%, 181% 1px;transition:background-size 0.5s ease}.ids .special.gradient.yellow aside{background-image:url(/images/gradient-v17.png),url(/images/gradient-h17.png);background-size:1px 300%, 181% 1px;transition:background-size 0.5s ease}.ids .special.gradient.purple aside{background-image:url(/images/gradient-v10.png),url(/images/gradient-h10.png);background-size:1px 300%, 181% 1px;transition:background-size 0.5s ease}.ids .special.gradient:hover aside{background-size:1px 165%, 170% 1px;transition:background-size 0.5s ease}.ids .special.with-arrow aside{position:relative;transition:background 0.5s ease}.ids .special.with-arrow aside::before{position:absolute;font-family:Material Symbols Outlined;opacity:1;content:"arrow_forward";color:#000;font-size:2em;top:0.3em;left:0.4em;transition:left 0.3s ease, color 0.3s ease}.ids .special.with-arrow aside.dark::before{color:#fff}.ids .special.with-arrow aside:hover::before{color:rbg(var(--ids__hover-RGB));left:0.7em;transition:left 0s ease, color 0s ease}.ids .special .ids__sequence{margin-top:0;flex-wrap:nowrap}.ids .with-note{position:relative}.ids .with-note .note{position:absolute;top:0;right:-25%;width:calc(100% - 75%);font-size:0.8em;padding-left:1em;font-style:normal}@media screen and (max-width: 767px){.ids .with-note .note{width:76%;position:unset;padding-left:0;margin-top:1.5em;font-size:1em}}.ids .with-note .note span{display:block}.ids .with-note .note em.S{font-size:2em}.ids code{font-weight:500;padding:0 calc(var(--ids__density) * 0.2em);background:#f1f1f1;color:RGB(var(--ids__text-RGB))}.ids em{font-family:"Tesseract-Light";font-style:normal;font-weight:300;font-size:1.1em;line-height:1}.ids .speach-bubble .quote{margin-bottom:0.5em}.ids .speach-bubble .quote:nth-child(4n+1){width:90%;border-radius:0 1em 1em 1em}.ids .speach-bubble .quote:nth-child(4n+2){width:80%;border-radius:0 1em 1em 1em}.ids .speach-bubble .quote:nth-child(4n+3){width:80%;margin-left:10%;border-radius:1em 0 1em 1em}.ids .speach-bubble .quote:nth-child(4n+4){width:80%;margin-right:10%;border-radius:0 1em 1em 1em}.ids figure{margin:1em 0 calc(var(--ids__density) * 1.2em) 0}.ids figure.XXS,.ids figure.ids__figure__XXS{width:25%}.ids figure.XS,.ids figure.ids__figure__XS{width:50%}.ids figure.S,.ids figure.ids__figure__S{width:75%}.ids figure figcaption{margin-top:calc(var(--ids__density) * 0.25em);font-size:0.8em;line-height:var(--ids__density);opacity:0.7}.ids figure figcaption p:first-child{margin-top:0.6em}.ids .videos{margin-bottom:1.2em;margin-top:1.2em}.ids .videos figure{margin-top:0;margin-bottom:0.8em}.ids details{padding:0.5em;cursor:pointer;border-radius:var(--ids__radius)}.ids details summary{padding-bottom:0 calc(var(--ids__density) * 0.2em)}.ids .label-uppercase{text-transform:uppercase;font-size:0.75em;font-weight:500;color:#7c7c7c}.ids hr{border-top-color:rgba(var(--ids__text-RGB), 0.2);border-bottom:0}.ids .ids__label{display:inline-block;padding:0 calc(var(--ids__density) * 0.2em);background-color:RGB(var(--ids__accent-RGB));color:RGB(var(--ids__on-accent-RGB));border-radius:calc(.3em / 2)}.ids .ids__label.ids__label-outline{background-color:RGB(var(--ids__on-accent-RGB));color:RGB(var(--ids__text-RGB));border:2px solid RGB(var(--ids__accent-RGB))}.ids .ids__label.ids__label-S{font-size:0.9em}.ids .design1{background-image:url("/images/gradient-v1.png"),url("/images/gradient-h1.png")}.ids .design2{background-image:url("/images/gradient-v2.png"),url("/images/gradient-h2.png")}.ids .design3{background-image:url("/images/gradient-v3.png"),url("/images/gradient-h3.png")}.ids .design4{background-image:url("/images/gradient-v4.png"),url("/images/gradient-h4.png")}.ids .design5{background-image:url("/images/gradient-v5.png"),url("/images/gradient-h5.png")}.ids .design6{background-image:url("/images/gradient-v6.png"),url("/images/gradient-h6.png")}.ids .design7{background-image:url("/images/gradient-v7.png"),url("/images/gradient-h7.png")}.ids .design8{background-image:url("/images/gradient-v8.png"),url("/images/gradient-h8.png")}.ids .design9{background-image:url("/images/gradient-v9.png"),url("/images/gradient-h9.png")}.ids .design10{background-image:url("/images/gradient-v10.png"),url("/images/gradient-h10.png")}.ids .design11{background-image:url("/images/gradient-v11.png"),url("/images/gradient-h11.png")}.ids .design12{background-image:url("/images/gradient-v12.png"),url("/images/gradient-h12.png")}.ids .design13{background-image:url("/images/gradient-v13.png"),url("/images/gradient-h13.png")}.ids .design14{background-image:url("/images/gradient-v14.png"),url("/images/gradient-h14.png")}.ids .design15{background-image:url("/images/gradient-v15.png"),url("/images/gradient-h15.png")}.ids .design16{background-image:url("/images/gradient-v16.png"),url("/images/gradient-h16.png")}.ids .design17{background-image:url("/images/gradient-v17.png"),url("/images/gradient-h17.png")}.ids .design18{background-image:url("/images/gradient-v18.png"),url("/images/gradient-h18.png")}.ids .design19{background-image:url("/images/gradient-v19.png"),url("/images/gradient-h19.png")}.ids .design20{background-image:url("/images/gradient-v20.png"),url("/images/gradient-h20.png")}.ids .design21{background-image:url("/images/gradient-v21.png"),url("/images/gradient-h21.png")}.ids .design22{background-image:url("/images/gradient-v22.png"),url("/images/gradient-h22.png")}.ids .design23{background-image:url("/images/gradient-v23.png"),url("/images/gradient-h23.png")}.ids .design24{background-image:url("/images/gradient-v24.png"),url("/images/gradient-h24.png")}.ids .design25{background-image:url("/images/gradient-v25.png"),url("/images/gradient-h25.png")}.ids .design26{background-image:url("/images/gradient-v26.png"),url("/images/gradient-h26.png")}.ids .design27{background-image:url("/images/gradient-v27.png"),url("/images/gradient-h27.png")}.ids .design28{background-image:url("/images/gradient-v28.png"),url("/images/gradient-h28.png")}.ids .design29{background-image:url("/images/gradient-v29.png"),url("/images/gradient-h29.png")}.ids .design30{background-image:url("/images/gradient-v30.png"),url("/images/gradient-h30.png")}.ids .fraction{display:inline-block;text-align:center;vertical-align:middle;margin-right:0.2em}.ids .fraction span{display:block;padding:0 5px;margin-left:0.2em}.ids .fraction .top{border-bottom:1px solid black;padding-bottom:0.3em}.ids .fraction .bottom{padding-top:0.3em}.ids .formula{margin-top:0.7em;margin-bottom:0.5em;font-size:1.2em;font-family:"Tesseract-Light";line-height:1.5}@media (max-width: 768px){.ids .formula{margin-top:1em;margin-bottom:0.7em;font-size:0.85em}}.ids .checklist{position:relative}.ids .checklist .checkbox{position:absolute;display:inline;width:inherit;margin-right:0.3em;width:1.2em;height:1.2em;top:0.1em;cursor:pointer;transition:border 0.5s ease}@media (max-width: 768px){.ids .checklist .checkbox{top:0.12em}}.ids .checklist .checklist-title{font-weight:500;font-size:1.15em;cursor:pointer;display:inline;padding-left:1.5em;transition:color 0.5s ease}@media (max-width: 768px){.ids .checklist .checklist-title{font-size:1.12em}}.ids .show-on-mobile{display:none}@media (max-width: 768px){.ids .show-on-mobile{display:block}}.ids .show-on-desktop{display:block}@media (max-width: 768px){.ids .show-on-desktop{display:none}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}*,*:before,*:after{box-sizing:border-box}*:focus:not(:focus-visible),*:before:focus:not(:focus-visible),*:after:focus:not(:focus-visible){outline:none}img{display:block;width:100%}@font-face{font-family:"Factor A";font-weight:400;font-style:normal;src:url("/fonts/Factor A-Regular-Web.eot#iefix") format("embedded-opentype"),url("/fonts/Factor A-Regular-Web.woff2") format("woff2"),url("/fonts/Factor A-Regular-Web.woff") format("woff"),url("/fonts/Factor A-Regular-Web.ttf") format("truetype"),url("/fonts/Factor A-Regular-Web.otf") format("opentype"),url("/fonts/Factor A-Regular-Web.svg#font") format("svg")}@font-face{font-family:"Factor A";font-weight:400;font-style:italic;src:url("/fonts/Factor A-Italic-Web.eot#iefix") format("embedded-opentype"),url("/fonts/Factor A-Italic-Web.woff2") format("woff2"),url("/fonts/Factor A-Italic-Web.woff") format("woff"),url("/fonts/Factor A-Italic-Web.ttf") format("truetype"),url("/fonts/Factor A-Italic-Web.otf") format("opentype"),url("/fonts/Factor A-Italic-Web.svg#font") format("svg")}@font-face{font-family:"Factor A";font-weight:500;font-style:normal;src:url("/fonts/Factor A-Medium-Web.eot#iefix") format("embedded-opentype"),url("/fonts/Factor A-Medium-Web.woff2") format("woff2"),url("/fonts/Factor A-Medium-Web.woff") format("woff"),url("/fonts/Factor A-Medium-Web.ttf") format("truetype"),url("/fonts/Factor A-Medium-Web.otf") format("opentype"),url("/fonts/Factor A-Medium-Web.svg#font") format("svg")}@font-face{font-family:"Factor A";font-weight:800;font-style:normal;src:url("/fonts/Factor A-Extrabold-Web.eot#iefix") format("embedded-opentype"),url("/fonts/Factor A-Extrabold-Web.woff2") format("woff2"),url("/fonts/Factor A-Extrabold-Web.woff") format("woff"),url("/fonts/Factor A-Extrabold-Web.ttf") format("truetype"),url("/fonts/Factor A-Extrabold-Web.otf") format("opentype"),url("/fonts/Factor A-Extrabold-Web.svg#font") format("svg")}@font-face{font-family:"Factor A 65";font-weight:800;font-style:normal;src:url("/fonts/Factor A-Extrabold65-Web.eot#iefix") format("embedded-opentype"),url("/fonts/Factor A-Extrabold65-Web.woff2") format("woff2"),url("/fonts/Factor A-Extrabold65-Web.woff") format("woff"),url("/fonts/Factor A-Extrabold65-Web.ttf") format("truetype"),url("/fonts/Factor A-Extrabold65-Web.otf") format("opentype"),url("/fonts/Factor A-Extrabold65-Web.svg#font") format("svg")}@font-face{font-family:"Tesseract-Light";font-weight:300;font-style:normal;src:url("/fonts/Tesseract-LightItalic-Web.eot#iefix") format("embedded-opentype"),url("/fonts/Tesseract-LightItalic-Web.woff2") format("woff2"),url("/fonts/Tesseract-LightItalic-Web.woff") format("woff"),url("/fonts/Tesseract-LightItalic-Web.ttf") format("truetype"),url("/fonts/Tesseract-LightItalic-Web.otf") format("opentype"),url("/fonts/Tesseract-LightItalic-Web.svg#font") format("svg")}@font-face{font-family:"CoFoDrifter";font-weight:400;font-style:normal;src:url("/fonts/CoFoDrifter-Light.eot#iefix") format("embedded-opentype"),url("/fonts/CoFoDrifter-Light.woff2") format("woff2"),url("/fonts/CoFoDrifter-Light.woff") format("woff"),url("/fonts/CoFoDrifter-Light.ttf") format("truetype"),url("/fonts/CoFoDrifter-Light.otf") format("opentype"),url("/fonts/CoFoDrifter-Light.svg#font") format("svg")}@font-face{font-family:"CoFoDrifter";font-weight:500;font-style:normal;src:url("/fonts/CoFoDrifter-Medium.eot#iefix") format("embedded-opentype"),url("/fonts/CoFoDrifter-Medium.woff2") format("woff2"),url("/fonts/CoFoDrifter-Medium.woff") format("woff"),url("/fonts/CoFoDrifter-Medium.ttf") format("truetype"),url("/fonts/CoFoDrifter-Medium.otf") format("opentype"),url("/fonts/CoFoDrifter-Medium.svg#font") format("svg")}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);line-height:1.7;line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background, #4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius, 2px);color:#fff;color:var(--plyr-badge-text-color, #fff);font-size:9px;font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small, 13px);left:0;padding:10px;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width: 480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base, 15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width: 768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,0.8);background:var(--plyr-captions-background, rgba(0,0,0,0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius, 3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,0.9);background:var(--plyr-menu-background, rgba(255,255,255,0.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0,0,0,0.15));color:#4a5464;color:var(--plyr-menu-color, #4a5464);font-size:15px;font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height 0.35s cubic-bezier(0.4, 0, 0.2, 1),width 0.35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size, 4px) solid rgba(255,255,255,0.9);border-width:var(--plyr-menu-arrow-size, 4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color, #4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size, 4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color, #728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color, #728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color, #dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,0.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing, 10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,0.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg, currentColor 0, transparent 0);background-image:linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background, var(--plyr-video-background, #000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing, 10px)}@media (max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,0.9);background:var(--plyr-tooltip-background, rgba(255,255,255,0.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius, 3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0,0,0,0.15));color:#4a5464;color:var(--plyr-tooltip-color, #4a5464);font-size:13px;font-size:var(--plyr-font-size-small, 13px);font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-top:4px solid rgba(255,255,255,0.9);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255,255,255,0.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, rgba(35,40,47,0.6) 25%, transparent 0, transparent 50%, rgba(35,40,47,0.6) 0, rgba(35,40,47,0.6) 75%, transparent 0, transparent);background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35,40,47,0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35,40,47,0.6)) 50%, var(--plyr-progress-loading-background, rgba(35,40,47,0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color, #4a5464);padding:10px;padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(35,40,47,0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,0.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,0.6);color:var(--plyr-audio-progress-buffered-background, rgba(193,200,209,0.6))}.plyr--video{background:#000;background:var(--plyr-video-background, var(--plyr-video-background, #000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background, var(--plyr-video-background, #000));margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent, rgba(0,0,0,0.75));background:var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0,0,0,0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color, #fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width: 480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing, 10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,0.15),0 0 0 1px rgba(35,40,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,0.15), 0 0 0 1px rgba(35,40,47,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255,255,255,0.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,0.25);color:var(--plyr-video-progress-buffered-background, rgba(255,255,255,0.25))}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin:-var(--plyr-range-track-height, 5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,0.9);background-color:var(--plyr-tooltip-background, rgba(255,255,255,0.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0,0,0,0.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius, 3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size, 4px) solid transparent;border-top:4px solid rgba(255,255,255,0.9);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255,255,255,0.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,0.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);border:0 !important;height:1px !important;overflow:hidden;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.plyr__poster{background-size:cover !important}.plyr__video-embed iframe{top:-50%;height:200%}.plyr-player-box{border-radius:0.6em;overflow:hidden}.plyr-player-box .plyr{--plyr-color-main: rgba(var(--ids__accent-RGB), 1)}.plyr-player-box .plyr button{background-color:rgba(var(--ids__link-RGB), 1);color:rgba(var(--ids__background-RGB), 1);transition-duration:0}.plyr--full-ui input[type="range"],.plyr--video .plyr__control{color:rgba(var(--ids__link-RGB), 1);transition-duration:0}.plyr--full-ui input[type="range"]:hover,.plyr--video .plyr__control:hover{color:rgba(var(--ids__background-RGB), 1)}.plyr--video .plyr__control{background-color:rgba(var(--ids__text-RGB), 1);transition-duration:0}.plyr--video .plyr__control:hover{background-color:rgba(var(--ids__hover-RGB), 1)}.plyr__video-wrapper .plyr__video-embed{aspect-ratio:auto}header{position:absolute;top:0;left:0;right:0;padding:0.6em;z-index:1;max-width:1800px}@media (max-width: 767px){header{min-width:auto}}header .ids__sequence{margin:0}header .logo{font-family:"Tesseract-Light";letter-spacing:0.03em;font-size:1.5em;line-height:1;text-decoration:none}header .logo.white{color:rgba(var(--ids__background-RGB), 1)}header .logo.white:hover{color:rgba(var(--ids__hover-RGB), 1)}header nav{position:relative;display:flex}@media (max-width: 767px){header nav{display:none}}header nav .nav-group{display:flex}header nav .nav-link{margin-right:0.6em;padding-top:calc(0.1em + 1px);text-decoration:none}header nav .nav-link span{font-family:"Tesseract-Light";font-size:1.07em;line-height:0.85}header nav .nav-link a{text-decoration:none}header nav .new-project-link{position:absolute;right:0;text-decoration:none}header nav span.new-project-link{font-family:"Tesseract-Light";font-size:1.07em;line-height:0.85;padding:0.25em 0.4em}header nav a.new-project-link{padding:0.1em 0.4em;border:1px solid rgba(var(--ids__link-RGB), 0.2);border-radius:0.15em;transition:none;text-decoration:none}header nav a.new-project-link:hover{background-color:rgba(var(--ids__hover-RGB), 1);border-color:rgba(var(--ids__hover-RGB), 1);color:rgba(var(--ids__background-RGB), 1)}header .mobile-nav{display:none}@media (max-width: 767px){header .mobile-nav{display:block}}header .mobile-nav .burger-icon,header .mobile-nav .close-icon{position:absolute;top:0;right:0.3em;font-size:3.5em;line-height:0.7;font-family:"Tesseract-Light";text-decoration:none}header .mobile-nav .burger-icon:hover,header .mobile-nav .close-icon:hover{border-bottom:0}header .mobile-nav .mobile-nav-sidebar{position:fixed;top:0;bottom:0;right:100%;padding:3em 0 0 1em;width:80%;background-color:rgba(var(--ids__surface-RGB), 0.95);z-index:10000;opacity:0;transition:opacity 0.5s ease}header .mobile-nav .mobile-nav-sidebar.visible{right:0;opacity:1}header .mobile-nav .mobile-nav-sidebar .nav-link{margin-bottom:0.5em}header .mobile-nav .mobile-nav-sidebar .new-project-link{display:inline-block;margin-top:0.5em;background-color:rgba(var(--ids__accent-RGB), 1);border-radius:0.15em;padding:0.2em 0.5em;text-decoration:none}header .mobile-nav .mobile-nav-sidebar .new-project-link:hover{background-color:rgba(var(--ids__hover-RGB), 1);color:rgba(var(--ids__background-RGB), 1)}.promo-footer{margin-top:3em}footer{position:relative;margin-top:7em;padding-bottom:0.5em}.order-text{width:92%;padding:1em;background-color:rgba(var(--ids__surface-RGB), 1)}.order-text p{font-size:0.85em}.order-text a.new-project-button{display:inline-block;margin:1em 0 0 0;border:1px solid rgba(var(--ids__link-RGB), 0.2);border-radius:0.15em;padding:0.1em 0.4em;transition:none;text-decoration:none}.order-text a.new-project-button:hover{background-color:rgba(var(--ids__hover-RGB), 1);border-color:rgba(var(--ids__hover-RGB), 1);color:rgba(var(--ids__background-RGB), 1);transition:none}.order-text a.new-project-button.big{padding:0.3em 1em;font-size:1.2em}.intuition{position:absolute;top:0;right:1.8em}.intuition a{position:absolute;text-decoration:none;transform-origin:top right;transform:rotate(11.95deg)}.intuition a:hover{border-bottom:0}.top-space{height:22vh}@media (max-width: 767px){.top-space{height:7em}}.project-promo-grid{margin-top:calc(var(--ids__density) * 1em);display:flex;flex-wrap:wrap}.project-promo-grid .project-promo-box{width:50%;padding-right:0.5em;padding-bottom:0.5em}@media (max-width: 767px){.project-promo-grid .project-promo-box{padding-right:0;width:100%}}.project-promo-grid .project-promo-box .footer-promo-all-projects{display:none}a.project-promo{border-bottom:0;transition:background-size 0.6s ease}a.project-promo:hover{border-bottom:0;transition:background-size 0.2s ease;color:rgba(var(--ids__text-RGB), 1)}.project-promo{position:relative;display:block;background-color:rgba(var(--ids__surface-RGB), 1);background-size:1px 101%, 101% 1px;padding-bottom:60%}@media (max-width: 767px){.project-promo{padding-bottom:110%}}.project-promo:hover{border-bottom:0;background-size:1px 105%, 110% 1px}.project-promo:hover .project-promo-content h3{color:rgba(var(--ids__hover-RGB), 1);transition:color 0s ease}.project-promo:hover .project-promo-content .about-project .project-link .project-link-icon{background-color:rgba(var(--ids__hover-RGB), 1);transition:background-color 0s ease}.project-promo.dark-top .project-promo-content h3{color:rgba(var(--ids__surface-RGB), 1)}.project-promo.dark-top:hover .project-promo-content h3{color:rgba(var(--ids__hover-RGB), 1)}.project-promo.dark-bottom .project-promo-content .about-project,.project-promo.dark-bottom .project-promo-content .project-promo-footer{color:rgba(var(--ids__surface-RGB), 1)}.project-promo.red-bottom:hover .project-promo-content .about-project .project-link .project-link-icon{background-color:rgba(var(--ids__background-RGB), 1)}.project-promo .project-promo-content{position:absolute;left:0.3em;width:100%}.project-promo .project-promo-content h3{position:absolute;top:0.2em;font-size:1.6em;line-height:1;font-weight:500;text-transform:uppercase;transition:color 0.6s ease}.project-promo .project-promo-content .about-project{position:absolute;width:85%;padding-top:34%}@media (max-width: 767px){.project-promo .project-promo-content .about-project{width:95%;padding-top:63%}}.project-promo .project-promo-content .about-project p{font-size:0.8em;line-height:1.3}@media (max-width: 767px){.project-promo .project-promo-content .about-project p{font-size:0.8em;line-height:1.3}}.project-promo-books{margin:1.5em 0 3em;display:flex;flex-direction:row}.project-promo-books .project-promo-box{position:relative;width:3em}@media (max-width: 767px){.project-promo-books .project-promo-box{padding-right:0;width:100%}}.project-promo-books .project-promo-box:nth-child(1){top:0.6em}.project-promo-books .project-promo-box:nth-child(2){top:1.5em}.project-promo-books .project-promo-box:nth-child(3){top:-0.9em}.project-promo-books .project-promo-box:nth-child(4){top:0.6em}.project-promo-books .project-promo-box:nth-child(6){top:1.5em}.project-promo-books .project-promo-box:nth-child(8){top:-0.9em}.project-promo-books .project-promo-box .project-promo{height:13em}.project-promo-books .project-promo-box .project-promo .project-promo-content{bottom:0}.project-promo-books .project-promo-box .project-promo .project-promo-content h3{left:1.1em;top:auto;bottom:0.85em;font-size:1em;transform-origin:left bottom;transform:rotate(-90deg);color:rgba(var(--ids__text-RGB), 1)}.project-promo-books .project-promo-box .project-promo .project-promo-content .about-project{display:none}.project-promo-books .project-promo-box .project-promo.dark-bottom .project-promo-content h3{color:rgba(var(--ids__surface-RGB), 1)}.project-promo-books .project-promo-box .project-promo.red-bottom:hover .project-promo-content h3{color:rgba(var(--ids__background-RGB), 1)}.project-promo-books .project-promo-box .project-promo:hover .project-promo-content h3{color:rgba(var(--ids__hover-RGB), 1)}.project-promo-books .project-promo-box .footer-promo-all-projects{position:absolute;left:1em;bottom:-1.9em;width:10em;transform-origin:left top;transform:rotate(-90deg)}.project-link{display:flex}.project-link .project-link-icon{margin-top:0.1em;margin-right:0.1em}.project-link .project-link-icon svg{width:0.8em;height:0.68em}.project-link .project-link-icon svg circle{fill:DodgerBlue;transition:fill 0.6s ease}.project-link .project-link-text{font-weight:800}.project-link-container{margin-top:1em;display:flex;justify-content:center;margin-bottom:1.5em}a.project-link{display:inline-flex;border-bottom:0}a.project-link .project-link-text{position:relative;background-image:linear-gradient(90deg, rgba(var(--ids__link-RGB), 0.3), rgba(var(--ids__link-RGB), 0.3));background-position:0 90%;background-size:10px 1px;background-repeat:repeat-x}a.project-link .project-link-text::before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg, #fbd9d3, #fbd9d3);background-position:0 90%;background-size:10px 1px;background-repeat:repeat-x;opacity:0;transition:opacity 0.6s ease}a.project-link:hover{border-bottom:0}a.project-link:hover .project-link-icon svg circle{fill:rgba(var(--ids__hover-RGB), 1);transition:fill 0s ease}a.project-link:hover .project-link-text:before{opacity:1;transition:opacity 0s ease}.design1{background-image:url("/images/gradient-v1.png"),url("/images/gradient-h1.png")}.design2{background-image:url("/images/gradient-v2.png"),url("/images/gradient-h2.png")}.design3{background-image:url("/images/gradient-v3.png"),url("/images/gradient-h3.png")}.design4{background-image:url("/images/gradient-v4.png"),url("/images/gradient-h4.png")}.design5{background-image:url("/images/gradient-v5.png"),url("/images/gradient-h5.png")}.design6{background-image:url("/images/gradient-v6.png"),url("/images/gradient-h6.png")}.design7{background-image:url("/images/gradient-v7.png"),url("/images/gradient-h7.png")}.design8{background-image:url("/images/gradient-v8.png"),url("/images/gradient-h8.png")}.design9{background-image:url("/images/gradient-v9.png"),url("/images/gradient-h9.png")}.design10{background-image:url("/images/gradient-v10.png"),url("/images/gradient-h10.png")}.design11{background-image:url("/images/gradient-v11.png"),url("/images/gradient-h11.png")}.design12{background-image:url("/images/gradient-v12.png"),url("/images/gradient-h12.png")}.design13{background-image:url("/images/gradient-v13.png"),url("/images/gradient-h13.png")}.design14{background-image:url("/images/gradient-v14.png"),url("/images/gradient-h14.png")}.design15{background-image:url("/images/gradient-v15.png"),url("/images/gradient-h15.png")}.design16{background-image:url("/images/gradient-v16.png"),url("/images/gradient-h16.png")}.design17{background-image:url("/images/gradient-v17.png"),url("/images/gradient-h17.png")}.design18{background-image:url("/images/gradient-v18.png"),url("/images/gradient-h18.png")}.design19{background-image:url("/images/gradient-v19.png"),url("/images/gradient-h19.png")}.design20{background-image:url("/images/gradient-v20.png"),url("/images/gradient-h20.png")}.project-header{position:relative;height:87vh;background-size:1px 101%, 101% 1px;transition:background-size 0.6s ease;margin-bottom:0.5em}.project-header:hover{background-size:1px 105%, 110% 1px;transition:background-size 0.2s ease}.project-header .project-header-content{position:absolute;bottom:0;width:100%}.project-header .project-header-content h1{color:rgba(var(--ids__on-main-RGB), 1)}.project-header .project-header-content h1.dark{color:rgba(var(--ids__text-RGB), 1)}.design-course{background-image:url("/images/P1470801.JPG");background-size:cover}.design-course:hover{background-size:cover}.best-article-card{border-left:1px solid #ccd1d2;border-top:1px solid #ccd1d2;padding:0.3em 1em 1em 0.4em;margin-right:-1px;margin-bottom:-1px;height:100%}.best-article-card em{display:block;margin-bottom:1em;font-size:0.8em}.articles-grid .best-article-card{height:10em}.gl__screenshot img{border:1px solid rgba(var(--ids__text-RGB), 0.2);padding:0.3em}.ids .article{font-weight:400;margin-top:8em}@media (max-width: 767px){.ids .article{margin-top:5em}}.ids .article p,.ids .article li{font-weight:400}.hero-portrait{margin-bottom:0.5em}@media (min-width: 768px){.hero-portrait{position:absolute;left:-3em}}@media (max-width: 768px){.hero-portrait{margin-top:1.2em}}.hero-portrait img{width:2.5em;height:2.5em;border-radius:50%}@media (max-width: 767px){.hero-portrait img{width:4em;height:4em}}.quote{display:inline-block;background-color:rgba(var(--ids__surface-RGB), 1);padding:0.7em 1em;border-radius:1em;margin-bottom:0.2em}@media (max-width: 767px){.mobile-reduce{padding:0.5em;font-size:0.8em}}.mobile-reduce .hero-portrait{margin-bottom:0.5em}@media (min-width: 768px){.mobile-reduce .hero-portrait{position:absolute;left:-3em}}.mobile-reduce .hero-portrait img{width:2.5em;height:2.5em;border-radius:50%}@media (max-width: 767px){.mobile-reduce .hero-portrait img{width:4em;height:4em}}.mobile-reduce .quote{display:inline-block;background-color:rgba(var(--ids__surface-RGB), 1);padding:0.7em 1em;border-radius:1em;margin-bottom:0.2em}.ids .welcome-form{background-color:rgba(var(--ids__surface-RGB), 1);padding:0.6em 3em 0.6em 0.6em;border-radius:0.7em;min-width:790px;max-width:1200px}@media (max-width: 767px){.ids .welcome-form{padding:0.6em 0.4em 0.4em 0.4em;min-width:auto}}@media (max-width: 767px){.ids .welcome-form h1{font-size:2.2em}}.ids .welcome-form form{width:100%;margin:0}.ids .welcome-form fieldset{width:84%;margin:0 0 1em 0;padding:0;border:0}@media (max-width: 767px){.ids .welcome-form fieldset{width:100%}}.ids .welcome-form .pill-checkboxes{margin-bottom:1em;display:flex;flex-wrap:wrap}.ids .welcome-form .pill-checkboxes .pill-checkbox input{display:none}.ids .welcome-form .pill-checkboxes .pill-checkbox input:checked+label{background-color:rgba(var(--ids__text-RGB), 1);color:rgba(var(--ids__background-RGB), 1)}.ids .welcome-form .pill-checkboxes .pill-checkbox input:checked+label:hover{background-color:rgba(var(--ids__text-RGB), 0.9)}.ids .welcome-form .pill-checkboxes .pill-checkbox label{display:block;padding:0.3em 0.8em 0.4em;border-radius:1.5em;margin:0 0.3em 0.3em 0;background-color:rgba(var(--ids__link-RGB), 0.1);cursor:pointer}@media (max-width: 767px){.ids .welcome-form .pill-checkboxes .pill-checkbox label{font-size:0.8em}}.ids .welcome-form .pill-checkboxes .pill-checkbox label:hover{background-color:rgba(var(--ids__link-RGB), 0.15)}.ids .welcome-form textarea{height:210px;margin:0;padding:1px 0;border:0;border-radius:0;font-family:"Tesseract-Light";font-weight:300;font-size:40px;line-height:52px;background-image:repeating-linear-gradient(transparent, transparent 51px, rgba(var(--ids__text-RGB), 0.3) 51px, rgba(var(--ids__text-RGB), 0.3) 52px);background-attachment:local;resize:none}@media (max-width: 767px){.ids .welcome-form textarea{font-size:30px;line-height:36px;background-image:repeating-linear-gradient(transparent, transparent 35px, rgba(var(--ids__text-RGB), 0.3) 35px, rgba(var(--ids__text-RGB), 0.3) 36px)}}.ids .welcome-form textarea:focus{box-shadow:none}.ids .welcome-form .line{margin-bottom:0.2em;display:flex;align-items:baseline}@media (max-width: 767px){.ids .welcome-form .line{flex-wrap:wrap;margin-bottom:1em}}.ids .welcome-form .input-text-label{margin-bottom:0;white-space:nowrap;margin-right:0.5em}.ids .welcome-form input.ids__input-text-line{margin:0;padding:0 0 0 0;border-radius:0;font-family:"Tesseract-Light";font-weight:300;font-size:40px;line-height:40px;border-bottom:1px solid rgba(var(--ids__link-RGB), 0.3)}@media (max-width: 767px){.ids .welcome-form input.ids__input-text-line{font-size:30px;line-height:36px}}.ids .welcome-form input.ids__input-text-line:focus{border-radius:0;box-shadow:none;border-bottom:1px solid rgba(var(--ids__link-RGB), 0.6)}.ids .welcome-form .form-footer{width:100%;margin-top:4em;margin-bottom:0.1em}.ids .welcome-form button{display:inline-block;vertical-align:top;width:12em;background-color:rgba(var(--ids__text-RGB), 1);margin:0.15em 1.2em 0 0}.ids .welcome-form button:hover{background-color:rgba(var(--ids__hover-RGB), 1)}.ids .welcome-form button:focus{box-shadow:none}.ids .welcome-form .false-button{width:12em;display:none;background-color:rgba(var(--ids__text-RGB), 0.9);margin:0.15em 1.2em 0 0;padding:calc(var(--ids__density) * 1em / 3) 2em calc(var(--ids__density) * 1em / 2.5);border-radius:0.3em;color:rgba(var(--ids__background-RGB), 1);text-align:center;animation:sending 0.5s alternate infinite ease}@keyframes sending{0%{background-color:rgba(var(--ids__text-RGB), 0.5)}100%{background-color:rgba(var(--ids__text-RGB), 0.2)}}.ids .welcome-form .welcome-message{width:84%;display:none}@media (max-width: 767px){.ids .welcome-form .welcome-message{margin-top:0.5em;width:100%}}.ids .welcome-form .welcome-server-error{width:65%;display:none}@media (max-width: 767px){.ids .welcome-form .welcome-server-error{margin-top:0.5em;width:100%}}.ids .welcome-form .welcome-server-error u{background-color:rgba(var(--ids__error-RGB), 1);color:rgba(var(--ids__background-RGB), 1);text-decoration:none}.ids .welcome-form form.--client-error .required label{color:rgba(var(--ids__error-RGB), 1)}.ids .welcome-form form.--client-error .required input{border-bottom-color:rgba(var(--ids__error-RGB), 1)}.ids .welcome-form form.--server-error .welcome-server-error{display:inline-block}.ids .welcome-form form.--sending{pointer-events:none}.ids .welcome-form form.--sending .false-button{display:inline-block}.ids .welcome-form form.--sending button{display:none}.ids .welcome-form form.--sent button{display:none}.ids .welcome-form form.--sent .welcome-message{display:inline-block}.ids .longread-page p,.ids .longread-page li{font-weight:400}.ids .longread-page strong{font-weight:500}.ids .longread-page table{font-weight:400}.ids .longread-page table th span{font-weight:400}.ids .longread-page table.longreads-list a{text-decoration:none;font-size:1.7em}.ids .longread-page table.longreads-list tr th:first-child{width:40%}@media (max-width: 768px){.ids .longread-page table.longreads-list tr th:first-child{width:40%}}.ids .longread-page table.longreads-list tr th:nth-child(2){width:20%}@media (max-width: 768px){.ids .longread-page table.longreads-list tr th:nth-child(2){width:30%}}.ids .longread-page table.longreads-list tr th:nth-child(3){width:20%}@media (max-width: 768px){.ids .longread-page table.longreads-list tr th:nth-child(3){width:25%}}.ids .longread-page figure figcaption{font-weight:400}.ids .longread-page.like-a-girl{--ids__text-RGB: 252, 52, 29;--ids__link-RGB: 252, 52, 29;--ids__hover-RGB: 252, 52, 29;--ids__surface-RGB: 255, 119, 104}.ids .longread-page.like-a-girl .hero-portrait img{background-color:rgba(var(--ids__text-RGB), 1)}.ids .longread-page.like-a-girl .promo-header{height:94vh;background-image:url("/images/like-a-girl/cover.jpg");background-color:rgba(var(--ids__text-RGB), 1);background-position:bottom center}@media (max-width: 768px){.ids .longread-page.like-a-girl .promo-header{height:60vh;background-position:center}}.ids .longread-page.like-a-girl .age-rate{position:absolute;right:0.55em;bottom:-2.3em}.ids .longread-page.like-a-girl h1{font-family:"CoFoDrifter", sans-serif;font-weight:500;font-size:5em;line-height:0.85;text-transform:none;letter-spacing:-0.09em}@media (max-width: 768px){.ids .longread-page.like-a-girl h1{font-size:3.2em}}.ids .longread-page.like-a-girl table{color:rgba(var(--ids__text-RGB), 1)}.ids .longread-page.like-a-girl table td strong{font-weight:700}.ids .longread-page.like-a-girl table .tablecaption{font-size:0.8em}.ids .longread-page.like-a-girl blockquote{margin:0 0 2em 0;font-style:normal;padding:1em 1.4em;border:1px solid rgba(var(--ids__text-RGB), 0.2);border-radius:0 2em 2em 2em}.ids .longread-page.like-a-girl h2,.ids .longread-page.like-a-girl h3,.ids .longread-page.like-a-girl li,.ids .longread-page.like-a-girl p{color:rgba(var(--ids__text-RGB), 1);text-decoration-color:rgba(var(--ids__text-RGB), 0.2)}.ids .longread-page.like-a-girl a{color:rgba(var(--ids__link-RGB), 1);text-decoration-color:rgba(var(--ids__link-RGB), 0.3)}.ids .longread-page.like-a-girl a:hover{color:rgba(var(--ids__hover-RGB), 1);text-decoration-color:rgba(var(--ids__hover-RGB), 1)}.ids .longread-page.like-a-girl aside{background-color:rgba(var(--ids__surface-RGB), 0.1)}.ids .longread-page.like-a-girl mark{background-color:rgba(var(--ids__hover-RGB), 0.15)}.ids .longread-page.like-a-girl .speach-bubble .quote{background-color:rgba(var(--ids__surface-RGB), 0.1)}.ids .longread-page.like-a-girl .speach-bubble .quote .reply{font-size:0.7em;line-height:1;border-left:3px solid #ff341d;padding-left:0.5em;margin-bottom:0.7em;opacity:0.7}.ids .longread-page.like-a-girl .speach-bubble .quote .reply p{margin-bottom:0.4em}.ids .longread-page.like-a-girl .speach-bubble .quote .reply p:first-child{font-weight:500}.ids .longread-page.like-a-girl .lead.wide{font-size:2em;font-weight:400;line-height:1;margin-left:-2.1em;width:135%;margin:0.7em 1em 0.8em -2.1em}.ids .longread-page.like-a-girl aside .lead.wide{margin:0 0 0.52em -1.8em}@media (max-width: 768px){.ids .longread-page.like-a-girl aside .lead.wide{margin-left:-1.6em;font-size:1.25em;padding:0 0 0 0.4em;margin-right:0;width:122%}}.ids .longread-page.like-a-girl .main-lead{color:#fff;border-radius:0 1.5em 1.5em 1.5em;padding:1em 1.5em 0 0;margin-top:-7.33em}.ids .longread-page.like-a-girl .main-lead h1{color:#000}.ids .longread-page.like-a-girl .main-lead h1 span:first-child{background-color:#000;color:#fff}.ids .longread-page.like-a-girl .main-lead h1 span:nth-child(2){background-color:#ff341d;color:#fff}@media (max-width: 768px){.ids .longread-page.like-a-girl .main-lead{margin-top:-5.58em}}.ids .longread-page.like-a-girl .main-lead p{font-weight:500;font-size:1.2em;text-align:right;color:#fff}.ids .longread-page.like-a-girl .cards{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1em;width:90%;margin:2.8em auto 1.5em auto}@media (max-width: 768px){.ids .longread-page.like-a-girl .cards{justify-content:center;margin:1.5em auto}}.ids .longread-page.like-a-girl .cards.anonim{margin-top:1em;margin-left:0;width:100%}.ids .longread-page.like-a-girl .cards.anonim .quote{background:transparent;padding:0}.ids .longread-page.like-a-girl .cards.anonim .card{width:100%;height:auto;cursor:default;padding:0}.ids .longread-page.like-a-girl .cards.anonim .card .content{background-color:#f1f1f1}.ids .longread-page.like-a-girl .cards.anonim .card .content p{color:#000;font-size:0.95em;line-height:1.2;padding:0em 0.4em 2em 0}.ids .longread-page.like-a-girl .cards.anonim .card .content p mark{color:#000;background-color:#fd6863}.ids .longread-page.like-a-girl .card{position:relative;cursor:pointer;display:flex;width:13.6em;height:22.8em;padding:2em 1em 1em 1em;background-color:#ff341d;background-size:cover;border-radius:2em;margin-bottom:0em;align-items:flex-end}@media (max-width: 768px){.ids .longread-page.like-a-girl .card{width:16.8em;height:26em}}.ids .longread-page.like-a-girl .card .like-counter{position:absolute;cursor:pointer;user-select:none;-webkit-user-select:none;color:#ff341d;right:1em;bottom:1em;font-size:0.8em;font-family:"CoFoDrifter", sans-serif;font-weight:300}@media (max-width: 768px){.ids .longread-page.like-a-girl .card .like-counter{font-size:1em}}.ids .longread-page.like-a-girl .card .like-counter::before{content:"";transition:background-image 0.5s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 51 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4992 43L21.4683 44.0896C21.9685 44.5629 22.7269 44.6348 23.3071 44.2638L22.4992 43ZM15.1013 36L14.0334 37.0534C14.0455 37.0656 14.0578 37.0777 14.0703 37.0896L15.1013 36ZM8.68969 29.5L7.53388 30.4561C7.56175 30.4898 7.59108 30.5222 7.62179 30.5534L8.68969 29.5ZM3.75771 22L2.38103 22.5956L2.38103 22.5956L3.75771 22ZM2.27812 17.5L0.798637 17.7473C0.806415 17.7938 0.816386 17.8399 0.828515 17.8856L2.27812 17.5ZM2.27812 11.5L0.83271 11.099L2.27812 11.5ZM5.23731 6.5L4.15247 5.46408L4.15247 5.46408L5.23731 6.5ZM11.1557 3L10.6767 1.57853C10.6577 1.58493 10.6388 1.59172 10.6201 1.59889L11.1557 3ZM21.0196 3L20.4495 4.38742L20.4495 4.38742L21.0196 3ZM24.472 6.5L25.7974 5.79756L25.7974 5.79756L24.472 6.5ZM24.9652 10L26.4216 10.3591C26.4307 10.3224 26.4383 10.2853 26.4446 10.248L24.9652 10ZM24.472 12L23.0157 11.6409C22.8524 12.3029 23.1563 12.9919 23.7553 13.3177C24.3543 13.6435 25.0978 13.5243 25.5649 13.0275L24.472 12ZM29.404 8L28.7328 6.65855L29.404 8ZM34.5511 6L34.2105 4.53918C34.1715 4.54826 34.1329 4.5589 34.0948 4.57107L34.5511 6ZM39.483 5.5L39.3248 6.99163L39.3248 6.99163L39.483 5.5ZM44.2 7L44.8493 5.64783L44.8493 5.64783L44.2 7ZM46.6659 9L47.7722 7.98702L47.7684 7.98285L46.6659 9ZM48.6387 12L50.061 11.5235L50.061 11.5235L48.6387 12ZM48.6387 16.5L50.0994 16.8412L50.0994 16.8412L48.6387 16.5ZM46.6659 20.5L45.3827 19.7233L45.3827 19.7233L46.6659 20.5ZM43.2136 25L44.2815 26.0534C44.3004 26.0342 44.3188 26.0145 44.3367 25.9943L43.2136 25ZM37.7884 30.5L38.8095 31.5988C38.8254 31.584 38.841 31.5688 38.8563 31.5534L37.7884 30.5ZM31.87 36L32.8496 37.136C32.8636 37.1238 32.8775 37.1114 32.8911 37.0988L31.87 36ZM26.938 40L27.8269 41.2083L27.8269 41.2083L26.938 40ZM23.5302 41.9104L16.1322 34.9104L14.0703 37.0896L21.4683 44.0896L23.5302 41.9104ZM16.1692 34.9466L9.75759 28.4466L7.62179 30.5534L14.0334 37.0534L16.1692 34.9466ZM8.68969 29.5C9.84551 28.5439 9.84558 28.544 9.84563 28.5441C9.84563 28.5441 9.84568 28.5441 9.84568 28.5441C9.84568 28.5441 9.84563 28.5441 9.84553 28.5439C9.84532 28.5437 9.8449 28.5432 9.84427 28.5424C9.84301 28.5409 9.84092 28.5384 9.83801 28.5348C9.83219 28.5277 9.82311 28.5167 9.81094 28.5018C9.7866 28.472 9.74991 28.427 9.70226 28.3679C9.60694 28.2498 9.4679 28.0759 9.29614 27.8566C8.95222 27.4174 8.47924 26.7989 7.96448 26.0831C6.917 24.6266 5.76422 22.8602 5.1344 21.4044L2.38103 22.5956C3.14587 24.3635 4.45908 26.3471 5.52893 27.8347C6.07283 28.591 6.57134 29.2429 6.93425 29.7063C7.1159 29.9383 7.26411 30.1237 7.36768 30.252C7.41948 30.3162 7.46016 30.3661 7.48831 30.4006C7.50239 30.4178 7.51334 30.4311 7.52099 30.4404C7.52482 30.4451 7.52782 30.4487 7.52997 30.4514C7.53105 30.4527 7.53192 30.4537 7.53257 30.4545C7.53289 30.4549 7.53317 30.4552 7.53338 30.4555C7.53349 30.4556 7.53362 30.4558 7.53367 30.4558C7.53378 30.456 7.53388 30.4561 8.68969 29.5ZM5.1344 21.4044C4.80266 20.6376 4.45274 19.5798 4.17757 18.6767C4.04232 18.2328 3.92924 17.8399 3.85008 17.5585C3.81054 17.4179 3.77959 17.3055 3.75868 17.2289C3.74823 17.1906 3.74031 17.1613 3.73508 17.1419C3.73247 17.1322 3.73054 17.125 3.7293 17.1204C3.72868 17.1181 3.72824 17.1164 3.72798 17.1154C3.72785 17.1149 3.72776 17.1146 3.72771 17.1144C3.72769 17.1143 3.72768 17.1143 3.72768 17.1143C3.72768 17.1143 3.72769 17.1143 3.72769 17.1143C3.72771 17.1144 3.72772 17.1144 2.27812 17.5C0.828515 17.8856 0.828536 17.8856 0.828559 17.8857C0.828571 17.8858 0.828597 17.8859 0.82862 17.8859C0.828667 17.8861 0.828725 17.8863 0.828794 17.8866C0.828933 17.8871 0.829117 17.8878 0.829346 17.8887C0.829804 17.8904 0.830442 17.8928 0.831258 17.8958C0.83289 17.9019 0.835232 17.9107 0.838261 17.9219C0.844318 17.9444 0.853127 17.977 0.864501 18.0187C0.887243 18.102 0.920277 18.2219 0.962116 18.3707C1.0457 18.6679 1.16491 19.082 1.30782 19.551C1.58897 20.4738 1.97884 21.666 2.38103 22.5956L5.1344 21.4044ZM2.27812 17.5C3.7576 17.2527 3.75763 17.2529 3.75766 17.2531C3.75766 17.2531 3.75769 17.2533 3.7577 17.2533C3.75772 17.2535 3.75773 17.2536 3.75774 17.2536C3.75775 17.2536 3.75772 17.2535 3.75765 17.2531C3.75753 17.2523 3.75725 17.2506 3.75684 17.2481C3.75602 17.243 3.75465 17.2346 3.75278 17.2228C3.74905 17.1992 3.74334 17.1625 3.73612 17.114C3.72167 17.0168 3.70119 16.8726 3.67825 16.6914C3.63224 16.3278 3.57705 15.8209 3.54037 15.2497C3.46383 14.0579 3.48201 12.7715 3.72353 11.901L0.83271 11.099C0.448457 12.4841 0.466637 14.1978 0.546539 15.442C0.58808 16.0889 0.650223 16.659 0.701991 17.068C0.727942 17.2731 0.751461 17.439 0.768784 17.5554C0.77745 17.6137 0.78458 17.6597 0.789708 17.692C0.792272 17.7082 0.794337 17.721 0.795844 17.7303C0.796598 17.7349 0.797212 17.7386 0.79768 17.7415C0.797914 17.7429 0.798111 17.7441 0.798271 17.7451C0.798351 17.7455 0.798421 17.746 0.798482 17.7463C0.798513 17.7465 0.798551 17.7467 0.798567 17.7468C0.798603 17.7471 0.798637 17.7473 2.27812 17.5ZM3.72353 11.901C4.25041 10.0018 4.8864 9.03947 6.32214 7.53592L4.15247 5.46408C2.46362 7.23268 1.52209 8.61407 0.83271 11.099L3.72353 11.901ZM6.32214 7.53592C7.06588 6.75707 8.34972 5.97624 9.57201 5.35736C10.161 5.05914 10.6967 4.81767 11.0846 4.65105C11.2781 4.56796 11.4335 4.50404 11.5388 4.46154C11.5915 4.44031 11.6315 4.42446 11.6575 4.41429C11.6704 4.4092 11.6799 4.40554 11.6856 4.40333C11.6884 4.40223 11.6903 4.40149 11.6913 4.40112C11.6918 4.40093 11.692 4.40084 11.692 4.40084C11.692 4.40084 11.692 4.40086 11.6918 4.4009C11.6918 4.40093 11.6916 4.40098 11.6916 4.40099C11.6915 4.40105 11.6913 4.40111 11.1557 3C10.6201 1.59889 10.6199 1.59896 10.6197 1.59904C10.6196 1.59908 10.6193 1.59917 10.6192 1.59924C10.6188 1.59938 10.6184 1.59954 10.6179 1.59973C10.6169 1.60011 10.6157 1.60058 10.6142 1.60115C10.6112 1.60228 10.6073 1.6038 10.6024 1.60569C10.5927 1.60947 10.5791 1.61475 10.5619 1.6215C10.5275 1.635 10.4785 1.65438 10.4166 1.67936C10.2928 1.7293 10.1167 1.80178 9.90069 1.89454C9.46972 2.07965 8.87481 2.34773 8.21682 2.68089C6.9452 3.32476 5.26986 4.29393 4.15247 5.46408L6.32214 7.53592ZM11.1557 3C11.6347 4.42147 11.6345 4.42152 11.6344 4.42156C11.6344 4.42156 11.6343 4.4216 11.6342 4.42162C11.6341 4.42165 11.6341 4.42167 11.6341 4.42167C11.6341 4.42167 11.6342 4.42162 11.6346 4.42151C11.6352 4.42128 11.6366 4.42082 11.6387 4.42013C11.6428 4.41876 11.6497 4.41647 11.6591 4.41335C11.6781 4.40709 11.7075 4.39747 11.7465 4.38494C11.8243 4.35988 11.94 4.32333 12.0857 4.27911C12.3779 4.19044 12.7872 4.07212 13.2532 3.95412C14.2202 3.70931 15.3021 3.5 16.0877 3.5V0.5C14.909 0.5 13.5249 0.790691 12.517 1.04588C11.9956 1.17788 11.5402 1.30956 11.2145 1.40839C11.0513 1.45792 10.9197 1.49949 10.8276 1.52912C10.7816 1.54394 10.7453 1.5558 10.7198 1.56419C10.7071 1.56839 10.6971 1.57172 10.6898 1.57413C10.6862 1.57534 10.6833 1.57631 10.6811 1.57705C10.68 1.57741 10.6791 1.57772 10.6784 1.57797C10.678 1.57809 10.6777 1.5782 10.6774 1.57829C10.6773 1.57834 10.6771 1.5784 10.677 1.57842C10.6769 1.57848 10.6767 1.57853 11.1557 3ZM16.0877 3.5C17.84 3.5 18.7944 3.70727 20.4495 4.38742L21.5898 1.61258C19.6042 0.796648 18.2637 0.5 16.0877 0.5V3.5ZM20.4495 4.38742C21.1559 4.67769 21.5616 4.95023 21.9009 5.30156C22.2692 5.68289 22.6317 6.23085 23.1467 7.20244L25.7974 5.79756C25.2523 4.76915 24.7307 3.91311 24.0588 3.21743C23.3579 2.49177 22.5674 2.0143 21.5898 1.61258L20.4495 4.38742ZM23.1467 7.20244C23.4061 7.69196 23.5097 8.30895 23.527 8.87615C23.5353 9.1477 23.523 9.38071 23.5091 9.54198C23.5022 9.62198 23.495 9.68256 23.4903 9.71935C23.4879 9.7377 23.4861 9.74998 23.4852 9.75563C23.4848 9.75846 23.4846 9.75961 23.4847 9.75903C23.4848 9.75873 23.4849 9.75801 23.4851 9.75683C23.4852 9.75625 23.4853 9.75555 23.4854 9.75474C23.4855 9.75433 23.4856 9.7539 23.4856 9.75344C23.4857 9.75321 23.4857 9.75284 23.4857 9.75272C23.4858 9.75235 23.4859 9.75197 24.9652 10C26.4446 10.248 26.4446 10.2476 26.4447 10.2472C26.4447 10.2471 26.4448 10.2467 26.4449 10.2464C26.445 10.2458 26.4451 10.2452 26.4452 10.2445C26.4454 10.2433 26.4456 10.2419 26.4459 10.2403C26.4464 10.2373 26.4469 10.2337 26.4476 10.2297C26.4488 10.2216 26.4504 10.2116 26.4522 10.1998C26.4557 10.1761 26.4602 10.1449 26.4651 10.1069C26.475 10.0309 26.487 9.92684 26.498 9.79966C26.5198 9.54656 26.5381 9.19483 26.5256 8.78489C26.5014 7.98909 26.3584 6.85608 25.7974 5.79756L23.1467 7.20244ZM23.5089 9.64086L23.0157 11.6409L25.9284 12.3591L26.4216 10.3591L23.5089 9.64086ZM24.472 12C25.5649 13.0275 25.5648 13.0276 25.5647 13.0277C25.5647 13.0277 25.5646 13.0278 25.5646 13.0278C25.5645 13.0279 25.5645 13.0279 25.5645 13.0279C25.5646 13.0278 25.5648 13.0276 25.5651 13.0272C25.5658 13.0264 25.5672 13.025 25.5692 13.0229C25.5732 13.0186 25.5798 13.0117 25.5887 13.0023C25.6067 12.9835 25.6343 12.9547 25.6708 12.917C25.744 12.8414 25.8525 12.7305 25.9904 12.5932C26.2666 12.3179 26.6572 11.9397 27.1125 11.5295C28.0526 10.6827 29.1606 9.79907 30.0752 9.34145L28.7328 6.65855C27.4356 7.30765 26.0776 8.42405 25.1046 9.30054C24.6035 9.75199 24.1758 10.1663 23.8729 10.4681C23.7211 10.6193 23.5999 10.743 23.5156 10.8301C23.4735 10.8736 23.4405 10.908 23.4175 10.9321C23.406 10.9442 23.397 10.9537 23.3906 10.9605C23.3874 10.9639 23.3848 10.9666 23.3829 10.9686C23.3819 10.9696 23.3812 10.9704 23.3805 10.9711C23.3802 10.9714 23.38 10.9717 23.3797 10.9719C23.3796 10.9721 23.3795 10.9722 23.3794 10.9723C23.3793 10.9724 23.3792 10.9725 24.472 12ZM30.0752 9.34145C30.9786 8.88945 32.1979 8.41345 33.2267 8.04087C33.7339 7.85721 34.1815 7.70343 34.5018 7.59571C34.6618 7.54191 34.7897 7.49974 34.8768 7.47125C34.9204 7.457 34.9538 7.44618 34.9759 7.43904C34.9869 7.43547 34.9952 7.43282 35.0005 7.43113C35.0031 7.43028 35.005 7.42967 35.0062 7.4293C35.0067 7.42912 35.0071 7.42899 35.0073 7.42893C35.0074 7.4289 35.0075 7.42888 35.0075 7.42888C35.0075 7.42888 35.0074 7.42889 35.0074 7.42889C35.0074 7.42891 35.0073 7.42893 34.5511 6C34.0948 4.57107 34.0947 4.5711 34.0946 4.57113C34.0946 4.57114 34.0945 4.57118 34.0944 4.57121C34.0942 4.57127 34.094 4.57135 34.0937 4.57144C34.0931 4.57162 34.0923 4.57187 34.0914 4.57218C34.0894 4.57279 34.0868 4.57365 34.0833 4.57476C34.0765 4.57696 34.0666 4.58013 34.0539 4.58423C34.0285 4.59244 33.9917 4.60438 33.9445 4.6198C33.8502 4.65064 33.7144 4.69544 33.5457 4.75216C33.2087 4.86548 32.7387 5.02695 32.2053 5.22012C31.1529 5.60121 29.7987 6.12521 28.7328 6.65855L30.0752 9.34145ZM34.5511 6C34.8916 7.46082 34.8915 7.46086 34.8914 7.46088C34.8914 7.46089 34.8912 7.46092 34.8912 7.46093C34.8911 7.46095 34.891 7.46097 34.891 7.46097C34.891 7.46098 34.8911 7.46094 34.8915 7.46086C34.8921 7.46071 34.8935 7.46039 34.8956 7.45992C34.8997 7.45897 34.9066 7.45738 34.9162 7.45522C34.9354 7.45089 34.9651 7.44423 35.0045 7.43563C35.0833 7.41842 35.2002 7.39351 35.3474 7.36398C35.6426 7.30474 36.0554 7.22771 36.5232 7.15689C37.4962 7.0096 38.5692 6.91146 39.3248 6.99163L39.6413 4.00837C38.4813 3.8853 37.0883 4.03716 36.0742 4.19068C35.5485 4.27026 35.0874 4.35634 34.7572 4.42261C34.5917 4.45583 34.458 4.48427 34.3643 4.50473C34.3175 4.51496 34.2806 4.52321 34.2546 4.52908C34.2416 4.53202 34.2314 4.53436 34.224 4.53606C34.2203 4.53691 34.2173 4.5376 34.215 4.53812C34.2139 4.53838 34.213 4.5386 34.2122 4.53877C34.2118 4.53886 34.2115 4.53894 34.2112 4.53901C34.2111 4.53904 34.2109 4.53908 34.2108 4.5391C34.2106 4.53914 34.2105 4.53918 34.5511 6ZM39.3248 6.99163C40.9363 7.16261 42.0185 7.61641 43.5506 8.35217L44.8493 5.64783C43.229 4.86973 41.7732 4.23455 39.6413 4.00837L39.3248 6.99163ZM43.5506 8.35217C43.9004 8.52016 44.3829 8.89402 44.8428 9.31143C45.057 9.50582 45.241 9.68624 45.371 9.81765C45.4356 9.88303 45.4861 9.93544 45.5193 9.97035C45.5359 9.98778 45.5482 10.0008 45.5557 10.0088C45.5594 10.0128 45.562 10.0155 45.5633 10.017C45.564 10.0177 45.5643 10.018 45.5643 10.0181C45.5644 10.0181 45.5643 10.018 45.5642 10.0179C45.5641 10.0178 45.564 10.0177 45.5639 10.0176C45.5638 10.0175 45.5637 10.0174 45.5637 10.0174C45.5636 10.0173 45.5635 10.0171 46.6659 9C47.7684 7.98285 47.7683 7.98272 47.7682 7.98259C47.7681 7.98253 47.768 7.98239 47.7679 7.98229C47.7677 7.98208 47.7675 7.98185 47.7672 7.98159C47.7668 7.98108 47.7662 7.98048 47.7656 7.97979C47.7643 7.97842 47.7627 7.97668 47.7608 7.97461C47.7569 7.97045 47.7517 7.9649 47.7453 7.95804C47.7325 7.94433 47.7146 7.92534 47.692 7.90168C47.647 7.85439 47.5832 7.78819 47.5038 7.70788C47.3455 7.54792 47.122 7.3287 46.859 7.08999C46.3646 6.64121 45.614 6.01507 44.8493 5.64783L43.5506 8.35217ZM46.6659 9C45.5596 10.013 45.5595 10.0128 45.5594 10.0127C45.5594 10.0127 45.5593 10.0126 45.5592 10.0125C45.5591 10.0124 45.559 10.0123 45.5589 10.0122C45.5588 10.012 45.5587 10.0119 45.5587 10.012C45.5588 10.012 45.5592 10.0125 45.56 10.0133C45.5615 10.015 45.5644 10.0182 45.5686 10.0228C45.577 10.0322 45.5905 10.0473 45.6087 10.0679C45.645 10.109 45.6994 10.1713 45.767 10.251C45.9027 10.4111 46.0879 10.6374 46.2847 10.8998C46.7062 11.4621 47.074 12.0512 47.2164 12.4765L50.061 11.5235C49.7569 10.6155 49.1382 9.70467 48.685 9.10021C48.4444 8.7793 48.2202 8.50558 48.0558 8.31155C47.9733 8.21415 47.9049 8.13583 47.8561 8.08058C47.8316 8.05293 47.812 8.03099 47.7978 8.01525C47.7907 8.00737 47.785 8.00105 47.7807 7.99632C47.7786 7.99396 47.7768 7.992 47.7754 7.99045C47.7747 7.98967 47.774 7.989 47.7735 7.98843C47.7733 7.98814 47.773 7.98788 47.7728 7.98765C47.7727 7.98753 47.7726 7.98738 47.7725 7.98732C47.7724 7.98717 47.7722 7.98703 46.6659 9ZM47.2164 12.4765C47.6426 13.7487 47.5544 14.548 47.1781 16.1588L50.0994 16.8412C50.5221 15.0319 50.7498 13.5794 50.061 11.5235L47.2164 12.4765ZM47.1781 16.1588C46.8507 17.5599 46.368 18.0955 45.3827 19.7233L47.9492 21.2767C48.7659 19.9274 49.6327 18.8391 50.0994 16.8412L47.1781 16.1588ZM45.3827 19.7233C44.8642 20.5799 44.0553 21.6391 43.3437 22.5171C42.994 22.9486 42.6788 23.3229 42.4513 23.589C42.3377 23.7219 42.2464 23.8274 42.1839 23.899C42.1527 23.9348 42.1287 23.9622 42.1129 23.9803C42.1049 23.9893 42.099 23.996 42.0952 24.0003C42.0934 24.0024 42.092 24.0039 42.0912 24.0049C42.0908 24.0053 42.0905 24.0056 42.0904 24.0058C42.0903 24.0058 42.0903 24.0059 42.0903 24.0059C42.0903 24.0059 42.0903 24.0058 42.0903 24.0058C42.0904 24.0058 42.0904 24.0057 43.2136 25C44.3367 25.9943 44.3368 25.9942 44.3368 25.9941C44.3369 25.9941 44.337 25.994 44.337 25.9939C44.3372 25.9937 44.3373 25.9935 44.3376 25.9933C44.338 25.9928 44.3386 25.9922 44.3393 25.9914C44.3407 25.9898 44.3426 25.9875 44.3452 25.9847C44.3502 25.979 44.3573 25.9709 44.3666 25.9604C44.385 25.9394 44.4117 25.909 44.4457 25.8699C44.5137 25.7918 44.6113 25.6792 44.7316 25.5384C44.972 25.2573 45.3045 24.8623 45.6744 24.406C46.4018 23.5084 47.3191 22.3177 47.9492 21.2767L45.3827 19.7233ZM42.1457 23.9466L36.7205 29.4466L38.8563 31.5534L44.2815 26.0534L42.1457 23.9466ZM36.7673 29.4012L30.8489 34.9012L32.8911 37.0988L38.8095 31.5988L36.7673 29.4012ZM31.87 36C30.8904 34.864 30.8904 34.864 30.8905 34.864C30.8904 34.864 30.8904 34.864 30.8904 34.864C30.8904 34.8641 30.8903 34.8642 30.8901 34.8643C30.8898 34.8645 30.8894 34.8649 30.8887 34.8655C30.8875 34.8666 30.8855 34.8683 30.8828 34.8706C30.8775 34.8751 30.8695 34.8821 30.8588 34.8912C30.8375 34.9096 30.8056 34.9369 30.7642 34.9724C30.6815 35.0433 30.5605 35.1466 30.409 35.2752C30.1059 35.5327 29.681 35.8913 29.1945 36.2952C28.2152 37.1081 27.0102 38.0848 26.0492 38.7917L27.8269 41.2083C28.8622 40.4466 30.1231 39.4233 31.1108 38.6034C31.6078 38.1908 32.0415 37.8248 32.3512 37.5617C32.5061 37.4301 32.6301 37.3242 32.7157 37.2509C32.7585 37.2143 32.7917 37.1858 32.8143 37.1663C32.8256 37.1566 32.8343 37.1492 32.8402 37.1441C32.8431 37.1415 32.8454 37.1396 32.847 37.1382C32.8478 37.1375 32.8484 37.137 32.8488 37.1366C32.849 37.1364 32.8492 37.1363 32.8493 37.1362C32.8494 37.1361 32.8494 37.1361 32.8495 37.1361C32.8495 37.136 32.8496 37.136 31.87 36ZM26.0492 38.7917C25.2375 39.3888 24.1535 40.1219 23.2584 40.7143C22.8138 41.0086 22.4212 41.2646 22.1398 41.447C21.9992 41.5381 21.8865 41.6108 21.8093 41.6604C21.7707 41.6853 21.7409 41.7044 21.7209 41.7172C21.7109 41.7236 21.7034 41.7284 21.6984 41.7316C21.6959 41.7332 21.6941 41.7344 21.6929 41.7351C21.6923 41.7355 21.6919 41.7358 21.6916 41.736C21.6915 41.7361 21.6914 41.7361 21.6914 41.7361C21.6913 41.7362 21.6913 41.7362 21.6913 41.7362C21.6913 41.7362 21.6913 41.7362 22.4992 43C23.3071 44.2638 23.3072 44.2638 23.3072 44.2638C23.3073 44.2638 23.3073 44.2637 23.3074 44.2637C23.3075 44.2636 23.3077 44.2635 23.3079 44.2634C23.3083 44.2631 23.3088 44.2628 23.3096 44.2623C23.311 44.2614 23.3132 44.26 23.3159 44.2582C23.3215 44.2547 23.3296 44.2495 23.3402 44.2427C23.3614 44.2291 23.3924 44.2092 23.4323 44.1835C23.5122 44.1321 23.6278 44.0576 23.7715 43.9644C24.059 43.7781 24.4599 43.5167 24.9142 43.216C25.817 42.6185 26.9524 41.8516 27.8269 41.2083L26.0492 38.7917Z' fill='%23FF462F'/%3E%3C/svg%3E%0A");position:absolute;width:1.1em;height:0.96em;left:-1.4em;top:0.15em}.ids .longread-page.like-a-girl .card .like-counter:hover.wobble{animation:wobble 0.4s ease-in-out}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(25%) rotate(5deg)}45%{transform:translateX(-25%) rotate(-5deg)}60%{transform:translateX(25%) rotate(5deg)}75%{transform:translateX(-25%) rotate(-5deg)}100%{transform:translateX(0%)}}.ids .longread-page.like-a-girl .card .content{vertical-align:bottom;font-family:"CoFoDrifter", sans-serif;font-weight:300;background:#fff;border-radius:0 1.5em 1.5em 1.5em;padding:1em 1em 1em 1em;font-size:0.8em}@media (max-width: 768px){.ids .longread-page.like-a-girl .card .content{font-size:1.05em}}.ids .longread-page.like-a-girl .card .content .meta{margin-bottom:1em;font-size:0.7em}.ids .longread-page.like-a-girl .card .content .meta .author{font-weight:500;color:#000}.ids .longread-page.like-a-girl .card .content .meta .date{color:#000}.ids .longread-page.like-a-girl .card .content .reply{font-size:0.7em;line-height:1;border-left:3px solid;padding-left:0.5em;margin-bottom:0.8em}.ids .longread-page.like-a-girl .card .content .text{line-height:1;padding-bottom:1.5em}.ids .longread-page.like-a-girl .special aside{background:none;border:1px solid rgba(var(--ids__text-RGB), 1);transition:background-color 0.3s ease}.ids .longread-page.like-a-girl .special aside p{transition:color 0.3s ease}.ids .longread-page.like-a-girl .special aside p span{transition:color 0.3s ease, text-decoration-color 0.3s ease}.ids .longread-page.like-a-girl .special aside:hover{background-color:rgba(var(--ids__text-RGB), 1);transition:background-color 0s ease}.ids .longread-page.like-a-girl .special aside:hover p{color:#fff;transition:color 0s ease}.ids .longread-page.like-a-girl .special aside:hover p span{color:#fff;text-decoration-color:rgba(255,255,255,0.3);transition:color 0s ease, text-decoration-color 0s ease}.ids .seatbelt-cover{background-image:url("https://res.cloudinary.com/dfp04r6p0/image/upload/fl_preserve_transparency/v1727337580/seatbelts_cover_3200%D1%851800.jpg?_s=public-apps")}.ids .be-safe-cover{background-image:url("https://res.cloudinary.com/dfp04r6p0/image/upload/fl_preserve_transparency/v1727435670/be-safe_cover_3200%D1%851800.jpg?_s=public-apps")}.ids .like-a-girl-cover{background-image:url("https://res.cloudinary.com/dyogwteo8/image/upload/f_auto,q_auto/nud2iqo5ya64nc1z7zav");background-position:center}.ids .like-a-girl-cover h2{font-family:"CoFoDrifter", sans-serif;font-size:1.8em !important}.ids .like-a-girl-cover h2 span{transition:color 0.3s ease}.ids .like-a-girl-cover h2 span:first-child{background-color:#000;color:#fff}.ids .like-a-girl-cover h2 span:last-child{background-color:#ff341d;color:#fff}.ids .like-a-girl-cover:hover h2 span{color:#ffffffd6;transition:color 0s ease}.ids .promo.be-safe-cover{background-position-x:right !important}.promo-grid{margin-top:calc(var(--ids__density) * 1em);display:flex;flex-wrap:wrap}.promo-grid .promo-box{width:50%;padding-right:0.5em;padding-bottom:0.5em}@media (max-width: 767px){.promo-grid .promo-box{padding-right:0;width:100%}}.promo{position:relative;display:block;background-color:rgba(var(--ids__surface-RGB), 1);background-size:cover;padding-bottom:60%;transition:filter 0.5s ease}@media (max-width: 767px){.promo{padding-bottom:110%;background-position-x:-20em}}.promo:hover{border-bottom:0}.promo:hover .promo-content h2{color:rgba(var(--ids__hover-RGB), 1)}.promo .promo-content{position:absolute;left:0.3em;width:100%}@media (max-width: 767px){.promo .promo-content{width:76%}}.promo .promo-content h2{position:absolute;top:0.2em;font-size:1.6em;line-height:1;font-weight:500;text-transform:uppercase}.promo-header{position:relative;height:87vh;margin-bottom:0.5em;background-size:cover;background-position:right}@media (max-width: 767px){.promo-header{height:66vh}}.promo-header .promo-header-content{position:absolute;bottom:0;width:100%}.promo-header.dark{color:#fff}.ids .poll-infographics{position:relative;font-size:0.8em;font-weight:500;margin-top:1.5em;margin-bottom:2.3em}.ids .poll-infographics .items{margin-bottom:1.1em}.ids .poll-infographics .items .info-item{display:flex;align-items:baseline}.ids .poll-infographics .items .info-item .bar{position:relative;padding:0.4em 0.5em;margin-bottom:0.35em;height:2.5em;background:#7a99e9;color:#fff;margin-right:0.15em;text-align:left;white-space:nowrap;vertical-align:baseline}.ids .poll-infographics .legend p{font-weight:500;font-size:1em}.ids .poll-infographics .legend.blue{color:#7a99e9}.ids .poll-infographics .legend.green{color:#69e786}.ids .poll-infographics .legend.yellow{color:#fff457}.ids .poll-infographics .legend.red{color:#ff2900}.ids .poll-infographics .mobile{display:none}@media (max-width: 768px){.ids .poll-infographics .mobile{display:inline}}.ids .poll-infographics .desktop{display:block}@media (max-width: 768px){.ids .poll-infographics .desktop{display:none}}.ids .poll-infographics.light-blue .items .bar{background:#7a99e978;color:#000}.ids .poll-infographics.light-blue .items .caption{color:#6b8de4;font-weight:500}.ids .poll-infographics.blue .items .bar{background:#7a99e9;color:#fff}.ids .poll-infographics.green .items .bar{background:#69e786;color:#000}.ids .poll-infographics.yellow .items .bar{background:#fff457;color:#000}.ids .poll-infographics.red .items .bar{background:#ff2900}.ids .poll-infographics.markers-list .items .info-item{align-items:end}.ids .poll-infographics.markers-list .bar{padding:0 !important;margin-bottom:0.2em !important}.ids .poll-infographics.markers-list .bar span{position:absolute;bottom:0.1em;left:0.25em}.ids .poll-infographics.markers-list .bar span .caption{position:static}.ids .poll-infographics.markers-list .caption{padding-bottom:0.25em;padding-left:0.3em}@media (max-width: 768px){.ids .poll-infographics.markers-list .caption{font-size:0.85em;padding-left:0.2em;padding-bottom:0.5em}}@media (max-width: 768px){.ids .poll-infographics.vertical{margin-top:2em}}.ids .poll-infographics.vertical .items{display:flex;align-items:flex-end}.ids .poll-infographics.vertical .items .info-item{align-items:stretch;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end}.ids .poll-infographics.vertical .items .info-item .caption{font-size:0.9em}.ids .poll-infographics.vertical.months-data .items{position:relative;justify-content:space-around}.ids .poll-infographics.vertical.months-data .items::after{position:absolute;content:"";width:100%;bottom:1em;border-bottom:1px solid #9b9b9b}.ids .poll-infographics.vertical.months-data .bar{position:relative;width:4.1em;padding:0;border-bottom:1px solid #9b9b9b}.ids .poll-infographics.vertical.months-data .bar span{position:absolute;top:0;left:0.13em;font-size:0.8em}@media (max-width: 768px){.ids .poll-infographics.vertical.months-data .bar span{font-size:0.7em}}@media (max-width: 768px){.ids .poll-infographics.vertical.months-data .bar{width:2.3em;padding-top:0em;padding-left:0.15em;margin-right:0.15em}}.ids .poll-infographics.vertical.months-data .info-item:last-child .bar{margin-right:0}.ids .poll-infographics.vertical.months-data .caption{font-size:0.5em !important;letter-spacing:0.08em;opacity:0.7;font-weight:400;text-transform:uppercase}.ids .dark{color:#fff;transition:color 0.5s ease}.ids .dark a{color:#fff;transition:color 0s ease}.ids .ids__sequence.XL .ids__sequence-item.XL-merge-2{width:calc(100% / 3 * 2)}@media (max-width: 767px){.ids .ids__sequence.XL .ids__sequence-item.XL-merge-2{width:100%}}.service-page p{font-weight:500}.service-page h1{text-transform:none;line-height:1.1;font-family:"Factor A 65", sans-serif}@media (max-width: 767px){.service-page h1{font-size:1.85em}}.service-page table tr td:first-child{width:30%}.service-page table tr td:last-child{width:70%}.service-page .cards .card-section{display:none}.service-page .cards .card-section.active{display:block;height:auto}.service-page .cards .card-section .meta{font-weight:400;width:76%;display:flex;gap:1.03em;margin-bottom:0}@media (max-width: 767px){.service-page .cards .card-section .meta{flex-wrap:wrap;gap:0;margin-bottom:0.4em;width:100%}}.service-page .cards .card-section .meta li{font-size:0.8em;padding-left:0;font-weight:400;margin-bottom:0.5em}@media (max-width: 767px){.service-page .cards .card-section .meta li{margin-bottom:0;margin-right:1.3em}}.service-page .cards .card-section .meta li:first-child{font-family:"Tesseract-Light", serif;font-size:0.88em;line-height:1.1}.service-page .cards .card-section .meta li:first-child::after{right:-0.93em}@media (max-width: 767px){.service-page .cards .card-section .meta li:first-child{margin-right:1.15em}}.service-page .cards .card-section .meta li::after{font-family:"Factor A", sans-serif;content:"·";padding-left:0.55em;font-size:0.88em;top:0.1em;font-weight:400;position:absolute}.service-page .cards .card-section .meta li::before{content:""}.service-page .cards .card-section .meta li:last-child::after{content:""}.service-page .cards .card-section .meta span{margin-right:1.2em;position:relative}.service-page .cards .card-section .meta span:after{font-family:"Factor A", sans-serif;margin-left:0.52em;content:" · ";font-weight:400;top:0.06em;position:absolute}.service-page .tab-links p{color:#fff;font-size:1em}.service-page .cards{position:relative;width:100%}.service-page .cards .best-article-card{border-top:0;border-left:0;padding:0;margin-right:0;margin-bottom:0.1em;height:1.2em;padding-top:0.6em}.service-page .cards .service-item-wrapper{position:relative;height:auto}.service-page .cards .services-item{position:absolute;justify-content:space-between;width:100%;height:12em;overflow:hidden;border:1px solid rgba(var(--ids__text-RGB), 0.2);padding:0.3em 0.35em 3em 0.4em;background-color:#fff;transition:top 0.2s ease;text-decoration:none;box-shadow:0 -0.1em 0em 0 rgba(0,0,0,0.05)}.service-page .cards .services-item.design24{background-size:1px 100%, 100% 1px;border:1px solid #ccd1d2;transition:background-size 0.6s ease}.service-page .cards .services-item.design24:hover{background-size:1px 100%, 150% 1px;transition:background-size 0.2s ease}.service-page .cards .services-item.rules{background-size:1px 120%, 120% 1px;border:1px solid #ccd1d2;transition:top 0.2s ease, background-size 0.6s ease}.service-page .cards .services-item.rules:hover{background-size:1px 100%, 105% 1px;transition:top 0.2s ease, background-size 0.2s ease}.service-page .cards .services-item h2.XS{font-size:2.2em;margin-bottom:0.3em;font-weight:400}@media (max-width: 767px){.service-page .cards .services-item h2.XS{font-size:1.55em}}.service-page .cards .services-item:first-child{top:0}.service-page .cards .services-item:nth-child(6){border-bottom:1px solid rgba(var(--ids__text-RGB), 0.2)}.service-page .cards .services-item:hover{transition:top 0.2s ease}.service-page .cards.section-1 .services-item:first-child:hover,.service-page .cards .services-item:first-child:hover{top:-0.5em}.service-page .cards.section-1 .services-item:nth-child(2),.service-page .cards .services-item:nth-child(2){top:3.6em}.service-page .cards.section-1 .services-item:nth-child(2):hover,.service-page .cards .services-item:nth-child(2):hover{top:3.1em}@media (max-width: 767px){.service-page .cards.section-1 .services-item:nth-child(2),.service-page .cards .services-item:nth-child(2){top:3.1em}.service-page .cards.section-1 .services-item:nth-child(2):hover,.service-page .cards .services-item:nth-child(2):hover{top:2.6em}}.service-page .cards.section-1 .services-item:nth-child(3),.service-page .cards .services-item:nth-child(3){top:7.2em}.service-page .cards.section-1 .services-item:nth-child(3):hover,.service-page .cards .services-item:nth-child(3):hover{top:6.7em}@media (max-width: 767px){.service-page .cards.section-1 .services-item:nth-child(3),.service-page .cards .services-item:nth-child(3){top:6.3em}.service-page .cards.section-1 .services-item:nth-child(3):hover,.service-page .cards .services-item:nth-child(3):hover{top:5.8em}}.service-page .cards.section-1 .services-item:nth-child(4),.service-page .cards .services-item:nth-child(4){top:10.8em}.service-page .cards.section-1 .services-item:nth-child(4):hover,.service-page .cards .services-item:nth-child(4):hover{top:10.3em}@media (max-width: 767px){.service-page .cards.section-1 .services-item:nth-child(4),.service-page .cards .services-item:nth-child(4){top:9.4em}.service-page .cards.section-1 .services-item:nth-child(4):hover,.service-page .cards .services-item:nth-child(4):hover{top:8.9em}}.service-page .cards.section-1 .services-item:nth-child(5),.service-page .cards .services-item:nth-child(5){top:14.4em}.service-page .cards.section-1 .services-item:nth-child(5):hover,.service-page .cards .services-item:nth-child(5):hover{top:13.9em}@media (max-width: 767px){.service-page .cards.section-1 .services-item:nth-child(5),.service-page .cards .services-item:nth-child(5){top:12.6em}.service-page .cards.section-1 .services-item:nth-child(5):hover,.service-page .cards .services-item:nth-child(5):hover{top:12.1em}}.service-page .cards.section-1 .services-item:nth-child(6),.service-page .cards .services-item:nth-child(6){top:18em}.service-page .cards.section-1 .services-item:nth-child(6):hover,.service-page .cards .services-item:nth-child(6):hover{top:17.5em}@media (max-width: 767px){.service-page .cards.section-1 .services-item:nth-child(6),.service-page .cards .services-item:nth-child(6){top:15.8em}.service-page .cards.section-1 .services-item:nth-child(6):hover,.service-page .cards .services-item:nth-child(6):hover{top:15.3em}}.service-page .cards.section-2 .services-item:first-child:hover{top:-0.5em}.service-page .cards.section-2 .services-item:nth-child(2){top:10em}.service-page .cards.section-2 .services-item:nth-child(2):hover{top:9.5em}.service-page .cards.section-2 .services-item:nth-child(3){top:20em}.service-page .cards.section-2 .services-item:nth-child(3):hover{top:19.5em}.service-page .cards.section-2 .services-item:nth-child(4){top:30em}.service-page .cards.section-2 .services-item:nth-child(4):hover{top:29.5em}.service-page .cards.section-2 .services-item:nth-child(5){top:40em}.service-page .cards.section-2 .services-item:nth-child(5):hover{top:39.5em}.service-page .cards.section-2 .services-item:nth-child(6){top:50em}.service-page .cards.section-2 .services-item:nth-child(6):hover{top:49.5em}.service-page .cards.section-1{height:28em}.service-page .cards.section-2{height:60em}.service-page .cards.section-3{height:90em}.service-page .cards.section-3 .services-item{padding-right:0.4em;height:16em}@media (max-width: 767px){.service-page .cards.section-3 .services-item{height:19em}}.service-page .cards.section-3 .services-item .best-article-card{border-top:0;border-left:0;padding:0;margin-right:0;margin-bottom:0.5em;height:1.2em;padding-top:0.6em}.service-page .cards.section-3 .services-item .best-article-card p{font-size:1em}.service-page .cards.section-3 .services-item:first-child:hover{top:-0.5em}.service-page .cards.section-3 .services-item:nth-child(2){top:15em}.service-page .cards.section-3 .services-item:nth-child(2):hover{top:14.5em}.service-page .cards.section-3 .services-item:nth-child(3){top:30em}.service-page .cards.section-3 .services-item:nth-child(3):hover{top:29.5em}.service-page .cards.section-3 .services-item:nth-child(4){top:45em}.service-page .cards.section-3 .services-item:nth-child(4):hover{top:44.5em}.service-page .cards.section-3 .services-item:nth-child(5){top:60em}.service-page .cards.section-3 .services-item:nth-child(5):hover{top:59.5em}.service-page .cards.section-3 .services-item:nth-child(6){top:75em}.service-page .cards.section-3 .services-item:nth-child(6):hover{top:74.5em}.service-page .tab-links{display:flex;height:3.5em;color:#fff;padding:0.5em 1em 1em 0.6em;background-size:1px 125%, 100% 1px}@media (max-width: 767px){.service-page .tab-links{flex-wrap:wrap;font-size:0.85em}}.service-page .tab-links .label p{margin-bottom:0.5em}.service-page .tab-links .buttons{cursor:pointer;display:flex}.service-page .tab-links .buttons .button:first-child span{margin-left:0}.service-page .tab-links .buttons .button:hover span.active{color:#fff}.service-page .tab-links span{text-decoration:underline;text-decoration-style:dotted;text-decoration-thickness:1px;text-decoration-color:rgba(255,255,255,0.3);text-underline-offset:6px;text-decoration-skip-ink:none;margin-left:0.5em;transition:color 0.5s ease}.service-page .tab-links span:hover{color:#ff2800;text-decoration-color:rgba(255,40,0,0.3);transition:color 0s ease}.service-page .tab-links span.active{font-family:"Tesseract-Light", serif;font-style:italic;font-size:1em;line-height:1;cursor:auto;text-decoration:none}.service-page aside.invert{color:#fff}.service-page aside.invert a{color:#fff;text-decoration-color:rgba(255,255,255,0.2)}.service-page aside.invert a:hover{color:rgba(var(--ids__hover-RGB), 1);text-decoration-color:rgba(var(--ids__hover-RGB), 0.2)}.service-page aside.invert table td{border-color:rgba(255,255,255,0.2)}.service-page.mpv aside{background-size:1px 121%, 201% 1px}.service-page.consultation aside{background-size:1px 100%, 160% 1px}.service-page.book aside{background-size:1px 100%, 160% 1px}.service-page.rules aside{background-size:1px 170%, 160% 1px}.service-page.research aside{background-size:1px 200%, 250% 1px}.service-page .promo.call-to-action{margin-left:-1em}.service-page .promo.call-to-action table tr td{padding-top:0}.service-page .promo.call-to-action table tr td:first-child{width:32%}.service-page .promo.call-to-action table tr td:last-child{width:68%}a.services-item{display:block;border-bottom:0;height:100%;text-decoration:none;border-top:1px solid rg ba(var(--ids__text-RGB), 0.2);border-left:1px solid rgba(var(--ids__text-RGB), 0.2);padding:0.3em 5em 3em 0.4em}a.services-item p{font-size:0.8em}a.services-item:hover{border-bottom:0;border-color:rgba(var(--ids__hover-RGB), 0.2)}a.services-item.accent{border:0;background-color:rgba(var(--ids__link-RGB), 1);color:rgba(var(--ids__on-accent-RGB), 1);transition:background-color 0.5s ease}a.services-item.accent:hover{background-color:rgba(var(--ids__hover-RGB), 1);color:rgba(var(--ids__on-accent-RGB), 1);transition:background-color 0s ease}.ids .guide-page p{font-weight:400}.ids .guide-page h1{text-transform:none;letter-spacing:-0.02em;line-height:1.05}.ids .guide-page h2{font-weight:500}.ids .guide-page aside{background:none;border:1px solid #ededed;border-radius:0}.ids .guide-page aside table th{border-bottom:1px solid #c2c2c2}.ids .guide-page aside table td{border-bottom:1px solid #ededed}.ids .guide-page .promo aside{background:none;border:1px solid #ededed;border-radius:0}.ids .guide-page .promo aside:hover{border:1px solid;background:none}.ids button,.ids a.ids__button-link{border:0;background-color:RGB(var(--ids__accent-RGB));color:RGB(var(--ids__on-accent-RGB));border-radius:.3em;padding:calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1em) calc(var(--ids__density) * 1em / 2.5);line-height:var(--ids__density);white-space:nowrap;cursor:pointer}.ids button.size-XS,.ids a.ids__button-link.size-XS{font-size:0.6em;text-transform:uppercase;letter-spacing:0.1em;padding-top:calc(var(--ids__density) * 1em / 2.5)}.ids button.size-S,.ids a.ids__button-link.size-S{font-size:0.8em}.ids button.size-L,.ids a.ids__button-link.size-L{font-size:1.5em;padding:calc(var(--ids__density) * 1em / 5) calc(var(--ids__density) * 1em / 1.5) calc(var(--ids__density) * 1em / 4)}.ids button.size-XL,.ids a.ids__button-link.size-XL{font-size:2.5em;padding:calc(var(--ids__density) * 1em / 5) calc(var(--ids__density) * 1em / 1.5) calc(var(--ids__density) * 1em / 4)}.ids button:hover,.ids a.ids__button-link:hover{background-color:rgba(var(--ids__accent-RGB), 0.8)}.ids button:focus,.ids a.ids__button-link:focus{box-shadow:0 0 0 5px RGB(var(--ids__outline-RGB));outline:none}.ids button:disabled,.ids a.ids__button-link:disabled{opacity:0.15;cursor:default}.ids button:disabled:hover,.ids a.ids__button-link:disabled:hover{background-color:RGB(var(--ids__accent-RGB))}.ids a.ids__button-link{text-decoration:none;display:inline-block}.ids input,.ids textarea{width:100%;padding:calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1em) calc(var(--ids__density) * 1em / 2.5);padding-left:calc(var(--ids__density) * 1em / 2);border:1px solid RGB(var(--ids__text-RGB));border-bottom:2px solid RGB(var(--ids__text-RGB));border-radius:.3em;background:transparent;color:RGB(var(--ids__text-RGB))}.ids input.size-XS,.ids textarea.size-XS{font-size:0.6em}.ids input.size-S,.ids textarea.size-S{font-size:0.8em}.ids input.size-L,.ids textarea.size-L{font-size:1.5em;padding-top:calc(var(--ids__density) * 1em / 5);padding-bottom:calc(var(--ids__density) * 1em / 4)}.ids input.size-XL,.ids textarea.size-XL{font-size:2.5em;padding-top:calc(var(--ids__density) * 1em / 5);padding-bottom:calc(var(--ids__density) * 1em / 4)}.ids input.ids__input-error-state,.ids textarea.ids__input-error-state{border-bottom:2px solid RGB(var(--ids__error-RGB))}.ids input:focus,.ids textarea:focus{box-shadow:0 0 0 5px RGB(var(--ids__outline-RGB));outline:none}.ids input:disabled,.ids textarea:disabled{opacity:0.35;cursor:default}.ids input.ids__input-text-line,.ids textarea.ids__input-text-line{display:inline-block;width:100%;margin:0.5em 0 1em 0;padding-left:0;border:0;border-radius:0.3em 0.3em 0 0;background:transparent;color:RGB(var(--ids__text-RGB));border-bottom:2px solid RGB(var(--ids__text-RGB))}.ids input.ids__input-text-line:active,.ids textarea.ids__input-text-line:active{border-bottom:2px solid RGB(var(--ids__text-RGB));border-radius:.3em}.ids input.ids__input-text-line::placeholder,.ids textarea.ids__input-text-line::placeholder{color:rgba(var(--ids__text-RGB), 0.6)}.ids input.ids__input-text-line:focus,.ids textarea.ids__input-text-line:focus{border-radius:.3em}.ids input.ids__input-text-line:disabled,.ids textarea.ids__input-text-line:disabled{opacity:0.35;cursor:default}.ids textarea{height:4em;resize:none;overflow:auto}.ids textarea.ids__input-text-line{margin:0em 0 1em 0;height:2.5em}.ids label{display:inline-block;margin-bottom:0.2em}.ids .ids__checkbox{display:flex}.ids .ids__checkbox label{display:inline-block;margin-top:-0.11em}.ids .ids__checkbox input[type="checkbox"]{-webkit-appearance:none;display:inline-block;position:relative;width:1em;height:1em;border:1px solid rgba(var(--ids__text-RGB), 0.4);border-radius:calc(.3em / 2);margin-right:0.5em;padding:0;vertical-align:baseline;cursor:pointer;flex-shrink:0;overflow:hidden}.ids .ids__checkbox input[type="checkbox"]:hover{border:1px solid RGB(var(--ids__text-RGB))}.ids .ids__checkbox input[type="checkbox"]:checked{border:1px solid rgba(var(--ids__accent-RGB), 1);background-color:RGB(var(--ids__accent-RGB))}.ids .ids__checkbox input[type="checkbox"]:checked:before{content:"";position:absolute;width:0.4em;height:0.6em;border-right:2px solid RGB(var(--ids__on-accent-RGB));border-bottom:2px solid RGB(var(--ids__on-accent-RGB));left:0.25em;top:0.025em;transform:rotate(45deg)}@media (max-width: 767px){.ids .ids__checkbox input[type="checkbox"]:checked:before{left:0.2em;top:0.08em}}.ids .ids__checkbox input[type="checkbox"]:checked:hover{background-color:rgba(var(--ids__text-RGB), 0.8);border:1px solid rgba(var(--ids__accent-RGB), 0.8)}.ids .ids__checkbox input[type="checkbox"]:disabled{opacity:0.35;cursor:default}.ids .ids__checkbox input[type="checkbox"]:disabled:hover{border:1px solid rgba(var(--ids__text-RGB), 0.4)}.ids .ids__checkbox input[type="checkbox"]:focus{box-shadow:0 0 0 5px RGB(var(--ids__outline-RGB));outline:none}.ids .ids__radio label{display:inline-block;vertical-align:top}.ids .ids__radio input[type="radio"]{margin-right:0.3em;margin-top:0.13em;margin-bottom:0.6em;padding:0;-webkit-appearance:none;display:inline-block;vertical-align:top;position:relative;width:1em;height:1em;border:1px solid rgba(var(--ids__text-RGB), 0.4);border-radius:50%}.ids .ids__radio input[type="radio"]:hover{border:1px solid RGB(var(--ids__text-RGB))}.ids .ids__radio input[type="radio"]:checked{border:1px solid rgba(var(--ids__accent-RGB), 1);background-color:RGB(var(--ids__accent-RGB))}.ids .ids__radio input[type="radio"]:checked:after{content:"";width:0.3em;height:0.3em;background-color:RGB(var(--ids__on-accent-RGB));border-radius:50%;position:absolute;left:0.3em;top:0.3em;color:RGB(var(--ids__on-accent-RGB));flex-shrink:0}.ids .ids__radio input[type="radio"]:checked:hover{cursor:default}.ids .ids__radio input[type="radio"]:disabled{opacity:0.35;cursor:default}.ids .ids__radio input[type="radio"]:disabled:hover{border:1px solid rgba(var(--ids__text-RGB), 0.4)}.ids .ids__radio input[type="radio"]:focus{box-shadow:0 0 0 5px RGB(var(--ids__outline-RGB));outline:none}.ids .ids__radiogroup-toggle{display:flex;flex-direction:row;border-radius:.3em}.ids .ids__radiogroup-toggle .ids__radiogroup-option{white-space:nowrap}.ids .ids__radiogroup-toggle .ids__radiogroup-option input[type="radio"]{display:none}.ids .ids__radiogroup-toggle .ids__radiogroup-option input[type="radio"]:checked+label{background-color:RGB(var(--ids__accent-RGB));color:RGB(var(--ids__on-accent-RGB))}.ids .ids__radiogroup-toggle .ids__radiogroup-option input[type="radio"]:focus{box-shadow:0 0 0 5px RGB(var(--ids__outline-RGB));outline:none}.ids .ids__radiogroup-toggle .ids__radiogroup-option label{padding:calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1em) calc(var(--ids__density) * 1em / 2.5);background-color:rgba(var(--ids__text-RGB), 0.1);cursor:pointer}.ids .ids__radiogroup-toggle .ids__radiogroup-option label:hover{background-color:rgba(var(--ids__text-RGB), 0.15)}.ids .ids__radiogroup-toggle .ids__radiogroup-option:first-child label{border-radius:.3em 0 0 .3em}.ids .ids__radiogroup-toggle .ids__radiogroup-option:last-child label{border-radius:0 .3em .3em 0}.ids .ids__radiogroup-toggle:disabled{opacity:0.35;cursor:default}.ids .ids__radiogroup-toggle:disabled:hover label{background-color:rgba(var(--ids__text-RGB), 0.1)}.ids table{width:100%;border-spacing:0}.ids table th{text-align:left;padding:0.5em 0;border-bottom:2px solid rgba(var(--ids__text-RGB), 0.15);vertical-align:top}.ids table td{padding:calc(var(--ids__density) * 0.6em) 0;vertical-align:top;padding-right:1.5em;border-bottom:1px solid rgba(var(--ids__text-RGB), 0.15)}.ids table tr:last-child td{border-bottom:none}.ids table tr.no-bold th{font-weight:400}.ids .pswp button{background-color:transparent}.ids .pswp button:hover{background-color:transparent}.card-wrapper{perspective:1000px;cursor:pointer}.card-wrapper .card{position:relative;transform-style:preserve-3d;rotate:y 0deg;transition:rotate 0.6s ease, translate 0.2s ease}.card-wrapper:hover .card{translate:0 -6px;transition:rotate 0.6s ease, translate 0s ease}.card-wrapper.is-flipped .card{rotate:y -180deg;transition:rotate 0.6s ease, translate 0.2s ease}.card-wrapper.is-flipped:hover .card{rotate:y -180deg;translate:0 -6px;transition:rotate 0.6s ease, translate 0s ease}.front,.back{position:absolute;backface-visibility:hidden;width:85.1%;border-radius:1.7em}@media (max-width: 768px){.front,.back{width:88%}}.back{display:flex;justify-content:center;align-items:center;transform:rotateY(180deg);background:#f1f1f1;height:100%;width:100%;top:0;left:0}.back p{text-align:center;padding:0 3em;font-size:0.8em}@media (max-width: 768px){.back p{font-size:1em}}


/*# sourceMappingURL=main.cf10010b.css.map*/