*{box-sizing:border-box;font-family:Open Sans,serif}html>*{font-size:100%;margin:0;padding:0}:root{--black:#000;--gray:#414042;--peach:#ffac8e;--pink:#ff8588;--tan:#ffe3d4;--white:#fff}body{background:var(--white);color:var(--black);flex-direction:column;height:100vh;min-height:100vh;background-image:url(/white-heart.06eae26b.jpg);background-repeat:no-repeat;background-position:1000px 75%;max-width:2000px}body,main{display:flex;width:100vw}main{align-items:center;height:100%;min-height:max-content;justify-content:start;max-width:1700px;margin-left:15%}.kora-wrapper{align-items:center;display:flex;flex-direction:row;height:auto;width:max-content}.text-wrapper{display:flex;flex-direction:column;min-width:465px;max-width:465px;margin-left:5.75rem}img{height:auto;width:100%}.kora-logo img{width:8rem}h1{color:var(--pink);font-weight:700;font-size:1.875rem;font-family:Prompt,sans-serif;text-transform:uppercase}h2{font-weight:400;font-size:1.5626rem}p{font-weight:300;font-size:1.25rem}form{display:flex;flex-direction:row;padding-top:4.5rem}form>*{font-size:.9375rem;max-height:100px}.email{border:none;border-bottom:1.5px solid #22262b;padding:10px 0 10px 10px;width:100%;min-height:100%;transition:border .25s linear,box-shadow .25s linear}.email:before{border-color:var(--peach)}.email:focus{outline:none!important;border:none;box-shadow:inset 0 0 0 3.5px var(--pink);border-radius:10px}.email-wrapper{width:65%;min-height:50px;max-height:50px}.email-wrapper:focus-within{border:none}.submithide{background-color:transparent;border:transparent;display:none}.subscribe{animation:gradient 8s ease infinite;border:none;background:linear-gradient(210deg,var(--pink),var(--peach),var(--tan));background-size:300% 300%;font-weight:700;border-radius:10px;color:var(--black);margin-left:3rem;padding:.75rem 0;transition:opacity .225s,box-shadow .25s;width:35%;height:max-content}.subscribe:hover{background:linear-gradient(210deg,var(--peach),var(--tan))}.subscribe:active{background:linear-gradient(210deg,var(--peach),var(--pink));box-shadow:0 0 20px var(--pink);opacity:1%}.hiderecaptcha{display:none}.g-recaptcha{position:absolute;top:50}footer{animation:gradient 5s ease infinite;align-items:center;background:linear-gradient(210deg,var(--pink),var(--peach),var(--tan));background-size:300% 300%;display:flex;flex-direction:row;font-size:.9375rem;min-height:5.5rem;max-height:5.5rem;justify-content:space-between;padding:0 4rem;min-width:100vw;bottom:0}footer a{color:var(--black);cursor:pointer;font-style:normal;font-weight:900;transition:text-decoration-color .25s;text-decoration:underline;text-decoration-color:rgba(20,20,20,0)}footer a:hover{text-decoration-color:#141414}address{font-style:normal}@media screen and (max-width:700px){footer{position:fixed;left:0;bottom:0}form{padding-top:2rem}main{height:90vh}}@media screen and (max-height:700px) and (orientation:landscape){form{padding:1rem 0 2rem}}@keyframes gradient{0%{background-position:0 50%}40%{background-position:100% 50%}to{background-position:0 50%}}.recaptcha-pass #email,.recaptcha-pass #subscribe,.success-animation .g-recaptcha{animation:hideform 1s ease 1 forwards}@keyframes hideform{0%{opacity:1}to{opacity:0}}.success-animation .successanim{display:initial;position:absolute;top:80%;left:32%;display:flex;flex-direction:row;align-items:center;width:max-content}.successanim{display:flex;flex-direction:row;align-items:center;display:none}.successanim>*{margin:0;padding:0}svg{width:4.5rem}.check,svg{height:auto}.check{width:3.5rem;margin-left:-3.4rem;margin-bottom:2rem}.successanim path{fill:none;stroke:url(#KoraGradient);stroke-linecap:round;stroke-linejoin:round;stroke-width:8px;stroke-dasharray:395;stroke-dashoffset:395;animation:heart 2s cubic-bezier(.42,0,.26,.99) forwards;animation-iteration-count:1}@keyframes heart{0%{stroke-dashoffset:395}50%{stroke:url(#KoraGradient)}75%{stroke:url(#KoraGradient2)}to{stroke-dashoffset:0;stroke:url(#KoraGradient3)}}.successanim polyline{fill:none;stroke:url(#KoraGradient);stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;stroke-dasharray:395;stroke-dashoffset:395;animation:check 2.5s cubic-bezier(.42,0,.26,.99) forwards;animation-iteration-count:1}@keyframes check{0%{stroke-dashoffset:395;stroke:url(#KoraGradient)}30%{stroke-dashoffset:395;stroke:url(#KoraGradient)}70%{stroke:url(#KoraGradient2)}to{stroke-dashoffset:0;stroke:url(#KoraGradient3)}}.successanim p{color:var(--pink);font-weight:500;font-size:1rem;font-family:Prompt,sans-serif;text-transform:uppercase;animation:text 2.5s cubic-bezier(.42,0,.26,.99) forwards;animation-iteration-count:1;opacity:0;padding-left:.5rem}@keyframes text{0%{opacity:0}30%{opacity:0;transform:translate(-50px)}70%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}.error-animation{opacity:1;animation:error .8s cubic-bezier(.42,0,.26,.99) 1 forwards}@keyframes error{0%{transform:translate(0)}10%{transform:translate(20px)}20%{transform:translate(-20px)}30%{transform:translate(20px)}40%{transform:translate(-20px)}50%{transform:translate(20px)}60%{transform:translate(-20px)}80%{transform:translate(0)}to{transform:translate(0)}}.erroranim{display:none}.error-animation .erroranim{display:initial;width:max-content;position:absolute;top:10%;left:0}.erroranim p{color:var(--pink);font-weight:500;font-size:.85rem;font-family:Prompt,sans-serif;text-transform:uppercase;animation:errortext 5s cubic-bezier(.42,0,.26,.99) forwards;animation-iteration-count:1}@keyframes errortext{0%{opacity:0;transform:translateY(50px)}20%{opacity:1;transform:translate(0)}80%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(50px)}}.slide-in-element>*{animation-name:slidein;animation-duration:.75s;animation-iteration-count:1;animation-fill-mode:forwards;opacity:0}.slide-in-element>:nth-child(2){animation-delay:25ms}.slide-in-element>:nth-child(3){animation-delay:.05s}.slide-in-element>:nth-child(4){animation-delay:75ms}.slide-in-element>:nth-child(5){animation-delay:.1s}.slide-in-element>:nth-child(6){animation-delay:.125s}.slide-in-element>:nth-child(7){animation-delay:.15s}.slide-in-element>:nth-child(8){animation-delay:.175s}.slide-in-element>:nth-child(9){animation-delay:.2s}.slide-in-element>:nth-child(10){animation-delay:.225s}.slide-in-element>:nth-child(11){animation-delay:.25s}.slide-in-element>:nth-child(12+n){animation-delay:.275s}@keyframes slidein{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:1000px){html{font-size:90%}.text-wrapper{max-width:420px;min-width:420px}.kora-wrapper{margin:0 auto}}@media screen and (max-width:800px){html{font-size:80%}.text-wrapper{max-width:380px;min-width:380px}}@media screen and (max-width:675px) and (orientation:portrait){.kora-wrapper{align-items:flex-start;flex-direction:column}.text-wrapper{margin:0}footer{justify-content:center}footer,form{flex-direction:column}.email-wrapper{margin-bottom:1rem;width:100%}.subscribe{align-self:flex-end;margin:0;width:35%}.success-animation .successanim{left:0}}@media screen and (max-width:575px){html{font-size:80%}.text-wrapper{max-width:325px;min-width:325px}footer>*,form>*{font-size:1.1rem}}@media screen and (max-width:415px){html{font-size:75%}.text-wrapper{max-width:280px;min-width:280px}.kora-logo img{height:auto;width:80px}}@media screen and (max-width:1500px){body{background-position:760px 75%;background-size:800px}main{margin-left:5rem}}@media screen and (max-width:1200px){body{background-position:700px 75%}}@media screen and (max-width:1000px){body{background-position:600px 75%;background-size:700px}main{margin-left:5%}}@media screen and (max-width:1000px){body{background-image:none}main{margin:0 auto}}
/*# sourceMappingURL=/styles.97c34608.css.map */