﻿html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 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 shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 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)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-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)}}.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:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}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(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}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(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-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-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-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}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@media screen and (max-width: 640px){.h-hide-mobile{display:none !important}}@media screen and (min-width: 641px) and (max-width: 1024px){.h-hide-tablet{display:none !important}}@media screen and (min-width: 1025px){.h-hide-desk{display:none !important}}.h-hide{display:none !important}.h-invisible{visibility:hidden}@media screen and (min-width: 641px){.h-mobile-only{display:none}}.h-visibility-mobile{visibility:hidden}.h-clearfix{clear:both;overflow:auto}.h-bold{font-weight:700}.h-full-width{width:100%}.uppercase{text-transform:uppercase}.clearfix{clear:both;overflow:auto}.overflow-hide{overflow:hidden}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.block{display:block}.line-break{display:block}.inline{display:inline-block}.hide{display:none !important}.uppercase{text-transform:uppercase}.float-off{float:none}.float-left{float:left}.float-right{float:right}.pad-top__sm{padding-top:3%}.pad-top__md{padding-top:5%}.pad-top__lg{padding-top:10%}.pad-top__xl{padding-top:15%}.pad-bottom__sm{padding-bottom:3%}.pad-bottom__md{padding-bottom:5%}.pad-bottom__md__white-bg{background-color:#fff}.pad-bottom__lg{padding-bottom:10%}.pad-bottom__xl{padding-bottom:15%}.pad-top__40{padding-top:40px}.pad-bottom__40{padding-bottom:40px}.pad-l__sm{padding-left:3%}.pad-l__lg{padding-left:10%}.pad-r__sm{padding-right:3%}.pad-r__lg{padding-right:10%}.margin-top__xs{margin-top:2%}.margin-bottom__xs{margin-bottom:2%}.margin-bottom__md{margin-bottom:5%}.margin-bottom__sml_px{margin-bottom:10px}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-ultra{font-weight:900}.font-size__reg{font-size:1em}.font-size__sm{font-size:0.8em}.font-size__xs{font-size:0.5em}.font-size__md{font-size:1.5em}.font-size__lg{font-size:2em}.disable-scroll{position:fixed;overflow:hidden;width:100%;height:100%}.absolute-block,.c-hero--has-overlay:after{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.vertical-aligned-block{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body{color:#000;font-size:.875rem;font-family:"Gotham A","Gotham B",Verdana,Arial,sans-serif;-webkit-font-smoothing:antialiased;padding-top:70px}.b-title,.c-full-width-tout__content__profile-link,.c-full-width-tout__content__profile-title,.t-athlete-bio .c-textbox__content .b-description strong,.t-athlete-bio .t-athlete-intro .c-textbox__content .b-description strong p strong,.t-athlete-intro .t-athlete-bio .c-textbox__content .b-description strong p strong,.t-athlete-bio .c-textbox__content p strong,.t-athlete-bio .c-textbox__content .c-results__description strong,.t-athlete-bio .c-textbox__content .t-diet__description strong,.c-results__title,.c-suggestion__divider h3,.c-product-slider__divider h3,.c-slider__profile-link,.c-utilities__link,.c-slider__profile-title,.c-utilities__more-link,.c-utilities__view-product{font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:#231f20;font-size:.625rem;margin:10px 0}.b-heading,.c-textbox__quote,.t-athlete-intro .c-textbox__content .b-description strong,.t-athlete-intro .c-textbox__content .b-description strong p strong,.t-athlete-intro .c-textbox__content p strong,.t-athlete-intro .c-textbox__content .c-results__description strong,.t-athlete-intro .c-textbox__content .t-diet__description strong,.c-textbox__description--generic h1,.c-textbox__description--generic h2,.c-textbox__description--generic h3,.c-textbox__description--generic h4,.c-textbox__description--generic h5,.c-textbox__description--generic h6,.c-slider__profile-heading,.t-diet__heading{font-weight:900;color:#231f20;font-size:.875rem;line-height:1.75rem;letter-spacing:0.05em;text-transform:uppercase;margin-top:40px}@media screen and (min-width: 641px){.b-heading,.c-textbox__quote,.t-athlete-intro .c-textbox__content .b-description strong,.t-athlete-intro .c-textbox__content .b-description strong p strong,.t-athlete-intro .c-textbox__content p strong,.t-athlete-intro .c-textbox__content .c-results__description strong,.t-athlete-intro .c-textbox__content .t-diet__description strong,.c-textbox__description--generic h1,.c-textbox__description--generic h2,.c-textbox__description--generic h3,.c-textbox__description--generic h4,.c-textbox__description--generic h5,.c-textbox__description--generic h6,.c-slider__profile-heading,.t-diet__heading{font-size:1.875rem}}.b-description,.t-athlete-intro .c-textbox__content .b-description strong p,.c-textbox__content p,.c-results__description,.t-diet__description{color:#231f20;font-size:.875rem;letter-spacing:0.02em;line-height:1.3125rem;margin-top:40px}.inline-list,.block-list{list-style:none;margin:0;padding:0}.inline-list-item{display:inline-block;margin:10px 5px 30px 5px;vertical-align:bottom}.block-list-item{display:block;margin:0 0 10px 0}*:focus{outline:1px dotted #231f20}a{color:#231f20;text-decoration:none}.anchor,.e-section-text a,.c-rich-text a,.c-product-promo a,.c-utilities__faq-answer-container a{font-weight:700;text-decoration:underline}.c-page-header__list-item a:focus,.c-product-sidebar-link:focus{outline:none;font-weight:500}.wrapper{position:relative}.e-animation__fade-out{animation:fadeOut .5s ease-in 1 forwards}@keyframes fadeOut{to{opacity:0}}.e-animation__fade-in{animation:fadeIn .5s ease-in 1 forwards}@keyframes fadeIn{to{opacity:1}}.e-menu-icon{display:inline-block;width:29px}.e-menu-icon__fill{transition:fill .25s ease-in-out;fill:#231f20}.e-menu-icon--light .e-menu-icon__fill{fill:#fff}.e-close-icon{display:inline-block;width:20px;height:20px}.e-close-icon__fill{fill:#231f20}.e-close-icon--light .e-close-icon__fill,.e-close-icon--inverse .e-close-icon__fill{fill:#fff}.e-brand-icon{display:inline-block;max-height:27px;max-width:85px;position:relative}@media screen and (min-width: 1025px){.e-brand-icon{max-height:35px;max-width:100px}}.e-scroll-icon::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiBmaWxsPSIjRkZGRkZGIg0KCSB2aWV3Qm94PSIwIDAgMjcuNSAxNC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNy41IDE0LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy44LDE0LjVMMCwwaDI3LjVMMTMuOCwxNC41eiBNNC43LDJsOS4xLDkuNkwyMi45LDJINC43eiIvPg0KPC9zdmc+");background-repeat:no-repeat;content:'';display:block;position:absolute;width:28px;height:14px;top:0;left:0}.e-pagination-icon{display:inline-block;cursor:pointer;margin-right:8px;margin-left:8px}.e-pagination-icon::after{background:#a5a5a5;content:'';display:block;transition:background .25s ease-out;width:12px;height:12px}button.e-pagination-icon{background:none;border:none;padding:0}.e-pagination-icon--active::after,.c-tout-carousel__pagination .e-pagination-icon.c-tout-carousel--active::after,.c-related-products-carousel__pagination .e-pagination-icon.c-related-products-carousel--active::after{background:#231f20}.e-clear-icon{background:#8F8E94;border-radius:.9375rem;color:#fff;display:inline-block;font-weight:900;font-size:.6875rem;transition:opacity 0.2s ease-out;text-align:center;width:.9375rem;height:.9375rem}.e-search-icon{width:20px;height:20px}.e-expand-icon{display:inline-block;width:20px}.container{margin:0 auto;position:relative;width:100%}.container--sidebar{margin-top:51px}@media screen and (min-width: 961px){.container--sidebar{margin:0;max-width:calc(100% - 18%);width:calc(100% - 220px);min-width:calc(100% - 320px)}}.container--footer-padding{padding-bottom:90px}.row{max-width:100%;margin-left:auto;margin-right:auto;padding-right:20px;padding-left:20px}.row:before,.row:after{content:"";display:table}.row:after{clear:both}.row--max-1440{max-width:1440px}.row--no-gutter{padding-right:0;padding-left:0}.row--half-gutter{padding-right:10px;padding-left:10px}.small-1{float:left;display:block;margin-right:2.35765%;width:6.17215%}.small-1:last-child{margin-right:0}.small-offset-1{margin-left:8.5298%}.small-2{float:left;display:block;margin-right:2.35765%;width:14.70196%}.small-2:last-child{margin-right:0}.small-offset-2{margin-left:17.05961%}.small-3{float:left;display:block;margin-right:2.35765%;width:23.23176%}.small-3:last-child{margin-right:0}.small-offset-3{margin-left:25.58941%}.small-4{float:left;display:block;margin-right:2.35765%;width:31.76157%}.small-4:last-child{margin-right:0}.small-offset-4{margin-left:34.11922%}.small-5{float:left;display:block;margin-right:2.35765%;width:40.29137%}.small-5:last-child{margin-right:0}.small-offset-5{margin-left:42.64902%}.small-6{float:left;display:block;margin-right:2.35765%;width:48.82117%}.small-6:last-child{margin-right:0}.small-offset-6{margin-left:51.17883%}.small-7{float:left;display:block;margin-right:2.35765%;width:57.35098%}.small-7:last-child{margin-right:0}.small-offset-7{margin-left:59.70863%}.small-8{float:left;display:block;margin-right:2.35765%;width:65.88078%}.small-8:last-child{margin-right:0}.small-offset-8{margin-left:68.23843%}.small-9{float:left;display:block;margin-right:2.35765%;width:74.41059%}.small-9:last-child{margin-right:0}.small-offset-9{margin-left:76.76824%}.small-10{float:left;display:block;margin-right:2.35765%;width:82.94039%}.small-10:last-child{margin-right:0}.small-offset-10{margin-left:85.29804%}.small-11{float:left;display:block;margin-right:2.35765%;width:91.4702%}.small-11:last-child{margin-right:0}.small-offset-11{margin-left:93.82785%}.small-12{float:left;display:block;margin-right:2.35765%;width:100%}.small-12:last-child{margin-right:0}@media screen and (min-width: 641px){.medium-1{float:left;display:block;margin-right:2.35765%;width:6.17215%}.medium-1:last-child{margin-right:0}.medium-offset-1{margin-left:8.5298%}.medium-2{float:left;display:block;margin-right:2.35765%;width:14.70196%}.medium-2:last-child{margin-right:0}.medium-offset-2{margin-left:17.05961%}.medium-3{float:left;display:block;margin-right:2.35765%;width:23.23176%}.medium-3:last-child{margin-right:0}.medium-offset-3{margin-left:25.58941%}.medium-4{float:left;display:block;margin-right:2.35765%;width:31.76157%}.medium-4:last-child{margin-right:0}.medium-offset-4{margin-left:34.11922%}.medium-5{float:left;display:block;margin-right:2.35765%;width:40.29137%}.medium-5:last-child{margin-right:0}.medium-offset-5{margin-left:42.64902%}.medium-6{float:left;display:block;margin-right:2.35765%;width:48.82117%}.medium-6:last-child{margin-right:0}.medium-offset-6{margin-left:51.17883%}.medium-7{float:left;display:block;margin-right:2.35765%;width:57.35098%}.medium-7:last-child{margin-right:0}.medium-offset-7{margin-left:59.70863%}.medium-8{float:left;display:block;margin-right:2.35765%;width:65.88078%}.medium-8:last-child{margin-right:0}.medium-offset-8{margin-left:68.23843%}.medium-9{float:left;display:block;margin-right:2.35765%;width:74.41059%}.medium-9:last-child{margin-right:0}.medium-offset-9{margin-left:76.76824%}.medium-10{float:left;display:block;margin-right:2.35765%;width:82.94039%}.medium-10:last-child{margin-right:0}.medium-offset-10{margin-left:85.29804%}.medium-11{float:left;display:block;margin-right:2.35765%;width:91.4702%}.medium-11:last-child{margin-right:0}.medium-offset-11{margin-left:93.82785%}.medium-12{float:left;display:block;margin-right:2.35765%;width:100%}.medium-12:last-child{margin-right:0}}@media screen and (min-width: 1025px){.large-1{float:left;display:block;margin-right:2.35765%;width:6.17215%}.large-1:last-child{margin-right:0}.large-offset-1{margin-left:8.5298%}.large-2{float:left;display:block;margin-right:2.35765%;width:14.70196%}.large-2:last-child{margin-right:0}.large-offset-2{margin-left:17.05961%}.large-3{float:left;display:block;margin-right:2.35765%;width:23.23176%}.large-3:last-child{margin-right:0}.large-offset-3{margin-left:25.58941%}.large-4{float:left;display:block;margin-right:2.35765%;width:31.76157%}.large-4:last-child{margin-right:0}.large-offset-4{margin-left:34.11922%}.large-5{float:left;display:block;margin-right:2.35765%;width:40.29137%}.large-5:last-child{margin-right:0}.large-offset-5{margin-left:42.64902%}.large-6{float:left;display:block;margin-right:2.35765%;width:48.82117%}.large-6:last-child{margin-right:0}.large-offset-6{margin-left:51.17883%}.large-7{float:left;display:block;margin-right:2.35765%;width:57.35098%}.large-7:last-child{margin-right:0}.large-offset-7{margin-left:59.70863%}.large-8{float:left;display:block;margin-right:2.35765%;width:65.88078%}.large-8:last-child{margin-right:0}.large-offset-8{margin-left:68.23843%}.large-9{float:left;display:block;margin-right:2.35765%;width:74.41059%}.large-9:last-child{margin-right:0}.large-offset-9{margin-left:76.76824%}.large-10{float:left;display:block;margin-right:2.35765%;width:82.94039%}.large-10:last-child{margin-right:0}.large-offset-10{margin-left:85.29804%}.large-11{float:left;display:block;margin-right:2.35765%;width:91.4702%}.large-11:last-child{margin-right:0}.large-offset-11{margin-left:93.82785%}.large-12{float:left;display:block;margin-right:2.35765%;width:100%}.large-12:last-child{margin-right:0}}@media screen and (min-width: 1224px){.xlarge-1{float:left;display:block;margin-right:2.35765%;width:6.17215%}.xlarge-1:last-child{margin-right:0}.xlarge-offset-1{margin-left:8.5298%}.xlarge-2{float:left;display:block;margin-right:2.35765%;width:14.70196%}.xlarge-2:last-child{margin-right:0}.xlarge-offset-2{margin-left:17.05961%}.xlarge-3{float:left;display:block;margin-right:2.35765%;width:23.23176%}.xlarge-3:last-child{margin-right:0}.xlarge-offset-3{margin-left:25.58941%}.xlarge-4{float:left;display:block;margin-right:2.35765%;width:31.76157%}.xlarge-4:last-child{margin-right:0}.xlarge-offset-4{margin-left:34.11922%}.xlarge-5{float:left;display:block;margin-right:2.35765%;width:40.29137%}.xlarge-5:last-child{margin-right:0}.xlarge-offset-5{margin-left:42.64902%}.xlarge-6{float:left;display:block;margin-right:2.35765%;width:48.82117%}.xlarge-6:last-child{margin-right:0}.xlarge-offset-6{margin-left:51.17883%}.xlarge-7{float:left;display:block;margin-right:2.35765%;width:57.35098%}.xlarge-7:last-child{margin-right:0}.xlarge-offset-7{margin-left:59.70863%}.xlarge-8{float:left;display:block;margin-right:2.35765%;width:65.88078%}.xlarge-8:last-child{margin-right:0}.xlarge-offset-8{margin-left:68.23843%}.xlarge-9{float:left;display:block;margin-right:2.35765%;width:74.41059%}.xlarge-9:last-child{margin-right:0}.xlarge-offset-9{margin-left:76.76824%}.xlarge-10{float:left;display:block;margin-right:2.35765%;width:82.94039%}.xlarge-10:last-child{margin-right:0}.xlarge-offset-10{margin-left:85.29804%}.xlarge-11{float:left;display:block;margin-right:2.35765%;width:91.4702%}.xlarge-11:last-child{margin-right:0}.xlarge-offset-11{margin-left:93.82785%}.xlarge-12{float:left;display:block;margin-right:2.35765%;width:100%}.xlarge-12:last-child{margin-right:0}}@media screen and (min-width: 1921px){.xxlarge-1{float:left;display:block;margin-right:2.35765%;width:6.17215%}.xxlarge-1:last-child{margin-right:0}.xxlarge-offset-1{margin-left:8.5298%}.xxlarge-2{float:left;display:block;margin-right:2.35765%;width:14.70196%}.xxlarge-2:last-child{margin-right:0}.xxlarge-offset-2{margin-left:17.05961%}.xxlarge-3{float:left;display:block;margin-right:2.35765%;width:23.23176%}.xxlarge-3:last-child{margin-right:0}.xxlarge-offset-3{margin-left:25.58941%}.xxlarge-4{float:left;display:block;margin-right:2.35765%;width:31.76157%}.xxlarge-4:last-child{margin-right:0}.xxlarge-offset-4{margin-left:34.11922%}.xxlarge-5{float:left;display:block;margin-right:2.35765%;width:40.29137%}.xxlarge-5:last-child{margin-right:0}.xxlarge-offset-5{margin-left:42.64902%}.xxlarge-6{float:left;display:block;margin-right:2.35765%;width:48.82117%}.xxlarge-6:last-child{margin-right:0}.xxlarge-offset-6{margin-left:51.17883%}.xxlarge-7{float:left;display:block;margin-right:2.35765%;width:57.35098%}.xxlarge-7:last-child{margin-right:0}.xxlarge-offset-7{margin-left:59.70863%}.xxlarge-8{float:left;display:block;margin-right:2.35765%;width:65.88078%}.xxlarge-8:last-child{margin-right:0}.xxlarge-offset-8{margin-left:68.23843%}.xxlarge-9{float:left;display:block;margin-right:2.35765%;width:74.41059%}.xxlarge-9:last-child{margin-right:0}.xxlarge-offset-9{margin-left:76.76824%}.xxlarge-10{float:left;display:block;margin-right:2.35765%;width:82.94039%}.xxlarge-10:last-child{margin-right:0}.xxlarge-offset-10{margin-left:85.29804%}.xxlarge-11{float:left;display:block;margin-right:2.35765%;width:91.4702%}.xxlarge-11:last-child{margin-right:0}.xxlarge-offset-11{margin-left:93.82785%}.xxlarge-12{float:left;display:block;margin-right:2.35765%;width:100%}.xxlarge-12:last-child{margin-right:0}}.s1-m2-l2__stack{max-width:1440px;margin:0 auto}.s1-m2-l2__stack .row:nth-child(odd)>div{display:block}@media screen and (min-width: 641px){.s1-m2-l2__stack .row:nth-child(odd)>div{width:50%}.s1-m2-l2__stack .row:nth-child(odd)>div:nth-child(even){float:left}.s1-m2-l2__stack .row:nth-child(odd)>div:nth-child(odd){float:right}}.s1-m2-l2__stack .row:nth-child(even)>div{display:block}@media screen and (min-width: 641px){.s1-m2-l2__stack .row:nth-child(even)>div{width:50%}.s1-m2-l2__stack .row:nth-child(even)>div:nth-child(odd){float:left}.s1-m2-l2__stack .row:nth-child(even)>div:nth-child(even){float:right}}.s1-m2-l2__stack-neat{max-width:100%;margin-left:auto;margin-right:auto}.s1-m2-l2__stack-neat:before,.s1-m2-l2__stack-neat:after{content:"";display:table}.s1-m2-l2__stack-neat:after{clear:both}.s1-m2-l2__stack-neat .row>*{float:left;display:block;margin-right:2.35765%;width:100%}.s1-m2-l2__stack-neat .row>*:last-child{margin-right:0}@media screen and (min-width: 641px){.s1-m2-l2__stack-neat .row>*{float:left;display:block;margin-right:2.35765%;width:48.82117%}.s1-m2-l2__stack-neat .row>*:last-child{margin-right:0}}@media screen and (min-width: 641px){.s1-m2-l2__stack-neat .row:nth-child(even)>*:nth-child(even){float:left;display:block;margin-right:2.35765%;width:48.82117%}.s1-m2-l2__stack-neat .row:nth-child(even)>*:nth-child(even):last-child{margin-right:0}.s1-m2-l2__stack-neat .row:nth-child(even)>*:nth-child(odd){float:right;display:block;margin-left:2.35765%;width:48.82117%;margin-left:0}.s1-m2-l2__stack-neat .row:nth-child(even)>*:nth-child(odd):last-child{margin-left:0}}.s1-m3-l4__flex{max-width:100%;margin-left:auto;margin-right:auto;display:flex}.s1-m3-l4__flex:before,.s1-m3-l4__flex:after{content:"";display:table}.s1-m3-l4__flex:after{clear:both}.s1-m3-l4__flex .c-resources__resource-outer{flex:0 0 100%}@media screen and (min-width: 641px) and (max-width: 1024px){.s1-m3-l4__flex .c-resources__resource-outer{flex:0 0 33%}}@media screen and (min-width: 1025px){.s1-m3-l4__flex .c-resources__resource-outer{flex:0 0 24.55%}}.e-panel{background-size:cover;position:relative}.e-panel__bg{z-index:-1;background-repeat:no-repeat;background-size:cover}.e-panel__half-bg{z-index:-1;background-repeat:no-repeat;background-size:cover;height:auto;background-position:0 100%}.e-panel__long{height:auto}@media screen and (min-width: 1025px){.e-panel__long{height:100vh}}.e-panel__background{width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:-1}.e-background-panel{background-position:center center;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.e-background-panel--desktop{display:none}@media screen and (min-width: 1025px){.e-background-panel--desktop{display:block}}.e-body-overlay{position:fixed;height:100vh;width:100vw;z-index:1;opacity:0;pointer-events:none;transition:all 0.5s ease;top:0}.e-body-overlay--visible{pointer-events:inherit;opacity:1}.e-body-overlay--dark{background:rgba(0,0,0,0.7)}.e-section-title{color:#231f20;font-size:.75rem;font-weight:700;letter-spacing:0.2em;line-height:.75rem;margin:0 auto;padding:0;position:relative;text-align:center;text-transform:uppercase}@media screen and (min-width: 1025px){.e-section-title{font-size:.625rem;line-height:.625rem}}.e-section-title p{margin:0}.e-section-title--vertical-line{padding-top:68px}.e-section-title--vertical-line::before{background-color:#231f20;content:'';display:block;position:absolute;top:0;left:50%;width:1px;height:50px}.e-section-title--light,.e-section-title--inverse{color:#fff}.e-section-title--light.e-section-title--vertical-line::before,.e-section-title--inverse.e-section-title--vertical-line::before{background-color:#fff}.e-section-title--padding-top{padding-top:40px}.e-section-title--padding-top.e-section-title--vertical-line{padding-top:calc(40px + 68px)}.e-section-title--padding-top.e-section-title--vertical-line::before{top:40px}.e-section-title--padding-bottom{padding-bottom:30px}.e-section-title--padding-intro{padding-top:55px}@media screen and (min-width: 1025px){.e-section-title--padding-intro{padding-top:70px}}.e-section-title--padding-intro.e-section-title--vertical-line{padding-top:calc(55px + 68px)}.e-section-title--padding-intro.e-section-title--vertical-line::before{top:55px}@media screen and (min-width: 1025px){.e-section-title--padding-intro.e-section-title--vertical-line{padding-top:calc(100px + 68px)}.e-section-title--padding-intro.e-section-title--vertical-line::before{top:100px}}.e-section-title--padding-100{padding-top:55px}@media screen and (min-width: 1025px){.e-section-title--padding-100{padding-top:100px}}.e-section-title--light{color:#fff}.e-section-heading,.t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text h6{color:#231f20;font-size:1.25rem;font-weight:900;letter-spacing:0.05em;line-height:1.25rem;margin:0 auto;padding:0;position:relative;text-align:center;text-transform:uppercase}@media screen and (min-width: 641px){.e-section-heading,.t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text h6{font-size:1.875rem;line-height:1.75rem}}.e-section-heading--vertical-line{padding-top:75px}.e-section-heading--vertical-line::before{background-color:#231f20;content:'';display:block;position:absolute;top:0;left:50%;width:1px;height:50px}.e-section-heading--padding-top{padding-top:25px}.e-section-heading--padding-top.e-section-heading--vertical-line{padding-top:calc(40px + 75px)}.e-section-heading--padding-top.e-section-heading--vertical-line::before{top:40px}@media screen and (min-width: 1025px){.e-section-heading--padding-top{padding-top:25px}.e-section-heading--padding-top.e-section-heading--vertical-line{padding-top:calc(40px + 75px)}.e-section-heading--padding-top.e-section-heading--vertical-line::before{top:40px}}.e-section-heading--padding-bottom{padding-bottom:45px}@media screen and (min-width: 1025px){.e-section-heading--padding-bottom{padding-bottom:25px}}.e-section-heading--padding-intro{padding-top:55px}@media screen and (min-width: 1025px){.e-section-heading--padding-intro{padding-top:70px}}.e-section-heading--max-width-default{padding-right:30px;padding-left:30px}@media screen and (min-width: 1025px){.e-section-heading--max-width-default{max-width:500px}}.e-section-heading--light,.e-section-heading--inverse{color:#fff}.e-content-heading,.e-blockquote,.c-rich-text blockquote{color:#231f20;font-size:1rem;font-weight:900;letter-spacing:0.05em;line-height:1rem;margin:0 auto;padding:0;position:relative;text-align:center;text-transform:uppercase}@media screen and (min-width: 1025px){.e-content-heading,.e-blockquote,.c-rich-text blockquote{line-height:1.125rem}}.e-content-heading--padding-intro{padding-top:35px}@media screen and (min-width: 1025px){.e-content-heading--padding-intro{padding-top:80px}}.e-content-heading--lg-size{font-size:1.875rem;line-height:1.875rem}.e-content-heading--max-width-default{max-width:240px}@media screen and (min-width: 1025px){.e-content-heading--max-width-default{max-width:500px}}.e-content-heading--max-width-full{padding-right:30px;padding-left:30px}@media screen and (min-width: 641px){.e-content-heading--max-width-full{max-width:690px}}.e-content-heading--card-tout{padding-bottom:15px;text-align:left}.e-content-heading--card-tout::after{background-color:#231f20;content:'';display:block;position:absolute;width:30px;height:4px;bottom:0}.e-direction-btn{background-color:#fff;cursor:pointer;position:relative;transition:background-color .25s ease-out;width:40px;height:40px}.e-direction-btn::after{content:'';display:inline-block;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:border .25s ease-out;width:0;height:0}button.e-direction-btn{border:none;border-radius:0;padding:0}.e-direction-btn--left::after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #231f20}.e-direction-btn--right::after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #231f20}.e-direction-btn:hover{background-color:#231f20}.e-direction-btn:hover.e-direction-btn--left::after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #fff}.e-direction-btn:hover.e-direction-btn--right::after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.e-button__transparent-bg,.c-blog__button,.c-story__button{cursor:pointer;background:transparent}.e-button__black,.c-blog__button{border:2px solid #000;color:black;text-transform:uppercase;padding:10px 20px;font-weight:600;cursor:pointer}.e-button__black:focus,.c-blog__button:focus{outline:none}.e-button__black:hover,.c-blog__button:hover{opacity:.7}.js-clif-mod__play-button__bg{width:90px;height:90px;border-radius:50%;background-color:#fff;opacity:.4;position:absolute}.js-clif-mod__play-button__btn,.js-clif-mod__play-button__btn-play,.js-clif-mod__play-button__btn-pause{height:70px;width:70px;opacity:1;display:block;border-radius:50%;background-color:#fff;margin:10px}.js-clif-mod__play-button__btn-play:after{content:"";display:inline-block;margin:25px 0px 0 32px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #406185}.js-clif-mod__play-button__btn-pause:after{content:"";display:inline-block;margin:25px 0px 0 5px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid red}.js-clif-mod__play-button__controls{width:90px;height:90px;position:absolute;cursor:pointer}.is-paused{animation-play-state:paused}.e-btn,.c-story__button{cursor:pointer;z-index:10;outline:none;border:2px solid #231f20;color:#231f20;width:auto;font-size:.625rem;font-weight:700;padding:11px 33px;margin-bottom:20px;display:inline-block;text-align:center;margin:0 auto;background-color:transparent;text-transform:uppercase;letter-spacing:0.2em;transition:background-color .3s ease .1s, color .3s ease .2s}.e-btn:focus,.c-story__button:focus,.e-btn:hover,.c-story__button:hover{background-color:#231f20;color:#fff}.e-btn:focus .e-btn--image,.c-story__button:focus .e-btn--image,.e-btn:hover .e-btn--image,.c-story__button:hover .e-btn--image{filter:invert(100%)}@media screen and (max-width: 640px){.e-btn,.c-story__button{padding:15px 80px}}.e-btn__content{display:inline-block;margin:0 0 3% 0;letter-spacing:2px;text-transform:uppercase;cursor:pointer}.e-btn--image{cursor:pointer;display:inline-block;top:0;transform:translateY(25%);padding-right:5px;transition:filter .3s .2s}.e-btn--large{cursor:pointer;padding:15px 40px;background-color:#000;color:#fff;margin:0 auto}@media screen and (min-width: 1025px){.e-btn--large{background-color:transparent;color:#000}}.e-btn--mobile{cursor:pointer;width:90%}@media screen and (min-width: 641px){.e-btn--mobile{width:auto}}.e-btn--logo{cursor:pointer;padding:0px 20px}.e-btn--position-relative{position:relative}.e-btn--mobile-no-logo{cursor:pointer;padding:5% 0}@media screen and (min-width: 641px){.e-btn--mobile-no-logo{padding:2% 5%}}@media screen and (min-width: 1025px){.e-btn--mobile-no-logo{padding:1% 3%}}.e-button__transparent-bg,.c-blog__button,.c-story__button{cursor:pointer;background:transparent;display:inline-block}.e-button__black,.c-blog__button{display:inline-block;border:2px solid #000;color:black;text-transform:uppercase;padding:10px 20px;font-weight:600;cursor:pointer}.e-button__black:focus,.c-blog__button:focus{outline:none}.e-button__black:hover,.c-blog__button:hover{opacity:.7}.js-clif-mod__play-button__bg{width:90px;height:90px;border-radius:50%;background-color:#fff;opacity:.4;position:absolute}.js-clif-mod__play-button__btn-play,.js-clif-mod__play-button__btn-pause{height:70px;width:70px;opacity:1;display:block;border-radius:50%;background-color:#fff;margin:10px}.js-clif-mod__play-button__btn-play:after{content:"";display:inline-block;margin:25px 0px 0 32px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #406185}.js-clif-mod__play-button__btn-pause:after{content:"";display:inline-block;margin:25px 0px 0 5px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid red}.js-clif-mod__play-button__controls{width:90px;height:90px;position:absolute;cursor:pointer}.e-btn--extra-wide{cursor:pointer}@media screen and (max-width: 640px){.e-btn--extra-wide{min-width:50%}}@media screen and (min-width: 641px) and (max-width: 1024px){.e-btn--extra-wide{min-width:50%}}.is-paused{animation-play-state:paused}.e-btn--image__shopping_cart{width:23px;height:16px}.e-intro-logo{display:block;margin:0 auto;max-width:inherit}@media screen and (max-width: 640px){.e-intro-logo{max-width:200px}}.e-link{color:#231f20;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:0.2em;line-height:1;padding-bottom:4px;position:relative;text-decoration:none;text-transform:uppercase}.e-link::after{border-width:0 0 2px;border-style:solid;border-color:#231f20;content:'';bottom:0;left:0;position:absolute;width:100%}@media screen and (min-width: 1025px){.e-link{font-size:.625rem}}.e-link--light,.c-v2-content-tout-theme--231f20 .e-link,.c-v2-content-tout-theme--2573c5 .e-link,.c-v2-content-tout-theme--006752 .e-link,.c-v2-content-tout-theme--b90c04 .e-link,.c-v2-content-tout-theme--14436f .e-link,.c-v2-content-tout-theme--600d47 .e-link,.c-v2-content-tout-theme--1f419b .e-link,.c-v2-content-tout-theme--d70a83 .e-link,.c-v2-content-tout-theme--0c387d .e-link,.c-v2-content-tout-theme--8c4f94 .e-link,.e-link--inverse{color:#fff}.e-link--light::after,.c-v2-content-tout-theme--231f20 .e-link::after,.c-v2-content-tout-theme--2573c5 .e-link::after,.c-v2-content-tout-theme--006752 .e-link::after,.c-v2-content-tout-theme--b90c04 .e-link::after,.c-v2-content-tout-theme--14436f .e-link::after,.c-v2-content-tout-theme--600d47 .e-link::after,.c-v2-content-tout-theme--1f419b .e-link::after,.c-v2-content-tout-theme--d70a83 .e-link::after,.c-v2-content-tout-theme--0c387d .e-link::after,.c-v2-content-tout-theme--8c4f94 .e-link::after,.e-link--inverse::after{border-color:#fff}.e-external-link{color:#231f20;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:0.2em;line-height:.875rem;padding-right:15px;position:relative;text-decoration:none;text-transform:uppercase}.e-external-link::after{content:'';position:absolute;top:50%;transform:translateY(-50%);right:0;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #231f20}@media screen and (min-width: 1025px){.e-external-link{font-size:.625rem}}.e-tag{color:#a4a2a0;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:0.2em;line-height:.75rem;margin:0 auto;padding:0;position:relative;text-transform:uppercase}@media screen and (min-width: 1025px){.e-tag{font-size:.625rem;line-height:.625rem}}.e-tag--label{color:#231f20}.e-section-text{color:#231f20;font-size:.875rem;font-weight:400;letter-spacing:0.05em;line-height:1.375rem}@media screen and (min-width: 641px){.e-section-text{font-size:.875rem;line-height:1.3125rem}}.e-section-text p{margin:0 0 20px 0;padding:0}.e-section-text p:last-child{margin-bottom:0}.e-section-text--align-center{text-align:center}.e-section-text--padding-top{padding-top:20px}@media screen and (min-width: 1025px){.e-section-text--padding-top{padding-top:20px}}.e-section-text--padding-bottom{padding-bottom:40px}.e-section-text--max-width-default{padding-right:30px;padding-left:30px}@media screen and (min-width: 641px){.e-section-text--max-width-default{max-width:500px;margin-right:auto;margin-left:auto}}.e-section-text--max-width-full{padding-right:30px;padding-left:30px}@media screen and (min-width: 641px){.e-section-text--max-width-full{max-width:690px;margin-right:auto;margin-left:auto}}.e-section-text--light,.e-section-text--inverse{color:#fff}.e-blockquote{margin-bottom:30px}.e-blockquote::before{content:'“';display:block;padding-bottom:10px}.e-blockquote::after{content:'”';display:block;padding-top:10px}.e-inline-sharing{text-align:center}.e-inline-sharing--padding-top{padding-top:30px}.e-inline-sharing--padding-intro{padding-top:45px}@media screen and (min-width: 641px){.e-inline-sharing--padding-intro{padding-top:70px}}.e-media-bottom-panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;background-color:#231f20;min-height:40px;height:40px}.c-page-header{background:#fff;position:absolute;top:0;width:100%;height:70px;z-index:900}.c-page-header__logo svg{width:146px;height:30px;z-index:8}.c-page-header__logo .letter{fill:#000;-webkit-transition:0.5s all ease-in-out;-moz-transition:0.5s all ease-in-out;transition:0.5s all ease-in-out}.c-page-header--sticky.c-page-header .c-page-header__logo .letter{fill:#000}.c-page-header--sticky.c-page-header.c-page-header--transparent .c-page-header__list-item:hover a::after{display:block}.c-page-header--fixed{position:fixed;top:0}.c-page-header--transparent{background:none;background:-moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 33%, transparent 100%);background:-webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 33%, transparent 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 33%, transparent 100%);top:0;transition:0.5s all ease-in-out}.c-page-header--transparent li,.c-page-header--transparent .c-page-header__list-item a,.c-page-header--transparent .c-locale-selector__control,.c-page-header--transparent .c-page-header__sep{color:#fff;transition:0.5s all ease}.c-page-header--transparent .c-site-search__query,.c-page-header--transparent .c-site-search__query--visible{border-bottom:1px solid #fff !important}.c-page-header--transparent .c-locale-selector__dropdown::before{border-bottom:0.5em solid #fff !important}.c-page-header--transparent .c-locale-selector__dropdown-item{color:#898888}.c-page-header--transparent .e-menu-icon__fill{fill:#fff}.c-page-header--sticky{background:#fff !important;position:fixed;z-index:15}.c-page-header--sticky .c-page-header__list-link{color:#000 !important;transition:0.5s all ease}.c-page-header--sticky .c-mobile-nav-icon__line{background-color:#000 !important}.c-page-header--sticky .c-page-header__sep,.c-page-header--sticky .c-locale-selector__control{color:#000 !important;transition:0.5s all ease-in-out}.c-page-header--sticky .c-locale-selector .c-locale-selector__right-arrow:after{border-left:0.5em solid #000 !important}.c-page-header--sticky .c-locale-selector .c-locale-selector__left-arrow:after{border-right:0.5em solid #000 !important}.c-page-header--sticky .e-menu-icon__fill{fill:#231f20}.c-page-header__list-item a::after{content:' ';height:3px;width:100%;position:absolute;bottom:0;left:0;opacity:0;transition:.25s all ease-in-out}.c-page-header__list:hover .c-page-header__list-item a.active:after{opacity:0}.c-page-header__list:hover .c-page-header__list-item a.active:hover:after{opacity:1}.c-page-header__list-item a:focus::after,.c-page-header__list-item a.active::after,.c-page-header__list-item:hover a::after{background:#000;opacity:1}.c-page-header--transparent .c-page-header__logo .letter{fill:#fff}.c-page-header--transparent .c-page-header__list-item a::after{background:#fff}.c-page-header--transparent .c-page-header__list-item:hover a::after{background:#fff;opacity:1}.c-page-header--sticky .c-page-header__list-item:hover a::after{background:#000;opacity:1}.c-locale-selector__container{padding-top:1%}.c-page-header__logo-link{vertical-align:top;position:absolute;left:20px;top:20px;display:block;z-index:1000}@media screen and (max-width: 640px){.c-page-header__logo-link{left:20px;top:20px}}.c-page-header__menu{display:none}@media screen and (min-width: 961px){.c-page-header__menu{display:block;position:absolute;width:100%;height:100%}}.c-page-header__list{padding:0;display:inline-block;margin:0;left:50%;height:100%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:200}.c-page-header__list-item{display:inline-block;height:100%;color:#000;text-decoration:none;font-weight:500;font-size:.7rem;text-transform:uppercase;vertical-align:top;padding:0 10px;letter-spacing:1px;position:relative;transition:0.2s opacity ease;transition-delay:0.25s}.c-page-header__list-item a{padding-top:29px;text-decoration:none;color:#000;height:100%;display:block}.c-page-header__misc{position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width: 640px){.c-page-header__misc{display:none}}@media screen and (max-width: 736px) and (orientation: landscape){.c-page-header__misc{display:none}}.c-page-header__misc-mobile{position:relative;right:-110px;top:10px;transform:scale(1.5)}.c-page-header__misc>*{display:inline-block;color:#000}.c-page-header__sep{padding:0 0.5em;color:#000;font-size:.5rem}.c-page-header__sep-mobile:before{width:0;height:0;border-top:0.5em solid transparent;border-bottom:0.5em solid transparent;border-left:0.5em solid #000;top:0.15em;left:4em;content:" ";position:absolute;transform:scale(0.75)}.c-page-header__back-mobile{font-size:.75rem;font-weight:700;width:0;height:0;top:24px;left:30px;position:absolute;text-transform:uppercase}.c-page-header__back-mobile:before{width:0;height:0;border-top:0.4em solid transparent;border-bottom:0.4em solid transparent;border-right:0.4em solid #000;top:0.25em;right:0.5em;content:" ";position:absolute;transform:scale(0.75)}.c-page-header__logo svg{height:30px;width:146px;position:relative}@media all and (max-width: 641px){.c-page-header__logo svg{height:30px;width:146px;position:relative}}.c-page-header--search-active .c-page-header__list-item{opacity:0;transition-delay:0s;pointer-events:none}.c-page-header__mobile{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;padding:25px 20px;position:relative;width:100%;height:100%}.c-page-header__mobile .c-shopping-basket{margin-top:-8px;margin-right:6px}.c-page-header__mobile-search-control{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin:auto 18px auto 0}@media screen and (min-width: 961px){.c-page-header__mobile-search-control{display:none}}.c-page-header__mobile-nav-open-control{cursor:pointer;margin:auto 0}@media screen and (min-width: 961px){.c-page-header__mobile-nav-open-control{display:none}}.c-page-header__desktop{display:none;position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 961px){.c-page-header__desktop{display:block}}.c-page-footer{background:#231f20;position:relative;height:auto;display:inline-block;width:100%;height:421px}.c-page-footer__wrapper{background-color:#231f20;padding:20px 20px}@media (min-width: 700px){.c-page-footer__wrapper{padding:40px 135px}}.c-page-footer__mountains__container{width:100%;overflow:hidden;position:absolute;top:-45px;height:48px}.c-page-footer__mountains{position:absolute;max-width:300px}@media screen and (max-width: 640px){.c-page-footer__mountains{left:50%;transform:translateX(-50%)}}.c-page-footer__links{float:left;width:100%}@media (min-width: 700px){.c-page-footer__links{width:50%}}@media (min-width: 920px){.c-page-footer__links{width:65%}}@media (min-width: 1125px){.c-page-footer__links{width:50%}}.c-page-footer__list{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0}.c-page-footer__list-item{text-align:center;width:100%}@media (min-width: 700px){.c-page-footer__list-item{text-align:left}}@media (min-width: 920px){.c-page-footer__list-item{width:50%}.c-page-footer__list-item:nth-child(1){order:1}.c-page-footer__list-item:nth-child(2){order:3}.c-page-footer__list-item:nth-child(3){order:5}.c-page-footer__list-item:nth-child(4){order:7}.c-page-footer__list-item:nth-child(5){order:9}.c-page-footer__list-item:nth-child(6){order:11}.c-page-footer__list-item:nth-child(7){order:2}.c-page-footer__list-item:nth-child(8){order:4}.c-page-footer__list-item:nth-child(9){order:6}.c-page-footer__list-item:nth-child(10){order:8}.c-page-footer__list-item:nth-child(11){order:10}}.c-page-footer__list-item a{color:#fff;font-size:.625rem;font-weight:700;letter-spacing:0.2em;line-height:30px;text-decoration:none;text-transform:uppercase}.c-page-footer__copyright-notice{float:left;width:100%;text-align:center;color:#fff;text-decoration:none;font-weight:500;font-size:10px;margin-top:20px}@media (min-width: 700px){.c-page-footer__copyright-notice{text-align:left}}.c-page-footer__newsletter{float:left;color:#fff;width:100%;text-align:left}@media (min-width: 700px){.c-page-footer__newsletter{float:right;width:30%}}@media (min-width: 1050px){.c-page-footer__newsletter{width:auto}}.c-page-footer__newsletter>p{font-size:11px;width:50%;margin:10px auto 20px auto;text-align:center}@media (min-width: 700px){.c-page-footer__newsletter>p{text-align:left}}@media screen and (min-width: 641px){.c-page-footer__newsletter>p{width:100%}}@media screen and (max-width: 640px){.c-page-footer__newsletter{padding-left:0;max-width:100%;padding-bottom:10%;text-align:center}}.c-page-footer__newsletter-title{font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:2px}.c-page-footer__newsletter-content{font-size:12px;letter-spacing:0.02mm}.c-footer__btn-container{text-align:center}@media (min-width: 700px){.c-footer__btn-container{text-align:left}}.c-page-footer__divider{display:block;width:30px;height:5px;background-color:#fff;margin:15px auto 37px auto}@media (min-width: 700px){.c-page-footer__divider{display:none}}.c-page-footer__wrapper--sidebar{padding-bottom:60px}@media (min-width: 1025px){.c-page-footer__wrapper--sidebar{padding-right:455px}.c-page-footer__wrapper--sidebar .c-page-footer__list-item{width:100%}.c-page-footer__wrapper--sidebar .c-page-footer__newsletter{width:40%}.c-page-footer__wrapper--sidebar .c-page-footer__links{width:50%}}@media (min-width: 1025px) and (min-width: 1400px){.c-page-footer__wrapper--sidebar .c-page-footer__links{width:70%}}@media (min-width: 1025px) and (min-width: 1500px){.c-page-footer__wrapper--sidebar .c-page-footer__links{width:55%}}@media (min-width: 1025px) and (min-width: 1400px){.c-page-footer__wrapper--sidebar .c-page-footer__list-item{width:50%}}@media (min-width: 1025px) and (min-width: 1400px){.c-page-footer__wrapper--sidebar .c-page-footer__newsletter{width:30%}}.c-sidebar__social,.c-textbox__social{display:block;padding-bottom:20px}.c-sidebar__social-icon,.c-textbox__social-icon{margin:2px 18px 0 0;width:18px;vertical-align:middle}.e-shop-btn{font-size:.625rem;padding:11px 15px 11px 42px;position:relative}@media screen and (max-width: 1024px){.e-shop-btn{font-size:.75rem;padding-top:15px;padding-bottom:15px}}.e-shop-btn:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMyMzFmMjAiIHZpZXdCb3g9IjAgMCA5MCA4Mi44Ij48cGF0aCBkPSJNMzQuOCw4Mi44QTEwLjMsMTAuMywwLDEsMSw0NS4xLDcyLjUsMTAuMjksMTAuMjksMCwwLDEsMzQuOCw4Mi44Wm0wLTE1LjFhNC44LDQuOCwwLDEsMCw0LjgsNC44QTQuNzQsNC43NCwwLDAsMCwzNC44LDY3LjdaIi8+PHBhdGggZD0iTTcwLjIsODIuOEExMC4zLDEwLjMsMCwxLDEsODAuNSw3Mi41LDEwLjI5LDEwLjI5LDAsMCwxLDcwLjIsODIuOFptMC0xNS4xYTQuOCw0LjgsMCwwLDAsMCw5LjZBNC44Nyw0Ljg3LDAsMCwwLDc1LDcyLjUsNC44LDQuOCwwLDAsMCw3MC4yLDY3LjdaIi8+PHBhdGggZD0iTTc3LjksNTQuMkgyNS4yTDEwLjYsNS41SDBWMEgxNC43bDQuMiwxNEg5MFpNMjkuNCw0OC43SDczLjhsOC44LTI5LjFoLTYyWiIvPjwvc3ZnPg==");background-repeat:no-repeat;content:'';display:block;position:absolute;top:55%;left:15px;transform:translateY(-55%);transition:background .3s ease .2s;width:18px;height:20px}.e-shop-btn:hover{background-color:#000}.e-shop-btn:hover::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCA5MCA4Mi44Ij48cGF0aCBkPSJNMzQuOCw4Mi44QTEwLjMsMTAuMywwLDEsMSw0NS4xLDcyLjUsMTAuMjksMTAuMjksMCwwLDEsMzQuOCw4Mi44Wm0wLTE1LjFhNC44LDQuOCwwLDEsMCw0LjgsNC44QTQuNzQsNC43NCwwLDAsMCwzNC44LDY3LjdaIi8+PHBhdGggZD0iTTcwLjIsODIuOEExMC4zLDEwLjMsMCwxLDEsODAuNSw3Mi41LDEwLjI5LDEwLjI5LDAsMCwxLDcwLjIsODIuOFptMC0xNS4xYTQuOCw0LjgsMCwwLDAsMCw5LjZBNC44Nyw0Ljg3LDAsMCwwLDc1LDcyLjUsNC44LDQuOCwwLDAsMCw3MC4yLDY3LjdaIi8+PHBhdGggZD0iTTc3LjksNTQuMkgyNS4yTDEwLjYsNS41SDBWMEgxNC43bDQuMiwxNEg5MFpNMjkuNCw0OC43SDczLjhsOC44LTI5LjFoLTYyWiIvPjwvc3ZnPg==")}.c-sidebar{background-color:#fff;position:fixed;top:70px;width:100%;height:51px;z-index:800}@media screen and (min-width: 961px){.c-sidebar{box-shadow:0.25px -4px 20px rgba(0,0,0,0.15);top:70px;right:0;width:18%;min-width:220px;max-width:320px;height:100%}}.c-sidebar-header{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;background:#fff;border-top:1px solid #e5e5e3;border-bottom:2px solid #e5e5e3;position:absolute;top:0;width:100%;height:51px;z-index:100;cursor:pointer}@media screen and (min-width: 961px){.c-sidebar-header{border:none;right:0;height:48px;display:none}}.c-sidebar-header__title{color:#221f1f;font-size:.75rem;font-weight:700;line-height:1;margin:0;position:relative;text-transform:uppercase}.c-sidebar-header__title::after{border-top:5px solid #231f20;border-right:5px solid transparent;border-left:5px solid transparent;bottom:25%;left:100%;content:'';margin-left:10px;position:absolute}@media screen and (min-width: 961px){.c-sidebar-header__title{font-size:1.1875rem;font-weight:900;letter-spacing:1.8px}.c-sidebar-header__title::after{border:none}}.c-sidebar.c-sidebar--expanded .c-sidebar-header__title::after{border-bottom:5px solid #231f20;border-top:none;top:25%;bottom:auto}.c-sidebar-content{background-color:#fff;height:calc(100vh - 70px - 51px);margin-top:51px;padding-top:0;padding-bottom:60px;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;top:calc(0px - 100vh);transition:top 0.2s ease-out}@media screen and (min-width: 961px){.c-sidebar-content{font-size:10px;font-weight:bold;height:calc(100vh - 70px);margin-top:0;padding-bottom:0;top:0}}.c-sidebar--expanded .c-sidebar-content{top:0}.c-sidebar-navigation{position:relative}.c-sidebar-link{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap;padding:30px 0 0;position:relative;width:100%;height:250px}.c-sidebar-link:not(.c-sidebar-link--section-home){max-width:375px;margin:0 auto}.c-sidebar-link--section-home:not(.c-product-sidebar-link){-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;border-bottom:1px solid #eeede9;height:150px;padding:0}.c-sidebar-link--section-home:not(.c-product-sidebar-link) .c-sidebar-link__label-container{margin:0;max-width:180px}.c-sidebar-link--section-home:not(.c-product-sidebar-link) .c-sidebar-link__label{font-weight:900;font-size:1.25rem;line-height:1.25rem;padding-top:15px;padding-bottom:12px}.c-sidebar-link--active.c-sidebar-link--section-home{background:#f7f6f2}.c-sidebar-link__image{display:block;background-size:160px 160px;background-position:center center;background-repeat:no-repeat;border-radius:50%;position:relative;margin:0;width:160px;height:160px}.c-sidebar-link__image::after{background:transparent;border:solid 4px rgba(247,246,242,0.2);border-radius:50%;content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:border-color 1s ease-out,border-width 0.25s ease-out}.c-sidebar-link__label-container{margin:20px 20px 15px;max-width:200px;text-align:center;width:100%}.c-sidebar-link__label{border-bottom-width:3px;border-bottom-style:solid;border-bottom-color:transparent;color:#221f1f;display:inline-block;font-size:.625rem;font-weight:700;letter-spacing:.125rem;line-height:.75rem;padding:0 8px 8px;text-align:center;text-transform:uppercase;transition:border-bottom-color .25s ease-out}@media screen and (min-width: 961px){.c-sidebar-link:hover:not(.c-sidebar-link--active) .c-sidebar-link__label,.c-product-sidebar-link:hover:not(.c-sidebar-link--active) .c-sidebar-link__label{border-bottom-color:#CCCCC8}}.c-sidebar-link--active .c-sidebar-link__label{border-bottom-color:#231f20}.c-sidebar-link--active .c-sidebar-link__image::after{border:solid 7px rgba(247,246,242,0.8)}@media screen and (min-width: 961px){.c-sidebar-link:hover:not(.c-sidebar-link--active) .c-sidebar-link__image::after{border:solid 7px rgba(247,246,242,0.4)}}.c-product-sidebar-header{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;border-bottom:1px solid #e5e5e3;position:relative;width:100%;height:166px;top:0;z-index:5}@media screen and (min-width: 961px){.c-product-sidebar-header{min-width:220px;max-width:320px;height:148px;right:0}}@media screen and (min-width: 961px){.c-sidebar-content--product{height:calc(100vh - (70px));margin-top:0}}.c-sidebar-navigation--product{max-width:375px;margin:0 auto}.c-product-sidebar-social{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;margin:30px auto auto auto}.c-product-sidebar-social__link{padding:0 15px}@media screen and (min-width: 961px){.c-product-sidebar-social__link{padding:0 9px}}.c-product-sidebar-social__icon{display:block;width:30px}@media screen and (min-width: 961px){.c-product-sidebar-social__icon{width:auto;height:17px}}.c-product-sidebar-shop{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;margin:30px 0;padding:0 20px;text-align:center;width:100%}.c-product-sidebar-shop .e-btn,.c-product-sidebar-shop .c-story__button{font-size:.75rem;line-height:.875rem;margin:0;padding-right:40px;padding-left:40px}@media screen and (min-width: 961px){.c-product-sidebar-shop .e-btn,.c-product-sidebar-shop .c-story__button{font-size:.625rem;line-height:.75rem;max-width:none;padding-right:10px;padding-left:10px;width:100%}}@media screen and (min-width: 1440px){.c-product-sidebar-shop{padding:0 30px}.c-product-sidebar-shop .e-btn,.c-product-sidebar-shop .c-story__button{padding-right:20px;padding-left:20px}}.c-product-sidebar-link{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap;height:180px;padding:25px 0 0;position:relative;width:100%}@media screen and (min-width: 961px){.c-product-sidebar-link{height:190px}}.c-product-sidebar-link.c-sidebar-link--section-home{height:168px}.c-product-sidebar-link.c-sidebar-link--section-home .c-sidebar-link__label-container{margin-top:8px}@media screen and (min-width: 961px){.c-product-sidebar-link.c-sidebar-link--section-home{height:182px}}.c-product-sidebar-link.c-sidebar-link--active{background:transparent}.c-product-sidebar-link .c-sidebar-link__label{margin:auto auto 5px}.c-product-sidebar-link__image-container{margin:0 auto auto;width:100%}.c-product-sidebar-link__image{display:block;max-width:80px;margin:0 auto;position:relative;z-index:1}.c-product-sidebar-link__attribute{color:#000;display:inline-block;font-size:1.25rem;font-weight:900;letter-spacing:1px;position:absolute;text-transform:uppercase;top:50%;left:30px;transform:translateY(-50%)}.c-product-sidebar-link--brand .c-product-sidebar-link__image{max-width:100px}.c-search{display:none}@media screen and (min-width: 961px){.c-search{display:block;margin-right:5px;position:absolute;right:110px;width:45px;top:20px;bottom:12px;height:38px;color:#231f20;z-index:900;transition:all 1s ease;overflow:hidden;max-width:calc(100vw - 330px);transform:translate3d(0, 0, 0)}.c-search .e-search-icon{cursor:pointer;position:absolute;top:5px;left:12px}}.c-search__inner{position:absolute;width:100%;height:100%;padding-left:35px}.c-site-search-form{position:relative;width:100%}.e-search-icon__outline{fill:#000;transition:0.5s all ease-in-out}.c-page-header--transparent .e-search-icon__outline{fill:#fff}.c-page-header--transparent .c-page-header__misc-container--open .e-search-icon__outline{fill:#000 !important}.c-page-header--sticky .e-search-icon__outline{fill:#000}.c-page-header--transparent .c-search{border-right-color:#fff}.c-page-header--sticky .c-search{border-right-color:#000}.c-search--active{border-right-color:transparent !important;width:100%}.c-site-search-form__query{background:transparent;border:none;outline:0;transition:0.5s color ease;padding:0;font-size:24px;color:#000;font-weight:900;text-transform:uppercase;width:80%;flex:1;margin-left:20px;margin-top:3px;line-height:24px;height:24px}.c-site-search-form__inner-wrapper::after{content:'';border-bottom:1px solid #CCCCC8;display:block;width:calc(80% + 70px);position:absolute;bottom:-10px;left:-25px;transition:all 1s ease;opacity:0}.c-page-header--transparent .c-site-search-form__inner-wrapper::after{border-bottom-color:#fff}.c-page-header--sticky .c-site-search-form__inner-wrapper::after{border-bottom-color:#CCCCC8}.c-search--active .c-site-search-form__inner-wrapper::after{opacity:1}.c-site-search-form__query::-ms-clear{width:0;height:0}.c-page-header--transparent .c-site-search-form__query{color:#fff}.c-page-header--transparent .c-site-search-form__query::-webkit-input-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--transparent .c-site-search-form__query::-moz-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--transparent .c-site-search-form__query:-ms-input-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--transparent .c-site-search-form__query:-moz-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--sticky .c-site-search-form__query{color:#000}.c-page-header--sticky .c-site-search-form__query::-webkit-input-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--sticky .c-site-search-form__query::-moz-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--sticky .c-site-search-form__query:-ms-input-placeholder{color:#d7d8d6;opacity:1 !important}.c-page-header--sticky .c-site-search-form__query:-moz-placeholder{color:#d7d8d6;opacity:1 !important}.c-search .c-search-clear-control{cursor:pointer;opacity:0;position:relative;top:-5px}@media screen and (min-width: 1025px){.c-search .c-search-clear-control{right:-5px}}.c-search--active .c-search-clear-control--active{opacity:1}.c-search__close-btn{font-size:27px;cursor:pointer;position:absolute;color:#000;padding-right:12px;top:-2px;transition:all 1s ease;right:0;opacity:0;pointer-events:none}.c-search--active .c-search__close-btn{opacity:1;pointer-events:inherit}.c-page-header--transparent .c-search__close-btn,.c-page-header--transparent.c-page-header--search-active .c-search__close-btn{color:#fff}.c-page-header--sticky .c-search__close-btn,.c-page-header--search-active .c-search__close-btn,.c-page-header--sticky.c-page-header--search-active .c-search__close-btn{color:#000}.c-mobile-nav-search{display:none}@media screen and (max-width: 1023px){.c-mobile-nav-search{display:inherit}}.c-mobile-nav-search .e-search-icon{left:0px;top:5px;position:absolute}.c-mobile-site-search-form{position:relative;padding-bottom:8px;margin:0 20px;margin-bottom:0;margin-right:23px}.c-mobile-site-search-form__query{background:transparent;border:none;outline:0;width:calc(100% - 55px);padding:0;margin-left:35px;font-size:24px;color:#000;font-weight:900;text-transform:uppercase}.c-mobile-nav__panel .c-mobile-site-search-form{margin:20px;margin-top:50px;border-bottom:1px solid #ccc}.c-mobile-nav__panel .c-mobile-nav-search{padding-top:15px}.c-locale-selector{font-size:.75rem;height:100%;right:70px;padding-top:28px;position:absolute;transition:0.5s opacity ease;transition-delay:0.25s}@media screen and (max-width: 640px){.c-locale-selector{display:none}}@media screen and (min-width: 961px){.c-locale-selector--left-divider::after{border-left:1px solid #231f20;content:'';position:absolute;top:20px;left:0;height:30px;transition:border-color 0.3s ease-out}}.c-page-header--search-active .c-locale-selector{opacity:0;transition-delay:0s;pointer-events:none}.c-locale-selector__control{color:#231f20;font-size:.625rem;letter-spacing:.125rem;padding:0 10px 0 12px;cursor:pointer;font-weight:500}.c-page-header--transparent .c-locale-selector__control::after{border:none;width:0;height:0;border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff}.c-page-header--transparent .c-locale-selector--left-divider::after{border-color:#fff}.c-page-header--sticky .c-locale-selector__control::after{border:none;width:0;height:0;border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #000}.c-page-header--sticky .c-locale-selector--left-divider::after{border-color:#000}.c-page-header__misc-container--open .c-locale-selector__control{color:#000}.c-page-header__misc-container--open .c-locale-selector__control::after{border:none;width:0;height:0;border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-left:.5em solid #000}.c-locale-selector__title{font-size:1.25rem;font-weight:900;line-height:1.25rem;margin:0;padding:20px;text-transform:uppercase}@media screen and (min-width: 961px){.c-locale-selector__title{text-align:right}}.c-locale-selector__dropdown{overflow:visible;padding-top:65px;position:fixed;width:100%;height:100vh;top:0;right:0}@media screen and (min-width: 961px){.c-locale-selector__dropdown{background:#fff;pointer-events:none;text-align:right;transform:translateX(100%);transition:0.25s transform ease-out;width:320px;z-index:1000}}.c-locale-selector__dropdown--open{pointer-events:inherit;transform:translateX(0)}.c-locale-selector__dropdown-title{font-size:.75rem;font-weight:700;padding:15px 20px 15px 20px;text-transform:uppercase;text-align:left;border-bottom:1px solid #eaeae9}.c-locale-selector__dropdown-list{max-height:calc(100vh - 125px);padding:0 0 80px;margin:0;list-style:none;overflow:auto;-webkit-overflow-scrolling:touch;font-weight:700;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width: 961px){.c-locale-selector__dropdown-list{padding-bottom:0}}.c-locale-selector__dropdown-item{position:relative}.c-locale-selector__link{display:block;padding:12px 20px;color:#000;list-style:none;cursor:pointer;background:none;transition:0.5s background ease;font-size:.75rem}@media screen and (min-width: 641px){.c-locale-selector__link:hover{background:#231f20;color:#fff}}@media screen and (max-width: 736px) and (orientation: landscape){.c-locale-selector__dropdown-item{font-size:1em}}.c-locale-selector__close-control{cursor:pointer;position:absolute;top:25px;right:25px}.c-locale-selector__close-control .e-close-icon{pointer-events:none}.c-full-width-tout{background-position:center center;background-size:cover;overflow:hidden;padding-bottom:100%;position:relative;width:100%;height:auto}@media screen and (min-width: 641px){.c-full-width-tout{padding-bottom:50%}}.c-full-width-tout__content{position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%, -50%)}.c-full-width-tout__content .e-section-title{padding-bottom:40px}.c-full-width-tout__content .e-link{padding-top:70px}.c-full-width-tout__content__profile-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:10;color:#fff}@media screen and (max-width: 640px){.c-full-width-tout__content__profile-container{padding-top:2%;width:100%}}.c-full-width-tout__content__profile-image{border-radius:75px;border:10px solid rgba(247,246,242,0.6)}@media screen and (max-width: 640px){.c-full-width-tout__content__profile-image{width:25% !important}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-full-width-tout__content__profile-image{width:45% !important}}.c-full-width-tout__content__profile-link{line-height:5;font-size:12px;color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:2px;text-decoration:none;position:relative}.c-full-width-tout__content__profile-link:after{content:'';width:100%;position:absolute;left:0;bottom:-5px;border-width:0 0 2px;border-style:solid;border-color:#fff}@media screen and (max-width: 640px){.c-full-width-tout__content__profile-link{font-size:0.5em}}.c-full-width-tout__content__profile-title,.c-full-width-tout__content__profile-heading{color:#fff;text-transform:uppercase;letter-spacing:2px;line-height:1em}.c-full-width-tout__content__profile-title{font-weight:700;font-size:12px}@media screen and (max-width: 640px){.c-full-width-tout__content__profile-title{margin-bottom:0;font-size:0.75em}}.c-full-width-tout__content__profile-heading{font-size:1.25rem;margin-top:40px;font-weight:900;margin-bottom:70px}@media screen and (min-width: 641px){.c-full-width-tout__content__profile-heading{font-size:1.875rem}}@media screen and (max-width: 640px){.c-content-tout-grid{max-width:100%;margin-left:auto;margin-right:auto;padding-right:20px;padding-left:20px}.c-content-tout-grid:before,.c-content-tout-grid:after{content:"";display:table}.c-content-tout-grid:after{clear:both}}.c-content-tout{margin-top:30px;overflow:hidden;width:100%;height:auto}@media screen and (min-width: 641px){.c-content-tout{margin-top:0;height:360px}}.c-content-tout:first-child{margin-top:0}.c-content-tout:before,.c-content-tout:after{content:'';display:table}.c-content-tout:after{clear:both}.c-content-tout__image{background-position:center center;background-repeat:no-repeat;background-size:cover;height:250px;overflow:hidden}@media screen and (min-width: 641px){.c-content-tout__image{height:100%}}.c-content-tout__content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;background-color:#fff;clear:both;padding:30px 15px;position:relative}@media screen and (min-width: 641px){.c-content-tout__content{height:100%;padding-right:30px;padding-left:30px}}@media screen and (min-width: 1025px){.c-content-tout__content{padding-right:90px;padding-left:90px}}.c-content-tout__content .e-section-heading,.c-content-tout__content .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-content-tout__content h1,.c-content-tout__content .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-content-tout__content h2,.c-content-tout__content .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-content-tout__content h3,.c-content-tout__content .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-content-tout__content h4,.c-content-tout__content .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-content-tout__content h5,.c-content-tout__content .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-content-tout__content h6{width:100%}.c-content-tout__content .e-section-text{padding-top:20px;width:100%}.c-content-tout__content .e-link{padding-top:20px}.c-content-tout .c-content-tout__image,.c-content-tout .c-content-tout__content{clear:both;margin:0 auto;width:100%}@media screen and (min-width: 641px){.c-content-tout .c-content-tout__image,.c-content-tout .c-content-tout__content{clear:none;float:left;width:50%}}@media screen and (min-width: 641px){.c-content-tout .c-content-tout__content::before{border-style:solid;border-width:15px 15px 15px 0;border-color:transparent #fff transparent transparent;content:'';position:absolute;top:50%;left:-15px;transform:translateY(-50%);width:0;height:0}}@media screen and (min-width: 641px){.c-content-tout:nth-child(even) .c-content-tout__image,.c-content-tout:nth-child(even) .c-content-tout__content{float:right}}@media screen and (min-width: 641px){.c-content-tout:nth-child(even) .c-content-tout__content::before{border-width:15px 0 15px 15px;border-color:transparent transparent transparent #fff;right:-15px;left:auto}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.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;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.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;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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-theme{height:100%;overflow:visible;position:relative}@media screen and (max-width: 840px){.owl-theme{padding-bottom:50px}}.owl-theme .owl-stage-outer,.owl-theme .owl-stage,.owl-theme .owl-item{height:100%}@media screen and (min-width: 1025px){.owl-theme .owl-stage-outer,.owl-theme .owl-stage,.owl-theme .owl-item{height:100%}}.owl-theme .owl-stage-outer{z-index:1}.owl-theme .owl-nav{position:absolute;top:45%;width:100%}.owl-theme .owl-nav [class*='owl-']{position:absolute;width:40px;height:40px;top:45%;z-index:10;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#fff;cursor:pointer}.owl-theme .owl-nav [class*='owl-']:after{content:"";display:inline-block}.owl-theme .owl-nav [class*='owl-']:hover{background-color:#000}.owl-theme .owl-nav .owl-prev:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #000}.owl-theme .owl-nav .owl-prev:hover:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #fff}.owl-theme .owl-nav .owl-next{float:right}.owl-theme .owl-nav .owl-next:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #000}.owl-theme .owl-nav .owl-next:hover:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.owl-theme .owl-nav.disabled{display:none}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;position:absolute;bottom:10px;right:50%;transform:translateX(50%);z-index:2}.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:#8C8A88;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot.owlActive span,.owl-theme .owl-dots .owl-dot:hover span{background:#231F20}.owl-theme.l-simple-arrows .owl-item{transform-style:preserve-3d}.owl-theme.l-simple-arrows .owl-stage-outer{width:100%}.owl-theme.l-simple-arrows .owl-nav{display:none}@media screen and (min-width: 1025px){.owl-theme.l-simple-arrows .owl-nav{display:block}}.owl-theme.l-simple-arrows .owl-nav [class*='owl-']{background-color:transparent}.owl-theme.l-simple-arrows .owl-nav .owl-prev:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #ccccc8}.owl-theme.l-simple-arrows .owl-nav .owl-prev:hover:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #000}.owl-theme.l-simple-arrows .owl-nav .owl-next:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #ccccc8}.owl-theme.l-simple-arrows .owl-nav .owl-next:hover:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #000}.owl-theme.t-centered-arrows .owl-nav .owl-next{right:calc(50% - 40px)}.owl-theme.t-centered-arrows .owl-nav .owl-prev{left:calc(50% - 40px)}.owl-carousel .owl-item img{-webkit-backface-visibility:hidden}.c-mobile-nav{position:fixed;z-index:1000;top:0}@media screen and (min-width: 961px){.c-mobile-nav{display:none}}.c-mobile-nav__panel{overflow-y:scroll;overflow-x:hidden}.c-mobile-nav-icon__line{display:block;position:absolute;height:1px;width:100%;background-color:#000;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.c-mobile-nav-icon .c-mobile-nav-icon__line:nth-child(1){top:0px}.c-mobile-nav-icon .c-mobile-nav-icon__line:nth-child(2),.c-mobile-nav-icon .c-mobile-nav-icon__line:nth-child(3){top:10px}.c-mobile-nav-icon .c-mobile-nav-icon__line:nth-child(4){top:20px}.c-mobile-nav-icon--open .c-mobile-nav-icon__line:nth-child(1){top:18px;width:0%;left:50%}.c-mobile-nav-icon--open .c-mobile-nav-icon__line:nth-child(2){transform:rotate(45deg)}.c-mobile-nav-icon--open .c-mobile-nav-icon__line:nth-child(3){transform:rotate(-45deg)}.c-mobile-nav-icon--open .c-mobile-nav-icon__line:nth-child(4){top:18px;width:0%;left:50%}.c-mobile-nav__panel,.c-mobile-nav__panel-next{background:#fff;width:100%;top:0;right:0;position:fixed;height:100%;padding:0 0 20px;transform:translate3d(100%, 0, 0);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;z-index:120}.c-mobile-nav__panel--open{transform:translate3d(0, 0, 0)}.c-mobile-nav__panel-next--open{transform:translate3d(0, 0, 0)}.c-mobile-nav__close-control{cursor:pointer;position:absolute;top:25px;right:25px}.c-mobile-nav__panel-inner-container{position:relative}.c-mobile-nav__panel-inner{padding:90px 0 25px 0;text-align:left;letter-spacing:2px}.c-mobile-nav__panel-country-link{display:block;position:relative;font-weight:700;border-bottom:1px solid #eeede9;padding:0 0 0 20px;margin:0;text-align:left;text-transform:uppercase;font-size:.75rem}.c-page-header__misc-mobile{right:-50%;top:-90%}.c-mobile-nav__panel-country-link{border-bottom:none !important}.c-mobile-nav__panel-header{padding-left:20px;margin-top:0;color:#ccccc8;text-transform:uppercase}.c-mobile-nav__panel-inner-next{text-align:left;letter-spacing:2px}.c-mobile-nav__panel-group__list{list-style:none;padding-left:0;margin:0}.c-mobile-nav__panel-group__list-item{text-transform:uppercase;font-weight:900;margin:0;font-size:1.25em}.c-mobile-nav__panel-group__list-item a{display:block;font-size:1.25rem;line-height:1.25rem;margin:10px 0;padding:5px 20px;width:100%}.c-mobile-nav__panel-group__list-item a.active{background:#231f20;color:#fff}.c-site-search__submit-mobile{background-image:url("/static/img/icons/search-black.png")}.c-mobile-nav__panel-header>h4{font-size:10px}.c-mobile-nav__panel-link>h2{padding:0 15px 0 20px;font-weight:900;letter-spacing:0px}.c-mobile-search{border-top:1px solid #CCCCC8;padding:10px 0}@media screen and (min-width: 961px){.c-mobile-search{display:none}}.c-mobile-search .e-search-icon{position:absolute;top:5px;left:0px}.c-mobile-search .c-search-clear-control{cursor:pointer;opacity:0;position:relative;top:-5px}@media screen and (min-width: 1025px){.c-mobile-search .c-search-clear-control{right:-5px}}.c-mobile-search .c-search-clear-control--active{opacity:1}.c-mobile-search__form{margin:0 20px;position:relative}.c-mobile-search-panel{background-color:#fff;display:none;padding-top:71px;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.c-mobile-search-panel--open{display:block}.c-mobile-search-panel .c-mobile-search{border-top:none}.c-mobile-search-panel .c-mobile-search__form{border-bottom:1px solid #CCCCC8}.c-mobile-search-panel__close-control{cursor:pointer;position:absolute;top:25px;right:25px}.c-hero{position:relative;height:50vh;background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (min-width: 1025px){.c-hero{height:calc(100vh - 70px)}}.c-hero--has-overlay:after{content:'';background:#000;opacity:0.1;z-index:1}@media screen and (min-width: 1025px){.c-hero--half-height{height:50vh}}.c-hero__inner-wrapper{z-index:2}.c-hero__label{color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.125rem;line-height:.75rem;margin:40px 0 0 0;text-transform:uppercase;text-align:center}@media screen and (min-width: 641px){.c-hero__label{font-size:.625rem;line-height:.75rem}}.c-hero__more-link{top:40px}.c-hero__heading{color:#fff;font-size:2.5rem;font-weight:900;letter-spacing:0.05em;line-height:2.0625rem;margin:0;text-align:center;text-transform:uppercase}@media screen and (min-width: 641px){.c-hero__heading{font-size:4.375rem;line-height:3.75rem}}.c-hero__heading small{display:block;font-size:.625rem;font-weight:700;line-height:1;letter-spacing:0.2em;margin-top:30px;width:100%}.c-hero__heading small:first-child{font-size:1rem;font-weight:900;letter-spacing:0.07em;margin-top:0}@media screen and (min-width: 641px){.c-hero__heading small:first-child{font-size:1.875rem}}@media screen and (max-width: 640px){.c-hero__heading--font-size-sm-decrease{font-size:2.1875rem}}.c-hero__image{display:block;position:absolute;top:calc(25vh - 135px);left:50%;transform:translateX(-50%);height:75px}@media screen and (min-width: 1025px){.c-hero__image{max-width:150px;height:auto;top:calc(25vh - 95px)}}.c-hero__scroll-container{display:none;position:absolute;right:50%;transform:translateX(50%);bottom:30px}@media screen and (min-width: 769px){.c-hero__scroll-container{display:block}}.c-hero__scroll-container--pointer{cursor:pointer}.c-hero__scroll-container__arrow{margin:0 auto;display:block;max-width:30px}.c-hero__scroll-container__text{font-size:.75rem;color:#fff;text-align:center;text-transform:uppercase;margin-bottom:17px;font-weight:700;letter-spacing:0.3mm}.c-nav__container{margin:0 auto;height:auto}.c-spacer__nav{background-color:#fff;margin:0;padding-bottom:1%;text-align:center}@media screen and (min-width: 1025px){.c-spacer__nav{display:none}}.c-spacer__nav-text,.c-spacer__nav-text-inner{color:#000;letter-spacing:2px;font-size:1em;display:inline-block;text-transform:uppercase;padding-top:1%}.c-spacer__nav-text-inner{display:block}.c-nav--inner{margin:0 auto;max-width:50%;text-align:center;padding-top:5%}.c-nav--inner-img{max-width:150px}#c-nav__arrow{display:inline-block;max-width:20px;padding-left:5px}#c-choice__container{background-color:#fff}.c-spacer{padding-top:8%}.c-calendar__module-wrapper{position:relative;padding-top:40px;overflow-x:hidden}.c-calendar__module{position:relative;min-width:320px;width:calc(100% - 150px);height:280px;margin:0 auto;overflow:hidden}.c-calendar__wrapper{position:absolute;top:0;left:0;transition:left 0.4s;overflow:hidden;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.c-calendar__arrow-prev,.c-calendar__arrow-next,.c-calendar__timeline-prev,.c-calendar__timeline-next{position:absolute;top:40px;height:200px;width:60px;z-index:2;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.c-calendar__arrow-prev span,.c-calendar__arrow-next span,.c-calendar__timeline-prev span,.c-calendar__timeline-next span{display:block;cursor:pointer;width:20px;height:20px}.c-calendar__arrow-prev span.prev-icon,.c-calendar__arrow-next span.prev-icon,.c-calendar__timeline-prev span.prev-icon,.c-calendar__timeline-next span.prev-icon{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #000}@media screen and (min-width: 1025px){.c-calendar__arrow-prev span.prev-icon,.c-calendar__arrow-next span.prev-icon,.c-calendar__timeline-prev span.prev-icon,.c-calendar__timeline-next span.prev-icon{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #000}}.c-calendar__arrow-prev span.next-icon,.c-calendar__arrow-next span.next-icon,.c-calendar__timeline-prev span.next-icon,.c-calendar__timeline-next span.next-icon{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #000}@media screen and (min-width: 1025px){.c-calendar__arrow-prev span.next-icon,.c-calendar__arrow-next span.next-icon,.c-calendar__timeline-prev span.next-icon,.c-calendar__timeline-next span.next-icon{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #000}}.c-calendar__arrow-prev,.c-calendar__timeline-prev{left:-10px}@media screen and (min-width: 641px){.c-calendar__arrow-prev,.c-calendar__timeline-prev{left:0}}.c-calendar__arrow-next,.c-calendar__timeline-next{right:-10px}@media screen and (min-width: 641px){.c-calendar__arrow-next,.c-calendar__timeline-next{right:0}}.c-calendar__month-block,.c-calendar__event-block{margin-right:30px}.c-calendar__event-block:last-child{margin-right:0}.c-calendar__year-block,.c-calendar__month-block{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.c-calendar__event-block{min-width:320px;width:100%;max-width:350px;margin-right:30px}.c-calendar__event-block.c-calendar__event-block-empty{height:300px;background-color:#e6e5e1;font-size:1.875rem}.c-calendar__event-block-header{position:relative;width:100%;height:195px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-size:cover;background-position:center center;background-color:#000;overflow:hidden}.c-calendar__event-block-header .c-calendar__event-image{position:absolute;top:0;left:0;z-index:0;height:auto;width:100%;opacity:0.8}.c-calendar__event-block-header .c-calendar__event-date{position:relative;z-index:1;color:#fff;font-weight:900;font-size:3.125rem}.c-calendar__event-block-header .c-calendar__event-date:nth-child(2){font-weight:900;font-size:.625rem;margin-top:-20px;margin-right:5px}.c-calendar__event-block-details:before,.c-calendar__event-block-details:after{content:"";display:table}.c-calendar__event-block-details:after{clear:both}.c-calendar__event-block-details h3,.c-calendar__event-block-details p{text-align:center;margin:0;text-transform:uppercase;font-family:"Gotham A","Gotham B",Verdana,Arial,sans-serif}.c-calendar__event-block-details h3{font-weight:900;font-size:1.125rem;margin-top:20px;letter-spacing:0.3mm}.c-calendar__event-block-details p{font-weight:700;font-size:.625rem;letter-spacing:0.2mm}.c-calendar__timeline-wrapper{position:relative;min-width:320px;width:100%;margin:0 auto;padding:5px auto 60px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between}.c-calendar__timeline-prev,.c-calendar__timeline-next{height:80px}.c-calendar__timeline-prev,.c-calendar__timeline-next{position:absolute;cursor:pointer;z-index:200;top:25px;width:60px}.c-calendar__timeline-prev{padding-left:30px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #000}@media screen and (min-width: 1025px){.c-calendar__timeline-prev{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #000}}.c-calendar__timeline-next{padding-right:30px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #000}@media screen and (min-width: 1025px){.c-calendar__timeline-next{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #000}}.c-calendar__timeline{position:relative;min-width:320px;width:calc(100% - 150px);height:80px;overflow:hidden;margin:0 auto}.c-calendar__timeline:after{content:'';position:absolute;width:96%;height:1px;left:2%;bottom:40px;background-color:#e6e5e1}.c-calendar__months{position:absolute;left:0;width:100%;transition:left 0.2s;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.c-calendar__timeline-year-label,.c-calendar__timeline-month-label,.c-calendar__timeline-month{position:relative;display:inline-block;margin-right:30px;line-height:50px;padding-bottom:20px;font-family:"Gotham A","Gotham B",Verdana,Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:.625rem;color:#ccccc8;-webkit-user-select:none;user-select:none}.c-calendar__timeline-year-label{font-weight:900;color:#000}.c-calendar__timeline-month:last-child{margin-right:0}.c-calendar__timeline-month.__withEvent{color:#000;cursor:pointer}.c-calendar__timeline-month.__withEvent:after{content:'';position:absolute;left:35%;bottom:15px;display:block;width:10px;height:10px;border-radius:50%;background-color:#000;-webkit-transform:scale(0.6);transform:scale(0.6)}.c-event__logo{display:block;margin:0 auto;max-width:200px}@media screen and (min-width: 641px){.c-event__logo{max-width:auto}}.c-event__more{padding:50px 0 10px 0;text-align:center}.c-featured-event{padding-top:40px}.c-featured-event__feature{margin:0 auto;position:relative;padding-top:30px;width:295px}@media screen and (min-width: 641px){.c-featured-event__feature{padding-top:0px;width:688px}}@media screen and (min-width: 1025px){.c-featured-event__feature{width:820px}}.c-featured-event__media{position:relative;width:100%;height:165px;overflow:hidden}@media screen and (min-width: 641px){.c-featured-event__media{height:376px}}@media screen and (min-width: 1025px){.c-featured-event__media{height:462px}}.c-featured-event__image{position:relative;width:100%;top:50%;transform:translateY(-50%)}.c-featured-event__video{position:relative;width:100%;height:165px}@media screen and (min-width: 641px){.c-featured-event__video{height:376px}}@media screen and (min-width: 1025px){.c-featured-event__video{height:462px}}.c-featured-event__feature-logo{display:none}@media screen and (min-width: 1025px){.c-featured-event__feature-logo{display:block;max-width:150px;position:absolute;top:0;left:0;transform:translate(-50%, -50%);z-index:50}}.c-featured-event__link-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;position:relative;background-color:#231f20;height:42px}.c-featured-event__link{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.c-textbox{clear:both;overflow:auto;text-align:center;background-size:contain}@media screen and (max-width: 640px){.c-textbox{background-size:cover}}.c-textbox__content{max-width:500px;margin:60px auto 0 auto}@media screen and (max-width: 640px){.c-textbox__content{margin:0 auto}}.c-textbox__content img{max-width:100%;vertical-align:top}.c-textbox__white-text{color:white}.c-textbox__renders{display:block;margin-top:25px}.c-textbox__bottom-line{height:50px;border-left:1px solid black;width:1px;margin:0 auto}.c-textbox__learn{text-transform:uppercase;border-bottom:2px solid white;font-weight:600;text-decoration:none}.c-textbox__social-icon{width:50px;padding:10px}.c-textbox__quote,.t-athlete-intro .c-textbox__content .b-description strong,.t-athlete-intro .c-textbox__content .b-description strong p strong,.t-athlete-intro .c-textbox__content p strong,.t-athlete-intro .c-textbox__content .c-results__description strong,.t-athlete-intro .c-textbox__content .t-diet__description strong{font-size:.9rem}.c-textbox__quote-img{max-width:20px;margin:0 auto}.c-textbox__bottom-link{display:block;text-transform:uppercase;font-weight:500;letter-spacing:2px;padding-bottom:20px}.c-textbox__bottom-link.c-textbox__bottom-link__athlete-page{position:relative;display:inline-block;padding-bottom:0;margin-bottom:80px;font-size:.625rem;font-weight:700}.c-textbox__bottom-link.c-textbox__bottom-link__athlete-page:hover{text-decoration:underline}.c-textbox__bottom-link.c-textbox__bottom-link__athlete-page:after{content:'';display:block;position:absolute;right:-10px;top:3px;width:0;height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:3px solid #000}.c-textbox__tag-container{max-width:75%;margin:0 auto;text-align:center;padding-bottom:5%}.c-textbox__line{width:42% !important}.c-textbox__news{padding-top:5%;text-align:center}.t-athlete-intro .c-textbox__content .b-description strong::before,.t-athlete-intro .c-textbox__content p strong::before,.t-athlete-intro .c-textbox__content .c-results__description strong::before,.t-athlete-intro .c-textbox__content .t-diet__description strong::before{content:" ";height:10px;width:10px;background:url("/static/img/icons/open-quote.png") no-repeat;display:block;position:relative;margin:0 auto;padding:15px 0;background-position:50% 50%}.t-athlete-intro .c-textbox__content .b-description strong::after,.t-athlete-intro .c-textbox__content p strong::after,.t-athlete-intro .c-textbox__content .c-results__description strong::after,.t-athlete-intro .c-textbox__content .t-diet__description strong::after{content:" ";height:10px;width:10px;background:url("/static/img/icons/close-quote.png") no-repeat;display:block;position:relative;margin:0 auto;padding:15px 0;background-position:50% 50%}.t-athlete-intro .c-textbox__content .c-athlete__first-paragraph p strong{font-size:1rem;font-weight:900;text-align:center;line-height:.9375rem}.t-athlete-intro .c-textbox__content .c-athlete__first-paragraph p:last-child{margin-top:0}.t-brand__white-text.t-brand__clif-kid:first-child{background-size:cover;background-position:bottom center;padding-bottom:150px}.c-textbox__description{padding-bottom:0}.c-textbox__paragraph>p{text-align:center !important}@media screen and (min-width: 1025px){.c-textbox__paragraph>p{text-align:left}}.c-textbox__bottom-space{padding-bottom:20px}.c-textbox__description--generic h1,.c-textbox__description--generic h2,.c-textbox__description--generic h3,.c-textbox__description--generic h4,.c-textbox__description--generic h5,.c-textbox__description--generic h6{text-transform:uppercase}@media screen and (max-width: 640px){.c-textbox__description--generic p{text-align:center}}.t-brand__textbox{padding-bottom:10px}.c-stats__outer-container{background-color:#f7f6f2;overflow:auto}.c-stats__container{background-color:#f7f6f2;position:relative}.c-stats{width:50%;float:left;height:auto;margin:0;padding:0}.c-stats__number{float:right;font-size:8em;font-weight:900;letter-spacing:-3px;padding-right:10px}.c-stats__text-container{width:50%;float:left;top:0;transform:translateY(75%)}.c-stats__text{width:100%;top:0;width:100%;float:left}.c-stats__text-inner{text-transform:uppercase;font-weight:900;word-spacing:10000px}.c-stats__overlap{position:absolute;top:35%;left:42%}@media screen and (min-width: 641px) and (max-width: 1024px){.c-stats__overlap{left:40%}}@media screen and (min-width: 1025px){.c-stats__overlap{left:44%}}.c-stats__vert-divider{float:left;bottom:0;transform:translateY(-60%);min-height:30px;border-left:2px solid black;width:100%}.c-stats__outer-container-athlete{background-color:#f7f6f2;padding:80px 0 0 0}.c-stats__outer-container-athlete:before,.c-stats__outer-container-athlete:after{content:"";display:table}.c-stats__outer-container-athlete:after{clear:both}@media screen and (min-width: 641px){.c-stats__outer-container-athlete{padding:80px 0}}.c-stats__outer-container-athlete .c-textbox__news{padding:0}.c-stats__outer-container-athlete .c-textbox__news p{margin:0}.t-athlete-profile-stats{width:350px;margin:40px auto 0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}.t-athlete-profile-stats:before,.t-athlete-profile-stats:after{content:"";display:table}.t-athlete-profile-stats:after{clear:both}@media screen and (min-width: 769px){.t-athlete-profile-stats{width:90%;-webkit-flex-direction:row;flex-direction:row}}.t-stats__athlete-container{width:350px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-bottom:50px;padding:0 40px}@media screen and (min-width: 641px){.t-stats__athlete-container{padding:0;-webkit-justify-content:center;justify-content:center;margin-bottom:30px}}@media screen and (min-width: 769px){.t-stats__athlete-container{margin-bottom:0}}.t-stats__athlete-number,.t-stats__athlete-text{position:relative;display:inline-block;font-weight:900;letter-spacing:0.5mm}.t-stats__athlete-number{margin-right:10px;font-size:5rem;line-height:3rem}@media screen and (min-width: 641px){.t-stats__athlete-number{font-size:5rem;line-height:3rem}}.t-stats__athlete-number i{position:absolute;top:-27px;right:-9px;font-size:1.5rem;text-shadow:-2px 2px 0 #e6e5e1;font-style:normal}.t-stats__athlete-text{text-transform:uppercase;font-size:1rem;line-height:1rem}@media screen and (min-width: 641px){.t-stats__athlete-text{max-width:235px}}.c-image-grid{margin:0 auto;max-width:1208px;padding-top:55px;padding-right:20px;padding-left:20px}@media screen and (min-width: 641px){.c-image-grid{padding-top:80px}}.c-image-grid__item{position:relative;overflow:hidden;width:100%}.c-image-grid__item .c-image-grid__image{display:block;width:100%}@media screen and (min-width: 641px){.c-image-grid--grid .c-image-grid__item{float:left;width:50%}.c-image-grid--grid .c-image-grid__image{position:absolute;top:0;left:0;width:100%;height:100%}.c-image-grid--grid .c-image-grid__item:nth-child(1){padding-bottom:65%}.c-image-grid--grid .c-image-grid__item:nth-child(2){padding-bottom:32.5%}.c-image-grid--grid .c-image-grid__item:nth-child(3){padding-bottom:32.5%}}@media screen and (min-width: 641px){.c-image-grid--portrait .c-image-grid__item{float:left;width:50%}.c-image-grid--portrait .c-image-grid__item:nth-child(1),.c-image-grid--portrait .c-image-grid__item:nth-child(2){padding-bottom:65%}.c-image-grid--portrait .c-image-grid__item:nth-child(1) .c-image-grid__image,.c-image-grid--portrait .c-image-grid__item:nth-child(2) .c-image-grid__image{position:absolute;top:0;left:0;width:100%;height:100%}.c-image-grid--portrait .c-image-grid__item:nth-child(3){width:100%}}.c-tag-container{margin:0 40px;text-align:center}@media screen and (min-width: 641px){.c-tag-container{max-width:540px;margin:0 auto}}.c-tag-container--padding-top{padding-top:25px}@media screen and (min-width: 641px){.c-tag-container--padding-top{padding-top:30px}}.c-tag-list{display:block;padding:10px 0 0 0;margin:0 auto}@media screen and (min-width: 641px){.c-tag-list{padding-top:0;display:inline-block}}.c-tag-list__label{display:block}@media screen and (min-width: 641px){.c-tag-list__label{padding-right:15px;display:inline-block}}.c-tag-list__item{list-style:none;padding-right:15px;margin-right:15px;position:relative}.c-tag-list__item::after{content:'|';position:absolute;top:0;right:2px;width:0;height:0}.c-tag-list__item:last-child{padding-right:0;margin-right:0}.c-tag-list__item:last-child::after{content:''}.c-topics-list ul{color:#231f20;font-size:.625rem;font-weight:700;letter-spacing:.125rem;line-height:.625rem;list-style:none;margin:0;padding:0;text-transform:uppercase}.c-topics-list li{display:inline-block}.c-topics-list li:not(:last-child)::after{content:'|';position:relative;padding-right:10px;padding-left:10px}.c-rich-text{color:#231f20;font-size:.875rem;font-weight:400;letter-spacing:0.05em;line-height:1.375rem;margin:0 auto}@media screen and (min-width: 641px){.c-rich-text{font-size:.875rem;line-height:1.3125rem}}.c-rich-text--align-center{text-align:center}.c-rich-text--narrow-width{margin:0 40px}@media screen and (min-width: 641px){.c-rich-text--narrow-width{margin:0 auto;max-width:540px}}.c-rich-text--full-width{margin:0 40px}@media screen and (min-width: 641px){.c-rich-text--full-width{margin:0 auto;max-width:690px}}.c-rich-text--padding-top{padding-top:35px}@media screen and (min-width: 641px){.c-rich-text--padding-top{padding-top:60px}}.c-rich-text--light,.c-rich-text--inverse{color:#fff}.c-rich-text p{margin:0 0 20px 0;padding:0}.c-rich-text p:last-child{margin-bottom:0}.c-rich-text a{overflow-wrap:break-word}.c-rich-text h1,.c-rich-text h2,.c-rich-text h3,.c-rich-text h4,.c-rich-text h5,.c-rich-text h6{font-size:.875rem;font-weight:700;letter-spacing:0em;line-height:1.375rem;margin:60px 0 20px 0}@media screen and (min-width: 641px){.c-rich-text h1,.c-rich-text h2,.c-rich-text h3,.c-rich-text h4,.c-rich-text h5,.c-rich-text h6{font-size:.875rem;line-height:1.3125rem}}.c-rich-text h1:first-child,.c-rich-text h2:first-child,.c-rich-text h3:first-child,.c-rich-text h4:first-child,.c-rich-text h5:first-child,.c-rich-text h6:first-child{margin-top:0}.c-rich-text img{display:block;position:relative;width:100%}.c-rich-text ul,.c-rich-text ol{margin:0 0 20px 0}.c-rich-text ol{list-style:decimal}.c-rich-text blockquote{margin-bottom:30px}.c-rich-text blockquote::before{content:'“';display:block;padding-bottom:10px}.c-rich-text blockquote::after{content:'”';display:block;padding-top:10px}.c-content .c-rich-text td{display:block;padding:0 0 60px;width:100%}.c-content .c-rich-text td h2{margin-top:20px}.c-content .c-rich-text td img{margin-top:0 !important;margin-bottom:0 !important}@media screen and (min-width: 1224px){.c-content .c-rich-text td{display:table-cell;padding-left:20px;vertical-align:top;width:50%}.c-content .c-rich-text td:first-child{padding-right:20px;padding-left:0}}.c-promo-message{color:#fff;position:relative}.c-promo-message__message{font-size:.75rem;font-weight:700;letter-spacing:.15rem;padding:20px 50px;text-align:center;text-transform:uppercase}@media screen and (min-width: 641px){.c-promo-message__message{padding:13px 0 10px 0}}.c-promo-message__link{font-size:.75rem;margin-top:5px}@media screen and (min-width: 641px){.c-promo-message__link{margin-left:10px}}.c-promo-message__link-container{display:block}@media screen and (min-width: 641px){.c-promo-message__link-container{display:inline-block}}.c-promo-message__close{display:block;margin:0;position:absolute;top:50%;right:28px;transform:translateY(-50%)}@media screen and (min-width: 641px){.c-promo-message__close{right:20px}}.c-promo-message__close .e-close-icon{width:12px;height:12px}.c-promo-message__close .e-close-icon .e-close-icon__fill{fill:#fff}.c-product-recall{color:#231f20;padding:15px;position:relative}.c-product-recall__message{font-size:.75rem;line-height:.875rem;letter-spacing:0.06em;text-align:center;position:relative;margin:0 50px}.c-product-recall__message a{font-weight:700;text-transform:uppercase}@media screen and (min-width: 641px){.c-product-recall__message{margin:0 auto;max-width:650px}}.c-product-recall__close{display:block;margin:0;position:absolute;top:50%;right:28px;transform:translateY(-50%)}@media screen and (min-width: 641px){.c-product-recall__close{right:20px}}.c-product-recall__close .e-close-icon{width:12px;height:12px}.c-tabbed-content{padding-top:85px}@media screen and (min-width: 641px){.c-tabbed-content{padding-top:100px}}.c-tabbed-content__tabs{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #ccccc8;margin:0 auto;text-align:center}@media screen and (min-width: 641px){.c-tabbed-content__tabs{display:block;width:90%}}.c-tabbed-content__tab{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;cursor:pointer;padding:13px 15px;margin:0 auto -1px auto;width:33.3%}.c-tabbed-content__tab:hover,.c-tabbed-content__tab.c-tabbed-content__tab--active{background-color:#231f20;color:#fff}@media screen and (min-width: 641px){.c-tabbed-content__tab{display:inline-block;padding:10px 20px 14px;margin-left:-4px;width:auto}.c-tabbed-content__tab:first-child{margin-left:auto}}.c-tabbed-content__tab-label{font-size:.625rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase}.c-tabbed-content__article{display:none;padding-top:65px}@media screen and (min-width: 641px){.c-tabbed-content__article{padding-top:70px}}.c-tabbed-content__article .e-section-heading--padding-bottom{padding-bottom:20px}@media screen and (min-width: 641px){.c-tabbed-content__article .e-section-heading--padding-bottom{padding-bottom:30px}}@media screen and (max-width: 640px){.c-tabbed-content__article .c-rich-text{text-align:center}}.c-tabbed-content__article .c-rich-text--narrow-width{margin:0 auto}.c-tabbed-content__article--active{display:inherit}.c-social-link{display:inline-block;letter-spacing:0;line-height:0;margin:0;width:20px;height:20px;overflow:hidden;position:relative;text-indent:-9999px}.c-social-link::after{background-repeat:no-repeat;background-size:20px 20px;content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%}.c-social-link--facebook::after{background-image:url("/static/img/icons/facebook.png")}.c-social-link--instagram::after{background-image:url("/static/img/icons/instagram.png")}.c-social-link--twitter::after{background-image:url("/static/img/icons/twitter.png")}.c-social-link--youtube::after{background-image:url("/static/img/icons/youtube.png")}.c-social-link-list{display:block;list-style:none;margin:0 auto;padding:0;text-align:center}.c-social-link-list__item{display:inline-block;line-height:0;margin-left:15px}.c-social-link-list__item:first-child{margin-left:0}.c-resources{margin:0 auto;width:100%}.c-resource{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;margin:0;padding:0 10px 40px 10px;position:relative}@media screen and (min-width: 641px){.c-resource{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:60px;width:33.33%}}@media screen and (min-width: 1025px){.c-resource{width:25%}}.c-resource .e-content-heading,.c-resource .e-blockquote,.c-resource .c-rich-text blockquote,.c-rich-text .c-resource blockquote{margin-top:20px}.c-resource .e-section-title{margin-top:5px}.c-resource:hover .c-resource__thumbnail-container::after{opacity:1}.c-resource--disabled{display:none}.c-resource__thumbnail-container{background-color:#fff;background-position:center center;background-repeat:no-repeat;padding-bottom:100%;position:relative;width:100%;height:auto}.c-resource__thumbnail-container::after{background-color:rgba(0,0,0,0.7);background-image:url("/static/img/icons/media-download-icon.svg");background-repeat:no-repeat;background-position:center;background-size:25%;content:'';opacity:0;position:absolute;top:0;left:0;transition:opacity .25s ease-out;width:100%;height:100%;z-index:100}.c-resource__thumbnail-container--thumbnail{background-size:contain}.c-resource__thumbnail-container--default{background-image:url("/static/img/icons/media-default-icon.svg");background-size:25%}.c-resource__thumbnail-image{display:none}.c-resource__thumbnail-default{display:none}.c-resource__thumbnail-link{display:block;position:absolute;text-indent:-9999px;overflow:hidden;width:100%;height:100%;z-index:200}.c-resource__link-container{text-align:center;margin-top:20px}.c-resource-grid{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;padding:30px 10px 0 10px}@media screen and (min-width: 641px){.c-resource-grid{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;max-width:1440px}}.c-rich-content .c-rich-content-grid{margin-top:0}.c-rich-content .c-rich-content-grid--timeline{margin-top:0}.c-rich-content--basic-padding-top{padding-top:40px}.c-rich-content--timeline-padding-top{padding-top:40px}.c-rich-content-grid{max-width:1440px;position:relative}.c-rich-content-panel__video{display:none;position:relative;width:100%}@media screen and (min-width: 641px){.c-rich-content-panel__video{display:block}}.c-rich-content__image{display:block;width:100%}@media screen and (min-width: 641px){.c-rich-content__image{display:none}}@media screen and (min-width: 641px){.c-rich-content__image--visible{display:block}}@media screen and (max-width: 640px){.c-rich-content-panel{float:left;display:block;margin-right:2.35765%;width:100%}.c-rich-content-panel:last-child{margin-right:0}}@media screen and (min-width: 641px){.c-rich-content-panel{float:left;display:block;margin-right:2.35765%;width:82.94039%;margin-left:8.5298%}.c-rich-content-panel:last-child{margin-right:0}.c-rich-content-grid--timeline .c-rich-content-panel{float:left;display:block;margin-right:2.35765%;width:100%;margin-left:0%}.c-rich-content-grid--timeline .c-rich-content-panel:last-child{margin-right:0}}.c-rich-content-panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;padding-top:30px;padding-bottom:30px;margin-bottom:20px;position:relative}.c-rich-content-panel::before{border-left:1px solid #CCCCC8;content:'';position:absolute;top:100%;left:50%;transform:translateY(-30px);width:auto;height:30px}@media screen and (max-width: 640px){.c-rich-content-panel:first-child{padding-top:0}.c-rich-content-panel:last-child::before{display:none}}@media screen and (min-width: 641px){.c-rich-content-panel{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;padding-top:20px;padding-bottom:20px}.c-rich-content-panel::before{border-left:1px solid #CCCCC8;content:'';position:absolute;top:0;left:50%;transform:translateY(0);width:auto;height:100%}}@media screen and (min-width: 641px){.c-rich-content-panel:nth-child(odd) .c-rich-content-panel__media{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}}@media screen and (min-width: 641px){.c-rich-content-panel:nth-child(odd) .c-rich-content-panel__content{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}}@media screen and (min-width: 641px){.c-rich-content-panel:nth-child(even) .c-rich-content-panel__media{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}}@media screen and (min-width: 641px){.c-rich-content-panel:nth-child(even) .c-rich-content-panel__content{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}}@media screen and (max-width: 640px){.c-rich-content-panel:last-child{margin-bottom:0;padding-bottom:0}}@media screen and (min-width: 641px){.c-rich-content-panel:last-child{margin-bottom:10px}}.c-rich-content-panel__media{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center;width:100%}@media screen and (min-width: 641px){.c-rich-content-panel__media{width:50%}}.c-rich-content-panel__media-wrapper{margin:auto;width:100%}.c-rich-content__icon{display:block;margin:auto;width:60px;height:60px}.c-rich-content-panel__content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin:0;padding:30px 0;width:100%;text-align:center}@media screen and (min-width: 641px){.c-rich-content-panel__content{padding:0 20px;width:50%}}@media screen and (min-width: 1224px){.c-rich-content-panel__content{padding-right:90px;padding-left:90px}}.c-rich-content-panel__content .c-rich-content__icon,.c-rich-content-panel__content .e-section-heading,.c-rich-content-panel__content .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-rich-content-panel__content h1,.c-rich-content-panel__content .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-rich-content-panel__content h2,.c-rich-content-panel__content .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-rich-content-panel__content h3,.c-rich-content-panel__content .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-rich-content-panel__content h4,.c-rich-content-panel__content .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-rich-content-panel__content h5,.c-rich-content-panel__content .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-rich-content-panel__content h6,.c-rich-content-panel__content .e-section-text,.c-rich-content-panel__content .e-link{margin-bottom:0}.c-rich-content-panel__content .c-rich-content__icon:first-child,.c-rich-content-panel__content .e-section-heading:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h1:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h1:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h2:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h2:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h3:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h3:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h4:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h4:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h5:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h5:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h6:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h6:first-child,.c-rich-content-panel__content .e-section-text:first-child,.c-rich-content-panel__content .e-link:first-child{margin-top:auto}.c-rich-content-panel__content .c-rich-content__icon:last-child,.c-rich-content-panel__content .e-section-heading:last-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h1:last-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h1:last-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h2:last-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h2:last-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h3:last-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h3:last-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h4:last-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h4:last-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h5:last-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h5:last-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h6:last-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h6:last-child,.c-rich-content-panel__content .e-section-text:last-child,.c-rich-content-panel__content .e-link:last-child{margin-bottom:auto}.c-rich-content-panel__content .e-section-heading,.c-rich-content-panel__content .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-rich-content-panel__content h1,.c-rich-content-panel__content .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-rich-content-panel__content h2,.c-rich-content-panel__content .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-rich-content-panel__content h3,.c-rich-content-panel__content .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-rich-content-panel__content h4,.c-rich-content-panel__content .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-rich-content-panel__content h5,.c-rich-content-panel__content .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-rich-content-panel__content h6{padding-top:25px;width:100%}.c-rich-content-panel__content .e-section-heading:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h1:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h1:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h2:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h2:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h3:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h3:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h4:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h4:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h5:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h5:first-child,.c-rich-content-panel__content .t-who-we-are__careers-section-text h6:first-child,.t-who-we-are__careers-section-text .c-rich-content-panel__content h6:first-child{padding-top:0}.c-rich-content-panel__content .e-section-text{padding-top:20px;width:100%}.c-rich-content-panel__content .e-section-text:first-child{padding-top:0}.c-rich-content-panel__content .e-link{padding-top:20px;margin-right:auto;margin-left:auto}.c-rich-content-grid--timeline{margin-top:30px}@media screen and (min-width: 641px){.c-rich-content-grid--timeline{margin-top:50px;margin-bottom:10px}.c-rich-content-grid--timeline::before,.c-rich-content-grid--timeline::after{background-image:url("/static/img/icons/scroll-indicator-icon-circle.svg");background-position:center center;background-repeat:no-repeat;content:'';position:absolute;width:11px;height:10px;left:50%;transform:translateX(-50%)}.c-rich-content-grid--timeline::before{top:0px}.c-rich-content-grid--timeline::after{bottom:0}}.c-rich-content-grid--timeline .c-rich-content-panel__media::before{border-left:1px solid #CCCCC8;content:'';position:absolute;top:0;left:50%;width:auto;height:30px}.c-rich-content-grid--timeline .c-rich-content-panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:50px}.c-rich-content-grid--timeline .c-rich-content-panel::after{background-image:url(/static/img/icons/scroll-indicator-icon.svg);background-repeat:no-repeat;background-position:center center;content:'';display:block;margin:10px auto 10px auto;position:absolute;width:30px;height:30px;top:100%;left:50%;transform:translateX(-50%)}@media screen and (min-width: 641px){.c-rich-content-grid--timeline .c-rich-content-panel{margin-bottom:70px}.c-rich-content-grid--timeline .c-rich-content-panel::after{margin:20px auto 20px auto}}@media screen and (min-width: 641px){.c-rich-content-grid--timeline .c-rich-content-panel:first-child{margin-top:10px;padding-top:20px}}.c-rich-content-grid--timeline .c-rich-content-panel:first-child .c-rich-content-panel__media::before{display:none}@media screen and (max-width: 640px){.c-rich-content-grid--timeline .c-rich-content-panel:last-child{margin-bottom:0;padding-bottom:0}}@media screen and (min-width: 641px){.c-rich-content-grid--timeline .c-rich-content-panel:last-child{margin-bottom:10px}}.c-rich-content-grid--timeline .c-rich-content-panel:last-child::after{display:none}.c-rich-content-grid--no-top-margin{margin-top:0}.c-shopping-basket{width:40px;height:30px;opacity:1;transition:0.5s opacity ease;transition-delay:0.25s}@media screen and (min-width: 961px){.c-shopping-basket{font-size:.5rem;width:55px}}@media screen and (min-width: 961px){.c-shopping-basket--left-divider::after{border-left:1px solid #231f20;content:'';position:absolute;top:0;left:0;height:30px;transition:border-color 0.3s ease-out}}.c-shopping-basket__link{display:block;position:relative;width:100%;height:100%}.c-shopping-basket__icon,.c-shopping-basket__icon--items{bottom:0;left:0;position:absolute}@media screen and (min-width: 961px){.c-shopping-basket__icon,.c-shopping-basket__icon--items{bottom:5px;left:12px}}.c-shopping-basket__icon{display:block;transition:fill 0.3s ease-out;width:22px;height:22px}.c-shopping-basket__icon--items{display:none;transition:fill 0.3s ease-out;width:39px;height:29px}.c-shopping-basket__icon--items #item-count{fill:#e30613;transition:fill 0.3s ease-out}.c-shopping-basket__item-count{color:#e30613;display:block;font-size:.625rem;font-weight:700;position:absolute;text-align:center;top:6px;transition:color 0.3s ease-out;right:5px;width:14px}@media screen and (min-width: 961px){.c-shopping-basket__item-count{top:1px;right:8px}}.c-shopping-basket--has-items .c-shopping-basket__icon{display:none}.c-shopping-basket--has-items .c-shopping-basket__icon--items{display:block}.t-page-home .c-shopping-basket::after{border-color:#fff}.t-page-home .c-shopping-basket__icon{fill:#fff}.t-page-home .c-shopping-basket__icon--items{fill:#fff}.t-page-home .c-shopping-basket__icon--items #item-count{fill:#fff}.t-page-home .c-shopping-basket__item-count{color:#fff}.c-page-header--sticky .c-shopping-basket::after,.c-page-header__misc-container--open .c-shopping-basket::after{border-color:#000}.c-page-header--sticky .c-shopping-basket__icon,.c-page-header__misc-container--open .c-shopping-basket__icon{fill:#000}.c-page-header--sticky .c-shopping-basket__icon--items,.c-page-header__misc-container--open .c-shopping-basket__icon--items{fill:#000}.c-page-header--sticky .c-shopping-basket__icon--items #item-count,.c-page-header__misc-container--open .c-shopping-basket__icon--items #item-count{fill:#e30613}.c-page-header--sticky .c-shopping-basket__item-count,.c-page-header__misc-container--open .c-shopping-basket__item-count{color:#e30613}.c-page-header__desktop .c-shopping-basket{display:none}@media screen and (min-width: 961px){.c-page-header__desktop .c-shopping-basket{display:block;position:absolute;top:20px;right:15px}}.c-page-header--search-active .c-shopping-basket{pointer-events:none}@media screen and (min-width: 961px){.c-page-header--search-active .c-shopping-basket{transition-delay:0s;opacity:0}}@media screen and (min-width: 961px){.c-page-header__mobile .c-shopping-basket{display:none}}.c-search-grid{display:flex;flex-flow:row wrap;margin-top:-10px}.c-search-grid-view-more{padding:15px 20px 35px;text-align:center}.c-card-tile__badge{position:absolute;top:20px;background:#231f20;padding:5px 8px;text-transform:uppercase;color:#fff;font-weight:900;font-size:.625rem;line-height:.625rem;letter-spacing:.03125rem;left:-10px;z-index:1}@media screen and (min-width: 641px){.c-card-tile__badge{padding:8px 10px;font-size:.75rem;line-height:.625rem;letter-spacing:.09375rem}}.c-card-tile.c-card-tile--search{padding:10px}@media screen and (min-width: 1025px){.c-card-tile.c-card-tile--search{width:33.33%}}.c-card-tile__image-panel.c-card-tile__image-panel--products{background-size:contain;background-color:#f2efe6}.c-search__message{width:80%;text-align:center;position:absolute;margin:auto;top:50px;left:0;right:0;max-width:600px}@media screen and (min-width: 641px){.c-search__message{width:100%}}.c-search__message-title{font-size:24px;font-weight:900;text-transform:uppercase}.c-search__message-content{margin:20px 0}.c-content-filter{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;background:#fff;border-top:1px solid #d7d8d6;height:52px;position:relative}@media screen and (min-width: 641px){.c-content-filter{border-bottom:1px solid #d7d8d6;height:42px}}.c-content-filter--hidden{display:none}.c-content-filter__container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-flex-flow:column;flex-flow:column;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:absolute;width:100%}@media screen and (min-width: 641px){.c-content-filter__container{-webkit-flex-flow:row;-moz-flex-flow:row;flex-flow:row;position:relative}}.c-content-filter__text-element{background:none;border:none;font-weight:700;font-size:.75rem;line-height:.75rem;letter-spacing:.125rem;margin:0;padding:19px 10px;text-align:center;text-transform:uppercase;width:100%}@media screen and (min-width: 641px){.c-content-filter__text-element{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:.625rem;line-height:1.25rem;padding:15px 40px;width:auto}}.c-content-filter__title{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;background-color:#fff;border-bottom:1px solid #d7d8d6;cursor:pointer;flex:0 0 auto}@media screen and (max-width: 640px){.c-content-filter__title::after{content:'+';left:10px;position:relative;transition:transform .25s ease-out}}@media screen and (min-width: 641px){.c-content-filter__title{display:none}}@media screen and (max-width: 640px){.c-content-filter__title--open::after{transform:rotate(45deg)}}.c-content-filter__controls-container{display:none;overflow:hidden;position:relative;width:100%}@media screen and (min-width: 641px){.c-content-filter__controls-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-flow:row;-moz-flex-flow:row;flex-flow:row;position:relative}}@media screen and (max-width: 640px){.c-content-filter__controls-container--open{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;top:0px;z-index:300}}.c-content-filter__controls-list{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-flex-flow:column;flex-flow:column;left:0;list-style:none;margin:0;padding:0;position:relative;transition:left 0.5s ease-in-out;width:100%}@media screen and (min-width: 641px){.c-content-filter__controls-list{-webkit-flex-flow:row;-moz-flex-flow:row;flex-flow:row;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;width:auto}}@media screen and (min-width: 641px){.c-content-filter__controls-list--scroll-enabled{width:100%}.c-content-filter__controls-list--scroll-enabled .c-content-filter__controls-list-item:first-child .c-content-filter__control{border-left:none}.c-content-filter__controls-list--scroll-enabled .c-content-filter__controls-list-item:last-child .c-content-filter__control{border-right:none}}.c-content-filter__controls-list-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;flex:0 0 auto;width:100%}@media screen and (min-width: 641px){.c-content-filter__controls-list-item{-webkit-flex-flow:row;-moz-flex-flow:row;flex-flow:row;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto}.c-content-filter__controls-list-item:first-child .c-content-filter__control{border-left:1px solid #d7d8d6}}.c-content-filter__control{background-color:#fff;border-bottom:1px solid #d7d8d6;cursor:pointer;transition:all .25s ease-out}.c-content-filter__control:focus,.c-content-filter__control:hover{background-color:#e2e1dc;outline:none}@media screen and (min-width: 641px){.c-content-filter__control{border-bottom:none;border-right:1px solid #d7d8d6}}.c-content-filter__control--active{background-color:#231f20;color:#fff}.c-content-filter__control--active:focus,.c-content-filter__control--active:hover{color:#fff;background-color:#231f20}.c-content-filter__control--active .c-content-filter__icon svg polygon,.c-content-filter__control--active .c-content-filter__icon svg rect,.c-content-filter__control--active .c-content-filter__icon svg path{fill:#fff}.c-content-filter__icon{display:inline-block;margin-right:10px;width:20px;height:20px}.c-content-filter__icon svg{display:block;width:20px;height:20px}.c-content-filter__direction-controls{display:none}@media screen and (min-width: 641px){.c-content-filter__direction-controls--active{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex:0 0 auto;margin:0;position:relative;width:auto}}.c-content-filter__direction-control{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;background:#fff;border:none;border-left:1px solid #d7d8d6;cursor:pointer;margin:0;overflow:hidden;padding:0;position:relative;text-indent:-9999px;transition:all .25s ease-out;width:65px;height:40px}.c-content-filter__direction-control:focus,.c-content-filter__direction-control:hover{outline:none;background-color:#e2e1dc}.c-content-filter__direction-control::after{margin:0;content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.c-content-filter__direction-control--left::after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #231f20}.c-content-filter__direction-control--right::after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #231f20}.c-page-spinner-wrapper{position:fixed;top:0;background:rgba(255,255,255,0.8);z-index:999;width:100%;height:100%;transition:0.5s opacity ease;opacity:0;pointer-events:none}.c-page-spinner-wrapper--active{pointer-events:inherit;opacity:1}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.c-page-spinner{text-indent:-9999px}.c-page-spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;text-indent:-9999px;width:50px;height:50px;margin-top:-10px;margin-left:-10px;border-radius:50%;border-top:2px solid #231F20;border-right:2px solid transparent;animation:spinner 0.75s infinite linear}.c-recommendation-selector{position:relative;width:100%;z-index:5;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:90%;padding:0;cursor:default;top:-36px}@media screen and (min-width: 769px){.c-recommendation-selector{-webkit-flex-direction:row;flex-direction:row;padding:0;top:auto}}@media screen and (min-width: 641px){.c-recommendation-selector{padding:0;top:auto}}.c-recommendation-selector--active{padding:100px 0;top:auto}@media screen and (min-width: 769px){.c-recommendation-selector--active{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;padding:0}}@media screen and (min-width: 641px){.c-recommendation-selector--active{padding:0}}.c-recommendation-selector--active .c-recommendation-selector__title{display:none}@media screen and (min-width: 769px){.c-recommendation-selector--active .c-recommendation-selector__title{display:block}}.c-recommendation-selector__title{font-size:1.5625rem;text-align:center;color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:3px}@media screen and (min-width: 769px){.c-recommendation-selector__title{font-size:1.9375rem;line-height:auto;margin-right:20px}}@media screen and (min-width: 1025px){.c-recommendation-selector__title{font-size:3rem;line-height:65px;width:auto}}.c-recommendation-selector__input{position:relative;height:68px;border:5px solid #fff;background:none;color:#fff;font-weight:900;letter-spacing:5px;text-transform:uppercase;text-align:center;width:100%;cursor:pointer;z-index:3}@media screen and (min-width: 641px) and (max-width: 1024px){.c-recommendation-selector__input{width:100%}}@media screen and (min-width: 769px){.c-recommendation-selector__input{width:65%}}@media screen and (min-width: 1025px){.c-recommendation-selector__input{width:100%;max-width:600px}}.c-recommendation-selector__input--active{cursor:default}.c-recommendation-selector__input--active .c-recommendation-selector__input__control--up,.c-recommendation-selector__input--active .c-recommendation-selector__input__control--down{visibility:visible;cursor:pointer}.c-recommendation-selector__input--active .c-recommendation-selector__input__control--up{top:-90px}@media screen and (min-width: 641px){.c-recommendation-selector__input--active .c-recommendation-selector__input__control--up{top:-180px}}.c-recommendation-selector__input--active .c-recommendation-selector__input__control--down{bottom:-90px}@media screen and (min-width: 641px){.c-recommendation-selector__input--active .c-recommendation-selector__input__control--down{bottom:-180px}}.c-recommendation-selector__input--selected .c-recommendation-selector__input__control{visibility:hidden}.c-recommendation-selector__input--selected .c-recommendation-selector__input__options .c-recommendation-selector__input__options__link{opacity:0}.c-recommendation-selector__input--selected .c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.active{opacity:1 !important;visibility:visible !important}.c-recommendation-selector__input__options{list-style:none;width:100%;margin:0;padding:0;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;transition:all 0.4s ease;cursor:default;visibility:hidden}.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link{color:#fff;text-align:center;text-transform:uppercase;font-weight:900;letter-spacing:1px;font-size:.1875rem;line-height:58px;-webkit-transition:all 0.7s ease;-moz-transition:all 0.7s ease;transition:all 0.7s ease;opacity:0}@media screen and (min-width: 641px){.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link{font-size:.6875rem}}.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.active{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);font-size:.75rem;cursor:pointer}@media screen and (min-width: 641px){.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.active{font-size:1.3125rem}}.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.next,.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.prev{font-size:.75rem}@media screen and (min-width: 641px){.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.next,.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.prev{font-size:1rem}}.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.end{font-size:.875rem}.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.top-end{-webkit-transform:perspective(405px) rotateX(25deg);-moz-transform:perspective(405px) rotateX(25deg);-ms-transform:perspective(405px) rotateX(25deg);-o-transform:perspective(405px) rotateX(25deg);transform:perspective(405px) rotateX(25deg)}.c-recommendation-selector__input__options .c-recommendation-selector__input__options__link.bottom-end{-webkit-transform:perspective(405px) rotateX(-25deg);-moz-transform:perspective(405px) rotateX(-25deg);-ms-transform:perspective(405px) rotateX(-25deg);-o-transform:perspective(405px) rotateX(-25deg);transform:perspective(405px) rotateX(-25deg)}.c-recommendation-selector__input__options--active{visibility:visible}.c-recommendation-selector__input__options--active .c-recommendation-selector__input__options__link.active{opacity:1}.c-recommendation-selector__input__options--active .c-recommendation-selector__input__options__link.next,.c-recommendation-selector__input__options--active .c-recommendation-selector__input__options__link.prev{opacity:0.8}.c-recommendation-selector__input__options--active .c-recommendation-selector__input__options__link.end{opacity:0}@media screen and (min-width: 641px){.c-recommendation-selector__input__options--active .c-recommendation-selector__input__options__link.end{opacity:0.5}}.c-recommendation-selector__input__options__link{font-size:24px;line-height:28px}@media screen and (min-width: 1025px){.c-recommendation-selector__input__options__link{line-height:48px}}.c-recommendation-selector__input__control--up,.c-recommendation-selector__input__control--down{position:absolute;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;padding:20px;z-index:10;-webkit-transition:all 0.6s cubic-bezier(0.87, -0.1, 0.19, 1.44);-moz-transition:all 0.6s cubic-bezier(0.87, -0.1, 0.19, 1.44);transition:all 0.6s cubic-bezier(0.87, -0.1, 0.19, 1.44)}.c-recommendation-selector__input__control--up{top:-5px}.c-recommendation-selector__input__control--up:after{display:block;content:'';width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #fff}.c-recommendation-selector__input__control--down{bottom:-5px}.c-recommendation-selector__input__control--down:after{display:block;content:'';width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fff}.c-recommendation-selector__results{position:relative;width:100%;min-height:100vh;background-color:#fdfcf8;background-position:0 0, -9999px 0, left 100%, -9999px 0%;background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;background-size:80%}@media screen and (min-width: 641px){.c-recommendation-selector__results{background-position:top left, top right, bottom left, bottom right;background-size:auto}}.c-recommendation-results{padding:50px}@media screen and (min-width: 641px){.c-recommendation-results{position:absolute;top:50%;transform:translate(-50%, -50%);left:50%;width:100%}}.c-recommendation-results__bg{width:100%;height:100%;pointer-events:none;z-index:-1}.c-recommendation-results__divider{display:block;margin:0 auto}.c-recommendation-results__heading{font-weight:400;font-size:1em;text-transform:uppercase;text-align:center;margin:20px}.c-recommendation-results__subheading{font-weight:900;font-size:1.5em;text-transform:uppercase;text-align:center;width:425px;display:block;margin:20px auto}.c-recommendation-results__products-wrapper{margin:20px 0}.c-recommendation-results__products-wrapper:before,.c-recommendation-results__products-wrapper:after{content:"";display:table}.c-recommendation-results__products-wrapper:after{clear:both}.c-recommendation-results__product-image{margin-bottom:10px;margin-right:2%;float:left;width:48%}.c-recommendation-results__product-image img{display:block;margin:0 auto}.c-recommendation-results__product-information{float:left;width:50%}.c-recommendation-results__product-icon{margin:20px 0}.c-recommendation-results__product-desc{font-weight:700;text-transform:uppercase;font-size:1em;margin-bottom:5px}.c-recommendation-results__product-name{font-size:1.5em;word-wrap:break-word;text-transform:uppercase;font-weight:900;margin-bottom:20px}.c-recommendation-results__product-link{display:block;margin:20px 0;font-weight:700;text-transform:uppercase}.c-video-player{margin:0 auto;padding-bottom:56.25%;position:relative;width:100%;height:0}.c-video-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}.c-video-player--margin-top-30{margin-top:30px}.c-video-player--margin-top-70{margin-top:70px}.c-video-link{background-color:#231f20;font-size:.625rem;padding:9px;text-align:center}.c-video__container{position:relative;bottom:0}.c-video{position:relative}.c-video__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10}.c-video__link{background-color:#231f20;text-align:center;padding:9px;font-size:10px}.c-video__link-text{color:#fff;text-transform:uppercase}.c-video__link-inner-text{margin:0;border-bottom:2px solid white;padding-bottom:2px;display:inline-block}.c-embed-video{vertical-align:top;width:100%}.c-brand-icon-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:end;-moz-box-align:end;box-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;height:55px;padding-top:20px;padding-bottom:10px;position:relative}@media screen and (min-width: 1025px){.c-brand-icon-container{height:100px;padding-top:65px;padding-bottom:15px}}.c-intro .c-brand-icon-container{padding-top:0}@media screen and (min-width: 1025px){.c-intro .c-brand-icon-container{padding-top:35px}}.c-product-hero__container{background-color:#f7f6f2}.c-product-hero__bg{background-position:1000%, 1000%;height:auto;overflow:auto;padding-bottom:65px}@media screen and (min-width: 641px){.c-product-hero__bg{padding-bottom:65px}}@media screen and (min-width: 1025px){.c-product-hero__bg{background-size:contain;background-repeat:no-repeat;background-position:50% 20%;max-width:80%;margin:0 auto;background-color:none}}.c-product-hero__inner-container{margin-bottom:15px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}@media screen and (min-width: 641px){.c-product-hero__inner-container{padding-top:3%;margin-bottom:0}}.c-product-hero__inner-container img{max-width:100%}@media screen and (max-width: 640px){.c-product-hero__content{margin:0 auto;text-align:center;width:80%;color:#807b7b}}.c-product-hero__paragraph{font-size:14px;letter-spacing:0;line-height:21px;font-weight:400;width:80%;margin:0 auto;padding:20px 0 10px}@media screen and (min-width: 641px){.c-product-hero__paragraph{margin:0}}@media screen and (min-width: 1025px){.c-product-hero__paragraph{width:100%}}.c-product-hero__content-taste{font-size:.75rem;padding:0 0 15px;margin:0}.c-product-hero__content-image{background-size:contain;background-repeat:no-repeat;background-position:center bottom;height:100%;width:100%}.c-product-hero__content-title{font-size:1.875rem;line-height:1.75rem;margin:0 auto;width:60%;padding-top:4px;color:#000;font-weight:900;text-transform:uppercase}@media screen and (min-width: 641px){.c-product-hero__content-title{margin:0}}@media screen and (min-width: 1025px){.c-product-hero__content-title{width:50%}}.c-product-hero__content__divider{margin:0 auto;background-color:#000;height:4px;width:24px;display:block}@media screen and (min-width: 641px){.c-product-hero__content__divider{margin:0}}.c-product-hero__content-flavor-disclaimer{font-size:11px;margin:30px 0 0 0}@media screen and (min-width: 641px){.c-product-hero__content-flavor-disclaimer{margin-top:5px}}.c-product-hero__content-nutrition{padding-bottom:20px}.c-product-hero__content-bold{font-size:10px;font-weight:900;color:#000;text-transform:uppercase;letter-spacing:2.5px}.c-product-hero__btn{margin:35px 0 40px}@media screen and (min-width: 641px){.c-product-hero__btn{margin:25px 0 20px}}.c-product-promo{font-size:.75rem;font-weight:700;letter-spacing:.125rem;text-align:center;margin:0 20px}@media screen and (max-width: 840px){.c-product-promo{color:#000}}.c-product-promo strong{font-weight:900}.c-results__bg{width:100%;height:100%;pointer-events:none;z-index:-1}.c-results__vert-divider{text-align:center;padding-top:7.5%}.c-results__row{width:100%}@media screen and (min-width: 641px){.c-results__row{width:80%;margin:0 auto}}.c-results__title{font-size:0.8em;text-transform:uppercase}.c-results__heading{float:left;width:100%;margin-bottom:30px}.c-results__heading__name{font-family:"Gotham A","Gotham B",Verdana,Arial,sans-serif;font-size:1rem;font-weight:900;text-transform:uppercase;margin:40px 0 10px 0;font-size:1rem}@media screen and (min-width: 641px){.c-results__heading__name{font-size:1rem}}.c-results__flavor__description{display:block;font-size:.625rem;font-weight:500;text-transform:uppercase;margin:10px 0 0 0}@media screen and (min-width: 641px){.c-results__flavor__description{font-size:.625rem}}.c-results__horizontal-divider{display:block;width:30px;height:2px;background:#000}.c-results__description-container{text-align:center;padding-bottom:3%}.c-results__description{font-weight:900;font-size:1.5em;line-height:1em;text-transform:uppercase;margin:0 auto}@media screen and (min-width: 641px){.c-results__description{font-size:2em;line-height:1em;width:40%}}.c-results__wide{width:80%;margin:0 auto}.c-results__product-container{overflow:visible}@media screen and (max-width: 675px) and (orientation: landscape){.c-results__product-container{width:100%;padding-bottom:5%}}@media screen and (max-width: 1025px) and (orientation: portrait){.c-results__product-container{width:100%;padding-bottom:5%}}.c-results__img-container{text-align:center;padding-bottom:10%}.c-results__img{top:0;left:0;max-width:100%;padding-top:10%}@media screen and (max-width: 640px){.c-results__img{max-width:100%;max-height:330px}}.c-results__info-container{padding-top:10%;z-index:10;position:relative;min-height:200px}@media screen and (min-width: 1025px){.c-results__info-container{padding-top:5%}}.c-results__icon{padding-bottom:10%}.c-results__nutrition,.c-results__nutrition-home{height:50px;box-sizing:border-box}.c-results__nutrition-home{float:none}.c-results__nutrition-inner{background-color:#E2E1DC;text-align:center;padding:0;margin:0;vertical-align:middle;display:block;height:50px;min-width:80px;max-width:100px}.c-results__nutrition-text{font-weight:900;font-size:.9375rem;text-transform:inherit;text-align:center;padding:0 15px;color:#000;-webkit-transform:translate(0, 89%);-moz-transform:translate(0, 89%);-ms-transform:translate(0, 89%);-o-transform:translate(0, 89%);transform:translate(0, 89%)}.c-results__nutrition-overlay,.c-results__nutrition__badge-overlay{padding:8px 4px 3px 4px;height:30px;display:block}.c-results__nutrition-overlay-text,.c-results__nutrition__badge-overlay-text{color:#000;font-size:.375rem;font-weight:700;text-transform:uppercase;text-align:center;margin:0 auto;letter-spacing:0.05em;line-height:1.2em;max-width:75px}.c-results__link{position:absolute;float:left;padding:7px 0;width:100%;bottom:0}@media screen and (max-width: 675px) and (orientation: landscape){.c-results__info-container{padding-top:5%}}.c-results__nutrition__badge{height:50px;box-sizing:border-box}.c-results__nutrition__badge-inner{background-color:#E2E1DC;text-align:center;padding:0;margin:0;vertical-align:middle;display:block;height:50px}.c-results__nutrition__badge-overlay-text img{color:#000;text-align:center;margin:0 auto;max-width:50px}.c-results__nutrition__badge-overlay-text{color:#000;text-transform:uppercase;text-align:center;margin:0 auto;letter-spacing:0.05em;line-height:1.2em;max-width:50px}.c-flavor__icon{-webkit-transform:translate(0, 5%);-moz-transform:translate(0, 5%);-ms-transform:translate(0, 5%);-o-transform:translate(0, 5%);transform:translate(0, 5%)}img[alt~="Rainforest"]{height:60px;width:60px;-webkit-transform:translate(0, 13%);-moz-transform:translate(0, 13%);-ms-transform:translate(0, 13%);-o-transform:translate(0, 13%);transform:translate(0, 13%)}.c-blog{text-align:center;clear:both;padding:0;background-color:#f7f6f2}.c-blog__container-outer{padding:3% 0}.c-blog__container{float:left;width:100%;padding-bottom:5%}@media screen and (min-width: 1025px){.c-blog__container{width:49%}}.c-blog__image-cover{height:260px;background-size:cover;background-repeat:no-repeat;background-position:center}.c-blog__img{width:100%}.c-blog__content{text-align:left;margin:0 20px}@media screen and (min-width: 1025px){.c-blog__content{border-right:1px solid #eeede9}.c-blog__content:last-child{border:none}}.c-blog__title{text-transform:uppercase;text-align:left;font-weight:900;margin-top:10%}.c-blog__row{display:flex;justify-content:center;flex-wrap:wrap;margin:0px 20px 0px}.c-blog__post{text-align:left;background:#fff;margin-bottom:20px}@media screen and (max-width: 1024px){.c-blog__post{width:100%}}@media screen and (min-width: 1025px){.c-blog__post{margin-right:0.5%;width:48.5%;float:left;max-width:530px}.c-blog__post:nth-child(even){margin-left:2%}}.c-blog--divider-athlete{padding-top:10%}@media screen and (min-width: 1025px){.c-blog--divider-athlete{padding-top:5%}}@media screen and (max-width: 640px){.c-blog--header{background-color:#f7f6f2}.c-blog--header:nth-child(even){border-left:1px solid transparent}}.c-blog__post-content{padding:30px 30px 40px 30px}.c-blog__post-title,.c-blog__post-description,.c-blog__post-heading{margin:0;padding:0}.c-blog__post-title{font-size:.625rem;font-weight:700}.c-blog__post-heading{font-size:1rem;font-weight:900}.c-blog__post-heading a{position:relative;margin:3px 0 15px;line-height:15px;display:block}.c-blog__post-heading a:after{content:'';display:block;position:absolute;width:25px;height:3px;background-color:#000;bottom:-10px}.c-blog__heading{background-color:#f7f6f2}.c-blog__heading:before,.c-blog__heading:after{content:"";display:table}.c-blog__heading:after{clear:both}.c-blog__heading-line{height:50px;border-left:1px solid #000;width:1px;margin:0 auto}.c-blog__view-all{padding:15px 20px 35px;background-color:#f7f6f2}@media screen and (max-width: 640px){.c-blog__view-all{padding-bottom:70px}}.c-blog__button{font-size:.625rem;letter-spacing:0.2mm}@media screen and (max-width: 640px){.c-blog__button{width:90%;padding:15px 20px}}.c-nutrition--border-bottom{border-bottom:1px solid #CCCCC8;overflow:hidden}.c-nutrition__control{background-color:#eeede9;text-align:center;position:relative;color:#000;min-height:55px;border-top:1px solid #CCCCC8;cursor:pointer;display:flex;flex:1;justify-content:center}.c-nutrition__control .c-nutrition__control__text{transform:initial;position:relative;font-size:.625rem;letter-spacing:2px;margin-top:21px;text-transform:uppercase;font-weight:700;vertical-align:middle}.c-nutrition__control__open:after,.c-nutrition__control__close:after{font-size:.875rem;vertical-align:bottom;font-weight:700;margin:18px 0 0 5px}.c-nutrition__control__open:after{content:'\2012'}.c-nutrition__control__close:after{content:'+'}.c-nutrition__control__open .c-nutrition__control__text__open{display:block;opacity:1}.c-nutrition__control__open .c-nutrition__control__text__close{display:none;opacity:0}.c-nutrition__control__close .c-nutrition__control__text__open{display:none;opacity:0}.c-nutrition__control__close .c-nutrition__control__text__close{display:block;opacity:1}.c-nutrition__container-outer{background-color:#eeede9;display:block;transition:1.5s all ease-in;max-height:2500px}@media screen and (min-width: 1025px){.c-nutrition__container-outer div{padding:3% 3% 0 3%}}.c-nutrition__container-outer.hide{display:block !important;max-height:0}.c-nutrition__container__closed{transition:.2s all ease-out}.c-nutrition__container-full-width{float:left;background:none repeat scroll 0 0;display:table;width:100%;margin-bottom:20px}@media screen and (min-width: 1025px){.c-nutrition__container-full-width{width:50%}}.c-nutrition__container-half-width{width:100%}@media screen and (min-width: 1025px){.c-nutrition__container-half-width{flex-flow:row wrap;border-right:1px solid #939696}.c-nutrition__container-half-width:nth-child(2){border:none}}.c-nutrition__container__description{color:#231f20;font-size:.75rem;letter-spacing:0.05em;line-height:1.3125rem;margin:0 0 20px 0}.c-spacer-bar{padding:0;margin:0;display:flex}@media screen and (min-width: 1025px){.c-spacer-bar:after{content:"";display:inline-block;background-color:#000;width:24px;height:4px}}.c-suggestion__container>.c-suggestion__header{display:none}@media screen and (min-width: 1025px){.c-suggestion__container>.c-suggestion__header{display:block}}.c-suggestion__divider,.c-product-slider__divider{padding-top:10%;text-align:center;background-color:#f7f6f2}@media screen and (min-width: 641px){.c-suggestion__divider,.c-product-slider__divider{padding:5%}}.c-suggestion__header{display:none}@media screen and (min-width: 641px){.c-suggestion__header{display:block}}.c-suggestion__container{padding-bottom:30px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 640px){.c-suggestion__container{width:100%;background-color:#f7f6f2}}@media screen and (min-width: 641px){.c-suggestion__container{width:100%;background-color:#f7f6f2;overflow:hidden}}.c-suggestion-row{background-color:#f7f6f2}.c-suggestion,.c-product-slider__suggestion{border:none;text-align:center;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;position:relative}@media screen and (min-width: 641px){.c-suggestion,.c-product-slider__suggestion{padding:10px}.c-suggestion::after,.c-product-slider__suggestion::after{content:" ";width:1px;height:100%;background:#ccc;position:absolute;right:0}}@media screen and (min-width: 641px) and (-ms-high-contrast: active), screen and (min-width: 641px) and (-ms-high-contrast: none){.c-suggestion::after,.c-product-slider__suggestion::after{bottom:35px}}@media screen and (min-width: 641px){.c-suggestion:last-child::after,.c-product-slider__suggestion:last-child::after{content:"";display:none}}.c-suggestion__img,.c-product-slider__suggestion-img{text-align:center;float:left}@media screen and (min-width: 641px) and (max-width: 1024px){.c-suggestion__img,.c-product-slider__suggestion-img{left:0}}.c-suggestion__img img,.c-product-slider__suggestion-img img{max-width:100%;position:relative;left:-15px}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.c-suggestion__img img,.c-product-slider__suggestion-img img{max-width:65%;left:-65px}}.c-suggestion__content,.c-product-slider__suggestion-content{text-align:left;float:left;padding-top:10%;min-width:100px;position:relative}@media screen and (min-width: 641px) and (max-width: 1024px){.c-suggestion__content,.c-product-slider__suggestion-content{padding-top:5%}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.c-suggestion__content,.c-product-slider__suggestion-content{left:-80px}}.c-suggestion__content h3,.c-product-slider__suggestion-content h3,.c-suggestion__content a,.c-product-slider__suggestion-content a{position:relative}.c-suggestion__content h3:after,.c-product-slider__suggestion-content h3:after,.c-suggestion__content a:after,.c-product-slider__suggestion-content a:after{content:'';position:absolute;background-color:#000}.c-suggestion__content h3,.c-product-slider__suggestion-content h3{text-transform:uppercase;margin-bottom:25px;font-size:16px;font-weight:900;line-height:15px}.c-suggestion__content h3:after,.c-product-slider__suggestion-content h3:after{bottom:-10px;left:0;width:20px;height:3px}.c-suggestion__content a,.c-product-slider__suggestion-content a{position:relative;font-size:10px;font-weight:700;letter-spacing:1.8px}.c-suggestion__content a:after,.c-product-slider__suggestion-content a:after{bottom:-5px;left:0;width:100%;height:1px}.c-flavor-carousel__outer-frame{width:85%;margin:0 auto;overflow:hidden}#flavor-carousel{position:absolute}.c-flavor-carousel-view,.js-clif-mod__flavor-carousel-view{position:absolute}.c-flavor-carousel-view:first-child,.js-clif-mod__flavor-carousel-view:first-child{padding-left:5%}.c-flavor-carousel-frame,.js-clif-mod__c-flavor-carousel-frame{float:left;width:25%}.c-flavor__container{text-align:center;background-color:#f7f6f2}@media screen and (min-width: 641px){.c-flavor__container{padding:34px 5% 0% 5%;position:relative}}.c-flavor__bg-color{background-color:#f7f6f2}.c-flavor__line,.c-textbox__line{width:30%;display:inline-block}@media screen and (min-width: 1025px){.c-flavor__line,.c-textbox__line{border-top:1px solid rgba(35,31,32,0.2);width:40%}}.c-flavor__title,.c-textbox__title{padding:0 12px;position:relative;top:-4px;display:inline-block;text-transform:uppercase;font-size:10px;font-weight:500;letter-spacing:2px}.c-flavor__title,.c-textbox__title{width:100%}.c-flavor__title:before,.c-textbox__title:before{content:"";display:inline-block;border-top:1px solid rgba(35,31,32,0.2);width:25%;position:relative;top:-4px;margin:0 20px 0 0}@media screen and (min-width: 641px){.c-flavor__title:before,.c-textbox__title:before{width:40%}}.c-flavor__title:after,.c-textbox__title:after{content:"";display:inline-block;border-top:1px solid rgba(35,31,32,0.2);width:25%;position:relative;top:-4px;margin:0 0 0 20px}@media screen and (min-width: 641px){.c-flavor__title:after,.c-textbox__title:after{width:40%}}.c-flavor-border{margin-top:3%;float:left}.c-flavor-border:active{box-shadow:inset 0 0 4px #000}.c-flavor{float:left}.c-flavor__name{padding-left:10%;text-transform:uppercase;text-align:left;float:left}.c-flavor-carousel,.js-clif-mod__flavor-carousel{position:relative;background-color:#f7f6f2;overflow:hidden;height:100px}.c-flavor__img{float:right;padding:3px}.c-flavor__img:active{border:1px solid #000}.c-flavor__logo{width:20%;padding-right:1%;padding-bottom:3%;float:left}@media screen and (min-width: 641px){.c-flavor__logo{width:auto}}@media screen and (max-width: 640px){.c-flavor__hide{display:none}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-flavor__hide{display:none}}.c-flavor-carousel-indicator-container-left,.js-clif-mod__flavor-carousel-indicator-container-left{width:10%;display:block;float:left;position:absolute;top:20%;left:2.5%;transform:translateY(50%);z-index:5}.c-flavor-carousel-indicator-container-right,.js-clif-mod__flavor-carousel-indicator-container-right{width:10%;display:block;float:right;position:absolute;right:2.5%;top:20%;transform:translateY(50%);z-index:5}.c-flavor__icon{width:50px;height:50px;margin-top:0}.active{display:block}.active img{border:2px solid #000}.c-flavors-filter{background-color:#f7f6f2;overflow-x:hidden;padding-top:30px}@media screen and (min-width: 641px){.c-flavors-filter{padding-top:0}}.c-flavors-filter__categories{width:auto;margin:15px 0px}.c-flavors-filter__content{position:relative;padding-bottom:0}@media screen and (min-width: 641px){.c-flavors-filter__content{margin-bottom:20px;padding-bottom:50px}}@media screen and (min-width: 1025px){.c-flavors-filter__content{overflow:visible;width:85%;margin:0 auto}}.c-flavors-filter__content.h-mobile{display:none}@media screen and (min-width: 1025px){.c-flavors-filter__content.h-mobile{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}}.c-flavors-filter__content.h-desktop{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (min-width: 1025px){.c-flavors-filter__content.h-desktop{display:none !important}}.c-flavors-filter__content.h-desktop .owl-stage-outer{width:70%;margin:0 auto}.c-flavors-filter__content .owl-nav{display:block !important;position:absolute;top:8px;width:100%;height:60px}@media screen and (min-width: 641px){.c-flavors-filter__content .owl-nav{top:45px}}.c-flavors-filter__content .owl-prev,.c-flavors-filter__content .owl-next{position:absolute;top:40%}.c-flavors-filter__content .owl-prev{left:-25px}.c-flavors-filter__content .owl-next{right:-25px}.c-flavors-filter__content .owl-prev span.js-clif-gtm__click,.c-flavors-filter__content .owl-next span.js-clif-gtm__click{text-indent:-9999px;position:absolute;height:100%;width:100%}.c-flavors-filter__categories-container{width:80%;overflow:hidden;padding-bottom:1%;margin:0 auto;cursor:pointer}@media screen and (min-width: 641px) and (max-width: 1024px){.c-flavors-filter__categories-container{width:85%}}@media screen and (min-width: 1025px){.c-flavors-filter__categories-container{width:95%}}.c-flavors-filter__controls{width:18%;float:left;background-color:#f7f6f2}.c-flavors-filter__category{flex:0 0 auto;list-style:none;text-transform:uppercase;font-weight:500;font-size:1em;background-color:#f7f6f2;display:flex;justify-content:center}.c-flavors-filter__category a{position:relative;width:100%;display:inline-block}.c-flavors-filter__category-icon{vertical-align:middle;padding:3px;height:25px;width:25px;box-sizing:content-box;border:3px solid transparent}.c-flavors-filter__category.active .c-flavors-filter__category-icon,.c-flavors-filter__category:hover .c-flavors-filter__category-icon{border:3px solid #000}.c-flavors-filter__category.active .c-flavors-filter__category-text,.c-flavors-filter__category:hover .c-flavors-filter__category-text{color:#000}.c-flavors-filter__category-icon-color-1{position:absolute;width:0;height:0;border-style:solid;border-width:0 25px 25px 0;border-color:transparent #007bff transparent transparent}.c-flavors-filter__category-icon-color-2{position:absolute;width:0;height:0;border-style:solid;border-width:25px 0 0 25px;border-color:transparent transparent transparent #000000}.c-flavors-filter__category-container{float:left;padding:0 1%;max-width:500px;position:relative}@media screen and (min-width: 1025px){.c-flavors-filter__category-container{padding:0 0.75%}}.c-flavors-filter__category-text-container,.c-flavors-filter__category-icon-container{display:inline-block;margin-left:10px;margin-top:5px;position:relative}.c-flavors-filter__category-text-container{width:80px;top:0;vertical-align:top;margin-left:0;margin-top:3px}.active .c-flavors-filter__category-text{color:#000}.c-flavors-filter__category-text{margin:5px 0 0;font-size:10px;font-weight:bold;letter-spacing:2px;line-height:10px;color:rgba(35,31,32,0.6)}.c-flavors-filter__title{font-size:1em;font-weight:600;text-align:center;text-transform:uppercase}@media screen and (max-width: 1024px){.c-flavors-filter__title:after{content:"+";display:inline-block;margin-left:10px}}@media screen and (min-width: 1025px){.c-flavors-filter__title{float:left;padding-top:20px;font-size:.7em}.c-flavors-filter__title:after{content:":"}}.c-flavors-filter__all{padding-top:20px;text-align:center;float:left;background-color:#231f20;color:#fff}.c-flavors-filter__previous,.c-flavors-filter__next{background-color:white;padding-top:20px;cursor:pointer}.c-flavors-filter__previous:after,.c-flavors-filter__next:after{content:"";display:inline-block}@media screen and (min-width: 1025px){.c-flavors-filter__previous,.c-flavors-filter__next{margin-right:320px}}.js-clif-mod__flavor-filter__arrow-disabled:after{border-color:white}.c-flavors-filter__previous{left:30px;position:absolute;background-color:#f7f6f2}.c-flavors-filter__previous:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #000}@media screen and (min-width: 641px){.c-flavors-filter__previous{left:60px}}.c-flavors-filter__next{position:absolute;right:30px;background-color:#f7f6f2}.c-flavors-filter__next:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #000}@media screen and (min-width: 641px){.c-flavors-filter__next{right:60px}}.c-flavors__flavor{height:500px;background-size:cover}@media screen and (min-width: 1025px){.c-flavors__flavor{width:33.3%;float:left;height:350px}}.c-flavors__flavor-background{width:100%}.c-flavors__flavor-image{margin:0 auto;display:block;padding:50px;width:80%}@media screen and (min-width: 1025px){.c-flavors__flavor-image{padding:30px}}.c-flavors__flavor-image-src{border-radius:50%;border:10px solid rgba(255,255,255,0.2);margin:50px auto 0 auto;display:block;max-width:150px}@media screen and (min-width: 1025px){.c-flavors__flavor-image-src{max-width:120px}}.c-flavors__flavor-title,.c-flavors__flavor-heading{color:#fff;text-align:center;margin:5px 0}.c-flavors__flavor-heading{font-size:1.1em}.c-flavors__more{background:#231f20;text-align:center;color:#fff;padding:20px;letter-spacing:2px;font-size:1em}.c-flavors-filter__new-container{position:absolute;font-weight:900;top:-5px;right:13px;color:#fff;text-align:center;text-transform:uppercase;font-size:0.6em;z-index:99;background:#000;line-height:100%;padding:3px 4px;margin:0}.c-flavors-filter__new-bg{background-color:#000}.c-flavors-filter__content .owl-prev,.c-flavors-filter__content .owl-next{pointer-events:inherit;opacity:1;transition:0.5s opacity ease}.c-flavors-filter__content .owl-prev.disabled,.c-flavors-filter__content .owl-next.disabled{opacity:0;pointer-events:none}.c-product-slider{display:block}@media screen and (min-width: 641px){.c-product-slider{display:none}}.c-product-slider__container{height:100% !important;background-color:#f7f6f2}.c-product-slider__content{padding:3% 0 0 3%}.c-product-slider__suggestion-content{left:0}.c-image-slider__indicator-container-products{width:100vw;margin:20px 0;text-align:center}.c-product-slider__suggestion-img img{position:relative;left:50%;transform:translateX(-50%)}.c-image-slider,.c-product-slider__container{overflow:hidden;width:100%;height:100vh;position:relative;background-color:#f7f6f2}@media screen and (min-width: 641px){.c-image-slider,.c-product-slider__container{height:calc(100vh - 70px - 95px)}}.c-image-slider__bg{background-color:#f7f6f2}.c-slider__arrows{position:absolute;width:40px;height:40px;top:45%;z-index:10;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}@media screen and (max-width: 640px){.c-slider__arrows{display:none}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-slider__arrows{display:none}}.c-slider__profile-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:10;color:#fff}.c-slider__profile-container:hover .c-slider__profile-image{border-color:rgba(255,255,255,0.6)}@media screen and (max-width: 640px){.c-slider__profile-container{padding-top:2%;width:100%}}.c-slider__profile-image-link{display:block}.c-slider__main-image{width:100%}.c-slider__main-image-cover{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.c-slider__profile-image{width:125px !important;display:inline-block !important;border-radius:50%;border:7px solid rgba(255,255,255,0.2);transition:border 0.2s ease-in-out}@media screen and (max-width: 640px){.c-slider__profile-image{width:25% !important}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-slider__profile-image{width:45% !important}}.c-slider__profile-link,.c-utilities__link{line-height:5;font-size:10px;color:#fff;text-transform:uppercase;font-weight:700;letter-spacing:2px;text-decoration:none;position:relative}.c-slider__profile-link:after,.c-utilities__link:after{content:'';width:100%;position:absolute;left:0;bottom:-5px;border-width:0 0 2px;border-style:solid;border-color:#fff}@media screen and (max-width: 640px){.c-slider__profile-link,.c-utilities__link{font-size:0.5em}}.c-slider__profile-title,.c-slider__profile-heading{color:#fff;text-transform:uppercase;letter-spacing:2px}.c-slider__profile-title{font-weight:700;font-size:12px}@media screen and (max-width: 640px){.c-slider__profile-title{margin-bottom:0;font-size:0.75em}}.c-slider__profile-heading{font-weight:900;margin-bottom:70px;margin-top:10px}@media screen and (max-width: 640px){.c-slider__profile-heading{font-size:1.5em;margin:0}}.c-image-slider__content,.c-product-slider__content{text-align:center;float:left;width:100%;height:100%;position:relative;overflow:hidden}@media screen and (max-width: 640px){.c-flavor__carousel-view{width:50%;float:left}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-flavor__carousel-view{width:25%;float:left}}@media screen and (min-width: 1025px){.c-flavor__carousel-view{width:25%;float:left}}@media screen and (max-width: 640px){.c-flavor__carousel-view-mobile{display:none}}@media screen and (min-width: 641px){.c-flavor__carousel-view-mobile{display:block}}.c-image-slider__indicator-container,.c-image-slider__indicator-container-products,.c-image-slider__indicator-container-events,.js-clif-mod__image-slider-indicator-container{width:75px;margin:20px auto;left:0}@media screen and (min-width: 1025px){.c-image-slider__indicator-container-events{display:none}}.c-image-slider__indicator,.js-clif-mod__image-slider-indicator{width:12px;height:12px;background-color:#8c8a88;display:inline-block;margin:0 5px;float:left}.c-image-slider__indicator.c-image-slider__indicator-active,.js-clif-mod__image-slider-indicator.c-image-slider__indicator-active{background-color:#000}.c-athletes-filter{background-color:#fff;position:relative;display:-webkit-flex;display:flex;-webkit-flex-flow:row;flex-flow:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:50px;overflow:hidden}@media screen and (min-width: 1025px){.c-athletes-filter{height:auto}}.c-athletes-filter--active{overflow:visible;height:auto}.c-athletes-filter--active .c-athletes-filter__title:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.c-athletes-filter__content{width:100%;display:block;margin:0;padding:0}@media screen and (min-width: 1025px){.c-athletes-filter__content{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}}.c-athletes-filter__categories-container{float:left;position:relative;width:100%}@media screen and (min-width: 1025px){.c-athletes-filter__categories-container{width:70%;height:50px;overflow:hidden}}@media (min-width: 1335px){.c-athletes-filter__categories-container{width:75%}}.c-athletes-filter__categories{display:-webkit-flex;display:flex;-webkit-flex-flow:column;flex-flow:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (min-width: 1025px){.c-athletes-filter__categories{position:absolute;left:0;-webkit-flex-flow:row;flex-flow:row;transition:left 0.6s}}.c-athletes-filter__category{float:left;text-transform:uppercase;font-size:.625rem;letter-spacing:0.3mm;padding:0 15px;cursor:pointer;font-weight:500;display:-webkit-flex;display:flex;height:50px;line-height:50px;-webkit-align-items:center;align-items:center;justify-content:center;width:100%;border-bottom:1px solid #f7f6f2;transition:.25s all ease-in-out}.c-athletes-filter__category:hover{background-color:#E2E1DC}.c-athletes-filter__category.c-athletes-filter__title{background-color:transparent;cursor:default}.c-athletes-filter__category .c-athletes-filter__category.active:hover{background-color:#000}@media screen and (min-width: 1025px){.c-athletes-filter__category{-webkit-flex-flow:row;flex-flow:row;-webkit-justify-content:flex-start;-webkit-flex-wrap:nowrap;justify-content:flex-start;flex-wrap:nowrap;width:auto;border:none}}.c-athletes-filter__category .c-athletes-filter__category-icon{display:inline-block;vertical-align:middle;margin-right:10px;width:20px;height:20px}.c-athletes-filter__category .c-athletes-filter__category-icon svg{height:20px;width:20px;display:inherit}.c-athletes-filter__category span{display:inline-block;white-space:nowrap}.c-athletes-filter__category.active{background-color:#000;color:#fff;font-weight:700}.c-athletes-filter__category.active svg polygon,.c-athletes-filter__category.active svg rect,.c-athletes-filter__category.active svg path{fill:#fff}.c-athletes-filter__category.active img{border:none}.c-athletes-filter__title{font-size:1em;font-weight:600;text-align:center;text-transform:uppercase}@media screen and (max-width: 1024px){.c-athletes-filter__title:after{content:"+";display:inline-block;margin-left:10px}}@media screen and (min-width: 1025px){.c-athletes-filter__title{float:left;font-size:.7em}.c-athletes-filter__title:after{content:":"}}.c-athletes-filter__all{text-align:center;float:left;padding:0 25px}.c-athletes-filter__all.active{text-align:center;float:left;padding:0 25px;background-color:#231f20;color:#fff}.c-athletes-filter__previous,.c-athletes-filter__next{background-color:white;cursor:pointer}.c-athletes-filter__previous:after,.c-athletes-filter__next:after{content:"";display:inline-block}.js-clif-mod__athlete-filter__arrow-disabled:after{border-color:white}.c-athletes-filter__previous{display:none;float:right}.c-athletes-filter__previous:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #000}@media screen and (min-width: 1025px){.c-athletes-filter__previous{display:block;padding:0 12px;transform:translate(10px, 0px)}}.c-athletes-filter__next{display:none;float:right}.c-athletes-filter__next:after{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #000}@media screen and (min-width: 1025px){.c-athletes-filter__next{display:block;padding:0 12px}}.c-athletes__athlete{position:relative;display:-webkit-flex;display:flex;-webkit-flex-flow:column;flex-flow:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:100vw;background-size:cover;overflow:hidden;background-color:#000}@media screen and (min-width: 641px){.c-athletes__athlete{width:33.3%;float:left;height:30vw}}@media screen and (min-width: 1025px){.c-athletes__athlete{height:24vw}}.c-athletes__athlete:hover .c-athletes__athlete-image-src{border-color:rgba(255,255,255,0.6)}.c-athletes__athlete:hover .c-athletes__athlete-background-wrap{transform:scale(1.09)}.c-athletes__athlete-background-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0.6;background-repeat:no-repeat;background-size:cover;background-position:center center;transform:scale(1);transition:transform 2s;padding-bottom:100%}.c-athletes__athlete-image{position:relative;display:block;margin-bottom:10px;z-index:1}.c-athletes__athlete-image-src{display:block;max-width:150px;border-radius:50%;border:7px solid rgba(255,255,255,0.2);transition:border 1s ease-out}@media screen and (min-width: 1025px){.c-athletes__athlete-image-src{max-width:120px}}.c-athletes__athlete-title,.c-athletes__athlete-heading{position:relative;z-index:1;color:#fff;text-align:center;margin:0}.c-athletes__athlete-heading{position:relative;z-index:1;font-size:1.1em}.c-athletes__more{background:#231f20;text-align:center;color:#fff;padding:15px;letter-spacing:0.2em;font-size:.625rem;line-height:1.2em;margin:0;position:relative;cursor:pointer}.c-athletes__more span{border-bottom:2px solid white;padding-bottom:2px;position:relative;top:-2px}.js-clif-mod__athletes-grid{overflow:auto}.c-image-slider .athletes .owl-dots,.c-product-slider__container .athletes .owl-dots{bottom:0}.c-image-slider .athletes .owl-prev,.c-product-slider__container .athletes .owl-prev{left:1%}.c-image-slider .athletes .owl-next,.c-product-slider__container .athletes .owl-next{right:1%}.c-image-slider .athletes .owl-prev span.js-clif-gtm__click,.c-product-slider__container .athletes .owl-prev span.js-clif-gtm__click,.c-image-slider .athletes .owl-next span.js-clif-gtm__click,.c-product-slider__container .athletes .owl-next span.js-clif-gtm__click{text-indent:-9999px;height:100%;width:100%;position:absolute}.athletes-slider__content{background:#000;padding-bottom:0}.athletes-slider__content .c-slider__main-image-cover{opacity:0.6}.c-athletes-slider{height:calc(60vh - 70px)}@media screen and (min-width: 641px){.c-athletes-slider{height:calc(100vh - 70px - 95px)}}.c-athlete-social-links{padding-top:30px}.c-athlete-website-link{padding-top:30px;text-align:center}.c-pace__vert-divider{padding-bottom:3%}.c-pace-bar{height:50px;width:100%;padding:0 5% 0 5%;background-color:#231f20;color:#fff}.c-pace-bar__inner{text-align:center;padding-bottom:1%}.c-pace__heading{color:#fff;font-size:16px;margin-top:12px;margin-bottom:0}.c-pace__table-container-inner{width:90%;margin:0 auto}.c-pace__inner{width:50%;float:left;text-transform:uppercase;color:#231f20;text-align:center}.c-pace__inner-img{padding:1.5% 0;text-align:center}.c-pace__inner-img img{max-width:50px;border-radius:25px}.c-pace-column{border-right:1px solid #ccccc8;height:auto;width:50%;float:left}.c-pace-column:last-child{border:0}.c-pace-column__time{float:left}@media screen and (max-width: 640px){.c-pace-column__time{display:none}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-pace-column__time{display:none}}.c-pace-row{padding:1% 0;border-top:1px solid #ccccc8}.c-pace-row:first-child{border:0}.c-pace__text{font-weight:900;display:inline-block}.c-pace__mini-text{font-size:0.5em;display:inline-block}.c-pace__text-sup{top:-1.5em;font-size:75%;line-height:0;position:relative;vertical-align:baseline}.c-pace__leader-name{text-transform:uppercase;margin:0;font-size:12px}.c-article .e-section-heading,.c-article .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-article h1,.c-article .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-article h2,.c-article .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-article h3,.c-article .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-article h4,.c-article .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-article h5,.c-article .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-article h6{padding-top:30px}.c-article--padding-top{padding-top:20px}@media screen and (min-width: 641px){.c-article--padding-top{padding-top:60px}}@media screen and (min-width: 1025px){.c-article--padding-top{padding-top:70px}}.c-article-header{line-height:0;padding-top:40px}.c-article-header__image{width:100%}.c-article-topics{padding-top:60px;text-align:center}@media screen and (min-width: 641px){.c-article-topics{padding-top:40px}}@media screen and (min-width: 1025px){.c-article-topics{padding-top:30px}}.c-article-podcast{margin:0 auto;padding:30px 20px 0;width:100%}.c-article-podcast iframe{width:100%}@media screen and (min-width: 641px) and (max-width: 1024px){.c-article-podcast{padding-right:120px;padding-left:120px}}@media screen and (min-width: 1025px){.c-article-podcast{padding-right:0;padding-left:0;width:690px}}.c-article-video{margin:70px auto 0;padding-bottom:56.25%;position:relative;width:100%;height:0}.c-article-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.c-press-release__heading{margin:0 40px}@media screen and (min-width: 641px){.c-press-release__heading{margin:0 auto;max-width:540px}}.c-press-release__download-container{padding-top:60px;text-align:center}@media screen and (min-width: 1025px){.c-press-release__download-container{padding-top:70px}}.c-newsroom__blogger-tout{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 641px){.c-newsroom__blogger-tout{margin:0 20px}}.c-newsroom__blogger-body{margin:0 auto;padding:50px 0 50px 0;width:100%}@media screen and (min-width: 641px){.c-newsroom__blogger-body{padding:110px 0 80px 0}}.c-story{clear:both}.c-story__container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;max-width:1440px;padding-right:10px;padding-left:10px}@media screen and (max-width: 640px){.c-story__container{display:block;width:100%}}.c-story__item{background:#fff}@media screen and (min-width: 641px){.c-story__item{width:100%}}.c-story__item-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding:10px}.c-story__item-container .c-story__image-center:after{content:none}@media screen and (min-width: 641px){.c-story__item-container{width:49.9%}.c-story__item-container:nth-child(3),.c-story__item-container:nth-child(6){width:100%}}@media screen and (min-width: 1025px){.c-story__item-container{width:33.3%}.c-story__item-container:nth-child(3),.c-story__item-container:nth-child(6),.c-story__item-container:nth-child(2),.c-story__item-container:nth-child(7){width:33.3%}}@media screen and (max-width: 640px){.c-story__container .c-story__item-container:nth-child(3) .c-story__image-center:after,.c-story__container .c-story__item-container:nth-child(6) .c-story__image-center:after{content:none}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-story__container .c-story__item-container:nth-child(3) .c-story__image-center,.c-story__container .c-story__item-container:nth-child(6) .c-story__image-center{padding-bottom:49%}.c-story__container .c-story__item-container:nth-child(3) .c-story__image-center:after,.c-story__container .c-story__item-container:nth-child(6) .c-story__image-center:after{display:block;position:absolute;left:-999999px;visibility:hidden;content:'203201'}}.c-story__container:nth-child(odd) .c-story__item-container:nth-child(5){width:100%}@media screen and (max-width: 640px){.c-story__container:nth-child(odd) .c-story__item-container:nth-child(5) .c-story__image-center:after{content:none}}@media screen and (min-width: 641px){.c-story__container:nth-child(odd) .c-story__item-container:nth-child(5){width:49.9%}}@media screen and (min-width: 1025px){.c-story__container:nth-child(odd) .c-story__item-container:nth-child(5){width:66.7%}.c-story__container:nth-child(odd) .c-story__item-container:nth-child(5) .c-story__image-center{padding-bottom:49%}.c-story__container:nth-child(odd) .c-story__item-container:nth-child(5) .c-story__image-center:after{display:block;position:absolute;left:-999999px;visibility:hidden;content:'203201'}}.c-story__container:nth-child(even) .c-story__item-container:nth-child(4){width:100%}@media screen and (max-width: 640px){.c-story__container:nth-child(even) .c-story__item-container:nth-child(4) .c-story__image-center:after{content:none}}@media screen and (min-width: 641px){.c-story__container:nth-child(even) .c-story__item-container:nth-child(4){width:49.9%}}@media screen and (min-width: 1025px){.c-story__container:nth-child(even) .c-story__item-container:nth-child(4){width:66.7%}.c-story__container:nth-child(even) .c-story__item-container:nth-child(4) .c-story__image-center{padding-bottom:49%}.c-story__container:nth-child(even) .c-story__item-container:nth-child(4) .c-story__image-center:after{display:block;position:absolute;left:-999999px;visibility:hidden;content:'203201'}}.c-story__container--padding-top{padding-top:10px}.c-story__hero-item-container{padding:10px;width:100%}@media screen and (min-width: 641px){.c-story__hero-item-container .c-card-tile__heading{font-size:1.875rem;line-height:2.1875rem}.c-story__hero-item-container .c-story__content{display:block;float:left;width:100%;height:auto}}@media screen and (min-width: 1025px){.c-story__hero-item-container .c-story__item{display:flex}.c-story__hero-item-container .c-story__image{flex:66% 0 0}.c-story__hero-item-container .c-card-tile__content{flex:1}}.c-story__hero-item-container .c-story__image-center{background-position:center center;padding-bottom:100%}@media screen and (min-width: 641px){.c-story__hero-item-container .c-story__image-center{display:block;float:left;padding-bottom:50%}.c-story__hero-item-container .c-story__image-center:after{display:block;position:absolute;left:-999999px;visibility:hidden;content:'203201'}}.c-story__image-center{-webkit-transition:opacity 0.1s ease-in;-moz-transition:opacity 0.1s ease-in;transition:opacity 0.1s ease-in;background-size:cover;background-repeat:no-repeat;background-position:center center;width:100%;opacity:0;padding-bottom:100%}.c-story__image-center--visible{opacity:1}.c-story__image{background-color:#fff}@media screen and (min-width: 641px){.c-story__image{flex:1}}.c-story__image-inner{width:100%;object-fit:cover}@media screen and (max-width: 640px){.c-story--header{background-color:#f7f6f2}.c-story--header:nth-child(even){border-left:1px solid transparent}}.c-story__paragraph-content{background-color:#fff}.c-story__paragraph-content .c-story__paragraph{margin:0;font-size:.875rem;line-height:1.125rem}.c-story__content{background-color:#fff;margin:0;padding:30px 30px 30px 30px}@media screen and (min-width: 641px){.c-story__content{flex:1;align-items:stretch;align-content:stretch}}.c-story__title,.c-story__description,.c-story__heading{margin:0}.c-story__heading{font-size:1rem;line-height:1.125rem;margin:5px 0 10px 0}@media screen and (min-width: 641px){.c-story__heading{font-size:1.875rem;line-height:2rem}}.c-story__item__heading{font-size:1rem;line-height:1.125rem;margin:5px 0 10px 0}.c-story__title{margin:0;padding:0;font-weight:700;font-size:.625rem}.c-story__date{font-size:.625rem;letter-spacing:0.2mm;text-transform:uppercase;font-weight:700;margin:13px 0 15px}.c-story__date span{margin-right:5px}.c-story__view-all{padding:3% 0 5% 0;text-align:center;background-color:#f7f6f2}@media screen and (max-width: 640px){.c-story__view-all{padding:3% 50px 70px 50px}}@media screen and (max-width: 640px){.c-story__button{width:100%;padding:15px 20px}}.c-stories-header__container{position:fixed;top:70px;transition:.5s top;width:100%;z-index:90}.c-stories-header__container--active .c-stories-header__list,.c-stories-header__container--active .c-stories-header__dropdown-list{height:100vh;overflow:scroll;padding-bottom:150px}.stories-header-offset{padding-top:131px}.c-stories-header__container--fixed{position:fixed;top:70px}.c-stories-header__container--close{top:0}@media screen and (min-width: 0) and (max-width: 640px){.c-stories-header__container--close{position:fixed;top:70px}}.c-stories-header{background-color:#f7f6f2;text-align:center;height:auto}.c-stories-header__header{font-size:1.25rem;font-weight:900;line-height:1.25rem;margin-top:0;margin-bottom:0;padding-top:calc(40px + 20px);padding-bottom:0;text-transform:uppercase}@media screen and (min-width: 641px){.c-stories-header__header{font-size:1.875rem;line-height:1.875rem;padding-top:calc(60px + 40px);padding-bottom:20px}}.c-stories-header__separator{height:20px;background-color:#f7f6f2}@media screen and (min-width: 1025px){.c-stories-header__separator{height:30px}}.c-stories-header__filter{background-color:#fff;width:100%;height:auto;border-top:1px solid #f7f6f2}@media screen and (min-width: 641px){.c-stories-header__filter{height:60px}}.c-stories-header__filter-inner{margin:0 auto;width:100%;background:#fff}.c-stories-header__filter-inner a{float:left}.c-stories-header__list,.c-stories-header__dropdown-list{float:left;margin:0;padding:0;height:0;overflow:hidden;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;transition:all 0.2s ease-in}@media screen and (min-width: 641px){.c-stories-header__list,.c-stories-header__dropdown-list{left:50%;overflow:visible;height:auto;transform:translateX(-50%);line-height:60px;position:absolute}}.c-stories-header__list:hover .c-stories-header__filter-item a.active:after,.c-stories-header__dropdown-list:hover .c-stories-header__filter-item a.active:after,.c-stories-header__list:hover .c-stories-header__dropdown-item a.active:after,.c-stories-header__dropdown-list:hover .c-stories-header__dropdown-item a.active:after{display:none}.c-stories-header__list:hover .c-stories-header__filter-item a.active:hover:after,.c-stories-header__dropdown-list:hover .c-stories-header__filter-item a.active:hover:after,.c-stories-header__list:hover .c-stories-header__dropdown-item a.active:hover:after,.c-stories-header__dropdown-list:hover .c-stories-header__dropdown-item a.active:hover:after{display:block}.c-stories-header__filter-item,.c-stories-header__dropdown-item{text-transform:uppercase;font-weight:900;font-size:1.125rem;list-style-type:none;position:relative;text-align:center;padding:0}.c-stories-header__filter-item>a,.c-stories-header__dropdown-item>a{display:block;width:100%;border-bottom:1px solid #f7f6f2;border-top:1px solid #f7f6f2;padding:20px 10px}.c-stories-header__filter-item:first-child>a,.c-stories-header__dropdown-item:first-child>a{border:0}@media screen and (min-width: 641px){.c-stories-header__filter-item,.c-stories-header__dropdown-item{display:table-cell;padding:0 20px;font-size:0.75em;font-weight:500;height:60px;line-height:100%;vertical-align:middle;overflow:visible}.c-stories-header__filter-item>a,.c-stories-header__dropdown-item>a{border:none}}@media screen and (min-width: 641px){.c-stories-header__filter-item:hover:after,.c-stories-header__dropdown-item:hover:after{content:" ";left:50%;bottom:0;position:absolute;transform:translateX(-50%);width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:8px solid #000}}@media screen and (min-width: 641px){.c-stories-header__filter-item>a:focus:after,.c-stories-header__dropdown-item>a:focus:after,.c-stories-header__filter-item>a.active:after,.c-stories-header__dropdown-item>a.active:after{content:" ";left:50%;bottom:0;position:absolute;transform:translateX(-50%);width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:8px solid #000}}.c-stories-header__dropdown-item{text-align:center}.c-story-selector__dropdown{float:left;padding:0;margin:0;width:100%;background:#fff}@media screen and (min-width: 641px){.c-story-selector__dropdown{top:60px;position:absolute;left:-9999px;width:230px}}.c-story-selector__dropdown li{float:left;width:100%;display:block}@media screen and (min-width: 641px){.c-story-selector__dropdown li{list-style:none}}.c-story-selector__dropdown{padding:15px 0}@media screen and (min-width: 641px){.c-story-selector__dropdown{padding:0}}@media screen and (min-width: 641px){.c-stories-header__filter-item:hover .c-story-selector__dropdown,.c-stories-header__dropdown-item:hover .c-story-selector__dropdown{left:50%;margin-left:-115px}}.c-story-selector__dropdown-item{display:block;padding:0;width:100%;text-align:center;font-size:.75rem;padding:5px 10px}@media screen and (min-width: 641px){.c-story-selector__dropdown-item{color:#000;background:#fff;font-size:11px;line-height:100%;width:100%;padding:0;text-align:left}}.c-story-selector__dropdown-item__link{display:block;width:100%;padding:10px 0;letter-spacing:1px;text-align:center;font-weight:bold}.c-story-selector__dropdown-item__link:hover{background:#000;color:#fff}@media screen and (min-width: 641px){.c-story-selector__dropdown-item__link{padding:20px 0}}.c-story-selector__ul{padding:0}.c-story-selector__ul a{float:none}.c-stories__active-container{position:relative}.c-story__active{background-image:url("/static/img/icons/arrow-up.png");height:10px;width:20px;position:absolute;background-repeat:no-repeat;bottom:-30px;left:60px}@media screen and (min-width: 1025px){.c-story__active{bottom:-26px;left:50px}}.c-stories-header__mobile-btn{position:relative;display:block;font-size:.875rem;color:#231f20;width:100%;padding:11px 10px;text-transform:uppercase;font-weight:700;background:#fff;border-bottom:1px solid #f7f6f2;text-align:center}.c-stories-header__mobile-btn:after{border-right:7px solid transparent;border-left:7px solid transparent;border-top:7px solid #231f20;border-bottom:0;bottom:15px;content:'';margin-left:10px;position:absolute}@media screen and (min-width: 641px){.c-stories-header__mobile-btn{display:none}}.c-stories-header__mobile-btn--active:after{border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #231f20;border-top:0}.c-our-values-tile{width:100%;height:auto;overflow:hidden}@media (min-width: 641px){.c-our-values-tile{height:360px}}.c-our-values-tile:before,.c-our-values-tile:after{content:"";display:table}.c-our-values-tile:after{clear:both}.c-our-values-tile .c-heading-txt{clear:both;height:140px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.c-our-values-tile .c-heading-txt .e-section-heading,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h1,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h2,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h3,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h4,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h5,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h6{padding-bottom:20px}.c-our-values-tile .c-heading-txt .e-section-text{display:none}@media (min-width: 641px){.c-our-values-tile .c-heading-txt{height:360px}.c-our-values-tile .c-heading-txt .e-section-heading,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h1,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h2,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h3,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h4,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h5,.c-our-values-tile .c-heading-txt .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-our-values-tile .c-heading-txt h6{max-width:390px;padding-bottom:25px}.c-our-values-tile .c-heading-txt .e-section-text{display:block;max-width:390px;padding-bottom:20px}}.c-our-values-tile .c-heading-img{height:360px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:cover}.c-our-values-tile .c-heading-txt,.c-our-values-tile .c-heading-img{width:80%;margin:0 auto;clear:both}@media (min-width: 641px){.c-our-values-tile .c-heading-txt,.c-our-values-tile .c-heading-img{clear:none;width:50%;float:left}}@media (min-width: 641px){.c-our-values-tile:nth-child(even) .c-heading-txt,.c-our-values-tile:nth-child(even) .c-heading-img{float:right}}.c-our-values-tile .c-heading-txt{position:relative}@media (min-width: 641px){.c-our-values-tile .c-heading-txt::before{content:'';position:absolute;top:48%;left:-13px;width:0;height:0;border-style:solid;border-width:11.5px 13px 11.5px 0;border-color:transparent #ffffff transparent transparent}}@media (min-width: 641px){.c-our-values-tile:nth-child(even) .c-heading-txt::before{border:none}.c-our-values-tile:nth-child(even) .c-heading-txt::after{content:'';position:absolute;top:48%;right:-13px;width:0;height:0;border-style:solid;border-width:11.5px 0 11.5px 13px;border-color:transparent transparent transparent #fff}}.c-timeline-item{margin:0;padding:30px 20px 10px 50px;position:relative}.c-timeline-item:before,.c-timeline-item:after{content:'';display:block;position:absolute}.c-timeline-item:before{top:0;left:30px;width:1px;height:100%;background-color:#ccccc8}.c-timeline-item:last-child:before{height:115px}@media screen and (min-width: 641px){.c-timeline-item:last-child:before{height:50%}}.c-timeline-item:after{border-radius:50%;background-color:#000;top:115px;left:28px;width:5px;height:5px}@media (min-width: 641px){.c-timeline-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding:45px 95px 45px 160px}.c-timeline-item:before{left:95px}.c-timeline-item:after{top:48%;left:91px;width:9px;height:9px}}.c-timeline-date{color:#e6e5e1;font-size:.875rem;font-weight:900;position:absolute;top:110px;left:-5px;transform:rotate(-90deg);transition:all 0.5s ease}.c-timeline-date.active{color:#231f20}@media screen and (min-width: 641px){.c-timeline-date{font-size:1.75rem;top:42.5%;left:10px}}.c-timeline-image-placeholder{height:0}@media (min-width: 641px){.c-timeline-image-placeholder{height:210px}}.c-timeline-text{width:100%}@media (min-width: 641px){.c-timeline-text{width:45%;float:left}}.c-timeline-image{overflow:hidden;position:relative;width:calc(100% - 30px)}@media screen and (min-width: 641px){.c-timeline-image{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;width:45%;margin-right:10%}}.c-timeline-image__image{display:block;width:100%;position:relative}.c-timeline-text{display:block}@media (min-width: 641px){.c-timeline-text{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;min-height:210px}}.c-timeline-item__heading{font-size:1.25rem;font-weight:900;letter-spacing:0.05em;line-height:1.125rem;margin:35px 0 20px 0;padding-bottom:15px;position:relative;text-transform:uppercase}.c-timeline-item__heading:after{content:'';display:block;position:absolute;left:0;bottom:0;width:30px;height:3px;background-color:#000}@media screen and (min-width: 641px){.c-timeline-item__heading{font-size:1.875rem;line-height:1.75rem;margin-top:0px;padding-bottom:20px}}.c-timeline-item__paragraph{font-size:.875rem;line-height:1.375rem;margin:0}.c-timeline-item__paragraph:first-of-type{position:relative;top:-8px}@media screen and (min-width: 641px){.c-timeline-item__paragraph{line-height:1.3125rem}}.c-careers-accordion-wrapper{margin:0}.c-careers-accordion{width:100%;background-color:#fff;margin:0;border-bottom:1px solid #f7f6f2;height:65px;overflow:hidden}.c-careers-accordion:first-child{border-top:1px solid #f7f6f2}.c-careers-accordion.open{height:auto}.c-careers-accordion.open .c-careers-accordion-cross:after{transform:rotate(-90deg);transition:transform 0.2s}.c-careers-accordion-header,.c-careers-accordion-content{width:90%}.c-careers-accordion-header{margin:0 auto;line-height:65px}.c-careers-accordion-header .c-careers-accordion-cross,.c-careers-accordion-header .c-careers-accordion-label{display:inline-block;margin:0}.c-careers-accordion-header .c-careers-accordion-cross{position:relative;width:8px;height:8px}.c-careers-accordion-header .c-careers-accordion-cross:before,.c-careers-accordion-header .c-careers-accordion-cross:after{content:'';position:absolute;background-color:#000}.c-careers-accordion-header .c-careers-accordion-cross:before{top:3px;left:0;width:100%;height:2px}.c-careers-accordion-header .c-careers-accordion-cross:after{top:0;left:3px;height:100%;width:2px;transform-origin:50% 50%;transform:rotate(0);transition:transform 0.2s}.c-careers-accordion-header .c-careers-accordion-label{text-transform:uppercase;font-weight:700;font-size:.625rem;letter-spacing:0.2mm}.c-careers-accordion-content{margin:0 auto 50px auto}.c-careers-accordion-content h4,.c-careers-accordion-content p{font-size:.875rem;padding-left:11px}.c-careers-accordion-content h4{margin:0 0 5px 0}.c-careers-accordion-content p{width:100%;margin:0 auto 20px auto}.c-careers-accordion-content a{display:block;font-size:.75rem;text-align:center;text-transform:uppercase;font-weight:700}.c-textbox-light{width:60%;margin:0 auto}.c-textbox-light:before,.c-textbox-light:after{content:"";display:table}.c-textbox-light:after{clear:both}.c-textbox-light-title{font-weight:900;font-size:1.875rem;text-align:center;text-transform:uppercase}.c-textbox-light-content{font-size:.875rem;line-height:1.3125rem;margin-bottom:100px}@media screen and (min-width: 1025px){.c-utilities-row{max-width:100%;margin-left:auto;margin-right:auto;padding-right:20px;padding-left:20px}}.c-utilities__half-outer,.c-utilities__third-outer{display:block}@media screen and (min-width: 1025px){.c-utilities__half-outer,.c-utilities__third-outer{display:flex}}.c-utilities__half-container-left,.c-utilities__half-container-right{width:100%;float:left;text-align:center;background-color:#fff}@media screen and (min-width: 1025px){.c-utilities__half-container-left,.c-utilities__half-container-right{width:50%}}.c-utilities__half-container-left{display:none;overflow:hidden}@media screen and (min-width: 641px){.c-utilities__half-container-left{display:block}}.c-utilities__half-container-left img{display:none;margin:0 auto}@media screen and (min-width: 641px){.c-utilities__half-container-left img{display:block}}.c-utilities__small-container-inner{padding:10% 0;width:80%;margin:0 auto}@media screen and (min-width: 1025px){.c-utilities__small-container-inner{width:50%}}.c-utilities__small-third-container-inner{width:90%;padding:10% 0;margin:0 auto}@media screen and (min-width: 1025px){.c-utilities__small-third-container-inner{width:75%}}.c-utilities__third-container-left,.c-utilities__third-container-center,.c-utilities__third-container-right{flex-flow:nowrap;background-color:#f7f6f2;width:100%;float:left;text-align:center}@media screen and (min-width: 1025px){.c-utilities__third-container-left,.c-utilities__third-container-center,.c-utilities__third-container-right{width:33.33%}}.c-utilities__link{color:#000;font-weight:700}.c-utilities__link:after{border-color:#000;font-weight:700}.c-utilities-row .c-textbox .c-textbox__content{margin:8px auto 0 auto}.t-utilities__content.c-textbox__content{margin:77px auto 0 auto}.t-utilities__content.c-textbox__content .t-utilities__content-heading{padding-bottom:10px}.t-utilities__content.c-textbox__content .b-heading,.t-utilities__content.c-textbox__content .c-textbox__quote,.t-athlete-intro .t-utilities__content.c-textbox__content .b-description strong,.t-athlete-intro .t-utilities__content.c-textbox__content p strong,.t-athlete-intro .t-utilities__content.c-textbox__content .c-results__description strong,.t-athlete-intro .t-utilities__content.c-textbox__content .t-diet__description strong,.t-utilities__content.c-textbox__content .c-textbox__description--generic h1,.c-textbox__description--generic .t-utilities__content.c-textbox__content h1,.t-utilities__content.c-textbox__content .c-textbox__description--generic h2,.c-textbox__description--generic .t-utilities__content.c-textbox__content h2,.t-utilities__content.c-textbox__content .c-textbox__description--generic h3,.c-textbox__description--generic .t-utilities__content.c-textbox__content h3,.t-utilities__content.c-textbox__content .c-textbox__description--generic h4,.c-textbox__description--generic .t-utilities__content.c-textbox__content h4,.t-utilities__content.c-textbox__content .c-textbox__description--generic h5,.c-textbox__description--generic .t-utilities__content.c-textbox__content h5,.t-utilities__content.c-textbox__content .c-textbox__description--generic h6,.c-textbox__description--generic .t-utilities__content.c-textbox__content h6,.t-utilities__content.c-textbox__content .c-slider__profile-heading,.t-utilities__content.c-textbox__content .t-diet__heading{padding-bottom:10px}.t-utilities__content.c-textbox__content .b-description,.t-athlete-intro .t-utilities__content.c-textbox__content .b-description strong p,.t-utilities__content.c-textbox__content p,.t-utilities__content.c-textbox__content .c-results__description,.t-utilities__content.c-textbox__content .t-diet__description{margin-top:0px}.c-utilities__img{object-fit:cover;height:100%;width:100%}.c-utilities__link-plain{margin:5px 0 10px 0;line-height:.875rem}.c-utilities__bottom-space{background-color:#f7f6f2;min-height:100px}.c-utilities__spacer{background-color:#231f20;float:left;width:100%;text-align:left;padding:19px 0}.c-utilities__spacer--fixed{top:70px;position:fixed;z-index:5}.c-utilities__spacer-text{font-size:.625rem;color:#fff;text-transform:uppercase;padding:0;margin:0}.c-utilities__spacer-text h3{margin:0}.c-utilities__faq__intro{padding-bottom:60px}.c-utilities__faq-spacer,.c-utilities__faq-answer,.c-utilities__faq-answer-container h1,.c-utilities__faq-answer-container h2,.c-utilities__faq-answer-container h3,.c-utilities__faq-answer-container h4,.c-utilities__faq-answer-container h5,.c-utilities__faq-answer-container h6,.c-utilities__results-spacer{color:#000;padding:19px 0;border-top:1px solid #ccccc8;background-color:#fff;text-align:left;text-transform:uppercase;letter-spacing:2px;font-size:0.75em;display:flex;align-items:center}.c-utilities__faq-container{background-color:#fff}.c-utilities__faq-container .state-icon{display:inline-block;background-size:contain;background-repeat:no-repeat;width:10px;height:10px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAKr2lDQ1BJQ0MgUHJvZmlsZQAASImVlgdUU1kax+97L73QEiIgJfQmSCeA9FBCEaSDqISEEkqMgQBiRwZHYEQREQEbOhRRcFSKjAWxYBsULNgnyKCgroMFGyr7gCXs7J7dPfvP+XJ/78t93/vezb3n/AGg3OOKRGmwAgDpwkxxiI8HMyo6homXAhLAASKwA1guL0PkHhwcAFDNjH/Vh7sAmhxvmU3W+vff/6sU+QkZPACgYJTj+Rm8dJRPoHGGJxJnAoCgAXSzM0WTXIEyXYw2iPLhSU6a5s5Jjp/m21NzwkI8UR4GgEDhcsVJAJDfo3lmFi8JrUOho2wh5AuEKLNRduElc/ko56M8Lz19+SQfRdko/p/qJP2lZrysJpebJOPpd5kSgS3IEKVxV/6fy/G/lZ4mmXmGDhqUZLFvCDoy0DWrT13uL2Nh/MKgGRbwp+ZPcbLEN3yGeRmeMTPM57L9Z1iSGu4+w1zx7L2CTE7YDIuXh8jqC9MWBsjqJ3BknJDhFTrDiQJvzgznJodFznCWIGLhDGekhvrPzvGU5cWSEFnPiWJv2TumZ8z2xuPOPiszOcx3tocoWT/8BLaXLC8Ml80XZXrIaorSgmf7T/OR5TOyQmX3ZqIbbIZTuH7Bs3WCZesD2MALBKAfJggHVsAGWKKBdpWZkDO5p4HnctFKsSApOZPpjp6aBCZHyDOfx7SysLQDYPIMTv/F7+5NnS2IQZjN8eUAsLqCJvVmcynofj1ljR4n7GzOSBW9xgBwDuFJxFnTOczkFxY93fKADlSBJtAFRsAM7c8OOAE3tGM/EATCQDRYCnggGaQDMcgGq8EGUACKwFawA1SCveAAqAdHwDHQBk6Bc+ASuAZugjvgIZCCIfASjIIPYByCIDxEhWiQKqQF6UOmkBXEglwgLygACoGioTgoCRJCEmg1tBEqgkqhSmg/1AD9Ap2EzkFXoF7oPjQAjUBvoS8wAlNgOqwBG8DzYRbsDvvDYfASOAleAefC+fAWuAKugQ/DrfA5+Bp8B5bCL+ExBCBkhIFoI2YIC/FEgpAYJBERI2uRQqQcqUGakA6kG7mFSJFXyGcMDkPDMDFmGCeMLyYcw8OswKzFFGMqMfWYVswFzC3MAGYU8x1LxapjTbGOWA42CpuEzcYWYMuxtdgW7EXsHewQ9gMOh2PgDHH2OF9cNC4FtwpXjNuNa8Z14npxg7gxPB6vijfFO+OD8Fx8Jr4Avwt/GH8W34cfwn8ikAlaBCuCNyGGICTkEcoJhwhnCH2E54RxogJRn+hIDCLyiSuJJcSDxA7iDeIQcZykSDIkOZPCSCmkDaQKUhPpIukR6R2ZTNYhO5AXkQXk9eQK8lHyZfIA+TNFiWJC8aTEUiSULZQ6SiflPuUdlUo1oLpRY6iZ1C3UBup56hPqJzmanLkcR44vt06uSq5Vrk/utTxRXl/eXX6pfK58ufxx+RvyrxSICgYKngpchbUKVQonFfoVxhRpipaKQYrpisWKhxSvKA4r4ZUMlLyU+Er5SgeUzisN0hCaLs2TxqNtpB2kXaQN0XF0QzqHnkIvoh+h99BHlZWUbZQjlHOUq5RPK0sZCMOAwWGkMUoYxxh3GV/maMxxn5MwZ/Ocpjl9cz6qzFVxU0lQKVRpVrmj8kWVqeqlmqq6TbVN9bEaRs1EbZFattoetYtqr+bS5zrN5c0tnHts7gN1WN1EPUR9lfoB9evqYxqaGj4aIo1dGuc1XmkyNN00UzTLNM9ojmjRtFy0BFplWme1XjCVme7MNGYF8wJzVFtd21dbor1fu0d7XMdQJ1wnT6dZ57EuSZelm6hbptulO6qnpReot1qvUe+BPlGfpZ+sv1O/W/+jgaFBpMEmgzaDYUMVQ45hrmGj4SMjqpGr0QqjGqPbxjhjlnGq8W7jmyawia1JskmVyQ1T2NTOVGC627R3HnaewzzhvJp5/WYUM3ezLLNGswFzhnmAeZ55m/nr+XrzY+Zvm989/7uFrUWaxUGLh5ZKln6WeZYdlm+tTKx4VlVWt62p1t7W66zbrd/YmNok2OyxuWdLsw203WTbZfvNzt5ObNdkN2KvZx9nX23fz6KzglnFrMsOWAcPh3UOpxw+O9o5Zjoec/zTycwp1emQ0/ACwwUJCw4uGHTWceY673eWujBd4lz2uUhdtV25rjWuT9103fhutW7P3Y3dU9wPu7/2sPAQe7R4fPR09Fzj2clG2D7sQnaPl5JXuFel1xNvHe8k70bvUR9bn1U+nb5YX3/fbb79HA0Oj9PAGfWz91vjd8Gf4h/qX+n/NMAkQBzQEQgH+gVuD3y0UH+hcGFbEAjiBG0PehxsGLwi+NdFuEXBi6oWPQuxDFkd0h1KC10Weij0Q5hHWEnYw3CjcEl4V4R8RGxEQ8THSHZkaaQ0an7Umqhr0WrRguj2GHxMRExtzNhir8U7Fg/F2sYWxN5dYrgkZ8mVpWpL05aeXia/jLvseBw2LjLuUNxXbhC3hjsWz4mvjh/lefJ28l7y3fhl/JEE54TShOeJzomlicNJzknbk0aSXZPLk18JPAWVgjcpvil7Uz6mBqXWpU6kRaY1pxPS49JPCpWEqcILyzWX5yzvFZmKCkTSFY4rdqwYFfuLazOgjCUZ7Zl01OxclxhJfpAMZLlkVWV9yo7IPp6jmCPMub7SZOXmlc9zvXN/XoVZxVvVtVp79YbVA2vc1+xfC62NX9u1Tndd/rqh9T7r6zeQNqRu+C3PIq807/3GyI0d+Rr56/MHf/D5obFArkBc0L/JadPeHzE/Cn7s2Wy9edfm74X8wqtFFkXlRV+LecVXf7L8qeKniS2JW3pK7Er2bMVtFW69u811W32pYmlu6eD2wO2tZcyywrL3O5btuFJuU753J2mnZKe0IqCifZferq27vlYmV96p8qhqrlav3lz9cTd/d98etz1NezX2Fu39sk+w795+n/2tNQY15QdwB7IOPDsYcbD7Z9bPDbVqtUW13+qEddL6kPoLDfYNDYfUD5U0wo2SxpHDsYdvHmEfaW8ya9rfzGguOgqOSo6++CXul7vH/I91HWcdbzqhf6K6hdZS2Aq1rmwdbUtuk7ZHt/ee9DvZ1eHU0fKr+a91p7RPVZ1WPl1yhnQm/8zE2dyzY52izlfnks4Ndi3reng+6vztC4su9Fz0v3j5kvel893u3WcvO18+dcXxysmrrKtt1+yutV63vd7ym+1vLT12Pa037G+033S42dG7oPdMn2vfuVvsW5duc25fu7PwTu/d8Lv3+mP7pff494bvp91/8yDrwfjD9Y+wjwofKzwuf6L+pOZ349+bpXbS0wPsgetPQ58+HOQNvvwj44+vQ/nPqM/Kn2s9bxi2Gj414j1y88XiF0MvRS/HXxX8TfFv1a+NXp/40+3P66NRo0NvxG8m3ha/U31X997mfddY8NiTD+kfxj8WflL9VP+Z9bn7S+SX5+PZX/FfK74Zf+v47v/90UT6xISIK+ZOWQEEDTgxEYC3dQBQowGg3QSAJDftkacETfv6KQL/iad99JRQ51LnBkB4JwAhaFSvB8AQvZZHORgdw9wAbG0ti38oI9HaaroWuQ21JuUTE+9Qb4g3BuBb/8TEeNvExLdatNkHAHR+mPbmk1JA/f++Gk82K7SPvRv8q/4O0dUEl/OMgdYAAAGbaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjExPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjExPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CleP8M0AAACkSURBVBgZjZDBCcQgEEV/Fskl59zFBtKJtQQsKA2kAQ+pQyRdJHoy4K4Diouw64A4jv8/Pw7xU+isV6eOZI34OA5s24YQQstJMeqSUqZY8bquekw9y3ZrLZ7nwX3fNDLGYJomcM5pp2G2z/NMxEStl9Y6S2Ihr+sK5xz2fcd5nlBKYRxHCCEI+kXO9q7M2b4sC7z3YKw8mq8wJGI5/Wmaf/6lfwP66Y8o4DZp6AAAAABJRU5ErkJggg==")}.c-utilities__faq-container:first-child .c-utilities__faq-spacer,.c-utilities__faq-container:first-child .c-utilities__faq-answer,.c-utilities__faq-container:first-child .c-utilities__faq-answer-container h1,.c-utilities__faq-answer-container .c-utilities__faq-container:first-child h1,.c-utilities__faq-container:first-child .c-utilities__faq-answer-container h2,.c-utilities__faq-answer-container .c-utilities__faq-container:first-child h2,.c-utilities__faq-container:first-child .c-utilities__faq-answer-container h3,.c-utilities__faq-answer-container .c-utilities__faq-container:first-child h3,.c-utilities__faq-container:first-child .c-utilities__faq-answer-container h4,.c-utilities__faq-answer-container .c-utilities__faq-container:first-child h4,.c-utilities__faq-container:first-child .c-utilities__faq-answer-container h5,.c-utilities__faq-answer-container .c-utilities__faq-container:first-child h5,.c-utilities__faq-container:first-child .c-utilities__faq-answer-container h6,.c-utilities__faq-answer-container .c-utilities__faq-container:first-child h6,.c-utilities__faq-container:first-child .c-utilities__results-spacer{border:none}.c-utilities__faq-container .c-utilities__faq-answer-container{display:none}.c-utilities__faq-container.open .c-utilities__faq-answer-container{display:block}.c-utilities__faq-container.open .state-icon{background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzMiA3OS4xNTkyODQsIDIwMTYvMDQvMTktMTM6MTM6NDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxMjE5QTZGOUNGRjExRTY5OTJBQTM3RDc2MDlBNkM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxMjE5QTcwOUNGRjExRTY5OTJBQTM3RDc2MDlBNkM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzEyMTlBNkQ5Q0ZGMTFFNjk5MkFBMzdENzYwOUE2QzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzEyMTlBNkU5Q0ZGMTFFNjk5MkFBMzdENzYwOUE2QzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAALAAsDAREAAhEBAxEB/8QAXQAAAwEAAAAAAAAAAAAAAAAAAAYICgEBAAAAAAAAAAAAAAAAAAAAABAAAAUCBgMBAAAAAAAAAAAAAwQFBgcCCAABFTU2VmM0ZAkRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANncqXKTNHr5WWk0vz5u9nRAS6E2ojKEVvSwlIYzjzPJRJQNBoyfNt70OyWBWimzQhAzqDdIU1miwlRfMctmCYFCmtbU+nOPjmt+00dz6dynkfl2j7sAx4AwH//Z")}.c-utilities__faq-spacer-inner{max-width:80%;width:100%;margin:0 auto;cursor:pointer}.c-utilities__faq-spacer-inner h3{font-size:.625rem}.c-utilities__faq-spacer-inner p{margin:0}.c-utilities__diet-spacer-inner{width:100%;text-align:center;cursor:pointer;position:relative;margin:0 auto}.c-utilities__diet-spacer-inner.c-utilities__spacer-open{border-bottom:1px solid #eee}.c-utilities__spacer-content{margin-bottom:21px}.c-utilities__logo{background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;height:60px}.c-utilities__faq-answer,.c-utilities__faq-answer-container h1,.c-utilities__faq-answer-container h2,.c-utilities__faq-answer-container h3,.c-utilities__faq-answer-container h4,.c-utilities__faq-answer-container h5,.c-utilities__faq-answer-container h6{padding-top:5%}.c-utilities__faq-answer-container h1,.c-utilities__faq-answer-container h2,.c-utilities__faq-answer-container h3,.c-utilities__faq-answer-container h4,.c-utilities__faq-answer-container h5,.c-utilities__faq-answer-container h6{margin-top:0}.c-utilities__faq-answer-container p{padding:0 0 20px 15px;float:left}.c-utilities__faq-answer-container p:last-child{padding-bottom:40px}.c-utilities__faq-answer-container p:first-child{padding-top:10px}.c-utilities__diet-spacer{float:left;width:100%;text-align:center;display:block;background:#fff;text-transform:uppercase;cursor:pointer}.c-utilities__spacer-open{border-bottom:1px solid #bfbfbf}.c-diet__filter-container{background-color:#fff;padding-bottom:5%;width:100%}.c-diet__checkwrap{display:flex;flex-flow:row wrap}.c-diet__checkwrap .c-utilities__checkbox-wrapper{min-width:170px}.c-diet__filter-container-inner{width:90%;margin:0 auto}@media screen and (min-width: 1025px){.c-diet__filter-container-inner{width:85%}}.c-diet__filter-col{width:100%}.c-diet__filter-col .t-diet__heading{text-align:left}@media screen and (min-width: 1025px){.c-diet__filter-col{width:45%;float:left}}.c-diet__filter-col-right{width:100%}@media screen and (min-width: 1025px){.c-diet__filter-col-right{width:30%}}.c-diet__filter-button-container{width:100%;text-align:center}@media screen and (min-width: 1025px){.c-diet__filter-button-container{width:25%;float:left}}input[type=checkbox]{opacity:0}.c-diet__checkbox{height:50px;width:50px;background-color:#f7f6f2}.c-utilities__spacer-text-container{position:relative;width:50%;float:left;text-align:left;font-size:0.75em}@media screen and (min-width: 1025px){.c-utilities__spacer-text-container{width:20%}}.c-utilities__spacer-inner{width:90%;margin:0 auto}@media screen and (min-width: 641px){.c-utilities__spacer-inner{width:95%}}@media screen and (min-width: 1921px){.c-utilities__spacer-inner{width:80%}}.c-utilities__results-inner{width:100%}.c-utilities-results__text-container{width:50%;float:left}@media screen and (min-width: 1025px){.c-utilities-results__text-container{width:20%}}.c-utilities__results-text{text-transform:none;font-weight:400;margin:0;color:#000 !important}.c-utilities__results-img-container{padding-top:1%;width:30%;float:left}@media screen and (max-width: 640px){.c-utilities__results-img-container{position:absolute;top:50%;width:50%;transform:translateY(-50%)}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-utilities__results-img-container{position:absolute;top:50%;width:50%;transform:translateY(-50%)}}.c-utilities__result-image{max-width:100%}.c-utilities__results-ingredients-container{width:50%;float:right;margin-top:3%}@media screen and (min-width: 1025px){.c-utilities__results-ingredients-container{width:60%;float:left}}.c-utilities__result-outer-container{background-color:#fff;border-bottom:1px solid #eeede9;cursor:pointer;width:100%}.c-utilities__result-inner-container{width:95%;margin:0 auto;overflow:auto;padding:5% 0}@media screen and (min-width: 1025px){.c-utilities__result-inner-container{padding:1.5% 0}}.c-utilities__results-spacer{border-top:none;min-height:auto}.c-utilities__spinner-open{background-image:url("/static/img/icons/plus-icon.png");position:absolute;top:60%;left:-1%;background-size:cover;background-repeat:no-repeat;height:8px;width:8px}.c-utilities__spinner-close{background-image:url("/static/img/icons/minus-icon.png");position:absolute;top:60%;left:-1%;background-size:cover;background-repeat:no-repeat;height:8px;width:8px}.c-utilities__checkbox-wrapper{width:50%;float:left}@media screen and (min-width: 1025px){.c-utilities__checkbox-wrapper{width:25%}}.c-utilities__checkbox{display:inline-block;position:relative}.c-utilities__checkbox input[type="checkbox"],.c-utilities__radio>input[type="checkbox"]{display:block;width:100%;height:100%;cursor:pointer;opacity:0}.c-utilities__checkbox>input[type="checkbox"]+span,.c-utilities__radio>input[type="checkbox"]+span{display:inline-block;width:20px;height:20px;background-color:#eeede9;margin:0 5px -5px 0}.c-utilities__radio>input[type="checkbox"]+span{border-radius:50%;border:1px solid #eeede9}.c-utilities__checkbox>input[type="checkbox"]:checked+span,.c-utilities__radio>input[type="checkbox"]:checked+span{background-color:#000;border:7.5px solid #eeede9}.c-utilities__checkbox-text,.c-utilities__radio-text{font-size:0.75em;font-weight:700;letter-spacing:2px;display:inline-block}.c-utilities__radio-text{text-transform:capitalize;font-weight:400}.c-utilities__radio-wrapper{width:100%;display:inline-block;padding-right:25px;margin-left:1px}select{height:30px;border-radius:none;background-color:#eeede9}.c-utilities__btn{margin:40px auto 50px auto;padding:10px 50px}.c-utilities__checkbox-container{width:100%;float:left}@media screen and (min-width: 1025px){.c-utilities__checkbox-container{width:33.33%}}.c-utilities__checkbox-wrapper-newsletter{width:100%;min-height:50px}@media screen and (min-width: 1025px){.c-utilities__checkbox-wrapper-newsletter{width:33.33%;float:left}}.c-utilities__checkbox-wrapper-mobile{float:left;width:50%}@media screen and (max-width: 640px){.c-utilities__mobile-container{width:50%;float:left}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-utilities__mobile-container{width:50%;float:left}}.c-utilities__checkbox-margin{margin-left:-30px}.c-diet__btn{cursor:pointer;font-size:0.75em;margin:0 auto;padding:10px 60px}.c-diet__btn:hover{border:2px solid #000;background-color:#eeede9}@media screen and (min-width: 1025px){.c-diet__btn{padding:10px 40px}}.c-diet__clear-filters{cursor:pointer}.c-diet__title{font-size:0.75em}.c-diet__clear-icon{display:inline-block}.c-diet__clear{display:inline-block}.c-additional__items{float:none;width:100%}.c-utilities__text-closed,.c-utilities__text-open{cursor:pointer;font-weight:700;width:7.5%;float:left}@media screen and (min-width: 1025px){.c-utilities__text-closed,.c-utilities__text-open{width:5%}}.c-utilities__text{width:92.5%;float:left}@media screen and (min-width: 1025px){.c-utilities__text{width:95%}}.c-utilities__results-ingredients-outer{width:100%;position:relative}@media screen and (min-width: 1025px){.c-utilities__results-ingredients-outer{width:90%;margin:0 auto}}.c-utilities__ingredients{margin:10px 0}.c-utilities__more-link{line-height:5;font-size:14px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:2px;text-decoration:none;position:absolute;left:5%;bottom:3%}@media screen and (min-width: 1025px){.c-utilities__more-link{font-size:10px;position:relative;left:0;bottom:0}}.c-utilities__more-link:after{content:'';width:100%;position:absolute;left:0;bottom:15px;border-width:0 0 2px;border-style:solid;border-color:#000}@media screen and (min-width: 1025px){.c-utilities__more-link:after{bottom:-7.5px}}.c-utilities__view-product{line-height:5;font-size:0.75em;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:2px;text-decoration:none;border-bottom:2px solid black;padding-bottom:10px}.c-diet-filter__disclaimer{font-size:.75rem;font-weight:700;letter-spacing:.125rem;line-height:.875rem;color:#231f20;text-align:center;text-transform:uppercase;margin-top:30px}@media screen and (min-width: 641px){.c-diet-filter__disclaimer{font-size:.625rem;line-height:.75rem}}.c-legal__form-container{max-width:700px;margin:0 auto}.c-legal__form-text{font-weight:700;font-size:10px;letter-spacing:1px;margin:5px 0;text-transform:uppercase}.c-legal__form-input{width:100%;min-height:40px;border:none;margin:1% 0 3% 0;padding-left:3%}@media screen and (min-width: 1025px){.c-legal__form-input{min-height:30px}}.c-legal__form-input-wrapper{width:100%;float:left;display:inline-block}@media screen and (min-width: 1025px){.c-legal__form-input-wrapper{width:50%}}.c-legal__form-input-left{width:100%}@media screen and (min-width: 1025px){.c-legal__form-input-left{width:49%;margin-right:1%}}.c-legal__form-input-right{width:100%}@media screen and (min-width: 1025px){.c-legal__form-input-right{width:49%;margin-left:1%}}.c-legal__form-input-long{width:100%;border:none;margin:3% 0 5% 0;min-height:50px;padding-left:3%}@media screen and (min-width: 1025px){.c-legal__form-input-long{min-height:100px}}.c-legal__lower-title{font-size:1.25em}@media screen and (max-width: 640px){.c-legal__lower-title{font-weight:700;font-size:0.85em;letter-spacing:2px;text-transform:uppercase}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-legal__lower-title{font-weight:700;font-size:0.85em;letter-spacing:2px;text-transform:uppercase}}.c-legal__checkbox-wrapper{margin-bottom:10px}.c-legal__checkbox,.c-legal__radio{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;position:relative;align-items:center}.c-legal__checkbox input[type="checkbox"],.c-legal__radio>input[type="radio"],.c-legal__radio>input[type="checkbox"]{display:block;cursor:pointer;opacity:0}.c-legal__checkbox>input[type="checkbox"]+span,.c-legal__radio>input[type="radio"]+span,.c-legal__radio>input[type="checkbox"]+span{width:20px;height:20px;background-color:#fff}.c-legal__radio>input[type="radio"]+span,.c-legal__radio>input[type="checkbox"]+span{border-radius:50%;border:1px solid #eeede9}.c-legal__checkbox>input[type="checkbox"]:checked+span,.c-legal__radio>input[type="radio"]:checked+span,.c-legal__radio>input[type="checkbox"]:checked+span{background-color:#000;border:7.5px solid #fff}.c-legal__checkbox-text,.c-legal__radio-text{float:left;font-size:0.75em;font-weight:700;letter-spacing:2px;display:inline-block;margin:0 0 0 10px}.c-legal__radio-text{text-transform:capitalize;font-weight:400}.c-legal__radio-wrapper{width:100%;display:inline-block;padding-right:25px;margin-left:1px;padding-bottom:1%}select{height:30px;border-radius:none;background-color:#fff}.c-legal__checkbox-container{width:100%;float:left;padding-bottom:3%}@media screen and (min-width: 1025px){.c-legal__checkbox-container{width:33.33%}}.c-legal__fieldset-border{border:none}.c-v2-marquee{background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative;width:100%;height:50vh}@media screen and (min-width: 961px){.c-v2-marquee{height:calc(100vh - 70px)}}.c-v2-marquee--darken::after{background:#000;content:'';opacity:0.1;position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.c-v2-marquee__fallback-image{display:none}.c-v2-marquee__content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:200}.c-v2-marquee__centered-container{padding:0 20px;position:absolute;text-align:center;transform:translate(-50%, -50%);top:50%;left:50%;width:100%}.c-v2-marquee__centered-container--icon-offset{transform:translate(-50%, -55%)}@media screen and (min-width: 961px){.c-v2-marquee__centered-container--icon-offset{transform:translate(-50%, -65%)}}.c-v2-marquee__heading{color:#fff;font-size:2.25rem;font-weight:900;letter-spacing:.125rem;line-height:2.25rem;margin:0;text-align:center;text-transform:uppercase}.c-v2-marquee__heading small{display:block;font-size:1.25rem;letter-spacing:.25rem;line-height:1.5rem;position:relative}@media screen and (min-width: 961px){.c-v2-marquee__heading{font-size:4.375rem;line-height:4rem}.c-v2-marquee__heading small{font-size:1.875rem;line-height:2.25rem;letter-spacing:.375rem}}.c-v2-marquee__subtitle{color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.125rem;line-height:.75rem;margin:35px auto 0;text-align:center;text-transform:uppercase}.c-v2-marquee__icon{margin-bottom:20px;max-width:75px;max-height:75px;position:relative}@media screen and (min-width: 961px){.c-v2-marquee__icon{margin-bottom:40px;max-width:150px;max-height:150px}}.c-v2-marquee__video{display:none}@media screen and (min-width: 1025px){.c-v2-marquee__video{display:block;min-width:100%;min-height:100%;object-fit:fill;opacity:0;position:absolute;transition:opacity 0.75s ease-out;width:auto;height:auto}}.c-v2-marquee__video--loaded{opacity:1}.c-v2-marquee__scroll-to-control{display:none}@media screen and (min-width: 641px){.c-v2-marquee__scroll-to-control{background:none;border:none;bottom:30px;display:inline-block;left:50%;line-height:0;margin:0;padding:0;position:absolute;text-indent:-9999px;transform:translateX(-14px);width:28px;height:14px;z-index:200}.c-v2-marquee__scroll-to-control:focus{outline:none}}.c-intro{padding-top:30px;padding-bottom:50px}.c-intro .c-intro-element:first-child{padding-top:40px}.c-links__link{margin-top:30px}.c-links__button{margin-top:40px}.c-image-caption{border-left:1px solid #231f20;font-size:.75rem;letter-spacing:.09375rem;line-height:1.3125rem;margin-top:10px;padding-left:20px}@media screen and (max-width: 640px){.c-image-caption{margin-right:20px;margin-left:20px}}.c-image-caption__list{list-style:none;margin:0;padding-left:0}.c-image-caption__item-index{font-weight:700}.c-image-caption__title{color:#231f20;font-size:1rem;font-weight:900;line-height:1.1875rem;margin:0;padding:5px 0;text-transform:uppercase}.c-inline-image-container{padding-top:50px}@media screen and (max-width: 640px){.c-inline-image-container{padding-right:0;padding-left:0}}.c-inline-image{margin:0;padding-top:50px;position:relative}.c-inline-image:first-child{padding-top:0}.c-inline-image__image{display:block;position:relative;width:100%}.c-v2-image-grid .c-image-caption{margin-right:10px;margin-left:10px}@media screen and (min-width: 641px){.c-v2-image-grid .c-image-caption{float:left;display:block;margin-right:2.35765%;width:65.88078%;margin-left:17.05961%}.c-v2-image-grid .c-image-caption:last-child{margin-right:0}}.c-image-grid--max-padding{padding-top:40px}.c-image-grid--min-padding{padding-top:10px}.c-v2-image-grid__items{margin:0 auto;padding-top:20px}.c-v2-image-grid__item{overflow:hidden;position:relative;width:100%}.c-v2-image-grid__image-container{padding:10px;width:100%;height:100%}.c-v2-image-grid__image{display:block;width:100%;height:100%}.c-v2-image-grid--grid .c-v2-image-grid__item{float:left;width:100%}@media screen and (min-width: 641px){.c-v2-image-grid--grid .c-v2-image-grid__item{width:50%}.c-v2-image-grid--grid .c-v2-image-grid__image-container{position:absolute;width:100%;height:100%;top:0;left:0}.c-v2-image-grid--grid .c-v2-image-grid__item:nth-child(1){padding-bottom:65%}.c-v2-image-grid--grid .c-v2-image-grid__item:nth-child(2){padding-bottom:32.5%}.c-v2-image-grid--grid .c-v2-image-grid__item:nth-child(3){padding-bottom:32.5%}}@media screen and (min-width: 641px){.c-v2-image-grid--portrait .c-v2-image-grid__item{float:left;width:50%}.c-v2-image-grid--portrait .c-v2-image-grid__item:nth-child(1),.c-v2-image-grid--portrait .c-v2-image-grid__item:nth-child(2){padding-bottom:65%}.c-v2-image-grid--portrait .c-v2-image-grid__item:nth-child(1) .c-v2-image-grid__image-container,.c-v2-image-grid--portrait .c-v2-image-grid__item:nth-child(2) .c-v2-image-grid__image-container{position:absolute;width:100%;height:100%;top:0;left:0}.c-v2-image-grid--portrait .c-v2-image-grid__item:nth-child(3){width:100%}}.c-image-set{padding-top:40px;margin-bottom:-10px}.c-image-set__item{float:left;position:relative;width:100%}.c-image-set__quote-item{width:100%}@media screen and (min-width: 641px){.c-image-set__quote-item{padding-bottom:42%;width:66.66%}}.c-image-set__quote-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;padding:30px 10px;width:100%;height:100%}@media screen and (min-width: 641px){.c-image-set__quote-container{padding:30px;position:absolute;top:0;left:0}}.c-image-set__quote{font-size:1.25rem;line-height:1.25rem;margin:auto}@media screen and (min-width: 641px){.c-image-set__image-item{padding-bottom:42%;width:33.33%}}.c-image-set__image-container{padding:10px;width:100%;height:100%}@media screen and (min-width: 641px){.c-image-set__image-container{position:absolute;top:0;left:0}}.c-image-set__image{display:block;width:100%;height:100%}@media screen and (min-width: 641px){.c-image-set--layout-1-v1 .c-image-set__item:nth-child(2),.c-image-set--layout-1-v2 .c-image-set__item:nth-child(2){width:66.66%}}@media screen and (min-width: 641px){.c-image-set--layout-3-v1 .c-image-set__item:nth-child(2){width:66.66%}}@media screen and (min-width: 641px){.c-image-set--layout-3-v1 .c-image-set__item:nth-child(5){width:66.66%}}@media screen and (min-width: 641px){.c-image-set--layout-3-v2 .c-image-set__item:nth-child(1){width:66.66%}}@media screen and (min-width: 641px){.c-image-set--layout-3-v2 .c-image-set__item:nth-child(6){width:66.66%}}.c-content{padding-top:50px}.c-content .c-rich-text p,.c-content .c-rich-text h1,.c-content .c-rich-text h2,.c-content .c-rich-text h3,.c-content .c-rich-text h4,.c-content .c-rich-text h5,.c-content .c-rich-text h6,.c-content .c-rich-text ul,.c-content .c-rich-text ol{letter-spacing:0}.c-content .c-rich-text figure{margin:auto}.c-content .c-rich-text img{display:inline-block;margin-top:30px !important;margin-bottom:30px !important;max-width:100%;width:auto}.c-content .c-rich-text p>img+br{display:none}.c-content .c-rich-text iframe{margin:30px auto}.c-content .c-rich-text p+iframe{margin-top:10px}.c-standard-tout{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:10px;position:relative}.c-standard-tout__content-panel{background-position:center center;background-repeat:no-repeat;background-size:cover;padding-bottom:100%;position:relative;width:100%}.c-standard-tout__content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;padding:20px;position:absolute;width:100%;height:100%}@media screen and (min-width: 641px){.c-standard-tout__content{padding-right:80px;padding-left:80px}}.c-standard-tout__image{display:none}.c-standard-tout__content-item{margin:0 auto;padding-top:25px;position:relative;width:100%}.c-standard-tout__content-item:first-child{margin-top:auto;padding-top:0}.c-standard-tout__content-item:last-child{margin-bottom:auto}.c-standard-tout__icon{width:auto;height:75px}.c-standard-tout__image-panel{position:absolute;overflow:hidden;width:100%;height:100%}.c-standard-tout__image-panel img{display:block;width:auto;height:100%;left:50%;transform:translate(-50%);position:relative}.c-standard-tout--full-width-tout{padding:0}.c-standard-tout--full-width-tout .c-standard-tout__content-panel{background:none}@media screen and (min-width: 641px){.c-standard-tout--full-width-tout .c-standard-tout__content-panel{padding-bottom:50%}}@media screen and (min-width: 961px){.c-standard-tout--full-width-tout .c-standard-tout__icon{height:100px}}@media screen and (min-width: 1025px){.c-standard-tout--full-width-tout .c-standard-tout__icon{margin-bottom:25px;height:150px}}.c-standard-tout-container--max-padding{padding-top:40px}.c-standard-tout-container--min-padding{padding-top:10px}.c-standard-tout-container--padding-bottom{padding-bottom:10px}.c-standard-tout-grid{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;padding-top:20px}@media screen and (min-width: 641px){.c-standard-tout-grid{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}}.c-standard-tout-grid--no-padding{padding-top:0}@media screen and (min-width: 961px){.c-standard-tout-grid--grid-of-2 .c-standard-tout .c-standard-tout__content-item:not(:first-child){padding-top:40px}}@media screen and (min-width: 1025px){.c-standard-tout-grid--grid-of-2 .c-standard-tout .c-standard-tout__icon{margin-bottom:25px;height:150px}}@media screen and (min-width: 641px){.c-standard-tout-grid--grid-of-3{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.c-standard-tout-grid--grid-of-3 .c-standard-tout{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33%}}@media screen and (min-width: 641px) and (max-width: 960px){.c-standard-tout-grid--grid-of-3 .c-standard-tout{width:50%}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-standard-tout-grid--grid-of-3 .e-section-heading,.c-standard-tout-grid--grid-of-3 .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-3 h1,.c-standard-tout-grid--grid-of-3 .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-3 h2,.c-standard-tout-grid--grid-of-3 .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-3 h3,.c-standard-tout-grid--grid-of-3 .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-3 h4,.c-standard-tout-grid--grid-of-3 .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-3 h5,.c-standard-tout-grid--grid-of-3 .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-3 h6{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width: 1025px){.c-standard-tout-grid--grid-of-3 .c-standard-tout__icon{height:100px}}@media screen and (min-width: 1025px) and (max-width: 1223px){.c-standard-tout-container--narrow .c-standard-tout-grid--grid-of-3 .c-standard-tout{width:50%}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-standard-tout-grid--grid-of-4{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-standard-tout-grid--grid-of-4 .c-standard-tout{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 50%;-moz-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}}@media screen and (min-width: 641px){.c-standard-tout-grid--grid-of-4 .e-section-heading,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h1,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h2,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h3,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h4,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h5,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h6{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width: 961px){.c-standard-tout-grid--grid-of-4 .c-standard-tout__icon{height:100px}}.c-tout-carousel.owl-carousel .owl-item img{width:auto}.c-tout-carousel__navigation{position:absolute;top:50%;left:0;width:100%;transform:translateY(-20px)}.c-tout-carousel__navigation.disabled{display:none}.c-tout-carousel__navigation .e-direction-btn--left{left:20px;position:absolute}.c-tout-carousel__navigation .e-direction-btn--right{position:absolute;right:20px}.c-tout-carousel__pagination{padding:30px 30px 20px;text-align:center}.c-tout-carousel__pagination.disabled{display:none}.c-athlete-tout__content-panel{background-color:#000;overflow:hidden}.c-athlete-tout__content-panel:hover .c-athlete-tout__profile-image{border-color:rgba(255,255,255,0.6)}.c-athlete-tout__content-panel:hover .c-athlete-tout__tile-image{transform:scale(1.1)}.c-athlete-tout__content{padding-right:20px;padding-left:20px}.c-athlete-tout__content .e-section-title{font-size:.625rem;line-height:.625rem}.c-athlete-tout__content .e-section-heading,.c-athlete-tout__content .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-athlete-tout__content h1,.c-athlete-tout__content .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-athlete-tout__content h2,.c-athlete-tout__content .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-athlete-tout__content h3,.c-athlete-tout__content .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-athlete-tout__content h4,.c-athlete-tout__content .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-athlete-tout__content h5,.c-athlete-tout__content .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-athlete-tout__content h6{font-size:1.25rem;line-height:1.25rem;padding-top:7px}.c-athlete-tout__content-item{margin:0 auto;padding-top:15px;position:relative;width:100%}.c-athlete-tout__content-item:first-child{margin-top:auto;padding-top:0}.c-athlete-tout__content-item:last-child{margin-bottom:auto}.c-athlete-tout__tile-image{background-repeat:no-repeat;background-size:cover;background-position:center center;opacity:0.6;position:absolute;padding-bottom:100%;top:0;left:0;width:100%;height:100%;z-index:0;transform:scale(1);transition:transform 2s}.c-athlete-tout__profile-image{border:7px solid rgba(255,255,255,0.2);border-radius:50%;display:block;width:125px;height:125px;transition:border 1s ease-out}.c-athlete-tout__link{overflow:hidden;position:absolute;text-indent:-9999px;top:0;left:0;width:100%;height:100%}.c-athlete-tout-grid__pagination{text-align:center}.c-athlete-tout-grid__pagination-control{margin-top:30px}@media screen and (min-width: 1025px){.c-standard-tout-grid--grid-of-2 .e-section-title{padding-top:17px}.c-standard-tout-grid--grid-of-2 .e-section-heading,.c-standard-tout-grid--grid-of-2 .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-2 h1,.c-standard-tout-grid--grid-of-2 .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-2 h2,.c-standard-tout-grid--grid-of-2 .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-2 h3,.c-standard-tout-grid--grid-of-2 .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-2 h4,.c-standard-tout-grid--grid-of-2 .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-2 h5,.c-standard-tout-grid--grid-of-2 .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-2 h6{font-size:1.875rem;line-height:1.875rem}}@media screen and (min-width: 1025px){.c-standard-tout-grid--grid-of-3 .e-section-title{padding-top:18px}}.c-standard-tout-grid--grid-of-4 .e-section-heading,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h1,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h2,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h3,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h4,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h5,.c-standard-tout-grid--grid-of-4 .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-standard-tout-grid--grid-of-4 h6{font-size:1.25rem;line-height:1.25rem;padding-top:7px}.c-athlete-tout-wide{background-color:#000}.c-athlete-carousel .c-tout-carousel__pagination{background-color:#f7f6f2}.c-athlete-tout--full-width-tout .c-athlete-tout__content-panel{overflow:hidden}.c-athlete-tout--full-width-tout .c-athlete-tout__image-panel{opacity:0.6}@media screen and (min-width: 641px){.c-athlete-tout--full-width-tout .c-athlete-tout__image-panel .c-athlete-tout__image{top:50%;transform:translate(-50%, -50%);width:100% !important;height:auto}}.c-athlete-tout--full-width-tout .c-athlete-tout__content-link{display:none}@media screen and (min-width: 641px){.c-athlete-tout--full-width-tout .c-athlete-tout__content-link{display:block}}@media screen and (min-width: 641px){.c-athlete-tout--full-width-tout .c-athlete-tout__link{display:none}}@media screen and (max-width: 640px){.c-athlete-tout--full-width-tout .e-section-heading,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h1,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h2,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h3,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h4,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h5,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h6{margin-bottom:auto}}@media screen and (min-width: 1025px){.c-athlete-tout--full-width-tout .e-section-title{padding-top:18px}.c-athlete-tout--full-width-tout .e-section-heading,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h1,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h2,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h3,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h4,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h5,.c-athlete-tout--full-width-tout .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-athlete-tout--full-width-tout h6{font-size:1.875rem;line-height:1.875rem;padding-top:25px}}.c-v2-content-tout--max-padding{padding-top:40px}.c-v2-content-tout{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;position:relative;height:auto}@media screen and (min-width: 961px){.c-v2-content-tout{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}.c-v2-content-tout:nth-child(odd) .c-v2-content-tout__image-panel{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}.c-v2-content-tout:nth-child(odd) .c-v2-content-tout__content-panel{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}.c-v2-content-tout:nth-child(even) .c-v2-content-tout__image-panel{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}.c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}}.c-v2-content-tout__image-panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;line-height:0;position:relative;width:100%;height:auto}@media screen and (min-width: 961px){.c-v2-content-tout__image-panel{-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;width:50%;height:auto}}.c-v2-content-tout__image{display:block;position:relative;width:100%;height:auto}@media screen and (min-width: 961px){.c-v2-content-tout__image{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:100%}}.c-v2-content-tout__content-panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;background:#fff;padding-top:25px;padding-right:1.618em;padding-bottom:25px;padding-left:1.618em;position:relative;text-align:center;width:100%;height:auto}@media screen and (min-width: 641px){.c-v2-content-tout__content-panel{padding-top:40px;padding-right:calc(1.618em * 2);padding-bottom:40px;padding-left:calc(1.618em * 2)}}@media screen and (min-width: 961px){.c-v2-content-tout__content-panel{width:50%}}@media screen and (max-width: 640px){.c-v2-content-tout__content-panel .e-section-heading,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h1,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h2,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h3,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h4,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h5,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h6{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-v2-content-tout__content-panel .e-section-heading,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h1,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h2,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h3,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h4,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h5,.c-v2-content-tout__content-panel .t-who-we-are__careers-section-text h6,.t-who-we-are__careers-section-text .c-v2-content-tout__content-panel h6{font-size:1.25rem;line-height:1.25rem}}.c-v2-content-tout__content-item{margin:0 auto;padding-top:25px;position:relative;width:100%}.c-v2-content-tout__content-item p{margin:0}.c-v2-content-tout__content-item:first-child{margin-top:auto;padding-top:0}.c-v2-content-tout__content-item:last-child{margin-bottom:auto}.c-v2-content-tout__content-text{font-size:.875rem;letter-spacing:.09375rem;line-height:1.3125rem}.c-v2-content-tout--multiple .c-v2-content-tout:not(:last-child){margin-bottom:20px}@media screen and (min-width: 961px){.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-style:solid;border-width:15px 15px 15px 0;border-color:transparent #fff transparent transparent;content:'';position:absolute;top:50%;left:-15px;transform:translateY(-50%);width:0;height:0;z-index:100}}@media screen and (min-width: 961px){.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-width:15px 0 15px 15px;border-color:transparent transparent transparent #fff;right:-15px;left:auto}}.c-v2-content-tout-theme--ffffff .c-v2-content-tout__content-panel{background-color:#fff}.c-v2-content-tout-theme--ffffff .c-v2-content-tout__content-item{color:#231f20}@media screen and (min-width: 961px){.c-v2-content-tout-theme--ffffff.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #fff transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--ffffff.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #fff}}.c-v2-content-tout-theme--231f20 .c-v2-content-tout__content-panel{background-color:#231f20}.c-v2-content-tout-theme--231f20 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--231f20.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #231f20 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--231f20.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #231f20}}.c-v2-content-tout-theme--2573c5 .c-v2-content-tout__content-panel{background-color:#2573c5}.c-v2-content-tout-theme--2573c5 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--2573c5.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #2573c5 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--2573c5.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #2573c5}}.c-v2-content-tout-theme--006752 .c-v2-content-tout__content-panel{background-color:#006752}.c-v2-content-tout-theme--006752 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--006752.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #006752 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--006752.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #006752}}.c-v2-content-tout-theme--b90c04 .c-v2-content-tout__content-panel{background-color:#b90c04}.c-v2-content-tout-theme--b90c04 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--b90c04.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #b90c04 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--b90c04.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #b90c04}}.c-v2-content-tout-theme--14436f .c-v2-content-tout__content-panel{background-color:#14436f}.c-v2-content-tout-theme--14436f .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--14436f.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #14436f transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--14436f.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #14436f}}.c-v2-content-tout-theme--600d47 .c-v2-content-tout__content-panel{background-color:#600d47}.c-v2-content-tout-theme--600d47 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--600d47.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #600d47 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--600d47.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #600d47}}.c-v2-content-tout-theme--1f419b .c-v2-content-tout__content-panel{background-color:#1f419b}.c-v2-content-tout-theme--1f419b .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--1f419b.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #1f419b transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--1f419b.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #1f419b}}.c-v2-content-tout-theme--d70a83 .c-v2-content-tout__content-panel{background-color:#d70a83}.c-v2-content-tout-theme--d70a83 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--d70a83.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #d70a83 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--d70a83.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #d70a83}}.c-v2-content-tout-theme--ffaf00 .c-v2-content-tout__content-panel{background-color:#ffaf00}.c-v2-content-tout-theme--ffaf00 .c-v2-content-tout__content-item{color:#231f20}@media screen and (min-width: 961px){.c-v2-content-tout-theme--ffaf00.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #ffaf00 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--ffaf00.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #ffaf00}}.c-v2-content-tout-theme--0c387d .c-v2-content-tout__content-panel{background-color:#0c387d}.c-v2-content-tout-theme--0c387d .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--0c387d.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #0c387d transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--0c387d.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #0c387d}}.c-v2-content-tout-theme--8c4f94 .c-v2-content-tout__content-panel{background-color:#8c4f94}.c-v2-content-tout-theme--8c4f94 .c-v2-content-tout__content-item{color:#fff}@media screen and (min-width: 961px){.c-v2-content-tout-theme--8c4f94.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #8c4f94 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--8c4f94.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #8c4f94}}.c-v2-content-tout-theme--83bd66 .c-v2-content-tout__content-panel{background-color:#83bd66}.c-v2-content-tout-theme--83bd66 .c-v2-content-tout__content-item{color:#231f20}@media screen and (min-width: 961px){.c-v2-content-tout-theme--83bd66.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #83bd66 transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--83bd66.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #83bd66}}.c-v2-content-tout-theme--feda5e .c-v2-content-tout__content-panel{background-color:#feda5e}.c-v2-content-tout-theme--feda5e .c-v2-content-tout__content-item{color:#231f20}@media screen and (min-width: 961px){.c-v2-content-tout-theme--feda5e.c-v2-content-tout--multiple .c-v2-content-tout__content-panel::before{border-color:transparent #feda5e transparent transparent}}@media screen and (min-width: 961px){.c-v2-content-tout-theme--feda5e.c-v2-content-tout--multiple .c-v2-content-tout:nth-child(even) .c-v2-content-tout__content-panel::before{border-color:transparent transparent transparent #feda5e}}.c-product-tile{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;overflow:hidden;position:relative}.c-related-products--grid-of-2 .c-product-tile:first-child{margin-bottom:10px}@media screen and (min-width: 641px){.c-related-products--grid-of-2 .c-product-tile{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;border-left:1px solid #CCCCC8;margin-bottom:0;padding:0 10px}.c-related-products--grid-of-2 .c-product-tile:first-child{border-left:none}}@media screen and (min-width: 641px) and (max-width: 960px){.c-related-products--grid-of-3 .c-product-tile,.c-related-products--grid-of-4 .c-product-tile{margin-left:20%;width:60%}}@media screen and (min-width: 961px){.c-related-products--grid-of-3 .c-product-tile,.c-related-products--grid-of-4 .c-product-tile{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;border-left:1px solid #CCCCC8;padding:0 10px}.c-related-products--grid-of-3 .c-product-tile:first-child,.c-related-products--grid-of-4 .c-product-tile:first-child{border-left:none}}@media screen and (min-width: 961px){.c-related-products--grid-of-3 .c-product-tile{width:33.33%}}@media screen and (min-width: 961px){.c-related-products--grid-of-4 .c-product-tile{margin-bottom:20px;width:50%}.c-related-products--grid-of-4 .c-product-tile:nth-child(3){border-left:none}}@media screen and (min-width: 1025px){.c-related-products--grid-of-4 .c-product-tile{margin-bottom:0px;width:25%}.c-related-products--grid-of-4 .c-product-tile:nth-child(3){border-left:1px solid #CCCCC8}}.c-product-tile__panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.c-product-tile__panel--content{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center;padding:0 0 0 10px}.c-product-tile__content-item{width:100%}.c-product-tile__content-item:first-child{margin-top:auto}.c-product-tile__content-item:last-child{margin-bottom:auto}.c-product-tile__content-item.e-content-heading,.c-product-tile__content-item.e-blockquote,.c-rich-text blockquote.c-product-tile__content-item{line-height:.9375rem;margin-left:0;width:60%}.c-product-tile__link-container{margin-top:15px}.c-product-tile__image{width:100%;height:100%}.c-related-products{padding-top:40px}.c-related-products--padding-top-10{padding-top:10px}.c-related-products__grid{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;padding-top:30px}.c-related-products__container--desktop-only{display:none}@media screen and (min-width: 961px){.c-related-products__container--desktop-only{display:block}}.c-related-products__container-inner{float:left;display:block;margin-right:2.35765%;width:100%}.c-related-products__container-inner:last-child{margin-right:0}@media screen and (min-width: 1025px){.c-related-products--grid-of-2 .c-related-products__container-inner,.c-related-products--grid-of-3 .c-related-products__container-inner{float:left;display:block;margin-right:2.35765%;width:82.94039%;margin-left:8.5298%}.c-related-products--grid-of-2 .c-related-products__container-inner:last-child,.c-related-products--grid-of-3 .c-related-products__container-inner:last-child{margin-right:0}}@media screen and (min-width: 961px){.c-related-products-carousel{display:none}}.c-related-products-carousel__pagination{padding:30px 30px 0;text-align:center}.c-related-products-carousel__pagination.disabled{display:none}.c-related-product{padding-top:40px}.c-related-product__container{padding:20px 0}.c-related-product-card{float:left;display:block;margin-right:2.35765%;width:100%}.c-related-product-card:last-child{margin-right:0}@media screen and (min-width: 641px){.c-related-product-card{float:left;display:block;margin-right:2.35765%;width:82.94039%;margin-left:8.5298%}.c-related-product-card:last-child{margin-right:0}}@media screen and (min-width: 1025px){.c-related-product-card{float:left;display:block;margin-right:2.35765%;width:65.88078%;margin-left:17.05961%}.c-related-product-card:last-child{margin-right:0}}.c-related-product-card__panel-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}@media screen and (min-width: 641px){.c-related-product-card__panel-container{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}}.c-related-product-card__panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-align-content:center;-moz-align-content:center;align-content:center;-ms-flex-line-pack:center}@media screen and (min-width: 641px){.c-related-product-card__panel{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.c-related-product-card__panel:first-child{padding-right:10px}.c-related-product-card__panel:last-child{padding-left:10px}}.c-related-product-card__panel .e-content-heading,.c-related-product-card__panel .e-blockquote,.c-related-product-card__panel .c-rich-text blockquote,.c-rich-text .c-related-product-card__panel blockquote{font-size:1.875rem;line-height:1.75rem}@media screen and (min-width: 641px){.c-related-product-card__panel--image{width:50%}}@media screen and (min-width: 1025px){.c-related-product-card__panel--image{width:62.5%}}@media screen and (max-width: 640px){.c-related-product-card__panel--content{padding:15px 20px 10px}}@media screen and (min-width: 641px){.c-related-product-card__panel--content{width:50%}}@media screen and (min-width: 1025px){.c-related-product-card__panel--content{width:37.5%}}.c-related-product-card__image{display:block;width:100%;height:auto;max-width:100%;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}@media screen and (min-width: 641px){.c-related-product-card__image{height:auto;margin:auto 0}}.c-related-product-card__description{letter-spacing:.09375rem;line-height:1.3125rem;margin-top:20px;margin-bottom:20px;text-align:center}@media screen and (min-width: 641px){.c-related-product-card__description{text-align:left}}@media screen and (max-width: 640px){.c-related-product-card__link-container{text-align:center}}.c-related-product-card__content-item{width:100%}.c-related-product-card__content-item:first-child{margin-top:auto}.c-related-product-card__content-item:last-child{margin-bottom:auto}.c-related-product-card__content-item.e-section-title{padding-top:20px}.c-related-product-card__content-item.e-content-heading,.c-related-product-card__content-item.e-blockquote,.c-rich-text blockquote.c-related-product-card__content-item{width:75%;margin-left:0}@media screen and (max-width: 640px){.c-related-product-card__content-item.e-content-heading,.c-related-product-card__content-item.e-blockquote,.c-rich-text blockquote.c-related-product-card__content-item{margin-left:auto;text-align:center}.c-related-product-card__content-item.e-content-heading::after,.c-related-product-card__content-item.e-blockquote::after,.c-rich-text blockquote.c-related-product-card__content-item::after{left:50%;transform:translateX(-50%)}}@media screen and (min-width: 641px){.c-related-product-card__content-item.e-section-title{text-align:left}}.c-card-tile{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;padding:10px;position:relative;overflow:hidden}@media screen and (min-width: 641px){.c-card-tile{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}}.c-card-tile--has-date .e-content-heading--card-tout::after{background-color:transparent;height:0}.c-card-tile__inner{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 100%;-moz-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;background:#fff;position:relative}.c-card-tile__image-panel{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background-position:center;background-repeat:no-repeat;background-size:cover;padding-bottom:50%;position:relative;width:100%;height:auto;overflow:hidden}.c-card-tile__image-link{display:block;width:100%;height:100%;position:absolute}.c-card-tile__image{display:none}.c-card-tile__content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;padding:30px;position:relative}.c-card-tile__content .e-content-heading,.c-card-tile__content .e-blockquote,.c-card-tile__content .c-rich-text blockquote,.c-rich-text .c-card-tile__content blockquote{margin:0}.c-card-tile__heading:not(:first-child){padding-top:7px}.c-card-tile__summary{margin:0}.c-card-tile__summary:not(:first-child){padding-top:15px}.c-card-tile__date{font-size:.625rem;font-weight:700;letter-spacing:.125rem;text-transform:uppercase}.c-cards__grid{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;margin-right:-10px;margin-left:-10px;padding-top:20px}.c-cards--max-padding{padding-top:40px}.c-cards--min-padding{padding-top:10px}.c-cards__link{padding-top:30px;text-align:center}.c-v2-video-container .c-video-player{background:#231f20}.c-v2-video-container--max-padding{padding-top:40px}.c-numbers{padding:40px 0 0}@media screen and (min-width: 641px){.c-numbers{padding-bottom:100px}}.c-numbers--padding-top-100{padding-top:100px}.c-numbers--margin-top{margin-top:40px}.c-numbers__container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}@media screen and (min-width: 641px){.c-numbers__container{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}}.c-number{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;margin:0;padding:0 0 115px;text-align:center;width:100%}.c-number:first-child{margin-left:auto}.c-number:last-child{margin-right:auto}@media screen and (min-width: 641px){.c-number{padding:0 25px 0;width:33.33%}}@media screen and (min-width: 1025px){.c-number{width:25%}}@media screen and (min-width: 1224px){.c-number{padding:0 50px 0}}.c-number__value-container{position:relative}.c-number__value-inner-container{position:relative}.c-number__value{font-size:5rem;font-weight:900;letter-spacing:0;line-height:5rem;position:relative}.c-number__value::before,.c-number__value::after{content:attr(data-symbol);display:block;font-size:1.875rem;font-weight:900;line-height:1.875rem;margin-left:-15px;position:absolute;top:10px;left:100%}.c-number__value::before{text-shadow:3px 1px 0 #f7f6f2}.c-number__value::after{text-shadow:-2px 1px 0 #f7f6f2}.c-number__symbol{display:none}.c-number__label{font-size:1rem;font-weight:900;line-height:1rem;margin:0 auto;max-width:255px;width:100%;padding-top:20px;text-transform:uppercase}@media screen and (min-width: 641px){.c-number__label{max-width:215px}}.c-numbers-theme--ffffff{background-color:#fff;color:#231f20}.c-numbers-theme--ffffff .c-number__value::before{text-shadow:3px 1px 0 #fff}.c-numbers-theme--ffffff .c-number__value::after{text-shadow:-2px 1px 0 #fff}.c-numbers-theme--231f20{background-color:#231f20;color:#fff}.c-numbers-theme--231f20 .c-number__value::before{text-shadow:3px 1px 0 #231f20}.c-numbers-theme--231f20 .c-number__value::after{text-shadow:-2px 1px 0 #231f20}.c-numbers-theme--231f20 .e-section-title{color:#fff}.c-numbers-theme--231f20 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--2573c5{background-color:#2573c5;color:#fff}.c-numbers-theme--2573c5 .c-number__value::before{text-shadow:3px 1px 0 #2573c5}.c-numbers-theme--2573c5 .c-number__value::after{text-shadow:-2px 1px 0 #2573c5}.c-numbers-theme--2573c5 .e-section-title{color:#fff}.c-numbers-theme--2573c5 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--006752{background-color:#006752;color:#fff}.c-numbers-theme--006752 .c-number__value::before{text-shadow:3px 1px 0 #006752}.c-numbers-theme--006752 .c-number__value::after{text-shadow:-2px 1px 0 #006752}.c-numbers-theme--006752 .e-section-title{color:#fff}.c-numbers-theme--006752 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--b90c04{background-color:#b90c04;color:#fff}.c-numbers-theme--b90c04 .c-number__value::before{text-shadow:3px 1px 0 #b90c04}.c-numbers-theme--b90c04 .c-number__value::after{text-shadow:-2px 1px 0 #b90c04}.c-numbers-theme--b90c04 .e-section-title{color:#fff}.c-numbers-theme--b90c04 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--14436f{background-color:#14436f;color:#fff}.c-numbers-theme--14436f .c-number__value::before{text-shadow:3px 1px 0 #14436f}.c-numbers-theme--14436f .c-number__value::after{text-shadow:-2px 1px 0 #14436f}.c-numbers-theme--14436f .e-section-title{color:#fff}.c-numbers-theme--14436f .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--600d47{background-color:#600d47;color:#fff}.c-numbers-theme--600d47 .c-number__value::before{text-shadow:3px 1px 0 #600d47}.c-numbers-theme--600d47 .c-number__value::after{text-shadow:-2px 1px 0 #600d47}.c-numbers-theme--600d47 .e-section-title{color:#fff}.c-numbers-theme--600d47 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--1f419b{background-color:#1f419b;color:#fff}.c-numbers-theme--1f419b .c-number__value::before{text-shadow:3px 1px 0 #1f419b}.c-numbers-theme--1f419b .c-number__value::after{text-shadow:-2px 1px 0 #1f419b}.c-numbers-theme--1f419b .e-section-title{color:#fff}.c-numbers-theme--1f419b .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--d70a83{background-color:#d70a83;color:#fff}.c-numbers-theme--d70a83 .c-number__value::before{text-shadow:3px 1px 0 #d70a83}.c-numbers-theme--d70a83 .c-number__value::after{text-shadow:-2px 1px 0 #d70a83}.c-numbers-theme--d70a83 .e-section-title{color:#fff}.c-numbers-theme--d70a83 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--ffaf00{background-color:#ffaf00;color:#231f20}.c-numbers-theme--ffaf00 .c-number__value::before{text-shadow:3px 1px 0 #ffaf00}.c-numbers-theme--ffaf00 .c-number__value::after{text-shadow:-2px 1px 0 #ffaf00}.c-numbers-theme--0c387d{background-color:#0c387d;color:#fff}.c-numbers-theme--0c387d .c-number__value::before{text-shadow:3px 1px 0 #0c387d}.c-numbers-theme--0c387d .c-number__value::after{text-shadow:-2px 1px 0 #0c387d}.c-numbers-theme--0c387d .e-section-title{color:#fff}.c-numbers-theme--0c387d .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--8c4f94{background-color:#8c4f94;color:#fff}.c-numbers-theme--8c4f94 .c-number__value::before{text-shadow:3px 1px 0 #8c4f94}.c-numbers-theme--8c4f94 .c-number__value::after{text-shadow:-2px 1px 0 #8c4f94}.c-numbers-theme--8c4f94 .e-section-title{color:#fff}.c-numbers-theme--8c4f94 .e-section-title.e-section-title--vertical-line::before{background-color:#fff}.c-numbers-theme--83bd66{background-color:#83bd66;color:#231f20}.c-numbers-theme--83bd66 .c-number__value::before{text-shadow:3px 1px 0 #83bd66}.c-numbers-theme--83bd66 .c-number__value::after{text-shadow:-2px 1px 0 #83bd66}.c-numbers-theme--feda5e{background-color:#feda5e;color:#231f20}.c-numbers-theme--feda5e .c-number__value::before{text-shadow:3px 1px 0 #feda5e}.c-numbers-theme--feda5e .c-number__value::after{text-shadow:-2px 1px 0 #feda5e}.c-flipbook{margin:0 auto;max-width:1224px;position:relative;width:100%}.c-flipbook__slides{padding-bottom:128%;position:relative}@media screen and (min-width: 961px){.c-flipbook__slides{padding-bottom:64.3%}}.c-flipbook-slide{opacity:0;overflow:hidden;padding-bottom:64.3%;position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.c-flipbook-slide__panel{overflow:hidden;position:absolute;width:100%;height:100%}@media screen and (min-width: 961px){.c-flipbook-slide__panel{width:50%}}.c-flipbook-slide__panel--left{display:none;left:0}@media screen and (min-width: 961px){.c-flipbook-slide__panel--left{display:block}}.c-flipbook-slide__panel--right{right:0}.c-flipbook-slide__image,.c-flipbook-slide__details{background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;width:100%;height:100%}.c-flipbook-slide__image{background-color:#fff}.c-flipbook-slide__details{background-color:#231f20}.c-flipbook-slide--scroll-active .c-flipbook-slide__details{overflow:auto}.c-flipbook-slide__content{padding:70px 20px 0;position:relative;transform:translateX(0);z-index:100}@media screen and (min-width: 641px){.c-flipbook-slide__content{padding:100px 120px 0}}@media screen and (min-width: 961px){.c-flipbook-slide__content{padding:70px 70px 0}}@media screen and (min-width: 1224px){.c-flipbook-slide__content{padding:100px 70px 100px}}.c-flipbook-slide__cta{padding-top:20px;text-align:center}.c-flipbook-slide__bottom-image{display:none}@media screen and (min-width: 641px){.c-flipbook-slide__bottom-image{background-repeat:no-repeat;background-size:cover;background-position:center center;bottom:0;display:block;padding-bottom:64.3%;position:absolute;width:100%}}.c-flipbook-slide--active{opacity:1;z-index:200}.c-flipbook-slide--transition-in-from-left,.c-flipbook-slide--transition-out-from-left,.c-flipbook-slide--transition-in-from-right,.c-flipbook-slide--transition-out-from-right{opacity:1}.c-flipbook-slide--transition-in-from-left .c-flipbook-slide__image,.c-flipbook-slide--transition-in-from-left .c-flipbook-slide__details{-webkit-animation:panel-transition-in-from-left 0.3s ease-in-out;-moz-animation:panel-transition-in-from-left 0.3s ease-in-out;animation:panel-transition-in-from-left 0.3s ease-in-out}.c-flipbook-slide--transition-in-from-left .c-flipbook-slide__content{-webkit-animation:content-transition-in-from-left 0.6s ease-out;-moz-animation:content-transition-in-from-left 0.6s ease-out;animation:content-transition-in-from-left 0.6s ease-out}@keyframes panel-transition-in-from-left{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes content-transition-in-from-left{from{transform:translateX(-100%)}to{transform:translateX(0)}}.c-flipbook-slide--transition-in-from-right .c-flipbook-slide__image,.c-flipbook-slide--transition-in-from-right .c-flipbook-slide__details{transform:translateX(0)}.c-flipbook-slide--transition-in-from-right .c-flipbook-slide__content{-webkit-animation:content-transition-in-from-right 0.4s ease-out;-moz-animation:content-transition-in-from-right 0.4s ease-out;animation:content-transition-in-from-right 0.4s ease-out}@keyframes content-transition-in-from-right{from{transform:translateX(100%)}to{transform:translateX(0)}}.c-flipbook-slide--transition-out-from-right{z-index:300}.c-flipbook-slide--transition-out-from-right .c-flipbook-slide__image,.c-flipbook-slide--transition-out-from-right .c-flipbook-slide__details{-webkit-animation:panel-transition-out-from-right 0.3s ease-in-out;-moz-animation:panel-transition-out-from-right 0.3s ease-in-out;animation:panel-transition-out-from-right 0.3s ease-in-out}.c-flipbook-slide--transition-out-from-right.c-flipbook-slide--passive{z-index:100}@keyframes panel-transition-out-from-right{from{transform:translateX(0)}to{transform:translateX(-100%)}}.c-flipbook__controls{display:none}@media screen and (min-width: 961px){.c-flipbook__controls{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:400}.c-flipbook__controls .e-direction-btn{float:left}}@media screen and (min-width: 961px){.c-flipbook__controls--enabled{display:block}}.c-flipbook__pagination{display:none;padding:30px 30px 20px;text-align:center}.c-flipbook__pagination--enabled{display:block}@media screen and (min-width: 1025px){.container:not(.container--sidebar) .c-flipbook-slide__content{padding:100px 70px 100px}}@media screen and (min-width: 1025px){.container--sidebar .c-flipbook-slide__content{padding:30px 50px 30px}}@media screen and (min-width: 1224px){.container--sidebar .c-flipbook-slide__content{padding:100px 70px 100px}}@media screen and (min-width: 1025px){.container--sidebar .c-flipbook-slide__bottom-image{display:none}}@media screen and (min-width: 1224px){.container--sidebar .c-flipbook-slide__bottom-image{display:block}}.c-icons{padding-top:40px;padding-bottom:10px}.c-icons-grid{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.c-icon{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-content:flex-start;-moz-align-content:flex-start;align-content:flex-start;-ms-flex-line-pack:start;margin:0;width:50%;padding:0 10px 70px}@media screen and (min-width: 641px){.c-icon{width:25%}}@media screen and (min-width: 961px){.c-icon{width:16.66%}}.c-icon-image{display:inline-block;margin:0 auto;width:60px;height:60px}.c-icon-label{color:#231f20;font-weight:900;font-size:1rem;line-height:1rem;margin:0 auto;padding-top:18px;text-align:center;text-transform:uppercase}.c-photo-gallery{padding-top:40px;transition:background-color 0.2s ease-out}.c-photo-gallery--padding-top-100{padding-top:100px}.c-photo-gallery__row{max-width:100%;margin-left:auto;margin-right:auto;max-width:1440px;padding-right:20px;padding-left:20px}.c-photo-gallery__row:before,.c-photo-gallery__row:after{content:"";display:table}.c-photo-gallery__row:after{clear:both}.c-photo-gallery__column{float:left;display:block;margin-right:2.35765%;width:100%}.c-photo-gallery__column:last-child{margin-right:0}@media screen and (min-width: 641px) and (max-width: 1024px){.c-photo-gallery__column{float:left;display:block;margin-right:2.35765%;width:82.94039%;margin-left:8.5298%}.c-photo-gallery__column:last-child{margin-right:0}}@media screen and (min-width: 1025px){.c-photo-gallery__column{float:left;display:block;margin-right:2.35765%;width:48.82117%;margin-left:25.58941%}.c-photo-gallery__column:last-child{margin-right:0}}.c-photo-gallery__container{position:relative}.c-photo-gallery__indicator{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;background-color:rgba(35,31,32,0.8);height:50px;padding:0 25px;position:absolute;top:0;right:0;z-index:100}.c-photo-gallery__index-indicator{color:#fff;font-size:.75rem;letter-spacing:.09375rem;line-height:.875rem;margin:auto 15px auto auto;text-align:center}@media screen and (max-width: 640px){.c-photo-gallery__index-indicator{color:#231f20;position:absolute;text-align:right;top:-25px;left:0;width:100%}}@media screen and (min-width: 641px){.c-photo-gallery__index-indicator{min-width:48px}}.c-photo-gallery__expand-control,.c-photo-gallery__close-control{background:none;border:none;cursor:pointer;line-height:0;margin:auto 0;padding:0}@media screen and (min-width: 961px){.c-photo-gallery__expand-control:focus,.c-photo-gallery__close-control:focus{outline:1px dotted #fff}}.c-photo-gallery__close-control{display:none}.c-photo-gallery-image__container{background:#e2e1dc;padding-bottom:64.3%;position:relative;width:100%}.c-photo-gallery-image__container-inner{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;overflow:hidden;position:absolute;width:100%;height:100%}.c-photo-gallery-image__container-inner .c-inline-image__image{margin:0;width:auto;height:100%}.c-photo-gallery__container{margin-top:25px}@media screen and (min-width: 961px){.c-photo-gallery__container{margin-top:0}}.c-photo-gallery__container .owl-carousel .owl-item img.c-inline-image__image{width:auto}@media screen and (min-width: 641px){.c-photo-gallery-image{padding-right:1px;padding-left:1px}}@media screen and (min-width: 641px){.c-photo-gallery-image .c-image-caption{opacity:0;transition:opacity 0.2s ease-out}}.c-photo-gallery__inline-image--active .c-photo-gallery-image .c-image-caption{transition-delay:0.75s;transition-duration:0.5s;opacity:1}.c-photo-gallery__caption-control{display:none}@media screen and (max-width: 640px){.c-photo-gallery .c-image-caption{margin-right:0;margin-left:0}}.c-photo-gallery--modal{background-color:#231f20;position:fixed;overflow:hidden;width:100vw;height:100vh;top:0;left:0;z-index:1000;padding-top:0}.c-photo-gallery--modal .c-photo-gallery__row{padding:0;max-width:100%}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery__row{padding-right:30px;padding-left:30px}}.c-photo-gallery--modal .c-photo-gallery__column{float:left;display:block;margin-right:2.35765%;width:100%;margin-left:0%}.c-photo-gallery--modal .c-photo-gallery__column:last-child{margin-right:0}.c-photo-gallery--modal .e-section-title{display:none}.c-photo-gallery--modal .c-photo-gallery__container{padding:0}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery__container{margin-top:0}}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery__container{height:100vh;padding-top:70px;padding-bottom:70px}}.c-photo-gallery--modal .c-photo-gallery__indicator{background:#231f20;opacity:1;padding:0;position:fixed;top:0;width:100%;height:70px}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery__indicator{background:transparent;position:absolute;top:25px;right:0;width:auto;height:auto}}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery__index-indicator{display:none}}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery__index-indicator{font-size:1.125rem;letter-spacing:.14062rem;line-height:1.375rem;margin-right:20px}}.c-photo-gallery--modal .c-photo-gallery__expand-control{display:none}.c-photo-gallery--modal .c-photo-gallery__close-control{display:inline-block}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery__close-control{position:absolute;top:25px;right:20px}}@media screen and (min-width: 641px) and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery__close-control{right:25px}}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery__images{overflow:auto;padding:0 0 110px;position:fixed;top:70px;width:100vw;height:calc(100vh - 70px);-webkit-overflow-scrolling:touch}}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery__images .owl-item{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}}.c-photo-gallery--modal .c-photo-gallery-image__container{background:none;padding-bottom:0}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery-image__container{height:calc(100vh - 140px)}}.c-photo-gallery--modal .c-photo-gallery-image__container-inner{position:relative}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery-image__container-inner{-webkit-box-pack:unset;-moz-box-pack:unset;box-pack:unset;-webkit-justify-content:unset;-moz-justify-content:unset;-ms-justify-content:unset;-o-justify-content:unset;justify-content:unset;-ms-flex-pack:unset;-webkit-align-content:unset;-moz-align-content:unset;align-content:unset;-ms-flex-line-pack:unset;display:block;height:auto}}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery-image__container-inner{width:auto}}.c-photo-gallery--modal .c-photo-gallery-image__container-inner .c-inline-image__image{margin:0}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-photo-gallery-image__container-inner .c-inline-image__image{width:100%;height:auto}}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery-image{display:inline-block;max-width:100%}}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery-image__caption-container{background-color:rgba(35,31,32,0.8);bottom:0;opacity:0;padding:20px;position:absolute;transform:translateY(100%);transition:opacity 0.25s ease-out 0.6s, transform 0.25s ease-out;width:100%}}.c-photo-gallery--modal .c-photo-gallery__inline-image--active .c-photo-gallery-image__caption-container{opacity:1}.c-photo-gallery--modal .c-photo-gallery-image__caption-container--visible{transform:translateY(0)}.c-photo-gallery--modal .c-image-caption{border-color:#fff;color:#fff;opacity:1}@media screen and (max-width: 960px){.c-photo-gallery--modal .c-image-caption{margin-right:20px;margin-left:20px}}.c-photo-gallery--modal .c-image-caption__title{color:#fff}@media screen and (min-width: 961px){.c-photo-gallery--modal .c-photo-gallery__caption-control{background:none;border:none;bottom:20px;right:0;color:#fff;cursor:pointer;display:inline-block;font-weight:700;font-size:.75rem;line-height:.875rem;padding:8px 10px;position:absolute;text-transform:uppercase}.c-photo-gallery--modal .c-photo-gallery__caption-control:focus{outline:1px dotted #fff}}.t-bg-texture,.t-bg-texture--grain,.t-bg-texture--brand,.t-bg-texture--brand-clif,.t-bg-texture--brand-luna,.t-bg-texture--brand-clif-kid{background-repeat:repeat}.t-bg-texture--grain{background-image:url("/static/img/backgrounds/grain-texture-bg.jpg")}.t-bg-texture--brand{background-position:center center}.t-bg-texture--brand-clif{background-position:center center;background-image:url("/static/img/brands/clif-bg-lg.jpg")}.t-bg-texture--brand-luna{background-position:center center;background-image:url("/static/img/brands/luna-bg-lg.jpg")}.t-bg-texture--brand-clif-kid{background-position:center center;background-image:url("/static/img/brands/clif-kid-bg-lg.jpg")}.t-bg-color--default,.t-who-we-are__our-values-bg,.t-who-we-are__aspirations-grid-bg{background-color:#f7f6f2}.t-bg-color--dark{background-color:#eeede9}.t-bg-color--black{background-color:#231f20}.t-bg-color--white{background-color:#fff}.t-bg-color--sponsorship{background-color:#f7f6f2}.t-bg-color--featured-event{background-color:#f7f6f2}.t-product-sidebar-shop__button{margin:0}@media screen and (max-width: 1024px){.t-product-sidebar-shop__button{margin:0 10px;padding-right:25px;padding-left:50px}.t-product-sidebar-shop__button::before{left:50%;transform:translateX(-100px) translateY(-50%)}}.t-product-sidebar__content{height:calc(100vh - 166px);margin-top:166px;padding-top:0;padding-bottom:80px}@media screen and (min-width: 1025px){.t-product-sidebar__content{height:calc(100vh - (70px + 148px));margin-top:148px}}@media screen and (min-width: 1025px){.t-sidebar-header--texture{background-image:url("/static/img/texture-bg.jpg")}}.t-product-sidebar-header--brand{background-repeat:repeat;background-size:auto;background-position:center center}.t-product-sidebar-header--brand-clif{background-image:url("/static/img/brands/clif-bg-sm.jpg");background-repeat:repeat;background-size:auto;background-position:center center}.t-product-sidebar-header--brand-luna{background-image:url("/static/img/brands/luna-bg-sm.jpg");background-repeat:repeat;background-size:auto;background-position:center center}.t-product-sidebar-header--brand-clif-kid{background-image:url("/static/img/brands/clif-kid-bg-sm.jpg");background-repeat:repeat;background-size:auto;background-position:center center}.t-product__bg-col{background-color:#f7f6f2}.t-width-quarter{width:24.5%}.t-width-third{width:33%}.t-width-half{width:49.5%}.t-spacer,.t-nutrition__spacer,.t-spacer__event{background-color:#231f20;text-align:center;line-height:2}.t-nutrition__spacer{padding:0}.t-spacer__text{color:#fff;text-transform:uppercase}.t-nutrition__text-sm{font-size:0.8em}.t-nutrition__left{float:left}.t-nutrition__right{float:right}.t-nutrition__font-xs{font-size:0.5em}.t-product-btn__buy-now{padding-left:65px;padding-right:35px;width:100%}.t-product-btn__buy-now::before{left:50%;transform:translateX(-50px) translateY(-50%)}@media screen and (min-width: 641px){.t-product-btn__buy-now{width:auto}.t-product-btn__buy-now::before{left:35px;transform:translateY(-50%)}}.t-video__title{text-align:center;background-color:#f7f6f2;padding-top:10%}@media screen and (min-width: 1025px){.t-video__title{display:none}}@media screen and (min-width: 641px){.t-carousel--container{display:none}}@media screen and (max-width: 640px){.t-carousel--container{width:100%;padding:5% 0 10% 0}}.t-carousel--marker{width:10px;height:10px;background-color:#939696;display:inline-block;margin:1%}.background-light{background-color:#f7f6f2}.background-dark{background-color:#f7f6f2}.background-footer{background-color:#f7f6f2}.t-nutrition__container-full-width{width:100%}.t-nutrition__product-content .b-title,.t-nutrition__product-content .c-full-width-tout__content__profile-link,.t-nutrition__product-content .c-full-width-tout__content__profile-title,.t-nutrition__product-content .t-athlete-bio .c-textbox__content .b-description strong,.t-athlete-bio .c-textbox__content .b-description .t-nutrition__product-content strong,.t-nutrition__product-content .t-athlete-bio .c-textbox__content p strong,.t-athlete-bio .c-textbox__content p .t-nutrition__product-content strong,.t-nutrition__product-content .t-athlete-bio .c-textbox__content .c-results__description strong,.t-athlete-bio .c-textbox__content .c-results__description .t-nutrition__product-content strong,.t-nutrition__product-content .t-athlete-bio .c-textbox__content .t-diet__description strong,.t-athlete-bio .c-textbox__content .t-diet__description .t-nutrition__product-content strong,.t-nutrition__product-content .c-results__title,.t-nutrition__product-content .c-suggestion__divider h3,.c-suggestion__divider .t-nutrition__product-content h3,.t-nutrition__product-content .c-product-slider__divider h3,.c-product-slider__divider .t-nutrition__product-content h3,.t-nutrition__product-content .c-slider__profile-link,.t-nutrition__product-content .c-utilities__link,.t-nutrition__product-content .c-slider__profile-title,.t-nutrition__product-content .c-utilities__more-link,.t-nutrition__product-content .c-utilities__view-product{margin-top:0px}.t-nutrition__product-content .b-description,.t-nutrition__product-content .t-athlete-intro .c-textbox__content .b-description strong p,.t-athlete-intro .c-textbox__content .b-description strong .t-nutrition__product-content p,.t-nutrition__product-content .c-textbox__content p,.c-textbox__content .t-nutrition__product-content p,.t-nutrition__product-content .c-results__description,.t-nutrition__product-content .t-diet__description{margin-top:-6px}.t-nutrition__nutritional-disclaimer{font-size:.75rem}.t-nutrition__container-half-width{width:100%}@media screen and (min-width: 1025px){.t-nutrition__container-half-width{width:50%;float:left}}.t-nutrition__container-full-width .t-nutrition__product{width:100%;float:left;padding-bottom:14px}@media screen and (min-width: 1025px){.t-nutrition__container-full-width .t-nutrition__product{width:33.33%;padding-bottom:0}}.t-nutrition__container-full-width .t-nutrition__product-content{width:100%;padding:0 5% 0;float:left;text-align:center}@media screen and (min-width: 1025px){.t-nutrition__container-full-width .t-nutrition__product-content{width:66.66%;text-align:left}}.t-nutrition__product-inner-content{padding:3% 0;width:100%;float:left;text-align:center}@media screen and (min-width: 1025px){.t-nutrition__product-inner-content{width:48%;margin-right:2%}}.t-nutrition__product-inner-content img{max-width:100%;height:150px}@media screen and (min-width: 641px){.t-nutrition__product-inner-content img{height:auto}}.t-nutrition__product-inner-content-text{text-align:center}.t-nutrition__product-inner-content-text .b-heading,.t-nutrition__product-inner-content-text .c-textbox__quote,.t-nutrition__product-inner-content-text .t-athlete-intro .c-textbox__content .b-description strong,.t-athlete-intro .c-textbox__content .b-description .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .t-athlete-intro .c-textbox__content p strong,.t-athlete-intro .c-textbox__content p .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .t-athlete-intro .c-textbox__content .c-results__description strong,.t-athlete-intro .c-textbox__content .c-results__description .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .t-athlete-intro .c-textbox__content .t-diet__description strong,.t-athlete-intro .c-textbox__content .t-diet__description .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .c-textbox__description--generic h1,.c-textbox__description--generic .t-nutrition__product-inner-content-text h1,.t-nutrition__product-inner-content-text .c-textbox__description--generic h2,.c-textbox__description--generic .t-nutrition__product-inner-content-text h2,.t-nutrition__product-inner-content-text .c-textbox__description--generic h3,.c-textbox__description--generic .t-nutrition__product-inner-content-text h3,.t-nutrition__product-inner-content-text .c-textbox__description--generic h4,.c-textbox__description--generic .t-nutrition__product-inner-content-text h4,.t-nutrition__product-inner-content-text .c-textbox__description--generic h5,.c-textbox__description--generic .t-nutrition__product-inner-content-text h5,.t-nutrition__product-inner-content-text .c-textbox__description--generic h6,.c-textbox__description--generic .t-nutrition__product-inner-content-text h6,.t-nutrition__product-inner-content-text .c-slider__profile-heading,.t-nutrition__product-inner-content-text .t-diet__heading{font-size:15.5px;letter-spacing:.7px;line-height:16.5px}.t-nutrition__product-inner-content-text .b-description,.t-nutrition__product-inner-content-text .t-athlete-intro .c-textbox__content .b-description strong p,.t-athlete-intro .c-textbox__content .b-description strong .t-nutrition__product-inner-content-text p,.t-nutrition__product-inner-content-text .c-textbox__content p,.c-textbox__content .t-nutrition__product-inner-content-text p,.t-nutrition__product-inner-content-text .c-results__description,.t-nutrition__product-inner-content-text .t-diet__description{font-size:12.5px;letter-spacing:.5px}.t-nutrition__product-inner-content-text .t-spacer,.t-nutrition__product-inner-content-text .t-nutrition__spacer,.t-nutrition__product-inner-content-text .t-spacer__event{display:none}.t-nutrition__product-inner-content-text .b-title,.t-nutrition__product-inner-content-text .c-full-width-tout__content__profile-link,.t-nutrition__product-inner-content-text .c-full-width-tout__content__profile-title,.t-nutrition__product-inner-content-text .t-athlete-bio .c-textbox__content .b-description strong,.t-athlete-bio .c-textbox__content .b-description .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .t-athlete-bio .c-textbox__content p strong,.t-athlete-bio .c-textbox__content p .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .t-athlete-bio .c-textbox__content .c-results__description strong,.t-athlete-bio .c-textbox__content .c-results__description .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .t-athlete-bio .c-textbox__content .t-diet__description strong,.t-athlete-bio .c-textbox__content .t-diet__description .t-nutrition__product-inner-content-text strong,.t-nutrition__product-inner-content-text .c-results__title,.t-nutrition__product-inner-content-text .c-suggestion__divider h3,.c-suggestion__divider .t-nutrition__product-inner-content-text h3,.t-nutrition__product-inner-content-text .c-product-slider__divider h3,.c-product-slider__divider .t-nutrition__product-inner-content-text h3,.t-nutrition__product-inner-content-text .c-slider__profile-link,.t-nutrition__product-inner-content-text .c-utilities__link,.t-nutrition__product-inner-content-text .c-slider__profile-title,.t-nutrition__product-inner-content-text .c-utilities__more-link,.t-nutrition__product-inner-content-text .c-utilities__view-product{margin-bottom:22px}.t-nutrition__product-inner-content-text .e-link{margin-bottom:24px}@media screen and (min-width: 1025px){.t-nutrition__product-inner-content-text{text-align:left}.t-nutrition__product-inner-content-text .t-spacer,.t-nutrition__product-inner-content-text .t-nutrition__spacer,.t-nutrition__product-inner-content-text .t-spacer__event{display:block}}.t-nutrition__container-half-width .t-nutrition__product-inner-content-text{text-align:center;width:100%}@media screen and (min-width: 1025px){.t-nutrition__container-half-width .t-nutrition__product-inner-content-text{padding-top:10%;width:30%;float:left;text-align:left}}.t-nutrition__container-full-width .t-nutrition__table-container{padding-top:20px;width:90%;margin:0 auto;border-top:1px solid #c5c4c1}.t-nutrition__container-full-width .t-nutrition__table-container img{max-width:100%}.t-nutrition__container-half-width .t-nutrition__product{width:100%}.t-nutrition__container-half-width .t-nutrition__product-content{padding:5% 3%;width:75%;margin:0 auto;text-align:center}@media screen and (min-width: 1025px){.t-nutrition__container-half-width .t-nutrition__product-content{text-align:left}}.t-nutrition__container-half-width .t-nutrition__product-inner-content{padding:3% 0;width:100%;float:left;text-align:center}@media screen and (min-width: 1025px){.t-nutrition__container-half-width .t-nutrition__product-inner-content{width:50%}}.t-nutrition__container-half-width .t-nutrition__product-inner-content{width:100%}@media screen and (min-width: 1025px){.t-nutrition__container-half-width .t-nutrition__product-inner-content{width:50%;float:left;text-align:center}}.t-nutrition__container-half-width .t-nutrition__table-container{margin:0 auto;width:90%}.t-nutrition__container-full-width .t-nutrition__table-container img{max-width:100%}.t-nutrition__product-content-text{text-align:left}.t-nutrition__table-img{max-width:100%;display:block;margin:0 auto}.t-product-disclaimer,.t-nutrition-disclaimer{font-style:italic}.t-product-disclaimer{margin-top:0;margin-left:15px;margin-bottom:20px;text-align:left}.t-home__bg{height:100vh;width:100%;background-color:rgba(0,0,0,0.1);background-position:center center;background-size:cover;background-repeat:no-repeat}@media screen and (min-width: 641px){.t-home__bg--mobile{display:none}}@media screen and (max-width: 640px){.t-home__bg--tablet{display:none}}@media screen and (min-width: 1025px){.t-home__bg--tablet{display:none}}.t-home__video{display:none}@media screen and (min-width: 1025px){.t-home__video{display:block;min-width:100%;min-height:100%;background-color:rgba(0,0,0,0.1)}}video.t-home__bg-large{display:none;background-color:rgba(0,0,0,0.1)}@media screen and (min-width: 1025px){video.t-home__bg-large{display:block;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background:url("/static/img/home-video.jpg") no-repeat;background-size:cover}}.home-bg__wrapper{position:relative;height:100vh;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}.home-bg__wrapper--active{cursor:url("/static/img/close.png"),url("/static/img/close.cur"),auto}.home-bg__wrapper--active .c-recommendation-selector__title{cursor:url("/static/img/close.png"),url("/static/img/close.cur"),auto}.home-bg__wrapper__close{position:absolute;top:10%;width:24px;height:24px;left:50%;margin-left:-12px;cursor:pointer;z-index:99999}@media screen and (min-width: 1025px){.home-bg__wrapper__close{display:none}}.home_bg{position:absolute;top:0;left:0;width:100%;height:100vh;transition:0.5s all ease;overflow:hidden}.home_bg img{height:100%;width:auto;margin:0 auto}.t-home__natural-bg{background-repeat:repeat;height:auto;background-position:0 100%;background-size:50%}.t-home__crossed-bars{background-position:50% 50%}@media screen and (max-width: 640px){.t-home__crossed-bars{display:none}}@media screen and (max-width: 736px) and (orientation: landscape){.t-home__crossed-bars{background:none}}.t-home__btn{background-color:transparent;color:#000;text-transform:uppercase;display:block}.t-home__vert-divider{padding-top:7%}@media screen and (max-width: 640px){.t-home__vert-divider{padding-top:10%}}.t-home-results__mobile{background-size:cover}@media screen and (max-width: 640px){.t-home-results__mobile{height:auto}}@media screen and (min-width: 641px) and (max-width: 1024px){.t-home-results__mobile{height:auto}}@media screen and (min-width: 641px){.t-home__natural-bg{display:none}}.t-home__brands{width:80%;margin:0 auto;height:auto;font-weight:700;text-align:center;overflow:hidden;padding-bottom:2%}@media screen and (min-width: 641px){.t-home__brands{width:40%;padding:3% 0 1% 0}}.t-home__brands a{display:inline-block}.t-home__brands a .t-home__btn{margin:0 auto;display:block}.t-results__show{overflow:visible}.t-home__results{height:auto;overflow:auto;position:relative;vertical-align:middle;padding:100px 0}@media screen and (min-width: 1025px){.t-home__results{padding:0 0}}.t-brand,.t-clif__brand,.t-luna__brand,.t-kids__brand{margin:0;background-size:cover;background-repeat:no-repeat;background-position:center center;min-height:52vh;position:relative;width:33.33%;float:left}@media screen and (max-width: 640px){.t-brand,.t-clif__brand,.t-luna__brand,.t-kids__brand{width:100%;min-height:50vh}}@media screen and (min-width: 641px) and (max-width: 1024px){.t-brand,.t-clif__brand,.t-luna__brand,.t-kids__brand{width:100%;min-height:50vh}}.t-brand a,.t-clif__brand a,.t-luna__brand a,.t-kids__brand a{position:absolute;height:100%;width:100%}@media screen and (orientation: landscape){.t-brand,.t-clif__brand,.t-luna__brand,.t-kids__brand{width:33.33%}}.vert-divider,.c-pace__vert-divider{margin:0 auto;display:block;text-align:center;padding-top:2%;text-transform:uppercase}@media screen and (min-width: 1025px){.vert-divider,.c-pace__vert-divider{padding-top:3%}}.t-home__brands-logo{max-width:150px;left:50%;top:50%;position:absolute;transform:translate(-50%, -50%)}.e-panel__bg--blur{-webkit-filter:blur(20px);-moz-filter:blur(20px);-o-filter:blur(20px);-ms-filter:blur(20px);filter:blur(20px)}.t-home__dimmed:before{content:" ";display:block;position:absolute;height:100%;top:0;left:0;right:0;background:rgba(255,255,255,0.1)}body.t-page-home{padding-top:0}.t-home__scroll{display:block}@media screen and (max-width: 640px){.t-home__scroll{display:none !important}}@media screen and (min-width: 641px) and (max-width: 1024px){.t-home__scroll{display:none}}_:-ms-fullscreen,:root .home-bg__wrapper__close{display:block}_:-ms-fullscreen,:root .e-panel__bg--blur{background-color:#000;transition:.25s background-color ease-in-out}_:-ms-fullscreen .t-home__bg,_:-ms-fullscreen .t-home__video,:root .e-panel__bg--blur .t-home__bg,:root .e-panel__bg--blur .t-home__video{opacity:0.4;transition:.25s opacity ease-in-out}_:-ms-fullscreen.disable-scroll,:root .t-page-home.disable-scroll{overflow:scroll}@supports (-ms-ime-align: auto){{}.home-bg__wrapper__close{display:block}.e-panel__bg--blur{background-color:#000;transition:.25s background-color ease-in-out}.e-panel__bg--blur .t-home__bg,.e-panel__bg--blur .t-home__video{opacity:0.4;transition:.25s opacity ease-in-out}.t-page-home.disable-scroll{overflow:scroll}}@media screen and (max-width: 640px){.event_bg{background-position:72% 50%}}@media screen and (min-width: 641px) and (max-width: 1024px){.event_bg{background-position:76% 50%}}@media screen and (min-width: 1025px){.event_bg{background-position:50% 100%}}.t-vert__divider-event{display:none;margin:0 auto}@media screen and (min-width: 1025px){.t-vert__divider-event{display:block}}.t-event--text__outer-container{background-color:#f7f6f2}.t-spacer__event{background-color:#fff;margin:0;padding-bottom:3%}@media screen and (min-width: 1025px){.t-spacer__event{display:none}}.t-spacer__text-event,.t-spacer__text-event-inner{color:#000;letter-spacing:2px;font-size:1em;display:inline-block}.t-spacer__text-event-inner{display:block}#t-events__arrow{display:inline-block;max-width:20px;padding-left:5px}#t-events__container{background-color:#fff}.t-events--inner{margin:0 auto;max-width:50%;text-align:center}.t-events--inner-img{max-width:150px}.swivel{transform-origin:center;transform:rotate(180deg)}.t-marathon{text-align:center}.t-marathon__text{text-align:center}@media screen and (max-width: 640px){.t-marathon__text{font-size:1.5em;margin-top:10%}}@media screen and (min-width: 1025px){.t-marathon__text{margin-top:2%}}.t-marathon__heading{text-align:center}@media screen and (max-width: 640px){.marathon_bg{background-position:72% 70px}}@media screen and (min-width: 641px) and (max-width: 1024px){.marathon_bg{background-position:70% 70px}}@media screen and (min-width: 1025px){.marathon_bg{background-position:0% 70px}}.t-marathon-button{padding-top:5%}.t-video__container{background-color:#fff}.t-video__info{color:#fff}.c-event__feature-learn .b-title,.c-event__feature-learn .c-full-width-tout__content__profile-link,.c-event__feature-learn .c-full-width-tout__content__profile-title,.c-event__feature-learn .t-athlete-bio .c-textbox__content .b-description strong,.t-athlete-bio .c-textbox__content .b-description .c-event__feature-learn strong,.c-event__feature-learn .t-athlete-bio .c-textbox__content p strong,.t-athlete-bio .c-textbox__content p .c-event__feature-learn strong,.c-event__feature-learn .t-athlete-bio .c-textbox__content .c-results__description strong,.t-athlete-bio .c-textbox__content .c-results__description .c-event__feature-learn strong,.c-event__feature-learn .t-athlete-bio .c-textbox__content .t-diet__description strong,.t-athlete-bio .c-textbox__content .t-diet__description .c-event__feature-learn strong,.c-event__feature-learn .c-results__title,.c-event__feature-learn .c-suggestion__divider h3,.c-suggestion__divider .c-event__feature-learn h3,.c-event__feature-learn .c-product-slider__divider h3,.c-product-slider__divider .c-event__feature-learn h3,.c-event__feature-learn .c-slider__profile-link,.c-event__feature-learn .c-utilities__link,.c-event__feature-learn .c-slider__profile-title,.c-event__feature-learn .c-utilities__more-link,.c-event__feature-learn .c-utilities__view-product{color:#fff}.t-events__bg-col{background-color:#f7f6f2}.t-newsroom__press-btn--padding-top{padding-top:20px}.t-newsroom__blogger-image{background-position:center center;background-repeat:no-repeat;background-size:cover;display:none}@media screen and (min-width: 641px){.t-newsroom__blogger-image{display:block;width:50%}}@media screen and (min-width: 641px){.t-newsroom__blogger-content{width:50%}}.t-newsroom__blogger-text{margin:0 auto;padding-bottom:60px;width:190px}@media screen and (min-width: 641px){.t-newsroom__blogger-text{width:330px}}.t-newsroom__blogger-heading{padding-bottom:20px}@media screen and (min-width: 641px){.t-who-we-are__our-values-bg{background-image:url("/static/img/backgrounds/grain-texture-bg.jpg");background-repeat:repeat}}@media screen and (min-width: 641px){.t-who-we-are__aspirations-grid-bg{background-color:#fff}}.c-timeline-wrapper{background-color:#f7f6f2;margin:0;padding-bottom:100px}.c-timeline-container{width:100%;padding:0 10px}@media screen and (min-width: 641px){.c-timeline-container{margin:0 auto;padding:0}}.t-who-we-are__careers-section-text h1,.t-who-we-are__careers-section-text h2,.t-who-we-are__careers-section-text h3,.t-who-we-are__careers-section-text h4,.t-who-we-are__careers-section-text h5,.t-who-we-are__careers-section-text h6{margin-bottom:20px}.t-who-we-are__bg-col{background-color:#f7f6f2}.t-who-we-are__remove-padding{padding-top:0;padding-bottom:0}.t-who-we-are__textbox-margin{margin:0 auto}.t-who-we-are__button{margin:50px auto}.t-stats{margin:0 auto;overflow:visible}@media screen and (min-width: 641px){.t-stats{max-width:760px}}.t-stats__outer-container{width:100%;padding-bottom:50px}.t-stats__outer-container:last-child{padding-bottom:0}@media screen and (min-width: 641px){.t-stats__outer-container{width:33.33%;padding:0 35px;float:left}}.t-stats__inner-container{text-align:center}.t-stats__number-container{text-align:center;position:relative;display:inline-block}.t-stats__number{font-size:5rem;font-weight:900;letter-spacing:0.025em;line-height:4.75rem}.t-stats__number:after{display:block;font-size:1.5rem;font-weight:900;letter-spacing:0.05em;line-height:1.5rem;position:absolute;text-shadow:-2px 1px 0 #f7f6f2;top:5px;left:100%;margin-left:-15px;content:attr(data-symbol)}.t-stats__number:before{display:block;font-size:1.5rem;font-weight:900;letter-spacing:0.05em;line-height:1.5rem;position:absolute;text-shadow:3px 1px 0 #f7f6f2;top:5px;left:100%;margin-left:-15px;content:attr(data-symbol)}.t-stats__overlay{display:none}.t-stats__text-container{max-width:230px;margin:0 auto;padding-top:20px}@media screen and (min-width: 641px){.t-stats__text-container{max-width:200px}}.t-stats__text{display:block;font-size:.875rem;font-weight:900;letter-spacing:0.05em;line-height:1rem;text-transform:uppercase;text-align:center}.t-who-we-are__zero-waste-text{text-align:left;padding:0}.t-who-we-are__zero-waste-text p{font-size:.875rem;line-height:1.3125rem}.t-who-we-are__zero-waste-text a{font-weight:700}.t-who-we-are__zero-waste-text a:hover{text-decoration:underline}.t-who-we-are__brand-family{width:50%;margin:0 auto}@media screen and (min-width: 1025px){.t-who-we-are__brand-family{width:31.33%;margin:1%;float:left}}.t-who-we-are__brand{height:45%;position:relative;object-fit:cover;background-repeat:no-repeat}.t-who-we-are__brand-img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:150px}.t-who-we-are__brand-text{text-transform:uppercase;text-align:center;font-weight:900;letter-spacing:1px;padding:1% 0}.t-error-page__hero-bg{position:relative}.t-error-page__bg{background-color:#f7f6f2;position:relative}.t-error-page__hero{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.t-error-page__hero-title{margin-bottom:0;padding-bottom:0}.t-error-page__title{padding-bottom:10%}.t-error-page__heading{width:90%;margin:0 auto;padding:5% 0}.t-error-page__description{padding:0 0 10% 0}.t-error-page__button{margin:10px auto 100px auto}.t-textbox{padding:25px}.t-utilities__bg-col{background-color:#f7f6f2}.t-textbox__content{max-width:750px;margin:60px auto 0 auto}.t-diet__heading{font-size:1.25em;text-align:center}.t-diet__description{font-size:0.8em;text-transform:uppercase;font-weight:700}.t-diet__spacer,.t-diet__result-inner-container{padding:5px 0}.t-utilities__spacer-text-container-small{width:12.5%}.t-utilities__spacer-text-container-large{width:25%}.t-utilities__results-answer{border:none;min-height:auto;padding-top:0}@media screen and (min-width: 1025px){.t-utilities__results-answer.h-hide-desk{display:none}}.t-utilities-results__img-container{width:10%;float:left}.t-utilities__content{padding-bottom:3%}.t-utilities__content-heading{padding-bottom:10%}.t-utilities__spacer-text{padding-left:10%}.t-page-newsletter .t-textbox__content a{font-weight:700}.t-newsletter__sign-up-checkbox-container{max-width:60%;margin:0 auto 50px auto;overflow:visible}@media screen and (max-width: 1024px){.t-newsletter__sign-up-checkbox-container{max-width:100%}}.t-newsletter__sign-up-checkbox{text-align:left;float:left;padding:0 7.5%;position:relative;margin-bottom:10px}.t-newsletter__sign-up-checkbox-container .t-newsletter__sign-up-group{width:50%}.t-newsletter__sign-up-privacy{margin:0 auto 20px auto}.t-newsletter__checkbox{position:absolute;top:50%;left:0;transform:translate(50%, -50%);opacity:1 !important}.t-utilities__error-text{text-align:center}.t-utilities__confirmation-heading{max-width:50%;margin:0 auto;padding:3% 0}@media screen and (max-width: 640px){.t-newsletter__half-form{width:100%}}@media screen and (min-width: 641px){.t-faq-section-heading--max-width{max-width:600px}}@media screen and (min-width: 641px){.t-faq-section-text--max-width{max-width:600px}}.t-faq-section-text--padding-bottom{padding-bottom:80px}.t-legal__header{padding:5% 0}.t-legal__hero-title{font-size:1.8em;text-align:center;color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:5px;line-height:.9}.t-legal__hero-title small{font-size:45%;letter-spacing:2px}@media screen and (min-width: 641px) and (max-width: 1024px){.t-legal__hero-title{font-size:4em}}@media screen and (min-width: 1025px){.t-legal__hero-title{font-size:4.375rem}}.t-textbox__content{max-width:650px}.t-legal__title{font-size:0.8em;padding:0 0 3% 0}.t-legal__description{width:75%;margin:0 auto}.t-legal__lower-title{font-size:1em;padding:5% 0;font-weight:900;text-align:center;margin:0 auto}.t-legal__textbox{text-align:center}.t-legal__footer-blog{font-size:16px;font-weight:900;letter-spacing:0.1em;text-transform:uppercase}.t-legal__blog__description{font-size:12px !important}@media screen and (min-width: 641px){.t-legal__content-heading{max-width:690px}}.t-legal__rich-text{padding-top:20px}@media screen and (min-width: 641px){.t-legal__rich-text{padding-top:75px}}.t-legal__rich-text h2{font-size:.75rem;letter-spacing:0.2em;line-height:.75rem;margin-bottom:0;text-transform:uppercase}@media screen and (min-width: 1025px){.t-legal__rich-text h2{font-size:.625rem;line-height:.625rem}}.t-legal__rich-text h2+h3{margin-top:10px}.t-article-rich-text p,.t-article-rich-text h1,.t-article-rich-text h2,.t-article-rich-text h3,.t-article-rich-text h4,.t-article-rich-text h5,.t-article-rich-text h6,.t-article-rich-text ul,.t-article-rich-text ol{letter-spacing:0;margin-right:auto;margin-left:auto}.t-article-rich-text figure{margin:auto}.t-article-rich-text img{display:block;margin:30px auto}.t-article-rich-text p>img+br{display:none}.t-article-rich-text iframe{margin:30px auto}.t-article-rich-text p+iframe{margin-top:10px}.t-article-rich-text--full-width{width:100%}@media screen and (min-width: 1025px){.t-article-rich-text--full-width{padding-right:0;padding-left:0;width:930px}}.t-article-rich-text--full-width p,.t-article-rich-text--full-width h1,.t-article-rich-text--full-width h2,.t-article-rich-text--full-width h3,.t-article-rich-text--full-width h4,.t-article-rich-text--full-width h5,.t-article-rich-text--full-width h6,.t-article-rich-text--full-width ul,.t-article-rich-text--full-width ol{width:100%}@media screen and (min-width: 1025px){.t-article-rich-text--full-width p,.t-article-rich-text--full-width h1,.t-article-rich-text--full-width h2,.t-article-rich-text--full-width h3,.t-article-rich-text--full-width h4,.t-article-rich-text--full-width h5,.t-article-rich-text--full-width h6,.t-article-rich-text--full-width ul,.t-article-rich-text--full-width ol{width:690px}}.t-article-rich-text--full-width p,.t-article-rich-text--full-width h1,.t-article-rich-text--full-width h2,.t-article-rich-text--full-width h3,.t-article-rich-text--full-width h4,.t-article-rich-text--full-width h5,.t-article-rich-text--full-width h6{padding-right:40px;padding-left:40px}@media screen and (min-width: 641px) and (max-width: 1024px){.t-article-rich-text--full-width p,.t-article-rich-text--full-width h1,.t-article-rich-text--full-width h2,.t-article-rich-text--full-width h3,.t-article-rich-text--full-width h4,.t-article-rich-text--full-width h5,.t-article-rich-text--full-width h6{padding-right:120px;padding-left:120px}}@media screen and (min-width: 1025px){.t-article-rich-text--full-width p,.t-article-rich-text--full-width h1,.t-article-rich-text--full-width h2,.t-article-rich-text--full-width h3,.t-article-rich-text--full-width h4,.t-article-rich-text--full-width h5,.t-article-rich-text--full-width h6{padding-right:0;padding-left:0}}.t-article-rich-text--full-width ul,.t-article-rich-text--full-width ol{padding-left:80px}@media screen and (min-width: 641px) and (max-width: 1024px){.t-article-rich-text--full-width ul,.t-article-rich-text--full-width ol{padding-left:160px}}@media screen and (min-width: 1025px){.t-article-rich-text--full-width ul,.t-article-rich-text--full-width ol{padding-left:40px}}.t-article-rich-text--full-width p>img{width:100vw;margin-left:-40px}@media screen and (min-width: 641px) and (max-width: 1024px){.t-article-rich-text--full-width p>img{margin-left:-120px}}@media screen and (min-width: 1025px){.t-article-rich-text--full-width p>img{width:930px;margin-left:calc((690px - 930px)/2)}}.t-article-rich-text--full-width iframe{width:100vw;height:210px}@media screen and (min-width: 641px) and (max-width: 1024px){.t-article-rich-text--full-width iframe{height:470px}}@media screen and (min-width: 1025px){.t-article-rich-text--full-width iframe{margin-left:auto;width:930px;height:523px}}article+.c-blog{padding-top:30px}.t-article-rich-text--padding-top{padding-top:45px}@media screen and (min-width: 641px){.t-article-rich-text--padding-top{padding-top:70px}}.t-article-rich-text+.t-article-rich-text--padding-top{padding-top:20px}@media screen and (max-width: 640px){.c-article-numbers+.t-article-rich-text--padding-top,.c-video-player+.t-article-rich-text--padding-top,.c-article-podcast+.t-article-rich-text--padding-top,.c-gallery+.t-article-rich-text--padding-top{padding-top:55px}}@media screen and (min-width: 641px) and (max-width: 1024px){.c-article-numbers+.t-article-rich-text--padding-top,.c-video-player+.t-article-rich-text--padding-top,.c-article-podcast+.t-article-rich-text--padding-top,.c-gallery+.t-article-rich-text--padding-top{padding-top:55px}}.t-footer__btn{max-width:225px;width:100%;border:2px solid #fff;background-color:#fff;color:#000}.t-footer__btn:hover{color:#fff;background-color:#231f20}.t-error-message{color:#e32013}.t-input-error{border:2px solid #e32013}.t-search-container{min-height:calc(100vh - 112px)}.center-align{float:none !important;margin:0 auto !important}.video-container{width:100%}.video-container iframe{width:100%;height:100%}.c-stories__content img{max-width:100%}.smcx-modal{box-shadow:0 0 20px 4px rgba(0,0,0,0.1)}
