@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap);
@charset "UTF-8";/*!
 * 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@font-face {
  font-family: 'unicons';
  src: url('../font/unicons.eot?2256574');
  src: url('../font/unicons.eot?2256574#iefix') format('embedded-opentype'),
       url('../font/unicons.woff2?2256574') format('woff2'),
       url('../font/unicons.woff?2256574') format('woff'),
       url('../font/unicons.ttf?2256574') format('truetype'),
       url('../font/unicons.svg?2256574#unicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'unicons';
    src: url('../font/unicons.svg?2256574#unicons') format('svg');
  }
}
*/
 
 [class^="uil-"]:before, [class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.uil-0-plus:before { content: '\e800'; } /* '' */
.uil-10-plus:before { content: '\e801'; } /* '' */
.uil-12-plus:before { content: '\e802'; } /* '' */
.uil-13-plus:before { content: '\e803'; } /* '' */
.uil-16-plus:before { content: '\e804'; } /* '' */
.uil-17-plus:before { content: '\e805'; } /* '' */
.uil-18-plus:before { content: '\e806'; } /* '' */
.uil-21-plus:before { content: '\e807'; } /* '' */
.uil-3-plus:before { content: '\e808'; } /* '' */
.uil-500px:before { content: '\e809'; } /* '' */
.uil-6-plus:before { content: '\e80a'; } /* '' */
.uil-abacus:before { content: '\e80b'; } /* '' */
.uil-accessible-icon-alt:before { content: '\e80c'; } /* '' */
.uil-adjust-alt:before { content: '\e80d'; } /* '' */
.uil-adjust-circle:before { content: '\e80e'; } /* '' */
.uil-adjust-half:before { content: '\e80f'; } /* '' */
.uil-adjust:before { content: '\e810'; } /* '' */
.uil-adobe-alt:before { content: '\e811'; } /* '' */
.uil-adobe:before { content: '\e812'; } /* '' */
.uil-airplay:before { content: '\e813'; } /* '' */
.uil-align-alt:before { content: '\e814'; } /* '' */
.uil-align-center-alt:before { content: '\e815'; } /* '' */
.uil-align-center-h:before { content: '\e816'; } /* '' */
.uil-align-center-justify:before { content: '\e817'; } /* '' */
.uil-align-center-v:before { content: '\e818'; } /* '' */
.uil-align-center:before { content: '\e819'; } /* '' */
.uil-align-justify:before { content: '\e81a'; } /* '' */
.uil-align-left-justify:before { content: '\e81b'; } /* '' */
.uil-align-left:before { content: '\e81c'; } /* '' */
.uil-align-letter-right:before { content: '\e81d'; } /* '' */
.uil-align-right-justify:before { content: '\e81e'; } /* '' */
.uil-align-right:before { content: '\e81f'; } /* '' */
.uil-align:before { content: '\e820'; } /* '' */
.uil-amazon:before { content: '\e821'; } /* '' */
.uil-ambulance:before { content: '\e822'; } /* '' */
.uil-analysis:before { content: '\e823'; } /* '' */
.uil-analytics:before { content: '\e824'; } /* '' */
.uil-anchor:before { content: '\e825'; } /* '' */
.uil-android-alt:before { content: '\e826'; } /* '' */
.uil-android-phone-slash:before { content: '\e827'; } /* '' */
.uil-android:before { content: '\e828'; } /* '' */
.uil-angle-double-down:before { content: '\e829'; } /* '' */
.uil-angle-double-left:before { content: '\e82a'; } /* '' */
.uil-angle-double-right:before { content: '\e82b'; } /* '' */
.uil-angle-double-up:before { content: '\e82c'; } /* '' */
.uil-angle-down:before { content: '\e82d'; } /* '' */
.uil-angle-left:before { content: '\e82e'; } /* '' */
.uil-angle-right-b:before { content: '\e82f'; } /* '' */
.uil-angle-right:before { content: '\e830'; } /* '' */
.uil-angle-up:before { content: '\e831'; } /* '' */
.uil-angry:before { content: '\e832'; } /* '' */
.uil-ankh:before { content: '\e833'; } /* '' */
.uil-annoyed-alt:before { content: '\e834'; } /* '' */
.uil-annoyed:before { content: '\e835'; } /* '' */
.uil-apple-alt:before { content: '\e836'; } /* '' */
.uil-apple:before { content: '\e837'; } /* '' */
.uil-apps:before { content: '\e838'; } /* '' */
.uil-archive-alt:before { content: '\e839'; } /* '' */
.uil-archive:before { content: '\e83a'; } /* '' */
.uil-archway:before { content: '\e83b'; } /* '' */
.uil-arrow-break:before { content: '\e83c'; } /* '' */
.uil-arrow-circle-down:before { content: '\e83d'; } /* '' */
.uil-arrow-circle-left:before { content: '\e83e'; } /* '' */
.uil-arrow-circle-right:before { content: '\e83f'; } /* '' */
.uil-arrow-circle-up:before { content: '\e840'; } /* '' */
.uil-arrow-compress-h:before { content: '\e841'; } /* '' */
.uil-arrow-down-left:before { content: '\e842'; } /* '' */
.uil-arrow-down-right:before { content: '\e843'; } /* '' */
.uil-arrow-down:before { content: '\e844'; } /* '' */
.uil-arrow-from-right:before { content: '\e845'; } /* '' */
.uil-arrow-from-top:before { content: '\e846'; } /* '' */
.uil-arrow-growth:before { content: '\e847'; } /* '' */
.uil-arrow-left:before { content: '\e848'; } /* '' */
.uil-arrow-random:before { content: '\e849'; } /* '' */
.uil-arrow-resize-diagonal:before { content: '\e84a'; } /* '' */
.uil-arrow-right:before { content: '\e84b'; } /* '' */
.uil-arrow-to-bottom:before { content: '\e84c'; } /* '' */
.uil-arrow-to-right:before { content: '\e84d'; } /* '' */
.uil-arrow-up-left:before { content: '\e84e'; } /* '' */
.uil-arrow-up-right:before { content: '\e84f'; } /* '' */
.uil-arrow-up:before { content: '\e850'; } /* '' */
.uil-arrows-h-alt:before { content: '\e851'; } /* '' */
.uil-arrows-h:before { content: '\e852'; } /* '' */
.uil-arrows-left-down:before { content: '\e853'; } /* '' */
.uil-arrows-maximize:before { content: '\e854'; } /* '' */
.uil-arrows-merge:before { content: '\e855'; } /* '' */
.uil-arrows-resize-h:before { content: '\e856'; } /* '' */
.uil-arrows-resize-v:before { content: '\e857'; } /* '' */
.uil-arrows-resize:before { content: '\e858'; } /* '' */
.uil-arrows-right-down:before { content: '\e859'; } /* '' */
.uil-arrows-shrink-h:before { content: '\e85a'; } /* '' */
.uil-arrows-shrink-v:before { content: '\e85b'; } /* '' */
.uil-arrows-up-right:before { content: '\e85c'; } /* '' */
.uil-arrows-v-alt:before { content: '\e85d'; } /* '' */
.uil-arrows-v:before { content: '\e85e'; } /* '' */
.uil-assistive-listening-systems:before { content: '\e85f'; } /* '' */
.uil-asterisk:before { content: '\e860'; } /* '' */
.uil-at:before { content: '\e861'; } /* '' */
.uil-atm-card:before { content: '\e862'; } /* '' */
.uil-atom:before { content: '\e863'; } /* '' */
.uil-auto-flash:before { content: '\e864'; } /* '' */
.uil-award-alt:before { content: '\e865'; } /* '' */
.uil-award:before { content: '\e866'; } /* '' */
.uil-baby-carriage:before { content: '\e867'; } /* '' */
.uil-backpack:before { content: '\e868'; } /* '' */
.uil-backspace:before { content: '\e869'; } /* '' */
.uil-backward:before { content: '\e86a'; } /* '' */
.uil-bag-alt:before { content: '\e86b'; } /* '' */
.uil-bag-slash:before { content: '\e86c'; } /* '' */
.uil-bag:before { content: '\e86d'; } /* '' */
.uil-balance-scale:before { content: '\e86e'; } /* '' */
.uil-ball:before { content: '\e86f'; } /* '' */
.uil-ban:before { content: '\e870'; } /* '' */
.uil-bars:before { content: '\e871'; } /* '' */
.uil-baseball-ball:before { content: '\e872'; } /* '' */
.uil-basketball-hoop:before { content: '\e873'; } /* '' */
.uil-basketball:before { content: '\e874'; } /* '' */
.uil-bath:before { content: '\e875'; } /* '' */
.uil-battery-bolt:before { content: '\e876'; } /* '' */
.uil-battery-empty:before { content: '\e877'; } /* '' */
.uil-bed-double:before { content: '\e878'; } /* '' */
.uil-bed:before { content: '\e879'; } /* '' */
.uil-behance-alt:before { content: '\e87a'; } /* '' */
.uil-behance:before { content: '\e87b'; } /* '' */
.uil-bell-school:before { content: '\e87c'; } /* '' */
.uil-bell-slash:before { content: '\e87d'; } /* '' */
.uil-bell:before { content: '\e87e'; } /* '' */
.uil-bill:before { content: '\e87f'; } /* '' */
.uil-bitcoin-alt:before { content: '\e880'; } /* '' */
.uil-bitcoin-bold:before { content: '\e881'; } /* '' */
.uil-bitcoin-circle:before { content: '\e882'; } /* '' */
.uil-bitcoin:before { content: '\e883'; } /* '' */
.uil-black-berry:before { content: '\e884'; } /* '' */
.uil-blogger-alt:before { content: '\e885'; } /* '' */
.uil-blogger:before { content: '\e886'; } /* '' */
.uil-bluetooth-b:before { content: '\e887'; } /* '' */
.uil-bold:before { content: '\e888'; } /* '' */
.uil-bolt-alt:before { content: '\e889'; } /* '' */
.uil-bolt-slash:before { content: '\e88a'; } /* '' */
.uil-bolt:before { content: '\e88b'; } /* '' */
.uil-book-alt:before { content: '\e88c'; } /* '' */
.uil-book-medical:before { content: '\e88d'; } /* '' */
.uil-book-open:before { content: '\e88e'; } /* '' */
.uil-book-reader:before { content: '\e88f'; } /* '' */
.uil-book:before { content: '\e890'; } /* '' */
.uil-bookmark-full:before { content: '\e891'; } /* '' */
.uil-bookmark:before { content: '\e892'; } /* '' */
.uil-books:before { content: '\e893'; } /* '' */
.uil-boombox:before { content: '\e894'; } /* '' */
.uil-border-alt:before { content: '\e895'; } /* '' */
.uil-border-bottom:before { content: '\e896'; } /* '' */
.uil-border-clear:before { content: '\e897'; } /* '' */
.uil-border-horizontal:before { content: '\e898'; } /* '' */
.uil-border-inner:before { content: '\e899'; } /* '' */
.uil-border-left:before { content: '\e89a'; } /* '' */
.uil-border-out:before { content: '\e89b'; } /* '' */
.uil-border-right:before { content: '\e89c'; } /* '' */
.uil-border-top:before { content: '\e89d'; } /* '' */
.uil-border-vertical:before { content: '\e89e'; } /* '' */
.uil-bowling-ball:before { content: '\e89f'; } /* '' */
.uil-box:before { content: '\e8a0'; } /* '' */
.uil-briefcase-alt:before { content: '\e8a1'; } /* '' */
.uil-briefcase:before { content: '\e8a2'; } /* '' */
.uil-bright:before { content: '\e8a3'; } /* '' */
.uil-brightness-empty:before { content: '\e8a4'; } /* '' */
.uil-brightness-half:before { content: '\e8a5'; } /* '' */
.uil-brightness-low:before { content: '\e8a6'; } /* '' */
.uil-brightness-minus:before { content: '\e8a7'; } /* '' */
.uil-brightness-plus:before { content: '\e8a8'; } /* '' */
.uil-brightness:before { content: '\e8a9'; } /* '' */
.uil-bring-bottom:before { content: '\e8aa'; } /* '' */
.uil-bring-front:before { content: '\e8ab'; } /* '' */
.uil-brush-alt:before { content: '\e8ac'; } /* '' */
.uil-bug:before { content: '\e8ad'; } /* '' */
.uil-building:before { content: '\e8ae'; } /* '' */
.uil-bullseye:before { content: '\e8af'; } /* '' */
.uil-bus-alt:before { content: '\e8b0'; } /* '' */
.uil-bus-school:before { content: '\e8b1'; } /* '' */
.uil-bus:before { content: '\e8b2'; } /* '' */
.uil-calcualtor:before { content: '\e8b3'; } /* '' */
.uil-calculator-alt:before { content: '\e8b4'; } /* '' */
.uil-calculator:before { content: '\e8b5'; } /* '' */
.uil-calendar-alt:before { content: '\e8b6'; } /* '' */
.uil-calendar-slash:before { content: '\e8b7'; } /* '' */
.uil-calender:before { content: '\e8b8'; } /* '' */
.uil-calling:before { content: '\e8b9'; } /* '' */
.uil-camera-change:before { content: '\e8ba'; } /* '' */
.uil-camera-plus:before { content: '\e8bb'; } /* '' */
.uil-camera-slash:before { content: '\e8bc'; } /* '' */
.uil-camera:before { content: '\e8bd'; } /* '' */
.uil-cancel:before { content: '\e8be'; } /* '' */
.uil-capsule:before { content: '\e8bf'; } /* '' */
.uil-capture:before { content: '\e8c0'; } /* '' */
.uil-car-sideview:before { content: '\e8c1'; } /* '' */
.uil-car-slash:before { content: '\e8c2'; } /* '' */
.uil-car-wash:before { content: '\e8c3'; } /* '' */
.uil-car:before { content: '\e8c4'; } /* '' */
.uil-card-atm:before { content: '\e8c5'; } /* '' */
.uil-caret-right:before { content: '\e8c6'; } /* '' */
.uil-cart:before { content: '\e8c7'; } /* '' */
.uil-cell:before { content: '\e8c8'; } /* '' */
.uil-celsius:before { content: '\e8c9'; } /* '' */
.uil-chart-bar-alt:before { content: '\e8ca'; } /* '' */
.uil-chart-bar:before { content: '\e8cb'; } /* '' */
.uil-chart-down:before { content: '\e8cc'; } /* '' */
.uil-chart-growth-alt:before { content: '\e8cd'; } /* '' */
.uil-chart-growth:before { content: '\e8ce'; } /* '' */
.uil-chart-line:before { content: '\e8cf'; } /* '' */
.uil-chart-pie-alt:before { content: '\e8d0'; } /* '' */
.uil-chart-pie:before { content: '\e8d1'; } /* '' */
.uil-chart:before { content: '\e8d2'; } /* '' */
.uil-chat-bubble-user:before { content: '\e8d3'; } /* '' */
.uil-chat-info:before { content: '\e8d4'; } /* '' */
.uil-chat:before { content: '\e8d5'; } /* '' */
.uil-check-circle:before { content: '\e8d6'; } /* '' */
.uil-check-square:before { content: '\e8d7'; } /* '' */
.uil-check:before { content: '\e8d8'; } /* '' */
.uil-circle-layer:before { content: '\e8d9'; } /* '' */
.uil-circle:before { content: '\e8da'; } /* '' */
.uil-circuit:before { content: '\e8db'; } /* '' */
.uil-clapper-board:before { content: '\e8dc'; } /* '' */
.uil-clipboard-alt:before { content: '\e8dd'; } /* '' */
.uil-clipboard-blank:before { content: '\e8de'; } /* '' */
.uil-clipboard-notes:before { content: '\e8df'; } /* '' */
.uil-clipboard:before { content: '\e8e0'; } /* '' */
.uil-clock-eight:before { content: '\e8e1'; } /* '' */
.uil-clock-five:before { content: '\e8e2'; } /* '' */
.uil-clock-nine:before { content: '\e8e3'; } /* '' */
.uil-clock-seven:before { content: '\e8e4'; } /* '' */
.uil-clock-ten:before { content: '\e8e5'; } /* '' */
.uil-clock-three:before { content: '\e8e6'; } /* '' */
.uil-clock-two:before { content: '\e8e7'; } /* '' */
.uil-clock:before { content: '\e8e8'; } /* '' */
.uil-closed-captioning:before { content: '\e8e9'; } /* '' */
.uil-cloud-block:before { content: '\e8ea'; } /* '' */
.uil-cloud-bookmark:before { content: '\e8eb'; } /* '' */
.uil-cloud-check:before { content: '\e8ec'; } /* '' */
.uil-cloud-computing:before { content: '\e8ed'; } /* '' */
.uil-cloud-data-connection:before { content: '\e8ee'; } /* '' */
.uil-cloud-database-tree:before { content: '\e8ef'; } /* '' */
.uil-cloud-download:before { content: '\e8f0'; } /* '' */
.uil-cloud-drizzle:before { content: '\e8f1'; } /* '' */
.uil-cloud-exclamation:before { content: '\e8f2'; } /* '' */
.uil-cloud-hail:before { content: '\e8f3'; } /* '' */
.uil-cloud-heart:before { content: '\e8f4'; } /* '' */
.uil-cloud-info:before { content: '\e8f5'; } /* '' */
.uil-cloud-lock:before { content: '\e8f6'; } /* '' */
.uil-cloud-meatball:before { content: '\e8f7'; } /* '' */
.uil-cloud-moon-hail:before { content: '\e8f8'; } /* '' */
.uil-cloud-moon-meatball:before { content: '\e8f9'; } /* '' */
.uil-cloud-moon-rain:before { content: '\e8fa'; } /* '' */
.uil-cloud-moon-showers:before { content: '\e8fb'; } /* '' */
.uil-cloud-moon:before { content: '\e8fc'; } /* '' */
.uil-cloud-question:before { content: '\e8fd'; } /* '' */
.uil-cloud-rain-sun:before { content: '\e8fe'; } /* '' */
.uil-cloud-rain:before { content: '\e8ff'; } /* '' */
.uil-cloud-redo:before { content: '\e900'; } /* '' */
.uil-cloud-set:before { content: '\e901'; } /* '' */
.uil-cloud-share:before { content: '\e902'; } /* '' */
.uil-cloud-shield:before { content: '\e903'; } /* '' */
.uil-cloud-showers-alt:before { content: '\e904'; } /* '' */
.uil-cloud-showers-heavy:before { content: '\e905'; } /* '' */
.uil-cloud-showers:before { content: '\e906'; } /* '' */
.uil-cloud-slash:before { content: '\e907'; } /* '' */
.uil-cloud-sun-hail:before { content: '\e908'; } /* '' */
.uil-cloud-sun-meatball:before { content: '\e909'; } /* '' */
.uil-cloud-sun-rain-alt:before { content: '\e90a'; } /* '' */
.uil-cloud-sun-rain:before { content: '\e90b'; } /* '' */
.uil-cloud-sun-tear:before { content: '\e90c'; } /* '' */
.uil-cloud-sun:before { content: '\e90d'; } /* '' */
.uil-cloud-times:before { content: '\e90e'; } /* '' */
.uil-cloud-unlock:before { content: '\e90f'; } /* '' */
.uil-cloud-upload:before { content: '\e910'; } /* '' */
.uil-cloud-wifi:before { content: '\e911'; } /* '' */
.uil-cloud-wind:before { content: '\e912'; } /* '' */
.uil-cloud:before { content: '\e913'; } /* '' */
.uil-clouds:before { content: '\e914'; } /* '' */
.uil-club:before { content: '\e915'; } /* '' */
.uil-code:before { content: '\e916'; } /* '' */
.uil-coffee:before { content: '\e917'; } /* '' */
.uil-cog:before { content: '\e918'; } /* '' */
.uil-coins:before { content: '\e919'; } /* '' */
.uil-columns:before { content: '\e91a'; } /* '' */
.uil-comment-alt-block:before { content: '\e91b'; } /* '' */
.uil-comment-alt-chart-lines:before { content: '\e91c'; } /* '' */
.uil-comment-alt-check:before { content: '\e91d'; } /* '' */
.uil-comment-alt-dots:before { content: '\e91e'; } /* '' */
.uil-comment-alt-download:before { content: '\e91f'; } /* '' */
.uil-comment-alt-edit:before { content: '\e920'; } /* '' */
.uil-comment-alt-exclamation:before { content: '\e921'; } /* '' */
.uil-comment-alt-heart:before { content: '\e922'; } /* '' */
.uil-comment-alt-image:before { content: '\e923'; } /* '' */
.uil-comment-alt-info:before { content: '\e924'; } /* '' */
.uil-comment-alt-lines:before { content: '\e925'; } /* '' */
.uil-comment-alt-lock:before { content: '\e926'; } /* '' */
.uil-comment-alt-medical:before { content: '\e927'; } /* '' */
.uil-comment-alt-message:before { content: '\e928'; } /* '' */
.uil-comment-alt-notes:before { content: '\e929'; } /* '' */
.uil-comment-alt-plus:before { content: '\e92a'; } /* '' */
.uil-comment-alt-question:before { content: '\e92b'; } /* '' */
.uil-comment-alt-redo:before { content: '\e92c'; } /* '' */
.uil-comment-alt-search:before { content: '\e92d'; } /* '' */
.uil-comment-alt-share:before { content: '\e92e'; } /* '' */
.uil-comment-alt-shield:before { content: '\e92f'; } /* '' */
.uil-comment-alt-slash:before { content: '\e930'; } /* '' */
.uil-comment-alt-upload:before { content: '\e931'; } /* '' */
.uil-comment-alt-verify:before { content: '\e932'; } /* '' */
.uil-comment-alt:before { content: '\e933'; } /* '' */
.uil-comment-block:before { content: '\e934'; } /* '' */
.uil-comment-chart-line:before { content: '\e935'; } /* '' */
.uil-comment-check:before { content: '\e936'; } /* '' */
.uil-comment-dots:before { content: '\e937'; } /* '' */
.uil-comment-download:before { content: '\e938'; } /* '' */
.uil-comment-edit:before { content: '\e939'; } /* '' */
.uil-comment-exclamation:before { content: '\e93a'; } /* '' */
.uil-comment-heart:before { content: '\e93b'; } /* '' */
.uil-comment-image:before { content: '\e93c'; } /* '' */
.uil-comment-info-alt:before { content: '\e93d'; } /* '' */
.uil-comment-info:before { content: '\e93e'; } /* '' */
.uil-comment-lines:before { content: '\e93f'; } /* '' */
.uil-comment-lock:before { content: '\e940'; } /* '' */
.uil-comment-medical:before { content: '\e941'; } /* '' */
.uil-comment-message:before { content: '\e942'; } /* '' */
.uil-comment-notes:before { content: '\e943'; } /* '' */
.uil-comment-plus:before { content: '\e944'; } /* '' */
.uil-comment-question:before { content: '\e945'; } /* '' */
.uil-comment-redo:before { content: '\e946'; } /* '' */
.uil-comment-search:before { content: '\e947'; } /* '' */
.uil-comment-share:before { content: '\e948'; } /* '' */
.uil-comment-shield:before { content: '\e949'; } /* '' */
.uil-comment-slash:before { content: '\e94a'; } /* '' */
.uil-comment-upload:before { content: '\e94b'; } /* '' */
.uil-comment-verify:before { content: '\e94c'; } /* '' */
.uil-comment:before { content: '\e94d'; } /* '' */
.uil-comments-alt:before { content: '\e94e'; } /* '' */
.uil-comments:before { content: '\e94f'; } /* '' */
.uil-commnet-alt-slash:before { content: '\e950'; } /* '' */
.uil-compact-disc:before { content: '\e951'; } /* '' */
.uil-compass:before { content: '\e952'; } /* '' */
.uil-compress-alt-left:before { content: '\e953'; } /* '' */
.uil-compress-alt:before { content: '\e954'; } /* '' */
.uil-compress-arrows:before { content: '\e955'; } /* '' */
.uil-compress-lines:before { content: '\e956'; } /* '' */
.uil-compress-point:before { content: '\e957'; } /* '' */
.uil-compress-v:before { content: '\e958'; } /* '' */
.uil-compress:before { content: '\e959'; } /* '' */
.uil-computer-mouse:before { content: '\e95a'; } /* '' */
.uil-confused:before { content: '\e95b'; } /* '' */
.uil-constructor:before { content: '\e95c'; } /* '' */
.uil-copy-alt:before { content: '\e95d'; } /* '' */
.uil-copy-landscape:before { content: '\e95e'; } /* '' */
.uil-copy:before { content: '\e95f'; } /* '' */
.uil-copyright:before { content: '\e960'; } /* '' */
.uil-corner-down-left:before { content: '\e961'; } /* '' */
.uil-corner-down-right-alt:before { content: '\e962'; } /* '' */
.uil-corner-down-right:before { content: '\e963'; } /* '' */
.uil-corner-left-down:before { content: '\e964'; } /* '' */
.uil-corner-right-down:before { content: '\e965'; } /* '' */
.uil-corner-up-left-alt:before { content: '\e966'; } /* '' */
.uil-corner-up-left:before { content: '\e967'; } /* '' */
.uil-corner-up-right-alt:before { content: '\e968'; } /* '' */
.uil-corner-up-right:before { content: '\e969'; } /* '' */
.uil-creative-commons-pd-alt:before { content: '\e96a'; } /* '' */
.uil-creative-commons-pd:before { content: '\e96b'; } /* '' */
.uil-crockery:before { content: '\e96c'; } /* '' */
.uil-crop-alt-rotate-left:before { content: '\e96d'; } /* '' */
.uil-crop-alt-rotate-right:before { content: '\e96e'; } /* '' */
.uil-crop-alt:before { content: '\e96f'; } /* '' */
.uil-crosshair-alt:before { content: '\e970'; } /* '' */
.uil-crosshair:before { content: '\e971'; } /* '' */
.uil-crosshairs:before { content: '\e972'; } /* '' */
.uil-cube:before { content: '\e973'; } /* '' */
.uil-dashboard:before { content: '\e974'; } /* '' */
.uil-data-sharing:before { content: '\e975'; } /* '' */
.uil-database-alt:before { content: '\e976'; } /* '' */
.uil-database:before { content: '\e977'; } /* '' */
.uil-desert:before { content: '\e978'; } /* '' */
.uil-desktop-alt-slash:before { content: '\e979'; } /* '' */
.uil-desktop-alt:before { content: '\e97a'; } /* '' */
.uil-desktop-cloud-alt:before { content: '\e97b'; } /* '' */
.uil-desktop-slash:before { content: '\e97c'; } /* '' */
.uil-desktop:before { content: '\e97d'; } /* '' */
.uil-dialpad-alt:before { content: '\e97e'; } /* '' */
.uil-dialpad:before { content: '\e97f'; } /* '' */
.uil-diamond:before { content: '\e980'; } /* '' */
.uil-diary-alt:before { content: '\e981'; } /* '' */
.uil-diary:before { content: '\e982'; } /* '' */
.uil-dice-five:before { content: '\e983'; } /* '' */
.uil-dice-four:before { content: '\e984'; } /* '' */
.uil-dice-one:before { content: '\e985'; } /* '' */
.uil-dice-six:before { content: '\e986'; } /* '' */
.uil-dice-three:before { content: '\e987'; } /* '' */
.uil-dice-two:before { content: '\e988'; } /* '' */
.uil-direction:before { content: '\e989'; } /* '' */
.uil-directions:before { content: '\e98a'; } /* '' */
.uil-dizzy-meh:before { content: '\e98b'; } /* '' */
.uil-dna:before { content: '\e98c'; } /* '' */
.uil-document-layout-center:before { content: '\e98d'; } /* '' */
.uil-document-layout-left:before { content: '\e98e'; } /* '' */
.uil-document-layout-right:before { content: '\e98f'; } /* '' */
.uil-document:before { content: '\e990'; } /* '' */
.uil-dollar-alt:before { content: '\e991'; } /* '' */
.uil-dollar-sign-alt:before { content: '\e992'; } /* '' */
.uil-dollar-sign:before { content: '\e993'; } /* '' */
.uil-down-arrow:before { content: '\e994'; } /* '' */
.uil-download-alt:before { content: '\e995'; } /* '' */
.uil-dribbble:before { content: '\e996'; } /* '' */
.uil-drill:before { content: '\e997'; } /* '' */
.uil-dropbox:before { content: '\e998'; } /* '' */
.uil-dumbbell:before { content: '\e999'; } /* '' */
.uil-ear:before { content: '\e99a'; } /* '' */
.uil-edit-alt:before { content: '\e99b'; } /* '' */
.uil-edit:before { content: '\e99c'; } /* '' */
.uil-ellipsis-h:before { content: '\e99d'; } /* '' */
.uil-ellipsis-v:before { content: '\e99e'; } /* '' */
.uil-emoji:before { content: '\e99f'; } /* '' */
.uil-enter:before { content: '\e9a0'; } /* '' */
.uil-entry:before { content: '\e9a1'; } /* '' */
.uil-envelope-add:before { content: '\e9a2'; } /* '' */
.uil-envelope-alt:before { content: '\e9a3'; } /* '' */
.uil-envelope-block:before { content: '\e9a4'; } /* '' */
.uil-envelope-bookmark:before { content: '\e9a5'; } /* '' */
.uil-envelope-check:before { content: '\e9a6'; } /* '' */
.uil-envelope-download-alt:before { content: '\e9a7'; } /* '' */
.uil-envelope-download:before { content: '\e9a8'; } /* '' */
.uil-envelope-edit:before { content: '\e9a9'; } /* '' */
.uil-envelope-exclamation:before { content: '\e9aa'; } /* '' */
.uil-envelope-heart:before { content: '\e9ab'; } /* '' */
.uil-envelope-info:before { content: '\e9ac'; } /* '' */
.uil-envelope-lock:before { content: '\e9ad'; } /* '' */
.uil-envelope-minus:before { content: '\e9ae'; } /* '' */
.uil-envelope-open:before { content: '\e9af'; } /* '' */
.uil-envelope-question:before { content: '\e9b0'; } /* '' */
.uil-envelope-receive:before { content: '\e9b1'; } /* '' */
.uil-envelope-redo:before { content: '\e9b2'; } /* '' */
.uil-envelope-search:before { content: '\e9b3'; } /* '' */
.uil-envelope-send:before { content: '\e9b4'; } /* '' */
.uil-envelope-share:before { content: '\e9b5'; } /* '' */
.uil-envelope-shield:before { content: '\e9b6'; } /* '' */
.uil-envelope-star:before { content: '\e9b7'; } /* '' */
.uil-envelope-times:before { content: '\e9b8'; } /* '' */
.uil-envelope-upload-alt:before { content: '\e9b9'; } /* '' */
.uil-envelope-upload:before { content: '\e9ba'; } /* '' */
.uil-envelope:before { content: '\e9bb'; } /* '' */
.uil-envelopes:before { content: '\e9bc'; } /* '' */
.uil-equal-circle:before { content: '\e9bd'; } /* '' */
.uil-euro-circle:before { content: '\e9be'; } /* '' */
.uil-euro:before { content: '\e9bf'; } /* '' */
.uil-exchange-alt:before { content: '\e9c0'; } /* '' */
.uil-exchange:before { content: '\e9c1'; } /* '' */
.uil-exclamation-circle:before { content: '\e9c2'; } /* '' */
.uil-exclamation-octagon:before { content: '\e9c3'; } /* '' */
.uil-exclamation-triangle:before { content: '\e9c4'; } /* '' */
.uil-exclude:before { content: '\e9c5'; } /* '' */
.uil-exit:before { content: '\e9c6'; } /* '' */
.uil-expand-alt:before { content: '\e9c7'; } /* '' */
.uil-expand-arrows-alt:before { content: '\e9c8'; } /* '' */
.uil-expand-arrows:before { content: '\e9c9'; } /* '' */
.uil-expand-from-corner:before { content: '\e9ca'; } /* '' */
.uil-expand-left:before { content: '\e9cb'; } /* '' */
.uil-expand-right:before { content: '\e9cc'; } /* '' */
.uil-export:before { content: '\e9cd'; } /* '' */
.uil-exposure-alt:before { content: '\e9ce'; } /* '' */
.uil-exposure-increase:before { content: '\e9cf'; } /* '' */
.uil-external-link-alt:before { content: '\e9d0'; } /* '' */
.uil-eye-slash:before { content: '\e9d1'; } /* '' */
.uil-eye:before { content: '\e9d2'; } /* '' */
.uil-facebook-f:before { content: '\e9d3'; } /* '' */
.uil-facebook-messenger-alt:before { content: '\e9d4'; } /* '' */
.uil-facebook-messenger:before { content: '\e9d5'; } /* '' */
.uil-facebook:before { content: '\e9d6'; } /* '' */
.uil-fahrenheit:before { content: '\e9d7'; } /* '' */
.uil-fast-mail-alt:before { content: '\e9d8'; } /* '' */
.uil-fast-mail:before { content: '\e9d9'; } /* '' */
.uil-favorite:before { content: '\e9da'; } /* '' */
.uil-feedback:before { content: '\e9db'; } /* '' */
.uil-file-alt:before { content: '\e9dc'; } /* '' */
.uil-file-blank:before { content: '\e9dd'; } /* '' */
.uil-file-block-alt:before { content: '\e9de'; } /* '' */
.uil-file-bookmark-alt:before { content: '\e9df'; } /* '' */
.uil-file-check-alt:before { content: '\e9e0'; } /* '' */
.uil-file-check:before { content: '\e9e1'; } /* '' */
.uil-file-contract-dollar:before { content: '\e9e2'; } /* '' */
.uil-file-copy-alt:before { content: '\e9e3'; } /* '' */
.uil-file-download-alt:before { content: '\e9e4'; } /* '' */
.uil-file-download:before { content: '\e9e5'; } /* '' */
.uil-file-edit-alt:before { content: '\e9e6'; } /* '' */
.uil-file-exclamation-alt:before { content: '\e9e7'; } /* '' */
.uil-file-exclamation:before { content: '\e9e8'; } /* '' */
.uil-file-heart:before { content: '\e9e9'; } /* '' */
.uil-file-info-alt:before { content: '\e9ea'; } /* '' */
.uil-file-landscape-alt:before { content: '\e9eb'; } /* '' */
.uil-file-landscape:before { content: '\e9ec'; } /* '' */
.uil-file-lanscape-slash:before { content: '\e9ed'; } /* '' */
.uil-file-lock-alt:before { content: '\e9ee'; } /* '' */
.uil-file-medical-alt:before { content: '\e9ef'; } /* '' */
.uil-file-medical:before { content: '\e9f0'; } /* '' */
.uil-file-minus-alt:before { content: '\e9f1'; } /* '' */
.uil-file-minus:before { content: '\e9f2'; } /* '' */
.uil-file-network:before { content: '\e9f3'; } /* '' */
.uil-file-plus-alt:before { content: '\e9f4'; } /* '' */
.uil-file-plus:before { content: '\e9f5'; } /* '' */
.uil-file-question-alt:before { content: '\e9f6'; } /* '' */
.uil-file-question:before { content: '\e9f7'; } /* '' */
.uil-file-redo-alt:before { content: '\e9f8'; } /* '' */
.uil-file-search-alt:before { content: '\e9f9'; } /* '' */
.uil-file-share-alt:before { content: '\e9fa'; } /* '' */
.uil-file-shield-alt:before { content: '\e9fb'; } /* '' */
.uil-file-slash:before { content: '\e9fc'; } /* '' */
.uil-file-times-alt:before { content: '\e9fd'; } /* '' */
.uil-file-times:before { content: '\e9fe'; } /* '' */
.uil-file-upload-alt:before { content: '\e9ff'; } /* '' */
.uil-file-upload:before { content: '\ea00'; } /* '' */
.uil-file:before { content: '\ea01'; } /* '' */
.uil-files-landscapes-alt:before { content: '\ea02'; } /* '' */
.uil-files-landscapes:before { content: '\ea03'; } /* '' */
.uil-film:before { content: '\ea04'; } /* '' */
.uil-filter-slash:before { content: '\ea05'; } /* '' */
.uil-filter:before { content: '\ea06'; } /* '' */
.uil-fire:before { content: '\ea07'; } /* '' */
.uil-flask-potion:before { content: '\ea08'; } /* '' */
.uil-flask:before { content: '\ea09'; } /* '' */
.uil-flip-h-alt:before { content: '\ea0a'; } /* '' */
.uil-flip-h:before { content: '\ea0b'; } /* '' */
.uil-flip-v-alt:before { content: '\ea0c'; } /* '' */
.uil-flip-v:before { content: '\ea0d'; } /* '' */
.uil-flower:before { content: '\ea0e'; } /* '' */
.uil-focus-add:before { content: '\ea0f'; } /* '' */
.uil-focus-target:before { content: '\ea10'; } /* '' */
.uil-focus:before { content: '\ea11'; } /* '' */
.uil-folder-check:before { content: '\ea12'; } /* '' */
.uil-folder-download:before { content: '\ea13'; } /* '' */
.uil-folder-exclamation:before { content: '\ea14'; } /* '' */
.uil-folder-heart:before { content: '\ea15'; } /* '' */
.uil-folder-info:before { content: '\ea16'; } /* '' */
.uil-folder-lock:before { content: '\ea17'; } /* '' */
.uil-folder-medical:before { content: '\ea18'; } /* '' */
.uil-folder-minus:before { content: '\ea19'; } /* '' */
.uil-folder-network:before { content: '\ea1a'; } /* '' */
.uil-folder-plus:before { content: '\ea1b'; } /* '' */
.uil-folder-question:before { content: '\ea1c'; } /* '' */
.uil-folder-slash:before { content: '\ea1d'; } /* '' */
.uil-folder-times:before { content: '\ea1e'; } /* '' */
.uil-folder-upload:before { content: '\ea1f'; } /* '' */
.uil-folder:before { content: '\ea20'; } /* '' */
.uil-food:before { content: '\ea21'; } /* '' */
.uil-football-american:before { content: '\ea22'; } /* '' */
.uil-football-ball:before { content: '\ea23'; } /* '' */
.uil-football:before { content: '\ea24'; } /* '' */
.uil-forecastcloud-moon-tear:before { content: '\ea25'; } /* '' */
.uil-forwaded-call:before { content: '\ea26'; } /* '' */
.uil-forward:before { content: '\ea27'; } /* '' */
.uil-frown:before { content: '\ea28'; } /* '' */
.uil-game-structure:before { content: '\ea29'; } /* '' */
.uil-game:before { content: '\ea2a'; } /* '' */
.uil-gift:before { content: '\ea2b'; } /* '' */
.uil-github-alt:before { content: '\ea2c'; } /* '' */
.uil-github:before { content: '\ea2d'; } /* '' */
.uil-glass-martini-alt-slash:before { content: '\ea2e'; } /* '' */
.uil-glass-martini-alt:before { content: '\ea2f'; } /* '' */
.uil-glass-martini:before { content: '\ea30'; } /* '' */
.uil-glass-tea:before { content: '\ea31'; } /* '' */
.uil-glass:before { content: '\ea32'; } /* '' */
.uil-globe:before { content: '\ea33'; } /* '' */
.uil-gold:before { content: '\ea34'; } /* '' */
.uil-google-drive-alt:before { content: '\ea35'; } /* '' */
.uil-google-drive:before { content: '\ea36'; } /* '' */
.uil-google-hangouts-alt:before { content: '\ea37'; } /* '' */
.uil-google-hangouts:before { content: '\ea38'; } /* '' */
.uil-google-play:before { content: '\ea39'; } /* '' */
.uil-google:before { content: '\ea3a'; } /* '' */
.uil-graduation-hat:before { content: '\ea3b'; } /* '' */
.uil-graph-bar:before { content: '\ea3c'; } /* '' */
.uil-grid:before { content: '\ea3d'; } /* '' */
.uil-grids:before { content: '\ea3e'; } /* '' */
.uil-grin-tongue-wink-alt:before { content: '\ea3f'; } /* '' */
.uil-grin-tongue-wink:before { content: '\ea40'; } /* '' */
.uil-grin:before { content: '\ea41'; } /* '' */
.uil-grip-horizontal-line:before { content: '\ea42'; } /* '' */
.uil-hdd:before { content: '\ea43'; } /* '' */
.uil-headphones-alt:before { content: '\ea44'; } /* '' */
.uil-headphones:before { content: '\ea45'; } /* '' */
.uil-heart-alt:before { content: '\ea46'; } /* '' */
.uil-heart-medical:before { content: '\ea47'; } /* '' */
.uil-heart-rate:before { content: '\ea48'; } /* '' */
.uil-heart-sign:before { content: '\ea49'; } /* '' */
.uil-heart:before { content: '\ea4a'; } /* '' */
.uil-heartbeat:before { content: '\ea4b'; } /* '' */
.uil-history-alt:before { content: '\ea4c'; } /* '' */
.uil-history:before { content: '\ea4d'; } /* '' */
.uil-home-alt:before { content: '\ea4e'; } /* '' */
.uil-home:before { content: '\ea4f'; } /* '' */
.uil-horizontal-align-center:before { content: '\ea50'; } /* '' */
.uil-horizontal-align-left:before { content: '\ea51'; } /* '' */
.uil-horizontal-align-right:before { content: '\ea52'; } /* '' */
.uil-horizontal-distribution-center:before { content: '\ea53'; } /* '' */
.uil-horizontal-distribution-left:before { content: '\ea54'; } /* '' */
.uil-horizontal-distribution-right:before { content: '\ea55'; } /* '' */
.uil-hourglass:before { content: '\ea56'; } /* '' */
.uil-html3-alt:before { content: '\ea57'; } /* '' */
.uil-html3:before { content: '\ea58'; } /* '' */
.uil-hunting:before { content: '\ea59'; } /* '' */
.uil-image-alt-slash:before { content: '\ea5a'; } /* '' */
.uil-image-block:before { content: '\ea5b'; } /* '' */
.uil-image-broken:before { content: '\ea5c'; } /* '' */
.uil-image-check:before { content: '\ea5d'; } /* '' */
.uil-image-download:before { content: '\ea5e'; } /* '' */
.uil-image-edit:before { content: '\ea5f'; } /* '' */
.uil-image-lock:before { content: '\ea60'; } /* '' */
.uil-image-minus:before { content: '\ea61'; } /* '' */
.uil-image-plus:before { content: '\ea62'; } /* '' */
.uil-image-question:before { content: '\ea63'; } /* '' */
.uil-image-redo:before { content: '\ea64'; } /* '' */
.uil-image-resize-landscape:before { content: '\ea65'; } /* '' */
.uil-image-resize-square:before { content: '\ea66'; } /* '' */
.uil-image-search:before { content: '\ea67'; } /* '' */
.uil-image-share:before { content: '\ea68'; } /* '' */
.uil-image-shield:before { content: '\ea69'; } /* '' */
.uil-image-slash:before { content: '\ea6a'; } /* '' */
.uil-image-times:before { content: '\ea6b'; } /* '' */
.uil-image-upload:before { content: '\ea6c'; } /* '' */
.uil-image-v:before { content: '\ea6d'; } /* '' */
.uil-image:before { content: '\ea6e'; } /* '' */
.uil-images:before { content: '\ea6f'; } /* '' */
.uil-import:before { content: '\ea70'; } /* '' */
.uil-incoming-call:before { content: '\ea71'; } /* '' */
.uil-info-circle:before { content: '\ea72'; } /* '' */
.uil-instagram-alt:before { content: '\ea73'; } /* '' */
.uil-instagram:before { content: '\ea74'; } /* '' */
.uil-intercom-alt:before { content: '\ea75'; } /* '' */
.uil-intercom:before { content: '\ea76'; } /* '' */
.uil-invoice:before { content: '\ea77'; } /* '' */
.uil-italic:before { content: '\ea78'; } /* '' */
.uil-jackhammer:before { content: '\ea79'; } /* '' */
.uil-java-script:before { content: '\ea7a'; } /* '' */
.uil-kayak:before { content: '\ea7b'; } /* '' */
.uil-key-skeleton-alt:before { content: '\ea7c'; } /* '' */
.uil-key-skeleton:before { content: '\ea7d'; } /* '' */
.uil-keyboard-alt:before { content: '\ea7e'; } /* '' */
.uil-keyboard-hide:before { content: '\ea7f'; } /* '' */
.uil-keyboard-show:before { content: '\ea80'; } /* '' */
.uil-keyboard:before { content: '\ea81'; } /* '' */
.uil-keyhole-circle:before { content: '\ea82'; } /* '' */
.uil-keyhole-square-full:before { content: '\ea83'; } /* '' */
.uil-keyhole-square:before { content: '\ea84'; } /* '' */
.uil-kid:before { content: '\ea85'; } /* '' */
.uil-label-alt:before { content: '\ea86'; } /* '' */
.uil-label:before { content: '\ea87'; } /* '' */
.uil-lamp:before { content: '\ea88'; } /* '' */
.uil-laptop-cloud:before { content: '\ea89'; } /* '' */
.uil-laptop:before { content: '\ea8a'; } /* '' */
.uil-laughing:before { content: '\ea8b'; } /* '' */
.uil-layer-group-slash:before { content: '\ea8c'; } /* '' */
.uil-layer-group:before { content: '\ea8d'; } /* '' */
.uil-layers-alt:before { content: '\ea8e'; } /* '' */
.uil-layers-slash:before { content: '\ea8f'; } /* '' */
.uil-layers:before { content: '\ea90'; } /* '' */
.uil-left-arrow-from-left:before { content: '\ea91'; } /* '' */
.uil-left-arrow-to-left:before { content: '\ea92'; } /* '' */
.uil-left-indent-alt:before { content: '\ea93'; } /* '' */
.uil-left-indent:before { content: '\ea94'; } /* '' */
.uil-left-to-right-text-direction:before { content: '\ea95'; } /* '' */
.uil-life-ring:before { content: '\ea96'; } /* '' */
.uil-lightbulb-alt:before { content: '\ea97'; } /* '' */
.uil-lightbulb:before { content: '\ea98'; } /* '' */
.uil-line-alt:before { content: '\ea99'; } /* '' */
.uil-line-spacing:before { content: '\ea9a'; } /* '' */
.uil-line:before { content: '\ea9b'; } /* '' */
.uil-link-alt:before { content: '\ea9c'; } /* '' */
.uil-link-broken:before { content: '\ea9d'; } /* '' */
.uil-link-h:before { content: '\ea9e'; } /* '' */
.uil-link:before { content: '\ea9f'; } /* '' */
.uil-linkedin-alt:before { content: '\eaa0'; } /* '' */
.uil-linkedin:before { content: '\eaa1'; } /* '' */
.uil-list-ui-alt:before { content: '\eaa2'; } /* '' */
.uil-list-ul:before { content: '\eaa3'; } /* '' */
.uil-location-arrow-alt:before { content: '\eaa4'; } /* '' */
.uil-location-arrow:before { content: '\eaa5'; } /* '' */
.uil-location-pin-alt:before { content: '\eaa6'; } /* '' */
.uil-location-point:before { content: '\eaa7'; } /* '' */
.uil-location:before { content: '\eaa8'; } /* '' */
.uil-lock-access:before { content: '\eaa9'; } /* '' */
.uil-lock-alt:before { content: '\eaaa'; } /* '' */
.uil-lock-open-alt:before { content: '\eaab'; } /* '' */
.uil-lock-slash:before { content: '\eaac'; } /* '' */
.uil-lock:before { content: '\eaad'; } /* '' */
.uil-mailbox-alt:before { content: '\eaae'; } /* '' */
.uil-mailbox:before { content: '\eaaf'; } /* '' */
.uil-map-marker-alt:before { content: '\eab0'; } /* '' */
.uil-map-marker-edit:before { content: '\eab1'; } /* '' */
.uil-map-marker-info:before { content: '\eab2'; } /* '' */
.uil-map-marker-minus:before { content: '\eab3'; } /* '' */
.uil-map-marker-plus:before { content: '\eab4'; } /* '' */
.uil-map-marker-question:before { content: '\eab5'; } /* '' */
.uil-map-marker-shield:before { content: '\eab6'; } /* '' */
.uil-map-marker-slash:before { content: '\eab7'; } /* '' */
.uil-map-marker:before { content: '\eab8'; } /* '' */
.uil-map-pin-alt:before { content: '\eab9'; } /* '' */
.uil-map-pin:before { content: '\eaba'; } /* '' */
.uil-map:before { content: '\eabb'; } /* '' */
.uil-mars:before { content: '\eabc'; } /* '' */
.uil-master-card:before { content: '\eabd'; } /* '' */
.uil-maximize-left:before { content: '\eabe'; } /* '' */
.uil-medal:before { content: '\eabf'; } /* '' */
.uil-medical-drip:before { content: '\eac0'; } /* '' */
.uil-medical-square-full:before { content: '\eac1'; } /* '' */
.uil-medical-square:before { content: '\eac2'; } /* '' */
.uil-medical:before { content: '\eac3'; } /* '' */
.uil-medium-m:before { content: '\eac4'; } /* '' */
.uil-medkit:before { content: '\eac5'; } /* '' */
.uil-meeting-board:before { content: '\eac6'; } /* '' */
.uil-megaphone:before { content: '\eac7'; } /* '' */
.uil-meh-alt:before { content: '\eac8'; } /* '' */
.uil-meh-closed-eye:before { content: '\eac9'; } /* '' */
.uil-meh:before { content: '\eaca'; } /* '' */
.uil-message:before { content: '\eacb'; } /* '' */
.uil-metro:before { content: '\eacc'; } /* '' */
.uil-microphone-slash:before { content: '\eacd'; } /* '' */
.uil-microphone:before { content: '\eace'; } /* '' */
.uil-minus-circle:before { content: '\eacf'; } /* '' */
.uil-minus-path:before { content: '\ead0'; } /* '' */
.uil-minus-square-full:before { content: '\ead1'; } /* '' */
.uil-minus-square:before { content: '\ead2'; } /* '' */
.uil-minus:before { content: '\ead3'; } /* '' */
.uil-missed-call:before { content: '\ead4'; } /* '' */
.uil-mobey-bill-slash:before { content: '\ead5'; } /* '' */
.uil-mobile-android-alt:before { content: '\ead6'; } /* '' */
.uil-mobile-android:before { content: '\ead7'; } /* '' */
.uil-mobile-vibrate:before { content: '\ead8'; } /* '' */
.uil-modem:before { content: '\ead9'; } /* '' */
.uil-money-bill-stack:before { content: '\eada'; } /* '' */
.uil-money-bill:before { content: '\eadb'; } /* '' */
.uil-money-insert:before { content: '\eadc'; } /* '' */
.uil-money-stack:before { content: '\eadd'; } /* '' */
.uil-money-withdraw:before { content: '\eade'; } /* '' */
.uil-money-withdrawal:before { content: '\eadf'; } /* '' */
.uil-moneybag-alt:before { content: '\eae0'; } /* '' */
.uil-moneybag:before { content: '\eae1'; } /* '' */
.uil-monitor-heart-rate:before { content: '\eae2'; } /* '' */
.uil-monitor:before { content: '\eae3'; } /* '' */
.uil-moon-eclipse:before { content: '\eae4'; } /* '' */
.uil-moon:before { content: '\eae5'; } /* '' */
.uil-moonset:before { content: '\eae6'; } /* '' */
.uil-mountains-sun:before { content: '\eae7'; } /* '' */
.uil-mountains:before { content: '\eae8'; } /* '' */
.uil-mouse-alt:before { content: '\eae9'; } /* '' */
.uil-mouse:before { content: '\eaea'; } /* '' */
.uil-multiply:before { content: '\eaeb'; } /* '' */
.uil-music-note:before { content: '\eaec'; } /* '' */
.uil-music-tune-slash:before { content: '\eaed'; } /* '' */
.uil-music:before { content: '\eaee'; } /* '' */
.uil-n-a:before { content: '\eaef'; } /* '' */
.uil-navigator:before { content: '\eaf0'; } /* '' */
.uil-nerd:before { content: '\eaf1'; } /* '' */
.uil-newspaper:before { content: '\eaf2'; } /* '' */
.uil-ninja:before { content: '\eaf3'; } /* '' */
.uil-no-entry:before { content: '\eaf4'; } /* '' */
.uil-notebooks:before { content: '\eaf5'; } /* '' */
.uil-notes:before { content: '\eaf6'; } /* '' */
.uil-object-group:before { content: '\eaf7'; } /* '' */
.uil-object-ungroup:before { content: '\eaf8'; } /* '' */
.uil-octagon:before { content: '\eaf9'; } /* '' */
.uil-opera-alt:before { content: '\eafa'; } /* '' */
.uil-opera:before { content: '\eafb'; } /* '' */
.uil-outgoing-call:before { content: '\eafc'; } /* '' */
.uil-package:before { content: '\eafd'; } /* '' */
.uil-padlock:before { content: '\eafe'; } /* '' */
.uil-paint-tool:before { content: '\eaff'; } /* '' */
.uil-palette:before { content: '\eb00'; } /* '' */
.uil-panorama-h-alt:before { content: '\eb01'; } /* '' */
.uil-panorama-h:before { content: '\eb02'; } /* '' */
.uil-panorama-v:before { content: '\eb03'; } /* '' */
.uil-paperclip:before { content: '\eb04'; } /* '' */
.uil-paragraph:before { content: '\eb05'; } /* '' */
.uil-parcel:before { content: '\eb06'; } /* '' */
.uil-parking-square:before { content: '\eb07'; } /* '' */
.uil-pathfinder-unite:before { content: '\eb08'; } /* '' */
.uil-pathfinder:before { content: '\eb09'; } /* '' */
.uil-pause-circle:before { content: '\eb0a'; } /* '' */
.uil-pause:before { content: '\eb0b'; } /* '' */
.uil-paypal:before { content: '\eb0c'; } /* '' */
.uil-pen:before { content: '\eb0d'; } /* '' */
.uil-pentagon:before { content: '\eb0e'; } /* '' */
.uil-percentage:before { content: '\eb0f'; } /* '' */
.uil-phone-alt:before { content: '\eb10'; } /* '' */
.uil-phone-pause:before { content: '\eb11'; } /* '' */
.uil-phone-slash:before { content: '\eb12'; } /* '' */
.uil-phone-times:before { content: '\eb13'; } /* '' */
.uil-phone-volume:before { content: '\eb14'; } /* '' */
.uil-phone:before { content: '\eb15'; } /* '' */
.uil-picture:before { content: '\eb16'; } /* '' */
.uil-plane-arrival:before { content: '\eb17'; } /* '' */
.uil-plane-departure:before { content: '\eb18'; } /* '' */
.uil-plane-fly:before { content: '\eb19'; } /* '' */
.uil-plane:before { content: '\eb1a'; } /* '' */
.uil-play-circle:before { content: '\eb1b'; } /* '' */
.uil-play:before { content: '\eb1c'; } /* '' */
.uil-plug:before { content: '\eb1d'; } /* '' */
.uil-plus-circle:before { content: '\eb1e'; } /* '' */
.uil-plus-square:before { content: '\eb1f'; } /* '' */
.uil-plus:before { content: '\eb20'; } /* '' */
.uil-podium:before { content: '\eb21'; } /* '' */
.uil-polygon:before { content: '\eb22'; } /* '' */
.uil-post-stamp:before { content: '\eb23'; } /* '' */
.uil-postcard:before { content: '\eb24'; } /* '' */
.uil-pound-circle:before { content: '\eb25'; } /* '' */
.uil-pound:before { content: '\eb26'; } /* '' */
.uil-power:before { content: '\eb27'; } /* '' */
.uil-prescription-bottle:before { content: '\eb28'; } /* '' */
.uil-presentation-check:before { content: '\eb29'; } /* '' */
.uil-presentation-edit:before { content: '\eb2a'; } /* '' */
.uil-presentation-line:before { content: '\eb2b'; } /* '' */
.uil-presentation-lines-alt:before { content: '\eb2c'; } /* '' */
.uil-presentation-minus:before { content: '\eb2d'; } /* '' */
.uil-presentation-play:before { content: '\eb2e'; } /* '' */
.uil-presentation-plus:before { content: '\eb2f'; } /* '' */
.uil-presentation-times:before { content: '\eb30'; } /* '' */
.uil-presentation:before { content: '\eb31'; } /* '' */
.uil-previous:before { content: '\eb32'; } /* '' */
.uil-pricetag-alt:before { content: '\eb33'; } /* '' */
.uil-print-slash:before { content: '\eb34'; } /* '' */
.uil-print:before { content: '\eb35'; } /* '' */
.uil-process:before { content: '\eb36'; } /* '' */
.uil-processor:before { content: '\eb37'; } /* '' */
.uil-pump:before { content: '\eb38'; } /* '' */
.uil-puzzle-piece:before { content: '\eb39'; } /* '' */
.uil-question-circle:before { content: '\eb3a'; } /* '' */
.uil-raddit-alien-alt:before { content: '\eb3b'; } /* '' */
.uil-rainbow:before { content: '\eb3c'; } /* '' */
.uil-raindrops-alt:before { content: '\eb3d'; } /* '' */
.uil-raindrops:before { content: '\eb3e'; } /* '' */
.uil-react:before { content: '\eb3f'; } /* '' */
.uil-receipt-alt:before { content: '\eb40'; } /* '' */
.uil-receipt:before { content: '\eb41'; } /* '' */
.uil-record-audio:before { content: '\eb42'; } /* '' */
.uil-reddit-alien-alt:before { content: '\eb43'; } /* '' */
.uil-redo:before { content: '\eb44'; } /* '' */
.uil-refresh:before { content: '\eb45'; } /* '' */
.uil-registered:before { content: '\eb46'; } /* '' */
.uil-repeat:before { content: '\eb47'; } /* '' */
.uil-restaurant:before { content: '\eb48'; } /* '' */
.uil-right-indent-alt:before { content: '\eb49'; } /* '' */
.uil-right-to-left-text-direction:before { content: '\eb4a'; } /* '' */
.uil-robot:before { content: '\eb4b'; } /* '' */
.uil-rope-way:before { content: '\eb4c'; } /* '' */
.uil-rotate-360:before { content: '\eb4d'; } /* '' */
.uil-rss-alt:before { content: '\eb4e'; } /* '' */
.uil-rss-interface:before { content: '\eb4f'; } /* '' */
.uil-rss:before { content: '\eb50'; } /* '' */
.uil-ruler-combined:before { content: '\eb51'; } /* '' */
.uil-ruler:before { content: '\eb52'; } /* '' */
.uil-sad-cry:before { content: '\eb53'; } /* '' */
.uil-sad-crying:before { content: '\eb54'; } /* '' */
.uil-sad-dizzy:before { content: '\eb55'; } /* '' */
.uil-sad-squint:before { content: '\eb56'; } /* '' */
.uil-sad:before { content: '\eb57'; } /* '' */
.uil-scaling-left:before { content: '\eb58'; } /* '' */
.uil-scaling-right:before { content: '\eb59'; } /* '' */
.uil-scenery:before { content: '\eb5a'; } /* '' */
.uil-schedule:before { content: '\eb5b'; } /* '' */
.uil-science:before { content: '\eb5c'; } /* '' */
.uil-screw:before { content: '\eb5d'; } /* '' */
.uil-scroll-h:before { content: '\eb5e'; } /* '' */
.uil-scroll:before { content: '\eb5f'; } /* '' */
.uil-search-alt:before { content: '\eb60'; } /* '' */
.uil-search-minus:before { content: '\eb61'; } /* '' */
.uil-search-plus:before { content: '\eb62'; } /* '' */
.uil-search:before { content: '\eb63'; } /* '' */
.uil-selfie:before { content: '\eb64'; } /* '' */
.uil-server-alt:before { content: '\eb65'; } /* '' */
.uil-server-connection:before { content: '\eb66'; } /* '' */
.uil-server-network-alt:before { content: '\eb67'; } /* '' */
.uil-server-network:before { content: '\eb68'; } /* '' */
.uil-server:before { content: '\eb69'; } /* '' */
.uil-servers:before { content: '\eb6a'; } /* '' */
.uil-servicemark:before { content: '\eb6b'; } /* '' */
.uil-share-alt:before { content: '\eb6c'; } /* '' */
.uil-shield-check:before { content: '\eb6d'; } /* '' */
.uil-shield-exclamation:before { content: '\eb6e'; } /* '' */
.uil-shield-question:before { content: '\eb6f'; } /* '' */
.uil-shield-slash:before { content: '\eb70'; } /* '' */
.uil-shield:before { content: '\eb71'; } /* '' */
.uil-ship:before { content: '\eb72'; } /* '' */
.uil-shop:before { content: '\eb73'; } /* '' */
.uil-shopping-basket:before { content: '\eb74'; } /* '' */
.uil-shopping-cart-alt:before { content: '\eb75'; } /* '' */
.uil-shopping-trolley:before { content: '\eb76'; } /* '' */
.uil-shovel:before { content: '\eb77'; } /* '' */
.uil-shrink:before { content: '\eb78'; } /* '' */
.uil-shuffle:before { content: '\eb79'; } /* '' */
.uil-shutter-alt:before { content: '\eb7a'; } /* '' */
.uil-shutter:before { content: '\eb7b'; } /* '' */
.uil-sick:before { content: '\eb7c'; } /* '' */
.uil-sigma:before { content: '\eb7d'; } /* '' */
.uil-sign-alt:before { content: '\eb7e'; } /* '' */
.uil-sign-in-alt:before { content: '\eb7f'; } /* '' */
.uil-sign-left:before { content: '\eb80'; } /* '' */
.uil-sign-out-alt:before { content: '\eb81'; } /* '' */
.uil-sign-right:before { content: '\eb82'; } /* '' */
.uil-signal-alt-3:before { content: '\eb83'; } /* '' */
.uil-signal-alt:before { content: '\eb84'; } /* '' */
.uil-signal:before { content: '\eb85'; } /* '' */
.uil-silence:before { content: '\eb86'; } /* '' */
.uil-silent-squint:before { content: '\eb87'; } /* '' */
.uil-sim-card:before { content: '\eb88'; } /* '' */
.uil-sitemap:before { content: '\eb89'; } /* '' */
.uil-skip-forward-alt:before { content: '\eb8a'; } /* '' */
.uil-skip-forward-circle:before { content: '\eb8b'; } /* '' */
.uil-skip-forward:before { content: '\eb8c'; } /* '' */
.uil-skype-alt:before { content: '\eb8d'; } /* '' */
.uil-skype:before { content: '\eb8e'; } /* '' */
.uil-slack-alt:before { content: '\eb8f'; } /* '' */
.uil-slack:before { content: '\eb90'; } /* '' */
.uil-sliders-v-alt:before { content: '\eb91'; } /* '' */
.uil-sliders-v:before { content: '\eb92'; } /* '' */
.uil-smile-beam:before { content: '\eb93'; } /* '' */
.uil-smile-dizzy:before { content: '\eb94'; } /* '' */
.uil-smile-squint-wink-alt:before { content: '\eb95'; } /* '' */
.uil-smile-squint-wink:before { content: '\eb96'; } /* '' */
.uil-smile-wink-alt:before { content: '\eb97'; } /* '' */
.uil-smile-wink:before { content: '\eb98'; } /* '' */
.uil-smile:before { content: '\eb99'; } /* '' */
.uil-snapchat-alt:before { content: '\eb9a'; } /* '' */
.uil-snapchat-ghost:before { content: '\eb9b'; } /* '' */
.uil-snapchat-square:before { content: '\eb9c'; } /* '' */
.uil-snow-flake:before { content: '\eb9d'; } /* '' */
.uil-snowflake-alt:before { content: '\eb9e'; } /* '' */
.uil-snowflake:before { content: '\eb9f'; } /* '' */
.uil-sort-amount-down:before { content: '\eba0'; } /* '' */
.uil-sort-amount-up:before { content: '\eba1'; } /* '' */
.uil-sort:before { content: '\eba2'; } /* '' */
.uil-sorting:before { content: '\eba3'; } /* '' */
.uil-space-key:before { content: '\eba4'; } /* '' */
.uil-spade:before { content: '\eba5'; } /* '' */
.uil-sperms:before { content: '\eba6'; } /* '' */
.uil-spin:before { content: '\eba7'; } /* '' */
.uil-sport:before { content: '\eba8'; } /* '' */
.uil-square-full:before { content: '\eba9'; } /* '' */
.uil-square-shape:before { content: '\ebaa'; } /* '' */
.uil-square:before { content: '\ebab'; } /* '' */
.uil-squint:before { content: '\ebac'; } /* '' */
.uil-star-half-alt:before { content: '\ebad'; } /* '' */
.uil-star:before { content: '\ebae'; } /* '' */
.uil-step-backward-alt:before { content: '\ebaf'; } /* '' */
.uil-step-backward-circle:before { content: '\ebb0'; } /* '' */
.uil-step-backward:before { content: '\ebb1'; } /* '' */
.uil-step-forward:before { content: '\ebb2'; } /* '' */
.uil-stop-circle:before { content: '\ebb3'; } /* '' */
.uil-stopwatch-slash:before { content: '\ebb4'; } /* '' */
.uil-stopwatch:before { content: '\ebb5'; } /* '' */
.uil-store-alt:before { content: '\ebb6'; } /* '' */
.uil-store:before { content: '\ebb7'; } /* '' */
.uil-streering:before { content: '\ebb8'; } /* '' */
.uil-stretcher:before { content: '\ebb9'; } /* '' */
.uil-subject:before { content: '\ebba'; } /* '' */
.uil-subway-alt:before { content: '\ebbb'; } /* '' */
.uil-subway:before { content: '\ebbc'; } /* '' */
.uil-suitcase-alt:before { content: '\ebbd'; } /* '' */
.uil-suitcase:before { content: '\ebbe'; } /* '' */
.uil-sun:before { content: '\ebbf'; } /* '' */
.uil-sunset:before { content: '\ebc0'; } /* '' */
.uil-surprise:before { content: '\ebc1'; } /* '' */
.uil-swatchbook:before { content: '\ebc2'; } /* '' */
.uil-swiggy:before { content: '\ebc3'; } /* '' */
.uil-swimmer:before { content: '\ebc4'; } /* '' */
.uil-symbol:before { content: '\ebc5'; } /* '' */
.uil-sync-exclamation:before { content: '\ebc6'; } /* '' */
.uil-sync-slash:before { content: '\ebc7'; } /* '' */
.uil-sync:before { content: '\ebc8'; } /* '' */
.uil-syringe:before { content: '\ebc9'; } /* '' */
.uil-table:before { content: '\ebca'; } /* '' */
.uil-tablet:before { content: '\ebcb'; } /* '' */
.uil-tablets:before { content: '\ebcc'; } /* '' */
.uil-tachometer-fast:before { content: '\ebcd'; } /* '' */
.uil-tag-alt:before { content: '\ebce'; } /* '' */
.uil-tag:before { content: '\ebcf'; } /* '' */
.uil-tape:before { content: '\ebd0'; } /* '' */
.uil-taxi:before { content: '\ebd1'; } /* '' */
.uil-tear:before { content: '\ebd2'; } /* '' */
.uil-technology:before { content: '\ebd3'; } /* '' */
.uil-telegram-alt:before { content: '\ebd4'; } /* '' */
.uil-telegram:before { content: '\ebd5'; } /* '' */
.uil-telescope:before { content: '\ebd6'; } /* '' */
.uil-temperature-empty:before { content: '\ebd7'; } /* '' */
.uil-temperature-half:before { content: '\ebd8'; } /* '' */
.uil-temperature-minus:before { content: '\ebd9'; } /* '' */
.uil-temperature-plus:before { content: '\ebda'; } /* '' */
.uil-temperature-quarter:before { content: '\ebdb'; } /* '' */
.uil-temperature-three-quarter:before { content: '\ebdc'; } /* '' */
.uil-temperature:before { content: '\ebdd'; } /* '' */
.uil-text-fields:before { content: '\ebde'; } /* '' */
.uil-text-size:before { content: '\ebdf'; } /* '' */
.uil-text-strike-through:before { content: '\ebe0'; } /* '' */
.uil-text:before { content: '\ebe1'; } /* '' */
.uil-th-large:before { content: '\ebe2'; } /* '' */
.uil-th-slash:before { content: '\ebe3'; } /* '' */
.uil-th:before { content: '\ebe4'; } /* '' */
.uil-thermometer:before { content: '\ebe5'; } /* '' */
.uil-thumbs-down:before { content: '\ebe6'; } /* '' */
.uil-thumbs-up:before { content: '\ebe7'; } /* '' */
.uil-thunderstorm-moon:before { content: '\ebe8'; } /* '' */
.uil-thunderstorm-sun:before { content: '\ebe9'; } /* '' */
.uil-thunderstorm:before { content: '\ebea'; } /* '' */
.uil-ticket:before { content: '\ebeb'; } /* '' */
.uil-times-circle:before { content: '\ebec'; } /* '' */
.uil-times-square:before { content: '\ebed'; } /* '' */
.uil-times:before { content: '\ebee'; } /* '' */
.uil-toggle-off:before { content: '\ebef'; } /* '' */
.uil-toggle-on:before { content: '\ebf0'; } /* '' */
.uil-top-arrow-from-top:before { content: '\ebf1'; } /* '' */
.uil-top-arrow-to-top:before { content: '\ebf2'; } /* '' */
.uil-tornado:before { content: '\ebf3'; } /* '' */
.uil-trademark-circle:before { content: '\ebf4'; } /* '' */
.uil-trademark:before { content: '\ebf5'; } /* '' */
.uil-traffic-barrier:before { content: '\ebf6'; } /* '' */
.uil-trash-alt:before { content: '\ebf7'; } /* '' */
.uil-trash:before { content: '\ebf8'; } /* '' */
.uil-trees:before { content: '\ebf9'; } /* '' */
.uil-triangle:before { content: '\ebfa'; } /* '' */
.uil-trophy:before { content: '\ebfb'; } /* '' */
.uil-trowel:before { content: '\ebfc'; } /* '' */
.uil-truck-case:before { content: '\ebfd'; } /* '' */
.uil-truck-loading:before { content: '\ebfe'; } /* '' */
.uil-truck:before { content: '\ebff'; } /* '' */
.uil-tumblr-alt:before { content: '\ec00'; } /* '' */
.uil-tumblr-square:before { content: '\ec01'; } /* '' */
.uil-tumblr:before { content: '\ec02'; } /* '' */
.uil-tv-retro-slash:before { content: '\ec03'; } /* '' */
.uil-tv-retro:before { content: '\ec04'; } /* '' */
.uil-twitter-alt:before { content: '\ec05'; } /* '' */
.uil-twitter:before { content: '\ec06'; } /* '' */
.uil-umbrella:before { content: '\ec07'; } /* '' */
.uil-unamused:before { content: '\ec08'; } /* '' */
.uil-underline:before { content: '\ec09'; } /* '' */
.uil-university:before { content: '\ec0a'; } /* '' */
.uil-unlock-alt:before { content: '\ec0b'; } /* '' */
.uil-unlock:before { content: '\ec0c'; } /* '' */
.uil-upload-alt:before { content: '\ec0d'; } /* '' */
.uil-upload:before { content: '\ec0e'; } /* '' */
.uil-usd-circle:before { content: '\ec0f'; } /* '' */
.uil-usd-square:before { content: '\ec10'; } /* '' */
.uil-user-check:before { content: '\ec11'; } /* '' */
.uil-user-circle:before { content: '\ec12'; } /* '' */
.uil-user-exclamation:before { content: '\ec13'; } /* '' */
.uil-user-hard-hat:before { content: '\ec14'; } /* '' */
.uil-user-minus:before { content: '\ec15'; } /* '' */
.uil-user-plus:before { content: '\ec16'; } /* '' */
.uil-user-square:before { content: '\ec17'; } /* '' */
.uil-user-times:before { content: '\ec18'; } /* '' */
.uil-user:before { content: '\ec19'; } /* '' */
.uil-users-alt:before { content: '\ec1a'; } /* '' */
.uil-utensils-alt:before { content: '\ec1b'; } /* '' */
.uil-utensils:before { content: '\ec1c'; } /* '' */
.uil-vector-square-alt:before { content: '\ec1d'; } /* '' */
.uil-vector-square:before { content: '\ec1e'; } /* '' */
.uil-venus:before { content: '\ec1f'; } /* '' */
.uil-vertical-align-bottom:before { content: '\ec20'; } /* '' */
.uil-vertical-align-center:before { content: '\ec21'; } /* '' */
.uil-vertical-align-top:before { content: '\ec22'; } /* '' */
.uil-vertical-distribute-bottom:before { content: '\ec23'; } /* '' */
.uil-vertical-distribution-center:before { content: '\ec24'; } /* '' */
.uil-vertical-distribution-top:before { content: '\ec25'; } /* '' */
.uil-video-slash:before { content: '\ec26'; } /* '' */
.uil-video:before { content: '\ec27'; } /* '' */
.uil-visual-studio:before { content: '\ec28'; } /* '' */
.uil-vk-alt:before { content: '\ec29'; } /* '' */
.uil-vk:before { content: '\ec2a'; } /* '' */
.uil-voicemail-rectangle:before { content: '\ec2b'; } /* '' */
.uil-voicemail:before { content: '\ec2c'; } /* '' */
.uil-volleyball:before { content: '\ec2d'; } /* '' */
.uil-volume-down:before { content: '\ec2e'; } /* '' */
.uil-volume-mute:before { content: '\ec2f'; } /* '' */
.uil-volume-off:before { content: '\ec30'; } /* '' */
.uil-volume-up:before { content: '\ec31'; } /* '' */
.uil-volume:before { content: '\ec32'; } /* '' */
.uil-vuejs-alt:before { content: '\ec33'; } /* '' */
.uil-vuejs:before { content: '\ec34'; } /* '' */
.uil-wall:before { content: '\ec35'; } /* '' */
.uil-wallet:before { content: '\ec36'; } /* '' */
.uil-watch-alt:before { content: '\ec37'; } /* '' */
.uil-watch:before { content: '\ec38'; } /* '' */
.uil-water-drop-slash:before { content: '\ec39'; } /* '' */
.uil-water-glass:before { content: '\ec3a'; } /* '' */
.uil-water:before { content: '\ec3b'; } /* '' */
.uil-web-grid-alt:before { content: '\ec3c'; } /* '' */
.uil-web-grid:before { content: '\ec3d'; } /* '' */
.uil-web-section-alt:before { content: '\ec3e'; } /* '' */
.uil-web-section:before { content: '\ec3f'; } /* '' */
.uil-webcam:before { content: '\ec40'; } /* '' */
.uil-weight:before { content: '\ec41'; } /* '' */
.uil-whatsapp:before { content: '\ec42'; } /* '' */
.uil-wheel-barrow:before { content: '\ec43'; } /* '' */
.uil-wheelchair-alt:before { content: '\ec44'; } /* '' */
.uil-wheelchair:before { content: '\ec45'; } /* '' */
.uil-wifi-router:before { content: '\ec46'; } /* '' */
.uil-wifi-slash:before { content: '\ec47'; } /* '' */
.uil-wifi:before { content: '\ec48'; } /* '' */
.uil-wind-moon:before { content: '\ec49'; } /* '' */
.uil-wind-sun:before { content: '\ec4a'; } /* '' */
.uil-wind:before { content: '\ec4b'; } /* '' */
.uil-window-grid:before { content: '\ec4c'; } /* '' */
.uil-window-maximize:before { content: '\ec4d'; } /* '' */
.uil-window-restore:before { content: '\ec4e'; } /* '' */
.uil-window-section:before { content: '\ec4f'; } /* '' */
.uil-window:before { content: '\ec50'; } /* '' */
.uil-windsock:before { content: '\ec51'; } /* '' */
.uil-wrap-text:before { content: '\ec52'; } /* '' */
.uil-wrench:before { content: '\ec53'; } /* '' */
.uil-yellow:before { content: '\ec54'; } /* '' */
.uil-yen-circle:before { content: '\ec55'; } /* '' */
.uil-yen:before { content: '\ec56'; } /* '' */
.uil-yin-yang:before { content: '\ec57'; } /* '' */
.uil-youtube-alt:before { content: '\ec58'; } /* '' */
.uil-youtube:before { content: '\ec59'; } /* '' */
/**
 * Owl Carousel v3.0.2
 * Copyright 2013-2019 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v3.0.2
 * Copyright 2013-2019 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*="owl-"]:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/*
Theme Name: Assemble
Theme URI: www.strafecreative.co.uk
Author: Strafe Creative
Author URI:  www.strafecreative.co.uk
Description: Framework designed and built by Strafe Creative
Version: 1.0.0
*/
/***************
  * Config *
 ***************/
/**********
 * Grid *
 **********/
/**********
 * Social *
 **********/
/***************
  * Grid *
  * Refer to the strafe boilerplate github for more info https://github.com/strafe-creative/assemble#grid-system
 ***************/
@media (max-width: 768px) {
  .is-hidden-mobile:not(.columns) {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .is-hidden-mobile.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (max-width: 768px) {
  .is-not-hidden-mobile:not(.columns) {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .is-not-hidden-mobile.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 768px) {
  .is-hidden-:not(.columns) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden-.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (min-width: 768px) {
  .is-not-hidden-:not(.columns) {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .is-not-hidden-.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 768px) {
  .is-hidden-tablet:not(.columns) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden-tablet.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (min-width: 768px) {
  .is-not-hidden-tablet:not(.columns) {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .is-not-hidden-tablet.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 767px) {
  .is-hidden-tablet-max:not(.columns) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden-tablet-max.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (max-width: 767px) {
  .is-not-hidden-tablet-max:not(.columns) {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .is-not-hidden-tablet-max.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 1024px) {
  .is-hidden-desktop:not(.columns) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .is-hidden-desktop.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (min-width: 1024px) {
  .is-not-hidden-desktop:not(.columns) {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .is-not-hidden-desktop.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 1280px) {
  .is-hidden-desktop-l:not(.columns) {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .is-hidden-desktop-l.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (min-width: 1280px) {
  .is-not-hidden-desktop-l:not(.columns) {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .is-not-hidden-desktop-l.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 1023px) {
  .is-hidden-desktop-max:not(.columns) {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .is-hidden-desktop-max.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (max-width: 1023px) {
  .is-not-hidden-desktop-max:not(.columns) {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .is-not-hidden-desktop-max.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 1279px) {
  .is-hidden-desktop-l-max:not(.columns) {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .is-hidden-desktop-l-max.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (max-width: 1279px) {
  .is-not-hidden-desktop-l-max:not(.columns) {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  .is-not-hidden-desktop-l-max.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 1441px) {
  .is-hidden-widescreen:not(.columns) {
    display: none !important;
  }
}
@media (min-width: 1441px) {
  .is-hidden-widescreen.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (min-width: 1441px) {
  .is-not-hidden-widescreen:not(.columns) {
    display: block !important;
  }
}
@media (min-width: 1441px) {
  .is-not-hidden-widescreen.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 1440px) {
  .is-hidden-widescreen-max:not(.columns) {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .is-hidden-widescreen-max.columns {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media (max-width: 1440px) {
  .is-not-hidden-widescreen-max:not(.columns) {
    display: block !important;
  }
}
@media (max-width: 1440px) {
  .is-not-hidden-widescreen-max.columns {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.columns {
  display: block;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
  }
}

.column {
  display: block;
  padding: 0.75rem;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  width: 100%;
  flex: none;
}
.columns.is-mobile > .column.is-three-quarters {
  width: 75%;
  flex: none;
}
.columns.is-mobile > .column.is-two-thirds {
  width: 66.6666%;
  flex: none;
}
.columns.is-mobile > .column.is-half {
  width: 50%;
  flex: none;
}
.columns.is-mobile > .column.is-one-third {
  width: 33.3333%;
  flex: none;
}
.columns.is-mobile > .column.is-one-quarter {
  width: 25%;
  flex: none;
}
.columns.is-mobile > .column.is-one-fifth {
  width: 20%;
  flex: none;
}
.columns.is-mobile > .column.is-two-fifths {
  width: 40%;
  flex: none;
}
.columns.is-mobile > .column.is-three-fifths {
  width: 60%;
  flex: none;
}
.columns.is-mobile > .column.is-four-fifths {
  width: 80%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  width: 0%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  width: 8.3333333333%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  width: 16.6666666667%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  width: 25%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  width: 33.3333333333%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  width: 41.6666666667%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  width: 50%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  width: 58.3333333333%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  width: 66.6666666667%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  width: 75%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  width: 83.3333333333%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  width: 91.6666666667%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  width: 100%;
  flex: none;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: auto;
  }
  .column.is-full-mobile {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-mobile {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-mobile {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-mobile {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-mobile {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-mobile {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-mobile {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-mobile {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-mobile {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-mobile {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .column.is-narrow- {
    flex: none;
    width: auto;
  }
  .column.is-full- {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters- {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds- {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half- {
    width: 50%;
    flex: none;
  }
  .column.is-one-third- {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter- {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth- {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths- {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths- {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths- {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters- {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds- {
    margin-left: 66.6666%;
  }
  .column.is-offset-half- {
    margin-left: 50%;
  }
  .column.is-offset-one-third- {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter- {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth- {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths- {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths- {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths- {
    margin-left: 80%;
  }
  .column.is-0- {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0- {
    margin-left: 0%;
  }
  .column.is-1- {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1- {
    margin-left: 8.3333333333%;
  }
  .column.is-2- {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2- {
    margin-left: 16.6666666667%;
  }
  .column.is-3- {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3- {
    margin-left: 25%;
  }
  .column.is-4- {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4- {
    margin-left: 33.3333333333%;
  }
  .column.is-5- {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5- {
    margin-left: 41.6666666667%;
  }
  .column.is-6- {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6- {
    margin-left: 50%;
  }
  .column.is-7- {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7- {
    margin-left: 58.3333333333%;
  }
  .column.is-8- {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8- {
    margin-left: 66.6666666667%;
  }
  .column.is-9- {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9- {
    margin-left: 75%;
  }
  .column.is-10- {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10- {
    margin-left: 83.3333333333%;
  }
  .column.is-11- {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11- {
    margin-left: 91.6666666667%;
  }
  .column.is-12- {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12- {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .column.is-narrow-tablet {
    flex: none;
    width: auto;
  }
  .column.is-full-tablet {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-tablet {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-tablet {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-tablet {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-tablet {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-tablet {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-tablet {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-tablet {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-tablet {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-tablet {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0-tablet {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1-tablet {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2-tablet {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3-tablet {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4-tablet {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5-tablet {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6-tablet {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7-tablet {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8-tablet {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9-tablet {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10-tablet {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11-tablet {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12-tablet {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media (max-width: 767px) {
  .column.is-narrow-tablet-max {
    flex: none;
    width: auto;
  }
  .column.is-full-tablet-max {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-tablet-max {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-tablet-max {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-tablet-max {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-tablet-max {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-tablet-max {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-tablet-max {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-tablet-max {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-tablet-max {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-tablet-max {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-tablet-max {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-tablet-max {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-tablet-max {
    margin-left: 50%;
  }
  .column.is-offset-one-third-tablet-max {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-tablet-max {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-tablet-max {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-tablet-max {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-tablet-max {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-tablet-max {
    margin-left: 80%;
  }
  .column.is-0-tablet-max {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-tablet-max {
    margin-left: 0%;
  }
  .column.is-1-tablet-max {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-tablet-max {
    margin-left: 8.3333333333%;
  }
  .column.is-2-tablet-max {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-tablet-max {
    margin-left: 16.6666666667%;
  }
  .column.is-3-tablet-max {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-tablet-max {
    margin-left: 25%;
  }
  .column.is-4-tablet-max {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-tablet-max {
    margin-left: 33.3333333333%;
  }
  .column.is-5-tablet-max {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-tablet-max {
    margin-left: 41.6666666667%;
  }
  .column.is-6-tablet-max {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-tablet-max {
    margin-left: 50%;
  }
  .column.is-7-tablet-max {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-tablet-max {
    margin-left: 58.3333333333%;
  }
  .column.is-8-tablet-max {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-tablet-max {
    margin-left: 66.6666666667%;
  }
  .column.is-9-tablet-max {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-tablet-max {
    margin-left: 75%;
  }
  .column.is-10-tablet-max {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-tablet-max {
    margin-left: 83.3333333333%;
  }
  .column.is-11-tablet-max {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-tablet-max {
    margin-left: 91.6666666667%;
  }
  .column.is-12-tablet-max {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-tablet-max {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: auto;
  }
  .column.is-full-desktop {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-desktop {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-desktop {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-desktop {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-desktop {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-desktop {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-desktop {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-desktop {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-desktop {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-desktop {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .column.is-narrow-desktop-l {
    flex: none;
    width: auto;
  }
  .column.is-full-desktop-l {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-desktop-l {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-desktop-l {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-desktop-l {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-desktop-l {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-desktop-l {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-desktop-l {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-desktop-l {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-desktop-l {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-desktop-l {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-desktop-l {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop-l {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop-l {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop-l {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop-l {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop-l {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop-l {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop-l {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop-l {
    margin-left: 80%;
  }
  .column.is-0-desktop-l {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-desktop-l {
    margin-left: 0%;
  }
  .column.is-1-desktop-l {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-desktop-l {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop-l {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-desktop-l {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop-l {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-desktop-l {
    margin-left: 25%;
  }
  .column.is-4-desktop-l {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-desktop-l {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop-l {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-desktop-l {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop-l {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-desktop-l {
    margin-left: 50%;
  }
  .column.is-7-desktop-l {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-desktop-l {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop-l {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-desktop-l {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop-l {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-desktop-l {
    margin-left: 75%;
  }
  .column.is-10-desktop-l {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-desktop-l {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop-l {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-desktop-l {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop-l {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-desktop-l {
    margin-left: 100%;
  }
}
@media (max-width: 1023px) {
  .column.is-narrow-desktop-max {
    flex: none;
    width: auto;
  }
  .column.is-full-desktop-max {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-desktop-max {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-desktop-max {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-desktop-max {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-desktop-max {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-desktop-max {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-desktop-max {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-desktop-max {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-desktop-max {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-desktop-max {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-desktop-max {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop-max {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop-max {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop-max {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop-max {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop-max {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop-max {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop-max {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop-max {
    margin-left: 80%;
  }
  .column.is-0-desktop-max {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-desktop-max {
    margin-left: 0%;
  }
  .column.is-1-desktop-max {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-desktop-max {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop-max {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-desktop-max {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop-max {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-desktop-max {
    margin-left: 25%;
  }
  .column.is-4-desktop-max {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-desktop-max {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop-max {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-desktop-max {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop-max {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-desktop-max {
    margin-left: 50%;
  }
  .column.is-7-desktop-max {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-desktop-max {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop-max {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-desktop-max {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop-max {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-desktop-max {
    margin-left: 75%;
  }
  .column.is-10-desktop-max {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-desktop-max {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop-max {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-desktop-max {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop-max {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-desktop-max {
    margin-left: 100%;
  }
}
@media (max-width: 1279px) {
  .column.is-narrow-desktop-l-max {
    flex: none;
    width: auto;
  }
  .column.is-full-desktop-l-max {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-desktop-l-max {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-desktop-l-max {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-desktop-l-max {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-desktop-l-max {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-desktop-l-max {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-desktop-l-max {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-desktop-l-max {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-desktop-l-max {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-desktop-l-max {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-desktop-l-max {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop-l-max {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop-l-max {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop-l-max {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop-l-max {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop-l-max {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop-l-max {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop-l-max {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop-l-max {
    margin-left: 80%;
  }
  .column.is-0-desktop-l-max {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-desktop-l-max {
    margin-left: 0%;
  }
  .column.is-1-desktop-l-max {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-desktop-l-max {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop-l-max {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-desktop-l-max {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop-l-max {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-desktop-l-max {
    margin-left: 25%;
  }
  .column.is-4-desktop-l-max {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-desktop-l-max {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop-l-max {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-desktop-l-max {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop-l-max {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-desktop-l-max {
    margin-left: 50%;
  }
  .column.is-7-desktop-l-max {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-desktop-l-max {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop-l-max {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-desktop-l-max {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop-l-max {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-desktop-l-max {
    margin-left: 75%;
  }
  .column.is-10-desktop-l-max {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-desktop-l-max {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop-l-max {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-desktop-l-max {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop-l-max {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-desktop-l-max {
    margin-left: 100%;
  }
}
@media (min-width: 1441px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: auto;
  }
  .column.is-full-widescreen {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-widescreen {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-widescreen {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-widescreen {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-widescreen {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-widescreen {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-widescreen {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-widescreen {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-widescreen {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-widescreen {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media (max-width: 1440px) {
  .column.is-narrow-widescreen-max {
    flex: none;
    width: auto;
  }
  .column.is-full-widescreen-max {
    width: 100%;
    flex: none;
  }
  .column.is-three-quarters-widescreen-max {
    width: 75%;
    flex: none;
  }
  .column.is-two-thirds-widescreen-max {
    width: 66.6666%;
    flex: none;
  }
  .column.is-half-widescreen-max {
    width: 50%;
    flex: none;
  }
  .column.is-one-third-widescreen-max {
    width: 33.3333%;
    flex: none;
  }
  .column.is-one-quarter-widescreen-max {
    width: 25%;
    flex: none;
  }
  .column.is-one-fifth-widescreen-max {
    width: 20%;
    flex: none;
  }
  .column.is-two-fifths-widescreen-max {
    width: 40%;
    flex: none;
  }
  .column.is-three-fifths-widescreen-max {
    width: 60%;
    flex: none;
  }
  .column.is-four-fifths-widescreen-max {
    width: 80%;
    flex: none;
  }
  .column.is-offset-three-quarters-widescreen-max {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen-max {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen-max {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen-max {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen-max {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen-max {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen-max {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen-max {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen-max {
    margin-left: 80%;
  }
  .column.is-0-widescreen-max {
    width: 0%;
    flex: none;
  }
  .column.is-offset-0-widescreen-max {
    margin-left: 0%;
  }
  .column.is-1-widescreen-max {
    width: 8.3333333333%;
    flex: none;
  }
  .column.is-offset-1-widescreen-max {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen-max {
    width: 16.6666666667%;
    flex: none;
  }
  .column.is-offset-2-widescreen-max {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen-max {
    width: 25%;
    flex: none;
  }
  .column.is-offset-3-widescreen-max {
    margin-left: 25%;
  }
  .column.is-4-widescreen-max {
    width: 33.3333333333%;
    flex: none;
  }
  .column.is-offset-4-widescreen-max {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen-max {
    width: 41.6666666667%;
    flex: none;
  }
  .column.is-offset-5-widescreen-max {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen-max {
    width: 50%;
    flex: none;
  }
  .column.is-offset-6-widescreen-max {
    margin-left: 50%;
  }
  .column.is-7-widescreen-max {
    width: 58.3333333333%;
    flex: none;
  }
  .column.is-offset-7-widescreen-max {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen-max {
    width: 66.6666666667%;
    flex: none;
  }
  .column.is-offset-8-widescreen-max {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen-max {
    width: 75%;
    flex: none;
  }
  .column.is-offset-9-widescreen-max {
    margin-left: 75%;
  }
  .column.is-10-widescreen-max {
    width: 83.3333333333%;
    flex: none;
  }
  .column.is-offset-10-widescreen-max {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen-max {
    width: 91.6666666667%;
    flex: none;
  }
  .column.is-offset-11-widescreen-max {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen-max {
    width: 100%;
    flex: none;
  }
  .column.is-offset-12-widescreen-max {
    margin-left: 100%;
  }
}

.columns.is-variable {
  --columnGap: $column-gap;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
  margin-top: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding: var(--columnGap);
}
@media (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media (min-width: 768px) {
  .columns.is-variable.is-0- {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1- {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2- {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3- {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4- {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5- {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6- {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7- {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8- {
    --columnGap: 2rem;
  }
}
@media (min-width: 768px) {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media (max-width: 767px) {
  .columns.is-variable.is-0-tablet-max {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-tablet-max {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-tablet-max {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-tablet-max {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-tablet-max {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-tablet-max {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-tablet-max {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-tablet-max {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-tablet-max {
    --columnGap: 2rem;
  }
}
@media (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media (min-width: 1280px) {
  .columns.is-variable.is-0-desktop-l {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-desktop-l {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-desktop-l {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-desktop-l {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-desktop-l {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-desktop-l {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-desktop-l {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-desktop-l {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-desktop-l {
    --columnGap: 2rem;
  }
}
@media (max-width: 1023px) {
  .columns.is-variable.is-0-desktop-max {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-desktop-max {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-desktop-max {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-desktop-max {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-desktop-max {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-desktop-max {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-desktop-max {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-desktop-max {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-desktop-max {
    --columnGap: 2rem;
  }
}
@media (max-width: 1279px) {
  .columns.is-variable.is-0-desktop-l-max {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-desktop-l-max {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-desktop-l-max {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-desktop-l-max {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-desktop-l-max {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-desktop-l-max {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-desktop-l-max {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-desktop-l-max {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-desktop-l-max {
    --columnGap: 2rem;
  }
}
@media (min-width: 1441px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media (max-width: 1440px) {
  .columns.is-variable.is-0-widescreen-max {
    --columnGap: 0rem;
  }
  .columns.is-variable.is-1-widescreen-max {
    --columnGap: 0.25rem;
  }
  .columns.is-variable.is-2-widescreen-max {
    --columnGap: 0.5rem;
  }
  .columns.is-variable.is-3-widescreen-max {
    --columnGap: 0.75rem;
  }
  .columns.is-variable.is-4-widescreen-max {
    --columnGap: 1rem;
  }
  .columns.is-variable.is-5-widescreen-max {
    --columnGap: 1.25rem;
  }
  .columns.is-variable.is-6-widescreen-max {
    --columnGap: 1.5rem;
  }
  .columns.is-variable.is-7-widescreen-max {
    --columnGap: 1.75rem;
  }
  .columns.is-variable.is-8-widescreen-max {
    --columnGap: 2rem;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1441px;
  width: 90%;
}
@media (min-width: 1024px) {
  .wrapper {
    width: 85%;
  }
}
@media (min-width: 1441px) {
  .wrapper {
    width: 90%;
  }
}
.wrapper.is-small {
  max-width: 1280px;
}
.wrapper.is-flex {
  display: flex;
}
.wrapper.is-v-aligned {
  align-items: center;
}
.wrapper.is-mobile {
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper.is-mobile {
    max-width: 1441px;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .wrapper.is-not-mobile {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is- {
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper.is- {
    max-width: 1441px;
    width: 95%;
  }
}
@media (min-width: 768px) {
  .wrapper.is-not- {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-tablet {
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper.is-tablet {
    max-width: 1441px;
    width: 95%;
  }
}
@media (min-width: 768px) {
  .wrapper.is-not-tablet {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-tablet-max {
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper.is-tablet-max {
    max-width: 1441px;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .wrapper.is-not-tablet-max {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-desktop {
  width: 100%;
}
@media (min-width: 1024px) {
  .wrapper.is-desktop {
    max-width: 1441px;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  .wrapper.is-not-desktop {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-desktop-l {
  width: 100%;
}
@media (min-width: 1280px) {
  .wrapper.is-desktop-l {
    max-width: 1441px;
    width: 95%;
  }
}
@media (min-width: 1280px) {
  .wrapper.is-not-desktop-l {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-desktop-max {
  width: 100%;
}
@media (max-width: 1023px) {
  .wrapper.is-desktop-max {
    max-width: 1441px;
    width: 95%;
  }
}
@media (max-width: 1023px) {
  .wrapper.is-not-desktop-max {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-desktop-l-max {
  width: 100%;
}
@media (max-width: 1279px) {
  .wrapper.is-desktop-l-max {
    max-width: 1441px;
    width: 95%;
  }
}
@media (max-width: 1279px) {
  .wrapper.is-not-desktop-l-max {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-widescreen {
  width: 100%;
}
@media (min-width: 1441px) {
  .wrapper.is-widescreen {
    max-width: 1441px;
    width: 95%;
  }
}
@media (min-width: 1441px) {
  .wrapper.is-not-widescreen {
    max-width: none;
    width: 100%;
  }
}
.wrapper.is-widescreen-max {
  width: 100%;
}
@media (max-width: 1440px) {
  .wrapper.is-widescreen-max {
    max-width: 1441px;
    width: 95%;
  }
}
@media (max-width: 1440px) {
  .wrapper.is-not-widescreen-max {
    max-width: none;
    width: 100%;
  }
}

.bpoint {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 9999999;
}

.bpoint:before {
  background: #032b5c;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 1rem 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .bpoint:before {
    content: "mobile";
  }
}
@media (min-width: 768px) {
  .bpoint:before {
    content: "";
  }
}
@media (min-width: 768px) {
  .bpoint:before {
    content: "tablet";
  }
}
@media (max-width: 767px) {
  .bpoint:before {
    content: "tablet-max";
  }
}
@media (min-width: 1024px) {
  .bpoint:before {
    content: "desktop";
  }
}
@media (min-width: 1280px) {
  .bpoint:before {
    content: "desktop-l";
  }
}
@media (max-width: 1023px) {
  .bpoint:before {
    content: "desktop-max";
  }
}
@media (max-width: 1279px) {
  .bpoint:before {
    content: "desktop-l-max";
  }
}
@media (min-width: 1441px) {
  .bpoint:before {
    content: "widescreen";
  }
}
@media (max-width: 1440px) {
  .bpoint:before {
    content: "widescreen-max";
  }
}

/***************
  * Keyframes *
 ***************/
/***************
  * Main *
 ***************/
html {
  font-size: 62.5%;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #707880;
  font: 400 16px "Work Sans", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

main {
  flex: 1 0 auto;
  display: block;
  overflow: hidden;
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

strong {
  letter-spacing: 0.2px;
}

.col-btn-align {
  align-self: flex-end;
}

.flickity-viewport {
  transition: height 0.5s ease;
}

.breadcrumb {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 60px;
  }
}
.breadcrumb a, .breadcrumb_last {
  color: #032b5c;
  font-size: 12px;
}
.breadcrumb-arrow {
  color: #005490;
  margin: 0 4px;
  font-size: 12px;
}

.hot-job-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #005490;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.hot-job-label__icon {
  display: inline-block;
  min-width: 18px;
}
.hot-job-label p,
.hot-job-label .wysiwyg li,
.wysiwyg .hot-job-label li {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1023px) {
  .hot-job-label--alt {
    padding: 10px 12px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-radius: 40px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .hot-job-label--alt {
    width: 104px;
    height: 104px;
  }
}
.hot-job-label--alt .hot-job-label__icon {
  width: 24px;
  min-width: 24px;
}
@media (max-width: 1023px) {
  .hot-job-label--alt .hot-job-label__icon {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .hot-job-label--alt .hot-job-label__icon {
    min-width: 36px;
    width: 36px;
  }
}
.hot-job-label--alt p,
.hot-job-label--alt .wysiwyg li,
.wysiwyg .hot-job-label--alt li {
  font-size: 16px;
}

.companies--no-space, .companies--no-space--mobile,
.fifty-fifty-block--no-space,
.fifty-fifty-block--no-space--mobile,
.testimonials--no-space,
.testimonials--no-space--mobile,
.job-board-preview--no-space,
.job-board-preview--no-space--mobile,
.image-with-content-banner--no-space,
.image-with-content-banner--no-space--mobile,
.socials-preview--no-space,
.socials-preview--no-space--mobile,
.trio-articles--no-space,
.trio-articles--no-space--mobile,
.trio-team-cards--no-space,
.trio-team-cards--no-space--mobile,
.award-winning--no-space,
.award-winning--no-space--mobile,
.FAQs--no-space,
.FAQs--no-space--mobile,
.trio-text-cards--no-space,
.trio-text-cards--no-space--mobile,
.all-companies--no-space,
.all-companies--no-space--mobile,
.video-section--no-space,
.video-section--no-space--mobile,
.image-carousel--no-space,
.image-carousel--no-space--mobile,
.vacancies--no-space,
.vacancies--no-space--mobile,
.job-search--no-space,
.job-search--no-space--mobile,
.form--no-space,
.form--no-space--mobile,
.book-appointment--no-space,
.book-appointment--no-space--mobile,
.all-awards--no-space,
.all-awards--no-space--mobile,
.all-testimonials--no-space,
.all-testimonials--no-space--mobile,
.all-FAQs--no-space,
.all-FAQs--no-space--mobile,
.hero-inner--no-space,
.hero-inner--no-space--mobile {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .companies--less-space,
.fifty-fifty-block--less-space,
.testimonials--less-space,
.job-board-preview--less-space,
.image-with-content-banner--less-space,
.socials-preview--less-space,
.trio-articles--less-space,
.trio-team-cards--less-space,
.award-winning--less-space,
.FAQs--less-space,
.trio-text-cards--less-space,
.all-companies--less-space,
.video-section--less-space,
.image-carousel--less-space,
.vacancies--less-space,
.job-search--less-space,
.form--less-space,
.book-appointment--less-space,
.all-awards--less-space,
.all-testimonials--less-space,
.all-FAQs--less-space,
.hero-inner--less-space {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .companies--less-space--mobile,
.fifty-fifty-block--less-space--mobile,
.testimonials--less-space--mobile,
.job-board-preview--less-space--mobile,
.image-with-content-banner--less-space--mobile,
.socials-preview--less-space--mobile,
.trio-articles--less-space--mobile,
.trio-team-cards--less-space--mobile,
.award-winning--less-space--mobile,
.FAQs--less-space--mobile,
.trio-text-cards--less-space--mobile,
.all-companies--less-space--mobile,
.video-section--less-space--mobile,
.image-carousel--less-space--mobile,
.vacancies--less-space--mobile,
.job-search--less-space--mobile,
.form--less-space--mobile,
.book-appointment--less-space--mobile,
.all-awards--less-space--mobile,
.all-testimonials--less-space--mobile,
.all-FAQs--less-space--mobile,
.hero-inner--less-space--mobile {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .companies--standard-space,
.fifty-fifty-block--standard-space,
.testimonials--standard-space,
.job-board-preview--standard-space,
.image-with-content-banner--standard-space,
.socials-preview--standard-space,
.trio-articles--standard-space,
.trio-team-cards--standard-space,
.award-winning--standard-space,
.FAQs--standard-space,
.trio-text-cards--standard-space,
.all-companies--standard-space,
.video-section--standard-space,
.image-carousel--standard-space,
.vacancies--standard-space,
.job-search--standard-space,
.form--standard-space,
.book-appointment--standard-space,
.all-awards--standard-space,
.all-testimonials--standard-space,
.all-FAQs--standard-space,
.hero-inner--standard-space {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .companies--standard-space,
.fifty-fifty-block--standard-space,
.testimonials--standard-space,
.job-board-preview--standard-space,
.image-with-content-banner--standard-space,
.socials-preview--standard-space,
.trio-articles--standard-space,
.trio-team-cards--standard-space,
.award-winning--standard-space,
.FAQs--standard-space,
.trio-text-cards--standard-space,
.all-companies--standard-space,
.video-section--standard-space,
.image-carousel--standard-space,
.vacancies--standard-space,
.job-search--standard-space,
.form--standard-space,
.book-appointment--standard-space,
.all-awards--standard-space,
.all-testimonials--standard-space,
.all-FAQs--standard-space,
.hero-inner--standard-space {
    margin-bottom: 100px;
  }
}
@media (min-width: 1441px) {
  .companies--standard-space,
.fifty-fifty-block--standard-space,
.testimonials--standard-space,
.job-board-preview--standard-space,
.image-with-content-banner--standard-space,
.socials-preview--standard-space,
.trio-articles--standard-space,
.trio-team-cards--standard-space,
.award-winning--standard-space,
.FAQs--standard-space,
.trio-text-cards--standard-space,
.all-companies--standard-space,
.video-section--standard-space,
.image-carousel--standard-space,
.vacancies--standard-space,
.job-search--standard-space,
.form--standard-space,
.book-appointment--standard-space,
.all-awards--standard-space,
.all-testimonials--standard-space,
.all-FAQs--standard-space,
.hero-inner--standard-space {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .companies--standard-space--mobile,
.fifty-fifty-block--standard-space--mobile,
.testimonials--standard-space--mobile,
.job-board-preview--standard-space--mobile,
.image-with-content-banner--standard-space--mobile,
.socials-preview--standard-space--mobile,
.trio-articles--standard-space--mobile,
.trio-team-cards--standard-space--mobile,
.award-winning--standard-space--mobile,
.FAQs--standard-space--mobile,
.trio-text-cards--standard-space--mobile,
.all-companies--standard-space--mobile,
.video-section--standard-space--mobile,
.image-carousel--standard-space--mobile,
.vacancies--standard-space--mobile,
.job-search--standard-space--mobile,
.form--standard-space--mobile,
.book-appointment--standard-space--mobile,
.all-awards--standard-space--mobile,
.all-testimonials--standard-space--mobile,
.all-FAQs--standard-space--mobile,
.hero-inner--standard-space--mobile {
    margin-bottom: 60px;
  }
}

.hero-inner--no-space::after, .hero-inner--no-space--mobile::after {
  content: none !important;
}

.table-container {
  overflow-x: auto;
}
.table-container table {
  min-width: 100%;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

/***************
  * Browser  *
 ***************/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  margin: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

xmp {
  display: inline;
  margin: 0;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/***************
  * Typography *
 ***************/
.xl-title, h1 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.45px;
}
@media (min-width: 1024px) {
  .xl-title, h1 {
    font-size: 36px;
  }
}
@media (min-width: 1441px) {
  .xl-title, h1 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .xl-title, h1 {
    font-size: 48px;
  }
}

.lg-title, h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.36px;
}
@media (min-width: 1024px) {
  .lg-title, h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

.md-title, h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.sm-title, h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.xs-title, h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.12px;
}
@media (min-width: 1024px) {
  .xs-title, h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.xxs-title, h6 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  color: #001c51;
  margin: 0 0 0.5em;
}

p, .wysiwyg p,
.wysiwyg li,
ol,
ul,
li,
a {
  font-size: 16px;
  line-height: 1.5;
  color: #001c51;
}

p:first-of-type,
.wysiwyg li:first-of-type {
  margin-top: 0;
}

a {
  color: #032b5c;
}

.semi-bold-weight {
  font-weight: 600;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
}
.truncate--line-2 {
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate--line-3 {
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wysiwyg {
  width: 100%;
  /* Zebra striping */
}
.wysiwyg > * + * {
  margin-bottom: 20px;
}
.wysiwyg > * + *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .wysiwyg > * + * {
    margin-bottom: 20px;
  }
}
.wysiwyg a {
  color: #004d88;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
.wysiwyg a:hover {
  color: #032b5c;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-bottom: 20px;
  }
}
.wysiwyg h3 {
  margin-top: 80px;
  font-size: 24px;
}
.wysiwyg h3:first-of-type {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .wysiwyg h3 {
    font-size: 36px;
  }
  .wysiwyg h3:first-of-type {
    margin-top: 80px;
  }
}
.wysiwyg strong {
  font-weight: 600;
}
.wysiwyg ul,
.wysiwyg ol {
  margin-left: 0;
}
.wysiwyg ul {
  list-style-type: disc;
  margin-left: 18px;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg li:not(:last-of-type) {
  margin-bottom: 20px;
}
.wysiwyg table {
  width: auto;
  height: auto !important;
  max-width: 100% !important;
  border-collapse: collapse;
  border: none;
}
.wysiwyg tr:nth-of-type(odd) {
  background: #eee;
}
.wysiwyg th {
  background: #333;
  color: white;
  font-weight: bold;
}
.wysiwyg td,
.wysiwyg th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.wysiwyg td h1,
.wysiwyg td h2,
.wysiwyg td h3,
.wysiwyg td h4,
.wysiwyg td h5,
.wysiwyg td h6,
.wysiwyg th h1,
.wysiwyg th h2,
.wysiwyg th h3,
.wysiwyg th h4,
.wysiwyg th h5,
.wysiwyg th h6 {
  font-size: 16px;
  margin-bottom: 0;
}

/* Colours */
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: #707880;
}
.text-grey-light {
  color: #ccc;
}

.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #707880;
}
.bg-grey-light {
  background-color: #ccc;
}

/* Direction */
@media (max-width: 768px) {
  .is-flipped-v-mobile else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .is-flipped-v- else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .is-flipped-v-tablet else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .is-flipped-v-tablet-max else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .is-flipped-v-desktop else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1280px) {
  .is-flipped-v-desktop-l else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1023px) {
  .is-flipped-v-desktop-max else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1279px) {
  .is-flipped-v-desktop-l-max else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1441px) {
  .is-flipped-v-widescreen else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1440px) {
  .is-flipped-v-widescreen-max else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .is-flipped-h-mobile {
    flex-direction: row-reverse;
  }
  .is-flipped-h-mobile else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .is-flipped-h- {
    flex-direction: row-reverse;
  }
  .is-flipped-h- else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .is-flipped-h-tablet {
    flex-direction: row-reverse;
  }
  .is-flipped-h-tablet else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .is-flipped-h-tablet-max {
    flex-direction: row-reverse;
  }
  .is-flipped-h-tablet-max else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .is-flipped-h-desktop {
    flex-direction: row-reverse;
  }
  .is-flipped-h-desktop else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1280px) {
  .is-flipped-h-desktop-l {
    flex-direction: row-reverse;
  }
  .is-flipped-h-desktop-l else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1023px) {
  .is-flipped-h-desktop-max {
    flex-direction: row-reverse;
  }
  .is-flipped-h-desktop-max else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1279px) {
  .is-flipped-h-desktop-l-max {
    flex-direction: row-reverse;
  }
  .is-flipped-h-desktop-l-max else {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1441px) {
  .is-flipped-h-widescreen {
    flex-direction: row-reverse;
  }
  .is-flipped-h-widescreen else {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1440px) {
  .is-flipped-h-widescreen-max {
    flex-direction: row-reverse;
  }
  .is-flipped-h-widescreen-max else {
    flex-direction: column-reverse;
  }
}

/* Spacing */
:root {
  --star-size: 22px;
  --star-color: #dbdbdb;
  --star-background: #ffc857;
  --star-background--green: #0dab40;
}

.inline-svg {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
}

.inline-svg > svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.object-cover--absolute {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.object-cover--absolute.top-center {
  -o-object-position: top center;
     object-position: top center;
}

.object-contain--absolute {
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.object-contain--absolute.top-center {
  -o-object-position: top center;
     object-position: top center;
}

.flip-x {
  transform: scaleX(-1);
}

.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transformY-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.transformX-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: "Times";
  line-height: 1;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: -1px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .stars::before {
    letter-spacing: 3px;
  }
}

.stars--green {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: "Times";
  line-height: 1;
}
.stars--green::before {
  content: "★★★★★";
  letter-spacing: -1px;
  background: linear-gradient(90deg, var(--star-background--green) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .stars--green::before {
    letter-spacing: 3px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.is-hidden {
  display: none;
}

/***************
  * Buttons *
 ***************/
.btn, .pagination .page-numbers {
  cursor: pointer;
  padding: 12px 20px;
  color: #032b5c;
  display: inline-block;
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
  transition: all 0.3s ease;
  background: #ffc857;
  font-weight: 600;
  outline: none;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: inset 0 0 0 2px #ffc857;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .btn, .pagination .page-numbers {
    padding: 20px 24px;
  }
}
.btn::before, .pagination .page-numbers::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
  background-color: #ffd683;
  border-color: #ffd683;
  transform: skew(50deg);
  height: 100%;
  width: 0;
  transition: all 0.3s ease;
  transform-origin: top left;
}
.btn:hover::before, .pagination .page-numbers:hover::before, .btn:focus::before, .pagination .page-numbers:focus::before {
  width: 150%;
}
.btn--transparent {
  background: transparent;
}
.btn--transparent::before {
  background-color: #ffc857;
  border-color: #ffc857;
}
.btn--small {
  padding: 6.6666666667px 14.6666666667px;
  font-size: 14px;
}
.btn--primary {
  border-color: #032b5c;
  background: #032b5c;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  border-color: #fff;
  background: #fff;
}

.arrow-btn {
  display: block;
  min-width: 48px;
  height: 48px;
  background-color: #ffc857;
  color: #032b5c;
  border-radius: 50%;
  padding: 12px;
  outline: none;
  border: none;
  transition: all 200ms ease;
}
.arrow-btn:hover {
  background-color: #ffd683;
}

.play-btn {
  display: block;
  min-width: 48px;
  height: 48px;
  background-color: #ffc857;
  color: #032b5c;
  border-radius: 50%;
  padding: 15px;
  outline: none;
  border: none;
  transition: all 200ms ease;
}
.play-btn:hover {
  background-color: #ffd683;
}
@media (min-width: 768px) {
  .play-btn {
    min-width: 64px;
    height: 64px;
    padding: 20px;
  }
}

.page-btn {
  display: block;
  min-width: 48px;
  height: 48px;
  background-color: #f2f9ff;
  color: #032b5c;
  border-radius: 50%;
  padding: 12px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.page-btn:focus {
  border: 2px solid #ffc857;
}

/***************
  * Forms *
 ***************/
form,
.form {
  color: #032b5c;
}
form .wrapper,
.form .wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  form .wrapper,
.form .wrapper {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  form .wrapper,
.form .wrapper {
    width: 85%;
  }
}
@media (min-width: 1441px) {
  form .wrapper,
.form .wrapper {
    width: 90%;
  }
}
form label,
.form label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #ffc857;
}
form fieldset,
.form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=file],
textarea,
select {
  padding: 14px;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 16px;
  background-color: #fff;
  color: currentColor;
  font-weight: 400;
  border: none;
  outline: none;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 1024px) {
  input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=file],
textarea,
select {
    padding: 18px 18px 18px 16px;
  }
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=file]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(3, 43, 92, 0.6);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=file]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(3, 43, 92, 0.6);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: #032b5c;
}
input[type=email].has-error, input[type=email].error,
input[type=number].has-error,
input[type=number].error,
input[type=search].has-error,
input[type=search].error,
input[type=text].has-error,
input[type=text].error,
input[type=tel].has-error,
input[type=tel].error,
input[type=url].has-error,
input[type=url].error,
input[type=password].has-error,
input[type=password].error,
input[type=file].has-error,
input[type=file].error,
textarea.has-error,
textarea.error,
select.has-error,
select.error {
  border-color: red;
}

input[type=submit] {
  outline: none;
  border-radius: 100px;
  padding: 18px 22px;
  font-size: 16px;
  border: 2px solid #ffc857;
  background: #ffc857;
  color: #032b5c;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=submit]:hover {
  background-color: #ffd683;
  border-color: #ffd683;
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 18px 18px 16px;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 16px;
  background-color: #fff;
  color: #032b5c;
  font-weight: 300;
  border: none;
  outline: none;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  max-height: 47px;
}
@media (min-width: 1024px) {
  .custom-file-upload {
    max-height: 55px;
  }
}
.custom-file-upload::after {
  content: "";
  display: inline-block;
  background-image: url("../img/svgs/upload.svg");
  width: 24px;
  height: 24px;
}

select {
  -webkit-appearance: none;
  background-image: url("~assets/img/icons/angle-down.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7-not-valid-tip {
  margin-top: 2px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ffc857;
  border-radius: 2px;
  color: #ffc857;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  padding: 10px;
  border: 0;
  color: #032b5c;
  background-color: #ffc857;
  margin: 0;
  margin-top: 30px;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.wpcf7-form > * {
  margin-right: 20px;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wpcf7-form > * {
    width: calc(25% - 20px);
    margin-bottom: 20px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item-label {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
}
.wpcf7-list-item-label a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  border-bottom: 1px solid #ffc857;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  padding: 2px 9px;
  cursor: pointer;
  margin-right: 12px;
}
input[type=checkbox]:checked {
  content: "";
  background-image: url("../img/svgs/tick.svg");
  background-size: contain;
  cursor: pointer;
}

.form__wrap {
  background-color: #032b5c;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form__wrap {
    padding: 50px 60px 60px 60px;
    border-radius: 20px;
  }
}
.form__wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-dark-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .form__wrap::after {
    background-image: url("../img/svgs/lines-dark-bg.svg");
    width: 100%;
    left: 0;
  }
}
.form__title {
  color: #fff;
  margin-bottom: 20px;
}
.form__practice-area {
  width: 100% !important;
  cursor: pointer;
}
.form__practice-area .wpcf7-form-control-wrap {
  position: relative;
}
.form__practice-area .wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/svgs/angle-down.svg") no-repeat center center;
  margin-left: 10px;
  transition: all 0.4s ease;
  pointer-events: none;
}
.form__query {
  width: 100%;
}
@media (min-width: 1024px) {
  .form__query {
    width: calc(66.66% - 20px);
  }
}
.form__query .wpcf7-form-control-wrap {
  position: relative;
}
.form__query .wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/svgs/angle-down.svg") no-repeat center center;
  margin-left: 10px;
  transition: all 0.4s ease;
  pointer-events: none;
}
.form__privacy-policy, .form__subscription, .form__referee-consent {
  display: flex;
  width: 100% !important;
  align-items: center;
  margin-bottom: 10px;
}
.form__tickbox-label {
  width: 100%;
  margin-bottom: 16px !important;
  margin-top: 12px;
}
.form__btn {
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}
.form__btn input {
  padding: 12px 20px;
}
@media (min-width: 1024px) {
  .form__btn input {
    padding: 20px 24px;
  }
}
.form p,
.form .wysiwyg li,
.wysiwyg .form li {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form p,
.form .wysiwyg li,
.wysiwyg .form li {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .form p,
.form .wysiwyg li,
.wysiwyg .form li {
    margin-top: 0;
  }
}

.thank-you-register .form,
.thank-you-realm-career .form,
.thank-you-friend .form,
.thank-you-app .form,
.thank-you .form {
  background-color: #032b5c;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .thank-you-register .form,
.thank-you-realm-career .form,
.thank-you-friend .form,
.thank-you-app .form,
.thank-you .form {
    padding-bottom: 140px;
  }
}

.filter-bar .wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .filter-bar .wrapper {
    width: 95%;
  }
}
.filter-bar__wrap {
  display: flex;
  flex-direction: column;
  background-color: #032b5c;
  padding: 20px 20px 12px 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .filter-bar__wrap {
    align-items: center;
    flex-direction: row;
    margin-bottom: 100px;
    border-radius: 8px;
  }
}
.filter-bar__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .filter-bar__tag-wrap {
    margin-bottom: 0;
  }
}
.filter-bar__tag-wrap a {
  font-size: 12px;
  color: #fff;
}
.filter-bar__role-type {
  margin-right: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}
.filter-bar__btn {
  background-color: transparent;
  font-weight: 600;
  padding: 4px 8px;
  border: 1px solid #ffc857;
  border-radius: 100px;
  font-family: "Work Sans", "sans-serif";
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.filter-bar__btn:last-of-type {
  margin-right: 0;
}
.filter-bar__btn.is-active {
  background-color: #ffc857;
  color: #032b5c;
}
.filter-bar__results-count {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .filter-bar__results-count {
    margin-left: auto;
  }
}

.page-navigation {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-navigation {
    justify-content: flex-end;
    margin-top: 40px;
  }
}
.page-navigation ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: -6px;
  margin-right: -6px;
}
.page-navigation ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.page-navigation ul li a, .page-navigation ul li > span {
  width: 48px;
  height: 48px;
  background-color: #f2f9ff;
  color: #032b5c;
  border-radius: 50%;
  padding: 12px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-navigation ul li a.current, .page-navigation ul li > span.current {
  border: 2px solid #ffc857;
}
.page-navigation ul li a.next, .page-navigation ul li a.prev, .page-navigation ul li > span.next, .page-navigation ul li > span.prev {
  background-color: #ffc857;
  color: #032b5c;
  cursor: pointer;
}
.page-navigation ul li a.next svg, .page-navigation ul li a.prev svg, .page-navigation ul li > span.next svg, .page-navigation ul li > span.prev svg {
  width: 100%;
}
.page-navigation ul li a.next:hover, .page-navigation ul li a.prev:hover, .page-navigation ul li > span.next:hover, .page-navigation ul li > span.prev:hover {
  background-color: rgba(255, 200, 87, 0.7);
}
.page-navigation ul li a.disabled, .page-navigation ul li > span.disabled {
  pointer-events: none;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow-y: scroll;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.video-modal--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: #000;
  opacity: 0.5;
}

.video-modal-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-modal-main iframe,
.video-modal-main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal-close {
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  min-width: 20px;
  color: #004d88;
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 1024px) {
  .video-modal-close {
    width: 24px;
    min-width: 24px;
  }
}

.account-main {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .account-main {
    padding: 100px 0;
  }
}

.account-options {
  list-style: none;
}
.account-options li {
  margin-bottom: 10px;
}
.account-options li:last-child {
  margin-bottom: 0;
}
.account-options li a {
  transition: all 0.4s ease;
  cursor: pointer;
}
.account-options li a:hover, .account-options li a.is-active {
  font-weight: 600;
}

.content-hub {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .content-hub {
    padding: 100px 0 140px;
  }
}
.content-hub__filters {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .content-hub__filters {
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .content-hub__filters .wrapper {
    width: 100%;
  }
}
.content-hub__filters .filters {
  position: relative;
  background-color: #032b5c;
  padding: 20px;
}
@media (min-width: 1024px) {
  .content-hub__filters .filters {
    border-radius: 8px;
    padding: 20px 20px 10px;
  }
}
.content-hub__filters .filters button {
  display: none;
  opacity: 0;
}
.content-hub__filters .filters__row {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-hub__filters .filters__row {
    display: flex;
    justify-content: space-between;
  }
}
.content-hub__filters .filters__column {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .content-hub__filters .filters__column {
    margin-bottom: 20px;
  }
  .content-hub__filters .filters__column:last-child {
    margin-bottom: 0;
  }
}
.content-hub__filters .filters__column:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .content-hub__filters .filters__column {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .content-hub__filters .filters__column {
    display: block;
  }
}
@media (min-width: 1441px) {
  .content-hub__filters .filters__column {
    display: flex;
    align-items: flex;
  }
}
.content-hub__filters .filters__label {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 1.67;
  margin-right: 12px;
  margin-bottom: 10px;
}
.content-hub__filters .filters__label::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/svgs/angle-down--yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .content-hub__filters .filters__label::after {
    content: none;
  }
}
.content-hub__filters .filters__label.is-open::after {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .content-hub__filters .filters__label {
    display: block;
  }
}
@media (min-width: 1441px) {
  .content-hub__filters .filters__label {
    margin-bottom: 0;
  }
}
.content-hub__filters .filters__list {
  max-height: 500px;
  transition: max-height 300ms ease;
}
@media (max-width: 768px) {
  .content-hub__filters .filters__list.hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease;
  }
}
.content-hub__filters .filters__list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.content-hub__filters .filters__list ul li {
  padding: 0 5px;
}
@media (max-width: 1440px) {
  .content-hub__filters .filters__list ul li {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .content-hub__filters .filters__list ul li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1441px) {
  .content-hub__filters .filters__list ul li {
    padding: 0 5px;
  }
}
.content-hub__filters .filters__list ul li label {
  margin: 0;
}
.content-hub__filters .filters__list ul li label input {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.content-hub__filters .filters__list ul li label input:checked + span {
  background-color: #ffc857;
  color: #032b5c;
}
.content-hub__filters .filters__list ul li label span {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #ffc857;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.content-hub__filters .filters__result {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 1.67;
  white-space: nowrap;
}
.content-hub__main {
  position: relative;
  width: 100%;
}
.content-hub__empty {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.content-hub__empty h2 {
  font-weight: 600;
}

@media (max-width: 1023px) {
  body.blog .hero-inner {
    margin-bottom: 0;
  }
}

/***************
  * Front Page *
 ***************/
.home-hero {
  position: relative;
  background-color: #032b5c;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .home-hero {
    margin-bottom: 120px;
  }
}
.home-hero .wrapper {
  position: relative;
  z-index: 2;
}
.home-hero__bg-lines {
  display: block;
  position: absolute;
  top: 0;
  left: -55%;
  width: 200%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 500px) {
  .home-hero__bg-lines {
    left: -24%;
  }
}
@media (min-width: 600px) {
  .home-hero__bg-lines {
    left: 0;
  }
}
@media (min-width: 768px) {
  .home-hero__bg-lines {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home-hero__bg-lines {
    left: -15%;
  }
}
@media (min-width: 1441px) {
  .home-hero__bg-lines {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  .home-hero__bg-lines {
    left: -5%;
  }
}
.home-hero__bg-lines svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 55px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .home-hero::after {
    bottom: -55px;
  }
}
.home-hero__content {
  padding: 60px 0 0 0;
  max-width: 600px;
}
@media (min-width: 768px) {
  .home-hero__content {
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .home-hero__content {
    padding: 110px 0 110px;
  }
}
@media (min-width: 1500px) {
  .home-hero__content {
    padding: 244px 0 110px;
  }
}
.home-hero__content .hero-bold {
  font-weight: 700;
}
.home-hero__content h1 {
  margin-bottom: 28px;
  white-space: unset;
  color: #fff;
}
@media (min-width: 768px) {
  .home-hero__content h1 {
    text-align: center;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .home-hero__content h1 {
    margin-bottom: 32px;
    text-align: left;
  }
}
.home-hero__content h1 .home-hero__underlined-top {
  text-decoration: none;
  position: relative;
}
.home-hero__content h1 .home-hero__underlined-top::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffc857;
  z-index: -1;
}
.home-hero__content h1 .home-hero__underlined-bottom {
  text-decoration: none;
  position: relative;
}
.home-hero__content h1 .home-hero__underlined-bottom::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffc857;
  z-index: -1;
}
.home-hero__content h1 .semi-bold-weight {
  display: block;
  font-size: 36px;
}
@media (min-width: 1024px) {
  .home-hero__content h1 .semi-bold-weight {
    font-size: 44px;
  }
}
@media (min-width: 1441px) {
  .home-hero__content h1 .semi-bold-weight {
    font-size: 60px;
  }
}
@media (min-width: 1500px) {
  .home-hero__content h1 .semi-bold-weight {
    font-size: 72px;
  }
}
.home-hero__content p,
.home-hero__content .wysiwyg li,
.wysiwyg .home-hero__content li {
  line-height: 1.5;
  max-width: 660px;
  margin-bottom: 28px;
  color: #fff;
}
@media (min-width: 768px) {
  .home-hero__content p,
.home-hero__content .wysiwyg li,
.wysiwyg .home-hero__content li {
    text-align: center;
    margin: 0 auto 28px;
  }
}
@media (min-width: 1024px) {
  .home-hero__content p,
.home-hero__content .wysiwyg li,
.wysiwyg .home-hero__content li {
    margin-bottom: 48px;
    text-align: left;
    margin: 0 0 28px 0;
  }
}
.home-hero__search {
  max-width: 600px;
  color: #032b5c;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  height: 56px;
  padding: 0 12px 0 20px;
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .home-hero__search {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .home-hero__search {
    justify-content: left;
    height: 72px;
    padding: 0 12px 0 28px;
    margin: 0 0 28px 0;
  }
}
.home-hero__search input {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  border: none;
}
@media (min-width: 1024px) {
  .home-hero__search input {
    font-size: 16px;
  }
}
.home-hero__search input:focus {
  border: none;
  outline: none;
}
.home-hero__search input::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.home-hero__search input::placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .home-hero__search input::-moz-placeholder {
    font-size: 16px;
  }
  .home-hero__search input::placeholder {
    font-size: 16px;
  }
}
.home-hero__search-icon {
  min-width: 20px;
  cursor: pointer;
  color: currentColor;
}
@media (min-width: 1024px) {
  .home-hero__search-icon {
    min-width: 24px;
  }
}
.home-hero__search-btn {
  display: block;
  min-width: 32px;
  height: 32px;
  background-color: #ffc857;
  color: #032b5c;
  border-radius: 50%;
  padding: 6px;
  outline: none;
  border: none;
}
@media (min-width: 1024px) {
  .home-hero__search-btn {
    min-width: 48px;
    height: 48px;
    padding: 12px;
  }
}
.home-hero__images-wrap {
  position: relative;
  transform: rotate(-6deg);
  z-index: 2;
  top: -3%;
  right: -3%;
  width: 94%;
  margin-left: auto;
  padding-top: 40px;
  margin-top: 20%;
}
@media (min-width: 768px) {
  .home-hero__images-wrap {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .home-hero__images-wrap {
    margin-top: 0;
    top: -19%;
    right: -11%;
    width: 60%;
    max-width: 1110px;
    position: absolute;
    height: calc(100% + 55px);
    margin-left: 0;
    padding-left: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1700px) {
  .home-hero__images-wrap {
    width: 57%;
  }
}
.home-hero__images-wrap .columns .column {
  padding: 0.25rem;
}
@media (min-width: 1250px) {
  .home-hero__images-wrap .columns .column {
    padding: 0.75rem;
  }
}
.home-hero__images-wrap .columns .column:nth-of-type(2) {
  margin-top: -10%;
}
.home-hero__images-wrap .columns .column:nth-of-type(3) {
  margin-top: -19%;
}
.home-hero__images-wrap .columns .column:nth-of-type(4) {
  margin-top: 3%;
}
.home-hero__images-hidden {
  display: none;
}
.home-hero__image {
  margin: 5px;
  border-radius: 8px;
  height: 0;
  padding-bottom: 147.33%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .home-hero__image {
    border-radius: 15px;
  }
}
@media (min-width: 1250px) {
  .home-hero__image {
    margin: 10px;
    border-radius: 20px;
  }
}
.home-hero__image img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__recommended-search-inputs {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .home-hero__recommended-search-inputs {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .home-hero__recommended-search-inputs {
    justify-content: left;
    margin-bottom: 64px;
  }
}
.home-hero__recommended-search-inputs span {
  font-size: 12px;
  color: #fff;
}
.home-hero__recommended-search-inputs .browse-all-jobs {
  font-weight: 600;
  font-size: 12px;
  margin: 0 4px 0 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffc857;
          text-decoration-color: #ffc857;
  text-decoration-thickness: 2px;
  transition: all 300ms ease;
  color: #fff;
}
.home-hero__recommended-search-inputs .browse-all-jobs:hover {
  color: #ffc857;
  transition: all 300ms ease;
}
.home-hero__recommended-search-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .home-hero__recommended-search-tags {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .home-hero__recommended-search-tags {
    padding: 0 10px;
  }
}
.home-hero__recommended-search-tags a {
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .home-hero__recommended-search-tags a {
    margin-bottom: 6px;
  }
}
.home-hero__recommended-search-tags a span {
  background-color: #ffc857;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 100px;
  margin: 0;
  line-height: 1.17;
  color: #032b5c;
}
.home-hero__google-reviews {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .home-hero__google-reviews {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .home-hero__google-reviews {
    justify-content: left;
  }
}
.home-hero__google-reviews p,
.home-hero__google-reviews .wysiwyg li,
.wysiwyg .home-hero__google-reviews li {
  margin: 0;
}
.home-hero__rating {
  margin-right: 12px;
}
.home-hero__rating-info {
  font-size: 12px;
}
@media (min-width: 768px) {
  .home-hero__rating-info {
    font-size: 16px;
  }
}
.home-hero__rating-amount, .home-hero__reviews-amount {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .home-hero__rating-amount, .home-hero__reviews-amount {
    font-size: 16px;
  }
}
.home-hero__reviews-amount {
  text-decoration: underline;
}
.home-hero__reviews-amount:hover {
  text-decoration: underline;
}

[data-aos^=draw-line-1][data-aos^=draw-line-1] {
  opacity: 0;
  transform: scale(0);
  transform-origin: center bottom;
}
[data-aos^=draw-line-1][data-aos^=draw-line-1].aos-animate {
  opacity: 1;
  -webkit-animation: draw 1.5s linear forwards;
          animation: draw 1.5s linear forwards;
}

[data-aos^=draw-line-2][data-aos^=draw-line-2] {
  opacity: 0;
  transform: scale(0);
  transform-origin: center top;
}
[data-aos^=draw-line-2][data-aos^=draw-line-2].aos-animate {
  opacity: 1;
  -webkit-animation: draw 1.5s linear forwards;
          animation: draw 1.5s linear forwards;
}

@-webkit-keyframes draw {
  to {
    transform: scale(1);
  }
}

@keyframes draw {
  to {
    transform: scale(1);
  }
}
.page-content {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-content {
    padding-bottom: 100px;
  }
}

.search-result {
  position: relative;
  width: 100%;
  padding: 0 0 60px;
}
@media (min-width: 1024px) {
  .search-result {
    padding: 100px 0 140px;
  }
}
@media (min-width: 1441px) {
  .search-result {
    padding: 100px 0 140px;
  }
}
.search-result__heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .search-result__heading {
    margin-bottom: 40px;
  }
}
.search-result__block {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .search-result__block {
    margin-bottom: 120px;
  }
}
.search-result__block:last-of-type {
  margin-bottom: 0;
}
.search-result__filter {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-result__filter {
    margin-bottom: 60px;
  }
}
@media (min-width: 1441px) {
  .search-result__filter {
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .search-result__filter .wrapper {
    width: 100%;
  }
}
.search-result__filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #005490;
  padding: 20px;
}
@media (min-width: 1024px) {
  .search-result__filter-wrap {
    border-radius: 8px;
    justify-content: space-between;
  }
}
.search-result__filter-wrap span {
  display: block;
  color: #fff;
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .search-result__filter-wrap span {
    margin-bottom: 10px;
  }
}
.search-result__filter-wrap span.result {
  font-weight: 600;
  margin-right: 0;
  margin-bottom: 0;
}
.search-result__filter-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-result__filter-wrap ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.search-result__filter-wrap ul li:last-of-type {
  margin-right: 0;
}
.search-result__filter-wrap ul li button {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 8px;
  border: 1px solid #ffc857;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
}
.search-result__filter-wrap ul li button:hover, .search-result__filter-wrap ul li button.is-active {
  background-color: #ffc857;
  color: #032b5c;
}
@media (max-width: 1023px) {
  .search-result__filter-column {
    width: 100%;
  }
  .search-result__filter-column:first-of-type {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .search-result__filter-column {
    display: flex;
    align-items: center;
  }
}
.search-result__filter-column span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .search-result__filter-column span {
    font-size: 16px;
  }
}

.services-single-section {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .services-single-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .services-single-section {
    margin-bottom: 100px;
  }
}
.services-single-section__col-right > * {
  margin-bottom: 20px;
}
.services-single-section__col-right > *:last-of-type {
  margin-bottom: 0;
}
.services-single-section__col-left > * {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .services-single-section__col-left > * {
    margin-bottom: 80px;
  }
}
.services-single-section__col-left > *:last-of-type {
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .services-single-section__col-left > *:last-of-type {
    margin-bottom: 0;
  }
}
.services-single-section .team-card {
  background-color: #032b5c;
  color: #fff;
  margin-bottom: 60px;
  min-height: auto;
}
@media (min-width: 768px) {
  .services-single-section .team-card {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .services-single-section .team-card {
    width: auto;
  }
}
.services-single-section .team-card__name, .services-single-section .team-card__job-title, .services-single-section .team-card__preview p,
.services-single-section .team-card__preview .wysiwyg li,
.wysiwyg .services-single-section .team-card__preview li {
  color: #fff;
}
.services-single-section .team-card__wrap {
  display: flex;
  justify-content: space-between;
}
.services-single-section .team-card__social-icon {
  list-style: none;
}
.services-single-section .team-card__social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #ffc857;
}
.services-single-section .team-card__social-icon a figure {
  min-width: 16px;
  width: 16px;
}

.related-services__title {
  font-weight: 600;
  margin-bottom: 20px;
}
.related-services__btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .related-services__btns {
    display: none;
    margin: 0;
  }
}
.related-services__next-btn {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .related-services__next-btn {
    margin-left: 0;
  }
}
.related-services__prev-btn {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .related-services__prev-btn {
    margin-right: 0;
  }
}
.related-services__card-wrap {
  margin-right: -5%;
}
@media (min-width: 768px) {
  .related-services__card-wrap {
    margin-right: -10px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.related-services__card-wrap::after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  .related-services__card-wrap::after {
    content: "";
  }
}
.related-services .service-card {
  width: 83.3333333333%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .related-services .service-card {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .related-services .service-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .related-services .service-card:last-of-type {
    margin-bottom: 0;
  }
}

.consultant-service-card {
  background-color: #005490;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.consultant-service-card > * {
  color: #fff;
}
.consultant-service-card__name {
  font-weight: 600;
  margin-bottom: 10px;
}
.consultant-service-card__heading {
  font-weight: 600;
  margin-bottom: 20px;
}
.consultant-service-card__info {
  margin-bottom: 20px;
}
.consultant-service-card__email, .consultant-service-card__tel {
  display: block;
}
.consultant-service-card__email {
  margin-bottom: 10px;
}
.consultant-service-card__icon {
  color: #ffc857;
  min-width: 16px;
  max-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.page-404 {
  padding: 300px 0;
  background-color: #032b5c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404 article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-404 h1 {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 200px;
  margin-bottom: 5px;
  line-height: 240px;
}
.page-404 h2 {
  color: #fff;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.page-404 h3,
.page-404 p,
.page-404 .wysiwyg li,
.wysiwyg .page-404 li {
  color: #fff;
  text-align: center;
}
.page-404 p,
.page-404 .wysiwyg li,
.wysiwyg .page-404 li {
  margin-bottom: 30px;
}

.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #f2f9ff;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}
@media (min-width: 1024px) {
  .article-card {
    border-radius: 20px;
  }
}
.article-card__image {
  position: relative;
  overflow: hidden;
}
.article-card__image a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #005490;
}
.article-card__image a:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 55.75%;
}
.article-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: 20px;
}
.article-card__content--white {
  background-color: #fff;
}
.article-card__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .article-card__title {
    font-size: 20px;
  }
}
.article-card__tags {
  color: #032b5c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.article-card__tag {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ffc857;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
.article-card__tag--content-type {
  background-color: #ffc857;
}
.article-card__tag:last-of-type {
  margin-right: 0;
}
.article-card__icon {
  min-width: 16px;
  max-height: 16px;
  display: inline-block;
  margin-right: 4px;
  color: currentColor;
}
.article-card__preview {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article-card__preview {
    margin-bottom: 24px;
  }
}
.article-card__preview p,
.article-card__preview .wysiwyg li,
.wysiwyg .article-card__preview li {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .article-card__preview p,
.article-card__preview .wysiwyg li,
.wysiwyg .article-card__preview li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.article-card__btn {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .article-card__btn .btn, .article-card__btn .pagination .page-numbers, .pagination .article-card__btn .page-numbers {
    padding: 12px 20px;
    border: none;
  }
}

.award-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.award-card__image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding-top: 39.82%;
}
@media (min-width: 768px) {
  .award-card__image {
    border-radius: 20px 20px 0 0;
  }
}
.award-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.award-card__content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background-color: #f2f9ff;
  color: #032b5c;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .award-card__content-wrap {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1024px) {
  .award-card__content-wrap {
    padding: 15px;
  }
}
@media (min-width: 1441px) {
  .award-card__content-wrap {
    padding: 20px;
  }
}
.award-card__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.award-card__details-wrap {
  display: flex;
  align-items: center;
}
.award-card__name {
  margin-right: 12px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .award-card__name {
    font-size: 14px;
  }
}
@media (min-width: 1441px) {
  .award-card__name {
    font-size: 16px;
  }
}
.award-card__tag {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #032b5c;
  background-color: transparent;
  border: 1px solid #ffc857;
  border-radius: 100px;
  padding: 4px 8px;
}
.award-card__tag--highlight {
  background-color: #ffc857;
}

.instagram-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}
.instagram-card__image {
  position: relative;
  padding-top: 66.66666667%;
  background-color: #005490;
}
.instagram-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
  background: #f2f9ff;
}
.instagram-card__content time {
  color: #032b5c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.instagram-card__content p,
.instagram-card__content .wysiwyg li,
.wysiwyg .instagram-card__content li {
  margin-bottom: 20px;
}
.instagram-card__btn {
  margin-top: auto;
}
.instagram-card__btn .btn, .instagram-card__btn .pagination .page-numbers, .pagination .instagram-card__btn .page-numbers {
  padding: 12px 20px;
}

.job-board-preview__card-wrap {
  margin-top: 50px;
}
.job-board-preview__card {
  background-color: #fff;
  color: #ffc857;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .job-board-preview__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .job-board-preview__card {
    border-radius: 20px;
  }
}
.job-board-preview__card--secondary {
  background-color: #f2f9ff;
}
.job-board-preview__outer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.job-board-preview__card-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.job-board-preview__details-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.job-board-preview__details-wrap:last-of-type {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.job-board-preview__salary {
  margin-right: 12px;
}
.job-board-preview__job-type {
  font-size: 12px;
  font-weight: 600;
  color: #032b5c;
  background-color: #ffc857;
  border: 1px solid #ffc857;
  border-radius: 100px;
  padding: 4px 8px;
}
.job-board-preview__location-wrap, .job-board-preview__flexibility-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ffc857;
  border-radius: 100px;
  padding: 4px 8px;
  margin: 4px 0;
}
.job-board-preview__location-wrap > span, .job-board-preview__flexibility-wrap > span {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #032b5c;
}
.job-board-preview__location-wrap {
  margin-right: 8px;
}
.job-board-preview__icon {
  min-width: 16px;
  margin-right: 4px;
  color: currentColor;
}
.job-board-preview__card-btn {
  margin-top: 24px;
}
.job-board-preview__card-btn .btn, .job-board-preview__card-btn .pagination .page-numbers, .pagination .job-board-preview__card-btn .page-numbers {
  padding: 12px 20px;
}

@media (max-width: 1023px) {
  .job-board-inner-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.team-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 8px;
  background-color: #f2f9ff;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .team-card {
    border-radius: 20px;
  }
}
.team-card__image {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.2%;
}
@media (min-width: 768px) {
  .team-card__image {
    border-radius: 20px 20px 0 0;
  }
}
.team-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.team-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: 20px;
}
.team-card__name {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .team-card__name {
    margin-bottom: 8px;
  }
}
.team-card__job-title {
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .team-card__job-title {
    margin-bottom: 20px;
  }
}
.team-card__preview {
  margin-bottom: 20px;
}
.team-card__preview p,
.team-card__preview .wysiwyg li,
.wysiwyg .team-card__preview li {
  font-size: 12px;
}
@media (min-width: 768px) {
  .team-card__preview p,
.team-card__preview .wysiwyg li,
.wysiwyg .team-card__preview li {
    font-size: 16px;
  }
}
.team-card__email {
  margin-bottom: 5px;
}
.team-card__email, .team-card__tel {
  display: flex;
  align-items: center;
}
.team-card__email span, .team-card__tel span {
  font-size: 14px;
}
.team-card__icon {
  min-width: 16px;
  max-height: 16px;
  display: inline-block;
  margin-right: 8px;
  color: currentColor;
}
.team-card__btn {
  margin-top: auto;
}
.team-card__btn .btn, .team-card__btn .pagination .page-numbers, .pagination .team-card__btn .page-numbers {
  padding: 12px 20px;
}

.text-card,
.service-card {
  display: flex;
  min-height: 100%;
  border-radius: 8px;
  background-color: #f2f9ff;
}
@media (min-width: 768px) {
  .text-card,
.service-card {
    border-radius: 20px;
  }
}
.text-card__content,
.service-card__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  width: 100%;
  padding: 20px;
}
.text-card__inner-wrap,
.service-card__inner-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #005490;
}
.text-card__icon,
.service-card__icon {
  min-width: 32px;
  max-height: 32px;
  display: inline-block;
  margin-right: 12px;
  color: currentColor;
}
.text-card__title,
.service-card__title {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .text-card__title,
.service-card__title {
    line-height: 24px;
    margin-top: 5px;
  }
}
.text-card__preview,
.service-card__preview {
  margin-bottom: 24px;
}
.text-card__preview p,
.text-card__preview .wysiwyg li,
.wysiwyg .text-card__preview li,
.service-card__preview p,
.service-card__preview .wysiwyg li,
.wysiwyg .service-card__preview li {
  font-size: 12px;
}
@media (min-width: 768px) {
  .text-card__preview p,
.text-card__preview .wysiwyg li,
.wysiwyg .text-card__preview li,
.service-card__preview p,
.service-card__preview .wysiwyg li,
.wysiwyg .service-card__preview li {
    font-size: 16px;
  }
}
.text-card__btn,
.service-card__btn {
  margin-top: auto;
}
.text-card__btn .btn, .text-card__btn .pagination .page-numbers, .pagination .text-card__btn .page-numbers,
.service-card__btn .btn,
.service-card__btn .pagination .page-numbers,
.pagination .service-card__btn .page-numbers {
  padding: 12px 20px;
}

.article {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .article {
    margin-bottom: 100px;
  }
}
.article--no-space {
  margin-bottom: 0;
}
.article--less-space {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article--less-space {
    margin-bottom: 80px;
  }
}
.article--standard-space {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .article--standard-space {
    margin-bottom: 140px;
  }
}
.article__title {
  margin-bottom: 20px;
}
.article__info p,
.article__info .wysiwyg li,
.wysiwyg .article__info li {
  margin-bottom: 20px;
  font-weight: 400;
}
.article__info p:last-of-type,
.article__info .wysiwyg li:last-of-type,
.wysiwyg .article__info li:last-of-type {
  margin-bottom: 0;
}
.article__wrap .wysiwyg h1,
.article__wrap .wysiwyg h2,
.article__wrap .wysiwyg h3,
.article__wrap .wysiwyg h4,
.article__wrap .wysiwyg h5,
.article__wrap .wysiwyg h6 {
  font-weight: 600;
}
.article__wrap .wysiwyg h1 a,
.article__wrap .wysiwyg h2 a,
.article__wrap .wysiwyg h3 a,
.article__wrap .wysiwyg h4 a,
.article__wrap .wysiwyg h5 a,
.article__wrap .wysiwyg h6 a {
  font-size: inherit;
}

.faq-accordion {
  position: relative;
  margin-bottom: 20px;
  background-color: #032b5c;
  border-radius: 20px;
  color: #f2f9ff;
}
.faq-accordion__button {
  display: flex;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq-accordion__button figure {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  color: #f2f9ff;
  margin-top: 5px;
  pointer-events: none;
}
.faq-accordion__button figure:before, .faq-accordion__button figure:after {
  content: "";
  display: block;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.faq-accordion__button figure:before {
  width: 100%;
  height: 2px;
  background: currentColor;
}
.faq-accordion__button figure:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: currentColor;
  transform: translateX(-50%);
}
.faq-accordion__button h4 {
  margin-bottom: 0;
  flex: 1 1 0%;
  min-width: 0px;
  font-weight: 600;
  margin-left: 15px;
  pointer-events: none;
  color: currentColor;
}
.faq-accordion__answer-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-accordion__answer {
  padding: 0 50px 20px 50px;
}
.faq-accordion__answer p,
.faq-accordion__answer .wysiwyg li,
.wysiwyg .faq-accordion__answer li {
  color: currentColor;
}

.faq-accordion.is-open {
  background: #032b5c;
  color: #f2f9ff;
}

.faq-accordion.is-open .faq-accordion__button figure {
  color: #fff;
}
.faq-accordion.is-open .faq-accordion__button figure:after {
  width: auto;
  transform: rotate(90deg) translateX(-50%);
}

.fifty-fifty-block__img-wrap {
  position: relative;
  margin-left: 0;
}
.fifty-fifty-block__img-wrap img {
  border-radius: 8px;
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .fifty-fifty-block__img-wrap img {
    border-radius: 20px;
  }
}
.fifty-fifty-block__img-wrap:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 66.67%;
}
@media (min-width: 1024px) {
  .fifty-fifty-block__img-wrap {
    margin-right: 30px;
  }
}
@media (min-width: 1441px) {
  .fifty-fifty-block__img-wrap {
    margin-right: 60px;
  }
}
.fifty-fifty-block__play-btn {
  position: absolute;
  z-index: 1;
  bottom: -22.5px;
  left: 5%;
  background: none;
}
@media (min-width: 1024px) {
  .fifty-fifty-block__play-btn {
    bottom: 10%;
    left: -5%;
  }
}
.fifty-fifty-block__play-btn:hover > .btn::before, .pagination .fifty-fifty-block__play-btn:hover > .page-numbers::before, .fifty-fifty-block__play-btn:focus > .btn::before, .pagination .fifty-fifty-block__play-btn:focus > .page-numbers::before {
  width: 143%;
}
.fifty-fifty-block__play-btn .btn, .fifty-fifty-block__play-btn .pagination .page-numbers, .pagination .fifty-fifty-block__play-btn .page-numbers {
  padding: 12px 20px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .fifty-fifty-block__play-btn .btn, .fifty-fifty-block__play-btn .pagination .page-numbers, .pagination .fifty-fifty-block__play-btn .page-numbers {
    padding: 20px 24px;
  }
}
.fifty-fifty-block__icon {
  min-width: 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.fifty-fifty-block__content-wrap {
  margin-right: 0;
  margin-top: 55px;
}
@media (min-width: 1024px) {
  .fifty-fifty-block__content-wrap {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1441px) {
  .fifty-fifty-block__content-wrap {
    margin-left: 60px;
  }
}
.fifty-fifty-block__title {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .fifty-fifty-block__title {
    font-size: 30px;
  }
}
@media (min-width: 1441px) {
  .fifty-fifty-block__title {
    font-size: 36px;
  }
}
.fifty-fifty-block__info p,
.fifty-fifty-block__info .wysiwyg li,
.wysiwyg .fifty-fifty-block__info li {
  margin-bottom: 20px;
}
.fifty-fifty-block__info p:last-of-type,
.fifty-fifty-block__info .wysiwyg li:last-of-type,
.wysiwyg .fifty-fifty-block__info li:last-of-type {
  margin-bottom: 0;
}
.fifty-fifty-block__review-wrap {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .fifty-fifty-block__review-wrap {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .fifty-fifty-block__review-wrap {
    justify-content: flex-start;
  }
}
.fifty-fifty-block__google-reviews, .fifty-fifty-block__glassdoor-reviews {
  margin: 30px 20px 0 0;
  display: inline-flex;
  max-width: 210px;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 16px;
  border: 1px solid #eaf2fb;
  border-radius: 8px;
}
.fifty-fifty-block__google-wrap, .fifty-fifty-block__glassdoor-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.fifty-fifty-block__google-text {
  color: #032b5c;
  font-weight: 600;
}
.fifty-fifty-block__google-icon {
  display: inline-block;
  min-width: 42px;
  margin-right: 7px;
}
.fifty-fifty-block__glassdoor-icon {
  display: block;
  min-width: 121px;
}
.fifty-fifty-block__rating {
  margin-bottom: 12px;
}
.fifty-fifty-block__rating-info {
  white-space: nowrap;
}
.fifty-fifty-block__rating-amount, .fifty-fifty-block__reviews-amount {
  font-weight: 600;
}
.fifty-fifty-block__btns {
  margin-top: 30px;
  display: flex;
}
@media (max-width: 500px) {
  .fifty-fifty-block__btns {
    flex-direction: column;
  }
}
.fifty-fifty-block__btns a {
  align-self: flex-start;
}
.fifty-fifty-block__btns .btn--transparent:last-of-type {
  margin-top: 12px;
}
@media (min-width: 500px) {
  .fifty-fifty-block__btns {
    flex-direction: row;
  }
  .fifty-fifty-block__btns .btn--transparent:last-of-type {
    margin-top: 0;
  }
  .fifty-fifty-block__btns a {
    margin: 0 10px;
  }
  .fifty-fifty-block__btns a:first-of-type {
    margin-left: 0;
  }
  .fifty-fifty-block__btns a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .fifty-fifty-block--reversed .columns {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-block--reversed .fifty-fifty-block__btns {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .fifty-fifty-block--reversed .fifty-fifty-block__btns {
    margin-bottom: 0;
  }
}
.fifty-fifty-block--reversed .fifty-fifty-block__content-wrap {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .fifty-fifty-block--reversed .fifty-fifty-block__content-wrap {
    margin-right: 30px;
  }
}
@media (min-width: 1441px) {
  .fifty-fifty-block--reversed .fifty-fifty-block__content-wrap {
    margin-right: 60px;
  }
}
.fifty-fifty-block--reversed .fifty-fifty-block__img-wrap {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .fifty-fifty-block--reversed .fifty-fifty-block__img-wrap {
    margin-left: 30px;
  }
}
@media (min-width: 1441px) {
  .fifty-fifty-block--reversed .fifty-fifty-block__img-wrap {
    margin-left: 60px;
  }
}
@media (max-width: 1023px) {
  .fifty-fifty-block--reversed-mobile .columns {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .fifty-fifty-block--reversed-mobile .fifty-fifty-block__content-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.form-generic__message {
  width: 100%;
}
.form-generic__message textarea {
  height: 55px;
}
.form-generic input::-moz-placeholder {
  color: rgba(3, 43, 92, 0.4);
}
.form-generic input::placeholder {
  color: rgba(3, 43, 92, 0.4);
}

.form-get-in-touch__fname, .form-get-in-touch__lname, .form-get-in-touch__contact-number, .form-get-in-touch__email {
  margin-bottom: 30px;
  color: #032b5c;
}
@media (min-width: 1024px) {
  .form-get-in-touch__fname, .form-get-in-touch__lname, .form-get-in-touch__contact-number, .form-get-in-touch__email {
    width: calc(33.33% - 20px);
  }
}
.form-get-in-touch__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  min-width: 24px;
  max-height: 24px;
  pointer-events: none;
}

.form-job-spec input::-moz-placeholder {
  color: rgba(3, 43, 92, 0.4);
}

.form-job-spec input::placeholder {
  color: rgba(3, 43, 92, 0.4);
}
.form-job-spec__role-title, .form-job-spec__file-upload {
  width: 100%;
}
@media (min-width: 768px) {
  .form-job-spec__role-title, .form-job-spec__file-upload {
    width: calc(50% - 20px) !important;
  }
}
.form-job-spec__role-title .file-upload, .form-job-spec__file-upload .file-upload {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(3, 43, 92, 0.6);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding: 18px 18px 18px 16px;
  background-color: #fff;
}
.form-job-spec__role-title .file-upload:after, .form-job-spec__file-upload .file-upload:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/svgs/upload.svg");
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.form-newsletter__email {
  width: 100%;
}
@media (min-width: 1024px) {
  .form-newsletter__email {
    width: calc(50% - 20px);
  }
}

.FAQs__title {
  margin-bottom: 16px;
}
.FAQs__btn {
  text-align: left;
  margin-top: 32px;
}
.FAQs__btn .btn, .FAQs__btn .pagination .page-numbers, .pagination .FAQs__btn .page-numbers {
  padding: 18px 22px;
}
@media (min-width: 1024px) {
  .FAQs__btn {
    text-align: right;
    margin-top: 0;
  }
}
.FAQs__accordion-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .FAQs__accordion-wrap {
    margin-top: 40px;
  }
}
.FAQs__accordion-wrap--margin {
  margin-bottom: 140px;
}
.FAQs__question-wrap {
  display: flex;
  background-color: #f2f9ff;
  color: #032b5c;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .FAQs__question-wrap {
    border-radius: 20px;
  }
}
.FAQs__question-wrap__question-inner-wrap > * {
  color: #032b5c;
}
.FAQs__question-wrap.is-open {
  background-color: #005490;
  color: #fff;
}
.FAQs__question-wrap.is-open .FAQs__question-inner-wrap > * {
  color: #fff;
}
.FAQs__question-wrap.is-open .FAQs__plus {
  display: none;
}
.FAQs__question-wrap.is-open .FAQs__minus {
  display: block;
}
.FAQs__question-wrap.is-open .FAQs__answer {
  display: block;
}
.FAQs__icon {
  min-width: 28px;
  margin-right: 16px;
  cursor: pointer;
  color: currentColor;
  pointer-events: none;
}
.FAQs__plus {
  display: block;
  pointer-events: none;
}
.FAQs__minus {
  display: none;
}
.FAQs__question {
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .FAQs__question {
    margin-bottom: 20px;
  }
}
.FAQs__answer {
  display: none;
  font-size: 12px;
  line-height: 20px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .FAQs__answer {
    font-size: 16px;
    line-height: 24px;
  }
}

.image-carousel__wrap {
  position: relative;
}
.image-carousel__carousel {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .image-carousel__carousel {
    border-radius: 20px;
  }
}
.image-carousel__image {
  position: relative;
  width: 100%;
  display: block;
}
.image-carousel__image:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 56.67%;
}
.image-carousel__details-wrap {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .image-carousel__details-wrap {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
  }
}
.image-carousel__details-wrap .flickity-viewport,
.image-carousel__details-wrap .flickity-slider {
  min-width: 100%;
}
.image-carousel__btns {
  display: flex;
}
@media (max-width: 1023px) {
  .image-carousel__btns {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .image-carousel__next-btn, .image-carousel__prev-btn {
    position: absolute;
    z-index: 2;
    top: 45%;
    transform: translateY(-45%);
  }
}
.image-carousel__next-btn {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .image-carousel__next-btn {
    margin-left: 0;
    right: -24px;
  }
}
.image-carousel__prev-btn {
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .image-carousel__prev-btn {
    margin-right: 0;
    left: -24px;
  }
}
.image-carousel__progress {
  min-width: 200px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
  .image-carousel__progress {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .image-carousel__progress {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .image-carousel__progress {
    width: 100%;
    margin-left: 0;
    margin-right: initial;
    margin-top: 20px;
  }
}
.image-carousel__progress-image {
  width: 48px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 2px;
  opacity: 0.4;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .image-carousel__progress-image {
    width: 80px;
    height: 48px;
  }
}
.image-carousel__progress-image img {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.image-carousel__progress-image:last-of-type {
  margin-right: 0;
}
.image-carousel__progress::after {
  content: "";
  display: block;
  background: linear-gradient(to right, transparent, white);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
}
@media (min-width: 768px) {
  .image-carousel__progress::after {
    content: none;
  }
}
@media (min-width: 1024px) {
  .image-carousel__progress::after {
    content: "";
    background: linear-gradient(to right, transparent, white);
  }
}

.image-with-content-banner {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .image-with-content-banner {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .image-with-content-banner__column {
    display: flex;
    position: relative;
  }
}
.image-with-content-banner__img-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  top: 50px;
}
@media (max-width: 1023px) {
  .image-with-content-banner__img-wrap:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 86.67%;
  }
}
@media (min-width: 768px) {
  .image-with-content-banner__img-wrap {
    top: 0;
    border-radius: 20px 20px 0 0;
    margin: -20px 0;
  }
}
@media (min-width: 1024px) {
  .image-with-content-banner__img-wrap {
    border-radius: 20px;
  }
}
.image-with-content-banner__content-wrap {
  background-color: #032b5c;
  border-radius: 0;
  overflow: hidden;
  padding: 75px 20px 40px 20px;
  position: relative;
  z-index: 1;
  margin: 0 -5.5%;
}
@media (min-width: 768px) {
  .image-with-content-banner__content-wrap {
    margin: 0;
    padding: 40px;
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1024px) {
  .image-with-content-banner__content-wrap {
    border-radius: 0 20px 20px 0;
    padding: 20px;
  }
}
@media (min-width: 1100px) {
  .image-with-content-banner__content-wrap {
    padding: 30px;
  }
}
@media (min-width: 1300px) {
  .image-with-content-banner__content-wrap {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .image-with-content-banner__content-wrap {
    padding: 45px;
  }
}
@media (min-width: 1400px) {
  .image-with-content-banner__content-wrap {
    padding: 50px;
  }
}
@media (min-width: 1500px) {
  .image-with-content-banner__content-wrap {
    padding: 50px 60px;
  }
}
.image-with-content-banner__content-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-image: url("../img/svgs/lines-dark-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .image-with-content-banner__content-wrap::after {
    background-image: url("../img/svgs/lines-dark-bg.svg");
  }
}
@media (min-width: 1024px) {
  .image-with-content-banner__content-wrap::after {
    right: -12%;
    width: 100%;
    background-size: contain;
  }
}
.image-with-content-banner__title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .image-with-content-banner__title {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .image-with-content-banner__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .image-with-content-banner__title {
    margin-bottom: 16px;
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .image-with-content-banner__title {
    line-height: 40px;
  }
}
@media (min-width: 1441px) {
  .image-with-content-banner__title {
    line-height: 48px;
  }
}
.image-with-content-banner__info {
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .image-with-content-banner__info {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .image-with-content-banner__info {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.image-with-content-banner__btn {
  display: inline-flex;
  margin-right: 10px;
}
.image-with-content-banner__btn .btn, .image-with-content-banner__btn .pagination .page-numbers, .pagination .image-with-content-banner__btn .page-numbers {
  padding: 12px 20px;
}
@media (min-width: 1441px) {
  .image-with-content-banner__btn .btn, .image-with-content-banner__btn .pagination .page-numbers, .pagination .image-with-content-banner__btn .page-numbers {
    padding: 20px 24px;
  }
}
.image-with-content-banner__btn:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .image-with-content-banner__btn:first-of-type {
    margin-bottom: 0;
  }
}
.image-with-content-banner__btn:last-of-type {
  margin-right: 0;
}
.image-with-content-banner__btn .btn--transparent {
  color: #fff;
}
.image-with-content-banner__btn .btn--transparent:hover {
  color: #032b5c;
}
.image-with-content-banner--reversed .columns {
  flex-direction: row-reverse;
}
.image-with-content-banner--reversed .image-with-content-banner__content-wrap {
  border-radius: 0;
}
@media (min-width: 768px) {
  .image-with-content-banner--reversed .image-with-content-banner__content-wrap {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1024px) {
  .image-with-content-banner--reversed .image-with-content-banner__content-wrap {
    border-radius: 20px 0 0 20px;
  }
}

.job-board-preview {
  background-color: #f2f9ff;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .job-board-preview {
    padding: 100px 0;
  }
}
@media (min-width: 1441px) {
  .job-board-preview {
    padding: 140px 0;
  }
}
.job-board-preview .wrapper {
  position: relative;
  z-index: 2;
}
.job-board-preview::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .job-board-preview::before {
    background-image: url("../img/svgs/lines-light-bg.svg");
  }
}
@media (min-width: 1024px) {
  .job-board-preview::before {
    left: -1%;
  }
}
@media (min-width: 1441px) {
  .job-board-preview::before {
    width: 100%;
  }
}
.job-board-preview__title {
  margin-bottom: 16px;
}
.job-board-preview__btn {
  text-align: left;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .job-board-preview__btn {
    text-align: right;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .job-board-preview__column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
.job-board-preview__card {
  color: #ffc857;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media (max-width: 767px) {
  .job-board-preview__card {
    flex: 1 1 auto;
  }
}
.job-board-preview__card-wrap {
  margin-right: -5%;
}
@media (min-width: 768px) {
  .job-board-preview__card-wrap {
    margin-right: 0;
  }
}
.job-board-preview__card-wrap .columns {
  display: block;
}
.job-board-preview__card-wrap .columns::after {
  content: "flickity";
  display: none;
}
@media (min-width: 1024px) {
  .job-board-preview__card-wrap .columns {
    display: flex;
  }
  .job-board-preview__card-wrap .columns::after {
    content: "";
  }
}
.job-board-preview__card-wrap .flickity-viewport {
  overflow: visible;
}
.job-board-preview__btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .job-board-preview__btns {
    display: none;
    margin: 0;
  }
}
.job-board-preview__next-btn {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .job-board-preview__next-btn {
    margin-left: 0;
  }
}
.job-board-preview__prev-btn {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .job-board-preview__prev-btn {
    margin-right: 0;
  }
}

.job-search .wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .job-search .wrapper {
    width: 95%;
  }
}
.job-search__wrap {
  background-color: #032b5c;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .job-search__wrap {
    padding: 70px 120px;
    border-radius: 20px;
  }
}
.job-search__wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-image: url("../img/svgs/lines-dark-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .job-search__wrap::after {
    background-image: url("../img/svgs/lines-dark-bg.svg");
    right: -25%;
  }
}
@media (min-width: 1024px) {
  .job-search__wrap::after {
    width: 95%;
  }
}
@media (min-width: 1441px) {
  .job-search__wrap::after {
    width: 65%;
    right: -11%;
  }
}
.job-search__title {
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.job-search__info {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .job-search__info {
    font-size: 16px;
  }
}
.job-search__search {
  max-width: 600px;
  color: #032b5c;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  height: 56px;
  padding: 0 12px 0 20px;
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .job-search__search {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .job-search__search {
    justify-content: left;
    height: 72px;
    padding: 0 12px 0 28px;
  }
}
.job-search__search input {
  font-size: 12px;
  line-height: 1.5;
  border: none;
}
@media (min-width: 1024px) {
  .job-search__search input {
    font-size: 16px;
  }
}
.job-search__search input:focus {
  border: none;
  outline: none;
}
.job-search__search input::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.job-search__search input::placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .job-search__search input::-moz-placeholder {
    font-size: 16px;
  }
  .job-search__search input::placeholder {
    font-size: 16px;
  }
}
.job-search__search-icon {
  min-width: 20px;
  cursor: pointer;
  color: currentColor;
}
@media (min-width: 1024px) {
  .job-search__search-icon {
    min-width: 24px;
  }
}
.job-search__search-btn {
  display: block;
  min-width: 32px;
  height: 32px;
  background-color: #ffc857;
  border-radius: 50%;
  padding: 6px;
  outline: none;
  border: none;
}
@media (min-width: 1024px) {
  .job-search__search-btn {
    min-width: 48px;
    height: 48px;
    padding: 12px;
  }
}
.job-search__recommended-search-inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .job-search__recommended-search-inputs {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.job-search__recommended-search-inputs span {
  font-size: 12px;
  color: #fff;
}
.job-search__recommended-search-inputs .browse-all-jobs {
  font-weight: 600;
  font-size: 12px;
  margin: 0 4px 0 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffc857;
          text-decoration-color: #ffc857;
  text-decoration-thickness: 2px;
  color: #fff;
  transition: all 300ms ease;
}
.job-search__recommended-search-inputs .browse-all-jobs:hover {
  color: #ffc857;
  transition: all 300ms ease;
}
.job-search__recommended-search-tags {
  margin: 12px 0;
}
@media (min-width: 1024px) {
  .job-search__recommended-search-tags {
    margin: 0;
  }
}
.job-search__recommended-search-tags a {
  background-color: #ffc857;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 100px;
  margin: 0 4px;
  line-height: 1.17;
}
.job-search__recommended-search-tags a:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) {
  .job-search__recommended-search-tags a:first-of-type {
    margin-left: 12px;
  }
}

.all-companies__title {
  text-align: center;
  margin-bottom: 48px;
}
.all-companies__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -24px -40px;
}
@media (min-width: 768px) {
  .all-companies__wrap {
    margin: 0 -24px -80px;
  }
}
@media (min-width: 1024px) {
  .all-companies__wrap {
    margin: 0 -14px -75px;
  }
}
@media (min-width: 1441px) {
  .all-companies__wrap {
    margin: 0 -24px -80px;
  }
}
.all-companies__single-logo {
  position: relative;
  display: block;
  margin-bottom: 40px;
  width: 50%;
  padding: 0 24px;
  overflow: hidden;
}
@media (min-width: 500px) {
  .all-companies__single-logo {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .all-companies__single-logo {
    margin-bottom: 80px;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .all-companies__single-logo {
    width: 20%;
    margin-bottom: 75px;
    padding: 0 14px;
  }
}
@media (min-width: 1441px) {
  .all-companies__single-logo {
    margin-bottom: 80px;
    padding: 0 24px;
  }
}
.all-companies__single-logo figure {
  position: relative;
}
.all-companies__single-logo figure:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 40%;
}
@media (min-width: 1024px) {
  .all-companies__single-logo figure:after {
    padding-bottom: 30%;
  }
}
.all-companies__next-btn {
  margin-left: auto;
}

.companies__title {
  text-align: center;
  margin-bottom: 28px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .companies__title {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.companies__carousel {
  margin: 0 -14px;
}
.companies__single-logo {
  position: relative;
  width: 33.3333333333%;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .companies__single-logo {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .companies__single-logo {
    width: 20%;
  }
}
.companies__single-logo figure {
  position: relative;
}
.companies__single-logo figure:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 40%;
}
@media (min-width: 1024px) {
  .companies__single-logo figure:after {
    padding-bottom: 25%;
  }
}
.companies__next-btn {
  margin-left: auto;
}
.companies__btns--mob-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .companies__next-btn, .companies__prev-btn {
    margin: 0 10px;
  }
}

.map-block {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .map-block {
    margin-bottom: 140px;
  }
}
.map-block .canvas {
  position: relative;
  background-color: #ccc;
  padding-bottom: 101.19%;
}
@media (min-width: 1024px) {
  .map-block .canvas {
    padding-bottom: 38.89%;
  }
}

.pricing-table-desktop {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  .pricing-table-desktop {
    display: none;
  }
}

.pricing-table__content {
  display: flex;
}
.pricing-table__column-headers {
  display: flex;
}
.pricing-table__column-header {
  width: 20%;
}
.pricing-table__column-header .pricing-table__column-title-full {
  padding: 20px 28px;
}
.pricing-table__column-header .pricing-table__column-title-short {
  padding: 19px 28px;
}
.pricing-table__column-header .pricing-table__column-title {
  border-bottom: 1px solid #eaf2fb;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
.pricing-table__column-header .pricing-table__column-title:hover {
  background-color: #f2f9ff;
}
.pricing-table__column-header .pricing-table__column-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-top: 4px;
}
.pricing-table__column-header .pricing-table__column-title .star-container {
  width: 32px;
  height: 32px;
}
.pricing-table__column-header .pricing-table__column-info {
  padding: 36px 28px 60px 28px;
  display: flex;
  flex-direction: column;
}
.pricing-table__column-header .pricing-table__column-info .starting-from {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.pricing-table__column-header .pricing-table__column-info h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 1.25;
}
.pricing-table__column-header .pricing-table__column-info .tier-description {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.pricing-table__empty-corner {
  width: 20%;
}
.pricing-table__column-features {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.pricing-table__column-features h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.18;
}
.pricing-table__column-features p,
.pricing-table__column-features .wysiwyg li,
.wysiwyg .pricing-table__column-features li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
.pricing-table__feature-box {
  padding: 20px;
}
.pricing-table .status-box-full {
  padding: 20px;
}
.pricing-table .status-box-short {
  padding: 20px 17px;
}
.pricing-table__status-box {
  padding: 20px;
  position: relative;
}
.pricing-table__status-box h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.18;
  visibility: hidden;
}
.pricing-table__status-box p,
.pricing-table__status-box .wysiwyg li,
.wysiwyg .pricing-table__status-box li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  visibility: hidden;
}
.pricing-table__status-box .status-box-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pricing-table__status-box .tick-container {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #ffc857;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.pricing-table__status-box .dash-container {
  width: 14px;
  height: 4px;
}
.pricing-table__column-tier {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.pricing-table__status_column {
  display: flex;
  flex-direction: column;
}
.pricing-table .odd-bg {
  background-color: #f2f9ff;
}
.pricing-table .platinum-highlight-top {
  border-left: 3px solid #d9d9d9;
  border-right: 3px solid #d9d9d9;
  border-top: 3px solid #d9d9d9;
}
.pricing-table .gold-highlight-top {
  border-left: 3px solid #ffc857;
  border-right: 3px solid #ffc857;
  border-top: 3px solid #ffc857;
}
.pricing-table .silver-highlight-top {
  border-left: 3px solid #c0c0c0;
  border-right: 3px solid #c0c0c0;
  border-top: 3px solid #c0c0c0;
}
.pricing-table .bronze-highlight-top {
  border-left: 3px solid #cd7f32;
  border-right: 3px solid #cd7f32;
  border-top: 3px solid #cd7f32;
}
.pricing-table .platinum-highlight-bottom {
  border-left: 3px solid #d9d9d9;
  border-right: 3px solid #d9d9d9;
  border-bottom: 3px solid #d9d9d9;
}
.pricing-table .gold-highlight-bottom {
  border-left: 3px solid #ffc857;
  border-right: 3px solid #ffc857;
  border-bottom: 3px solid #ffc857;
}
.pricing-table .silver-highlight-bottom {
  border-left: 3px solid #c0c0c0;
  border-right: 3px solid #c0c0c0;
  border-bottom: 3px solid #c0c0c0;
}
.pricing-table .bronze-highlight-bottom {
  border-left: 3px solid #cd7f32;
  border-right: 3px solid #cd7f32;
  border-bottom: 3px solid #cd7f32;
}

.pricing-table-mobile {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1399px) {
  .pricing-table-mobile {
    display: none;
  }
}
.pricing-table-mobile__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.pricing-table-mobile__tier {
  width: 46%;
  min-width: 335px;
}
@media (max-width: 809px) {
  .pricing-table-mobile__tier {
    width: 100%;
  }
}
.pricing-table-mobile .platinum-highlight {
  border: 3px solid #d9d9d9;
}
.pricing-table-mobile .gold-highlight {
  border: 3px solid #ffc857;
}
.pricing-table-mobile .silver-highlight {
  border: 3px solid #c0c0c0;
}
.pricing-table-mobile .bronze-highlight {
  border: 3px solid #cd7f32;
}
.pricing-table-mobile__column-headers {
  display: flex;
}
.pricing-table-mobile__column-header {
  padding: 0px;
  padding-top: 0;
}
.pricing-table-mobile .pricing-table-mobile__column-title {
  padding: 16px 16px 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
.pricing-table-mobile .pricing-table-mobile__column-title:hover {
  background-color: #f2f9ff;
}
.pricing-table-mobile .pricing-table-mobile__column-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-top: 4px;
}
.pricing-table-mobile .pricing-table-mobile__column-title .star-container {
  width: 32px;
  height: 32px;
}
.pricing-table-mobile .pricing-table-mobile__divider {
  background-color: #eaf2fb;
  height: 1px;
  margin: 0px 16px;
}
.pricing-table-mobile .pricing-table-mobile__column-info {
  padding: 14px 16px 4px 16px;
  display: flex;
  flex-direction: column;
}
.pricing-table-mobile .pricing-table-mobile__column-info .starting-from {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.pricing-table-mobile .pricing-table-mobile__column-info h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.25;
}
.pricing-table-mobile .pricing-table-mobile__column-info .tier-description {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.pricing-table-mobile__feature-box {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing-table-mobile__feature-box h5 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
.pricing-table-mobile__feature-box p,
.pricing-table-mobile__feature-box .wysiwyg li,
.wysiwyg .pricing-table-mobile__feature-box li {
  font-size: 12px;
  font-weight: 400;
}
.pricing-table-mobile__feature-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-table-mobile__feature-title .tick-container {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #ffc857;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.pricing-table-mobile__feature-title .dash-container {
  width: 14px;
  height: 4px;
}
.pricing-table-mobile .odd-bg {
  background-color: #f2f9ff;
}

.socials-preview__col-wrap {
  margin-bottom: 50px;
}
.socials-preview__title {
  margin-bottom: 0;
}
.socials-preview__socials {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .socials-preview__socials {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.socials-preview__socials ul {
  display: flex;
  align-items: center;
}
.socials-preview__socials ul li {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.socials-preview__socials ul li:first-child {
  margin-left: 0;
}
.socials-preview__socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #ffc857;
  transition: all 200ms ease;
}
.socials-preview__socials ul li a:hover {
  background-color: #ffd683;
}
.socials-preview__socials ul li a figure {
  min-width: 16px;
  width: 16px;
}
.socials-preview__socials ul li a figure.facebook {
  width: 20px;
  min-width: 20px;
}
.socials-preview__post-outer-wrap {
  background-color: #f2f9ff;
  padding: 20px;
  border-radius: 20px;
}
.socials-preview__post-inner-wrap p,
.socials-preview__post-inner-wrap .wysiwyg li,
.wysiwyg .socials-preview__post-inner-wrap li {
  margin-bottom: 20px;
  color: #032b5c;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .socials-preview__post-inner-wrap p,
.socials-preview__post-inner-wrap .wysiwyg li,
.wysiwyg .socials-preview__post-inner-wrap li {
    font-size: 16px;
    line-height: 24px;
  }
}
.socials-preview__post-inner-wrap p:last-child,
.socials-preview__post-inner-wrap .wysiwyg li:last-child,
.wysiwyg .socials-preview__post-inner-wrap li:last-child {
  margin-bottom: 0;
}
.socials-preview__post-details-outer-wrap {
  display: flex;
  margin-bottom: 28px;
  color: #032b5c;
}
.socials-preview__post-details-inner-wrap span {
  font-size: 12px;
  line-height: 20px;
  color: #032b5c;
}
.socials-preview__post-details-inner-wrap span:nth-of-type(2) {
  color: #ffc857;
  margin: 0 8px;
}
.socials-preview__post-username {
  color: #032b5c;
  margin-bottom: 0;
  font-weight: 600;
}
.socials-preview__post-profile-image {
  max-width: 48px;
  max-height: 48px;
  margin-right: 16px;
}
.socials-preview__post-profile-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.socials-preview__post-icon {
  min-width: 36px;
  max-height: 36px;
  padding: 10px;
  margin-left: auto;
  color: currentColor;
  border-radius: 50%;
  background-color: #eaf2fb;
}
.socials-preview__post-btn {
  margin-top: 20px;
}
.socials-preview__post-btn .btn, .socials-preview__post-btn .pagination .page-numbers, .pagination .socials-preview__post-btn .page-numbers {
  padding: 12px 20px;
}
.socials-preview__image img {
  display: block;
  height: 100%;
  width: 100%;
}

.book-appointment__block {
  background-color: #005490;
  padding: 20px;
}
@media (min-width: 768px) {
  .book-appointment__block {
    border-radius: 4px;
  }
}
.book-appointment__block-outer-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .book-appointment__block-outer-wrap {
    flex-direction: row;
  }
}
.book-appointment__block-outer-wrap:first-of-type {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .book-appointment__block-outer-wrap:first-of-type {
    align-items: center;
  }
}
.book-appointment__block-job-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .book-appointment__block-job-title {
    margin-bottom: 0;
  }
}
.book-appointment__block-socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .book-appointment__block-socials {
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .book-appointment__block-socials-inner-wrap:first-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 1441px) {
  .book-appointment__block-socials-inner-wrap:first-of-type {
    margin-right: 40px;
  }
}
.book-appointment__block-socials a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}
.book-appointment__block-socials a span {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .book-appointment__block-socials a span {
    font-size: 14px;
    font-weight: 300;
  }
}
.book-appointment__block-btn .btn, .book-appointment__block-btn .pagination .page-numbers, .pagination .book-appointment__block-btn .page-numbers {
  white-space: nowrap;
}
.book-appointment__block-icon {
  min-width: 16px;
  max-height: 16px;
  display: inline-block;
  margin-right: 8px;
  color: #ffc857;
}
.book-appointment__block-tags {
  display: flex;
  flex-wrap: wrap;
}
.book-appointment__block-tags > a {
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ffc857;
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.book-appointment__block-tags > a:last-of-type {
  margin-right: 0;
}

.single .book-appointment .wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .single .book-appointment .wrapper {
    width: 95%;
  }
}

.all-testimonials__block {
  background-color: #f2f9ff;
  padding: 20px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .all-testimonials__block {
    padding: 28px;
  }
}
.all-testimonials__block-outer-wrap {
  display: flex;
}
.all-testimonials__block-inner-wrap {
  display: flex;
  flex-direction: column;
}
.all-testimonials__block-mobile-wrap {
  display: flex;
}
.all-testimonials__block-image {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .all-testimonials__block-image {
    min-width: 246px;
    height: 236px;
    margin-right: 40px;
  }
}
.all-testimonials__block-name {
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: auto;
  font-size: 20px;
}
@media (min-width: 768px) {
  .all-testimonials__block-name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.all-testimonials__block-job-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.all-testimonials__block-tags {
  display: flex;
  flex-wrap: wrap;
}
.all-testimonials__block-tags > span {
  color: #032b5c;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ffc857;
  border-radius: 100px;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 1px solid #ffc857;
}
.all-testimonials__block-tags > span:first-of-type {
  background-color: #ffc857;
}
.all-testimonials__block-tags > span:last-of-type {
  margin-right: 0;
}
.all-testimonials__block-preview {
  padding-bottom: 20px;
  flex: 1;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .all-testimonials__block-preview {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

.featured-testimonials__block {
  background-color: #032b5c;
}
.featured-testimonials__block-name, .featured-testimonials__block-job-title, .featured-testimonials__block-preview {
  color: #fff;
}
.featured-testimonials__block-preview {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .featured-testimonials__block-preview {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .featured-testimonials__block-preview {
    font-size: 20px;
  }
}
.featured-testimonials__block-image {
  min-width: 246px;
  height: 284px;
}

.testimonials__wrap {
  background-color: #032b5c;
  padding: 45px 0;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials__wrap {
    border-radius: 20px;
    padding: 70px 0;
  }
}
.testimonials__wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-image: url("../img/svgs/lines-dark-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
}
@media (min-width: 1024px) {
  .testimonials__wrap::after {
    width: 75%;
  }
}
@media (min-width: 1441px) {
  .testimonials__wrap::after {
    width: 50%;
  }
}
.testimonials .testimonial-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials .testimonial-single {
    min-height: 100%;
  }
}
.testimonials .testimonial-single-content {
  color: #fff;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
.testimonials .testimonial-single-content > h2, .testimonials .testimonial-single-content > p,
.testimonials .wysiwyg .testimonial-single-content > li,
.wysiwyg .testimonials .testimonial-single-content > li {
  color: #fff;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .testimonials .testimonial-single-content > h2, .testimonials .testimonial-single-content > p,
.testimonials .wysiwyg .testimonial-single-content > li,
.wysiwyg .testimonials .testimonial-single-content > li {
    padding: 0 40px;
  }
}
.testimonials__quote {
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .testimonials__quote {
    margin-bottom: 20px;
  }
}
.testimonials__description {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .testimonials__description {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.testimonials__name {
  font-weight: 600;
  line-height: 20px;
}
.testimonials__status {
  font-size: 12px;
  line-height: 20px;
}
.testimonials__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .testimonials__btns {
    margin: 0;
  }
}
.testimonials__next-btn, .testimonials__prev-btn {
  z-index: 2;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .testimonials__next-btn, .testimonials__prev-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.testimonials__next-btn {
  right: -24px;
}
.testimonials__prev-btn {
  left: -24px;
}
.testimonials__btn {
  margin-top: 40px;
  text-align: center;
}
.testimonials__btn .btn, .testimonials__btn .pagination .page-numbers, .pagination .testimonials__btn .page-numbers {
  padding: 18px 22px;
}
@media (min-width: 768px) {
  .testimonials__btn {
    margin-top: 60px;
  }
}

.testimonials-block .wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials-block .wrapper {
    width: 95%;
  }
}

.trio-articles {
  position: relative;
}
@media (max-width: 1023px) {
  .trio-articles__column {
    display: flex;
    min-height: 100%;
  }
}
.trio-articles__col-wrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .trio-articles__col-wrap {
    margin-bottom: 40px;
  }
}
.trio-articles__title {
  margin-bottom: 16px;
}
.trio-articles__btn {
  text-align: left;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .trio-articles__btn {
    text-align: right;
    margin-top: 0;
  }
}
.trio-articles__article-wrap {
  margin-right: -5%;
}
@media (min-width: 768px) {
  .trio-articles__article-wrap {
    margin-right: 0;
  }
}
.trio-articles__article-wrap .columns {
  display: block;
}
.trio-articles__article-wrap .columns::after {
  content: "flickity";
  display: none;
}
@media (min-width: 1024px) {
  .trio-articles__article-wrap .columns {
    display: flex;
  }
  .trio-articles__article-wrap .columns::after {
    content: "";
  }
}
.trio-articles__article-wrap .flickity-viewport {
  overflow: visible;
}
.trio-articles .article-card__preview {
  display: none;
}
@media (min-width: 768px) {
  .trio-articles .article-card__preview {
    display: block;
  }
}
.trio-articles__btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .trio-articles__btns {
    display: none;
    margin: 0;
  }
}
.trio-articles__next-btn {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .trio-articles__next-btn {
    margin-left: 0;
  }
}
.trio-articles__prev-btn {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .trio-articles__prev-btn {
    margin-right: 0;
  }
}
.trio-articles--secondary {
  background-color: #f2f9ff;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .trio-articles--secondary {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .trio-articles--secondary {
    padding: 80px 0;
  }
}
@media (min-width: 1441px) {
  .trio-articles--secondary {
    padding: 120px 0;
  }
}
.trio-articles--secondary .wrapper {
  position: relative;
  z-index: 2;
}
.trio-articles--secondary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .trio-articles--secondary::before {
    background-image: url("../img/svgs/lines-light-bg.svg");
  }
}
@media (min-width: 1024px) {
  .trio-articles--secondary::before {
    left: -3%;
    width: 100%;
  }
}
.trio-articles--secondary .article-card {
  background-color: #fff;
}

.award-winning {
  position: relative;
}
.award-winning__title {
  margin-bottom: 16px;
}
.award-winning__btn {
  text-align: left;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .award-winning__btn {
    text-align: right;
    margin-top: 0;
  }
}
.award-winning__card-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .award-winning__card-wrap {
    margin-top: 40px;
  }
}
.award-winning--secondary {
  background-color: #f2f9ff;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .award-winning--secondary {
    padding: 100px 0;
  }
}
@media (min-width: 1441px) {
  .award-winning--secondary {
    padding: 140px 0;
  }
}
.award-winning--secondary .wrapper {
  position: relative;
  z-index: 2;
}
.award-winning--secondary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .award-winning--secondary::before {
    width: 68%;
  }
}
.award-winning--secondary .award-card__content-wrap {
  background-color: #fff;
}

.trio-team-cards {
  position: relative;
}
.trio-team-cards__col-wrap {
  margin-bottom: 40px;
}
.trio-team-cards__title {
  margin-bottom: 16px;
}
.trio-team-cards__btn {
  text-align: left;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .trio-team-cards__btn {
    text-align: right;
    margin-top: 0;
  }
}
.trio-team-cards__team-wrap {
  margin-right: -5%;
}
@media (min-width: 768px) {
  .trio-team-cards__team-wrap {
    margin-right: 0;
  }
}
.trio-team-cards__team-wrap .columns {
  display: block;
}
.trio-team-cards__team-wrap .columns::after {
  content: "flickity";
  display: none;
}
@media (min-width: 1024px) {
  .trio-team-cards__team-wrap .columns {
    display: flex;
  }
  .trio-team-cards__team-wrap .columns::after {
    content: "";
  }
}
.trio-team-cards__btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .trio-team-cards__btns {
    display: none;
    margin: 0;
  }
}
.trio-team-cards__next-btn {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .trio-team-cards__next-btn {
    margin-left: 0;
  }
}
.trio-team-cards__prev-btn {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .trio-team-cards__prev-btn {
    margin-right: 0;
  }
}
.trio-team-cards--secondary {
  background-color: #f2f9ff;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .trio-team-cards--secondary {
    padding: 100px 0;
  }
}
@media (min-width: 1441px) {
  .trio-team-cards--secondary {
    padding: 140px 0;
  }
}
.trio-team-cards--secondary .wrapper {
  position: relative;
  z-index: 2;
}
.trio-team-cards--secondary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.trio-team-cards--secondary .team-card {
  background-color: #fff;
}
.trio-team-cards--secondary .team-card__icon {
  color: #005490;
}

.trio-text-cards {
  position: relative;
}
.trio-text-cards__col-wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .trio-text-cards__col-wrap {
    margin-bottom: 40px;
  }
}
.trio-text-cards__title {
  margin-bottom: 16px;
}
.trio-text-cards__btn {
  text-align: left;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .trio-text-cards__btn {
    text-align: right;
    margin-top: 0;
  }
}
.trio-text-cards__wrap {
  position: relative;
}
.trio-text-cards__btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .trio-text-cards__btns {
    margin: 0;
  }
}
.trio-text-cards__next-btn {
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .trio-text-cards__next-btn {
    margin-left: 0;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .trio-text-cards__next-btn {
    right: -6%;
  }
}
@media (min-width: 1750px) {
  .trio-text-cards__next-btn {
    right: -10%;
  }
}
.trio-text-cards__prev-btn {
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .trio-text-cards__prev-btn {
    margin-right: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .trio-text-cards__prev-btn {
    bottom: unset;
    left: -6%;
  }
}
@media (min-width: 1750px) {
  .trio-text-cards__prev-btn {
    left: -10%;
  }
}
.trio-text-cards .desktop-arrow {
  display: none;
}
@media (min-width: 1024px) {
  .trio-text-cards .desktop-arrow {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .trio-text-cards__next-btn, .trio-text-cards__prev-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
}
.trio-text-cards--slider .flickity-viewport {
  visibility: visible;
}
.trio-text-cards--slider .service-card {
  width: 83.3333333333%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .trio-text-cards--slider .service-card {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .trio-text-cards--slider .service-card {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
}
@media (min-width: 1441px) {
  .trio-text-cards--slider .service-card {
    width: calc(33.33% - 26.6666666667px);
    margin-right: 40px;
  }
}
.trio-text-cards--slider .trio-text-cards__wrap {
  margin-right: -5%;
}
@media (min-width: 768px) {
  .trio-text-cards--slider .trio-text-cards__wrap {
    margin-right: -20px;
  }
}
@media (min-width: 1024px) {
  .trio-text-cards--slider .trio-text-cards__wrap {
    margin-right: 0;
  }
}
.trio-text-cards--secondary {
  background-color: #f2f9ff;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .trio-text-cards--secondary {
    padding: 100px 0;
  }
}
@media (min-width: 1441px) {
  .trio-text-cards--secondary {
    padding: 140px 0;
  }
}
.trio-text-cards--secondary .wrapper {
  position: relative;
  z-index: 2;
}
.trio-text-cards--secondary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 86%;
}
@media (min-width: 530px) {
  .trio-text-cards--secondary::before {
    height: 100%;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .trio-text-cards--secondary::before {
    background-image: url("../img/svgs/lines-light-bg.svg");
    left: -3%;
    width: 78%;
    height: 100%;
  }
}
.trio-text-cards--secondary .text-card,
.trio-text-cards--secondary .service-card {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .trio-text-cards__column {
    justify-content: center;
  }
}

.category__subheading {
  font-weight: 600;
  margin: 45px 0 25px;
}
@media (min-width: 768px) {
  .category__subheading {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.trio-text-cards--slider.trio-text-cards--secondary::before {
  height: 100%;
}

@media (max-width: 768px) {
  .practice-area .trio-text-cards__col-wrap,
.services .trio-text-cards__col-wrap {
    margin-bottom: 0;
  }
}

.vacancies__title {
  margin-bottom: 25px;
}
.vacancies__main {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.vacancies__col {
  display: flex;
  flex-direction: column;
}
.vacancies__block {
  background-color: #f2f9ff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.vacancies__block-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.vacancies__block-tag {
  display: flex;
  align-items: center;
  align-self: flex-start;
  border: 1px solid #ffc857;
  border-radius: 100px;
  padding: 4px 8px;
  color: #032b5c;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #032b5c;
  margin-bottom: 10px;
}
.vacancies__block-tag:last-of-type {
  margin-bottom: 0;
}
.vacancies__block-icon {
  display: inline-block;
  min-width: 16px;
  margin-right: 4px;
  color: currentColor;
}
.vacancies__block-job-type {
  background-color: #ffc857;
  color: #032b5c;
  border-radius: 100px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}
.vacancies__block-job-ref {
  margin-top: 12px;
  display: block;
  color: #032b5c;
  font-size: 12px;
}
.vacancies__block-btn {
  text-align: right;
}
.vacancies__block-preview {
  padding-top: 25px;
}

.video-section__wrap {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  height: 0;
  padding-top: 56.67%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .video-section__wrap {
    border-radius: 20px;
    margin-bottom: 40px;
  }
}
.video-section__video {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section__video video, .video-section__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section__cover {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.video-section__cover.is-playing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-section__play-btn {
  z-index: 4;
}
.video-section__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.video-section__caption {
  max-width: 840px;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .video-section__caption {
    font-size: 16px;
    line-height: 1.5;
  }
}
.video-section__caption.wysiwyg p,
.video-section__caption.wysiwyg li {
  margin-bottom: 20px;
}
.video-section__caption.wysiwyg p:last-child,
.video-section__caption.wysiwyg li:last-child {
  margin-bottom: 0;
}

/***************
  * Footer *
 ***************/
.site-footer {
  background-color: #001c51;
  padding: 60px 0 35px;
  position: relative;
}
@media (min-width: 1024px) {
  .site-footer {
    padding: 90px 0 40px;
  }
}
@media (min-width: 1441px) {
  .site-footer {
    padding: 120px 0 70px;
  }
}
.site-footer .wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .site-footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/svgs/lines-med-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .site-footer::after {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .site-footer::after {
    width: 70%;
  }
}
@media (min-width: 1820px) {
  .site-footer::after {
    width: 50%;
  }
}
.site-footer__top {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .site-footer__top {
    margin-bottom: 80px;
  }
}
.site-footer__top-logo {
  color: #fff;
}
.site-footer__top-logo .footer-logo {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .site-footer__top-logo .footer-logo {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .site-footer__top-logo .footer-logo {
    width: 64px;
    height: 64px;
  }
}
.site-footer__main {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .site-footer__main {
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .site-footer__main .columns {
    justify-content: space-between;
  }
}
.site-footer__col {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site-footer__col {
    margin-right: 30px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1441px) {
  .site-footer__col {
    margin-right: 30px;
  }
}
.site-footer__col > h5 {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .site-footer__col > h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.site-footer__nav ul {
  padding: 0;
}
.site-footer__nav ul li {
  list-style: none;
  font-weight: 400;
  margin: 12px 0;
  line-height: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer__nav ul li {
    margin: 8px 0;
    font-weight: 300;
  }
}
.site-footer__nav ul li figure {
  width: 16px;
  min-width: 16px;
  margin-right: 8px;
}
.site-footer__nav ul li figure .inline-svg {
  color: #ffc857;
}
.site-footer__nav ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 1.43;
  transition: all 0.2s ease;
}
.site-footer__nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .site-footer__nav ul li a {
    font-size: 14px;
  }
}
.site-footer__nav ul li address {
  display: inline-block;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .site-footer__nav ul li address {
    font-size: 14px;
    max-width: 200px;
  }
}
.site-footer__nav ul .footer-address {
  align-items: flex-start;
}
.site-footer__nav ul .footer-address span {
  display: block;
}
.site-footer__socials {
  display: flex;
}
@media (min-width: 1441px) {
  .site-footer__socials {
    justify-content: flex-end;
  }
}
.site-footer__socials ul {
  display: flex;
  align-items: center;
}
.site-footer__socials ul li {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.site-footer__socials ul li:first-child {
  margin-left: 0;
}
.site-footer__socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #ffc857;
  transition: all 200ms ease;
}
.site-footer__socials ul li a:hover {
  background-color: #ffd683;
}
.site-footer__socials ul li a figure {
  min-width: 16px;
  width: 16px;
}
.site-footer__socials ul li a figure.facebook {
  width: 20px;
  min-width: 20px;
}
.site-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__legal p,
.site-footer__legal .wysiwyg li,
.wysiwyg .site-footer__legal li {
  font-weight: 300;
}
.site-footer__legal p,
.site-footer__legal .wysiwyg li,
.wysiwyg .site-footer__legal li,
.site-footer__legal a {
  font-size: 12px;
  line-height: 1.43;
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer__legal p,
.site-footer__legal .wysiwyg li,
.wysiwyg .site-footer__legal li,
.site-footer__legal a {
    font-size: 14px;
  }
}
.site-footer__legal a {
  font-weight: 600;
  display: inline-block;
}
.site-footer__legal a::after {
  content: "";
  display: block;
  background-color: #ffc857;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.site-footer__legal a:hover::after {
  width: 100%;
  transform: scaleX(1);
}
@media (min-width: 1441px) {
  .site-footer__copyright {
    text-align: right;
  }
}

/***************
  * Header *
 ***************/
.site-header {
  position: relative;
  width: 100%;
  z-index: 99;
}

.site-header-top {
  display: none;
  justify-content: flex-end;
  width: 100%;
  background: #005490;
  padding: 8px 20px;
}
@media (min-width: 1024px) {
  .site-header-top {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .site-header-top {
    padding: 8px 40px;
  }
}
.site-header-top nav ul {
  display: flex;
  align-items: center;
}
.site-header-top nav ul li {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.site-header-top nav ul li:last-child {
  margin-right: 0;
}
.site-header-top nav ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #fff;
  transition: all 0.4s ease;
}
.site-header-top nav ul li a:hover {
  text-decoration: none;
  color: #ffc857;
}
.site-header-top nav ul li span.separator {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.site-header-top nav ul li figure {
  width: 16px;
  min-width: 16px;
  margin-right: 4px;
  display: flex;
  align-content: center;
}
.site-header-top nav ul li figure img {
  width: 100%;
}
.site-header-top .top-link-jobs {
  border-bottom: 2px solid #ffc857;
}

.site-header-main {
  position: relative;
  padding: 20px;
  background-color: #032b5c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .site-header-main {
    padding: 0 40px;
    height: 127px;
    justify-content: unset;
  }
}
.site-header-main .branding {
  display: flex;
  margin-right: 30px;
}
@media (min-width: 1441px) {
  .site-header-main .branding {
    margin-right: 48px;
  }
}
.site-header-main .branding__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header-main .branding__logo figure {
  width: 140px;
  color: #fff;
}
@media (min-width: 1024px) {
  .site-header-main .branding__logo figure {
    width: 150px;
  }
}
@media (min-width: 1441px) {
  .site-header-main .branding__logo figure {
    width: 200px;
  }
}
.site-header-main .navigation {
  display: none;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1024px) {
  .site-header-main .navigation {
    display: flex;
  }
}
.site-header-main .navigation ul {
  position: relative;
  display: flex;
  list-style: none;
}
.site-header-main .navigation ul li {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 1441px) {
  .site-header-main .navigation ul li {
    margin-right: 28px;
  }
}
.site-header-main .navigation ul li:last-child {
  margin-right: 0;
}
.site-header-main .navigation ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  transition: all 0.4s ease;
}
@media (min-width: 1441px) {
  .site-header-main .navigation ul li a {
    font-size: 16px;
  }
}
.site-header-main .navigation ul li a:hover {
  text-decoration: none;
  color: #ffc857;
}
.site-header-main .navigation ul li a.has-children {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header-main .navigation ul li a.has-children:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/svgs/angle-down--yellow.svg") no-repeat center center;
  margin-left: 3px;
  transition: all 0.4s ease;
}
@media (min-width: 1441px) {
  .site-header-main .navigation ul li a.has-children:after {
    margin-left: 6px;
  }
}
.site-header-main .navigation ul li .search-trigger {
  background: transparent;
  outline: none;
  border: none;
}
.site-header-main .navigation ul li .search-trigger figure {
  width: 24px;
  min-width: 24px;
  color: #ffc857;
}
.site-header-main .navigation ul li .btn, .site-header-main .navigation ul li .pagination .page-numbers, .pagination .site-header-main .navigation ul li .page-numbers {
  color: #032b5c;
  padding: 14px 18px;
}
@media (min-width: 1441px) {
  .site-header-main .navigation ul li .btn, .site-header-main .navigation ul li .pagination .page-numbers, .pagination .site-header-main .navigation ul li .page-numbers {
    padding: 18px 22px;
  }
}
.site-header-main .navigation ul li .btn:hover, .site-header-main .navigation ul li .pagination .page-numbers:hover, .pagination .site-header-main .navigation ul li .page-numbers:hover {
  color: #032b5c;
}
.site-header-main .navigation li.has-children:hover .navigation-dropdown,
.site-header-main .navigation li.has-children:hover .navigation-search {
  display: block;
}
.site-header-main .navigation li.has-children:hover .has-children:after {
  transform: rotate(180deg);
}
.site-header-main .navigation li.has-children:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  position: absolute;
  bottom: 0;
  right: 4px;
}
.site-header-main .navigation-dropdown {
  position: absolute;
  top: 100%;
  min-width: 800px;
  background: #fff;
  padding: 28px;
  border-radius: 8px;
  z-index: 10;
  display: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.site-header-main .navigation-dropdown h5 {
  font-weight: 300;
  font-size: 14px;
  padding-top: 28px;
}
.site-header-main .navigation-dropdown h5.services-link, .site-header-main .navigation-dropdown h5.careers:nth-of-type(2) {
  border-top: 1px solid #eaf2fb;
  margin-top: 28px;
}
.site-header-main .navigation-dropdown h5.careers-link {
  margin-bottom: 0;
  line-height: 1.71;
}
.site-header-main .navigation-dropdown h5.careers-link:first-of-type {
  padding-top: 0;
}
.site-header-main .navigation-dropdown .careers-wrap {
  border-top: 1px solid #eaf2fb;
  margin-top: 28px;
}
.site-header-main .navigation-dropdown ul {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -16px;
}
.site-header-main .navigation-dropdown ul li {
  display: flex;
  align-items: flex-start;
  width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  margin-bottom: 16px;
}
.site-header-main .navigation-dropdown ul li a {
  color: #032b5c;
  font-size: 14px;
  line-height: 1.71;
}

.last-item {
  left: -750%;
}
@media (min-width: 1441px) {
  .last-item {
    left: -650%;
  }
}

.second-to-last-item {
  left: -700%;
}
@media (min-width: 1441px) {
  .second-to-last-item {
    left: -600%;
  }
}

.third-to-last-item {
  left: -300%;
}
@media (min-width: 1441px) {
  .third-to-last-item {
    left: -200%;
  }
}

.fourth-to-last-item {
  left: -300%;
}
@media (min-width: 1441px) {
  .fourth-to-last-item {
    left: -200%;
  }
}

.fifth-to-last-item {
  left: -200%;
}
@media (min-width: 1441px) {
  .fifth-to-last-item {
    left: unset;
  }
}

.navigation-search {
  position: absolute;
  top: 100%;
  width: 500px;
  background: #fff;
  padding: 28px;
  border-radius: 8px;
  z-index: 10;
  left: -50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: none;
}
.navigation-search form {
  position: relative;
  margin-bottom: 28px;
}
.navigation-search form figure {
  width: 20px;
  min-width: 20px;
  color: #032b5c;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.navigation-search form input {
  border: none;
  border-radius: 0;
  background-color: #f2f9ff;
  padding-left: 50px;
}
.navigation-search form input::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #032b5c;
}
.navigation-search form input::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #032b5c;
}
.navigation-search form button {
  display: none;
}
.navigation-search .latest-posts ul {
  display: block;
}
.navigation-search .latest-posts ul li {
  margin-bottom: 16px;
}
.navigation-search .latest-posts ul li:last-child {
  margin-bottom: 0;
}
.navigation-search .latest-posts ul li a {
  color: #032b5c;
}

.header-logo {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .header-logo {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    width: 103px;
    height: 103px;
  }
}

.hero-inner {
  background-color: #f2f9ff;
  position: relative;
}
.hero-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .hero-inner::before {
    width: 80%;
    left: -12%;
  }
}
@media (min-width: 1700px) {
  .hero-inner::before {
    width: 53%;
  }
}
.hero-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.hero-inner__media {
  margin-bottom: -45px;
}
.hero-inner__single-job h1 {
  margin-bottom: 0;
}
.hero-inner__single-job:after {
  content: none;
}
.hero-inner__content-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-inner__content-wrap {
    padding: 80px 0 110px;
  }
}
@media (min-width: 1024px) {
  .hero-inner__content-wrap {
    padding-right: 40px;
  }
}
@media (min-width: 1441px) {
  .hero-inner__content-wrap {
    padding-right: 120px;
  }
}
@media (min-width: 1700px) {
  .hero-inner__content-wrap {
    padding-right: 0;
  }
}
.hero-inner__prev-page {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.hero-inner__prev-page-btn {
  margin-right: 20px;
}
.hero-inner__prev-page .arrow-btn {
  min-width: 36px;
  height: 36px;
  padding: 6px;
}
@media (min-width: 768px) {
  .hero-inner__prev-page .arrow-btn {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}
.hero-inner__prev-page p,
.hero-inner__prev-page .wysiwyg li,
.wysiwyg .hero-inner__prev-page li {
  font-weight: 600;
}
.hero-inner__title {
  margin-bottom: 20px;
  color: #032b5c;
}
@media (min-width: 768px) {
  .hero-inner__title {
    margin-bottom: 40px;
  }
}
.hero-inner__info {
  color: #032b5c;
}
.hero-inner__info a {
  color: #fff;
  text-decoration: underline;
}
.hero-inner__image {
  display: none;
}
.hero-inner--with-image {
  margin-bottom: 60px;
}
.hero-inner--with-image::after {
  content: "";
  height: 240px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .hero-inner--with-image::after {
    height: 100px;
  }
}
@media (min-width: 1441px) {
  .hero-inner--with-image::after {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .hero-inner--with-image {
    margin-bottom: 100px;
  }
}
@media (min-width: 1441px) {
  .hero-inner--with-image {
    margin-bottom: 180px;
  }
}
.hero-inner--with-image .hero-inner__image {
  display: block;
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  height: calc(100% + 10px);
  width: 105.5%;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero-inner--with-image .hero-inner__image {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    position: absolute;
    max-width: 500px;
  }
}
@media (min-width: 1250px) {
  .hero-inner--with-image .hero-inner__image {
    max-width: 640px;
  }
}
@media (min-width: 1300px) {
  .hero-inner--with-image .hero-inner__image {
    max-width: 670px;
  }
}
@media (min-width: 1400px) {
  .hero-inner--with-image .hero-inner__image {
    max-width: 700px;
  }
}
@media (min-width: 1441px) {
  .hero-inner--with-image .hero-inner__image {
    max-width: 800px;
    border-bottom-left-radius: 20px;
    height: calc(100% + 60px);
  }
}
@media (min-width: 1490px) {
  .hero-inner--with-image .hero-inner__image {
    max-width: 840px;
  }
}
.hero-inner--with-image .hero-inner__image img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-inner--secondary {
  background-color: #032b5c;
}
.hero-inner--secondary .hero-inner__title {
  color: #fff;
}
.hero-inner--secondary .hero-inner__info {
  color: #fff;
}
.hero-inner--secondary .breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero-inner--secondary .breadcrumb {
    margin-bottom: 60px;
  }
}
.hero-inner--secondary .breadcrumb a, .hero-inner--secondary .breadcrumb_last {
  color: #fff;
}
.hero-inner--secondary .breadcrumb-arrow {
  color: #ffc857;
}
.hero-inner--secondary::before {
  content: "";
  background-image: url("../img/svgs/lines-med-bg--mobile.svg");
}
@media (min-width: 768px) {
  .hero-inner--secondary::before {
    background-image: url("../img/svgs/lines-med-bg.svg");
  }
}
.hero-inner--account {
  margin: 0;
}

.single-team .hero-inner__title {
  margin-bottom: 0;
}

.hero-single {
  margin-bottom: 60px;
}
.hero-single .hero-inner__title {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero-single::before {
    left: 1%;
  }
}

@media (max-width: 768px) {
  .hero-inner-single-alt .hero-inner__content-wrap {
    padding: 50px 0 28px;
  }
}

.hero-search .hero-inner__prev-page p,
.hero-search .hero-inner__prev-page .wysiwyg li,
.wysiwyg .hero-search .hero-inner__prev-page li {
  color: white;
}

.thank-you-register .hero-inner,
.thank-you-realm-career .hero-inner,
.thank-you-friend .hero-inner,
.thank-you-app .hero-inner,
.thank-you .hero-inner {
  background-color: #032b5c;
}
.thank-you-register .hero-inner::before, .thank-you-register .hero-inner::after,
.thank-you-realm-career .hero-inner::before,
.thank-you-realm-career .hero-inner::after,
.thank-you-friend .hero-inner::before,
.thank-you-friend .hero-inner::after,
.thank-you-app .hero-inner::before,
.thank-you-app .hero-inner::after,
.thank-you .hero-inner::before,
.thank-you .hero-inner::after {
  content: none;
}
.thank-you-register .hero-inner__title, .thank-you-register .hero-inner__description, .thank-you-register .hero-inner__btns .btn--transparent, .thank-you-register .hero-inner__prev-page p,
.thank-you-register .hero-inner__prev-page .wysiwyg li,
.wysiwyg .thank-you-register .hero-inner__prev-page li,
.thank-you-register .hero-inner .breadcrumb a,
.thank-you-register .hero-inner .breadcrumb_last,
.thank-you-realm-career .hero-inner__title,
.thank-you-realm-career .hero-inner__description,
.thank-you-realm-career .hero-inner__btns .btn--transparent,
.thank-you-realm-career .hero-inner__prev-page p,
.thank-you-realm-career .hero-inner__prev-page .wysiwyg li,
.wysiwyg .thank-you-realm-career .hero-inner__prev-page li,
.thank-you-realm-career .hero-inner .breadcrumb a,
.thank-you-realm-career .hero-inner .breadcrumb_last,
.thank-you-friend .hero-inner__title,
.thank-you-friend .hero-inner__description,
.thank-you-friend .hero-inner__btns .btn--transparent,
.thank-you-friend .hero-inner__prev-page p,
.thank-you-friend .hero-inner__prev-page .wysiwyg li,
.wysiwyg .thank-you-friend .hero-inner__prev-page li,
.thank-you-friend .hero-inner .breadcrumb a,
.thank-you-friend .hero-inner .breadcrumb_last,
.thank-you-app .hero-inner__title,
.thank-you-app .hero-inner__description,
.thank-you-app .hero-inner__btns .btn--transparent,
.thank-you-app .hero-inner__prev-page p,
.thank-you-app .hero-inner__prev-page .wysiwyg li,
.wysiwyg .thank-you-app .hero-inner__prev-page li,
.thank-you-app .hero-inner .breadcrumb a,
.thank-you-app .hero-inner .breadcrumb_last,
.thank-you .hero-inner__title,
.thank-you .hero-inner__description,
.thank-you .hero-inner__btns .btn--transparent,
.thank-you .hero-inner__prev-page p,
.thank-you .hero-inner__prev-page .wysiwyg li,
.wysiwyg .thank-you .hero-inner__prev-page li,
.thank-you .hero-inner .breadcrumb a,
.thank-you .hero-inner .breadcrumb_last {
  color: #fff;
}
.thank-you-register .hero-inner .breadcrumb-arrow,
.thank-you-realm-career .hero-inner .breadcrumb-arrow,
.thank-you-friend .hero-inner .breadcrumb-arrow,
.thank-you-app .hero-inner .breadcrumb-arrow,
.thank-you .hero-inner .breadcrumb-arrow {
  color: #ffc857;
}
.thank-you-register .hero-inner__prev-page,
.thank-you-realm-career .hero-inner__prev-page,
.thank-you-friend .hero-inner__prev-page,
.thank-you-app .hero-inner__prev-page,
.thank-you .hero-inner__prev-page {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .thank-you-register .hero-inner__prev-page,
.thank-you-realm-career .hero-inner__prev-page,
.thank-you-friend .hero-inner__prev-page,
.thank-you-app .hero-inner__prev-page,
.thank-you .hero-inner__prev-page {
    margin-bottom: 60px;
  }
}
.thank-you-register .hero-inner__title,
.thank-you-realm-career .hero-inner__title,
.thank-you-friend .hero-inner__title,
.thank-you-app .hero-inner__title,
.thank-you .hero-inner__title {
  margin-bottom: 20px;
}
.thank-you-register .hero-inner__description,
.thank-you-realm-career .hero-inner__description,
.thank-you-friend .hero-inner__description,
.thank-you-app .hero-inner__description,
.thank-you .hero-inner__description {
  margin-bottom: 40px;
  max-width: 720px;
}
@media (min-width: 768px) {
  .thank-you-register .hero-inner__description,
.thank-you-realm-career .hero-inner__description,
.thank-you-friend .hero-inner__description,
.thank-you-app .hero-inner__description,
.thank-you .hero-inner__description {
    margin-bottom: 60px;
  }
}
.thank-you-register .hero-inner__btns,
.thank-you-realm-career .hero-inner__btns,
.thank-you-friend .hero-inner__btns,
.thank-you-app .hero-inner__btns,
.thank-you .hero-inner__btns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .thank-you-register .hero-inner__btns,
.thank-you-realm-career .hero-inner__btns,
.thank-you-friend .hero-inner__btns,
.thank-you-app .hero-inner__btns,
.thank-you .hero-inner__btns {
    flex-direction: row;
  }
}
.thank-you-register .hero-inner__btns a,
.thank-you-realm-career .hero-inner__btns a,
.thank-you-friend .hero-inner__btns a,
.thank-you-app .hero-inner__btns a,
.thank-you .hero-inner__btns a {
  margin: 6px 0;
  align-self: flex-start;
}
.thank-you-register .hero-inner__btns a:first-of-type,
.thank-you-realm-career .hero-inner__btns a:first-of-type,
.thank-you-friend .hero-inner__btns a:first-of-type,
.thank-you-app .hero-inner__btns a:first-of-type,
.thank-you .hero-inner__btns a:first-of-type {
  margin-top: 0;
}
.thank-you-register .hero-inner__btns a:last-of-type,
.thank-you-realm-career .hero-inner__btns a:last-of-type,
.thank-you-friend .hero-inner__btns a:last-of-type,
.thank-you-app .hero-inner__btns a:last-of-type,
.thank-you .hero-inner__btns a:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .thank-you-register .hero-inner__btns a,
.thank-you-realm-career .hero-inner__btns a,
.thank-you-friend .hero-inner__btns a,
.thank-you-app .hero-inner__btns a,
.thank-you .hero-inner__btns a {
    margin: 0 10px;
  }
  .thank-you-register .hero-inner__btns a:first-of-type,
.thank-you-realm-career .hero-inner__btns a:first-of-type,
.thank-you-friend .hero-inner__btns a:first-of-type,
.thank-you-app .hero-inner__btns a:first-of-type,
.thank-you .hero-inner__btns a:first-of-type {
    margin-left: 0;
  }
  .thank-you-register .hero-inner__btns a:last-of-type,
.thank-you-realm-career .hero-inner__btns a:last-of-type,
.thank-you-friend .hero-inner__btns a:last-of-type,
.thank-you-app .hero-inner__btns a:last-of-type,
.thank-you .hero-inner__btns a:last-of-type {
    margin-right: 0;
  }
  .thank-you-register .hero-inner__btns a:last-of-type:hover,
.thank-you-realm-career .hero-inner__btns a:last-of-type:hover,
.thank-you-friend .hero-inner__btns a:last-of-type:hover,
.thank-you-app .hero-inner__btns a:last-of-type:hover,
.thank-you .hero-inner__btns a:last-of-type:hover {
    color: #032b5c;
  }
}
.thank-you-register .hero-inner__content-wrap,
.thank-you-realm-career .hero-inner__content-wrap,
.thank-you-friend .hero-inner__content-wrap,
.thank-you-app .hero-inner__content-wrap,
.thank-you .hero-inner__content-wrap {
  padding: 50px 0 60px;
}
@media (min-width: 768px) {
  .thank-you-register .hero-inner__content-wrap,
.thank-you-realm-career .hero-inner__content-wrap,
.thank-you-friend .hero-inner__content-wrap,
.thank-you-app .hero-inner__content-wrap,
.thank-you .hero-inner__content-wrap {
    padding: 80px 0 140px;
  }
}

.page-id-687 .hero-inner,
.page-id-676 .hero-inner,
.page-id-685 .hero-inner {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .page-id-687 .hero-inner,
.page-id-676 .hero-inner,
.page-id-685 .hero-inner {
    margin-bottom: 120px;
  }
}
.page-id-687 .hero-inner__title,
.page-id-676 .hero-inner__title,
.page-id-685 .hero-inner__title {
  margin-bottom: 0;
}

.mobile-toggle {
  position: relative;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  width: 28px;
  height: 30px;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 1024px) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: currentColor;
}
.mobile-toggle span:before, .mobile-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: currentColor;
  transition: transform 0.2s ease-in-out;
}
.mobile-toggle span:before {
  transform: translateY(-10px);
}
.mobile-toggle span:after {
  transform: translateY(10px);
}
.mobile-toggle.is-open span {
  background: transparent;
}
.mobile-toggle.is-open span:before {
  transform: rotate(45deg);
}
.mobile-toggle.is-open span:after {
  transform: rotate(-45deg);
}

/*
 * Mobile Navigation
 */
.mobile-nav {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  z-index: 98;
  background-color: #005490;
  pointer-events: none;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.mobile-nav.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.mobile-nav.increase-z {
  z-index: 99;
}

.mobile-nav-main {
  flex: 1 1 0%;
  position: relative;
  width: 100%;
}
.mobile-nav-main ul {
  list-style: none;
  padding-top: 70px;
}
.mobile-nav-main ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  border-top: 1px solid #004d88;
}
.mobile-nav-main ul li a .panel-arrow-toggle {
  width: 10px;
  min-width: 10px;
  color: #ffc857;
  background: transparent;
  pointer-events: none;
}
.mobile-nav-main ul li a .panel-arrow-toggle--alt {
  width: 8px;
  min-width: 8px;
  margin-right: auto;
  margin-left: 10px;
}
.mobile-nav-main ul li a.search figure {
  width: 20px;
  min-width: 20px;
  color: #ffc857;
  margin-right: 10px;
  pointer-events: none;
}
.mobile-nav-main ul li a.search span {
  margin-right: auto;
  pointer-events: none;
}
.mobile-nav-main ul li a.start-journey {
  border-color: #ffc857;
  color: #032b5c;
  background-color: #ffc857;
}

/**
* Mobile Submenu
*/
.mobile-nav-submenu {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  z-index: 100;
  height: 100%;
  pointer-events: none;
  transition: 0.3s ease;
  transform: translateX(100%);
  background-color: #fff;
}
.mobile-nav-submenu.is-open {
  pointer-events: auto;
  transform: translateX(0);
}
.mobile-nav-submenu__main {
  flex: 1 1 0%;
  width: 100%;
}
.mobile-nav-submenu header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background-color: #005490;
  color: #fff;
}
.mobile-nav-submenu header h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  margin-right: auto;
}
.mobile-nav-submenu__content {
  position: relative;
  width: 100%;
  padding: 30px 20px;
}
.mobile-nav-submenu__content.underline {
  border-bottom: 1px solid #eaf2fb;
}
.mobile-nav-submenu__content form {
  position: relative;
  margin-bottom: 28px;
}
.mobile-nav-submenu__content form figure {
  width: 25px;
  min-width: 25px;
  color: #032b5c;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.mobile-nav-submenu__content form input {
  border: none;
  border-radius: 0;
  background-color: #f2f9ff;
  padding: 20px;
  padding-left: 60px;
}
.mobile-nav-submenu__content form input::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #032b5c;
}
.mobile-nav-submenu__content form input::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #032b5c;
}
.mobile-nav-submenu__content form button {
  display: none;
}
.mobile-nav-submenu__content .latest-posts ul {
  padding: 0;
}
.mobile-nav-submenu__content .latest-posts ul li {
  margin-bottom: 20px;
}
.mobile-nav-submenu__content .latest-posts ul li:last-child {
  margin-bottom: 0;
}
.mobile-nav-submenu__content .latest-posts ul li a {
  color: #032b5c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  padding: 0;
}
.mobile-nav-submenu__list {
  padding-top: 0 !important;
}
.mobile-nav-submenu__list li {
  margin-bottom: 20px;
}
.mobile-nav-submenu__list li:last-child {
  margin-bottom: 0;
}
.mobile-nav-submenu__list li a {
  padding: 0 !important;
  border: none !important;
  color: #032b5c !important;
}
.mobile-nav-submenu__back {
  color: #ffc857;
  width: 10px;
  min-width: 10px;
  margin-right: 15px;
  background: transparent;
  transform: rotate(180deg);
  transform-origin: 0;
}
.mobile-nav-submenu__close {
  color: #fff;
  width: 20px;
  min-width: 20px;
  background: transparent;
}

/**
* Mobile Footer
*/
.mobile-nav-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
  background-color: #032b5c;
}
.mobile-nav-footer .columns {
  width: 100%;
}
@media (max-width: 767px) {
  .mobile-nav-footer .columns .column {
    margin-bottom: 10px;
  }
  .mobile-nav-footer .columns .column:last-child {
    margin-bottom: 0;
  }
}
.mobile-nav-footer a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
}
.mobile-nav-footer a figure {
  width: 20px;
  min-width: 20px;
  color: #ffc857;
  margin-right: 10px;
}
.mobile-nav-footer a.underline {
  display: inline-flex;
  border-bottom: 2px solid #ffc857;
}

.strafe-notification {
  background: #ccc;
  padding: 18px 18px;
  text-align: center;
  margin: 0;
  border-radius: 100px;
}
.strafe-notification--is-primary {
  background: #032b5c;
}
.strafe-notification code {
  font-size: 12px;
}

.welcome-splash-wrap {
  max-width: 100%;
  padding: 3.5rem 0;
}

.splash {
  padding-bottom: 70px;
  border-bottom: 1px solid #707880;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .splash {
    margin: 50px 0;
  }
}
.splash:first-of-type {
  margin-top: 20px;
}
.splash:last-of-type {
  margin-bottom: 20px;
  border-bottom: 0;
}
.splash__title {
  text-decoration: underline;
}

.unicons-example {
  display: block;
}
.unicons-example:before {
  font-family: "unicons";
  content: "\e82c";
}

.info-share-bar {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .info-share-bar {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .info-share-bar .wrapper {
    width: 100%;
  }
}

.info-share-bar-main {
  width: 100%;
  background-color: #005490;
  padding: 20px;
}
@media (min-width: 1024px) {
  .info-share-bar-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 8px;
  }
}
.info-share-bar-main__item {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .info-share-bar-main__item:first-of-type {
    margin-bottom: 20px;
  }
}
.info-share-bar-main .label {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  margin-right: 20px;
}
.info-share-bar-main .socials {
  display: inline-flex;
  align-items: center;
  list-style: none;
}
.info-share-bar-main .socials li {
  margin-right: 8px;
}
.info-share-bar-main .socials li:last-child {
  margin-right: 0;
}
.info-share-bar-main .socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ffc857;
}
.info-share-bar-main .socials li a figure {
  width: 12px;
  min-width: 12px;
}
.info-share-bar-main .socials li a .facebook,
.info-share-bar-main .socials li a .whatsapp {
  width: 14px;
  min-width: 14px;
}
.info-share-bar-main .tags {
  display: flex;
  align-items: center;
}
.info-share-bar-main .tags__tag {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid #ffc857;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
}
.info-share-bar-main .tags__tag:first-of-type {
  background-color: #ffc857;
  color: #032b5c;
}
.info-share-bar-main .tags__tag:last-child {
  margin-right: 0;
}
.info-share-bar-main .tags__tag figure {
  width: 16px;
  min-width: 16px;
  margin-right: 5px;
}

.podcast {
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .podcast {
    margin-bottom: 100px;
  }
}
.podcast iframe {
  width: 100%;
  height: 200px;
}

.media-content-article {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .media-content-article {
    margin-bottom: 120px;
  }
}
.media-content-article .wysiwyg h1,
.media-content-article .wysiwyg h2,
.media-content-article .wysiwyg h3,
.media-content-article .wysiwyg h4,
.media-content-article .wysiwyg h5,
.media-content-article .wysiwyg h6 {
  font-weight: 600;
}
.media-content-article .wysiwyg h3 {
  margin-top: 0;
}

.podcast-providers {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .podcast-providers {
    margin-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  .podcast-providers .wrapper {
    width: 100%;
  }
}
.podcast-providers__main {
  background-color: #f2f9ff;
  border-radius: 4px;
  padding: 20px;
}
@media (min-width: 1150px) {
  .podcast-providers__main {
    display: flex;
    align-items: center;
  }
}
.podcast-providers__main label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #032b5c;
  margin-right: 20px;
}
@media (max-width: 1150px) {
  .podcast-providers__main label {
    margin-bottom: 20px;
  }
}
.podcast-providers__main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
.podcast-providers__main ul li {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .podcast-providers__main ul li {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .podcast-providers__main ul li {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .podcast-providers__main ul li {
    margin-bottom: 20px;
  }
}
.podcast-providers__main ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .podcast-providers__main ul li a {
    font-size: 16px;
  }
}
.podcast-providers__main ul li a figure {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .podcast-providers__main ul li a figure {
    width: 24px;
    min-width: 24px;
  }
}

/***************
  * Pagination *
 ***************/
.pagination {
  margin: 100px 0;
}
.related-articles {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f2f9ff;
}
@media (min-width: 768px) {
  .related-articles {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .related-articles {
    padding: 80px 0;
  }
}
@media (min-width: 1441px) {
  .related-articles {
    padding: 140px 0;
  }
}
.related-articles:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.related-articles__header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .related-articles__header {
    margin-bottom: 40px;
  }
}
.related-articles__header h2 {
  font-weight: 300;
  color: #032b5c;
}
@media (min-width: 1024px) {
  .related-articles__header h2 {
    font-size: 36px;
    line-height: 1.33;
  }
}
.related-articles__header h2 strong {
  font-weight: 600;
}
.related-articles__header-button {
  display: none;
}
@media (min-width: 1024px) {
  .related-articles__header-button {
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
  }
}
.related-articles__button {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .related-articles__button {
    display: none;
  }
}

.video-element {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .video-element {
    margin-bottom: 100px;
  }
}
.video-element .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #707880;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .video-element .video-wrapper {
    border-radius: 20px;
  }
}
.video-element .video-wrapper video,
.video-element .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.video-element .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 10;
}
.video-element .video-poster--hidden {
  opacity: 0;
  visibility: hidden;
}
.video-element .video-caption {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
.video-element .video-caption h1,
.video-element .video-caption h2,
.video-element .video-caption h3,
.video-element .video-caption h4,
.video-element .video-caption h5 {
  font-weight: 600;
}
.video-element .video-caption p,
.video-element .video-caption .wysiwyg li,
.wysiwyg .video-element .video-caption li {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .video-element .video-caption p,
.video-element .video-caption .wysiwyg li,
.wysiwyg .video-element .video-caption li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.video-element .video-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffc857;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.video-element .video-toggle--playing {
  opacity: 0;
  visibility: hidden;
}
.video-element .video-toggle:hover {
  transform: translate(-50%, -50%) scale(0.9);
  background-color: #005490;
  color: #fff;
}
@media (min-width: 768px) {
  .video-element .video-toggle {
    width: 64px;
    height: 64px;
  }
}
.video-element .video-toggle figure {
  width: 20px;
  min-width: 20px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .video-element .video-toggle figure {
    width: 24px;
    min-width: 24px;
  }
}

.hero-job {
  position: relative;
  background-color: #032b5c;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .hero-job {
    padding: 80px 0 100px;
  }
}
.hero-job:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-med-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .hero-job:before {
    background-image: url("../img/svgs/lines-med-bg.svg");
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1250px) {
  .hero-job:before {
    width: 87%;
    left: -22%;
  }
}
@media (min-width: 1441px) {
  .hero-job:before {
    width: 68%;
    left: -14%;
  }
}
@media (min-width: 1650px) {
  .hero-job:before {
    width: 53%;
    left: -12%;
  }
}
.hero-job .wrapper {
  position: relative;
  z-index: 2;
}
.hero-job .breadcrumb a, .hero-job .breadcrumb_last {
  color: #fff;
  font-size: 12px;
}
.hero-job .breadcrumb-arrow {
  color: #ffc857;
  margin: 0 5px;
  font-size: 12px;
}
.hero-job__content h1 {
  color: #fff;
}
.hero-job__btn {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
@media (min-width: 1024px) {
  .hero-job__btn {
    padding: 16px 22px;
  }
}
.hero-job__btn figure {
  width: 24px;
  min-width: 24px;
  margin-left: 12px;
}
.hero-job__form select {
  background-image: url("../img/svgs/angle-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-color: #fff;
  padding-right: 40px;
}
.hero-job__filter-icons .filter-hide,
.hero-job__filter-icons .filter-show {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #ffc857;
  border-radius: 50%;
  background: none;
  outline: none;
}
.hero-job__filter-icons .filter-hide .inline-svg,
.hero-job__filter-icons .filter-show .inline-svg {
  display: inline-block;
  min-width: 21px;
  color: #fff;
  pointer-events: none;
}
.hero-job__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.job-listing {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}
@media (min-width: 1024px) {
  .job-listing {
    padding: 120px 0 140px;
  }
}
.job-listing h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .job-listing h2 {
    margin-bottom: 40px;
  }
}

.job-card {
  position: relative;
  padding: 20px;
  background: #f2f9ff;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .job-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .job-card .columns {
    justify-content: space-between;
  }
}
.job-card__mobile-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-card__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.job-card__salary {
  margin-bottom: 10px;
}
.job-card__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .job-card__content {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .job-card__content {
    flex-direction: column;
  }
}
.job-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border: 1px solid #ffc857;
  padding: 5px 10px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .job-card__tag {
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .job-card__tag {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.job-card__tag span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  color: #032b5c;
}
.job-card__tag--solid {
  background-color: #ffc857;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .job-card__tag--solid {
    margin-bottom: 8px;
  }
}
.job-card__tag figure {
  width: 16px;
  min-width: 16px;
  margin-right: 5px;
}
.job-card__job-ref {
  display: block;
  color: #032b5c;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .job-card__job-ref {
    min-width: 0;
    flex: 1 1 0%;
  }
}
@media (min-width: 768px) {
  .job-card .hot-job-label {
    flex-direction: row;
    width: 100px;
    height: 40px;
    border-radius: 48px;
  }
}
@media (min-width: 768px) {
  .job-card .hot-job-label__icon {
    margin-right: 8px;
  }
}
.job-card__btn {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .job-card__btn {
    text-align: right;
    margin-top: 0;
  }
}
.job-card__summary {
  display: none;
}
@media (min-width: 768px) {
  .job-card__summary {
    display: block;
    border-top: 1px solid #eaf2fb;
    padding-top: 25px;
  }
}

.single-job-hero {
  position: relative;
  width: 100%;
  background-color: #f2f9ff;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .single-job-hero {
    padding: 80px 0 100px;
  }
}
.single-job-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-light-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .single-job-hero::before {
    width: 80%;
    left: -12%;
  }
}
@media (min-width: 1700px) {
  .single-job-hero::before {
    width: 53%;
  }
}
.single-job-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.single-job-hero__top, .single-job-hero__content {
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .single-job-hero__top .column, .single-job-hero__content .column {
    display: flex;
    align-items: flex-end;
  }
}
.single-job-hero__title {
  margin-bottom: 20px;
  color: #032b5c;
}
@media (min-width: 768px) {
  .single-job-hero__title {
    margin-bottom: 0;
  }
}

.single-job-listing {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .single-job-listing {
    padding: 120px 0 140px;
  }
}
.single-job-listing .job-content {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .single-job-listing .job-content {
    margin-bottom: 80px;
  }
}
.single-job-listing .job-content:last-of-type {
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .single-job-listing .job-content:last-of-type {
    margin-bottom: 0;
  }
}
.single-job-listing .job-content h1,
.single-job-listing .job-content h2,
.single-job-listing .job-content h3,
.single-job-listing .job-content h4,
.single-job-listing .job-content h5,
.single-job-listing .job-content h6 {
  font-weight: 600;
}
.single-job-listing .job-content p,
.single-job-listing .job-content .wysiwyg li,
.wysiwyg .single-job-listing .job-content li {
  line-height: 1.5;
}
.single-job-listing .job-content a {
  text-decoration: underline;
}
.single-job-listing .job-apply-btn {
  text-decoration: none !important;
}
@media (max-width: 1023px) {
  .single-job-listing .job-apply-btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .single-job-listing .job-apply-btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .single-job-listing .job-apply-btn {
    margin-bottom: 60px;
  }
}
.single-job-listing .job-apply-btn--alt {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .single-job-listing .job-apply-btn--alt {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .single-job-listing .job-apply-btn--alt {
    display: none;
  }
}
.single-job-listing .job-apply-btn--default {
  display: inline-block !important;
}
.single-job-listing .job-board-preview__card {
  margin-bottom: 20px;
  color: #032b5c;
}
.single-job-listing .job-board-preview__card:last-of-type {
  margin-bottom: 0;
}

.single-job-form {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .single-job-form {
    margin-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  .single-job-form .wrapper {
    width: 100%;
  }
}
.single-job-form__main {
  position: relative;
  padding: 48px 20px;
  background: #032b5c;
}
@media (min-width: 1024px) {
  .single-job-form__main {
    border-radius: 20px;
    padding: 40px;
  }
}
@media (min-width: 1441px) {
  .single-job-form__main {
    padding: 60px;
  }
}
.single-job-form__main:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-dark-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .single-job-form__main:after {
    background-image: url("../img/svgs/lines-dark-bg.svg");
    width: 100%;
    left: 0;
  }
}
.single-job-form__wrap {
  position: relative;
  z-index: 10;
}
.single-job-form__wrap h2 {
  color: #fff;
  line-height: 1;
}
.single-job-form__wrap .wpcf7-form {
  margin: 0;
  padding: 0;
}
.single-job-form__wrap .wpcf7-form > * {
  width: 100%;
  padding: 0;
  margin: 0;
}
.single-job-form__wrap .wpcf7-form textarea {
  height: 100px;
}
.single-job-form__wrap .wpcf7-form .file-upload {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(3, 43, 92, 0.6);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding: 18px 18px 18px 16px;
  background-color: #fff;
}
.single-job-form__wrap .wpcf7-form .file-upload:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/svgs/upload.svg");
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.single-job-related {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .single-job-related {
    display: none;
  }
}
@media (max-width: 1023px) {
  .single-job-related .job-board-preview__card {
    margin-bottom: 16px;
  }
}

.single-job-consultant {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .single-job-consultant {
    display: none;
  }
}

.about-role__title {
  margin-bottom: 20px;
}
.about-role__info p,
.about-role__info .wysiwyg li,
.wysiwyg .about-role__info li {
  margin-bottom: 20px;
}
.about-role__info p:last-of-type,
.about-role__info .wysiwyg li:last-of-type,
.wysiwyg .about-role__info li:last-of-type {
  margin-bottom: 0;
}

.details-card {
  background-color: #f2f9ff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .details-card {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .details-card {
    margin-bottom: 60px;
  }
}
.details-card__inner-wrap {
  display: flex;
  margin-bottom: 10px;
}
.details-card__inner-wrap:last-of-type {
  margin-bottom: 0;
}
.details-card__inner-wrap p:first-of-type,
.details-card__inner-wrap .wysiwyg li:first-of-type,
.wysiwyg .details-card__inner-wrap li:first-of-type {
  font-size: 12px;
  width: 115px;
  flex-shrink: 0;
}
.details-card__inner-wrap p:nth-of-type(2),
.details-card__inner-wrap .wysiwyg li:nth-of-type(2),
.wysiwyg .details-card__inner-wrap li:nth-of-type(2) {
  font-weight: 600;
  font-size: 12px;
  flex: 1 1 0%;
  min-width: 0px;
}
.details-card__inner-wrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.details-card__inner-wrap ul li {
  padding-left: 4px;
  padding-right: 4px;
}
.details-card__title {
  font-weight: 600;
  margin-bottom: 20px;
}
.details-card__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ffc857;
  border-radius: 100px;
  padding: 4px 8px;
  color: #032b5c;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #032b5c;
}
.details-card__job-type {
  background-color: #ffc857;
}
.details-card__icon {
  display: inline-block;
  min-width: 16px;
  margin-right: 4px;
  color: currentColor;
}

.job-description__title {
  margin-bottom: 20px;
}
.job-description__info {
  margin-left: 20px;
}
.job-description__info li {
  margin-bottom: 20px;
}
.job-description__info li:last-of-type {
  margin-bottom: 0;
}

.consultant-role-card-main {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .consultant-role-card-main {
    margin-bottom: 20px;
  }
}
@media (min-width: 1441px) {
  .consultant-role-card-main {
    margin-bottom: 40px;
  }
}

.consultant-role-card {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .consultant-role-card {
    margin-bottom: 20px;
  }
}
@media (min-width: 1441px) {
  .consultant-role-card {
    margin-bottom: 20px;
  }
}
.consultant-role-card__content-wrap {
  background-color: #032b5c;
  color: #fff;
  padding: 20px;
}
.consultant-role-card__content-wrap > * {
  color: #fff;
}
.consultant-role-card__image {
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}
.consultant-role-card__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.9%;
}
.consultant-role-card__name {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.consultant-role-card__heading {
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.consultant-role-card__info {
  margin-bottom: 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .consultant-role-card__info {
    font-size: 16px;
  }
}
.consultant-role-card__linkedin-wrap {
  display: flex;
  justify-content: flex-end;
}
.consultant-role-card__linkedin {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc857;
}
@media (min-width: 1024px) {
  .consultant-role-card__linkedin {
    width: 48px;
    height: 48px;
  }
}
.consultant-role-card__linkedin figure {
  width: 16px;
  min-width: 16px;
}
.consultant-role-card__lists {
  list-style: none;
  padding-top: 20px;
  border-top: 1px solid #004d88;
}
.consultant-role-card__lists li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.consultant-role-card__lists li:last-of-type {
  margin-bottom: 0;
}
.consultant-role-card__lists li figure {
  width: 15px;
  min-width: 15px;
  margin-right: 8px;
  color: #ffc857;
}
.consultant-role-card__lists li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
@media (min-width: 768px) {
  .consultant-role-card__lists li a {
    font-size: 14px;
  }
}
.consultant-role-card__lists li a:hover {
  color: #ffc857;
}

.apply-for-role__title {
  margin-bottom: 20px;
}
.apply-for-role__info p,
.apply-for-role__info .wysiwyg li,
.wysiwyg .apply-for-role__info li {
  margin-bottom: 20px;
}
.apply-for-role__info p:last-of-type,
.apply-for-role__info .wysiwyg li:last-of-type,
.wysiwyg .apply-for-role__info li:last-of-type {
  margin-bottom: 0;
}

.related-roles__title {
  margin-bottom: 20px;
  font-weight: 600;
}
.related-roles__btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .related-roles__btns {
    display: none;
    margin: 0;
  }
}
.related-roles__next-btn {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .related-roles__next-btn {
    margin-left: 0;
  }
}
.related-roles__prev-btn {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .related-roles__prev-btn {
    margin-right: 0;
  }
}
.related-roles__card-wrap {
  margin-right: -5%;
  display: block;
}
@media (min-width: 768px) {
  .related-roles__card-wrap {
    margin-right: -10px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.related-roles__card-wrap::after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  .related-roles__card-wrap::after {
    content: "";
  }
}
.related-roles .job-board-preview__card {
  display: flex;
  flex-direction: column;
  width: 83.3333333333%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .related-roles .job-board-preview__card {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .related-roles .job-board-preview__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .related-roles .job-board-preview__card:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .related-roles .job-board-preview__card-btn {
    margin-top: auto;
  }
}

.hero-search {
  position: relative;
  background-color: #032b5c;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .hero-search {
    padding: 80px 0 100px;
  }
}
.hero-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/lines-med-bg--mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .hero-search:before {
    background-image: url("../img/svgs/lines-med-bg.svg");
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1250px) {
  .hero-search:before {
    width: 87%;
    left: -22%;
  }
}
@media (min-width: 1441px) {
  .hero-search:before {
    width: 68%;
    left: -14%;
  }
}
@media (min-width: 1650px) {
  .hero-search:before {
    width: 53%;
    left: -12%;
  }
}
.hero-search .wrapper {
  position: relative;
  z-index: 2;
}
.hero-search .breadcrumb a, .hero-search .breadcrumb_last {
  color: #fff;
  font-size: 12px;
}
.hero-search .breadcrumb-arrow {
  color: #ffc857;
  margin: 0 5px;
  font-size: 12px;
}
.hero-search__content h1 {
  color: #fff;
}
.hero-search__btn {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
@media (min-width: 1024px) {
  .hero-search__btn {
    padding: 16px 22px;
    margin-top: 20px;
  }
}
.hero-search__btn figure {
  width: 24px;
  min-width: 24px;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .hero-search__text {
    margin-top: 20px;
  }
}
.hero-search__text p,
.hero-search__text .wysiwyg li,
.wysiwyg .hero-search__text li {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .hero-search__text p,
.hero-search__text .wysiwyg li,
.wysiwyg .hero-search__text li {
    font-size: 16px;
  }
}
.hero-search__text a {
  color: #ffc857;
  transition: all 0.3s ease;
  font-size: 12px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hero-search__text a {
    font-size: 16px;
  }
}
.hero-search__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
