@charset "UTF-8";.recipe-landing{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-row-gap:2.5rem;row-gap:2.5rem}@media (min-width: 48em){.recipe-landing{grid-template-columns:repeat(12,minmax(0,1fr));row-gap:0px;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}}.recipe-landing__heading{grid-column:span 4 / span 4}@media (min-width: 48em){.recipe-landing__heading{grid-column:span 6 / span 6}}@media (min-width: 64em){.recipe-landing__heading{grid-column:span 5 / span 5;max-width:23.4375rem}}@media (min-width: 90.25em){.recipe-landing__heading{max-width:33.125rem}}.recipe-landing__heading .title-large{font-size:2.5rem}@media (min-width: 48em){.recipe-landing__heading .title-large{margin-bottom:0}}@media (min-width: 90.25em){.recipe-landing__heading .title-large{font-size:3.625rem}}@media (max-width: 48em){.recipe-landing__heading--returning{text-align:center}}@media (min-width: 64em){.recipe-landing__heading--returning{grid-column:span 6 / span 6}}.recipe-landing__heading--returning span{display:block}.recipe-landing__main{grid-column:span 4 / span 4}@media (min-width: 48em){.recipe-landing__main{grid-column:span 6 / span 6}}@media (min-width: 64em){.recipe-landing__main{grid-column:span 6 / span 6;grid-column-start:7}}@media (max-width: 48em){.recipe-landing__main--returning{text-align:center}}@media (min-width: 64em){.recipe-landing__main--returning{grid-column-start:7;grid-column:span 6 / span 6}}.recipe-landing__main-current{padding-bottom:2.3125rem}@media (min-width: 64em){.recipe-landing__main-current{padding-bottom:2.5rem}}.recipe-landing__main-new{margin-top:1.5rem}@media (min-width: 64em){.recipe-landing__main-new{margin-top:1.6875rem}}.recipe-landing__offer{grid-column:span 4 / span 4}@media (min-width: 48em){.recipe-landing__offer{grid-column:span 6 / span 6}}@media (min-width: 64em){.recipe-landing__offer{grid-column:span 3 / span 3}}.recipe-landing__steps{counter-reset:stepsCounter;margin-bottom:1.875rem}@media (min-width: 64em){.recipe-landing__steps{margin-bottom:2.375rem}}.recipe-landing__steps li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.875rem;counter-increment:stepsCounter}@media (min-width: 64em){.recipe-landing__steps li{margin-bottom:1.75rem}}.recipe-landing__steps li:last-child{margin-bottom:0}.recipe-landing__steps li:before{content:counter(stepsCounter);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1rem;border-radius:9999px;height:2.8125rem;width:2.8125rem;text-indent:.125rem;font-weight:800;--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));background:linear-gradient(156deg,#d694ff 34.2%,#af91ff 74.49%)}.recipe-landing__offer-label{display:inline-block;margin-bottom:.625rem;padding-left:.25rem;padding-right:.25rem;padding-top:.125rem;border-radius:.1875rem;font-size:.75rem;line-height:1.4;font-weight:800;text-transform:uppercase;--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));background:linear-gradient(156deg,#d694ff 34.2%,#af91ff 74.49%)}.recipe-landing__returning-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:1.6875rem;width:3.1875rem;height:3rem;--tw-invert: invert(100%);-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (min-width: 48em){.recipe-landing__returning-icon{margin-bottom:1.75rem}}@media (min-width: 64em){.recipe-landing__returning-icon{width:3.5625rem;height:3.3125rem}}.recipe-welcome{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.5s;transition-duration:.5s}.recipe-welcome.is-show{-webkit-animation:fadein .4s forwards;animation:fadein .4s forwards}.recipe-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 64em){.recipe-intro{text-align:center;padding-top:1.5625rem}}@media (min-width: 64em){.recipe-intro{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.recipe-intro--tall{display:block;height:auto;padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 48em){.recipe-intro--tall{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 5rem);padding-bottom:2.5rem}}@media (min-width: 90.25em){.recipe-intro--tall{padding-top:6.25rem}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.recipe-loading-container{height:calc(100vh - 3.75rem)}@media (min-width: 90.25em){.recipe-loading-container{height:calc(100vh - 5rem)}}.recipe-loading{position:fixed;top:0;left:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;text-align:center;--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));z-index:15}.recipe-loading__icon{position:relative;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:1.875rem;height:3.75rem;width:3.75rem}.recipe-loading__media-item{height:100%;width:100%}.recipe-loading__media-item--skin-goals{display:block;height:3.75rem;width:3.75rem;background:url(//eu.theinkeylist.com/cdn/shop/t/497/assets/products.svg?v=179429440223732062221753781866) no-repeat center;background-size:contain}.recipe-loading__media-item--hair-types{display:block;height:3.75rem;width:3.75rem;background:url(//eu.theinkeylist.com/cdn/shop/t/497/assets/hair-icons.svg?v=76491489174669567941753781601) no-repeat center;background-size:contain}.recipe-login{position:absolute;width:calc(100% - 1.25rem);top:0;left:.625rem;padding:1.875rem;--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));border-radius:.1875rem;--tw-translate-x: -110%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));z-index:21}@media (min-width: 48em){.recipe-login{width:100%;max-width:31.25rem;height:auto}}.recipe-login.is-active{top:50vh;--tw-translate-x: 0px;--tw-translate-y: -50%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 48em){.recipe-login.is-active{top:50%;left:50%;--tw-translate-x: -50%;--tw-translate-y: -50%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.recipe-login h2{text-transform:uppercase;font-size:1.125rem}@media (min-width: 48em){.recipe-login h2{font-size:1.75rem}}.recipe-login label{display:block;margin-bottom:.625rem;font-weight:800}.recipe-login__field{margin-bottom:1.25rem}.recipe-login__field input{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.recipe-login__close-button{position:absolute;height:2.5rem;width:2.5rem;top:1.875rem;right:1.875rem;--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity));border-radius:.1875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;cursor:pointer}.recipe-login__close-button:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.recipe-login__close-button:before,.recipe-login__close-button:after{content:"";display:block;position:absolute;top:50%;left:50%;height:.125rem;width:1.25rem;background-color:currentColor;border-radius:.1875rem;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s}.recipe-login__close-button:before{--tw-translate-x: -50%;--tw-translate-y: -50%;--tw-rotate: 45deg;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.recipe-login__close-button:after{--tw-translate-x: -50%;--tw-translate-y: -50%;--tw-rotate: -45deg;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.recipe-questions-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2.5rem;height:calc(100vh - 20.625rem);padding-right:1.25rem;margin-right:-1.25rem;overflow-y:auto}@media (min-width: 64em){.recipe-questions-container{height:calc(100vh - 18.125rem)}}.recipe-questions-container::-webkit-scrollbar{width:.375rem;margin-right:-.625rem}.recipe-questions-container::-webkit-scrollbar-track{background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-bg-opacity: .3;border-radius:1.25rem}.recipe-questions-container::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-radius:1.25rem}.recipe-questions-container--account{padding-top:2.25rem;padding-bottom:2.5rem;text-align:center}.recipe-questions{position:relative}@media (min-width: 64em){.recipe-questions{grid-column:span 12 / span 12}}.recipe-questions--account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 64em){.recipe-questions--account{grid-column:span 4 / span 4}}@media (max-width: 64em){.recipe-questions__btn-profile{margin-left:auto;margin-right:auto;margin-top:1.375rem;margin-bottom:1.0625rem}}@media (min-width: 64em){.recipe-questions__btn-profile{margin-top:1.875rem;margin-bottom:1.25rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}.recipe-questions__btn-profile--secondary{margin-top:0}.recipe-questions-right{margin-top:1.875rem;--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}@media (min-width: 64em){.recipe-questions-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column:span 5 / span 5;grid-column-start:8;margin-top:0;padding-left:3.125rem}}.recipe-questions-right__title{margin-bottom:1.375rem;font-size:1.375rem;text-align:left;line-height:1.2;text-transform:uppercase}@media (min-width: 64em){.recipe-questions-right__title{margin-bottom:2.625rem;font-size:2rem}}.recipe-questions-right__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.875rem}@media (min-width: 64em){.recipe-questions-right__item{margin-bottom:2.8125rem}}.recipe-questions-right__icon-wrap{min-width:5.3125rem}@media (min-width: 64em){.recipe-questions-right__icon-wrap{margin-right:1.5625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width: 48em){.recipe-questions-right__icon{height:2.8125rem;width:2.8125rem;-ms-flex-preferred-size:2.8125rem;flex-basis:2.8125rem;display:inline-block;vertical-align:middle;margin-right:1.25rem}}@media (min-width: 48em){.recipe-questions-right__icon{height:3.4375rem;width:3.4375rem}}.recipe-questions-right__icon svg{height:100%;width:100%}.recipe-questions-right__heading{margin-bottom:.625rem;text-transform:uppercase}@media (max-width: 64em){.recipe-questions-right__heading{text-align:left}}@media (max-width: 48em){.recipe-questions-right__text{text-align:left}}.recipe-questions__logo{width:100%;max-width:13.125rem;height:auto;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:1.875rem}.recipe-questions__title{margin-bottom:1.875rem}@media (min-width: 48em){.recipe-questions__title{-ms-flex-preferred-size:calc(58.3333333333% - 0rem);flex-basis:calc(58.3333333333% - 0rem);max-width:calc(58.3333333333% - 0rem);margin-left:0rem}}@media (min-width: 64em){.recipe-questions__title{-ms-flex-preferred-size:calc(41.6666666667% - 0rem);flex-basis:calc(41.6666666667% - 0rem);max-width:calc(41.6666666667% - 0rem);margin-left:0rem}}.recipe-questions__title--account{max-width:none;-ms-flex-preferred-size:initial;flex-basis:initial;line-height:1;min-height:6.25rem}@media (max-width: 64em){.recipe-questions__title--account{margin-bottom:1.25rem;text-align:left;font-size:1.375rem}}@media (max-width: 30em){.recipe-questions__label{font-size:.9375rem}}.recipe-questions__body--account{max-width:33.4375rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.recipe-questions__text-link-button{display:block;font-weight:800;font-size:1rem;line-height:1.375rem;letter-spacing:.003em;text-decoration-line:underline;--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity));text-align:center;margin-left:auto;margin-right:auto;margin-top:.625rem;margin-bottom:0}.recipe-questions__text-prompt{max-width:20.1875rem;display:block;padding-top:1.25rem;font-size:.75rem}@media (max-width: 64em){.recipe-questions__text-prompt{max-width:none}}.recipe-questions__footer{position:fixed;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;bottom:0;left:50%;max-width:calc(100rem + 9.6%);padding:.9375rem 1.25rem 1.375rem 3.75rem;--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));border-top-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity));--tw-translate-x: -50%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));z-index:9}.recipe-questions__footer--transparent{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:0;left:50%;max-width:calc(100rem + 9.6%);padding:1.5625rem 1.25rem;--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));--tw-translate-x: -50%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:transparent;z-index:9}.recipe-questions__footer--transparent:before{content:"";display:block;position:absolute;height:.0625rem;width:100%;top:0;left:0;right:0;background:-webkit-gradient(linear,left top,right top,color-stop(-1.39%,#ED47F5),color-stop(69.33%,#439BF4));background:linear-gradient(90deg,#ed47f5 -1.39%,#439bf4 69.33%)}@media (min-width: 64em){.recipe-questions__footer--transparent:before{width:calc(100% - 7rem);left:2.1875rem}}.recipe-questions__footer-title{font-size:1.125rem;font-weight:700;text-transform:uppercase}.recipe-questions__footer-steps{padding-right:1.25rem;-ms-flex-preferred-size:9.375rem;flex-basis:9.375rem;-ms-flex-negative:0;flex-shrink:0}@media (min-width: 64em){.recipe-questions__footer-steps{-ms-flex-preferred-size:33.333333%;flex-basis:33.333333%}}.recipe-questions-progress{position:fixed;bottom:0;left:0;width:100%;height:.4375rem;z-index:11}@media (min-width: 48em){.recipe-questions-progress{height:.625rem}}.recipe-questions-progress__bar{margin:0 auto;height:100%;width:100%;max-width:120rem;background-size:cover;background:url(//eu.theinkeylist.com/cdn/shop/t/497/assets/hero-border.jpg?v=93962535005003646301753781622)}@media (min-width: 64em){.recipe-questions-progress__bar{background-image:url(//eu.theinkeylist.com/cdn/shop/t/497/assets/hero-border-desktop.jpg?v=83969270212480505181753781620)}}.recipe-questions-progress__bar:after{content:"";display:block;position:absolute;height:100%;bottom:0;right:0;--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));opacity:.7}.recipe-questions-progress__bar[data-step="1"]:after{width:85.2%}.recipe-questions-progress__bar[data-step="2"]:after{width:71%}.recipe-questions-progress__bar[data-step="3"]:after{width:56.8%}.recipe-questions-progress__bar[data-step="4"]:after{width:42.6%}.recipe-questions-progress__bar[data-step="5"]:after{width:28.4%}.recipe-questions-progress__bar[data-step="6"]:after{width:14.2%}.recipe-questions-progress__bar[data-step="7"]:after{width:0%}.recipe-questions__footer-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.recipe-questions__footer-info{position:fixed;left:0;bottom:5rem;width:100%;margin-bottom:.0625rem;padding:.75rem 1.5625rem;border-top-width:1px;border-style:solid;border-color:rgba(255,255,255,var(--tw-border-opacity));--tw-border-opacity: .2;background-color:rgba(0,0,0,var(--tw-bg-opacity));--tw-bg-opacity: .8;font-size:.9375rem;font-weight:700;text-align:center;z-index:1}@media (min-width: 48em){.recipe-questions__footer-info{position:relative;left:auto;bottom:auto;width:auto;margin:0;padding-top:0;padding-right:2.5rem;padding-bottom:0;padding-left:0;background-image:none;border-width:0px;text-align:left}}.recipe-questions-bg{position:absolute;width:100%;height:20.9375rem;top:0;left:0;-o-object-fit:cover;object-fit:cover}@media (min-width: 64em){.recipe-questions-bg{width:calc(100% / 12)*6.5;height:100%}}.recipe-questions-btm{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}@media (max-width: 48em){.recipe-questions-btm{position:fixed;width:100%;bottom:0;--tw-bg-opacity: 1;background-color:rgba(243,243,243,var(--tw-bg-opacity));z-index:1}}.recipe-questions-btm__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:.625rem;padding-bottom:.625rem;padding-left:0;padding-right:0}@media (min-width: 48em){.recipe-questions-btm__inner{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:0;padding-right:0}}.recipe-back--account{margin-bottom:0;--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.recipe-transition{opacity:0;--tw-translate-y: 5%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.5s;transition-duration:.5s}.recipe-transition--active{opacity:1;--tw-translate-y: 0px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 48em){.recipe-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.625rem}}@media (min-width: 90em){.recipe-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.375rem}}.recipe-options__option{position:relative;margin-bottom:.3125rem}.recipe-options__option.has-tooltip{padding-left:3.125rem}@media (min-width: 48em){.recipe-options__option{-ms-flex-preferred-size:calc(33.3333333333% - .625rem);flex-basis:calc(33.3333333333% - .625rem);max-width:calc(33.3333333333% - .625rem);margin-left:.625rem;margin-bottom:.625rem}}@media (min-width: 90em){.recipe-options__option{-ms-flex-preferred-size:calc(33.3333333333% - 1.375rem);flex-basis:calc(33.3333333333% - 1.375rem);max-width:calc(33.3333333333% - 1.375rem);margin-left:1.375rem;margin-bottom:1.5rem}}.recipe-options--ss .recipe-options__option{padding-left:0}@media (min-width: 48em){.recipe-options--ss .recipe-options__option{-ms-flex-preferred-size:calc(50% - .625rem);flex-basis:calc(50% - .625rem);max-width:calc(50% - .625rem);margin-left:.625rem}}.recipe-option__button{position:relative;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;padding:.8125rem 2rem .8125rem .9375rem;--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity));border-radius:.25rem;text-decoration-line:none;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.4s;transition-duration:.4s;text-align:left}@media (min-width: 48em){.recipe-option__button{padding:1.25rem 2.8125rem 1.25rem .9375rem}}.recipe-option__button.selected{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.recipe-option__button.selected .recipe-option__button-icon:before{-webkit-transform:translate(-.1875rem,.125rem) rotate(45deg) scaleX(.4);transform:translate(-.1875rem,.125rem) rotate(45deg) scaleX(.4)}.recipe-option__button.selected .recipe-option__button-icon:after{-webkit-transform:translate(.0625rem) rotate(135deg);transform:translate(.0625rem) rotate(135deg)}.recipe-option__button[disabled]{opacity:.5;cursor:default}.recipe-option__button:not([disabled]):hover .recipe-option__button-icon{--tw-shadow: 0 0 0 .1875rem;--tw-shadow-colored: 0 0 0 .1875rem var(--tw-shadow-color);-webkit-box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),var(--tw-shadow);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);--tw-shadow-color: currentColor;--tw-shadow: var(--tw-shadow-colored);-webkit-box-shadow:0rem 0rem 0rem .1875rem currentColor;box-shadow:0 0 0 .1875rem currentColor}.has-tooltip .recipe-option__button{border-top-left-radius:0;border-bottom-left-radius:0}.recipe-option__button-icon{position:absolute;top:.9375rem;right:.9375rem;height:1.25rem;width:1.25rem;border-radius:3.125rem;--tw-shadow: 0 0 0 .125rem;--tw-shadow-colored: 0 0 0 .125rem var(--tw-shadow-color);-webkit-box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),var(--tw-shadow);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);--tw-shadow-color: currentColor;--tw-shadow: var(--tw-shadow-colored);-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;transition-property:box-shadow;transition-property:box-shadow,-webkit-box-shadow;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.4s;transition-duration:.4s}@media (min-width: 48em){.recipe-option__button-icon{top:1.25rem}}.recipe-option__button-icon:before,.recipe-option__button-icon:after{content:"";display:block;position:absolute;top:50%;left:50%;margin-top:-.0625rem;margin-left:-.3125rem;height:.125rem;width:.625rem;background-color:currentColor;border-radius:.125rem;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.4s;transition-duration:.4s}.recipe-option__button-icon:after{--tw-rotate: 90deg;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.recipe-option__tooltip{position:absolute;top:0;left:0;height:100%;width:3.125rem;--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));border-left-width:1px;border-bottom-width:1px;border-top-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity));border-top-left-radius:.1875rem;border-bottom-left-radius:.1875rem;text-decoration-line:none}.recipe-option__tooltip:hover .recipe-option__tooltip-icon{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity));--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.recipe-option__tooltip-icon{position:absolute;top:.8125rem;left:.9375rem;height:1.25rem;width:1.25rem;border-radius:3.125rem;--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-shadow: 0 0 0 .125rem rgba(255,255,255,1);--tw-shadow-colored: 0 0 0 .125rem var(--tw-shadow-color);-webkit-box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),var(--tw-shadow);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.4s;transition-duration:.4s}@media (min-width: 48em){.recipe-option__tooltip-icon{top:1.25rem}}.recipe-option__tooltip-icon:before,.recipe-option__tooltip-icon:after{content:"";display:block;position:absolute;left:50%;margin-left:-.0625rem;border-radius:3.125rem;background-color:currentColor}.recipe-option__tooltip-icon:before{top:.25rem;height:.125rem;width:.125rem}.recipe-option__tooltip-icon:after{top:.5rem;height:.5rem;width:.125rem}.recipe-option__tooltip-icon--relative{position:relative;display:inline-block;top:auto;left:auto;margin-right:15px;vertical-align:middle}.recipe-option__tooltip-icon--dark{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.recipe-option__tooltip-icon--dark:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.recipe-option__tooltip-icon--dark:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.recipe-email{margin-top:2rem}@media (max-width: 48em){.recipe-email{text-align:center}.recipe-email__title{margin-top:1.25rem}}@media (min-width: 48em){.recipe-email__title{max-width:30rem;margin-left:auto;margin-right:auto;text-align:center}}.recipe-email__title h1{font-size:1.25rem;margin-bottom:1.875rem}@media (min-width: 64em){.recipe-email__title h1{margin-bottom:3.125rem}}.recipe-email__title p{font-weight:800;padding-bottom:1.5625rem}@media (min-width: 48em){.recipe-email__title--large{max-width:33.75rem}}.recipe-email__text{font-size:1.125rem;letter-spacing:.003em}.recipe-email__form{max-width:26.875rem;margin-left:auto;margin-right:auto}.recipe-email__input-large{padding:1.125rem 1.375rem;--tw-bg-opacity: 1;background-color:rgba(30,30,30,var(--tw-bg-opacity));border-radius:.1875rem;margin-left:auto;margin-right:auto}@media (min-width: 48em){.recipe-email__input-large{max-width:21.25rem}}.recipe-email__input-large-label{font-size:.9375rem;letter-spacing:.003em}@media (max-width: 48em){.recipe-email__input-large-label{display:inline-block}}.recipe-email__cta{margin-top:2.5rem}.recipe-email__text-link{display:inline-block;margin-top:3.75rem}@media (min-width: 48em){.recipe-email__text-link{margin-top:2.5rem}}.recipe-email__text-link-button{font-weight:800;font-size:1rem;line-height:1.375rem;letter-spacing:.003em;text-decoration-line:underline}.recipe-email__text-link-button--light{font-weight:300}.slide-enter-active{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:3.75rem}@media (min-width: 48em){.slide-enter-active{padding-top:5rem}}.slide-enter-active{-webkit-animation:slide-in 1s;animation:slide-in 1s;z-index:16}.slide-leave-active{-webkit-animation:slide-out 1s;animation:slide-out 1s}@-webkit-keyframes slide-in{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slide-in{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slide-out{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(0%);transform:translate(0)}}.fade-enter-active{width:100%;-webkit-animation:fade-in .4s;animation:fade-in .4s}.fade-leave-active{position:absolute;left:0;width:100%;-webkit-animation:fade-out .4s;animation:fade-out .4s}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:1}}@media (min-width: 48em){.recipe-landing-feature{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4rem}.recipe-landing-feature__item{-ms-flex-preferred-size:calc(50% - 4rem);flex-basis:calc(50% - 4rem);max-width:calc(50% - 4rem);margin-left:4rem}}.recipe-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.875rem}.recipe-progress__item{border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity));border-radius:9999px;font-weight:0rem;height:1rem;width:1rem;margin-top:0;margin-bottom:0;margin-left:.45rem;margin-right:.45rem;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.7s;transition-duration:.7s}.recipe-progress__item span{visibility:hidden}.recipe-progress__item.recipe-progress__item--dark{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.recipe-progress__item--completed{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.recipe-progress__item--completed.recipe-progress__item--dark{background:#000}.recipe-progress__item--active{position:relative;border-width:0px;background:-webkit-gradient(linear,left top,right top,color-stop(-1.39%,#ED47F5),color-stop(69.33%,#439BF4));background:linear-gradient(90deg,#ed47f5 -1.39%,#439bf4 69.33%)}.recipe-progress__item--active:before{content:"";display:block;position:absolute;height:100%;width:100%;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity));--tw-scale-x: .8;--tw-scale-y: .8;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px}.recipe-progress__item--active.recipe-progress__item--dark{background:#000}.recipe-progress__item--active.recipe-progress__item--dark:before{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}@charset "UTF-8";.register-form h2{font-size:1.375rem;font-weight:300;text-align:center}.register-form label{display:block;margin-bottom:.375rem}.register-form input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0;height:1.5625rem;width:1.5625rem;margin-right:.625rem}.register-form input:invalid{border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(220,53,69,var(--tw-border-opacity))}.register-form--wrapped{margin-left:auto;margin-right:auto}@media (min-width: 48em){.register-form--wrapped{width:65%}}.register-form__logo{display:block;margin-left:auto;margin-right:auto;margin-top:11rem;margin-bottom:1.875rem}@media (min-width: 48em){.register-form__logo{height:auto;width:14.4375rem}}.register-form__form.is-submitting{opacity:.6;pointer-events:none}.register-form__field{margin-bottom:1.25rem}.register-form__field--checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.register-form__field--has-icon{position:relative}.register-form__input{display:block}.register-form__input-icon{position:absolute;display:block;top:2.9375rem;right:.75rem;overflow:hidden;padding:.3125rem}.register-form__input-icon svg{display:block}.register-form__input-icon--password:before{content:"";display:block;position:absolute;height:.1875rem;width:1.8125rem;top:.75rem;right:.1875rem;--tw-rotate: 45deg;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.1s;transition-duration:.1s;--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));opacity:0}.register-form__input-icon--password.register-form__input-icon--active:before{opacity:1}.register-form__multi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.register-form__multi>input{width:3.3125rem;margin-right:.625rem}.register-form__multi>input.register-form__input--large{width:4.0625rem}.register-form__tooltip{position:relative;margin-top:10px;padding:.3125rem .625rem;border-radius:.1875rem;--tw-bg-opacity: 1;background-color:rgba(255,140,136,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));font-size:.6875rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:toolTipIn 1s both;animation:toolTipIn 1s both}.register-form__tooltip:before{--tw-content: "";content:var(--tw-content);position:absolute;top:-.1875rem;left:.625rem;display:block;height:.4375rem;width:.4375rem;--tw-bg-opacity: 1;background-color:rgba(255,140,136,var(--tw-bg-opacity));--tw-rotate: 45deg;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.register-form__tooltip--checkbox{position:relative;top:-.625rem;margin-top:0;margin-bottom:.625rem}.register-form__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-radius:9999px;--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));height:1.375rem;width:1.375rem;cursor:pointer;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s}.register-form__info:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.register-form__info:hover p{opacity:1;--tw-translate-y: 0px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));pointer-events:all}.register-form__info:hover svg path{fill:currentColor}.register-form__info p{position:absolute;font-size:.6875rem;padding:.3125rem .625rem;margin-top:-3.75rem;opacity:0;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.2s;transition-duration:.2s;pointer-events:none;--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity));border-radius:.1875rem;--tw-translate-y: .625rem;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.register-form-errors{font-weight:700;--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity));margin-bottom:1.25rem}.register-form__loader{position:absolute;width:3.75rem;top:50%;left:50%;--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-radius:.1875rem;padding:.625rem}.register-form__loader>video{width:100%}@-webkit-keyframes toolTipIn{0%{opacity:0;--tw-translate-y: 10%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}to{opacity:1;--tw-translate-y: 0px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@keyframes toolTipIn{0%{opacity:0;--tw-translate-y: 10%;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}to{opacity:1;--tw-translate-y: 0px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}
/*# sourceMappingURL=/cdn/shop/t/497/assets/hair-recipe-builder-tool.css.map */
