@charset "UTF-8";@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-3px)}}*,*:before,*:after{box-sizing:border-box}body,html{margin:0;text-align:left;font-family:sans-serif;font-size:1.2rem;border:0}.accordion{width:100%;color:#fff;overflow:hidden;border-radius:.2rem}.accordion .tab{width:100%;color:#fff;overflow:hidden}.accordion .tab input{position:absolute;opacity:0;z-index:-1}.accordion .tab-label{display:flex;justify-content:space-between;padding:1em;background:#8492a6;font-weight:700;cursor:pointer}.accordion .tab-label:hover{background:#68788f}.accordion .tab-label:after{content:"+";width:1em;height:1em;text-align:center;transition:all .24s ease-in-out}.accordion .tab-content{max-height:0;padding:0 1em;color:#8492a6;background:white;transition:all .35s}@media (max-width: 576px){.accordion .tab-content ul{padding-left:1rem}}.accordion .tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;background:#8492a6;cursor:pointer}.accordion .tab-close:hover{background:#68788f}.accordion input:checked+.tab-label{background:#68788f}.accordion input:checked+.tab-label:after{content:"\2212"}.accordion input:checked~.tab-content{max-height:300vh;padding:1em}.border-radius-1{border-radius:.2rem}.border-radius-2{border-radius:.4rem}.btn{position:relative;background-color:#000;border-radius:.2rem;border:none;color:#fff;line-height:1;font-size:1rem;letter-spacing:.05rem;padding:.4rem .75rem;text-decoration:none;cursor:pointer;user-select:none;display:inline-block;transition:all .2s cubic-bezier(.17,.67,.83,.67);-webkit-appearance:none}.btn span{position:relative;display:inline-block;z-index:2}.btn .icon{position:relative;z-index:2;width:31px;height:18px;vertical-align:middle;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.btn-sm{padding:.35rem .55rem .2rem;font-size:.85rem}.btn-lg{padding:.8rem 1.25rem;font-size:1.2rem}.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 576px){.container{max-width:540px}}.container-sm{max-width:480px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.container-md{max-width:768px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.container-lg{max-width:976px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.container-xl{max-width:1440px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.d-flex{display:flex}.d-none{display:none}.d-block{display:block}.d-inline-block{display:inline}.visibility-visible{visibility:visible}.visibility-hidden{visibility:hidden}[hidden]{display:none!important}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.justify-content-start{justify-content:start}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-end{justify-content:end}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:0 0 100%}.flex-2{flex:0 0 50%}.flex-3{flex:0 0 32%}.flex-4{flex:0 0 25%}.form-group .form-control{border:1px solid #8492a6;border-radius:3px;display:block;font-family:inherit;font-size:inherit;line-height:inherit;padding:.4rem .5rem;transition:all .2s ease-in-out;width:100%}.form-group .form-control:focus,.form-group .form-control:active{box-shadow:0 0 0 .2rem #8492a633;border:1px solid #8492a6;outline:0}.form-group .invalid-feedback{font-size:small;color:red;margin-top:2px}.custom-checkbox,.custom-radio{display:block;position:relative;padding-left:2rem;cursor:pointer;font-size:inherit;user-select:none;line-height:1}.custom-checkbox a,.custom-radio a{color:#8492a6}.custom-checkbox input,.custom-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox input:checked~.checkmark,.custom-radio input:checked~.checkmark{background-color:#8492a6}.custom-checkbox input:checked~.checkmark:after,.custom-radio input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark,.custom-radio .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#000;border:1px solid transparent;border-radius:3px}.custom-checkbox .checkmark:after,.custom-radio .checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.custom-radio .checkmark{border-radius:12px}.custom-radio .checkmark:after{top:8px;left:8px;width:8px;height:8px;border-radius:50%;background:white}.list-style-none{list-style:none}.list-reset{margin:0;padding:0}#menu{top:0;left:0;background-color:#000;color:#fff;z-index:98;display:none}.menu-open #menu{display:block}#menu ul{list-style:none;margin:0;padding:0}#menu ul li{display:block;user-select:none}#menu ul li a{display:block;color:#fff;text-decoration:none;transition:all .24s ease-in-out}#menu ul li a:hover{transform:scale(1.05)}.modal{position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center}.modal.modal-hidden{display:none}.modal.modal-center{align-items:center}.modal .modal-backdrop{background-color:#000c;position:fixed;top:0;left:0;width:100%;height:100%}.modal .modal-content{position:relative;width:100%;margin:1rem;max-height:60vh;overflow:auto;background-color:#fff;border-radius:.2rem;padding:2rem}@media (max-width: 768px){.modal .modal-content{padding:1rem}}@media (max-width: 576px){.modal .modal-content{max-height:95vh}}.modal .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center}.modal .modal-content .modal-header .modal-close{cursor:pointer}.modal .modal-content .modal-body{padding:1rem 0}.modal-open{height:100%;max-height:100%;overflow:hidden}nav#main{top:0;z-index:100}nav#main .branding{position:relative;z-index:100}nav#main .branding .logo{width:170px;height:40px}nav#main .menu-toggle{position:relative;cursor:pointer;width:30px;height:30px;background-color:transparent;z-index:99}nav#main .menu-toggle span{position:relative;display:block;height:4px;width:100%;border-radius:2px;background-color:#fff;transition:all .1s ease-in-out}.menu-open nav#main .menu-toggle span:nth-child(1){display:none}nav#main .menu-toggle span:nth-child(2){top:8px}.menu-open nav#main .menu-toggle span:nth-child(2){top:11px;transform:rotate(-45deg)}nav#main .menu-toggle span:nth-child(3){top:16px}.menu-open nav#main .menu-toggle span:nth-child(3){top:6px;transform:rotate(45deg)}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-auto{overflow:auto}.overflow-unset{overflow:unset}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-relative{position:relative}.position-sticky{position:sticky}.preloader{display:inline-block;width:40px;height:40px;border:8px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:spin 1s ease-in-out infinite;top:40%;left:50%;position:absolute;margin:-20px 0 0 -20px}.mb-0,.my-0{margin-bottom:0!important}.mt-0,.my-0{margin-top:0!important}.ms-0,.mx-0{margin-left:0!important}.me-0,.mx-0{margin-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pt-0,.py-0{padding-top:0!important}.ps-0,.px-0{padding-left:0!important}.pe-0,.px-0{padding-right:0!important}.mb-1,.my-1{margin-bottom:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.ms-1,.mx-1{margin-left:.25rem!important}.me-1,.mx-1{margin-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.ps-1,.px-1{padding-left:.25rem!important}.pe-1,.px-1{padding-right:.25rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.ms-2,.mx-2{margin-left:.5rem!important}.me-2,.mx-2{margin-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.ps-2,.px-2{padding-left:.5rem!important}.pe-2,.px-2{padding-right:.5rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.ms-3,.mx-3{margin-left:1rem!important}.me-3,.mx-3{margin-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.ps-3,.px-3{padding-left:1rem!important}.pe-3,.px-3{padding-right:1rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.ms-4,.mx-4{margin-left:1.5rem!important}.me-4,.mx-4{margin-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.ps-4,.px-4{padding-left:1.5rem!important}.pe-4,.px-4{padding-right:1.5rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.ms-5,.mx-5{margin-left:3rem!important}.me-5,.mx-5{margin-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.ps-5,.px-5{padding-left:3rem!important}.pe-5,.px-5{padding-right:3rem!important}.mt-auto,.my-auto{margin-top:auto!important}.mx-auto{margin:0 auto}.h-100{height:100%!important}.w-100{width:100%!important}.text-center{text-align:center}.text-start{text-align:left}.text-end{text-align:right}.text-sm{font-size:.8rem}.text-lg{font-size:1.4rem}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-bold{font-weight:700}.text-regular{font-weight:300}.text-decoration-none{text-decoration:none}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/Roboto-Condensed-Regular.c4a116cd.woff2) format("woff2"),url(/build/assets/Roboto-Condensed-Regular.b7c2eb19.woff) format("woff")}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/Roboto-Condensed-600.7fd4a745.woff2) format("woff2"),url(/build/assets/Roboto-Condensed-600.24db433c.woff) format("woff")}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/build/assets/Roboto-Condensed-800.5657660d.woff2) format("woff2"),url(/build/assets/Roboto-Condensed-800.6a0fbe96.woff) format("woff")}.btn{padding:.8rem 1.2rem;line-height:1.1;display:inline-flex;justify-content:space-between;align-items:center}.btn-primary{background-color:#01562c;color:#fff}.conf-wrapper{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;pointer-events:none;z-index:7}[class|=confetti]{position:absolute}.confetti-0{width:5px;height:2px;background-color:#f1e3a4;top:-10%;left:65%;opacity:.5227379678;transform:rotate(194.6972123344deg);animation:drop-0 9.5801733556s .5998114095s 1}@keyframes drop-0{to{top:120%;left:76%}}.confetti-1{width:1px;height:.4px;background-color:#deb64b;top:-10%;left:5%;opacity:.6173334158;transform:rotate(330.6647034927deg);animation:drop-1 5.3034843121s .6890055792s 1}@keyframes drop-1{to{top:120%;left:6%}}.confetti-2{width:17px;height:6.8px;background-color:#faf9d0;top:-10%;left:48%;opacity:.5349896067;transform:rotate(269.7392733901deg);animation:drop-2 5.1131379295s .8809438812s 1}@keyframes drop-2{to{top:120%;left:54%}}.confetti-3{width:10px;height:4px;background-color:#e7cd78;top:-10%;left:95%;opacity:1.2661457193;transform:rotate(255.3601551905deg);animation:drop-3 9.4249904627s .4391139303s 1}@keyframes drop-3{to{top:120%;left:96%}}.confetti-4{width:13px;height:5.2px;background-color:#faf9d0;top:-10%;left:22%;opacity:.6127119568;transform:rotate(220.2417887888deg);animation:drop-4 9.832781517s .2902619117s 1}@keyframes drop-4{to{top:120%;left:30%}}.confetti-5{width:16px;height:6.4px;background-color:#f1e3a4;top:-10%;left:26%;opacity:1.2276777592;transform:rotate(80.9407356489deg);animation:drop-5 7.5424945244s .7672700983s 1}@keyframes drop-5{to{top:120%;left:40%}}.confetti-6{width:6px;height:2.4px;background-color:#faf9d0;top:-10%;left:57%;opacity:.7940623659;transform:rotate(116.0742511551deg);animation:drop-6 5.684101068s .5966898778s 1}@keyframes drop-6{to{top:120%;left:71%}}.confetti-7{width:13px;height:5.2px;background-color:#f1e3a4;top:-10%;left:35%;opacity:.9006576033;transform:rotate(81.955998194deg);animation:drop-7 7.9613823527s .2116082724s 1}@keyframes drop-7{to{top:120%;left:42%}}.confetti-8{width:11px;height:4.4px;background-color:#f1e3a4;top:-10%;left:39%;opacity:1.3084999217;transform:rotate(66.4282568506deg);animation:drop-8 9.7933111294s .6311605687s 1}@keyframes drop-8{to{top:120%;left:47%}}.confetti-9{width:15px;height:6px;background-color:#e7cd78;top:-10%;left:33%;opacity:.6106650363;transform:rotate(155.6449791966deg);animation:drop-9 7.0424901372s .2441388714s 1}@keyframes drop-9{to{top:120%;left:47%}}.confetti-10{width:18px;height:7.2px;background-color:#faf9d0;top:-10%;left:78%;opacity:.9778730887;transform:rotate(100.4277425322deg);animation:drop-10 5.5713964208s .160438534s 1}@keyframes drop-10{to{top:120%;left:91%}}.confetti-11{width:4px;height:1.6px;background-color:#deb64b;top:-10%;left:13%;opacity:.8413580457;transform:rotate(85.1142837358deg);animation:drop-11 7.3615307701s .6560719546s 1}@keyframes drop-11{to{top:120%;left:20%}}.confetti-12{width:1px;height:.4px;background-color:#deb64b;top:-10%;left:18%;opacity:.737403664;transform:rotate(341.5615169847deg);animation:drop-12 9.8753560696s .040660868s 1}@keyframes drop-12{to{top:120%;left:28%}}.confetti-13{width:1px;height:.4px;background-color:#deb64b;top:-10%;left:56%;opacity:.8093433771;transform:rotate(205.9731469737deg);animation:drop-13 7.6435216611s .262965022s 1}@keyframes drop-13{to{top:120%;left:69%}}.confetti-14{width:12px;height:4.8px;background-color:#f1e3a4;top:-10%;left:41%;opacity:.7323575459;transform:rotate(81.425354859deg);animation:drop-14 5.8220422183s .5704638093s 1}@keyframes drop-14{to{top:120%;left:47%}}.confetti-15{width:9px;height:3.6px;background-color:#e7cd78;top:-10%;left:89%;opacity:1.1267894366;transform:rotate(62.6108736496deg);animation:drop-15 7.4245164245s .2032795881s 1}@keyframes drop-15{to{top:120%;left:94%}}.confetti-16{width:7px;height:2.8px;background-color:#e7cd78;top:-10%;left:38%;opacity:1.48062778;transform:rotate(171.2540299911deg);animation:drop-16 9.440282802s .5629951042s 1}@keyframes drop-16{to{top:120%;left:51%}}.confetti-17{width:7px;height:2.8px;background-color:#faf9d0;top:-10%;left:86%;opacity:1.4279389097;transform:rotate(302.5019382462deg);animation:drop-17 9.1980669558s .5625552291s 1}@keyframes drop-17{to{top:120%;left:97%}}.confetti-18{width:8px;height:3.2px;background-color:#faf9d0;top:-10%;left:94%;opacity:1.3900929386;transform:rotate(160.2452754117deg);animation:drop-18 9.4169381506s 4.8099479ms 1}@keyframes drop-18{to{top:120%;left:105%}}.confetti-19{width:12px;height:4.8px;background-color:#faf9d0;top:-10%;left:80%;opacity:.9846049021;transform:rotate(207.0012653913deg);animation:drop-19 7.3913812064s .4533900487s 1}@keyframes drop-19{to{top:120%;left:92%}}.confetti-20{width:5px;height:2px;background-color:#f1e3a4;top:-10%;left:53%;opacity:1.4283643393;transform:rotate(97.2626434724deg);animation:drop-20 7.558730513s .2355133561s 1}@keyframes drop-20{to{top:120%;left:58%}}.confetti-21{width:15px;height:6px;background-color:#faf9d0;top:-10%;left:76%;opacity:.5340255655;transform:rotate(312.3802690273deg);animation:drop-21 9.5356088529s .3916473459s 1}@keyframes drop-21{to{top:120%;left:81%}}.confetti-22{width:10px;height:4px;background-color:#f1e3a4;top:-10%;left:62%;opacity:1.1733721985;transform:rotate(264.1006125245deg);animation:drop-22 5.5049271687s .6918220655s 1}@keyframes drop-22{to{top:120%;left:70%}}.confetti-23{width:2px;height:.8px;background-color:#faf9d0;top:-10%;left:97%;opacity:1.2848454225;transform:rotate(300.9099073753deg);animation:drop-23 5.1795166406s .4574881917s 1}@keyframes drop-23{to{top:120%;left:112%}}.confetti-24{width:16px;height:6.4px;background-color:#faf9d0;top:-10%;left:49%;opacity:.824606452;transform:rotate(226.0096638358deg);animation:drop-24 9.3487113773s .297577724s 1}@keyframes drop-24{to{top:120%;left:62%}}.confetti-25{width:13px;height:5.2px;background-color:#e7cd78;top:-10%;left:52%;opacity:1.1581823719;transform:rotate(151.1267476843deg);animation:drop-25 9.0614552107s .3930903245s 1}@keyframes drop-25{to{top:120%;left:56%}}.confetti-26{width:19px;height:7.6px;background-color:#deb64b;top:-10%;left:68%;opacity:1.061175964;transform:rotate(344.4252709805deg);animation:drop-26 5.7678453277s .7483270458s 1}@keyframes drop-26{to{top:120%;left:77%}}.confetti-27{width:8px;height:3.2px;background-color:#faf9d0;top:-10%;left:86%;opacity:1.1180215626;transform:rotate(207.2331402963deg);animation:drop-27 9.4895910164s .7438066244s 1}@keyframes drop-27{to{top:120%;left:90%}}.confetti-28{width:8px;height:3.2px;background-color:#deb64b;top:-10%;left:22%;opacity:1.3261040803;transform:rotate(22.3254208168deg);animation:drop-28 5.4158238745s .0934600098s 1}@keyframes drop-28{to{top:120%;left:32%}}.confetti-29{width:3px;height:1.2px;background-color:#deb64b;top:-10%;left:2%;opacity:.5312637122;transform:rotate(153.0833101112deg);animation:drop-29 7.5536141074s .66876608s 1}@keyframes drop-29{to{top:120%;left:13%}}.confetti-30{width:5px;height:2px;background-color:#f1e3a4;top:-10%;left:8%;opacity:1.1488363568;transform:rotate(117.2299455858deg);animation:drop-30 7.9003385472s .2710494054s 1}@keyframes drop-30{to{top:120%;left:9%}}.confetti-31{width:20px;height:8px;background-color:#faf9d0;top:-10%;left:92%;opacity:.8555162799;transform:rotate(222.3552920845deg);animation:drop-31 5.4108185711s .5751591916s 1}@keyframes drop-31{to{top:120%;left:95%}}.confetti-32{width:10px;height:4px;background-color:#faf9d0;top:-10%;left:67%;opacity:1.0894291016;transform:rotate(93.6887810521deg);animation:drop-32 7.3460980159s .5049441263s 1}@keyframes drop-32{to{top:120%;left:68%}}.confetti-33{width:2px;height:.8px;background-color:#deb64b;top:-10%;left:41%;opacity:.5069266599;transform:rotate(305.2561166615deg);animation:drop-33 9.3314066316s .4625838982s 1}@keyframes drop-33{to{top:120%;left:45%}}.confetti-34{width:4px;height:1.6px;background-color:#deb64b;top:-10%;left:68%;opacity:1.2260424796;transform:rotate(181.7236502611deg);animation:drop-34 5.1563835s .8226981995s 1}@keyframes drop-34{to{top:120%;left:79%}}.confetti-35{width:15px;height:6px;background-color:#faf9d0;top:-10%;left:1%;opacity:1.4192765523;transform:rotate(304.0946562109deg);animation:drop-35 9.6992190758s .7974125964s 1}@keyframes drop-35{to{top:120%;left:4%}}.confetti-36{width:20px;height:8px;background-color:#e7cd78;top:-10%;left:65%;opacity:.5632543924;transform:rotate(301.1502468127deg);animation:drop-36 7.6041993816s .7661733433s 1}@keyframes drop-36{to{top:120%;left:67%}}.confetti-37{width:8px;height:3.2px;background-color:#e7cd78;top:-10%;left:61%;opacity:1.108982822;transform:rotate(36.6924927583deg);animation:drop-37 9.019630177s .3903454122s 1}@keyframes drop-37{to{top:120%;left:74%}}.confetti-38{width:20px;height:8px;background-color:#f1e3a4;top:-10%;left:81%;opacity:.754896046;transform:rotate(162.5237290789deg);animation:drop-38 9.7034445369s .0871527334s 1}@keyframes drop-38{to{top:120%;left:93%}}.confetti-39{width:19px;height:7.6px;background-color:#e7cd78;top:-10%;left:46%;opacity:1.4571400313;transform:rotate(24.2822469036deg);animation:drop-39 9.3685910266s .1915624751s 1}@keyframes drop-39{to{top:120%;left:58%}}.confetti-40{width:20px;height:8px;background-color:#deb64b;top:-10%;left:56%;opacity:1.411859199;transform:rotate(224.5238817486deg);animation:drop-40 5.3577368248s .5012353521s 1}@keyframes drop-40{to{top:120%;left:64%}}.confetti-41{width:15px;height:6px;background-color:#deb64b;top:-10%;left:54%;opacity:.798714282;transform:rotate(172.9818747117deg);animation:drop-41 9.251452387s .8151033124s 1}@keyframes drop-41{to{top:120%;left:67%}}.confetti-42{width:2px;height:.8px;background-color:#f1e3a4;top:-10%;left:89%;opacity:1.4363192543;transform:rotate(310.1986894648deg);animation:drop-42 7.6057590932s .7361288699s 1}@keyframes drop-42{to{top:120%;left:98%}}.confetti-43{width:16px;height:6.4px;background-color:#faf9d0;top:-10%;left:46%;opacity:.8769453889;transform:rotate(151.421479703deg);animation:drop-43 5.3890464325s .538961041s 1}@keyframes drop-43{to{top:120%;left:47%}}.confetti-44{width:4px;height:1.6px;background-color:#e7cd78;top:-10%;left:91%;opacity:1.4448330117;transform:rotate(152.0075323057deg);animation:drop-44 9.5521745904s .37219633s 1}@keyframes drop-44{to{top:120%;left:94%}}.confetti-45{width:6px;height:2.4px;background-color:#e7cd78;top:-10%;left:54%;opacity:1.3966276678;transform:rotate(50.5608552368deg);animation:drop-45 9.4110952281s .8856546252s 1}@keyframes drop-45{to{top:120%;left:57%}}.confetti-46{width:5px;height:2px;background-color:#e7cd78;top:-10%;left:5%;opacity:1.2325641294;transform:rotate(96.2668188498deg);animation:drop-46 9.6842039906s .3136308219s 1}@keyframes drop-46{to{top:120%;left:6%}}.confetti-47{width:19px;height:7.6px;background-color:#f1e3a4;top:-10%;left:10%;opacity:.884201246;transform:rotate(35.6574219022deg);animation:drop-47 7.7746544245s .3675384572s 1}@keyframes drop-47{to{top:120%;left:19%}}.confetti-48{width:20px;height:8px;background-color:#faf9d0;top:-10%;left:5%;opacity:1.0479737706;transform:rotate(261.5918138966deg);animation:drop-48 9.3149725369s .0102806819s 1}@keyframes drop-48{to{top:120%;left:10%}}.confetti-49{width:5px;height:2px;background-color:#faf9d0;top:-10%;left:61%;opacity:.5986456374;transform:rotate(150.3886871921deg);animation:drop-49 5.6859077174s .3031919973s 1}@keyframes drop-49{to{top:120%;left:69%}}.confetti-50{width:14px;height:5.6px;background-color:#deb64b;top:-10%;left:95%;opacity:1.3367192417;transform:rotate(251.6585274801deg);animation:drop-50 7.8194838789s .5463305994s 1}@keyframes drop-50{to{top:120%;left:107%}}.confetti-51{width:9px;height:3.6px;background-color:#faf9d0;top:-10%;left:24%;opacity:.8632504412;transform:rotate(.0850735136deg);animation:drop-51 5.1118774845s .8443217896s 1}@keyframes drop-51{to{top:120%;left:33%}}.confetti-52{width:10px;height:4px;background-color:#e7cd78;top:-10%;left:78%;opacity:1.0964381057;transform:rotate(135.7767816941deg);animation:drop-52 7.1030520377s .3910170949s 1}@keyframes drop-52{to{top:120%;left:87%}}.confetti-53{width:2px;height:.8px;background-color:#faf9d0;top:-10%;left:11%;opacity:1.4123695787;transform:rotate(23.5402162469deg);animation:drop-53 9.3697508084s .4109811705s 1}@keyframes drop-53{to{top:120%;left:25%}}.confetti-54{width:15px;height:6px;background-color:#faf9d0;top:-10%;left:82%;opacity:.6486344717;transform:rotate(9.5566517917deg);animation:drop-54 5.3187238319s .482675219s 1}@keyframes drop-54{to{top:120%;left:87%}}.confetti-55{width:15px;height:6px;background-color:#faf9d0;top:-10%;left:50%;opacity:.5209974001;transform:rotate(293.924143094deg);animation:drop-55 7.9448322873s .4480116426s 1}@keyframes drop-55{to{top:120%;left:51%}}.confetti-56{width:11px;height:4.4px;background-color:#faf9d0;top:-10%;left:6%;opacity:1.4685445453;transform:rotate(27.7247283567deg);animation:drop-56 7.4177186374s .7093026941s 1}@keyframes drop-56{to{top:120%;left:8%}}.confetti-57{width:12px;height:4.8px;background-color:#f1e3a4;top:-10%;left:46%;opacity:1.056955546;transform:rotate(57.1640530378deg);animation:drop-57 9.86824313s .2629306539s 1}@keyframes drop-57{to{top:120%;left:52%}}.confetti-58{width:14px;height:5.6px;background-color:#f1e3a4;top:-10%;left:44%;opacity:1.0635679496;transform:rotate(235.0013974553deg);animation:drop-58 9.9010532706s .3113776763s 1}@keyframes drop-58{to{top:120%;left:59%}}.confetti-59{width:4px;height:1.6px;background-color:#deb64b;top:-10%;left:82%;opacity:1.1709423839;transform:rotate(319.516779457deg);animation:drop-59 9.6777318301s .1052811589s 1}@keyframes drop-59{to{top:120%;left:95%}}.confetti-60{width:15px;height:6px;background-color:#faf9d0;top:-10%;left:9%;opacity:1.2720059538;transform:rotate(151.9521064572deg);animation:drop-60 9.1442979159s .3230313772s 1}@keyframes drop-60{to{top:120%;left:13%}}.confetti-61{width:10px;height:4px;background-color:#faf9d0;top:-10%;left:40%;opacity:1.4086976406;transform:rotate(60.4464338452deg);animation:drop-61 5.0341307101s .388947895s 1}@keyframes drop-61{to{top:120%;left:43%}}.confetti-62{width:5px;height:2px;background-color:#f1e3a4;top:-10%;left:4%;opacity:1.2031445302;transform:rotate(122.2616835535deg);animation:drop-62 9.4319993013s .7702601367s 1}@keyframes drop-62{to{top:120%;left:8%}}.confetti-63{width:6px;height:2.4px;background-color:#e7cd78;top:-10%;left:20%;opacity:1.0638523104;transform:rotate(353.3893115976deg);animation:drop-63 5.4787180009s .1737143331s 1}@keyframes drop-63{to{top:120%;left:30%}}.confetti-64{width:1px;height:.4px;background-color:#faf9d0;top:-10%;left:31%;opacity:.5120027215;transform:rotate(216.6179276985deg);animation:drop-64 5.7503385888s .1838661418s 1}@keyframes drop-64{to{top:120%;left:41%}}.confetti-65{width:11px;height:4.4px;background-color:#f1e3a4;top:-10%;left:93%;opacity:.6171933853;transform:rotate(339.4358060421deg);animation:drop-65 5.8932360431s .4954285081s 1}@keyframes drop-65{to{top:120%;left:100%}}.confetti-66{width:1px;height:.4px;background-color:#f1e3a4;top:-10%;left:17%;opacity:.5771276856;transform:rotate(241.5406451877deg);animation:drop-66 9.8063041704s .3779153033s 1}@keyframes drop-66{to{top:120%;left:22%}}.confetti-67{width:2px;height:.8px;background-color:#faf9d0;top:-10%;left:83%;opacity:.5214214304;transform:rotate(164.1926188858deg);animation:drop-67 7.9009471202s .5151821149s 1}@keyframes drop-67{to{top:120%;left:98%}}.confetti-68{width:3px;height:1.2px;background-color:#e7cd78;top:-10%;left:87%;opacity:1.3464370302;transform:rotate(100.2372051396deg);animation:drop-68 9.929351092s .8100900097s 1}@keyframes drop-68{to{top:120%;left:90%}}.confetti-69{width:17px;height:6.8px;background-color:#f1e3a4;top:-10%;left:73%;opacity:1.0390030868;transform:rotate(186.6018983108deg);animation:drop-69 9.7586447719s .449279717s 1}@keyframes drop-69{to{top:120%;left:79%}}.confetti-70{width:2px;height:.8px;background-color:#deb64b;top:-10%;left:74%;opacity:1.2104018083;transform:rotate(255.6218109494deg);animation:drop-70 7.2470043827s .7547139545s 1}@keyframes drop-70{to{top:120%;left:89%}}.confetti-71{width:17px;height:6.8px;background-color:#f1e3a4;top:-10%;left:52%;opacity:.7315315734;transform:rotate(128.8340111255deg);animation:drop-71 5.8075737621s .1974863984s 1}@keyframes drop-71{to{top:120%;left:63%}}.confetti-72{width:17px;height:6.8px;background-color:#e7cd78;top:-10%;left:66%;opacity:.7649850531;transform:rotate(298.2342222683deg);animation:drop-72 7.5260200566s .4467173422s 1}@keyframes drop-72{to{top:120%;left:69%}}.confetti-73{width:4px;height:1.6px;background-color:#e7cd78;top:-10%;left:49%;opacity:1.3585537786;transform:rotate(289.1757991132deg);animation:drop-73 5.1173316157s .6511992836s 1}@keyframes drop-73{to{top:120%;left:63%}}.confetti-74{width:18px;height:7.2px;background-color:#e7cd78;top:-10%;left:15%;opacity:.5493910627;transform:rotate(107.8909678942deg);animation:drop-74 9.7435751012s .10331635s 1}@keyframes drop-74{to{top:120%;left:19%}}.confetti-75{width:11px;height:4.4px;background-color:#f1e3a4;top:-10%;left:11%;opacity:1.0966725159;transform:rotate(149.3158955895deg);animation:drop-75 5.9374237726s .9952842119s 1}@keyframes drop-75{to{top:120%;left:24%}}.confetti-76{width:13px;height:5.2px;background-color:#deb64b;top:-10%;left:40%;opacity:1.0454534956;transform:rotate(79.5801283707deg);animation:drop-76 5.3512477029s .3049406096s 1}@keyframes drop-76{to{top:120%;left:49%}}.confetti-77{width:4px;height:1.6px;background-color:#deb64b;top:-10%;left:22%;opacity:.6074753584;transform:rotate(27.5729746796deg);animation:drop-77 5.6660832304s .4977781286s 1}@keyframes drop-77{to{top:120%;left:34%}}.confetti-78{width:3px;height:1.2px;background-color:#e7cd78;top:-10%;left:51%;opacity:.9370853524;transform:rotate(182.7623044615deg);animation:drop-78 9.5241071945s .0559730836s 1}@keyframes drop-78{to{top:120%;left:60%}}.confetti-79{width:17px;height:6.8px;background-color:#f1e3a4;top:-10%;left:96%;opacity:1.0305713486;transform:rotate(247.3164281317deg);animation:drop-79 7.6830765534s .6456561658s 1}@keyframes drop-79{to{top:120%;left:109%}}.confetti-80{width:2px;height:.8px;background-color:#deb64b;top:-10%;left:25%;opacity:1.3674000753;transform:rotate(301.3754899354deg);animation:drop-80 5.2946820899s .1648569653s 1}@keyframes drop-80{to{top:120%;left:27%}}.confetti-81{width:8px;height:3.2px;background-color:#e7cd78;top:-10%;left:11%;opacity:1.0433241583;transform:rotate(307.7991407192deg);animation:drop-81 5.282612532s .4302047547s 1}@keyframes drop-81{to{top:120%;left:24%}}.confetti-82{width:9px;height:3.6px;background-color:#f1e3a4;top:-10%;left:44%;opacity:1.2830388262;transform:rotate(263.66540323deg);animation:drop-82 9.589537213s .5722689317s 1}@keyframes drop-82{to{top:120%;left:58%}}.confetti-83{width:8px;height:3.2px;background-color:#deb64b;top:-10%;left:37%;opacity:1.0458224422;transform:rotate(256.0187658617deg);animation:drop-83 5.4156522555s .9892971056s 1}@keyframes drop-83{to{top:120%;left:45%}}.confetti-84{width:8px;height:3.2px;background-color:#deb64b;top:-10%;left:37%;opacity:.8702722851;transform:rotate(183.946324462deg);animation:drop-84 7.6657979118s .8621663964s 1}@keyframes drop-84{to{top:120%;left:48%}}.confetti-85{width:20px;height:8px;background-color:#e7cd78;top:-10%;left:28%;opacity:.6551665806;transform:rotate(293.4169463634deg);animation:drop-85 9.5977122667s .529624425s 1}@keyframes drop-85{to{top:120%;left:39%}}.confetti-86{width:6px;height:2.4px;background-color:#e7cd78;top:-10%;left:77%;opacity:1.4724297656;transform:rotate(95.1329334309deg);animation:drop-86 5.8337249181s .1761493584s 1}@keyframes drop-86{to{top:120%;left:86%}}.confetti-87{width:5px;height:2px;background-color:#deb64b;top:-10%;left:21%;opacity:1.1907237565;transform:rotate(187.4492358939deg);animation:drop-87 7.1066187588s .7903161897s 1}@keyframes drop-87{to{top:120%;left:32%}}.confetti-88{width:12px;height:4.8px;background-color:#deb64b;top:-10%;left:40%;opacity:.8134018266;transform:rotate(176.745119461deg);animation:drop-88 9.47736309s .3782126646s 1}@keyframes drop-88{to{top:120%;left:53%}}.confetti-89{width:20px;height:8px;background-color:#deb64b;top:-10%;left:46%;opacity:1.4279375684;transform:rotate(199.229707817deg);animation:drop-89 7.357841884s .0805275234s 1}@keyframes drop-89{to{top:120%;left:51%}}.confetti-90{width:14px;height:5.6px;background-color:#deb64b;top:-10%;left:90%;opacity:1.3229660435;transform:rotate(178.1919543456deg);animation:drop-90 9.5043730775s .437205684s 1}@keyframes drop-90{to{top:120%;left:100%}}.confetti-91{width:11px;height:4.4px;background-color:#deb64b;top:-10%;left:52%;opacity:.8502532746;transform:rotate(28.9214028351deg);animation:drop-91 5.7307524117s .2708624411s 1}@keyframes drop-91{to{top:120%;left:57%}}.confetti-92{width:9px;height:3.6px;background-color:#e7cd78;top:-10%;left:5%;opacity:.799618899;transform:rotate(28.743916281deg);animation:drop-92 5.9999681509s .0209930863s 1}@keyframes drop-92{to{top:120%;left:8%}}.confetti-93{width:19px;height:7.6px;background-color:#f1e3a4;top:-10%;left:14%;opacity:1.3263105229;transform:rotate(65.0591779515deg);animation:drop-93 5.8743742353s .0445452415s 1}@keyframes drop-93{to{top:120%;left:24%}}.confetti-94{width:19px;height:7.6px;background-color:#deb64b;top:-10%;left:61%;opacity:.824460473;transform:rotate(308.9255650739deg);animation:drop-94 7.9510717933s .618744754s 1}@keyframes drop-94{to{top:120%;left:70%}}.confetti-95{width:13px;height:5.2px;background-color:#f1e3a4;top:-10%;left:83%;opacity:1.436702993;transform:rotate(159.114852278deg);animation:drop-95 5.4228696865s .5890893857s 1}@keyframes drop-95{to{top:120%;left:92%}}.confetti-96{width:8px;height:3.2px;background-color:#f1e3a4;top:-10%;left:18%;opacity:1.2121348432;transform:rotate(281.7480387548deg);animation:drop-96 5.0372880557s .4346387717s 1}@keyframes drop-96{to{top:120%;left:32%}}.confetti-97{width:16px;height:6.4px;background-color:#deb64b;top:-10%;left:94%;opacity:1.1759197305;transform:rotate(180.488409309deg);animation:drop-97 5.9880042429s .6581273544s 1}@keyframes drop-97{to{top:120%;left:101%}}.confetti-98{width:9px;height:3.6px;background-color:#f1e3a4;top:-10%;left:1%;opacity:.9597170993;transform:rotate(6.4787255769deg);animation:drop-98 5.0735819482s .7753012015s 1}@keyframes drop-98{to{top:120%;left:4%}}.confetti-99{width:17px;height:6.8px;background-color:#faf9d0;top:-10%;left:73%;opacity:.9177513439;transform:rotate(137.6728197567deg);animation:drop-99 7.4433853266s .9001112232s 1}@keyframes drop-99{to{top:120%;left:87%}}.confetti-100{width:11px;height:4.4px;background-color:#f1e3a4;top:-10%;left:9%;opacity:1.4853696852;transform:rotate(200.7037025807deg);animation:drop-100 7.0219806373s .1805655153s 1}@keyframes drop-100{to{top:120%;left:23%}}.confetti-101{width:6px;height:2.4px;background-color:#faf9d0;top:-10%;left:33%;opacity:.5656392923;transform:rotate(198.1291448812deg);animation:drop-101 5.7745379538s .9282942004s 1}@keyframes drop-101{to{top:120%;left:41%}}.confetti-102{width:14px;height:5.6px;background-color:#deb64b;top:-10%;left:38%;opacity:1.4075407674;transform:rotate(11.8238678507deg);animation:drop-102 9.1565676668s .2869715137s 1}@keyframes drop-102{to{top:120%;left:49%}}.confetti-103{width:4px;height:1.6px;background-color:#f1e3a4;top:-10%;left:6%;opacity:1.4695778962;transform:rotate(266.6693425535deg);animation:drop-103 9.4016184963s .8510276401s 1}@keyframes drop-103{to{top:120%;left:17%}}.confetti-104{width:7px;height:2.8px;background-color:#deb64b;top:-10%;left:88%;opacity:.759351743;transform:rotate(221.794230578deg);animation:drop-104 7.5715693825s .362554878s 1}@keyframes drop-104{to{top:120%;left:90%}}.confetti-105{width:13px;height:5.2px;background-color:#f1e3a4;top:-10%;left:46%;opacity:.5033746876;transform:rotate(313.0076437273deg);animation:drop-105 9.2628979054s .0832657454s 1}@keyframes drop-105{to{top:120%;left:54%}}.confetti-106{width:17px;height:6.8px;background-color:#faf9d0;top:-10%;left:80%;opacity:1.2208241639;transform:rotate(141.4962638797deg);animation:drop-106 5.2672825428s .3065756ms 1}@keyframes drop-106{to{top:120%;left:93%}}.confetti-107{width:18px;height:7.2px;background-color:#f1e3a4;top:-10%;left:7%;opacity:.9786139999;transform:rotate(297.9340218493deg);animation:drop-107 9.6029664969s .4063464625s 1}@keyframes drop-107{to{top:120%;left:12%}}.confetti-108{width:18px;height:7.2px;background-color:#deb64b;top:-10%;left:61%;opacity:1.2266108644;transform:rotate(349.5790697047deg);animation:drop-108 9.4586159544s .9804187364s 1}@keyframes drop-108{to{top:120%;left:71%}}.confetti-109{width:10px;height:4px;background-color:#e7cd78;top:-10%;left:2%;opacity:.5104009694;transform:rotate(96.1718248137deg);animation:drop-109 9.0458936388s .8361209838s 1}@keyframes drop-109{to{top:120%;left:10%}}.confetti-110{width:5px;height:2px;background-color:#e7cd78;top:-10%;left:97%;opacity:.5684162194;transform:rotate(304.2584300117deg);animation:drop-110 7.1814978672s .3068387363s 1}@keyframes drop-110{to{top:120%;left:100%}}.confetti-111{width:13px;height:5.2px;background-color:#faf9d0;top:-10%;left:90%;opacity:1.0215111481;transform:rotate(92.2983658321deg);animation:drop-111 7.0755181581s .5574024873s 1}@keyframes drop-111{to{top:120%;left:99%}}.confetti-112{width:3px;height:1.2px;background-color:#deb64b;top:-10%;left:31%;opacity:1.0592789271;transform:rotate(114.3203907258deg);animation:drop-112 5.2177333165s .1638033429s 1}@keyframes drop-112{to{top:120%;left:38%}}.confetti-113{width:2px;height:.8px;background-color:#e7cd78;top:-10%;left:76%;opacity:.9112280961;transform:rotate(210.2593213703deg);animation:drop-113 5.9282063453s .4222695628s 1}@keyframes drop-113{to{top:120%;left:81%}}.confetti-114{width:17px;height:6.8px;background-color:#deb64b;top:-10%;left:16%;opacity:1.4614337603;transform:rotate(273.4674233537deg);animation:drop-114 9.1208069609s .2847019096s 1}@keyframes drop-114{to{top:120%;left:25%}}.confetti-115{width:15px;height:6px;background-color:#e7cd78;top:-10%;left:80%;opacity:1.1358853717;transform:rotate(83.6578075474deg);animation:drop-115 9.4292945374s .97830991s 1}@keyframes drop-115{to{top:120%;left:94%}}.confetti-116{width:7px;height:2.8px;background-color:#faf9d0;top:-10%;left:74%;opacity:.905035267;transform:rotate(284.9678677228deg);animation:drop-116 7.4444472578s .6528056561s 1}@keyframes drop-116{to{top:120%;left:81%}}.confetti-117{width:3px;height:1.2px;background-color:#deb64b;top:-10%;left:38%;opacity:1.3122923043;transform:rotate(76.4669992436deg);animation:drop-117 7.2704185324s .2818801916s 1}@keyframes drop-117{to{top:120%;left:47%}}.confetti-118{width:6px;height:2.4px;background-color:#faf9d0;top:-10%;left:51%;opacity:1.1807870286;transform:rotate(26.1342723983deg);animation:drop-118 5.7392396355s .6328234923s 1}@keyframes drop-118{to{top:120%;left:55%}}.confetti-119{width:10px;height:4px;background-color:#deb64b;top:-10%;left:80%;opacity:1.4508871986;transform:rotate(353.6064285437deg);animation:drop-119 9.0120354044s .3003183592s 1}@keyframes drop-119{to{top:120%;left:85%}}.confetti-120{width:5px;height:2px;background-color:#f1e3a4;top:-10%;left:52%;opacity:.9341674301;transform:rotate(186.6539628463deg);animation:drop-120 5.9925831926s .1948947879s 1}@keyframes drop-120{to{top:120%;left:63%}}.confetti-121{width:11px;height:4.4px;background-color:#f1e3a4;top:-10%;left:27%;opacity:1.1967672855;transform:rotate(125.2010326033deg);animation:drop-121 9.3917112113s .6886058029s 1}@keyframes drop-121{to{top:120%;left:34%}}.confetti-122{width:13px;height:5.2px;background-color:#deb64b;top:-10%;left:41%;opacity:1.0084719909;transform:rotate(106.386457374deg);animation:drop-122 5.7859427569s .5676119813s 1}@keyframes drop-122{to{top:120%;left:53%}}.confetti-123{width:6px;height:2.4px;background-color:#e7cd78;top:-10%;left:8%;opacity:1.415972056;transform:rotate(219.7633815365deg);animation:drop-123 9.8141027263s .6195168079s 1}@keyframes drop-123{to{top:120%;left:17%}}.confetti-124{width:10px;height:4px;background-color:#f1e3a4;top:-10%;left:1%;opacity:.5169636995;transform:rotate(230.7248108937deg);animation:drop-124 5.7529843243s .2810133325s 1}@keyframes drop-124{to{top:120%;left:14%}}.confetti-125{width:2px;height:.8px;background-color:#deb64b;top:-10%;left:30%;opacity:1.3629409434;transform:rotate(160.1011602125deg);animation:drop-125 7.1637419475s .8285663908s 1}@keyframes drop-125{to{top:120%;left:39%}}.confetti-126{width:13px;height:5.2px;background-color:#f1e3a4;top:-10%;left:40%;opacity:1.2783881039;transform:rotate(226.9811083414deg);animation:drop-126 5.4814865362s .4871070471s 1}@keyframes drop-126{to{top:120%;left:53%}}.confetti-127{width:12px;height:4.8px;background-color:#deb64b;top:-10%;left:28%;opacity:1.3480601006;transform:rotate(53.783448865deg);animation:drop-127 5.4666869735s .8595952906s 1}@keyframes drop-127{to{top:120%;left:42%}}.confetti-128{width:16px;height:6.4px;background-color:#f1e3a4;top:-10%;left:74%;opacity:.9503883991;transform:rotate(77.0774691109deg);animation:drop-128 9.2847098834s .0221024349s 1}@keyframes drop-128{to{top:120%;left:81%}}.confetti-129{width:5px;height:2px;background-color:#deb64b;top:-10%;left:45%;opacity:1.3190232491;transform:rotate(300.2592148896deg);animation:drop-129 5.7926274938s .1610289408s 1}@keyframes drop-129{to{top:120%;left:49%}}.confetti-130{width:20px;height:8px;background-color:#deb64b;top:-10%;left:90%;opacity:1.2774071016;transform:rotate(28.84006413deg);animation:drop-130 9.5780839272s .4713616487s 1}@keyframes drop-130{to{top:120%;left:98%}}.confetti-131{width:4px;height:1.6px;background-color:#f1e3a4;top:-10%;left:31%;opacity:1.4150578962;transform:rotate(39.9523259882deg);animation:drop-131 5.0162995247s .8457961783s 1}@keyframes drop-131{to{top:120%;left:43%}}.confetti-132{width:8px;height:3.2px;background-color:#faf9d0;top:-10%;left:93%;opacity:.6768088016;transform:rotate(8.9185417753deg);animation:drop-132 5.3387660327s .6284189024s 1}@keyframes drop-132{to{top:120%;left:107%}}.confetti-133{width:9px;height:3.6px;background-color:#e7cd78;top:-10%;left:73%;opacity:.6065729801;transform:rotate(222.1819685499deg);animation:drop-133 7.0144175305s .9817816486s 1}@keyframes drop-133{to{top:120%;left:88%}}.confetti-134{width:19px;height:7.6px;background-color:#faf9d0;top:-10%;left:67%;opacity:.6106714461;transform:rotate(337.0783559508deg);animation:drop-134 9.1337119604s .1803535195s 1}@keyframes drop-134{to{top:120%;left:81%}}.confetti-135{width:17px;height:6.8px;background-color:#e7cd78;top:-10%;left:37%;opacity:1.0491887773;transform:rotate(297.1431302841deg);animation:drop-135 9.7290209113s .363491773s 1}@keyframes drop-135{to{top:120%;left:50%}}.confetti-136{width:20px;height:8px;background-color:#deb64b;top:-10%;left:52%;opacity:.920431263;transform:rotate(23.568785649deg);animation:drop-136 5.0821833651s .7595292154s 1}@keyframes drop-136{to{top:120%;left:66%}}.confetti-137{width:17px;height:6.8px;background-color:#faf9d0;top:-10%;left:85%;opacity:1.1467681394;transform:rotate(120.3416146881deg);animation:drop-137 7.9360208368s .534721045s 1}@keyframes drop-137{to{top:120%;left:93%}}.confetti-138{width:20px;height:8px;background-color:#faf9d0;top:-10%;left:66%;opacity:1.2112956161;transform:rotate(32.8609953858deg);animation:drop-138 5.7619542937s .1718137108s 1}@keyframes drop-138{to{top:120%;left:67%}}.confetti-139{width:10px;height:4px;background-color:#e7cd78;top:-10%;left:30%;opacity:1.1660066501;transform:rotate(152.67590525deg);animation:drop-139 9.6337993436s .2885390647s 1}@keyframes drop-139{to{top:120%;left:32%}}.confetti-140{width:16px;height:6.4px;background-color:#deb64b;top:-10%;left:57%;opacity:1.4014834397;transform:rotate(254.0747469016deg);animation:drop-140 7.6130685057s .0641299467s 1}@keyframes drop-140{to{top:120%;left:64%}}.confetti-141{width:15px;height:6px;background-color:#e7cd78;top:-10%;left:47%;opacity:.7659145205;transform:rotate(337.7323082183deg);animation:drop-141 7.5420421741s .2947849726s 1}@keyframes drop-141{to{top:120%;left:58%}}.confetti-142{width:9px;height:3.6px;background-color:#deb64b;top:-10%;left:69%;opacity:.6561956193;transform:rotate(64.8967903943deg);animation:drop-142 7.0282728241s .5256156976s 1}@keyframes drop-142{to{top:120%;left:83%}}.confetti-143{width:6px;height:2.4px;background-color:#faf9d0;top:-10%;left:35%;opacity:.7146483613;transform:rotate(205.7612079076deg);animation:drop-143 9.0732280462s .8161852497s 1}@keyframes drop-143{to{top:120%;left:37%}}.confetti-144{width:10px;height:4px;background-color:#deb64b;top:-10%;left:74%;opacity:.9524988682;transform:rotate(225.1314587086deg);animation:drop-144 5.962539227s .5024011592s 1}@keyframes drop-144{to{top:120%;left:84%}}.confetti-145{width:15px;height:6px;background-color:#f1e3a4;top:-10%;left:87%;opacity:.9936083192;transform:rotate(254.712681932deg);animation:drop-145 9.7375036368s .0955272043s 1}@keyframes drop-145{to{top:120%;left:91%}}.confetti-146{width:11px;height:4.4px;background-color:#deb64b;top:-10%;left:60%;opacity:1.2281366188;transform:rotate(344.7957182589deg);animation:drop-146 9.6529318713s .2296467178s 1}@keyframes drop-146{to{top:120%;left:69%}}.confetti-147{width:6px;height:2.4px;background-color:#e7cd78;top:-10%;left:77%;opacity:1.161824915;transform:rotate(206.3878584492deg);animation:drop-147 9.8803329226s .663506027s 1}@keyframes drop-147{to{top:120%;left:84%}}.confetti-148{width:9px;height:3.6px;background-color:#f1e3a4;top:-10%;left:25%;opacity:.5974068259;transform:rotate(87.1107017916deg);animation:drop-148 7.6253745829s .109163536s 1}@keyframes drop-148{to{top:120%;left:37%}}.confetti-149{width:20px;height:8px;background-color:#f1e3a4;top:-10%;left:58%;opacity:1.0580780336;transform:rotate(339.0585640478deg);animation:drop-149 7.9514629202s .3711393889s 1}@keyframes drop-149{to{top:120%;left:71%}}.confetti-150{width:2px;height:.8px;background-color:#e7cd78;top:-10%;left:19%;opacity:.6072597806;transform:rotate(288.0872900162deg);animation:drop-150 9.0213244175s .4203667094s 1}@keyframes drop-150{to{top:120%;left:28%}}.language-switch{position:absolute;right:20px;top:10px;z-index:3}@media (max-width: 768px){.language-switch{right:5px}}.language-switch .dropdown-toggle{cursor:pointer;transition:opacity .24s ease-out;color:#fff;margin-bottom:.5rem;margin-right:.7rem}.language-switch .dropdown-toggle:after{vertical-align:inherit;display:none}.language-switch .dropdown-toggle:hover{opacity:.8}.language-switch .dropdown-menu{left:auto;right:0;padding:0;background-color:#fff;border-radius:.2rem;display:none;position:absolute;z-index:999}.language-switch .dropdown-menu.open{display:block;box-shadow:0 10px 10px #0000004d}.language-switch .dropdown-menu .dropdown-item{padding:.3rem .5rem;font-size:.8rem;color:#000;text-decoration:none}.language-switch .dropdown-menu .dropdown-item:hover{opacity:.6}.language-switch .flag-icon{width:26px;height:26px;overflow:hidden;border-radius:13px;padding:0;vertical-align:middle;border:2px solid white}.language-switch .flag-icon img{width:22px;height:22px;vertical-align:top}html{scroll-behavior:smooth}@media screen and (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body,html{font-family:Roboto Condensed,sans-serif;font-size:1.05rem;line-height:1.4;color:#01562c;font-weight:300;background-color:#faf7f0;background-size:50%;background-repeat:repeat}body h1,body h2,body h3,html h1,html h2,html h3{font-weight:300}body h1,html h1{font-size:1.8rem}body h2,html h2{font-size:1.5rem}body #content,html #content{background-color:#faf7f0}body #header,html #header{margin-top:1rem;border-radius:1rem 1rem 0 0;overflow:hidden}@media (max-width: 576px){body #header,html #header{margin-top:0;border-radius:0}}body footer a,html footer a{color:#01562c}body footer .footer-content,html footer .footer-content{display:flex}@media (max-width: 576px){body footer .footer-content,html footer .footer-content{display:block;text-align:center}body footer .footer-content .item,html footer .footer-content .item{padding:.5rem 0}}body .line-height-0,html .line-height-0{line-height:0}@media (max-width: 576px){body .sm-px-0,html .sm-px-0{padding-left:0;padding-right:0}}.form-group .form-control{border:2px solid black;border-radius:14px}.form-group .form-control:active,.form-group .form-control:focus{box-shadow:0 0 0 .2rem #01562c33;border:2px solid #01562c}.form-group a{color:#01562c}.custom-checkbox .checkmark,.custom-radio .checkmark{top:-5px;background-color:#fff;border:2px solid black;border-radius:10px}.custom-checkbox .checkmark:after,.custom-radio .checkmark:after{border-color:#fff}.custom-checkbox input:checked~.checkmark,.custom-radio input:checked~.checkmark{background-color:#8fd83a}.custom-radio .checkmark:after{background-color:#8fd83a;border-color:#8fd83a}.progress{background-color:#fff;border-radius:12px;border:2px solid black}.progress .progress-bar{height:16px;border-radius:8px;background-color:#8fd83a;transition:width .24s ease-in-out}.alert-warning{color:#8fd83a}.question-block{display:flex}@media (max-width: 576px){.question-block{display:block}}.question-block .question-image{width:55%;margin-right:5%}@media (max-width: 576px){.question-block .question-image{width:100%;margin-right:0}}.question-block .question-container{width:40%}@media (max-width: 576px){.question-block .question-container{width:100%}}
