body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:100%;line-height:1.65;color:#333}html,body{height:100%;background:var(--light);overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1{font-weight:900}button{padding:.75rem 1.5rem;border:none;border-radius:10px;cursor:pointer;background:var(--red);border:2px solid var(--red);color:#fff;font-weight:500;width:max-content;transition:.15s}button:hover{background:var(--pink)}button.outline{background:transparent;color:var(--red)}button.outline:hover{background:var(--red);color:#fff}button.light.outline{border:2px solid white;color:#fff}button.light.outline:hover{background:#fff;color:var(--red)}.italic{font-style:italic}.banner{height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(130deg,var(--light),var(--pink))}:root{--red: #75454A;--salmon: #A8636A;--pink: #F5909A;--gray: #B7A3A5;--light: #F5DADD}.trans{transition:.3s}.floating-glow{transform:translatey(0);animation:float-glow 6s ease-in-out infinite}@media (max-width: 991px){@keyframes float-glow{0%{filter:drop-shadow(0 0 15px rgb(97,120,255));transform:translatey(0) rotate(0)}50%{filter:drop-shadow(0 10px 15px rgba(97,120,255,.5));transform:translatey(-3px) rotate(0)}to{filter:drop-shadow(0 0 15px rgb(97,120,255));transform:translatey(0) rotate(0)}}}@media (min-width: 992px){@keyframes float-glow{0%{filter:drop-shadow(0 0 15px rgb(97,120,255));transform:translatey(0) rotate(0)}50%{filter:drop-shadow(0 10px 15px rgba(97,120,255,.5));transform:translatey(-8px) rotate(0)}to{filter:drop-shadow(0 0 15px rgb(97,120,255));transform:translatey(0) rotate(0)}}}.floating{transform:translatey(-3px);animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translatey(-3px) rotate(0)}50%{transform:translatey(3px) rotate(0)}to{transform:translatey(-3px) rotate(0)}}.floating-small{transform:translatey(0);animation:float-small 4s ease-in-out infinite}@keyframes float-small{0%{filter:drop-shadow(0 0 15px rgb(97,120,255));transform:translatey(1.5px) rotate(-2deg)}50%{filter:drop-shadow(0 4px 15px rgba(97,120,255,.5));transform:translatey(-1.5px) rotate(2deg)}to{filter:drop-shadow(0 0 15px rgb(97,120,255));transform:translatey(1.5px) rotate(-2deg)}}@-webkit-keyframes translate-left-in{0%{-webkit-transform:translateX(-20px)}to{-webkit-transform:translateX(0)}}@keyframes translate-left-in{0%{transform:translate(-20px)}to{transform:translate(0)}}@-webkit-keyframes translate-left-out{0%{-webkit-transform:translateX(0%)}to{-webkit-transform:translateX(20px)}}@keyframes translate-left-out{0%{transform:translate(0)}to{transform:translate(20px)}}.fadeInUp{opacity:0;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;animation-duration:.3s;animation-fill-mode:both;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both}@keyframes fadeInUp{0%{transform:translate3d(0,40px,0)}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes fadeInUp{0%{transform:translate3d(0,40px,0)}to{transform:translateZ(0);opacity:1}}.fadeInRight{opacity:0;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;animation-duration:.3s;animation-fill-mode:both;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both}@keyframes fadeInRight{0%{transform:translate3d(-40px,0,0)}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes fadeInRight{0%{transform:translate3d(-40px,0,0)}to{transform:translateZ(0);opacity:1}}.slideInUp{animation-name:slideInUp;-webkit-animation-name:slideInUp;animation-duration:.3s;animation-fill-mode:both;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both}@keyframes slideInUp{0%{transform:translate3d(0,40px,0)}to{transform:translateZ(0)}}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,40px,0)}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight;-webkit-animation-name:slideInRight;animation-duration:.3s;animation-fill-mode:both;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both}@keyframes slideInRight{0%{transform:translate3d(-100px,0,0)}to{transform:translateZ(0)}}@-webkit-keyframes slideInRight{0%{transform:translate3d(-100px,0,0)}to{transform:translateZ(0)}}.fadeInDown{opacity:0;animation-name:fadeInDown;-webkit-animation-name:fadeInDown;animation-duration:.3s;animation-fill-mode:both;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both}@keyframes fadeInDown{0%{transform:translate3d(0,-40px,0)}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes fadeInDown{0%{transform:translate3d(0,-40px,0)}to{transform:translateZ(0);opacity:1}}.fadeIn{opacity:0;animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:.3s;animation-fill-mode:both;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.downUp{position:relative;animation:downUp 2s ease-in-out;animation-iteration-count:infinite;-webkit-animation:downUp 2s ease-in-out;-webkit-animation-iteration-count:infinite}@keyframes downUp{0%{top:0}15%{top:15px}30%{top:0%}}@-webkit-keyframes downUp{0%{top:0}15%{top:15px}30%{top:0%}}.upDown{position:relative;animation:upDown 2s ease-in-out;animation-iteration-count:infinite;-webkit-animation:upDown 2s ease-in-out;-webkit-animation-iteration-count:infinite}@keyframes upDown{0%{bottom:0}15%{bottom:15px}30%{bottom:0%}}@-webkit-keyframes upDown{0%{bottom:0}15%{bottom:15px}30%{bottom:0%}}.delay-child:nth-child(1){animation-delay:0s}.delay-child:nth-child(2){animation-delay:.05s}.delay-child:nth-child(3){animation-delay:.1s}.delay-child:nth-child(4){animation-delay:.15s}.delay-child:nth-child(5){animation-delay:.2s}.delay-child:nth-child(6){animation-delay:.25s}.delay-child:nth-child(7){animation-delay:.3s}.delay-child:nth-child(8){animation-delay:.35s}.delay-child:nth-child(9){animation-delay:.4s}.delay-child:nth-child(10){animation-delay:.45s}.delay-child:nth-child(11){animation-delay:.5s}.delay-child:nth-child(12){animation-delay:.55s}.delay-child:nth-child(13){animation-delay:.6s}.delay-child:nth-child(14){animation-delay:.65s}.delay-child:nth-child(15){animation-delay:.7s}.delay-child-fast:nth-child(1){animation-delay:0s}.delay-child-fast:nth-child(2){animation-delay:25ms}.delay-child-fast:nth-child(3){animation-delay:.05s}.delay-child-fast:nth-child(4){animation-delay:75ms}.delay-child-fast:nth-child(5){animation-delay:.1s}.delay-child-fast:nth-child(6){animation-delay:.125s}.delay-child-fast:nth-child(7){animation-delay:.15s}.delay-child-fast:nth-child(8){animation-delay:.175s}.delay-child-fast:nth-child(9){animation-delay:.2s}.delay-child-fast:nth-child(10){animation-delay:.225s}.delay-child-fast:nth-child(11){animation-delay:.25s}.delay-child-fast:nth-child(12){animation-delay:.275s}.delay-child-fast:nth-child(13){animation-delay:.3s}.delay-child-fast:nth-child(14){animation-delay:.325s}.delay-child-fast:nth-child(15){animation-delay:.35s}.delay-child-group1 .delay-child:nth-child(1){animation-delay:.05s}.delay-child-group1 .delay-child:nth-child(2){animation-delay:.1s}.delay-child-group1 .delay-child:nth-child(3){animation-delay:.15s}.delay-child-group1 .delay-child:nth-child(4){animation-delay:.2s}.delay-child-group1 .delay-child:nth-child(5){animation-delay:.25s}.delay-child-group1 .delay-child:nth-child(6){animation-delay:.3s}.delay-child-group1 .delay-child:nth-child(7){animation-delay:.35s}.delay-child-group1 .delay-child:nth-child(8){animation-delay:.4s}.delay-child-group1 .delay-child:nth-child(9){animation-delay:.45s}.delay-child-group1 .delay-child:nth-child(10){animation-delay:.5s}.delay-child-group1 .delay-child:nth-child(11){animation-delay:.55s}.delay-child-group1 .delay-child:nth-child(12){animation-delay:.6s}.delay-child-group1 .delay-child:nth-child(13){animation-delay:.65s}.delay-child-group1 .delay-child:nth-child(14){animation-delay:.7s}.delay-child-group1 .delay-child:nth-child(15){animation-delay:.75s}.delay-child-group2 .delay-child:nth-child(1){animation-delay:.05s}.delay-child-group2 .delay-child:nth-child(2){animation-delay:.1s}.delay-child-group2 .delay-child:nth-child(3){animation-delay:.15s}.delay-child-group2 .delay-child:nth-child(4){animation-delay:.2s}.delay-child-group2 .delay-child:nth-child(5){animation-delay:.25s}.delay-child-group2 .delay-child:nth-child(6){animation-delay:.3s}.delay-child-group2 .delay-child:nth-child(7){animation-delay:.35s}.delay-child-group2 .delay-child:nth-child(8){animation-delay:.4s}.delay-child-group2 .delay-child:nth-child(9){animation-delay:.45s}.delay-child-group2 .delay-child:nth-child(10){animation-delay:.5s}.delay-child-group2 .delay-child:nth-child(11){animation-delay:.55s}.delay-child-group2 .delay-child:nth-child(12){animation-delay:.6s}.delay-child-group2 .delay-child:nth-child(13){animation-delay:.65s}.delay-child-group2 .delay-child:nth-child(14){animation-delay:.7s}.delay-child-group2 .delay-child:nth-child(15){animation-delay:.75s}.delay1{animation-delay:.05s}.delay2{animation-delay:.1s}.delay3{animation-delay:.15s}.delay4{animation-delay:.2s}.delay5{animation-delay:.25s}.delay6{animation-delay:.3s}.delay7{animation-delay:.35s}.delay8{animation-delay:.4s}.delay9{animation-delay:.45s}.delay10{animation-delay:.5s}.delay11{animation-delay:.6s}.delay12{animation-delay:.7s}.delay13{animation-delay:.8s}.delay14{animation-delay:.9s}.delay15{animation-delay:1s}.delay16{animation-delay:1.1s}.delay19{animation-delay:1.9s}.delay20{animation-delay:2s}.duration1{animation-duration:.5s!important}.duration2{animation-duration:.75s!important}.duration3{animation-duration:1s!important}.duration4{animation-duration:1.25s!important}.my-shake{animation:shake .4s;animation-iteration-count:1}.my-shake-continue{animation:shake .4s infinite}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}@keyframes rotateX{0%{opacity:0;transform:rotateX(-90deg)}50%{transform:rotateX(-20deg)}to{opacity:1;transform:rotateX(0)}}.zoomIn{opacity:0;animation-name:zoomIn;-webkit-animation-name:zoomIn;animation-duration:.2s;animation-fill-mode:both;-webkit-animation-duration:.2s;-webkit-animation-fill-mode:both}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.zoomInSmall{opacity:0;animation-name:zoomInSmall;-webkit-animation-name:zoomInSmall;animation-duration:.2s;animation-fill-mode:both;-webkit-animation-duration:.2s;-webkit-animation-fill-mode:both}@keyframes zoomInSmall{0%{opacity:0;transform:scale(.95)}50%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}
