html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1rem}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.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}: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 print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0, 0, 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{from,to{transform:translate3d(0, 0, 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:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.animate__tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.animate__wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 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(0.7);opacity:.7}80%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translate3d(0, 0, 0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translate3d(0, 0, 0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translate3d(0, 0, 0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translate3d(0, 0, 0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.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(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.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(0.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(0.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(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translate3d(0, 0, 0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 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{from{opacity:0;transform:scale(0.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{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{animation-name:slideOutUp}.animate__animated{opacity:0}@media(prefers-reduced-motion: reduce){*,*::before,*::after,.animate__animated{opacity:1;animation:none !important;transform:none !important;scroll-behavior:auto !important;background-attachment:initial !important}}code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1rem;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:.5;-o-tab-size:.5;tab-size:.5;-webkit-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:rgba(255,255,255,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.command-line-prompt{border-right:1px solid #999;display:block;float:left;font-size:100%;letter-spacing:-1px;margin-right:1em;pointer-events:none;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.command-line-prompt>span:before{opacity:.7;content:" ";display:block;padding-right:.8em}.command-line-prompt>span[data-user]:before{content:"[" attr(data-user) "@" attr(data-host) "] $"}.command-line-prompt>span[data-user=root]:before{content:"[" attr(data-user) "@" attr(data-host) "] #"}.command-line-prompt>span[data-prompt]:before{content:attr(data-prompt)}.command-line-prompt>span[data-continuation-prompt]:before{content:attr(data-continuation-prompt)}.command-line span.token.output{opacity:.7}div.code-toolbar{position:relative;margin:0 0 1rem}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}.hero{position:relative}.hero .hero-image{position:relative;width:100%;height:auto;margin:0;aspect-ratio:8/3}@media(max-width: 600px){.hero .hero-image{aspect-ratio:16/9}}.hero #play-pause{position:absolute;top:1rem;left:1rem;background:none;border:none;cursor:pointer;width:60px;height:60px;background-color:#1d506f;border-radius:50%;z-index:1;transition:all 300ms ease-in-out}.hero #play-pause svg{display:none;position:absolute;top:5px;left:5px;width:50px;height:50px;stroke:#fff;fill:#fff;transition:all 300ms ease-in-out}.hero #play-pause svg.active{display:block}.hero #play-pause:hover,.hero #play-pause:active,.hero #play-pause:focus{background-color:#fff}.hero #play-pause:hover>svg,.hero #play-pause:active>svg,.hero #play-pause:focus>svg{stroke:#1d506f;fill:#1d506f}.hero #video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 10%;object-position:50% 10%}.current-duties{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;color:#fff}.current-duties .image-half-screen{position:relative;width:50%;height:auto;margin:0;aspect-ratio:16/9}.current-duties .image-half-screen img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right bottom;object-position:right bottom}.current-duties .text-container{position:relative;padding:6rem;width:50%;background-image:linear-gradient(to right, #1d506f, #286d97)}.current-duties .text-container::before{content:"";display:block;width:calc(100% - 6rem);height:calc(100% - 6rem);border:3px solid #1a4965;position:absolute;top:3rem;left:3rem;z-index:0;pointer-events:none}@media(max-width: 960px){.current-duties .text-container::before{width:calc(100% - 3rem);height:calc(100% - 3rem);top:1.5rem;left:1.5rem}}.current-duties .secondary-heading,.current-duties .tertiary-heading{color:#fff}@media(max-width: 1200px){.current-duties{flex-flow:column wrap}.current-duties .image-half-screen{width:100%}.current-duties .text-container{width:100%;padding:3rem}}.youtube{padding:6rem 2rem}.youtube .wrap{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.youtube .video{position:relative;width:60%;height:auto;margin:0;aspect-ratio:16/9;z-index:0}.youtube .video::before{content:"";position:absolute;top:-1rem;left:-1rem;width:100%;height:100%;border:3px solid #44878c}.youtube .video::after{content:"";position:absolute;top:1rem;right:-1rem;width:100%;height:100%;border:3px solid #d7cc8e;z-index:-1}.youtube .embed-video{position:absolute;top:0;left:0;width:100%;height:100%}.youtube .video-content{width:40%;padding-left:2rem}@media(max-width: 960px){.youtube .video{width:100%;margin-bottom:4rem}.youtube .video-content{width:100%;padding-left:0}}.responsibilities{position:relative;padding:6rem;background-image:url("./images/low-poly-geometric.jpg");background-repeat:no-repeat;background-position:center center;background-size:cover}.responsibilities::before{content:"";display:block;width:calc(100% - 6rem);height:calc(100% - 6rem);border:3px solid #44878c;position:absolute;top:3rem;left:3rem;z-index:0;pointer-events:none}@media(max-width: 960px){.responsibilities::before{width:calc(100% - 3rem);height:calc(100% - 3rem);top:1.5rem;left:1.5rem}}@media(max-width: 960px){.responsibilities{padding:3rem}}.responsibilities .secondary-heading{margin:0 0 2.5rem;color:#fff;text-align:center;text-shadow:2px 2px 2px rgba(34,34,34,.75)}.responsibilities .wrap{max-width:none;display:flex;flex-flow:row wrap;justify-content:flex-start;gap:1%}.responsibilities .item{width:24.25%;background-color:#fff;padding:2rem;margin:0 0 1rem;box-shadow:2px 2px 2px 0 rgba(34,34,34,.25)}.responsibilities .item::first-letter{initial-letter:2;color:#1d506f;font-weight:600;margin-right:.5rem}.responsibilities .item:nth-of-type(3n){border-bottom:7px solid #44878c}.responsibilities .item:nth-of-type(3n + 1){border-bottom:7px solid #d7cc8e}.responsibilities .item:nth-of-type(3n + 2){border-bottom:7px solid #89bfac}.responsibilities .item p{margin:0}@media(max-width: 1600px){.responsibilities .item{width:32.333%}}@media(max-width: 1200px){.responsibilities .item{width:48%}}@media(max-width: 768px){.responsibilities .item{width:100%}}.content-header{max-width:60rem;margin:0 auto}.content-header p{line-height:1.75}.content-header p:last-of-type{margin:0 auto 2rem}.primary-heading{font-size:clamp(2.5rem,5vw,4rem)}.secondary-heading{font-size:clamp(2rem,4vw,3rem);line-height:1.25;color:#1d506f;margin:0 0 clamp(1.5rem,3vw,2rem)}.heading-wrap .secondary-heading.dark{color:#fff;text-align:center}.heading-wrap .secondary-heading::after{content:"";display:block;width:150px;padding-bottom:1rem;margin:0 auto clamp(1.5rem,3vw,3rem);border-bottom:5px dotted #d7cc8e}.tertiary-heading{font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.25;color:#37736a;margin:0 0 .5rem}p{font-family:"Lato",sans-serif;font-weight:400;font-style:normal;font-size:clamp(1rem,2vw,1.25rem);line-height:2;letter-spacing:.5px;color:#4d4d4d;margin:0 0 1.25rem}p:last-of-type{margin:0}a{color:#13599f;text-decoration-thickness:2px;text-decoration-color:#13599f;text-underline-offset:5px;transition:text-decoration-color 300ms ease-in-out}a:hover,a:active,a:focus{text-decoration-color:rgba(0,0,0,0)}html{box-sizing:border-box}*,*::before,*::after{box-sizing:border-box}body{position:relative;margin:0;padding:0;font-family:"Cormorant",serif;font-weight:400;font-style:normal;font-size:150%;line-height:1.65;background-color:#fff;color:#222}.main{position:relative}.access-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.heading-wrap,.wrap{max-width:75rem;margin:0 auto}figure{margin:0}img{display:block;max-width:100%;height:auto}ul{font-family:"Lato",sans-serif;font-size:1.25rem;font-weight:400;font-style:normal}ul li{line-height:2}.link{display:inline-block;vertical-align:bottom;font-family:"Cormorant",serif;font-style:italic;font-size:clamp(1.1rem,2vw,1.333rem);line-height:1}.link svg{display:inline-block;vertical-align:bottom;width:25px;height:25px;fill:#13599f;transform:translateX(0);opacity:0;transition:transform 300ms ease-in-out,opacity 300ms ease-in-out}.link:hover svg,.link:active svg,.link:focus svg{transform:translateX(5px);opacity:1}.list{font-family:"Lato",sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;font-style:normal}@media(max-width: 960px){.list{margin:0;padding:0 0 0 2rem}}.list li{padding-bottom:.85rem;margin-bottom:.85rem;line-height:1.65}.list li strong{display:block;margin-bottom:.5rem}.list li:nth-of-type(3n + 1){border-bottom:3px dotted #44878c}.list li:nth-of-type(3n + 2){border-bottom:3px dotted #89bfac}.list li:nth-of-type(3n + 3){border-bottom:3px dotted #d7cc8e}.list li:last-of-type{border-bottom:none}.list li:nth-of-type(1n)::marker{color:#44878c}.list li:nth-of-type(2n)::marker{color:#89bfac}.list li:nth-of-type(3n)::marker{color:#d7cc8e}.header{display:block;position:sticky;top:0;left:0;width:100%;padding:1rem 0;background-image:linear-gradient(to right, #286d97, #1d506f);z-index:1}@media(max-width: 960px){.header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:.5rem 0}}.header .skip-nav{position:fixed;top:0;left:50%;font-size:0;background-color:#44878c;transform:translateX(-50%);z-index:1}.header .skip-nav a{display:block;color:#fff}.header .skip-nav:focus-within{font-size:1.25rem}.header .skip-nav:focus-within a{padding:.5rem}.header .primary-heading{display:block;margin:0;padding:0 1rem;font-size:clamp(1rem,10vw,3rem);font-weight:400;color:#fff;white-space:nowrap}@media(min-width: 960px){.header .primary-heading{display:none}}.header .primary-heading a{color:#fff;text-decoration:none}.header .mobile-button{display:none;position:relative;padding:.333rem 1rem;border:none;background-color:rgba(0,0,0,0);cursor:pointer;z-index:1}.header .mobile-button div{width:32px;height:2px;margin:.5rem 0;background-color:#fff;transform-origin:center center;transform:rotateZ(0) translate(0, 0);transition:transform 350ms ease,width 200ms ease}.header .mobile-button:active>div:nth-of-type(1),.header .mobile-button.active>div:nth-of-type(1){transform:rotateZ(45deg) translate(6.5px, 6px)}.header .mobile-button:active>div:nth-of-type(2),.header .mobile-button.active>div:nth-of-type(2){width:0}.header .mobile-button:active>div:nth-of-type(3),.header .mobile-button.active>div:nth-of-type(3){transform:rotateZ(-45deg) translate(8px, -8px)}@media(max-width: 960px){.header .mobile-button{display:block}}.navigation{position:static;width:100%;font-family:"Lato",sans-serif;font-weight:400;font-style:normal;font-size:1rem;letter-spacing:.5px}@media(max-width: 960px){.navigation{visibility:hidden;position:fixed;top:0;right:-320px;width:320px;max-width:100%;height:100vh;background-color:#1d506f;pointer-events:none;transition:right 300ms ease-in-out,visibility 300ms ease-in-out}.navigation.active{visibility:visible;right:0;pointer-events:auto}}.navigation .wrap{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin:0 auto;padding:0;list-style-type:none}.navigation .wrap li{margin:0 1rem}@media(max-width: 960px){.navigation .wrap{flex-flow:column nowrap;justify-content:center;align-items:center;height:100%}.navigation .wrap li:not(.logo-wrap){display:block;width:100%;margin:0;border-bottom:3px dotted #d7cc8e}.navigation .wrap li:last-of-type{border-bottom:none}}.navigation .logo-wrap{display:block;width:75px;height:auto}.navigation .logo-wrap svg{display:block;fill:#fff}@media(max-width: 960px){.navigation .logo-wrap{width:50px}.navigation .logo-wrap svg{position:absolute;top:1.5rem;left:1rem;width:50px;height:auto}}.navigation .nav_item{padding:1rem .5rem;color:#fff;text-decoration-color:rgba(0,0,0,0);transition:text-decoration-color 300ms ease-in-out}.navigation .nav_item.active,.navigation .nav_item:hover,.navigation .nav_item:active,.navigation .nav_item:focus{text-decoration-color:#fff}@media(max-width: 960px){.navigation .nav_item{display:inline-block;padding:1rem;text-align:center}}.nav_item svg{display:inline-block;vertical-align:sub;width:20px;height:20px;margin-left:2px}.button{display:inline-block;min-width:220px;margin:1rem auto 0;padding:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all 300ms ease-in-out}.button.blue-solid{background-color:#1d506f;border:3px solid #1d506f;color:#fff}.button.blue-solid:hover,.button.blue-solid:active,.button.blue-solid:focus{background-color:#fff;border:3px solid #1d506f;color:#1d506f}.button.green-solid{background-color:#37736a;border:3px solid #37736a;color:#fff}.button.green-solid:hover,.button.green-solid:active,.button.green-solid:focus{background-color:#fff;border:3px solid #37736a;color:#37736a}.button.teal-solid{background-color:#44878c;border:3px solid #44878c;color:#fff}.button.teal-solid:hover,.button.teal-solid:active,.button.teal-solid:focus{background-color:#fff;border:3px solid #44878c;color:#44878c}.button.blue-hollow{background-color:#fff;border:3px solid #1d506f;color:#1d506f}.button.blue-hollow:hover,.button.blue-hollow:active,.button.blue-hollow:focus{background-color:#1d506f;border:3px solid #1d506f;color:#fff}.button.green-hollow{background-color:#fff;border:3px solid #37736a;color:#37736a}.button.green-hollow:hover,.button.green-hollow:active,.button.green-hollow:focus{background-color:#37736a;border:3px solid #37736a;color:#fff}.button.white-solid-blue{background-color:#fff;border:3px solid #fff;color:#1d506f}.button.white-solid-blue:hover,.button.white-solid-blue:active,.button.white-solid-blue:focus{background-color:#1d506f;border:3px solid #fff;color:#fff}.button.white-hollow-blue{background-color:rgba(0,0,0,0);border:3px solid #fff;color:#fff}.button.white-hollow-blue:hover,.button.white-hollow-blue:active,.button.white-hollow-blue:focus{background-color:#fff;border:3px solid #fff;color:#1d506f}.button.white-border-green{background-color:rgba(0,0,0,0);border:3px solid #fff;color:#fff}.button.white-border-green:hover,.button.white-border-green:active,.button.white-border-green:focus{background-color:#fff;border:3px solid #fff;color:#37736a}.cta-link{display:inline-block;min-width:220px;margin:1rem auto 0;padding:1rem;font-size:.95rem;font-weight:400;text-transform:uppercase;text-decoration:none;letter-spacing:1.5px;cursor:pointer;transition:all 300ms ease-in-out}.cta-link.blue-solid{background-color:#1d506f;border:3px solid #1d506f;color:#fff}.cta-link.blue-solid:hover,.cta-link.blue-solid:active,.cta-link.blue-solid:focus{background-color:#fff;border:3px solid #1d506f;color:#1d506f}.three-card_hero{position:relative;padding:75px 0;overflow-x:auto;background-image:linear-gradient(to right, #2b5559, #44878c);z-index:0}@media(max-width: 960px){.three-card_hero{padding:1rem 0}}.three-card_hero .dot-bg{position:absolute;inset:0;width:100%;height:100%;background-image:url("svg/dot.svg");background-repeat:repeat;background-position:center center;background-size:9px auto;z-index:-1}.three-card_hero .primary-heading{font-size:clamp(1.333rem,5vw,3rem);color:#fff;text-align:center;margin-top:0;text-shadow:1px 2px 1px rgba(34,34,34,.75)}.three-card_hero .wrap{max-width:none;width:clamp(65rem,90vw,75rem);display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:stretch}.three-card_hero .hero-item{width:31.333%;background-color:#fff;border-bottom:5px solid #89bfac;box-shadow:0 1px 1px 1px rgba(34,34,34,.1)}.three-card_hero .image{position:relative;width:100%;height:auto;margin:0;aspect-ratio:4/3}.three-card_hero .image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.three-card_hero .item-content{display:flex;flex-flow:column nowrap;justify-content:space-between;height:263px;padding:1.5rem 1.5rem 0}.three-card_hero .tertiary-heading{font-size:1.5rem;line-height:1.5;margin:0}.three-card_hero .tertiary-heading a{color:#1d506f;text-decoration:none;border-bottom:2px solid #1d506f;transition:border-bottom 300ms ease-in-out}.three-card_hero .tertiary-heading a:hover,.three-card_hero .tertiary-heading a:active,.three-card_hero .tertiary-heading a:focus{border-bottom:2px solid rgba(0,0,0,0)}.three-card_hero .item-meta{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;font-family:"Lato",sans-serif;font-weight:400;font-style:normal;font-size:clamp(.9rem,1vw,.95rem);letter-spacing:.25px}.three-card_hero .item-meta a{color:#1d506f;text-decoration-color:#1d506f}.three-card_hero .item-meta a:hover,.three-card_hero .item-meta a:active,.three-card_hero .item-meta a:focus{text-decoration-color:rgba(0,0,0,0)}.three-card_hero .item-meta span{display:flex;flex-flow:row nowrap;align-items:center}.three-card_hero .item-meta svg{width:18px;height:18px;margin-right:5px;fill:#89bfac;stroke:#89bfac}.three-card_hero .read-more-link a{position:relative;display:inline-block;width:100%;z-index:0;transform:translateZ(0)}.three-card_hero .read-more-link a::before{content:"";display:block;width:100%;position:absolute;top:50%;transform:translateY(50%);border-top:1px solid #37736a;z-index:-1}.three-card_hero .read-more-link a:hover>svg,.three-card_hero .read-more-link a:active>svg,.three-card_hero .read-more-link a:focus>svg{background-color:#37736a;stroke:#fff}.three-card_hero .read-more-link svg{display:block;width:48px;height:48px;padding:8px;margin:0 auto;stroke:#37736a;border:2px solid #37736a;border-radius:50%;background-color:#fff;transition:all 300ms ease-in-out}.three-card_hero .button{text-align:center;margin-top:2rem;margin-left:50%;transform:translateX(-50%)}.three-content_section{padding:75px 0}@media(max-width: 768px){.three-content_section{padding:1.5rem}}.three-content_section .heading-wrap{text-align:center}.three-content_section .wrap{display:flex;flex-flow:row wrap;justify-content:space-around;align-items:flex-start;max-width:clamp(65rem,90vw,75rem)}.three-content_section .content-item{width:31.333%;margin:0}.three-content_section .content-item p{position:relative;padding:0 1.25rem;font-size:1rem;line-height:1.75}.three-content_section .content-item p::before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(to bottom, #1d506f 0%, #1d506f 25%, #44878c 25%, #44878c 50%, #89bfac 50%, #89bfac 75%, #d7cc8e 75%, #d7cc8e 100%)}@media(max-width: 768px){.three-content_section .content-item{width:100%;margin:0 0 1.5rem}}.three-content_section .tertiary-heading{display:inline-block;line-height:1;padding:0 0 1rem;margin:0 0 1rem;border-bottom:3px dotted #89bfac}.full-width_hero{position:absolute;inset:0;width:100%;height:40vh;background-image:url("images/low-poly-geometric.jpg");background-repeat:no-repeat;background-size:cover;z-index:-1}.full-width_content{padding:10vh 1rem 1rem}@media(max-width: 960px){.full-width_content{padding:1rem}}.full-width_content .wrap{padding:2.5rem 5rem;background-color:#fff;border-top:5px solid #89bfac}@media(max-width: 960px){.full-width_content .wrap{padding:.5rem 1.25rem}}.full-width_content .primary-heading{color:#1d506f;line-height:1.5;margin:0 0 2.5rem}@media(max-width: 768px){.full-width_content .primary-heading{margin:0 0 1rem}}.full-width_content .content-meta{display:flex;flex-flow:row nowrap;justify-content:space-evenly;align-items:center;padding:2.5rem 0;margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.5rem);border-top:3px dotted #d7cc8e;border-bottom:3px dotted #d7cc8e}@media(max-width: 768px){.full-width_content .content-meta{padding:1rem 0;margin-bottom:1rem}}@media(max-width: 350px){.full-width_content .content-meta{flex-flow:column nowrap}}.full-width_content .meta-dots{display:none;position:relative;top:37.5px;transform:translateY(-50%);width:2px;height:75px;border-right:2px dotted #89bfac}@media(max-width: 768px){.full-width_content .meta-dots{display:block}}@media(max-width: 350px){.full-width_content .meta-dots{position:static;transform:translateY(0);border-right:none;border-bottom:2px dotted #89bfac;width:125px;height:2px;padding:.5rem 0 0;margin:0 0 .5rem}}.full-width_content .meta-group{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:42.5%}@media(max-width: 768px){.full-width_content .meta-group{flex-flow:column nowrap;justify-content:space-around;align-items:flex-start;width:auto}}.full-width_content .meta-image{width:65px;height:65px;margin:0 .75rem 0 0;border:3px solid #37736a;border-radius:50%;overflow:hidden}@media(max-width: 768px){.full-width_content .meta-image{width:50px;height:50px;margin:0}}.full-width_content .meta-item{display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center;margin:0}.full-width_content .meta-item svg{width:35px;height:35px;margin:0 .5rem 0 0;fill:#44878c}@media(max-width: 768px){.full-width_content .meta-item svg{width:20px;height:20px}.full-width_content .meta-item.by-author{flex-flow:column nowrap;justify-content:space-between;align-items:center}}.full-width_content .content-item h2{color:#37736a;line-height:1.25}.full-width_content .content-item h3{color:#1d506f;line-height:1.25}@supports(initial-letter: 2) or (-webkit-initial-letter: 2){.full-width_content .content-item p:first-of-type::first-letter{font-family:"Cormorant",serif;-webkit-initial-letter:2;initial-letter:2;color:#1d506f;font-weight:600;margin-right:.5rem}}.top-banner_hero{padding:70px 0 85px;background-image:linear-gradient(to right, rgba(43, 85, 89, 0.9) 0%, rgba(43, 85, 89, 0.45) 75%, transparent 100%),url("images/low-poly-geometric.jpg");background-repeat:no-repeat;background-size:cover}.top-banner_hero p{color:#fff;margin:0;text-shadow:2px 2px 1px rgba(34,34,34,.33)}@media(max-width: 600px){.top-banner_hero{padding:1rem 0 0}.top-banner_hero p{margin:0 0 1.5rem}}.top-banner_hero .wrap{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;padding:0 1rem}@media(max-width: 600px){.top-banner_hero .wrap{padding:0}}.top-banner_hero .secondary-heading{font-size:clamp(1.5rem,9vw,7rem);line-height:1;color:#fff;text-shadow:2px 2px 1px rgba(34,34,34,.33)}.top-banner_hero .secondary-heading span{display:block}@media(max-width: 600px){.top-banner_hero .secondary-heading{margin:0 0 1rem}.top-banner_hero .secondary-heading span{display:inline}}.top-banner_hero .text-wrap_hero{width:47%;padding:0}@media(max-width: 600px){.top-banner_hero .text-wrap_hero{width:100%;padding:0 1rem}}.top-banner_hero .image{width:50%;margin:0}.top-banner_hero .image .image-container{position:relative;z-index:0;overflow:visible;box-shadow:2px 2px 2px 1px rgba(34,34,34,.1)}.top-banner_hero .image .image-container::before{content:"";position:absolute;top:-0.65rem;left:-0.65rem;display:block;width:100%;height:100%;border:2px solid #d7cc8e;z-index:-1}.top-banner_hero .image figcaption{margin-top:1rem;font-size:1.1rem;font-style:italic;line-height:1;color:#fff;text-shadow:2px 2px 1px rgba(34,34,34,.33)}@media(max-width: 600px){.top-banner_hero .image{width:90%;margin:1rem auto}}.featured-video_section{padding:75px 0}@media(max-width: 768px){.featured-video_section{padding:25px 0}}.featured-video_section .heading-wrap{text-align:center}.featured-video_section .wrap{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start;padding:0}.featured-video_section .image{position:relative;flex:1 1 clamp(400px,50vw,600px);margin:1rem 0;padding:0 1rem;z-index:0}.featured-video_section .image::after{content:"";display:block;position:absolute;top:-0.65rem;left:.35rem;width:calc(100% - 2rem);height:100%;border:2px solid #89bfac;z-index:-1}.featured-video_section .image img{box-shadow:1px 1px 1px 0 rgba(34,34,34,.2)}.featured-video_section .featured-content{flex:1 1 clamp(400px,50vw,600px);padding:0 1rem}.featured-video_section .featured-content p{font-size:1.25rem;line-height:1.65;margin:0 0 .5rem}.featured-video_section .tertiary-heading{display:inline-block;padding:0 0 1rem;margin:0 0 1rem;border-bottom:3px dotted #89bfac}.dots{padding:30px 0;background-color:#fafafa}.dots .wrap{display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center;max-width:clamp(65rem,90vw,75rem)}.dots .dot{width:2%;aspect-ratio:1/1;border-radius:50%}.dots .dot:nth-of-type(5n + 1){background-color:#286d97}.dots .dot:nth-of-type(5n + 2){background-color:#37736a}.dots .dot:nth-of-type(5n + 3){background-color:#44878c}.dots .dot:nth-of-type(5n + 4){background-color:#89bfac}.dots .dot:nth-of-type(5n){background-color:#d7cc8e}.masonry-articles{padding:3rem;transition:padding 300ms ease-in-out}@media(max-width: 768px){.masonry-articles{padding:1.5rem}}@media(max-width: 600px){.masonry-articles{padding:1rem}}.masonry-articles .primary-heading{margin:0 0 1rem;color:#1d506f;text-align:center;line-height:1}.masonry-articles .primary-heading::after{content:"";display:block;width:200px;max-width:100%;margin:1rem auto 2rem;border-bottom:3px dotted #d7cc8e}@media(max-width: 960px){.masonry-articles .primary-heading::after{width:150px;margin:1rem auto}}.masonry-articles .article-buttons{display:block;text-align:center;margin:0 0 2rem}.masonry-articles .article-buttons .button{width:auto;min-width:160px;margin:0;font-size:clamp(1rem,2vw,1.25rem)}.masonry-articles .article-buttons .button.active{background-color:#1d506f;border:3px solid #1d506f;color:#fff}@media(max-width: 960px){.masonry-articles .article-buttons{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin:0 0 1rem}.masonry-articles .article-buttons .button{display:block;width:49%;min-width:auto;margin:.25rem 0;padding:.65rem}.masonry-articles .article-buttons .button:first-of-type{width:100%}}.masonry-articles .masonry-wrap{-moz-columns:5 auto;columns:5 auto;gap:3rem;transition:gap 300ms ease-in-out}@media(max-width: 1920px){.masonry-articles .masonry-wrap{-moz-columns:4 auto;columns:4 auto}}@media(max-width: 1440px){.masonry-articles .masonry-wrap{-moz-columns:3 auto;columns:3 auto}}@media(max-width: 1200px){.masonry-articles .masonry-wrap{-moz-columns:2 auto;columns:2 auto}}@media(max-width: 768px){.masonry-articles .masonry-wrap{gap:1.5rem}}@media(max-width: 600px){.masonry-articles .masonry-wrap{-moz-columns:1 auto;columns:1 auto}}.masonry-articles .article-item{padding-bottom:3rem;-moz-column-break-inside:avoid;break-inside:avoid;transition:padding 300ms ease-in-out}@media(max-width: 768px){.masonry-articles .article-item{padding-bottom:2rem}}@media(max-width: 600px){.masonry-articles .article-item{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:3px dotted #89bfac}.masonry-articles .article-item:last-of-type{border-bottom:none}}.masonry-articles .image{margin:0;overflow:hidden}.masonry-articles .image img{transform:scale(1);filter:brightness(1);transition:all 300ms ease-in-out}.masonry-articles .image:hover>img{transform:scale(1.1);filter:brightness(1.1)}@media(max-width: 600px){.masonry-articles .image{position:relative;width:200px;max-width:100%;margin:0 1rem 0 0;aspect-ratio:3/3.5}.masonry-articles .image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.masonry-articles .article-wrap{padding:1rem 0 0;line-height:1;transition:padding 300ms ease-in-out}.masonry-articles .article-wrap p{font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.65}@media(max-width: 600px){.masonry-articles .article-wrap{width:100%;padding:0}.masonry-articles .article-wrap p{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}.masonry-articles .article-category{display:inline-block;position:relative;left:50%;transform:translateX(-50%);padding-bottom:.5rem;font-family:"Lato",sans-serif;font-weight:700;font-style:normal;font-size:.95rem;text-transform:uppercase;letter-spacing:2px;color:#37736a;border-bottom:2px dotted #d7cc8e}@media(max-width: 600px){.masonry-articles .article-category{position:static;transform:translateX(0)}}.masonry-articles .secondary-heading{margin:1rem 0;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.333;transition:margin 300ms ease-in-out}.masonry-articles .secondary-heading a{color:#1d506f;text-decoration-color:#1d506f}.masonry-articles .secondary-heading a:hover,.masonry-articles .secondary-heading a:active,.masonry-articles .secondary-heading a:focus{text-decoration-color:rgba(0,0,0,0)}@media(max-width: 600px){.masonry-articles .secondary-heading{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:1rem 0 0}}.grid-projects{position:relative;padding:3rem;background-color:rgba(0,0,0,0);background-image:url("svg/ajh_v2.svg");background-repeat:no-repeat;background-size:contain;background-position:left -10% top -25%;background-attachment:fixed}@media(max-width: 768px){.grid-projects{padding:1rem;background-position:center top}}.grid-projects+.dot-bg{position:absolute;inset:0;width:100%;height:100%;background-image:url("svg/dot-gray.svg");background-repeat:repeat;background-position:center center;background-attachment:fixed;background-size:9px auto;z-index:-1}.grid-projects .primary-heading{margin:0 0 1rem;color:#1d506f;text-align:center;line-height:1}.grid-projects .primary-heading::after{content:"";display:block;width:200px;max-width:100%;margin:1rem auto 2rem;border-bottom:3px dotted #d7cc8e}.grid-projects .wrap{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;gap:2rem}@media(max-width: 1230px){.grid-projects .wrap{gap:1rem}}.grid-projects .project-item{width:calc((100% - 4rem)/2);display:flex;flex-flow:column nowrap;align-items:center;margin:0;background-color:#fff;box-shadow:1px 1px 1px 0 rgba(34,34,34,.2);border-bottom:5px solid rgba(0,0,0,0)}.grid-projects .project-item:nth-of-type(4n + 1){border-color:#2d7cac}.grid-projects .project-item:nth-of-type(4n + 2){border-color:#44878c}.grid-projects .project-item:nth-of-type(4n + 3){border-color:#d7cc8e}.grid-projects .project-item:nth-of-type(4n + 4){border-color:#89bfac}@media(max-width: 1230px){.grid-projects .project-item{width:calc((100% - 2rem)/2)}}@media(max-width: 768px){.grid-projects .project-item{width:100%}}.grid-projects .image{position:relative;width:100%;aspect-ratio:16/9;margin:0;overflow:hidden}.grid-projects .image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center -2px;object-position:center -2px}.grid-projects .project-content{position:relative;width:100%;padding:1rem 2.5rem;border-top:1px solid #eaeaea}.grid-projects .project-content::before{content:"";position:absolute;top:1.5rem;left:calc(1.25rem - 2.5px);width:5px;height:75px;background:linear-gradient(to bottom, #1d506f 0%, #1d506f 25%, #44878c 25%, #44878c 50%, #89bfac 50%, #89bfac 75%, #d7cc8e 75%, #d7cc8e 100%)}.grid-projects .project-content p{font-size:1rem;line-height:1.65;padding:0 0 1rem;margin:0 0 .5rem;border-bottom:3px dotted #eaeaea}@media(max-width: 960px){.grid-projects .project-content{padding:1rem 1.5rem}.grid-projects .project-content::before{width:4px;height:55px;top:1.1rem;left:calc(.75rem - 2.5px)}}.grid-projects .secondary-heading{font-size:clamp(1.25rem,2vw,1.75rem);margin:.5rem 0 1rem}.grid-projects .project-links{text-align:center;color:#13599f}.grid-projects .link-item::after{content:" •"}.grid-projects .link-item:last-of-type::after{content:""}.grid-projects .project-links a{font-family:"Lato",sans-serif;font-weight:400;font-style:normal;font-size:.9rem;text-transform:uppercase;letter-spacing:2px}.grid-projects .author-box svg{background-color:#f8f8f8}.content_404 .content{width:100%;margin:0 0 6rem}@media(max-width: 960px){.content_404 .content{margin:0 0 2rem}}.content_404 .image-with-background{position:relative;width:100%;aspect-ratio:8/5;margin:0;z-index:0}.content_404 .image-with-background img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content_404 .image-with-background::before{content:"";position:absolute;bottom:-0.5rem;right:-0.5rem;width:150px;height:150px;background-color:#44878c;z-index:-1}.content_404 .image-with-background::after{content:"";position:absolute;top:-1rem;left:-1rem;width:100%;height:100%;border:3px solid #d7cc8e;z-index:-1}@media(max-width: 960px){.content_404 .image-with-background::before{bottom:-0.333rem;right:-0.333rem;width:100px;height:100px}.content_404 .image-with-background::after{top:-0.5rem;left:-0.5rem}}.contact{padding:3rem;background-image:url("images/low-poly-geometric.jpg");background-repeat:no-repeat;background-size:cover}@media(max-width: 960px){.contact{padding:1rem}}.contact .wrap{position:relative;max-width:60rem;padding:4rem;margin:0 auto;background-color:rgba(255,255,255,.65);z-index:0}.contact .wrap::before{content:"";display:block;width:calc(100% - 4rem);height:calc(100% - 4rem);position:absolute;top:2rem;left:2rem;border:3px dotted #89bfac;z-index:-1}@media(max-width: 960px){.contact .wrap{padding:2rem;background-color:rgba(255,255,255,.8)}.contact .wrap::before{width:calc(100% - 2rem);height:calc(100% - 2rem);top:1rem;left:1rem}}.contact .content-header{margin-bottom:1rem}@supports(initial-letter: 2) or (-webkit-initial-letter: 2){.contact .content-header p:first-of-type::first-letter{font-family:"Cormorant",serif;-webkit-initial-letter:2;initial-letter:2;color:#1d506f;font-weight:600;margin-right:.5rem}}.contact .primary-heading{margin:0;color:#1d506f;text-align:center;line-height:1}.contact .primary-heading::after{content:"";display:block;width:275px;max-width:100%;margin:1rem auto 2rem;border-bottom:3px dotted #d7cc8e}@media(max-width: 960px){.contact .primary-heading::after{width:125px;margin:1rem auto}}.form input{width:100%;margin:0 0 1rem;padding:1.5rem;border:3px solid #44878c}.form textarea{width:100%;padding:1.5rem;border:3px solid #44878c}.form .button{position:relative;left:50%;transform:translateX(-50%)}@media(max-width: 960px){.form{font-size:1rem}.form input,.form textarea,.form .button{padding:.75rem;border-width:2px}}.about-header{padding:3rem;background-image:linear-gradient(to right, rgba(43, 85, 89, 0.9) 0%, rgba(43, 85, 89, 0.45) 75%, transparent 100%),url("images/low-poly-geometric.jpg");background-repeat:no-repeat;background-size:cover}@media(max-width: 960px){.about-header{padding:1rem}}.about-header .content-header{max-width:60rem;margin:0 auto 1rem;color:#fff}.about-header .content-header p{color:#fff;margin:0 0 2rem}@supports(initial-letter: 2) or (-webkit-initial-letter: 2){.about-header .content-header p:first-of-type::first-letter{font-family:"Cormorant",serif;-webkit-initial-letter:2;initial-letter:2;color:#d7cc8e;font-weight:600;margin-right:.5rem}}.about-header .primary-heading{margin:0;color:#fff;line-height:1;text-align:center}.about-header .primary-heading::after{content:"";display:block;width:275px;max-width:100%;margin:1rem auto 2rem;border-bottom:3px dotted #d7cc8e}@media(max-width: 960px){.about-header .primary-heading::after{width:125px;margin:1rem auto}}.skills-experience{padding:6rem 3rem;background-color:#f8f8f8}.skills-experience .wrap{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.skills-experience .image-with-background{position:relative;width:35%;height:0;margin:0;padding-bottom:50%;z-index:0}.skills-experience .image-with-background img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.skills-experience .image-with-background::before{content:"";position:absolute;top:-40px;left:-100px;width:100%;height:calc(100% + 80px);background-image:url("images/low-poly-bg.jpg");background-size:cover;z-index:-2}@media(max-width: 960px){.skills-experience .image-with-background::before{top:-20px;left:-20px;height:calc(100% + 40px)}}.skills-experience .image-with-background::after{content:"";position:absolute;top:-75px;left:-30px;width:100%;height:100%;border:3px solid #d7cc8e;z-index:-1}@media(max-width: 960px){.skills-experience .image-with-background::after{top:-35px;left:-10px}}.skills-experience .text-container{width:65%;padding-left:50px}@media(max-width: 960px){.skills-experience{padding:3rem 0 0}.skills-experience .wrap{flex-flow:column wrap}.skills-experience .wrap .image-with-background{width:90%;margin:0 auto 3rem;padding-left:0}.skills-experience .wrap .text-container{width:90%;margin:0 auto;padding-left:0}}.inspiration{padding:6rem 3rem 3rem}@media(max-width: 960px){.inspiration{padding:3rem 1rem}}.inspiration .content_wrap{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start}.inspiration_content{order:2;width:70%}.inspiration_content p{font-size:1rem;line-height:1.65;margin:0 0 1rem}.inspiration_sidebar{order:1;width:25%}.inspiration_sidebar p{font-size:.95rem;line-height:1.55}@media(max-width: 960px){.inspiration_content{order:1;width:100%;padding-bottom:1rem;margin-bottom:1rem;border-bottom:3px dotted #d7cc8e}.inspiration_sidebar{order:2;width:100%}}.inspiration .tertiary-header{font-family:"Lato",sans-serif;font-size:1.1rem;font-weight:400;font-style:normal;text-transform:uppercase;letter-spacing:1.5px;color:#1d506f;margin:1rem 0}.inspiration .image{position:relative;aspect-ratio:16/9;width:100%;height:auto;margin:0 0 2rem;z-index:0}.inspiration .image::before{content:"";position:absolute;right:-8px;bottom:-8px;width:15%;height:auto;aspect-ratio:1/1;background-color:#d7cc8e;z-index:-1}.inspiration .image::after{content:"";position:absolute;top:-12px;left:-12px;width:100%;height:100%;border:3px dotted #44878c;z-index:-1}.inspiration .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lawtubers{padding:3rem;background-color:#f8f8f8}@media(max-width: 960px){.lawtubers{padding:3rem 1rem}}.lawtubers .heading-wrap{text-align:center}.lawtubers .wrap{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;max-width:75rem;margin:0 auto;gap:2rem}.lawtubers .secondary-heading .love-heart{display:inline-block;vertical-align:sub;width:50px;height:50px}.lawtubers .secondary-heading svg{fill:#d22b2b}.lawtubers .tertiary-heading{margin:1.25rem 0 1rem;padding:0 1.5rem}.lawtubers .tertiary-heading a{font-size:clamp(1.5rem,2.5vw,2rem);font-style:normal;color:#1d506f;text-decoration-color:#1d506f}.lawtubers .tertiary-heading a:hover,.lawtubers .tertiary-heading a:active,.lawtubers .tertiary-heading a:focus{text-decoration-color:rgba(0,0,0,0)}.lawtubers .tertiary-heading a svg{fill:#1d506f}.lawtubers .lawtuber-item{width:calc((100% - 4rem)/3);background-color:#fff;border-bottom:5px solid #89bfac;box-shadow:0 2px 2px 0 rgba(34,34,34,.25)}@media(max-width: 960px){.lawtubers .lawtuber-item{width:100%}}.lawtubers .lawtuber-item p{font-size:1rem;line-height:1.65;padding:0 1.5rem 1rem}.lawtubers .image{position:relative;aspect-ratio:16/9;width:100%;height:auto;z-index:0}.lawtubers .image::before{content:"";position:absolute;top:-10px;right:-10px;width:100%;height:100%;border:3px dotted #1d506f;z-index:-1}.lawtubers .image::after{content:"";position:absolute;bottom:-6px;left:-6px;width:20%;height:auto;aspect-ratio:1/1;background-color:#d7cc8e;z-index:-1}.lawtubers .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comment-form{padding:3rem 0}.comment-form .tertiary-header{font-family:"Lato",sans-serif;font-weight:700;font-style:normal;font-size:.85rem;text-transform:uppercase;text-align:center;letter-spacing:2px;color:#4d4d4d;margin-bottom:1rem}.comment-form svg{position:relative;display:block;width:50px;height:auto;padding:.5rem;margin:0 auto 1rem;fill:#d7cc8e;z-index:0;background-color:#fff}.comment-form .svg-border{position:relative;top:25px;max-width:65rem;margin:0 auto;border-bottom:3px dotted #eaeaea;z-index:0}.comment-form .form-inputs{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;gap:1rem}@media(max-width: 768px){.comment-form .form-inputs{flex-flow:column nowrap;gap:0}}.comment-form input,.comment-form textarea{border:1px solid #aaa}.author-box{padding:6rem 0 3rem;text-align:center}.author-box p{max-width:70ch;margin:0 auto}.author-box .tertiary-header{font-family:"Lato",sans-serif;font-weight:700;font-style:normal;font-size:.85rem;text-transform:uppercase;text-align:center;letter-spacing:2px;color:#4d4d4d;margin-bottom:1rem}.author-box svg{position:relative;display:block;width:50px;height:50px;padding:.5rem;margin:0 auto 1rem;border-radius:10px;fill:#d22b2b;background-color:#fff;z-index:0}.author-box .svg-border{position:relative;top:25px;max-width:65rem;margin:0 auto;border-bottom:3px dotted #eaeaea;z-index:0}.author-box .image{position:relative;width:200px;max-width:100%;height:auto;margin:0 auto;aspect-ratio:1/1;border-radius:50%;overflow:hidden}.author-box .image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-box .author-name{font-size:2rem;color:#37736a;margin:1.25rem 0 1rem}.comments{padding:3rem 0}.comments ul{margin:0;padding:0}.comments .tertiary-header{font-family:"Lato",sans-serif;font-weight:700;font-style:normal;font-size:.85rem;text-transform:uppercase;text-align:center;letter-spacing:2px;color:#4d4d4d;margin-bottom:1rem}.comment-count svg{position:relative;display:block;width:60px;height:auto;padding:.5rem;margin:0 auto;fill:#89bfac;background-color:#fff;z-index:0}.comment-count .svg-border{position:relative;top:30px;max-width:65rem;margin:0 auto;border-bottom:3px dotted #eaeaea;z-index:0}.comments .comment-item{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem;margin-bottom:2.5rem}.comments .comment-item:last-of-type{padding-bottom:0;margin-bottom:0}.comments .comment-icon svg{width:100px}.comments .comment-icon{width:100px;height:100px;margin-right:2rem;background-color:#f8f8f8;border-radius:5px}.comments .comment-icon svg{display:block;width:100px;height:100px;fill:#44878c}.comments .user-name{font-weight:700}.comments time{display:block;margin-bottom:1.5rem}.comments .user-comment{padding-left:1.5rem;border-left:5px solid #44878c}.footer{background-color:#1d506f}.footer p{font-size:1rem;color:#fff}.footer .wrap{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:stretch}@media(max-width: 960px){.footer .wrap{flex-flow:column nowrap}}.footer .footer-item{width:32.5%;padding:3rem;border-left:1px solid #123347}.footer .footer-item:first-of-type{border-left:none}.footer .footer-item:nth-of-type(2){width:35%;padding:0}@media(max-width: 960px){.footer .footer-item{width:100%;padding:1.5rem;border-left:none;border-top:1px solid #123347}.footer .footer-item:nth-of-type(2){width:100%}}.footer .tertiary-heading{font-family:"Lato",sans-serif;font-weight:400;font-style:normal;font-size:1rem;text-transform:uppercase;text-align:center;letter-spacing:2px;margin:0 0 1rem;color:#fff}.footer .tertiary-heading::after{content:"";display:block;width:100px;max-width:100%;margin:.5rem auto 0;border-bottom:3px dotted #d7cc8e}.footer .footer-nav ul{margin:0;padding:0;list-style-type:none}.footer .footer-nav li{text-align:center;margin:.5rem 0}.footer .footer-nav a{font-family:"Lato",sans-serif;font-weight:400;font-style:normal;font-size:1rem;color:#fff;text-decoration-thickness:1px;text-decoration-color:#fff;letter-spacing:.5px}.footer .footer-nav a:hover,.footer .footer-nav a:active,.footer .footer-nav a:focus{text-decoration-color:rgba(0,0,0,0)}.footer .digital-ocean img{margin:2rem auto 0}.footer .footer-about{padding:3rem;border-bottom:1px solid #123347}@media(max-width: 960px){.footer .footer-about{padding:1.5rem}}.footer .social-icons{padding:3rem}@media(max-width: 960px){.footer .social-icons{padding:1.5rem}}.footer .social-nav ul{display:flex;flex-flow:row nowrap;justify-content:space-evenly;align-items:center;margin:0;padding:0;list-style-type:none}.footer .social-nav li a{display:block}.footer .social-nav li a:hover>svg,.footer .social-nav li a:active>svg,.footer .social-nav li a:focus>svg{fill:#d7cc8e}.footer .social-nav li svg{display:block;width:48px;height:48px;padding:.5rem;fill:#fff;transition:fill 300ms ease-in-out}.footer .social-nav li svg.no-padding{padding:0}.footer .form{margin:1.5rem 0 0;font-size:1rem}.footer .form input,.footer .form .button{width:100%;min-width:100%;padding:.75rem;border-width:2px}.footer .form input{border-color:#fff}.footer .form .button{margin:0}.footer .form .button:hover,.footer .form .button:active,.footer .form .button:focus{border-width:2px}.footer .copyright{padding:3rem;color:#fff;text-align:center;border-top:1px solid #123347}@media(max-width: 960px){.footer .copyright{padding:1rem}.footer .copyright .bullet{display:none}.footer .copyright .footer-name{display:block}}/*# sourceMappingURL=styles.css.map */