html,body,button,input,select,textarea{color:#001033}html,body,button,input,select,textarea{font-family:proxima-nova,sans-serif}body,button,input,select,textarea{font-size:1.25rem;line-height:1.75rem}::-moz-selection{background:#f04124;color:#fff;text-shadow:none}::selection{background:#f04124;color:#fff;text-shadow:none}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;margin:0}p{margin:0 0 1.25rem 0}p:-moz-only-whitespace{display:none}b,strong{font-weight:700}ul{list-style-type:square;margin:0 0 1.25rem 0;padding-left:40px}li{margin:.625rem 0;padding:0 0 0 10px}li ul,li ol{list-style-type:circle;margin:.625rem 0}nav ul{background-image:none;list-style-type:none;list-style-image:none;margin:0;padding:0}nav ul li{margin:0;padding:0}nav ul li ul{list-style-type:none;margin:0;padding:0}ol{list-style-type:lower-alpha;margin:0 0 1.25rem 0;padding-left:40px}ol.list_next_to_float{height:1%;overflow:hidden}ol.list_no_list_style{list-style-type:none;padding-left:25px}ol.list_lower_alpha{list-style-type:lower-alpha}ol.list_upper_alpha{list-style-type:upper-alpha}ol.list_lower_roman{list-style-type:lower-roman}ol.list_upper_roman{list-style-type:upper-roman}ol li{margin:.625rem auto;padding:0}ol ol,ol ul{margin:.625rem 0}ol ol{list-style-type:lower-roman}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.font-awesome-pseudo-example::before{display:none;font-family:"Font Awesome 5 Free";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-weight:400;content:""}.font-awesome-pseudo-example svg{float:left;margin-right:10px}/*!
 * fullPage 4.0.11
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:#fff0}.fp-section{position:relative;box-sizing:border-box;height:100%;display:block}@media(min-width:62.5625em){.fp-slide{float:left}}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;transform:translate3d(0,0,0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:#fff0 #fff #fff0 #fff0}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:#fff0 #fff0 #fff0 #fff}.fp-notransition{transition:none!important}#fp-nav{position:fixed;z-index:100;opacity:1}.fp-slidesNav{position:absolute;z-index:4;opacity:1;transform:translate3d(0,0,0)}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide{height:auto!important}.fp-responsive .fp-is-overflow.fp-section{height:auto!important}@media(min-width:62.5625em){.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,.fp-scrollable .fp-section,.fp-scrollable .fp-slide{height:100vh;min-height:100vh;height:calc(var(--vh, 1vh)*100);min-height:calc(var(--vh, 1vh)*100)}}.fp-overflow{justify-content:flex-start;max-height:100%}.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:none}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:#fff0;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:#fff0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:rgb(0 0 0 / .4);border-radius:16px;border:4px solid #fff0}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;color:#000;background:rgb(255 255 255 / .6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden}@media(max-width:62.5em){#page-tpl .gravity-form{margin-bottom:2.5rem}}.gfield{margin-bottom:1.25rem}@media(min-width:62.5625em){.gfield{margin-bottom:2.5rem}}#about .gfield,#join-the-community .gfield{margin-bottom:0}.gform_validation_errors{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.gravity-form .gform_fields{margin-bottom:.625rem}.gravity-form .gform_validation_container{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.gravity-form label{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.gravity-form .validation_message{font-size:1rem;background-color:#f04124;border:1px solid #fff;color:#fff;display:inline-block;line-height:1.25rem;margin-top:.625rem;padding:8px 20px 8px 45px;position:relative;width:100%}.gravity-form .validation_message::before{display:none;font-family:"Font Awesome 5 Free";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-weight:900;content:""}.gravity-form .validation_message svg{left:15px;position:absolute;top:10px}.gravity-form .gform_confirmation_message{font-size:1rem;background-color:#001033;border:1px solid #fff;color:#fff;display:inline-block;line-height:1.25rem;margin-top:.625rem;padding:8px 20px 8px 45px;position:relative;width:100%}.gravity-form .gform_confirmation_message::before{display:none;font-family:"Font Awesome 5 Free";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-weight:900;content:""}.gravity-form .gform_confirmation_message svg{left:15px;position:absolute;top:10px}#join-the-community .gravity-form .validation_message,#join-the-community .gravity-form .gform_confirmation_message{width:auto}#about .gfield_error input[type=email]{border-color:#f04124}.gravity-form input[type=submit]+img{display:none!important}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}*{box-sizing:border-box}.btn,.button,button,input[type=submit]{transition:all .25s;background-color:#f04124;border:1px solid #f04124;border-radius:7px;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;padding:14px 70px;text-decoration:none;text-transform:uppercase}.btn:hover,.btn:focus,.btn:active,.button:hover,.button:focus,.button:active,button:hover,button:focus,button:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{transform:scale(1.04);outline:none}.btn-orange{background-color:#f04124}.btn-navy{background-color:#001033}img{height:auto;max-width:100%;vertical-align:middle}fieldset{border:0;padding:0;margin:0;min-width:0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}legend{margin:2.5rem 0 1.25rem 0;padding:0;display:table}label{display:block;padding-bottom:5px}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{transition:all .25s;border:1px solid #001033;background-color:#001033;border-radius:7px;box-shadow:none;color:#fff;font-size:1.125rem;line-height:normal;outline:none;padding:12px 14px;width:100%}textarea{width:100%}input:required{box-shadow:none!important}input:required:focus{outline:none}input:required:hover{opacity:1}a{cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a:active,a:hover{text-decoration:none}a img{border:none}ul{list-style-type:square;margin:0 0 1.25rem 0;padding-left:40px}li{margin:.625rem 0;padding:0 0 0 10px}li ul,li ol{list-style-type:circle;margin:.625rem 0}nav ul{background-image:none;list-style-type:none;list-style-image:none;margin:0;padding:0}nav ul li{margin:0;padding:0}nav ul li ul{list-style-type:none;margin:0;padding:0}ol{list-style-type:lower-alpha;margin:0 0 1.25rem 0;padding-left:40px}ol.list_next_to_float{height:1%;overflow:hidden}ol.list_no_list_style{list-style-type:none;padding-left:25px}ol.list_lower_alpha{list-style-type:lower-alpha}ol.list_upper_alpha{list-style-type:upper-alpha}ol.list_lower_roman{list-style-type:lower-roman}ol.list_upper_roman{list-style-type:upper-roman}ol li{margin:.625rem auto;padding:0}ol ol,ol ul{margin:.625rem 0}ol ol{list-style-type:lower-roman}::-webkit-input-placeholder{color:#fff;opacity:1!important}::-moz-placeholder{color:#fff;opacity:1!important}:-ms-input-placeholder{color:#fff;opacity:1!important}:-moz-placeholder{color:#fff;opacity:1!important}:focus ::-webkit-input-placeholder{color:#fff}:focus ::-moz-placeholder{color:#fff}:focus :-ms-input-placeholder{color:#fff}:focus :-moz-placeholder{color:#fff}#join-the-community ::-webkit-input-placeholder{color:#001033;opacity:1!important}#join-the-community ::-moz-placeholder{color:#001033;opacity:1!important}#join-the-community :-ms-input-placeholder{color:#001033;opacity:1!important}#join-the-community :-moz-placeholder{color:#001033;opacity:1!important}#join-the-community :focus ::-webkit-input-placeholder{color:#001033}#join-the-community :focus ::-moz-placeholder{color:#001033}#join-the-community :focus :-ms-input-placeholder{color:#001033}#join-the-community :focus :-moz-placeholder{color:#001033}#site-title{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}#site-title:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.grid-row{transition:all .25s;display:flow-root;margin:0 auto;padding:0 20px;width:100%}@media(min-width:62.5625em){.grid-row{max-width:1500px;padding:0 50px}}.grid-row>div{transition:all .25s}@media(max-width:62.5em){.grid-row>div{display:flow-root}}@media(min-width:62.5625em){.grid-row>div{float:left;margin-right:2.8571428571%}}@media(max-width:62.5em){.grid-row>div:last-child{margin-bottom:0}}.grid-row>.spacer{display:none}@media(min-width:62.5625em){.grid-row>.spacer{display:block;min-height:1px}}.grid-row>div:last-child{margin-right:0}@media(min-width:62.5625em){.cols-12{width:100%}.cols-11{width:91.4285714286%}.cols-10{width:82.8571428571%}.cols-9{width:74.2857142857%}.cols-8{width:65.7142857143%}.cols-7{width:57.1428571429%}.cols-6{width:48.5714285714%}.cols-5{width:40%}.cols-4{width:31.4285714286%}.cols-3{width:22.8571428571%}.cols-2{width:14.2857142857%}.cols-1{width:5.7142857143%}}#header{background-color:#001033;padding:1.25rem 0}@media(min-width:62.5625em){#header{background-image:url(../../img/splatter.svg);background-position:right center;background-repeat:no-repeat;background-size:1000px auto}}@media(min-width:62.5625em){#header{padding:2.5rem 0}}#header #header a span{display:inline-block}.page-template-page-home #header{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}#footer{background-color:#001033;padding:2.5rem 0 5rem 0;position:relative}@media(min-width:62.5625em){#footer{padding-bottom:6.25rem;padding-top:6.25rem}}#footer #wp{transition:all .25s;color:#001033;bottom:20px;display:block;padding:20px;position:absolute;right:20px}#footer #wp:hover{color:#fff}footer{color:#fff;font-size:1.125rem;margin:0 auto;max-width:850px}footer a{color:#fff;text-decoration:none}footer a:hover{text-decoration:underline}@media(min-width:62.5625em){footer .row{transition:all .25s;display:table;width:100%}}footer .row:first-child{margin-bottom:2.5rem}@media(min-width:62.5625em){footer .col{transition:all .25s;display:table-cell;width:50%}}@media(min-width:62.5625em){footer .col:last-child{text-align:right}}@media(min-width:62.5625em){footer .row:last-child .col{vertical-align:bottom}}#footer-menu{font-weight:800;text-transform:uppercase}@media(max-width:62.5em){#footer-menu{margin-bottom:1.25rem}}@media(max-width:62.5em){#legals{margin-bottom:1.25rem}}footer .socials{font-size:2.5rem}@media(max-width:62.5em){footer .socials{margin-bottom:1.25rem}}@media(min-width:62.5625em){footer .socials{float:right;margin-right:20px}footer .socials:first-child{margin-right:0}}footer .socials a{color:#fff}h2{transition:all .25s;font-weight:800;font-size:1.5rem;font-size:clamp(1.5rem,8.7414428647vw,5rem);line-height:1;margin-bottom:1.875rem;text-transform:uppercase}h2 span{display:inline-block}.socials{background-image:none;list-style-type:none;list-style-image:none;margin:0;padding:0;display:flow-root;font-size:2.5rem}.socials li{margin:0;padding:0}.socials li ul{list-style-type:none;margin:0;padding:0}@media(max-width:62.5em){.socials{margin-bottom:1.25rem}}.socials li{float:left;margin-right:20px}.socials a{color:#001033;text-decoration:none}#fullpage .section{max-width:100%;width:100%}@media(min-width:62.5625em){#fullpage .section{display:flex;flex-direction:column;justify-content:center}}#fullpage .section-content{margin:0 auto;width:100%}@media(max-width:62.5em){.content{padding:2.5rem 1.25rem}}@media(min-width:62.5625em){.content{padding:2.5rem 3.125rem}}@media(min-width:62.5625em){#about .content{padding:2.5rem 0}}#page-tpl #join-the-community .content{padding:2.5rem 0}@media(min-width:62.5625em){#page-tpl #join-the-community .content{padding:2.5rem 0}}#footer .content{padding-bottom:0;padding-top:0}@media(min-width:62.5625em){#footer .content{padding-bottom:6.25rem;padding-top:6.25rem}}#intro{color:#fff}#intro .section-content{height:100%;position:relative}#video{z-index:0}#video video{-o-object-fit:cover;object-fit:cover}#goat-video{background-color:#001033;bottom:0;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:1}#wrap-overlay{display:table;height:100%;position:relative;width:100%;z-index:2}#overlay{display:table-cell;padding:2.5rem 1.25rem;vertical-align:middle}#logo{padding:0 1.25rem}#logo img{display:block;margin:auto}#scroll-down{bottom:30px;left:0;position:absolute;right:0;z-index:2}@media(max-width:62.5em){#scroll-down{display:none}}#scroll-down a{display:block;text-decoration:none;text-align:center}#scroll-down span{display:inline-block}#about{background-color:#001033;color:#fff}@media(min-width:62.5625em){#about{background-image:url(../../img/splatter.svg);background-position:right bottom;background-repeat:no-repeat;background-size:1000px auto}}@media(min-width:62.5625em){#about .row{-moz-column-gap:100px;column-gap:100px;display:flex}}@media(min-width:62.5625em){#about .col{width:50%}}@media(max-width:62.5em){#about .col.image{display:none}}@media(min-width:62.5625em){#about .col.image{background-image:url(../../img/taylor-smith-selWWrPDkoc-unsplash_1325x896.jpg);background-size:100%;background-repeat:no-repeat;background-position:center center;position:relative}}#crown{position:absolute;right:-65px;top:10px}#crown img{height:200px;transform:rotate(-20deg);width:285px}@media(min-width:62.5625em){#about .col.text>div{max-width:500px;padding-bottom:50px;padding-right:50px;padding-top:100px}}#notify{font-weight:700;margin-bottom:1.25rem}#notify svg{color:#f04124;margin-left:6px}#about .text p{margin-bottom:1.875rem}#about input[type=email]{background-color:#001033;border:1px solid #fff;box-shadow:0 4px 4px rgb(0 0 0 / .25)}#about input[type=email]:hover{border-color:#f04124}#about input[type=email]:active,#about input[type=email]:focus{border-color:#f04124;color:#fff;outline:none!important}@media(max-width:62.5em){#features-desktop{display:none}}@media(min-width:62.5625em){#features-desktop{background-color:gray;background-image:url(../../img/bg-features-desktop-2600x1950.webp);background-size:2600px 1950px;background-repeat:no-repeat;background-position:center center}}@media(max-width:62.5em){#features-mobile{background-color:#ccc;background-image:url(../../img/bg-features-mobile-1000x1896.jpg);background-size:1699px 3000px;background-repeat:no-repeat;background-position:center top}}@media(min-width:62.5625em){#features-mobile{display:none}}.slide{color:#fff}@media(max-width:62.5em){.slide{text-align:center}}@media(max-width:62.5em){#features-desktop+.slide,#features-desktop+.slide+.slide{display:none}}@media(max-width:62.5em){.slide .row{padding:2.5rem 1.25rem}}@media(min-width:62.5625em){.slide .row{transition:all .25s;display:table;margin:0 auto;padding:0 3.125rem 0 7.5rem;max-width:1100px}}@media(min-width:75.0625em){.slide .row{padding:0 3.125rem}}@media(min-width:93.8125em){.slide .row{padding:0}}#features-mobile img{margin-bottom:2.5rem}@media(min-width:62.5625em){#features-desktop .slide .col{display:table-cell;vertical-align:top}#features-desktop .slide .col:first-child{padding-top:3.75rem;width:72.5454545455%}#features-desktop .slide .col:last-child{width:27.4545454545%}}@media(min-width:62.5625em){#features-desktop .text p{max-width:440px}}@media(max-width:62.5em){#features-mobile .slide p{margin-bottom:0}}@media(max-width:62.5em){#features-desktop .fp-slidesNav{display:none}}@media(min-width:62.5625em){#features-desktop .fp-slidesNav{transition:all .25s;left:50px;top:40%;width:20px}}@media(min-width:81.3125em){#features-desktop .fp-slidesNav{left:100px}}#features-desktop .fp-slidesNav ul{background-image:none;list-style-type:none;list-style-image:none;margin:0;padding:0;width:20px}#features-desktop .fp-slidesNav ul li{margin:0;padding:0}#features-desktop .fp-slidesNav ul li ul{list-style-type:none;margin:0;padding:0}#features-desktop .fp-slidesNav ul li{display:block;padding:10px 0}#features-desktop .fp-slidesNav ul li a{cursor:pointer;display:block;text-align:center;text-decoration:none;z-index:1}#features-desktop .fp-slidesNav ul li a span{background:#fff;border-radius:50%;display:inline-block;height:15px;opacity:.2;transition:all .2s ease-in-out;width:15px;z-index:1}#features-desktop .fp-slidesNav ul li:hover a span{opacity:1;transform:scale(1.25)}#features-desktop .fp-slidesNav ul li a.active span,#features-desktop .fp-slidesNav ul li:hover a.active span{opacity:1;transform:scale(1.5)}#join-the-community{background-color:#f04124;background-image:url(../../img/crown-pattern-2600x1838.png);background-size:2600px 1838px;background-repeat:no-repeat;background-position:center center;color:#fff;text-align:center}#join-the-community .content>div{background-color:#fc5a3f;border-radius:10px;box-shadow:0 4px 4px rgb(0 0 0 / .25);margin:0 auto;padding:2.5rem 1.25rem;max-width:850px}@media(min-width:62.5625em){#join-the-community .content>div{padding:5rem 5rem}}#join-the-community h2{font-size:1.5rem;font-size:clamp(1.5rem,8.7414428647vw,3.75rem);margin-bottom:1.25rem}#join-the-community p{margin-bottom:1.875rem}@media(min-width:62.5625em){#join-the-community p span{display:block}}#join-the-community input[type=email]{background-color:#fff;border:1px solid #fff;box-shadow:none;color:#001033;max-width:550px;text-align:center}#join-the-community input[type=email]:hover{border-color:#001033}#join-the-community input[type=email]:active,#join-the-community input[type=email]:focus{background-color:#001033;border-color:#001033;color:#fff;outline:none!important}#join-the-community input[type=submit]{background-color:#001033}#footer{background-color:#001033}.app-links{background-image:none;list-style-type:none;list-style-image:none;margin:0;padding:0;display:flex;-moz-column-gap:20px;column-gap:20px}.app-links li{margin:0;padding:0}.app-links li ul{list-style-type:none;margin:0;padding:0}.app-links img{width:200px}#content{padding:2.5rem 0}@media(min-width:62.5625em){#content{padding:5rem 0}}#content h1{font-size:1.5rem;font-size:clamp(1.5rem,8.7414428647vw,5rem);line-height:1;margin-bottom:2.5rem;text-transform:uppercase}#acf-flex a{color:#001033;text-decoration:underline}#acf-flex a:hover{text-decoration:none}#acf-flex .acf-flex-row{margin:0 0 2.5rem 0}#acf-flex .acf-flex-row:last-child{margin-bottom:0!important}#acf-flex .acf-flex-row:last-child p:last-child{margin-bottom:2.5rem}#acf-flex .heading-2{margin:2.5rem 0 1.25rem 0}#acf-flex .heading-2:first-child{margin-top:0}#acf-flex .heading-2 h2{font-size:1.75rem;line-height:1.2;margin:0;text-transform:none}