@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */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,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}
.animated.infinite{animation-iteration-count:infinite}
.animated.hinge{animation-duration:2s}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}
@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transform:translate3d(0,0,0)}
40%,43%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-30px,0)}
70%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-15px,0)}
90%{transform:translate3d(0,-4px,0)}
}
.bounce{animation-name:bounce;transform-origin:center bottom}
@keyframes flash{from,50%,to{opacity:1}
25%,75%{opacity:0}
}
.flash{animation-name:flash}
@keyframes pulse{from{transform:scale3d(1,1,1)}
50%{transform:scale3d(1.05,1.05,1.05)}
to{transform:scale3d(1,1,1)}
}
.pulse{animation-name:pulse}
@keyframes rubberBand{from{transform:scale3d(1,1,1)}
30%{transform:scale3d(1.25,0.75,1)}
40%{transform:scale3d(0.75,1.25,1)}
50%{transform:scale3d(1.15,0.85,1)}
65%{transform:scale3d(.95,1.05,1)}
75%{transform:scale3d(1.05,.95,1)}
to{transform:scale3d(1,1,1)}
}
.rubberBand{animation-name:rubberBand}
@keyframes shake{from,to{transform:translate3d(0,0,0)}
10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}
20%,40%,60%,80%{transform:translate3d(10px,0,0)}
}
.shake{animation-name:shake}
@keyframes headShake{0{transform:translateX(0)}
6.5%{transform:translateX(-6px) rotateY(-9deg)}
18.5%{transform:translateX(5px) rotateY(7deg)}
31.5%{transform:translateX(-3px) rotateY(-5deg)}
43.5%{transform:translateX(2px) rotateY(3deg)}
50%{transform:translateX(0)}
}
.headShake{animation-timing-function:ease-in-out;animation-name:headShake}
@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}
40%{transform:rotate3d(0,0,1,-10deg)}
60%{transform:rotate3d(0,0,1,5deg)}
80%{transform:rotate3d(0,0,1,-5deg)}
to{transform:rotate3d(0,0,1,0)}
}
.swing{transform-origin:top center;animation-name:swing}
@keyframes tada{from{transform:scale3d(1,1,1)}
10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
to{transform:scale3d(1,1,1)}
}
.tada{animation-name:tada}
@keyframes wobble{from{transform:none}
15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}
30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}
45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}
60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}
75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}
to{transform:none}
}
.wobble{animation-name:wobble}
@keyframes jello{from,11.1%,to{transform:none}
22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}
77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}
88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}
}
.jello{animation-name:jello;transform-origin:center}
@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;transform:scale3d(.3,.3,.3)}
20%{transform:scale3d(1.1,1.1,1.1)}
40%{transform:scale3d(.9,.9,.9)}
60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
80%{transform:scale3d(.97,.97,.97)}
to{opacity:1;transform:scale3d(1,1,1)}
}
.bounceIn{animation-name:bounceIn}
@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;transform:translate3d(0,-3000px,0)}
60%{opacity:1;transform:translate3d(0,25px,0)}
75%{transform:translate3d(0,-10px,0)}
90%{transform:translate3d(0,5px,0)}
to{transform:none}
}
.bounceInDown{animation-name:bounceInDown}
@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;transform:translate3d(-3000px,0,0)}
60%{opacity:1;transform:translate3d(25px,0,0)}
75%{transform:translate3d(-10px,0,0)}
90%{transform:translate3d(5px,0,0)}
to{transform:none}
}
.bounceInLeft{animation-name:bounceInLeft}
@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
from{opacity:0;transform:translate3d(3000px,0,0)}
60%{opacity:1;transform:translate3d(-25px,0,0)}
75%{transform:translate3d(10px,0,0)}
90%{transform:translate3d(-5px,0,0)}
to{transform:none}
}
.bounceInRight{animation-name:bounceInRight}
@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
from{opacity:0;transform:translate3d(0,3000px,0)}
60%{opacity:1;transform:translate3d(0,-20px,0)}
75%{transform:translate3d(0,10px,0)}
90%{transform:translate3d(0,-5px,0)}
to{transform:translate3d(0,0,0)}
}
.bounceInUp{animation-name:bounceInUp}
@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}
50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}
to{opacity:0;transform:scale3d(.3,.3,.3)}
}
.bounceOut{animation-name:bounceOut}
@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}
40%,45%{opacity:1;transform:translate3d(0,-20px,0)}
to{opacity:0;transform:translate3d(0,2000px,0)}
}
.bounceOutDown{animation-name:bounceOutDown}
@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}
to{opacity:0;transform:translate3d(-2000px,0,0)}
}
.bounceOutLeft{animation-name:bounceOutLeft}
@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}
to{opacity:0;transform:translate3d(2000px,0,0)}
}
.bounceOutRight{animation-name:bounceOutRight}
@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}
40%,45%{opacity:1;transform:translate3d(0,20px,0)}
to{opacity:0;transform:translate3d(0,-2000px,0)}
}
.bounceOutUp{animation-name:bounceOutUp}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.fadeIn{animation-name:fadeIn}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}
to{opacity:1;transform:none}
}
.fadeInDown{animation-name:fadeInDown}
@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}
to{opacity:1;transform:none}
}
.fadeInDownBig{animation-name:fadeInDownBig}
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}
to{opacity:1;transform:none}
}
.fadeInLeft{animation-name:fadeInLeft}
@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}
to{opacity:1;transform:none}
}
.fadeInLeftBig{animation-name:fadeInLeftBig}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}
to{opacity:1;transform:none}
}
.fadeInRight{animation-name:fadeInRight}
@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}
to{opacity:1;transform:none}
}
.fadeInRightBig{animation-name:fadeInRightBig}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}
to{opacity:1;transform:none}
}
.fadeInUp{animation-name:fadeInUp}
@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}
to{opacity:1;transform:none}
}
.fadeInUpBig{animation-name:fadeInUpBig}
@keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
.fadeOut{animation-name:fadeOut}
@keyframes fadeOutDown{from{opacity:1}
to{opacity:0;transform:translate3d(0,100%,0)}
}
.fadeOutDown{animation-name:fadeOutDown}
@keyframes fadeOutDownBig{from{opacity:1}
to{opacity:0;transform:translate3d(0,2000px,0)}
}
.fadeOutDownBig{animation-name:fadeOutDownBig}
@keyframes fadeOutLeft{from{opacity:1}
to{opacity:0;transform:translate3d(-100%,0,0)}
}
.fadeOutLeft{animation-name:fadeOutLeft}
@keyframes fadeOutLeftBig{from{opacity:1}
to{opacity:0;transform:translate3d(-2000px,0,0)}
}
.fadeOutLeftBig{animation-name:fadeOutLeftBig}
@keyframes fadeOutRight{from{opacity:1}
to{opacity:0;transform:translate3d(100%,0,0)}
}
.fadeOutRight{animation-name:fadeOutRight}
@keyframes fadeOutRightBig{from{opacity:1}
to{opacity:0;transform:translate3d(2000px,0,0)}
}
.fadeOutRightBig{animation-name:fadeOutRightBig}
@keyframes fadeOutUp{from{opacity:1}
to{opacity:0;transform:translate3d(0,-100%,0)}
}
.fadeOutUp{animation-name:fadeOutUp}
@keyframes fadeOutUpBig{from{opacity:1}
to{opacity:0;transform:translate3d(0,-2000px,0)}
}
.fadeOutUpBig{animation-name:fadeOutUpBig}
@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}
40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}
50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}
80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}
to{transform:perspective(400px);animation-timing-function:ease-in}
}
.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}
@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}
40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}
60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}
80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}
to{transform:perspective(400px)}
}
.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}
@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}
40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}
60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}
to{transform:perspective(400px)}
}
.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}
@keyframes flipOutX{from{transform:perspective(400px)}
30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}
to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}
}
.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}
@keyframes flipOutY{from{transform:perspective(400px)}
30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}
to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}
}
.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}
@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}
60%{transform:skewX(20deg);opacity:1}
80%{transform:skewX(-5deg);opacity:1}
to{transform:none;opacity:1}
}
.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}
@keyframes lightSpeedOut{from{opacity:1}
to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}
}
.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}
@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}
to{transform-origin:center;transform:none;opacity:1}
}
.rotateIn{animation-name:rotateIn}
@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}
to{transform-origin:left bottom;transform:none;opacity:1}
}
.rotateInDownLeft{animation-name:rotateInDownLeft}
@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}
to{transform-origin:right bottom;transform:none;opacity:1}
}
.rotateInDownRight{animation-name:rotateInDownRight}
@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}
to{transform-origin:left bottom;transform:none;opacity:1}
}
.rotateInUpLeft{animation-name:rotateInUpLeft}
@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}
to{transform-origin:right bottom;transform:none;opacity:1}
}
.rotateInUpRight{animation-name:rotateInUpRight}
@keyframes rotateOut{from{transform-origin:center;opacity:1}
to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}
}
.rotateOut{animation-name:rotateOut}
@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}
to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}
}
.rotateOutDownLeft{animation-name:rotateOutDownLeft}
@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}
to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}
}
.rotateOutDownRight{animation-name:rotateOutDownRight}
@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}
to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}
}
.rotateOutUpLeft{animation-name:rotateOutUpLeft}
@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}
to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}
}
.rotateOutUpRight{animation-name:rotateOutUpRight}
@keyframes hinge{0{transform-origin:top left;animation-timing-function:ease-in-out}
20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}
40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}
to{transform:translate3d(0,700px,0);opacity:0}
}
.hinge{animation-name:hinge}
@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}
50%{transform:rotate(-10deg)}
70%{transform:rotate(3deg)}
to{opacity:1;transform:scale(1)}
}
.jackInTheBox{animation-name:jackInTheBox}
@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}
to{opacity:1;transform:none}
}
.rollIn{animation-name:rollIn}
@keyframes rollOut{from{opacity:1}
to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}
}
.rollOut{animation-name:rollOut}
@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}
50%{opacity:1}
}
.zoomIn{animation-name:zoomIn}
@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInDown{animation-name:zoomInDown}
@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInLeft{animation-name:zoomInLeft}
@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInRight{animation-name:zoomInRight}
@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInUp{animation-name:zoomInUp}
@keyframes zoomOut{from{opacity:1}
50%{opacity:0;transform:scale3d(.3,.3,.3)}
to{opacity:0}
}
.zoomOut{animation-name:zoomOut}
@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomOutDown{animation-name:zoomOutDown}
@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}
to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}
}
.zoomOutLeft{animation-name:zoomOutLeft}
@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}
to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}
}
.zoomOutRight{animation-name:zoomOutRight}
@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomOutUp{animation-name:zoomOutUp}
@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}
to{transform:translate3d(0,0,0)}
}
.slideInDown{animation-name:slideInDown}
@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}
to{transform:translate3d(0,0,0)}
}
.slideInLeft{animation-name:slideInLeft}
@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}
to{transform:translate3d(0,0,0)}
}
.slideInRight{animation-name:slideInRight}
@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}
to{transform:translate3d(0,0,0)}
}
.slideInUp{animation-name:slideInUp}
@keyframes slideOutDown{from{transform:translate3d(0,0,0)}
to{visibility:hidden;transform:translate3d(0,100%,0)}
}
.slideOutDown{animation-name:slideOutDown}
@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}
to{visibility:hidden;transform:translate3d(-100%,0,0)}
}
.slideOutLeft{animation-name:slideOutLeft}
@keyframes slideOutRight{from{transform:translate3d(0,0,0)}
to{visibility:hidden;transform:translate3d(100%,0,0)}
}
.slideOutRight{animation-name:slideOutRight}
@keyframes slideOutUp{from{transform:translate3d(0,0,0)}
to{visibility:hidden;transform:translate3d(0,-100%,0)}
}
.slideOutUp{animation-name:slideOutUp}
.webui-popover-content{display:none}
.webui-popover-rtl{direction:rtl;text-align:right}
.webui-popover{position:absolute;top:0;left:0;z-index:9999;display:none;min-width:50px;min-height:32px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}
.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right{margin-top:-10px}
.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom{margin-left:10px}
.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right{margin-top:10px}
.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom{margin-left:-10px}
.webui-popover.pop{-webkit-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transition:transform .15s cubic-bezier(0.3,0,0,1.5);-o-transition:transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5);opacity:0;filter:alpha(opacity=0)}
.webui-popover.pop-out{-webkit-transition-property:"opacity,transform";-o-transition-property:"opacity,transform";transition-property:"opacity,transform";-webkit-transition:.15s linear;-o-transition:.15s linear;transition:.15s linear;opacity:0;filter:alpha(opacity=0)}
.webui-popover.fade,.webui-popover.fade-out{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0;filter:alpha(opacity=0)}
.webui-popover.out{opacity:0;filter:alpha(opacity=0)}
.webui-popover.in{-webkit-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}
.webui-popover .webui-popover-content{padding:9px 14px;overflow:auto;display:block}
.webui-popover .webui-popover-content>div:first-child{width:99%}
.webui-popover-inner .close{font-family:arial;margin:8px 10px 0 0;float:right;font-size:16px;font-weight:bold;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);text-decoration:none}
.webui-popover-inner .close:hover,.webui-popover-inner .close:focus{opacity:.5;filter:alpha(opacity=50)}
.webui-popover-inner .close:after{content:"\00D7";width:.8em;height:.8em;padding:4px;position:relative}
.webui-popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:bold;line-height:18px;background-color:#fff;border-bottom:1px solid #f2f2f2;border-radius:5px 5px 0 0}
.webui-popover-content{padding:9px 14px;overflow:auto;display:none}
.webui-popover-inverse{background-color:#333;color:#eee}
.webui-popover-inverse .webui-popover-title{background:#333;border-bottom:1px solid #3b3b3b;color:#eee}
.webui-no-padding .webui-popover-content{padding:0}
.webui-no-padding .list-group-item{border-right:0;border-left:0}
.webui-no-padding .list-group-item:first-child{border-top:0}
.webui-no-padding .list-group-item:last-child{border-bottom:0}
.webui-popover>.webui-arrow,.webui-popover>.webui-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.webui-popover>.webui-arrow{border-width:11px}
.webui-popover>.webui-arrow:after{border-width:10px;content:""}
.webui-popover.top>.webui-arrow,.webui-popover.top-right>.webui-arrow,.webui-popover.top-left>.webui-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}
.webui-popover.top>.webui-arrow:after,.webui-popover.top-right>.webui-arrow:after,.webui-popover.top-left>.webui-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}
.webui-popover.right>.webui-arrow,.webui-popover.right-top>.webui-arrow,.webui-popover.right-bottom>.webui-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}
.webui-popover.right>.webui-arrow:after,.webui-popover.right-top>.webui-arrow:after,.webui-popover.right-bottom>.webui-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}
.webui-popover.bottom>.webui-arrow,.webui-popover.bottom-right>.webui-arrow,.webui-popover.bottom-left>.webui-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}
.webui-popover.bottom>.webui-arrow:after,.webui-popover.bottom-right>.webui-arrow:after,.webui-popover.bottom-left>.webui-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}
.webui-popover.left>.webui-arrow,.webui-popover.left-top>.webui-arrow,.webui-popover.left-bottom>.webui-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}
.webui-popover.left>.webui-arrow:after,.webui-popover.left-top>.webui-arrow:after,.webui-popover.left-bottom>.webui-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}
.webui-popover-inverse.top>.webui-arrow,.webui-popover-inverse.top-left>.webui-arrow,.webui-popover-inverse.top-right>.webui-arrow,.webui-popover-inverse.top>.webui-arrow:after,.webui-popover-inverse.top-left>.webui-arrow:after,.webui-popover-inverse.top-right>.webui-arrow:after{border-top-color:#333}
.webui-popover-inverse.right>.webui-arrow,.webui-popover-inverse.right-top>.webui-arrow,.webui-popover-inverse.right-bottom>.webui-arrow,.webui-popover-inverse.right>.webui-arrow:after,.webui-popover-inverse.right-top>.webui-arrow:after,.webui-popover-inverse.right-bottom>.webui-arrow:after{border-right-color:#333}
.webui-popover-inverse.bottom>.webui-arrow,.webui-popover-inverse.bottom-left>.webui-arrow,.webui-popover-inverse.bottom-right>.webui-arrow,.webui-popover-inverse.bottom>.webui-arrow:after,.webui-popover-inverse.bottom-left>.webui-arrow:after,.webui-popover-inverse.bottom-right>.webui-arrow:after{border-bottom-color:#333}
.webui-popover-inverse.left>.webui-arrow,.webui-popover-inverse.left-top>.webui-arrow,.webui-popover-inverse.left-bottom>.webui-arrow,.webui-popover-inverse.left>.webui-arrow:after,.webui-popover-inverse.left-top>.webui-arrow:after,.webui-popover-inverse.left-bottom>.webui-arrow:after{border-left-color:#333}
.webui-popover i.icon-refresh:before{content:""}
.webui-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url(../../assets/css/addons/img/loading.gif) no-repeat}
@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}
}
@keyframes rotate{100%{transform:rotate(360deg)}
}
.webui-popover-backdrop{background-color:rgba(0,0,0,0.65);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9998}
.webui-popover .dropdown-menu{display:block;position:relative;top:0;border:0;box-shadow:none;float:none}
@charset "UTF-8";html{box-sizing:border-box}
*,*::after,*::before{box-sizing:inherit}
.stash,.no-border{border:0 !important}
.blowout{margin-left:0 !important;margin-right:0 !important}
.grid-no-pagebed,.bleed,.stash,.blowout,.grid-collapse>li,.collapse>li,.grid-pull>li:last-child,.pull>li:last-child,.grid-push>li:nth-child(2),.push>li:nth-child(2){padding-left:0 !important}
.grid-no-pagebed,.bleed,.stash,.blowout,.grid-collapse>li,.collapse>li,.grid-pull>li:nth-last-child(2),.pull>li:nth-last-child(2),.grid-push>li:first-child,.push>li:first-child{padding-right:0 !important}
.cloak,.get-height{visibility:hidden !important}
section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target,.bleed .halves,.bleed .halves-v2,.bleed .thirds,.bleed .thirds-v2,.bleed .quarters,.bleed .quarters-v2,.bleed .quarters-v3,.bleed .quarters-v4,.bleed .quarters-v5,.bleed .fifths,.bleed .sixths,.bleed .threeone>li:last-child,.bleed .threeone-v2>li:first-child,.bleed .twothirds>li:last-child,.bleed .twothirds-v2>li:first-child,.bleed .col.xs-2,.bleed .col.sm-2,.bleed .col.sm-3,.bleed .col.md-2,.bleed .col.md-3,.bleed .col.md-4,.bleed .col.lg-2,.bleed .col.lg-3,.bleed .col.lg-4,.bleed .col.lg-5,.bleed .col.lg-6,.bleed .col.xl-2,.bleed .col.xl-3,.bleed .col.xl-4,.bleed .col.xl-5,.bleed .col.xl-6,.bleed .col.xxl-2,.bleed .col.xxl-3,.bleed .col.xxl-4,.bleed .col.xxl-5,.bleed .col.xxl-6{max-width:1600px;margin-left:auto;margin-right:auto}
@font-face{font-family:Roboto;src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Thin-webfont.eot");src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Thin-webfont.woff2") format("woff2"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Thin-webfont.woff") format("woff"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Thin-webfont.ttf") format("truetype"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Thin-webfont.svg#wf") format("svg");font-style:normal;font-weight:100}
@font-face{font-family:Roboto;src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Light-webfont.eot");src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Light-webfont.woff2") format("woff2"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Light-webfont.woff") format("woff"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Light-webfont.svg#wf") format("svg");font-style:normal;font-weight:200}
@font-face{font-family:Roboto;src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Regular-webfont.eot");src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Regular-webfont.woff2") format("woff2"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Regular-webfont.woff") format("woff"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Regular-webfont.svg#wf") format("svg");font-style:normal;font-weight:400}
@font-face{font-family:Roboto;src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Medium-webfont.eot");src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Medium-webfont.woff2") format("woff2"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Medium-webfont.woff") format("woff"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Medium-webfont.svg#wf") format("svg");font-style:normal;font-weight:500}
@font-face{font-family:Roboto;src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Bold-webfont.eot");src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Bold-webfont.woff2") format("woff2"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Bold-webfont.woff") format("woff"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Bold-webfont.svg#wf") format("svg");font-style:normal;font-weight:700}
@font-face{font-family:Roboto;src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Black-webfont.eot");src:url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Black-webfont.woff2") format("woff2"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Black-webfont.woff") format("woff"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Black-webfont.ttf") format("truetype"),url("/etc/designs/uwaem/assets/fonts/roboto/Roboto-Black-webfont.svg#wf") format("svg");font-style:normal;font-weight:900}
body:not([data-lang='ja']):not([data-lang^='ru']){font-family:Roboto,Arial,Helvetica,sans-serif}
body[data-lang^='ru']{font-family:Roboto,Arial,Helvetica,sans-serif}
body[data-lang^='js']{font-family:"Noto Sans Japanese",Roboto,Arial,Helvetica,sans-serif}
[class*=" font-icon-"],[class^="font-icon-"]{font-family:FontIconOaks !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.font-icon-grid-view:before{content:""}
.font-icon-list-view:before{content:""}
.font-icon-triangle-dow:before{content:""}
.font-icon-search:before{content:""}
.font-icon-x:before{content:""}
.font-icon-chec:before{content:""}
.font-icon-dash:before{content:""}
.font-icon-plus:before{content:""}
.font-icon-primitive-dot:before{content:""}
.font-icon-arrow-left:before{content:""}
.font-icon-arrow-right:before{content:""}
.font-icon-dropdown-arrow:before{content:""}
.font-icon-equalizer:before{content:""}
.font-icon-sort:before{content:""}
.font-icon-hamburger-menu:before{content:""}
.font-icon-user-logged-in:before{content:""}
.font-icon-oaks-gss:before{content:""}
.font-icon-oaks-rocket:before{content:""}
.font-icon-oaks-link-card:before{content:""}
.font-icon-oaks-asset-download:before{content:""}
.font-icon-oaks-default-asset-type:before{content:""}
.font-icon-oaks-analystreport:before{content:""}
.font-icon-oaks-articles:before{content:""}
.font-icon-oaks-briefshandouts:before{content:""}
.font-icon-oaks-brochures:before{content:""}
.font-icon-oaks-cobrandableassets:before{content:""}
.font-icon-oaks-competitivereports:before{content:""}
.font-icon-oaks-customerprofilescasestudies:before{content:""}
.font-icon-oaks-datasheets:before{content:""}
.font-icon-oaks-faqs:before{content:""}
.font-icon-oaks-industryreports:before{content:""}
.font-icon-oaks-internalcommunications:before{content:""}
.font-icon-oaks-legaldocuments:before{content:""}
.font-icon-oaks-manualwarrantyinformations:before{content:""}
.font-icon-oaks-offeringoverviewdocuments:before{content:""}
.font-icon-oaks-playbooks:before{content:""}
.font-icon-oaks-presentations:before{content:""}
.font-icon-oaks-proposals:before{content:""}
.font-icon-oaks-quickreferenceguides:before{content:""}
.font-icon-oaks-roadmaps:before{content:""}
.font-icon-oaks-salesdocuments:before{content:""}
.font-icon-oaks-saleswin:before{content:""}
.font-icon-oaks-sourcebooks:before{content:""}
.font-icon-oaks-technicalguidessupportinformation:before{content:""}
.font-icon-oaks-templateforms:before{content:""}
.font-icon-oaks-training:before{content:""}
.font-icon-oaks-whitepapers:before{content:""}
.font-icon-oaks-video:before{content:""}
.font-icon-oaks-clippy:before{content:""}
.font-icon-oaks-arrow-left-up:before{content:""}
.font-icon-oaks-preview:before{content:""}
.font-icon-oaks-document-search:before{content:""}
.font-icon-oaks-feedback:before{content:""}
.font-icon-oaks-multitrack-alert:before{content:""}
.font-icon-oaks-copy-nav:before{content:""}
.font-icon-oaks-download-nav:before{content:""}
.font-icon-oaks-preview-nav:before{content:""}
.font-icon-oaks-feedback-nav:before{content:""}
.font-icon-oaks-feedback-module:before{content:""}
.font-icon-oaks-thankyou-module:before{content:""}
.font-icon-oaks-thankyou-module-two:before{content:""}
.font-icon-oaks-thankyou-checkmark:before{content:""}
.font-icon-oaks-products:before{content:""}
.font-icon-oaks-services:before{content:""}
.font-icon-oaks-solutions:before{content:""}
.font-icon-oaks-sales:before{content:""}
.font-icon-oaks-partner:before{content:""}
.font-icon-oaks-soi:before{content:""}
.wrapper-icon{font-family:FontIconOaks !important;color:#6ea204;font-size:50px;line-height:initial}
.wrapper-icon.defaultassettype:before,.wrapper-icon.default-asset-type:before,.wrapper-icon.at-default-asset-type:before{content:""}
.wrapper-icon.analystreports:before,.wrapper-icon.analyst-reports:before,.wrapper-icon.at-43475:before{content:""}
.wrapper-icon.articles:before,.wrapper-icon.articles:before,.wrapper-icon.at-43476:before{content:""}
.wrapper-icon.briefshandouts:before,.wrapper-icon.briefs---handouts:before,.wrapper-icon.at-43478:before{content:""}
.wrapper-icon.brochures:before,.wrapper-icon.brochures:before,.wrapper-icon.at-43478:before{content:""}
.wrapper-icon.cobrandableassets:before,.wrapper-icon.co-brandable-assets:before,.wrapper-icon.at-43479:before{content:""}
.wrapper-icon.competitivereports:before,.wrapper-icon.competitive-reports:before,.wrapper-icon.at-43480:before{content:""}
.wrapper-icon.customerprofilescasestudies:before,.wrapper-icon.customer-profiles---case-studies:before,.wrapper-icon.at-43481:before{content:""}
.wrapper-icon.datasheets:before,.wrapper-icon.data-sheets:before,.wrapper-icon.at-43482:before{content:""}
.wrapper-icon.faqs:before,.wrapper-icon.faqs:before,.wrapper-icon.at-43483:before{content:""}
.wrapper-icon.industryreports:before,.wrapper-icon.industry-reports:before,.wrapper-icon.at-43484:before{content:""}
.wrapper-icon.internalcommunications:before,.wrapper-icon.internal-communications:before,.wrapper-icon.at-43485:before{content:""}
.wrapper-icon.legaldocuments:before,.wrapper-icon.legal-documents:before,.wrapper-icon.at-43486:before{content:""}
.wrapper-icon.manualwarrantyinformations:before,.wrapper-icon.manual---warranty-informations:before,.wrapper-icon.at-43487:before{content:""}
.wrapper-icon.offeringoverviewdocuments:before,.wrapper-icon.offering-overview-documents:before,.wrapper-icon.at-43488:before{content:""}
.wrapper-icon.playbooks:before,.wrapper-icon.playbooks:before,.wrapper-icon.at-43489:before{content:""}
.wrapper-icon.presentations:before,.wrapper-icon.presentations:before,.wrapper-icon.at-43490:before{content:""}
.wrapper-icon.proposals:before,.wrapper-icon.proposals:before,.wrapper-icon.at-43491:before{content:""}
.wrapper-icon.quickreferenceguides:before,.wrapper-icon.quick-reference-guides:before,.wrapper-icon.at-43492:before{content:""}
.wrapper-icon.roadmaps:before,.wrapper-icon.roadmaps:before,.wrapper-icon.at-43493:before{content:""}
.wrapper-icon.salesdocuments:before,.wrapper-icon.sales-documents:before,.wrapper-icon.at-43494:before{content:""}
.wrapper-icon.saleswin:before,.wrapper-icon.sales-win:before,.wrapper-icon.at-43495:before{content:""}
.wrapper-icon.sourcebooks:before,.wrapper-icon.sourcebooks:before,.wrapper-icon.at-43496:before{content:""}
.wrapper-icon.technicalguidessupportinformation:before,.wrapper-icon.technical-guides---support-information:before,.wrapper-icon.at-43497:before{content:""}
.wrapper-icon.templateforms:before,.wrapper-icon.template---forms:before,.wrapper-icon.at-43498:before{content:""}
.wrapper-icon.training:before,.wrapper-icon.training:before,.wrapper-icon.at-43499:before{content:""}
.wrapper-icon.whitepapers:before,.wrapper-icon.white-papers:before,.wrapper-icon.at-434500:before{content:""}
.wrapper-icon.video:before,.wrapper-icon.video:before,.wrapper-icon.at-video:before{content:""}
.layout-dynamic::after{clear:both;content:"";display:table}
.layout-dynamic>div:first-child:nth-last-child(2),.layout-dynamic>div:first-child:nth-last-child(2) ~ div{float:left;display:block;margin-right:16.03631%;width:41.98184%}
.layout-dynamic>div:first-child:nth-last-child(2):last-child,.layout-dynamic>div:first-child:nth-last-child(2) ~ div:last-child{margin-right:0}
.layout-dynamic>div:first-child:nth-last-child(3),.layout-dynamic>div:first-child:nth-last-child(3) ~ div{float:left;display:block;margin-right:10.1484%;width:26.56773%}
.layout-dynamic>div:first-child:nth-last-child(3):last-child,.layout-dynamic>div:first-child:nth-last-child(3) ~ div:last-child{margin-right:0}
.layout-dynamic>div:first-child:nth-last-child(4),.layout-dynamic>div:first-child:nth-last-child(4) ~ div{float:left;display:block;margin-right:7.42297%;width:19.43277%}
.layout-dynamic>div:first-child:nth-last-child(4):last-child,.layout-dynamic>div:first-child:nth-last-child(4) ~ div:last-child{margin-right:0}
.layout-dynamic>div:first-child:nth-last-child(5),.layout-dynamic>div:first-child:nth-last-child(5) ~ div{float:left;display:block;margin-right:5.85151%;width:15.3188%}
.layout-dynamic>div:first-child:nth-last-child(5):last-child,.layout-dynamic>div:first-child:nth-last-child(5) ~ div:last-child{margin-right:0}
.layout-dynamic>div:first-child:nth-last-child(6),.layout-dynamic>div:first-child:nth-last-child(6) ~ div{float:left;display:block;margin-right:4.82916%;width:12.64237%}
.layout-dynamic>div:first-child:nth-last-child(6):last-child,.layout-dynamic>div:first-child:nth-last-child(6) ~ div:last-child{margin-right:0}
.layout-dynamic>div:first-child:nth-last-child(7),.layout-dynamic>div:first-child:nth-last-child(7) ~ div{float:left;display:block;margin-right:4.11092%;width:10.76207%}
.layout-dynamic>div:first-child:nth-last-child(7):last-child,.layout-dynamic>div:first-child:nth-last-child(7) ~ div:last-child{margin-right:0}
@media screen and (min-width:0) and (max-width:639.9px){.quarters-v2>li,.quarters-v2>div{display:table-cell;width:50%;float:left;display:block}
.quarters-v2>li:nth-child(2n+1),.quarters-v2>div:nth-child(2n+1){padding-left:0;padding-right:7.5px}
.quarters-v2>li:nth-child(2n),.quarters-v2>div:nth-child(2n){padding-left:7.5px;padding-right:0}
.quarters-v2>li:nth-child(1n),.quarters-v2>div:nth-child(1n){clear:none}
.quarters-v2>li:nth-child(2n+1),.quarters-v2>div:nth-child(2n+1){clear:left}
.col.xs-2>li,.col.xs-2>div{display:table-cell;width:50%;float:left;display:block}
.col.xs-2>li:nth-child(2n+1),.col.xs-2>div:nth-child(2n+1){padding-left:0;padding-right:7.5px}
.col.xs-2>li:nth-child(2n),.col.xs-2>div:nth-child(2n){padding-left:7.5px;padding-right:0}
.col.xs-2>li:nth-child(1n),.col.xs-2>div:nth-child(1n){clear:none}
.col.xs-2>li:nth-child(2n+1),.col.xs-2>div:nth-child(2n+1){clear:left}
}
@media screen and (min-width:640px) and (max-width:767.9px){.halves>li,.halves>div{display:table-cell;width:50%;float:left;display:block}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves>li:nth-child(2n),.halves>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves>li:nth-child(1n),.halves>div:nth-child(1n){clear:none}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){clear:left}
.thirds>li,.thirds>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds>li:nth-child(3n),.thirds>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds>li:nth-child(1n),.thirds>div:nth-child(1n){clear:none}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){clear:left}
.thirds>li:nth-child(3n+2),.thirds>div:nth-child(3n+2){padding-left:6.66667px}
.thirds>li:nth-child(3n-1),.thirds>div:nth-child(3n-1){padding-right:6.66667px}
.quarters>li,.quarters>div{display:table-cell;width:50%;float:left;display:block}
.quarters>li:nth-child(2n+1),.quarters>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.quarters>li:nth-child(2n),.quarters>div:nth-child(2n){padding-left:10px;padding-right:0}
.quarters>li:nth-child(1n),.quarters>div:nth-child(1n){clear:none}
.quarters>li:nth-child(2n+1),.quarters>div:nth-child(2n+1){clear:left}
.quarters-v2>li,.quarters-v2>div{display:table-cell;width:50%;float:left;display:block}
.quarters-v2>li:nth-child(2n+1),.quarters-v2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.quarters-v2>li:nth-child(2n),.quarters-v2>div:nth-child(2n){padding-left:10px;padding-right:0}
.quarters-v2>li:nth-child(1n),.quarters-v2>div:nth-child(1n){clear:none}
.quarters-v2>li:nth-child(2n+1),.quarters-v2>div:nth-child(2n+1){clear:left}
.quarters-v3>li,.quarters-v3>div{display:table-cell;width:50%;float:left;display:block}
.quarters-v3>li:nth-child(2n+1),.quarters-v3>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.quarters-v3>li:nth-child(2n),.quarters-v3>div:nth-child(2n){padding-left:10px;padding-right:0}
.quarters-v3>li:nth-child(1n),.quarters-v3>div:nth-child(1n){clear:none}
.quarters-v3>li:nth-child(2n+1),.quarters-v3>div:nth-child(2n+1){clear:left}
.quarters-v5>li,.quarters-v5>div{display:table-cell;width:33.33333%;float:left;display:block}
.quarters-v5>li:nth-child(3n+1),.quarters-v5>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.quarters-v5>li:nth-child(3n),.quarters-v5>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.quarters-v5>li:nth-child(1n),.quarters-v5>div:nth-child(1n){clear:none}
.quarters-v5>li:nth-child(3n+1),.quarters-v5>div:nth-child(3n+1){clear:left}
.quarters-v5>li:nth-child(3n+2),.quarters-v5>div:nth-child(3n+2){padding-left:6.66667px}
.quarters-v5>li:nth-child(3n-1),.quarters-v5>div:nth-child(3n-1){padding-right:6.66667px}
.col.sm-2>li,.col.sm-2>div{display:table-cell;width:50%;float:left;display:block}
.col.sm-2>li:nth-child(2n+1),.col.sm-2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.col.sm-2>li:nth-child(2n),.col.sm-2>div:nth-child(2n){padding-left:10px;padding-right:0}
.col.sm-2>li:nth-child(1n),.col.sm-2>div:nth-child(1n){clear:none}
.col.sm-2>li:nth-child(2n+1),.col.sm-2>div:nth-child(2n+1){clear:left}
.col.sm-3>li,.col.sm-3>div{display:table-cell;width:33.33333%;float:left;display:block}
.col.sm-3>li:nth-child(3n+1),.col.sm-3>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.col.sm-3>li:nth-child(3n),.col.sm-3>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.col.sm-3>li:nth-child(1n),.col.sm-3>div:nth-child(1n){clear:none}
.col.sm-3>li:nth-child(3n+1),.col.sm-3>div:nth-child(3n+1){clear:left}
.col.sm-3>li:nth-child(3n+2),.col.sm-3>div:nth-child(3n+2){padding-left:6.66667px}
.col.sm-3>li:nth-child(3n-1),.col.sm-3>div:nth-child(3n-1){padding-right:6.66667px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.halves>li,.halves>div{display:table-cell;width:50%;float:left;display:block}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves>li:nth-child(2n),.halves>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves>li:nth-child(1n),.halves>div:nth-child(1n){clear:none}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){clear:left}
.halves-v2>li,.halves-v2>div{display:table-cell;width:50%;float:left;display:block}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves-v2>li:nth-child(2n),.halves-v2>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves-v2>li:nth-child(1n),.halves-v2>div:nth-child(1n){clear:none}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){clear:left}
.thirds>li,.thirds>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds>li:nth-child(3n),.thirds>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds>li:nth-child(1n),.thirds>div:nth-child(1n){clear:none}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){clear:left}
.thirds>li:nth-child(3n+2),.thirds>div:nth-child(3n+2){padding-left:6.66667px}
.thirds>li:nth-child(3n-1),.thirds>div:nth-child(3n-1){padding-right:6.66667px}
.quarters>li,.quarters>div{display:table-cell;width:25%;float:left;display:block}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters>li:nth-child(4n),.quarters>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters>li:nth-child(1n),.quarters>div:nth-child(1n){clear:none}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){clear:left}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-left:5px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-right:5px}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-right:10px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-left:10px}
.quarters-v2>li,.quarters-v2>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v2>li:nth-child(4n),.quarters-v2>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v2>li:nth-child(1n),.quarters-v2>div:nth-child(1n){clear:none}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){clear:left}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-left:5px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-right:5px}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-right:10px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-left:10px}
.quarters-v3>li,.quarters-v3>div{display:table-cell;width:50%;float:left;display:block}
.quarters-v3>li:nth-child(2n+1),.quarters-v3>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.quarters-v3>li:nth-child(2n),.quarters-v3>div:nth-child(2n){padding-left:10px;padding-right:0}
.quarters-v3>li:nth-child(1n),.quarters-v3>div:nth-child(1n){clear:none}
.quarters-v3>li:nth-child(2n+1),.quarters-v3>div:nth-child(2n+1){clear:left}
.quarters-v5>li,.quarters-v5>div{display:table-cell;width:33.33333%;float:left;display:block}
.quarters-v5>li:nth-child(3n+1),.quarters-v5>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.quarters-v5>li:nth-child(3n),.quarters-v5>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.quarters-v5>li:nth-child(1n),.quarters-v5>div:nth-child(1n){clear:none}
.quarters-v5>li:nth-child(3n+1),.quarters-v5>div:nth-child(3n+1){clear:left}
.quarters-v5>li:nth-child(3n+2),.quarters-v5>div:nth-child(3n+2){padding-left:6.66667px}
.quarters-v5>li:nth-child(3n-1),.quarters-v5>div:nth-child(3n-1){padding-right:6.66667px}
.col.md-2>li,.col.md-2>div{display:table-cell;width:50%;float:left;display:block}
.col.md-2>li:nth-child(2n+1),.col.md-2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.col.md-2>li:nth-child(2n),.col.md-2>div:nth-child(2n){padding-left:10px;padding-right:0}
.col.md-2>li:nth-child(1n),.col.md-2>div:nth-child(1n){clear:none}
.col.md-2>li:nth-child(2n+1),.col.md-2>div:nth-child(2n+1){clear:left}
.col.md-3>li,.col.md-3>div{display:table-cell;width:33.33333%;float:left;display:block}
.col.md-3>li:nth-child(3n+1),.col.md-3>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.col.md-3>li:nth-child(3n),.col.md-3>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.col.md-3>li:nth-child(1n),.col.md-3>div:nth-child(1n){clear:none}
.col.md-3>li:nth-child(3n+1),.col.md-3>div:nth-child(3n+1){clear:left}
.col.md-3>li:nth-child(3n+2),.col.md-3>div:nth-child(3n+2){padding-left:6.66667px}
.col.md-3>li:nth-child(3n-1),.col.md-3>div:nth-child(3n-1){padding-right:6.66667px}
.col.md-4>li,.col.md-4>div{display:table-cell;width:25%;float:left;display:block}
.col.md-4>li:nth-child(4n+1),.col.md-4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.col.md-4>li:nth-child(4n),.col.md-4>div:nth-child(4n){padding-left:15px;padding-right:0}
.col.md-4>li:nth-child(1n),.col.md-4>div:nth-child(1n){clear:none}
.col.md-4>li:nth-child(4n+1),.col.md-4>div:nth-child(4n+1){clear:left}
.col.md-4>li:nth-child(4n+2),.col.md-4>div:nth-child(4n+2){padding-left:5px}
.col.md-4>li:nth-child(4n-1),.col.md-4>div:nth-child(4n-1){padding-right:5px}
.col.md-4>li:nth-child(4n+2),.col.md-4>div:nth-child(4n+2){padding-right:10px}
.col.md-4>li:nth-child(4n-1),.col.md-4>div:nth-child(4n-1){padding-left:10px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.halves>li,.halves>div{display:table-cell;width:50%;float:left;display:block}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves>li:nth-child(2n),.halves>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves>li:nth-child(1n),.halves>div:nth-child(1n){clear:none}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){clear:left}
.halves-v2>li,.halves-v2>div{display:table-cell;width:50%;float:left;display:block}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves-v2>li:nth-child(2n),.halves-v2>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves-v2>li:nth-child(1n),.halves-v2>div:nth-child(1n){clear:none}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){clear:left}
.thirds>li,.thirds>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds>li:nth-child(3n),.thirds>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds>li:nth-child(1n),.thirds>div:nth-child(1n){clear:none}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){clear:left}
.thirds>li:nth-child(3n+2),.thirds>div:nth-child(3n+2){padding-left:6.66667px}
.thirds>li:nth-child(3n-1),.thirds>div:nth-child(3n-1){padding-right:6.66667px}
.thirds-v2>li,.thirds-v2>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds-v2>li:nth-child(3n+1),.thirds-v2>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds-v2>li:nth-child(3n),.thirds-v2>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds-v2>li:nth-child(1n),.thirds-v2>div:nth-child(1n){clear:none}
.thirds-v2>li:nth-child(3n+1),.thirds-v2>div:nth-child(3n+1){clear:left}
.thirds-v2>li:nth-child(3n+2),.thirds-v2>div:nth-child(3n+2){padding-left:6.66667px}
.thirds-v2>li:nth-child(3n-1),.thirds-v2>div:nth-child(3n-1){padding-right:6.66667px}
.quarters>li,.quarters>div{display:table-cell;width:25%;float:left;display:block}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters>li:nth-child(4n),.quarters>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters>li:nth-child(1n),.quarters>div:nth-child(1n){clear:none}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){clear:left}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-left:5px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-right:5px}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-right:10px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-left:10px}
.quarters-v2>li,.quarters-v2>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v2>li:nth-child(4n),.quarters-v2>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v2>li:nth-child(1n),.quarters-v2>div:nth-child(1n){clear:none}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){clear:left}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-left:5px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-right:5px}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-right:10px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-left:10px}
.quarters-v3>li,.quarters-v3>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v3>li:nth-child(4n+1),.quarters-v3>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v3>li:nth-child(4n),.quarters-v3>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v3>li:nth-child(1n),.quarters-v3>div:nth-child(1n){clear:none}
.quarters-v3>li:nth-child(4n+1),.quarters-v3>div:nth-child(4n+1){clear:left}
.quarters-v3>li:nth-child(4n+2),.quarters-v3>div:nth-child(4n+2){padding-left:5px}
.quarters-v3>li:nth-child(4n-1),.quarters-v3>div:nth-child(4n-1){padding-right:5px}
.quarters-v3>li:nth-child(4n+2),.quarters-v3>div:nth-child(4n+2){padding-right:10px}
.quarters-v3>li:nth-child(4n-1),.quarters-v3>div:nth-child(4n-1){padding-left:10px}
.quarters-v4>li,.quarters-v4>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v4>li:nth-child(4n+1),.quarters-v4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v4>li:nth-child(4n),.quarters-v4>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v4>li:nth-child(1n),.quarters-v4>div:nth-child(1n){clear:none}
.quarters-v4>li:nth-child(4n+1),.quarters-v4>div:nth-child(4n+1){clear:left}
.quarters-v4>li:nth-child(4n+2),.quarters-v4>div:nth-child(4n+2){padding-left:5px}
.quarters-v4>li:nth-child(4n-1),.quarters-v4>div:nth-child(4n-1){padding-right:5px}
.quarters-v4>li:nth-child(4n+2),.quarters-v4>div:nth-child(4n+2){padding-right:10px}
.quarters-v4>li:nth-child(4n-1),.quarters-v4>div:nth-child(4n-1){padding-left:10px}
.quarters-v5>li,.quarters-v5>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v5>li:nth-child(4n+1),.quarters-v5>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v5>li:nth-child(4n),.quarters-v5>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v5>li:nth-child(1n),.quarters-v5>div:nth-child(1n){clear:none}
.quarters-v5>li:nth-child(4n+1),.quarters-v5>div:nth-child(4n+1){clear:left}
.quarters-v5>li:nth-child(4n+2),.quarters-v5>div:nth-child(4n+2){padding-left:5px}
.quarters-v5>li:nth-child(4n-1),.quarters-v5>div:nth-child(4n-1){padding-right:5px}
.quarters-v5>li:nth-child(4n+2),.quarters-v5>div:nth-child(4n+2){padding-right:10px}
.quarters-v5>li:nth-child(4n-1),.quarters-v5>div:nth-child(4n-1){padding-left:10px}
.fifths>li,.fifths>div{display:table-cell;width:20%;float:left;display:block}
.fifths>li:nth-child(5n+1),.fifths>div:nth-child(5n+1){padding-left:0;padding-right:16px}
.fifths>li:nth-child(5n),.fifths>div:nth-child(5n){padding-left:16px;padding-right:0}
.fifths>li:nth-child(1n),.fifths>div:nth-child(1n){clear:none}
.fifths>li:nth-child(5n+1),.fifths>div:nth-child(5n+1){clear:left}
.fifths>li:nth-child(5n+2),.fifths>div:nth-child(5n+2){padding-left:4px}
.fifths>li:nth-child(5n-1),.fifths>div:nth-child(5n-1){padding-right:4px}
.fifths>li:nth-child(5n+2),.fifths>div:nth-child(5n+2){padding-right:12px}
.fifths>li:nth-child(5n-1),.fifths>div:nth-child(5n-1){padding-left:12px}
.fifths>li:nth-child(5n+3),.fifths>div:nth-child(5n+3){padding-left:8px}
.fifths>li:nth-child(5n-2),.fifths>div:nth-child(5n-2){padding-right:8px}
.sixths>li,.sixths>div{display:table-cell;width:16.66667%;float:left;display:block}
.sixths>li:nth-child(6n+1),.sixths>div:nth-child(6n+1){padding-left:0;padding-right:16.66667px}
.sixths>li:nth-child(6n),.sixths>div:nth-child(6n){padding-left:16.66667px;padding-right:0}
.sixths>li:nth-child(1n),.sixths>div:nth-child(1n){clear:none}
.sixths>li:nth-child(6n+1),.sixths>div:nth-child(6n+1){clear:left}
.sixths>li:nth-child(6n+2),.sixths>div:nth-child(6n+2){padding-left:3.33333px}
.sixths>li:nth-child(6n-1),.sixths>div:nth-child(6n-1){padding-right:3.33333px}
.sixths>li:nth-child(6n+2),.sixths>div:nth-child(6n+2){padding-right:13.33333px}
.sixths>li:nth-child(6n-1),.sixths>div:nth-child(6n-1){padding-left:13.33333px}
.sixths>li:nth-child(6n+3),.sixths>div:nth-child(6n+3){padding-left:6.66667px}
.sixths>li:nth-child(6n-2),.sixths>div:nth-child(6n-2){padding-right:6.66667px}
.sixths>li:nth-child(6n+4),.sixths>div:nth-child(6n+4){padding-left:10px}
.sixths>li:nth-child(6n-3),.sixths>div:nth-child(6n-3){padding-right:10px}
.threeone>li:last-child>li,.threeone>li:last-child>div{display:table-cell;width:25%;float:left;display:block}
.threeone>li:last-child>li:nth-child(4n+1),.threeone>li:last-child>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.threeone>li:last-child>li:nth-child(4n),.threeone>li:last-child>div:nth-child(4n){padding-left:15px;padding-right:0}
.threeone>li:last-child>li:nth-child(1n),.threeone>li:last-child>div:nth-child(1n){clear:none}
.threeone>li:last-child>li:nth-child(4n+1),.threeone>li:last-child>div:nth-child(4n+1){clear:left}
.threeone>li:last-child>li:nth-child(4n+2),.threeone>li:last-child>div:nth-child(4n+2){padding-left:5px}
.threeone>li:last-child>li:nth-child(4n-1),.threeone>li:last-child>div:nth-child(4n-1){padding-right:5px}
.threeone>li:last-child>li:nth-child(4n+2),.threeone>li:last-child>div:nth-child(4n+2){padding-right:10px}
.threeone>li:last-child>li:nth-child(4n-1),.threeone>li:last-child>div:nth-child(4n-1){padding-left:10px}
.threeone-v2>li:first-child>li,.threeone-v2>li:first-child>div{display:table-cell;width:25%;float:left;display:block}
.threeone-v2>li:first-child>li:nth-child(4n+1),.threeone-v2>li:first-child>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.threeone-v2>li:first-child>li:nth-child(4n),.threeone-v2>li:first-child>div:nth-child(4n){padding-left:15px;padding-right:0}
.threeone-v2>li:first-child>li:nth-child(1n),.threeone-v2>li:first-child>div:nth-child(1n){clear:none}
.threeone-v2>li:first-child>li:nth-child(4n+1),.threeone-v2>li:first-child>div:nth-child(4n+1){clear:left}
.threeone-v2>li:first-child>li:nth-child(4n+2),.threeone-v2>li:first-child>div:nth-child(4n+2){padding-left:5px}
.threeone-v2>li:first-child>li:nth-child(4n-1),.threeone-v2>li:first-child>div:nth-child(4n-1){padding-right:5px}
.threeone-v2>li:first-child>li:nth-child(4n+2),.threeone-v2>li:first-child>div:nth-child(4n+2){padding-right:10px}
.threeone-v2>li:first-child>li:nth-child(4n-1),.threeone-v2>li:first-child>div:nth-child(4n-1){padding-left:10px}
.twothirds>li:last-child>li,.twothirds>li:last-child>div{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds>li:last-child>li:nth-child(3n+1),.twothirds>li:last-child>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.twothirds>li:last-child>li:nth-child(3n),.twothirds>li:last-child>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.twothirds>li:last-child>li:nth-child(1n),.twothirds>li:last-child>div:nth-child(1n){clear:none}
.twothirds>li:last-child>li:nth-child(3n+1),.twothirds>li:last-child>div:nth-child(3n+1){clear:left}
.twothirds>li:last-child>li:nth-child(3n+2),.twothirds>li:last-child>div:nth-child(3n+2){padding-left:6.66667px}
.twothirds>li:last-child>li:nth-child(3n-1),.twothirds>li:last-child>div:nth-child(3n-1){padding-right:6.66667px}
.twothirds-v2>li:first-child>li,.twothirds-v2>li:first-child>div{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds-v2>li:first-child>li:nth-child(3n+1),.twothirds-v2>li:first-child>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.twothirds-v2>li:first-child>li:nth-child(3n),.twothirds-v2>li:first-child>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.twothirds-v2>li:first-child>li:nth-child(1n),.twothirds-v2>li:first-child>div:nth-child(1n){clear:none}
.twothirds-v2>li:first-child>li:nth-child(3n+1),.twothirds-v2>li:first-child>div:nth-child(3n+1){clear:left}
.twothirds-v2>li:first-child>li:nth-child(3n+2),.twothirds-v2>li:first-child>div:nth-child(3n+2){padding-left:6.66667px}
.twothirds-v2>li:first-child>li:nth-child(3n-1),.twothirds-v2>li:first-child>div:nth-child(3n-1){padding-right:6.66667px}
.col.lg-2>li,.col.lg-2>div{display:table-cell;width:50%;float:left;display:block}
.col.lg-2>li:nth-child(2n+1),.col.lg-2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.col.lg-2>li:nth-child(2n),.col.lg-2>div:nth-child(2n){padding-left:10px;padding-right:0}
.col.lg-2>li:nth-child(1n),.col.lg-2>div:nth-child(1n){clear:none}
.col.lg-2>li:nth-child(2n+1),.col.lg-2>div:nth-child(2n+1){clear:left}
.col.lg-3>li,.col.lg-3>div{display:table-cell;width:33.33333%;float:left;display:block}
.col.lg-3>li:nth-child(3n+1),.col.lg-3>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.col.lg-3>li:nth-child(3n),.col.lg-3>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.col.lg-3>li:nth-child(1n),.col.lg-3>div:nth-child(1n){clear:none}
.col.lg-3>li:nth-child(3n+1),.col.lg-3>div:nth-child(3n+1){clear:left}
.col.lg-3>li:nth-child(3n+2),.col.lg-3>div:nth-child(3n+2){padding-left:6.66667px}
.col.lg-3>li:nth-child(3n-1),.col.lg-3>div:nth-child(3n-1){padding-right:6.66667px}
.col.lg-4>li,.col.lg-4>div{display:table-cell;width:25%;float:left;display:block}
.col.lg-4>li:nth-child(4n+1),.col.lg-4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.col.lg-4>li:nth-child(4n),.col.lg-4>div:nth-child(4n){padding-left:15px;padding-right:0}
.col.lg-4>li:nth-child(1n),.col.lg-4>div:nth-child(1n){clear:none}
.col.lg-4>li:nth-child(4n+1),.col.lg-4>div:nth-child(4n+1){clear:left}
.col.lg-4>li:nth-child(4n+2),.col.lg-4>div:nth-child(4n+2){padding-left:5px}
.col.lg-4>li:nth-child(4n-1),.col.lg-4>div:nth-child(4n-1){padding-right:5px}
.col.lg-4>li:nth-child(4n+2),.col.lg-4>div:nth-child(4n+2){padding-right:10px}
.col.lg-4>li:nth-child(4n-1),.col.lg-4>div:nth-child(4n-1){padding-left:10px}
.col.lg-5>li,.col.lg-5>div{display:table-cell;width:20%;float:left;display:block}
.col.lg-5>li:nth-child(5n+1),.col.lg-5>div:nth-child(5n+1){padding-left:0;padding-right:16px}
.col.lg-5>li:nth-child(5n),.col.lg-5>div:nth-child(5n){padding-left:16px;padding-right:0}
.col.lg-5>li:nth-child(1n),.col.lg-5>div:nth-child(1n){clear:none}
.col.lg-5>li:nth-child(5n+1),.col.lg-5>div:nth-child(5n+1){clear:left}
.col.lg-5>li:nth-child(5n+2),.col.lg-5>div:nth-child(5n+2){padding-left:4px}
.col.lg-5>li:nth-child(5n-1),.col.lg-5>div:nth-child(5n-1){padding-right:4px}
.col.lg-5>li:nth-child(5n+2),.col.lg-5>div:nth-child(5n+2){padding-right:12px}
.col.lg-5>li:nth-child(5n-1),.col.lg-5>div:nth-child(5n-1){padding-left:12px}
.col.lg-5>li:nth-child(5n+3),.col.lg-5>div:nth-child(5n+3){padding-left:8px}
.col.lg-5>li:nth-child(5n-2),.col.lg-5>div:nth-child(5n-2){padding-right:8px}
.col.lg-6>li,.col.lg-6>div{display:table-cell;width:16.66667%;float:left;display:block}
.col.lg-6>li:nth-child(6n+1),.col.lg-6>div:nth-child(6n+1){padding-left:0;padding-right:16.66667px}
.col.lg-6>li:nth-child(6n),.col.lg-6>div:nth-child(6n){padding-left:16.66667px;padding-right:0}
.col.lg-6>li:nth-child(1n),.col.lg-6>div:nth-child(1n){clear:none}
.col.lg-6>li:nth-child(6n+1),.col.lg-6>div:nth-child(6n+1){clear:left}
.col.lg-6>li:nth-child(6n+2),.col.lg-6>div:nth-child(6n+2){padding-left:3.33333px}
.col.lg-6>li:nth-child(6n-1),.col.lg-6>div:nth-child(6n-1){padding-right:3.33333px}
.col.lg-6>li:nth-child(6n+2),.col.lg-6>div:nth-child(6n+2){padding-right:13.33333px}
.col.lg-6>li:nth-child(6n-1),.col.lg-6>div:nth-child(6n-1){padding-left:13.33333px}
.col.lg-6>li:nth-child(6n+3),.col.lg-6>div:nth-child(6n+3){padding-left:6.66667px}
.col.lg-6>li:nth-child(6n-2),.col.lg-6>div:nth-child(6n-2){padding-right:6.66667px}
.col.lg-6>li:nth-child(6n+4),.col.lg-6>div:nth-child(6n+4){padding-left:10px}
.col.lg-6>li:nth-child(6n-3),.col.lg-6>div:nth-child(6n-3){padding-right:10px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.halves>li,.halves>div{display:table-cell;width:50%;float:left;display:block}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves>li:nth-child(2n),.halves>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves>li:nth-child(1n),.halves>div:nth-child(1n){clear:none}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){clear:left}
.halves-v2>li,.halves-v2>div{display:table-cell;width:50%;float:left;display:block}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves-v2>li:nth-child(2n),.halves-v2>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves-v2>li:nth-child(1n),.halves-v2>div:nth-child(1n){clear:none}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){clear:left}
.thirds>li,.thirds>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds>li:nth-child(3n),.thirds>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds>li:nth-child(1n),.thirds>div:nth-child(1n){clear:none}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){clear:left}
.thirds>li:nth-child(3n+2),.thirds>div:nth-child(3n+2){padding-left:6.66667px}
.thirds>li:nth-child(3n-1),.thirds>div:nth-child(3n-1){padding-right:6.66667px}
.thirds-v2>li,.thirds-v2>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds-v2>li:nth-child(3n+1),.thirds-v2>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds-v2>li:nth-child(3n),.thirds-v2>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds-v2>li:nth-child(1n),.thirds-v2>div:nth-child(1n){clear:none}
.thirds-v2>li:nth-child(3n+1),.thirds-v2>div:nth-child(3n+1){clear:left}
.thirds-v2>li:nth-child(3n+2),.thirds-v2>div:nth-child(3n+2){padding-left:6.66667px}
.thirds-v2>li:nth-child(3n-1),.thirds-v2>div:nth-child(3n-1){padding-right:6.66667px}
.quarters>li,.quarters>div{display:table-cell;width:25%;float:left;display:block}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters>li:nth-child(4n),.quarters>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters>li:nth-child(1n),.quarters>div:nth-child(1n){clear:none}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){clear:left}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-left:5px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-right:5px}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-right:10px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-left:10px}
.quarters-v2>li,.quarters-v2>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v2>li:nth-child(4n),.quarters-v2>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v2>li:nth-child(1n),.quarters-v2>div:nth-child(1n){clear:none}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){clear:left}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-left:5px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-right:5px}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-right:10px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-left:10px}
.quarters-v3>li,.quarters-v3>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v3>li:nth-child(4n+1),.quarters-v3>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v3>li:nth-child(4n),.quarters-v3>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v3>li:nth-child(1n),.quarters-v3>div:nth-child(1n){clear:none}
.quarters-v3>li:nth-child(4n+1),.quarters-v3>div:nth-child(4n+1){clear:left}
.quarters-v3>li:nth-child(4n+2),.quarters-v3>div:nth-child(4n+2){padding-left:5px}
.quarters-v3>li:nth-child(4n-1),.quarters-v3>div:nth-child(4n-1){padding-right:5px}
.quarters-v3>li:nth-child(4n+2),.quarters-v3>div:nth-child(4n+2){padding-right:10px}
.quarters-v3>li:nth-child(4n-1),.quarters-v3>div:nth-child(4n-1){padding-left:10px}
.quarters-v4>li,.quarters-v4>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v4>li:nth-child(4n+1),.quarters-v4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v4>li:nth-child(4n),.quarters-v4>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v4>li:nth-child(1n),.quarters-v4>div:nth-child(1n){clear:none}
.quarters-v4>li:nth-child(4n+1),.quarters-v4>div:nth-child(4n+1){clear:left}
.quarters-v4>li:nth-child(4n+2),.quarters-v4>div:nth-child(4n+2){padding-left:5px}
.quarters-v4>li:nth-child(4n-1),.quarters-v4>div:nth-child(4n-1){padding-right:5px}
.quarters-v4>li:nth-child(4n+2),.quarters-v4>div:nth-child(4n+2){padding-right:10px}
.quarters-v4>li:nth-child(4n-1),.quarters-v4>div:nth-child(4n-1){padding-left:10px}
.quarters-v5>li,.quarters-v5>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v5>li:nth-child(4n+1),.quarters-v5>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v5>li:nth-child(4n),.quarters-v5>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v5>li:nth-child(1n),.quarters-v5>div:nth-child(1n){clear:none}
.quarters-v5>li:nth-child(4n+1),.quarters-v5>div:nth-child(4n+1){clear:left}
.quarters-v5>li:nth-child(4n+2),.quarters-v5>div:nth-child(4n+2){padding-left:5px}
.quarters-v5>li:nth-child(4n-1),.quarters-v5>div:nth-child(4n-1){padding-right:5px}
.quarters-v5>li:nth-child(4n+2),.quarters-v5>div:nth-child(4n+2){padding-right:10px}
.quarters-v5>li:nth-child(4n-1),.quarters-v5>div:nth-child(4n-1){padding-left:10px}
.fifths>li,.fifths>div{display:table-cell;width:20%;float:left;display:block}
.fifths>li:nth-child(5n+1),.fifths>div:nth-child(5n+1){padding-left:0;padding-right:16px}
.fifths>li:nth-child(5n),.fifths>div:nth-child(5n){padding-left:16px;padding-right:0}
.fifths>li:nth-child(1n),.fifths>div:nth-child(1n){clear:none}
.fifths>li:nth-child(5n+1),.fifths>div:nth-child(5n+1){clear:left}
.fifths>li:nth-child(5n+2),.fifths>div:nth-child(5n+2){padding-left:4px}
.fifths>li:nth-child(5n-1),.fifths>div:nth-child(5n-1){padding-right:4px}
.fifths>li:nth-child(5n+2),.fifths>div:nth-child(5n+2){padding-right:12px}
.fifths>li:nth-child(5n-1),.fifths>div:nth-child(5n-1){padding-left:12px}
.fifths>li:nth-child(5n+3),.fifths>div:nth-child(5n+3){padding-left:8px}
.fifths>li:nth-child(5n-2),.fifths>div:nth-child(5n-2){padding-right:8px}
.sixths>li,.sixths>div{display:table-cell;width:16.66667%;float:left;display:block}
.sixths>li:nth-child(6n+1),.sixths>div:nth-child(6n+1){padding-left:0;padding-right:16.66667px}
.sixths>li:nth-child(6n),.sixths>div:nth-child(6n){padding-left:16.66667px;padding-right:0}
.sixths>li:nth-child(1n),.sixths>div:nth-child(1n){clear:none}
.sixths>li:nth-child(6n+1),.sixths>div:nth-child(6n+1){clear:left}
.sixths>li:nth-child(6n+2),.sixths>div:nth-child(6n+2){padding-left:3.33333px}
.sixths>li:nth-child(6n-1),.sixths>div:nth-child(6n-1){padding-right:3.33333px}
.sixths>li:nth-child(6n+2),.sixths>div:nth-child(6n+2){padding-right:13.33333px}
.sixths>li:nth-child(6n-1),.sixths>div:nth-child(6n-1){padding-left:13.33333px}
.sixths>li:nth-child(6n+3),.sixths>div:nth-child(6n+3){padding-left:6.66667px}
.sixths>li:nth-child(6n-2),.sixths>div:nth-child(6n-2){padding-right:6.66667px}
.sixths>li:nth-child(6n+4),.sixths>div:nth-child(6n+4){padding-left:10px}
.sixths>li:nth-child(6n-3),.sixths>div:nth-child(6n-3){padding-right:10px}
.threeone>li:last-child>li,.threeone>li:last-child>div{display:table-cell;width:25%;float:left;display:block}
.threeone>li:last-child>li:nth-child(4n+1),.threeone>li:last-child>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.threeone>li:last-child>li:nth-child(4n),.threeone>li:last-child>div:nth-child(4n){padding-left:15px;padding-right:0}
.threeone>li:last-child>li:nth-child(1n),.threeone>li:last-child>div:nth-child(1n){clear:none}
.threeone>li:last-child>li:nth-child(4n+1),.threeone>li:last-child>div:nth-child(4n+1){clear:left}
.threeone>li:last-child>li:nth-child(4n+2),.threeone>li:last-child>div:nth-child(4n+2){padding-left:5px}
.threeone>li:last-child>li:nth-child(4n-1),.threeone>li:last-child>div:nth-child(4n-1){padding-right:5px}
.threeone>li:last-child>li:nth-child(4n+2),.threeone>li:last-child>div:nth-child(4n+2){padding-right:10px}
.threeone>li:last-child>li:nth-child(4n-1),.threeone>li:last-child>div:nth-child(4n-1){padding-left:10px}
.threeone-v2>li:first-child>li,.threeone-v2>li:first-child>div{display:table-cell;width:25%;float:left;display:block}
.threeone-v2>li:first-child>li:nth-child(4n+1),.threeone-v2>li:first-child>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.threeone-v2>li:first-child>li:nth-child(4n),.threeone-v2>li:first-child>div:nth-child(4n){padding-left:15px;padding-right:0}
.threeone-v2>li:first-child>li:nth-child(1n),.threeone-v2>li:first-child>div:nth-child(1n){clear:none}
.threeone-v2>li:first-child>li:nth-child(4n+1),.threeone-v2>li:first-child>div:nth-child(4n+1){clear:left}
.threeone-v2>li:first-child>li:nth-child(4n+2),.threeone-v2>li:first-child>div:nth-child(4n+2){padding-left:5px}
.threeone-v2>li:first-child>li:nth-child(4n-1),.threeone-v2>li:first-child>div:nth-child(4n-1){padding-right:5px}
.threeone-v2>li:first-child>li:nth-child(4n+2),.threeone-v2>li:first-child>div:nth-child(4n+2){padding-right:10px}
.threeone-v2>li:first-child>li:nth-child(4n-1),.threeone-v2>li:first-child>div:nth-child(4n-1){padding-left:10px}
.twothirds>li:last-child>li,.twothirds>li:last-child>div{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds>li:last-child>li:nth-child(3n+1),.twothirds>li:last-child>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.twothirds>li:last-child>li:nth-child(3n),.twothirds>li:last-child>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.twothirds>li:last-child>li:nth-child(1n),.twothirds>li:last-child>div:nth-child(1n){clear:none}
.twothirds>li:last-child>li:nth-child(3n+1),.twothirds>li:last-child>div:nth-child(3n+1){clear:left}
.twothirds>li:last-child>li:nth-child(3n+2),.twothirds>li:last-child>div:nth-child(3n+2){padding-left:6.66667px}
.twothirds>li:last-child>li:nth-child(3n-1),.twothirds>li:last-child>div:nth-child(3n-1){padding-right:6.66667px}
.twothirds-v2>li:first-child>li,.twothirds-v2>li:first-child>div{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds-v2>li:first-child>li:nth-child(3n+1),.twothirds-v2>li:first-child>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.twothirds-v2>li:first-child>li:nth-child(3n),.twothirds-v2>li:first-child>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.twothirds-v2>li:first-child>li:nth-child(1n),.twothirds-v2>li:first-child>div:nth-child(1n){clear:none}
.twothirds-v2>li:first-child>li:nth-child(3n+1),.twothirds-v2>li:first-child>div:nth-child(3n+1){clear:left}
.twothirds-v2>li:first-child>li:nth-child(3n+2),.twothirds-v2>li:first-child>div:nth-child(3n+2){padding-left:6.66667px}
.twothirds-v2>li:first-child>li:nth-child(3n-1),.twothirds-v2>li:first-child>div:nth-child(3n-1){padding-right:6.66667px}
.col.xl-2>li,.col.xl-2>div{display:table-cell;width:50%;float:left;display:block}
.col.xl-2>li:nth-child(2n+1),.col.xl-2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.col.xl-2>li:nth-child(2n),.col.xl-2>div:nth-child(2n){padding-left:10px;padding-right:0}
.col.xl-2>li:nth-child(1n),.col.xl-2>div:nth-child(1n){clear:none}
.col.xl-2>li:nth-child(2n+1),.col.xl-2>div:nth-child(2n+1){clear:left}
.col.xl-3>li,.col.xl-3>div{display:table-cell;width:33.33333%;float:left;display:block}
.col.xl-3>li:nth-child(3n+1),.col.xl-3>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.col.xl-3>li:nth-child(3n),.col.xl-3>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.col.xl-3>li:nth-child(1n),.col.xl-3>div:nth-child(1n){clear:none}
.col.xl-3>li:nth-child(3n+1),.col.xl-3>div:nth-child(3n+1){clear:left}
.col.xl-3>li:nth-child(3n+2),.col.xl-3>div:nth-child(3n+2){padding-left:6.66667px}
.col.xl-3>li:nth-child(3n-1),.col.xl-3>div:nth-child(3n-1){padding-right:6.66667px}
.col.xl-4>li,.col.xl-4>div{display:table-cell;width:25%;float:left;display:block}
.col.xl-4>li:nth-child(4n+1),.col.xl-4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.col.xl-4>li:nth-child(4n),.col.xl-4>div:nth-child(4n){padding-left:15px;padding-right:0}
.col.xl-4>li:nth-child(1n),.col.xl-4>div:nth-child(1n){clear:none}
.col.xl-4>li:nth-child(4n+1),.col.xl-4>div:nth-child(4n+1){clear:left}
.col.xl-4>li:nth-child(4n+2),.col.xl-4>div:nth-child(4n+2){padding-left:5px}
.col.xl-4>li:nth-child(4n-1),.col.xl-4>div:nth-child(4n-1){padding-right:5px}
.col.xl-4>li:nth-child(4n+2),.col.xl-4>div:nth-child(4n+2){padding-right:10px}
.col.xl-4>li:nth-child(4n-1),.col.xl-4>div:nth-child(4n-1){padding-left:10px}
.col.xl-5>li,.col.xl-5>div{display:table-cell;width:20%;float:left;display:block}
.col.xl-5>li:nth-child(5n+1),.col.xl-5>div:nth-child(5n+1){padding-left:0;padding-right:16px}
.col.xl-5>li:nth-child(5n),.col.xl-5>div:nth-child(5n){padding-left:16px;padding-right:0}
.col.xl-5>li:nth-child(1n),.col.xl-5>div:nth-child(1n){clear:none}
.col.xl-5>li:nth-child(5n+1),.col.xl-5>div:nth-child(5n+1){clear:left}
.col.xl-5>li:nth-child(5n+2),.col.xl-5>div:nth-child(5n+2){padding-left:4px}
.col.xl-5>li:nth-child(5n-1),.col.xl-5>div:nth-child(5n-1){padding-right:4px}
.col.xl-5>li:nth-child(5n+2),.col.xl-5>div:nth-child(5n+2){padding-right:12px}
.col.xl-5>li:nth-child(5n-1),.col.xl-5>div:nth-child(5n-1){padding-left:12px}
.col.xl-5>li:nth-child(5n+3),.col.xl-5>div:nth-child(5n+3){padding-left:8px}
.col.xl-5>li:nth-child(5n-2),.col.xl-5>div:nth-child(5n-2){padding-right:8px}
.col.xl-6>li,.col.xl-6>div{display:table-cell;width:16.66667%;float:left;display:block}
.col.xl-6>li:nth-child(6n+1),.col.xl-6>div:nth-child(6n+1){padding-left:0;padding-right:16.66667px}
.col.xl-6>li:nth-child(6n),.col.xl-6>div:nth-child(6n){padding-left:16.66667px;padding-right:0}
.col.xl-6>li:nth-child(1n),.col.xl-6>div:nth-child(1n){clear:none}
.col.xl-6>li:nth-child(6n+1),.col.xl-6>div:nth-child(6n+1){clear:left}
.col.xl-6>li:nth-child(6n+2),.col.xl-6>div:nth-child(6n+2){padding-left:3.33333px}
.col.xl-6>li:nth-child(6n-1),.col.xl-6>div:nth-child(6n-1){padding-right:3.33333px}
.col.xl-6>li:nth-child(6n+2),.col.xl-6>div:nth-child(6n+2){padding-right:13.33333px}
.col.xl-6>li:nth-child(6n-1),.col.xl-6>div:nth-child(6n-1){padding-left:13.33333px}
.col.xl-6>li:nth-child(6n+3),.col.xl-6>div:nth-child(6n+3){padding-left:6.66667px}
.col.xl-6>li:nth-child(6n-2),.col.xl-6>div:nth-child(6n-2){padding-right:6.66667px}
.col.xl-6>li:nth-child(6n+4),.col.xl-6>div:nth-child(6n+4){padding-left:10px}
.col.xl-6>li:nth-child(6n-3),.col.xl-6>div:nth-child(6n-3){padding-right:10px}
}
@media screen and (min-width:1600px){.halves>li,.halves>div{display:table-cell;width:50%;float:left;display:block}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves>li:nth-child(2n),.halves>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves>li:nth-child(1n),.halves>div:nth-child(1n){clear:none}
.halves>li:nth-child(2n+1),.halves>div:nth-child(2n+1){clear:left}
.halves-v2>li,.halves-v2>div{display:table-cell;width:50%;float:left;display:block}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.halves-v2>li:nth-child(2n),.halves-v2>div:nth-child(2n){padding-left:10px;padding-right:0}
.halves-v2>li:nth-child(1n),.halves-v2>div:nth-child(1n){clear:none}
.halves-v2>li:nth-child(2n+1),.halves-v2>div:nth-child(2n+1){clear:left}
.thirds>li,.thirds>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds>li:nth-child(3n),.thirds>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds>li:nth-child(1n),.thirds>div:nth-child(1n){clear:none}
.thirds>li:nth-child(3n+1),.thirds>div:nth-child(3n+1){clear:left}
.thirds>li:nth-child(3n+2),.thirds>div:nth-child(3n+2){padding-left:6.66667px}
.thirds>li:nth-child(3n-1),.thirds>div:nth-child(3n-1){padding-right:6.66667px}
.thirds-v2>li,.thirds-v2>div{display:table-cell;width:33.33333%;float:left;display:block}
.thirds-v2>li:nth-child(3n+1),.thirds-v2>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.thirds-v2>li:nth-child(3n),.thirds-v2>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.thirds-v2>li:nth-child(1n),.thirds-v2>div:nth-child(1n){clear:none}
.thirds-v2>li:nth-child(3n+1),.thirds-v2>div:nth-child(3n+1){clear:left}
.thirds-v2>li:nth-child(3n+2),.thirds-v2>div:nth-child(3n+2){padding-left:6.66667px}
.thirds-v2>li:nth-child(3n-1),.thirds-v2>div:nth-child(3n-1){padding-right:6.66667px}
.quarters>li,.quarters>div{display:table-cell;width:25%;float:left;display:block}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters>li:nth-child(4n),.quarters>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters>li:nth-child(1n),.quarters>div:nth-child(1n){clear:none}
.quarters>li:nth-child(4n+1),.quarters>div:nth-child(4n+1){clear:left}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-left:5px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-right:5px}
.quarters>li:nth-child(4n+2),.quarters>div:nth-child(4n+2){padding-right:10px}
.quarters>li:nth-child(4n-1),.quarters>div:nth-child(4n-1){padding-left:10px}
.quarters-v2>li,.quarters-v2>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v2>li:nth-child(4n),.quarters-v2>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v2>li:nth-child(1n),.quarters-v2>div:nth-child(1n){clear:none}
.quarters-v2>li:nth-child(4n+1),.quarters-v2>div:nth-child(4n+1){clear:left}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-left:5px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-right:5px}
.quarters-v2>li:nth-child(4n+2),.quarters-v2>div:nth-child(4n+2){padding-right:10px}
.quarters-v2>li:nth-child(4n-1),.quarters-v2>div:nth-child(4n-1){padding-left:10px}
.quarters-v3>li,.quarters-v3>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v3>li:nth-child(4n+1),.quarters-v3>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v3>li:nth-child(4n),.quarters-v3>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v3>li:nth-child(1n),.quarters-v3>div:nth-child(1n){clear:none}
.quarters-v3>li:nth-child(4n+1),.quarters-v3>div:nth-child(4n+1){clear:left}
.quarters-v3>li:nth-child(4n+2),.quarters-v3>div:nth-child(4n+2){padding-left:5px}
.quarters-v3>li:nth-child(4n-1),.quarters-v3>div:nth-child(4n-1){padding-right:5px}
.quarters-v3>li:nth-child(4n+2),.quarters-v3>div:nth-child(4n+2){padding-right:10px}
.quarters-v3>li:nth-child(4n-1),.quarters-v3>div:nth-child(4n-1){padding-left:10px}
.quarters-v4>li,.quarters-v4>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v4>li:nth-child(4n+1),.quarters-v4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v4>li:nth-child(4n),.quarters-v4>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v4>li:nth-child(1n),.quarters-v4>div:nth-child(1n){clear:none}
.quarters-v4>li:nth-child(4n+1),.quarters-v4>div:nth-child(4n+1){clear:left}
.quarters-v4>li:nth-child(4n+2),.quarters-v4>div:nth-child(4n+2){padding-left:5px}
.quarters-v4>li:nth-child(4n-1),.quarters-v4>div:nth-child(4n-1){padding-right:5px}
.quarters-v4>li:nth-child(4n+2),.quarters-v4>div:nth-child(4n+2){padding-right:10px}
.quarters-v4>li:nth-child(4n-1),.quarters-v4>div:nth-child(4n-1){padding-left:10px}
.quarters-v5>li,.quarters-v5>div{display:table-cell;width:25%;float:left;display:block}
.quarters-v5>li:nth-child(4n+1),.quarters-v5>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.quarters-v5>li:nth-child(4n),.quarters-v5>div:nth-child(4n){padding-left:15px;padding-right:0}
.quarters-v5>li:nth-child(1n),.quarters-v5>div:nth-child(1n){clear:none}
.quarters-v5>li:nth-child(4n+1),.quarters-v5>div:nth-child(4n+1){clear:left}
.quarters-v5>li:nth-child(4n+2),.quarters-v5>div:nth-child(4n+2){padding-left:5px}
.quarters-v5>li:nth-child(4n-1),.quarters-v5>div:nth-child(4n-1){padding-right:5px}
.quarters-v5>li:nth-child(4n+2),.quarters-v5>div:nth-child(4n+2){padding-right:10px}
.quarters-v5>li:nth-child(4n-1),.quarters-v5>div:nth-child(4n-1){padding-left:10px}
.fifths>li,.fifths>div{display:table-cell;width:20%;float:left;display:block}
.fifths>li:nth-child(5n+1),.fifths>div:nth-child(5n+1){padding-left:0;padding-right:16px}
.fifths>li:nth-child(5n),.fifths>div:nth-child(5n){padding-left:16px;padding-right:0}
.fifths>li:nth-child(1n),.fifths>div:nth-child(1n){clear:none}
.fifths>li:nth-child(5n+1),.fifths>div:nth-child(5n+1){clear:left}
.fifths>li:nth-child(5n+2),.fifths>div:nth-child(5n+2){padding-left:4px}
.fifths>li:nth-child(5n-1),.fifths>div:nth-child(5n-1){padding-right:4px}
.fifths>li:nth-child(5n+2),.fifths>div:nth-child(5n+2){padding-right:12px}
.fifths>li:nth-child(5n-1),.fifths>div:nth-child(5n-1){padding-left:12px}
.fifths>li:nth-child(5n+3),.fifths>div:nth-child(5n+3){padding-left:8px}
.fifths>li:nth-child(5n-2),.fifths>div:nth-child(5n-2){padding-right:8px}
.sixths>li,.sixths>div{display:table-cell;width:16.66667%;float:left;display:block}
.sixths>li:nth-child(6n+1),.sixths>div:nth-child(6n+1){padding-left:0;padding-right:16.66667px}
.sixths>li:nth-child(6n),.sixths>div:nth-child(6n){padding-left:16.66667px;padding-right:0}
.sixths>li:nth-child(1n),.sixths>div:nth-child(1n){clear:none}
.sixths>li:nth-child(6n+1),.sixths>div:nth-child(6n+1){clear:left}
.sixths>li:nth-child(6n+2),.sixths>div:nth-child(6n+2){padding-left:3.33333px}
.sixths>li:nth-child(6n-1),.sixths>div:nth-child(6n-1){padding-right:3.33333px}
.sixths>li:nth-child(6n+2),.sixths>div:nth-child(6n+2){padding-right:13.33333px}
.sixths>li:nth-child(6n-1),.sixths>div:nth-child(6n-1){padding-left:13.33333px}
.sixths>li:nth-child(6n+3),.sixths>div:nth-child(6n+3){padding-left:6.66667px}
.sixths>li:nth-child(6n-2),.sixths>div:nth-child(6n-2){padding-right:6.66667px}
.sixths>li:nth-child(6n+4),.sixths>div:nth-child(6n+4){padding-left:10px}
.sixths>li:nth-child(6n-3),.sixths>div:nth-child(6n-3){padding-right:10px}
.threeone>li:last-child>li,.threeone>li:last-child>div{display:table-cell;width:25%;float:left;display:block}
.threeone>li:last-child>li:nth-child(4n+1),.threeone>li:last-child>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.threeone>li:last-child>li:nth-child(4n),.threeone>li:last-child>div:nth-child(4n){padding-left:15px;padding-right:0}
.threeone>li:last-child>li:nth-child(1n),.threeone>li:last-child>div:nth-child(1n){clear:none}
.threeone>li:last-child>li:nth-child(4n+1),.threeone>li:last-child>div:nth-child(4n+1){clear:left}
.threeone>li:last-child>li:nth-child(4n+2),.threeone>li:last-child>div:nth-child(4n+2){padding-left:5px}
.threeone>li:last-child>li:nth-child(4n-1),.threeone>li:last-child>div:nth-child(4n-1){padding-right:5px}
.threeone>li:last-child>li:nth-child(4n+2),.threeone>li:last-child>div:nth-child(4n+2){padding-right:10px}
.threeone>li:last-child>li:nth-child(4n-1),.threeone>li:last-child>div:nth-child(4n-1){padding-left:10px}
.threeone-v2>li:first-child>li,.threeone-v2>li:first-child>div{display:table-cell;width:25%;float:left;display:block}
.threeone-v2>li:first-child>li:nth-child(4n+1),.threeone-v2>li:first-child>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.threeone-v2>li:first-child>li:nth-child(4n),.threeone-v2>li:first-child>div:nth-child(4n){padding-left:15px;padding-right:0}
.threeone-v2>li:first-child>li:nth-child(1n),.threeone-v2>li:first-child>div:nth-child(1n){clear:none}
.threeone-v2>li:first-child>li:nth-child(4n+1),.threeone-v2>li:first-child>div:nth-child(4n+1){clear:left}
.threeone-v2>li:first-child>li:nth-child(4n+2),.threeone-v2>li:first-child>div:nth-child(4n+2){padding-left:5px}
.threeone-v2>li:first-child>li:nth-child(4n-1),.threeone-v2>li:first-child>div:nth-child(4n-1){padding-right:5px}
.threeone-v2>li:first-child>li:nth-child(4n+2),.threeone-v2>li:first-child>div:nth-child(4n+2){padding-right:10px}
.threeone-v2>li:first-child>li:nth-child(4n-1),.threeone-v2>li:first-child>div:nth-child(4n-1){padding-left:10px}
.twothirds>li:last-child>li,.twothirds>li:last-child>div{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds>li:last-child>li:nth-child(3n+1),.twothirds>li:last-child>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.twothirds>li:last-child>li:nth-child(3n),.twothirds>li:last-child>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.twothirds>li:last-child>li:nth-child(1n),.twothirds>li:last-child>div:nth-child(1n){clear:none}
.twothirds>li:last-child>li:nth-child(3n+1),.twothirds>li:last-child>div:nth-child(3n+1){clear:left}
.twothirds>li:last-child>li:nth-child(3n+2),.twothirds>li:last-child>div:nth-child(3n+2){padding-left:6.66667px}
.twothirds>li:last-child>li:nth-child(3n-1),.twothirds>li:last-child>div:nth-child(3n-1){padding-right:6.66667px}
.twothirds-v2>li:first-child>li,.twothirds-v2>li:first-child>div{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds-v2>li:first-child>li:nth-child(3n+1),.twothirds-v2>li:first-child>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.twothirds-v2>li:first-child>li:nth-child(3n),.twothirds-v2>li:first-child>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.twothirds-v2>li:first-child>li:nth-child(1n),.twothirds-v2>li:first-child>div:nth-child(1n){clear:none}
.twothirds-v2>li:first-child>li:nth-child(3n+1),.twothirds-v2>li:first-child>div:nth-child(3n+1){clear:left}
.twothirds-v2>li:first-child>li:nth-child(3n+2),.twothirds-v2>li:first-child>div:nth-child(3n+2){padding-left:6.66667px}
.twothirds-v2>li:first-child>li:nth-child(3n-1),.twothirds-v2>li:first-child>div:nth-child(3n-1){padding-right:6.66667px}
.col.xxl-2>li,.col.xxl-2>div{display:table-cell;width:50%;float:left;display:block}
.col.xxl-2>li:nth-child(2n+1),.col.xxl-2>div:nth-child(2n+1){padding-left:0;padding-right:10px}
.col.xxl-2>li:nth-child(2n),.col.xxl-2>div:nth-child(2n){padding-left:10px;padding-right:0}
.col.xxl-2>li:nth-child(1n),.col.xxl-2>div:nth-child(1n){clear:none}
.col.xxl-2>li:nth-child(2n+1),.col.xxl-2>div:nth-child(2n+1){clear:left}
.col.xxl-3>li,.col.xxl-3>div{display:table-cell;width:33.33333%;float:left;display:block}
.col.xxl-3>li:nth-child(3n+1),.col.xxl-3>div:nth-child(3n+1){padding-left:0;padding-right:13.33333px}
.col.xxl-3>li:nth-child(3n),.col.xxl-3>div:nth-child(3n){padding-left:13.33333px;padding-right:0}
.col.xxl-3>li:nth-child(1n),.col.xxl-3>div:nth-child(1n){clear:none}
.col.xxl-3>li:nth-child(3n+1),.col.xxl-3>div:nth-child(3n+1){clear:left}
.col.xxl-3>li:nth-child(3n+2),.col.xxl-3>div:nth-child(3n+2){padding-left:6.66667px}
.col.xxl-3>li:nth-child(3n-1),.col.xxl-3>div:nth-child(3n-1){padding-right:6.66667px}
.col.xxl-4>li,.col.xxl-4>div{display:table-cell;width:25%;float:left;display:block}
.col.xxl-4>li:nth-child(4n+1),.col.xxl-4>div:nth-child(4n+1){padding-left:0;padding-right:15px}
.col.xxl-4>li:nth-child(4n),.col.xxl-4>div:nth-child(4n){padding-left:15px;padding-right:0}
.col.xxl-4>li:nth-child(1n),.col.xxl-4>div:nth-child(1n){clear:none}
.col.xxl-4>li:nth-child(4n+1),.col.xxl-4>div:nth-child(4n+1){clear:left}
.col.xxl-4>li:nth-child(4n+2),.col.xxl-4>div:nth-child(4n+2){padding-left:5px}
.col.xxl-4>li:nth-child(4n-1),.col.xxl-4>div:nth-child(4n-1){padding-right:5px}
.col.xxl-4>li:nth-child(4n+2),.col.xxl-4>div:nth-child(4n+2){padding-right:10px}
.col.xxl-4>li:nth-child(4n-1),.col.xxl-4>div:nth-child(4n-1){padding-left:10px}
.col.xxl-5>li,.col.xxl-5>div{display:table-cell;width:20%;float:left;display:block}
.col.xxl-5>li:nth-child(5n+1),.col.xxl-5>div:nth-child(5n+1){padding-left:0;padding-right:16px}
.col.xxl-5>li:nth-child(5n),.col.xxl-5>div:nth-child(5n){padding-left:16px;padding-right:0}
.col.xxl-5>li:nth-child(1n),.col.xxl-5>div:nth-child(1n){clear:none}
.col.xxl-5>li:nth-child(5n+1),.col.xxl-5>div:nth-child(5n+1){clear:left}
.col.xxl-5>li:nth-child(5n+2),.col.xxl-5>div:nth-child(5n+2){padding-left:4px}
.col.xxl-5>li:nth-child(5n-1),.col.xxl-5>div:nth-child(5n-1){padding-right:4px}
.col.xxl-5>li:nth-child(5n+2),.col.xxl-5>div:nth-child(5n+2){padding-right:12px}
.col.xxl-5>li:nth-child(5n-1),.col.xxl-5>div:nth-child(5n-1){padding-left:12px}
.col.xxl-5>li:nth-child(5n+3),.col.xxl-5>div:nth-child(5n+3){padding-left:8px}
.col.xxl-5>li:nth-child(5n-2),.col.xxl-5>div:nth-child(5n-2){padding-right:8px}
.col.xxl-6>li,.col.xxl-6>div{display:table-cell;width:16.66667%;float:left;display:block}
.col.xxl-6>li:nth-child(6n+1),.col.xxl-6>div:nth-child(6n+1){padding-left:0;padding-right:16.66667px}
.col.xxl-6>li:nth-child(6n),.col.xxl-6>div:nth-child(6n){padding-left:16.66667px;padding-right:0}
.col.xxl-6>li:nth-child(1n),.col.xxl-6>div:nth-child(1n){clear:none}
.col.xxl-6>li:nth-child(6n+1),.col.xxl-6>div:nth-child(6n+1){clear:left}
.col.xxl-6>li:nth-child(6n+2),.col.xxl-6>div:nth-child(6n+2){padding-left:3.33333px}
.col.xxl-6>li:nth-child(6n-1),.col.xxl-6>div:nth-child(6n-1){padding-right:3.33333px}
.col.xxl-6>li:nth-child(6n+2),.col.xxl-6>div:nth-child(6n+2){padding-right:13.33333px}
.col.xxl-6>li:nth-child(6n-1),.col.xxl-6>div:nth-child(6n-1){padding-left:13.33333px}
.col.xxl-6>li:nth-child(6n+3),.col.xxl-6>div:nth-child(6n+3){padding-left:6.66667px}
.col.xxl-6>li:nth-child(6n-2),.col.xxl-6>div:nth-child(6n-2){padding-right:6.66667px}
.col.xxl-6>li:nth-child(6n+4),.col.xxl-6>div:nth-child(6n+4){padding-left:10px}
.col.xxl-6>li:nth-child(6n-3),.col.xxl-6>div:nth-child(6n-3){padding-right:10px}
}
section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row{margin-bottom:48px}
@media screen and (min-width:640px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row{margin-bottom:48px}
}
@media screen and (min-width:768px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row{margin-bottom:72px}
}
@media screen and (min-width:980px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row{margin-bottom:72px}
}
@media screen and (min-width:1280px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row{margin-bottom:72px}
}
@media screen and (min-width:1600px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row{margin-bottom:96px}
}
.gutter,.grid-gutter{padding-left:7.5px;padding-right:7.5px}
@media screen and (min-width:640px){.gutter,.grid-gutter{padding-left:10px;padding-right:10px}
}
@media screen and (min-width:768px){.gutter,.grid-gutter{padding-left:10px;padding-right:10px}
}
@media screen and (min-width:980px){.gutter,.grid-gutter{padding-left:10px;padding-right:10px}
}
@media screen and (min-width:1280px){.gutter,.grid-gutter{padding-left:10px;padding-right:10px}
}
@media screen and (min-width:1600px){.gutter,.grid-gutter{padding-left:10px;padding-right:10px}
}
.view{margin-bottom:48px}
@media screen and (min-width:640px){.view{margin-bottom:48px}
}
@media screen and (min-width:768px){.view{margin-bottom:72px}
}
@media screen and (min-width:980px){.view{margin-bottom:72px}
}
@media screen and (min-width:1280px){.view{margin-bottom:72px}
}
@media screen and (min-width:1600px){.view{margin-bottom:96px}
}
.shim{padding-top:48px;padding-bottom:48px}
.shim-top{padding-top:48px}
.shim-bottom{padding-bottom:48px}
@media screen and (min-width:640px){.shim{padding-top:48px;padding-bottom:48px}
.shim-top{padding-top:48px}
.shim-bottom{padding-bottom:48px}
}
@media screen and (min-width:768px){.shim{padding-top:72px;padding-bottom:72px}
.shim-top{padding-top:72px}
.shim-bottom{padding-bottom:72px}
}
@media screen and (min-width:980px){.shim{padding-top:72px;padding-bottom:72px}
.shim-top{padding-top:72px}
.shim-bottom{padding-bottom:72px}
}
@media screen and (min-width:1280px){.shim{padding-top:72px;padding-bottom:72px}
.shim-top{padding-top:72px}
.shim-bottom{padding-bottom:72px}
}
@media screen and (min-width:1600px){.shim{padding-top:96px;padding-bottom:96px}
.shim-top{padding-top:96px}
.shim-bottom{padding-bottom:96px}
}
section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target{padding-left:18px;padding-right:18px}
@media screen and (min-width:640px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target{padding-left:18px;padding-right:18px}
}
@media screen and (min-width:768px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target{padding-left:18px;padding-right:18px}
}
@media screen and (min-width:980px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target{padding-left:20px;padding-right:20px}
}
@media screen and (min-width:1280px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target{padding-left:50px;padding-right:50px}
}
@media screen and (min-width:1600px){section>div>.row,section .raw-html>div>.row,section>div>.widget,section .raw-html>div>.widget,.sticky-wrapper>.row,.bleed .pagebed,.bleed .grid-pagebed,.widget.widget-tab-v2,.tab-target{padding-left:90px;padding-right:90px}
}
@media screen and (max-width:40em){.quarters-v2>li:nth-child(odd){clear:left}
}
@media screen and (min-width:640px){.complex>li{display:table-cell;width:50%;float:left;display:block}
.complex>li:first-child,.complex>li:last-child{display:table-cell;width:100%;float:left;display:block}
.complex>li:nth-child(2){padding-right:10px}
.complex>li:nth-child(3){padding-left:10px}
}
@media screen and (min-width:980px){.complex>li:first-child{display:table-cell;width:50%;float:left;display:block}
.complex>li:nth-child(3){display:table-cell;width:33.33333%;float:left;display:block}
.complex>li:last-child{display:table-cell;width:66.66667%;float:left;display:block}
.complex>li:first-child,.complex>li:nth-child(3){padding-right:10px;padding-left:0}
.complex>li:last-child,.complex>li:nth-child(2){padding-left:10px;padding-right:0}
.twothirds>li,.twothirds>dd{display:table-cell;width:33.33333%;float:left;display:block}
.twothirds>li .text-alone,.twothirds>dd .text-alone{width:100%}
.twothirds>li:first-child,.twothirds>dd:first-child{display:table-cell;width:66.66667%;float:left;display:block;padding-right:10px}
.twothirds>li:last-child,.twothirds>dd:last-child{padding-left:10px}
.twothirds-v2>li,.twothirds-v2>dd{display:table-cell;width:66.66667%;float:left;display:block}
.twothirds-v2>li .text-alone,.twothirds-v2>dd .text-alone{width:100%}
.twothirds-v2>li:first-child,.twothirds-v2>dd:first-child{display:table-cell;width:33.33333%;float:left;display:block;padding-right:10px}
.twothirds-v2>li:last-child,.twothirds-v2>dd:last-child{padding-left:10px}
.twothirds li:last-child>div,.twothirds-v2 li:first-child>div{width:100% !important}
.threeone>li,.threeone>dd{display:table-cell;width:25%;float:left;display:block}
.threeone>li .text-alone,.threeone>dd .text-alone{width:100%}
.threeone>li:first-child,.threeone>dd:first-child{display:table-cell;width:75%;float:left;display:block;padding-right:10px}
.threeone>li:last-child,.threeone>dd:last-child{padding-left:10px}
.threeone-v2>li,.threeone-v2>dd{display:table-cell;width:25%;float:left;display:block}
.threeone-v2>li .text-alone,.threeone-v2>dd .text-alone{width:100%}
.threeone-v2>li:last-child,.threeone-v2>dd:last-child{display:table-cell;width:75%;float:left;display:block;padding-right:10px}
.threeone-v2>li:last-child,.threeone-v2>dd:last-child{padding-left:10px}
.threeone li:last-child>div,.threeone-v2 li:first-child>div{width:100% !important}
.thirds>li:nth-child(2),.thirds>dd:nth-child(2){padding:0 5px}
}
.bg-primary{background-color:#0076ce}
.bg-secondary{background-color:#aaa}
.bg-tertiary{background-color:#fff}
.bg-quaternary{background-color:#000}
.bg-quinary{background-color:#eee}
.bg-senary{background-color:#444}
.bg-septenary{background-color:#1a1a1a}
.bg-octonary{background-color:#00447c}
.bg-nonary{background-color:#3dc6ef}
.bg-denary{background-color:#444}
.bg-eleven{background-color:#ccc}
.bg-twelve{background-color:#6ea204}
html,.row{background-size:cover}
.row{background-position-y:0}
.row.bg-left{background-position-x:0}
.row.bg-center{background-position-x:50%}
.row.bg-right{background-position-x:100%}
html,body{height:100%}
html{font-size:10px}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
body{-webkit-text-size-adjust:100%;min-width:320px}
@media screen and (min-width:0) and (max-width:639.9px){div,.subheading,.section .heading{font-weight:200}
.label,.heading,.footnote{font-weight:400}
.claim{font-weight:100}
}
@media screen and (min-width:640px) and (max-width:767.9px){div,.heading,.subheading,.section .heading{font-weight:200}
.label,.halves .heading,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.col.sm-2 .heading,.thirds .heading,.quarters-v5 .heading,.col.sm-3 .heading,.footnote{font-weight:400}
.claim{font-weight:100}
}
@media screen and (min-width:768px) and (max-width:979.9px){div,.heading,.subheading,.section .heading,.icon-text .heading{font-weight:200}
.label,.thirds .heading,.quarters-v5 .heading,.col.md-3 .heading,.quarters .heading,.quarters-v2 .heading,.col.md-4 .heading,.footnote,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.col.md-2 .icon-text .heading,.text-width-long .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading,.text-width-narrow .icon-text .heading,.thirds .icon-text .heading,.quarters-v5 .icon-text .heading,.col.md-3 .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.col.md-4 .icon-text .heading{font-weight:400}
.claim{font-weight:100}
}
@media screen and (min-width:980px) and (max-width:1279.9px){div,.heading,.subheading,.section .heading,.icon-text .heading{font-weight:200}
.label,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.lg-4 .heading,.fifths .heading,.col.lg-5 .heading,.sixths .heading,.col.lg-6 .heading,.footnote,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.lg-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.lg-4 .icon-text .heading,.fifths .icon-text .heading,.col.lg-5 .icon-text .heading,.sixths .icon-text .heading,.col.lg-6 .icon-text .heading{font-weight:400}
.claim{font-weight:100}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){div,.heading,.subheading,.section .heading,.icon-text .heading{font-weight:200}
.label,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xl-4 .heading,.fifths .heading,.col.xl-5 .heading,.sixths .heading,.col.xl-6 .heading,.footnote,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.xl-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.xl-4 .icon-text .heading,.fifths .icon-text .heading,.col.xl-5 .icon-text .heading,.sixths .icon-text .heading,.col.xl-6 .icon-text .heading{font-weight:400}
.claim{font-weight:100}
}
@media screen and (min-width:1600px){div,.heading,.subheading,.section .heading,.icon-text .heading{font-weight:200}
.label,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xxl-4 .heading,.fifths .heading,.col.xxl-5 .heading,.sixths .heading,.col.xxl-6 .heading,.footnote,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.xxl-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.xxl-4 .icon-text .heading,.fifths .icon-text .heading,.col.xxl-5 .icon-text .heading,.sixths .icon-text .heading,.col.xxl-6 .icon-text .heading{font-weight:400}
.claim{font-weight:100}
}
@media screen and (min-width:0) and (max-width:639.9px){div,.quarters-v2 .heading,.col.xs-2 .heading{font-size:14px;font-size:1.4rem}
.label{font-size:15px;font-size:1.5rem}
.quarters-v2 .label,.col.xs-2 .label{font-size:8px;font-size:.8rem}
.heading{font-size:24px;font-size:2.4rem}
.subheading{font-size:16px;font-size:1.6rem}
.footnote{font-size:12px;font-size:1.2rem}
.section .heading{font-size:30px;font-size:3rem}
.icon-text .heading{font-size:20px;font-size:2rem}
.icon-text .claim{font-size:36px;font-size:3.6rem}
.claim{font-size:66px;font-size:6.6rem}
.quarters-v2 .claim,.col.xs-2 .claim{font-size:44px;font-size:4.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){div{font-size:16px;font-size:1.6rem}
.thirds div,.quarters-v5 div,.col.sm-3 div{font-size:14px;font-size:1.4rem}
.label{font-size:15px;font-size:1.5rem}
.thirds .label,.quarters-v5 .label,.col.sm-3 .label,.footnote,.thirds .footnote,.quarters-v5 .footnote,.col.sm-3 .footnote{font-size:12px;font-size:1.2rem}
.heading,.icon-text .heading{font-size:30px;font-size:3rem}
.halves .heading,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.col.sm-2 .heading{font-size:24px;font-size:2.4rem}
.thirds .heading,.quarters-v5 .heading,.col.sm-3 .heading{font-size:18px;font-size:1.8rem}
.subheading{font-size:26px;font-size:2.6rem}
.section .heading,.halves .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.col.sm-2 .icon-text .claim,.thirds .icon-text .claim,.quarters-v5 .icon-text .claim,.col.sm-3 .icon-text .claim{font-size:36px;font-size:3.6rem}
.halves .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.col.sm-2 .icon-text .heading{font-size:20px;font-size:2rem}
.icon-text .claim,.claim{font-size:66px;font-size:6.6rem}
.halves .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.col.sm-2 .claim,.thirds .claim,.quarters-v5 .claim,.col.sm-3 .claim{font-size:44px;font-size:4.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){div{font-size:16px;font-size:1.6rem}
.quarters div,.quarters-v2 div,.col.md-4 div{font-size:14px;font-size:1.4rem}
.label{font-size:15px;font-size:1.5rem}
.quarters .label,.quarters-v2 .label,.col.md-4 .label,.footnote,.quarters .footnote,.quarters-v2 .footnote,.col.md-4 .footnote{font-size:12px;font-size:1.2rem}
.heading,.halves .icon-text .claim,.halves-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.col.md-2 .icon-text .claim,.text-width-long .icon-text .claim,.text-width-wide .icon-text .claim,.text-width-half .icon-text .claim,.text-width-narrow .icon-text .claim,.thirds .icon-text .claim,.quarters-v5 .icon-text .claim,.col.md-3 .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.col.md-4 .icon-text .claim{font-size:36px;font-size:3.6rem}
.halves .heading,.halves-v2 .heading,.quarters-v3 .heading,.col.md-2 .heading,.text-width-long .heading,.text-width-wide .heading,.text-width-half .heading,.text-width-narrow .heading,.icon-text .heading{font-size:30px;font-size:3rem}
.thirds .heading,.quarters-v5 .heading,.col.md-3 .heading{font-size:24px;font-size:2.4rem}
.quarters .heading,.quarters-v2 .heading,.col.md-4 .heading{font-size:18px;font-size:1.8rem}
.subheading{font-size:32px;font-size:3.2rem}
.section .heading{font-size:42px;font-size:4.2rem}
.halves .icon-text .heading,.halves-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.col.md-2 .icon-text .heading,.text-width-long .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading,.text-width-narrow .icon-text .heading{font-size:20px;font-size:2rem}
.icon-text .claim,.claim,.halves .claim,.halves-v2 .claim,.quarters-v3 .claim,.col.md-2 .claim,.text-width-long .claim,.text-width-wide .claim,.text-width-half .claim,.text-width-narrow .claim,.thirds .claim,.quarters-v5 .claim,.col.md-3 .claim{font-size:66px;font-size:6.6rem}
.quarters .claim,.quarters-v2 .claim,.col.md-4 .claim{font-size:44px;font-size:4.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){div{font-size:16px;font-size:1.6rem}
.fifths div,.col.lg-5 div,.sixths div,.col.lg-6 div,.sixths .icon-text .heading,.col.lg-6 .icon-text .heading{font-size:14px;font-size:1.4rem}
.label{font-size:15px;font-size:1.5rem}
.fifths .label,.col.lg-5 .label,.sixths .label,.col.lg-6 .label,.footnote,.fifths .footnote,.col.lg-5 .footnote,.sixths .footnote,.col.lg-6 .footnote{font-size:12px;font-size:1.2rem}
.heading{font-size:42px;font-size:4.2rem}
.halves .heading,.halves-v2 .heading,.col.lg-2 .heading,.text-width-wide .heading,.text-width-half .heading,.icon-text .heading{font-size:36px;font-size:3.6rem}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.lg-3 .heading,.text-width-narrow .heading,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.col.lg-2 .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading{font-size:30px;font-size:3rem}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.lg-4 .heading,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.lg-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.lg-4 .icon-text .heading{font-size:24px;font-size:2.4rem}
.fifths .heading,.col.lg-5 .heading,.sixths .heading,.col.lg-6 .heading,.fifths .icon-text .heading,.col.lg-5 .icon-text .heading{font-size:18px;font-size:1.8rem}
.subheading{font-size:38px;font-size:3.8rem}
.section .heading{font-size:48px;font-size:4.8rem}
.icon-text .claim,.claim,.halves .claim,.halves-v2 .claim,.col.lg-2 .claim,.text-width-wide .claim,.text-width-half .claim,.thirds .claim,.thirds-v2 .claim,.twothirds>li:last-child .claim,.twothirds-v2>li:first-child .claim,.col.lg-3 .claim,.text-width-narrow .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.quarters-v4 .claim,.quarters-v5 .claim,.threeone>li:last-child .claim,.threeone-v2>li:first-child .claim,.col.lg-4 .claim{font-size:66px;font-size:6.6rem}
.thirds .icon-text .claim,.thirds-v2 .icon-text .claim,.twothirds>li:last-child .icon-text .claim,.twothirds-v2>li:first-child .icon-text .claim,.col.lg-3 .icon-text .claim,.text-width-narrow .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.quarters-v4 .icon-text .claim,.quarters-v5 .icon-text .claim,.threeone>li:last-child .icon-text .claim,.threeone-v2>li:first-child .icon-text .claim,.col.lg-4 .icon-text .claim{font-size:54px;font-size:5.4rem}
.fifths .icon-text .claim,.col.lg-5 .icon-text .claim,.sixths .icon-text .claim,.col.lg-6 .icon-text .claim,.fifths .claim,.col.lg-5 .claim,.sixths .claim,.col.lg-6 .claim{font-size:44px;font-size:4.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){div{font-size:16px;font-size:1.6rem}
.fifths div,.col.xl-5 div,.sixths div,.col.xl-6 div{font-size:14px;font-size:1.4rem}
.label{font-size:15px;font-size:1.5rem}
.fifths .label,.col.xl-5 .label,.sixths .label,.col.xl-6 .label,.footnote,.fifths .footnote,.col.xl-5 .footnote,.sixths .footnote,.col.xl-6 .footnote{font-size:12px;font-size:1.2rem}
.heading{font-size:42px;font-size:4.2rem}
.halves .heading,.halves-v2 .heading,.col.xl-2 .heading,.text-width-wide .heading,.text-width-half .heading,.icon-text .heading{font-size:36px;font-size:3.6rem}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.xl-3 .heading,.text-width-narrow .heading,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.col.xl-2 .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading{font-size:30px;font-size:3rem}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xl-4 .heading,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.xl-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.xl-4 .icon-text .heading{font-size:24px;font-size:2.4rem}
.fifths .heading,.col.xl-5 .heading,.sixths .heading,.col.xl-6 .heading,.fifths .icon-text .heading,.col.xl-5 .icon-text .heading,.sixths .icon-text .heading,.col.xl-6 .icon-text .heading{font-size:18px;font-size:1.8rem}
.subheading{font-size:38px;font-size:3.8rem}
.section .heading{font-size:48px;font-size:4.8rem}
.icon-text .claim,.claim,.halves .claim,.halves-v2 .claim,.col.xl-2 .claim,.text-width-wide .claim,.text-width-half .claim,.thirds .claim,.thirds-v2 .claim,.twothirds>li:last-child .claim,.twothirds-v2>li:first-child .claim,.col.xl-3 .claim,.text-width-narrow .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.quarters-v4 .claim,.quarters-v5 .claim,.threeone>li:last-child .claim,.threeone-v2>li:first-child .claim,.col.xl-4 .claim{font-size:66px;font-size:6.6rem}
.thirds .icon-text .claim,.thirds-v2 .icon-text .claim,.twothirds>li:last-child .icon-text .claim,.twothirds-v2>li:first-child .icon-text .claim,.col.xl-3 .icon-text .claim,.text-width-narrow .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.quarters-v4 .icon-text .claim,.quarters-v5 .icon-text .claim,.threeone>li:last-child .icon-text .claim,.threeone-v2>li:first-child .icon-text .claim,.col.xl-4 .icon-text .claim{font-size:54px;font-size:5.4rem}
.fifths .icon-text .claim,.col.xl-5 .icon-text .claim,.sixths .icon-text .claim,.col.xl-6 .icon-text .claim,.fifths .claim,.col.xl-5 .claim,.sixths .claim,.col.xl-6 .claim{font-size:44px;font-size:4.4rem}
}
@media screen and (min-width:1600px){div{font-size:16px;font-size:1.6rem}
.fifths div,.col.xxl-5 div,.sixths div,.col.xxl-6 div{font-size:14px;font-size:1.4rem}
.label{font-size:15px;font-size:1.5rem}
.fifths .label,.col.xxl-5 .label,.sixths .label,.col.xxl-6 .label,.footnote,.fifths .footnote,.col.xxl-5 .footnote,.sixths .footnote,.col.xxl-6 .footnote{font-size:12px;font-size:1.2rem}
.heading{font-size:42px;font-size:4.2rem}
.halves .heading,.halves-v2 .heading,.col.xxl-2 .heading,.text-width-wide .heading,.text-width-half .heading,.icon-text .heading{font-size:36px;font-size:3.6rem}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.xxl-3 .heading,.text-width-narrow .heading,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.col.xxl-2 .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading{font-size:30px;font-size:3rem}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xxl-4 .heading,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.xxl-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.xxl-4 .icon-text .heading{font-size:24px;font-size:2.4rem}
.fifths .heading,.col.xxl-5 .heading,.sixths .heading,.col.xxl-6 .heading,.fifths .icon-text .heading,.col.xxl-5 .icon-text .heading,.sixths .icon-text .heading,.col.xxl-6 .icon-text .heading{font-size:18px;font-size:1.8rem}
.subheading{font-size:38px;font-size:3.8rem}
.section .heading{font-size:48px;font-size:4.8rem}
.icon-text .claim,.claim,.halves .claim,.halves-v2 .claim,.col.xxl-2 .claim,.text-width-wide .claim,.text-width-half .claim,.thirds .claim,.thirds-v2 .claim,.twothirds>li:last-child .claim,.twothirds-v2>li:first-child .claim,.col.xxl-3 .claim,.text-width-narrow .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.quarters-v4 .claim,.quarters-v5 .claim,.threeone>li:last-child .claim,.threeone-v2>li:first-child .claim,.col.xxl-4 .claim{font-size:66px;font-size:6.6rem}
.thirds .icon-text .claim,.thirds-v2 .icon-text .claim,.twothirds>li:last-child .icon-text .claim,.twothirds-v2>li:first-child .icon-text .claim,.col.xxl-3 .icon-text .claim,.text-width-narrow .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.quarters-v4 .icon-text .claim,.quarters-v5 .icon-text .claim,.threeone>li:last-child .icon-text .claim,.threeone-v2>li:first-child .icon-text .claim,.col.xxl-4 .icon-text .claim{font-size:54px;font-size:5.4rem}
.fifths .icon-text .claim,.col.xxl-5 .icon-text .claim,.sixths .icon-text .claim,.col.xxl-6 .icon-text .claim,.fifths .claim,.col.xxl-5 .claim,.sixths .claim,.col.xxl-6 .claim{font-size:44px;font-size:4.4rem}
}
@media screen and (min-width:0) and (max-width:639.9px){div,.quarters-v2 .heading,.col.xs-2 .heading{line-height:20px}
.label{line-height:24px}
.quarters-v2 .label,.col.xs-2 .label{line-height:14px}
.heading{line-height:30px}
.subheading{line-height:22px}
.footnote{line-height:16px}
.section .heading,.icon-text .claim{line-height:36px}
.icon-text .heading{line-height:26px}
.claim{line-height:50px}
.quarters-v2 .claim,.col.xs-2 .claim{line-height:46px}
}
@media screen and (min-width:640px) and (max-width:767.9px){div,.label,.thirds .heading,.quarters-v5 .heading,.col.sm-3 .heading{line-height:24px}
.thirds div,.quarters-v5 div,.col.sm-3 div,.thirds .label,.quarters-v5 .label,.col.sm-3 .label{line-height:20px}
.heading,.icon-text .heading,.halves .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.col.sm-2 .icon-text .claim,.thirds .icon-text .claim,.quarters-v5 .icon-text .claim,.col.sm-3 .icon-text .claim{line-height:36px}
.halves .heading,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.col.sm-2 .heading{line-height:30px}
.subheading{line-height:32px}
.footnote,.thirds .footnote,.quarters-v5 .footnote,.col.sm-3 .footnote{line-height:16px}
.section .heading{line-height:42px}
.halves .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.col.sm-2 .icon-text .heading{line-height:26px}
.icon-text .claim{line-height:61px}
.claim,.halves .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.col.sm-2 .claim,.thirds .claim,.quarters-v5 .claim,.col.sm-3 .claim{line-height:50px}
}
@media screen and (min-width:768px) and (max-width:979.9px){div,.label,.quarters .heading,.quarters-v2 .heading,.col.md-4 .heading{line-height:24px}
.quarters div,.quarters-v2 div,.col.md-4 div,.quarters .label,.quarters-v2 .label,.col.md-4 .label{line-height:20px}
.heading{line-height:42px}
.halves .heading,.halves-v2 .heading,.quarters-v3 .heading,.col.md-2 .heading,.text-width-long .heading,.text-width-wide .heading,.text-width-half .heading,.text-width-narrow .heading,.icon-text .heading,.halves .icon-text .claim,.halves-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.col.md-2 .icon-text .claim,.text-width-long .icon-text .claim,.text-width-wide .icon-text .claim,.text-width-half .icon-text .claim,.text-width-narrow .icon-text .claim,.thirds .icon-text .claim,.quarters-v5 .icon-text .claim,.col.md-3 .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.col.md-4 .icon-text .claim{line-height:36px}
.thirds .heading,.quarters-v5 .heading,.col.md-3 .heading{line-height:30px}
.subheading{line-height:38px}
.footnote,.quarters .footnote,.quarters-v2 .footnote,.col.md-4 .footnote{line-height:16px}
.section .heading{line-height:48px}
.halves .icon-text .heading,.halves-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.col.md-2 .icon-text .heading,.text-width-long .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading,.text-width-narrow .icon-text .heading{line-height:26px}
.icon-text .claim{line-height:61px}
.claim,.halves .claim,.halves-v2 .claim,.quarters-v3 .claim,.col.md-2 .claim,.text-width-long .claim,.text-width-wide .claim,.text-width-half .claim,.text-width-narrow .claim,.thirds .claim,.quarters-v5 .claim,.col.md-3 .claim,.quarters .claim,.quarters-v2 .claim,.col.md-4 .claim{line-height:50px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){div,.label,.fifths .heading,.col.lg-5 .heading,.sixths .heading,.col.lg-6 .heading,.fifths .icon-text .heading,.col.lg-5 .icon-text .heading{line-height:24px}
.fifths div,.col.lg-5 div,.sixths div,.col.lg-6 div,.sixths .icon-text .heading,.col.lg-6 .icon-text .heading{line-height:20px}
.fifths .label,.col.lg-5 .label,.sixths .label,.col.lg-6 .label{line-height:18px}
.heading{line-height:48px}
.halves .heading,.halves-v2 .heading,.col.lg-2 .heading,.text-width-wide .heading,.text-width-half .heading,.subheading,.icon-text .heading,.fifths .icon-text .claim,.col.lg-5 .icon-text .claim,.sixths .icon-text .claim,.col.lg-6 .icon-text .claim{line-height:42px}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.lg-3 .heading,.text-width-narrow .heading,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.col.lg-2 .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading{line-height:36px}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.lg-4 .heading,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.lg-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.lg-4 .icon-text .heading{line-height:30px}
.footnote,.fifths .footnote,.col.lg-5 .footnote,.sixths .footnote,.col.lg-6 .footnote{line-height:16px}
.section .heading{line-height:54px}
.icon-text .claim{line-height:61px}
.thirds .icon-text .claim,.thirds-v2 .icon-text .claim,.twothirds>li:last-child .icon-text .claim,.twothirds-v2>li:first-child .icon-text .claim,.col.lg-3 .icon-text .claim,.text-width-narrow .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.quarters-v4 .icon-text .claim,.quarters-v5 .icon-text .claim,.threeone>li:last-child .icon-text .claim,.threeone-v2>li:first-child .icon-text .claim,.col.lg-4 .icon-text .claim{line-height:51px}
.claim,.halves .claim,.halves-v2 .claim,.col.lg-2 .claim,.text-width-wide .claim,.text-width-half .claim,.thirds .claim,.thirds-v2 .claim,.twothirds>li:last-child .claim,.twothirds-v2>li:first-child .claim,.col.lg-3 .claim,.text-width-narrow .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.quarters-v4 .claim,.quarters-v5 .claim,.threeone>li:last-child .claim,.threeone-v2>li:first-child .claim,.col.lg-4 .claim,.fifths .claim,.col.lg-5 .claim,.sixths .claim,.col.lg-6 .claim{line-height:50px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){div,.label,.fifths .heading,.col.xl-5 .heading,.sixths .heading,.col.xl-6 .heading,.fifths .icon-text .heading,.col.xl-5 .icon-text .heading,.sixths .icon-text .heading,.col.xl-6 .icon-text .heading{line-height:24px}
.fifths div,.col.xl-5 div,.sixths div,.col.xl-6 div{line-height:20px}
.fifths .label,.col.xl-5 .label,.sixths .label,.col.xl-6 .label{line-height:18px}
.heading{line-height:48px}
.halves .heading,.halves-v2 .heading,.col.xl-2 .heading,.text-width-wide .heading,.text-width-half .heading,.subheading,.icon-text .heading,.fifths .icon-text .claim,.col.xl-5 .icon-text .claim,.sixths .icon-text .claim,.col.xl-6 .icon-text .claim{line-height:42px}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.xl-3 .heading,.text-width-narrow .heading,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.col.xl-2 .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading{line-height:36px}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xl-4 .heading,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.xl-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.xl-4 .icon-text .heading{line-height:30px}
.footnote,.fifths .footnote,.col.xl-5 .footnote,.sixths .footnote,.col.xl-6 .footnote{line-height:16px}
.section .heading{line-height:54px}
.icon-text .claim{line-height:61px}
.thirds .icon-text .claim,.thirds-v2 .icon-text .claim,.twothirds>li:last-child .icon-text .claim,.twothirds-v2>li:first-child .icon-text .claim,.col.xl-3 .icon-text .claim,.text-width-narrow .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.quarters-v4 .icon-text .claim,.quarters-v5 .icon-text .claim,.threeone>li:last-child .icon-text .claim,.threeone-v2>li:first-child .icon-text .claim,.col.xl-4 .icon-text .claim{line-height:51px}
.claim,.halves .claim,.halves-v2 .claim,.col.xl-2 .claim,.text-width-wide .claim,.text-width-half .claim,.thirds .claim,.thirds-v2 .claim,.twothirds>li:last-child .claim,.twothirds-v2>li:first-child .claim,.col.xl-3 .claim,.text-width-narrow .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.quarters-v4 .claim,.quarters-v5 .claim,.threeone>li:last-child .claim,.threeone-v2>li:first-child .claim,.col.xl-4 .claim,.fifths .claim,.col.xl-5 .claim,.sixths .claim,.col.xl-6 .claim{line-height:50px}
}
@media screen and (min-width:1600px){div,.label,.fifths .heading,.col.xxl-5 .heading,.sixths .heading,.col.xxl-6 .heading,.fifths .icon-text .heading,.col.xxl-5 .icon-text .heading,.sixths .icon-text .heading,.col.xxl-6 .icon-text .heading{line-height:24px}
.fifths div,.col.xxl-5 div,.sixths div,.col.xxl-6 div{line-height:20px}
.fifths .label,.col.xxl-5 .label,.sixths .label,.col.xxl-6 .label{line-height:18px}
.heading{line-height:48px}
.halves .heading,.halves-v2 .heading,.col.xxl-2 .heading,.text-width-wide .heading,.text-width-half .heading,.subheading,.icon-text .heading,.fifths .icon-text .claim,.col.xxl-5 .icon-text .claim,.sixths .icon-text .claim,.col.xxl-6 .icon-text .claim{line-height:42px}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.xxl-3 .heading,.text-width-narrow .heading,.halves .icon-text .heading,.halves-v2 .icon-text .heading,.col.xxl-2 .icon-text .heading,.text-width-wide .icon-text .heading,.text-width-half .icon-text .heading{line-height:36px}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xxl-4 .heading,.thirds .icon-text .heading,.thirds-v2 .icon-text .heading,.twothirds>li:last-child .icon-text .heading,.twothirds-v2>li:first-child .icon-text .heading,.col.xxl-3 .icon-text .heading,.text-width-narrow .icon-text .heading,.quarters .icon-text .heading,.quarters-v2 .icon-text .heading,.quarters-v3 .icon-text .heading,.quarters-v4 .icon-text .heading,.quarters-v5 .icon-text .heading,.threeone>li:last-child .icon-text .heading,.threeone-v2>li:first-child .icon-text .heading,.col.xxl-4 .icon-text .heading{line-height:30px}
.footnote,.fifths .footnote,.col.xxl-5 .footnote,.sixths .footnote,.col.xxl-6 .footnote{line-height:16px}
.section .heading{line-height:54px}
.icon-text .claim{line-height:61px}
.thirds .icon-text .claim,.thirds-v2 .icon-text .claim,.twothirds>li:last-child .icon-text .claim,.twothirds-v2>li:first-child .icon-text .claim,.col.xxl-3 .icon-text .claim,.text-width-narrow .icon-text .claim,.quarters .icon-text .claim,.quarters-v2 .icon-text .claim,.quarters-v3 .icon-text .claim,.quarters-v4 .icon-text .claim,.quarters-v5 .icon-text .claim,.threeone>li:last-child .icon-text .claim,.threeone-v2>li:first-child .icon-text .claim,.col.xxl-4 .icon-text .claim{line-height:51px}
.claim,.halves .claim,.halves-v2 .claim,.col.xxl-2 .claim,.text-width-wide .claim,.text-width-half .claim,.thirds .claim,.thirds-v2 .claim,.twothirds>li:last-child .claim,.twothirds-v2>li:first-child .claim,.col.xxl-3 .claim,.text-width-narrow .claim,.quarters .claim,.quarters-v2 .claim,.quarters-v3 .claim,.quarters-v4 .claim,.quarters-v5 .claim,.threeone>li:last-child .claim,.threeone-v2>li:first-child .claim,.col.xxl-4 .claim,.fifths .claim,.col.xxl-5 .claim,.sixths .claim,.col.xxl-6 .claim{line-height:50px}
}
@media screen and (min-width:0) and (max-width:639.9px){.label{margin-bottom:5px}
.heading,.subheading,.footnote,.quarters-v2 .wrapper-image,.col.xs-2 .wrapper-image{margin-bottom:12px}
.quarters-v2 .heading,.col.xs-2 .heading,.quarters-v2 .subheading,.col.xs-2 .subheading,.quarters-v2 .footnote,.col.xs-2 .footnote{margin-bottom:3px}
.rte,.wrapper-image{margin-bottom:18px}
.quarters-v2 .rte,.col.xs-2 .rte{margin-bottom:9px}
.section .label{margin-bottom:10px}
.section .heading{margin-bottom:24px}
.section .rte{margin-bottom:30px}
.list-item{margin-bottom:19px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.label{margin-bottom:10px}
.halves .label,.quarters .label,.quarters-v2 .label,.quarters-v3 .label,.col.sm-2 .label,.thirds .label,.quarters-v5 .label,.col.sm-3 .label{margin-bottom:5px}
.heading,.halves .rte,.quarters .rte,.quarters-v2 .rte,.quarters-v3 .rte,.col.sm-2 .rte,.halves .wrapper-image,.quarters .wrapper-image,.quarters-v2 .wrapper-image,.quarters-v3 .wrapper-image,.col.sm-2 .wrapper-image{margin-bottom:18px}
.halves .heading,.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.col.sm-2 .heading,.halves .subheading,.quarters .subheading,.quarters-v2 .subheading,.quarters-v3 .subheading,.col.sm-2 .subheading,.halves .footnote,.quarters .footnote,.quarters-v2 .footnote,.quarters-v3 .footnote,.col.sm-2 .footnote{margin-bottom:12px}
.thirds .heading,.quarters-v5 .heading,.col.sm-3 .heading{margin-bottom:7px}
.rte,.wrapper-image{margin-bottom:24px}
.thirds .rte,.quarters-v5 .rte,.col.sm-3 .rte{margin-bottom:13px}
.subheading,.footnote{margin-bottom:15px}
.thirds .subheading,.quarters-v5 .subheading,.col.sm-3 .subheading,.thirds .footnote,.quarters-v5 .footnote,.col.sm-3 .footnote{margin-bottom:6px}
.section .label{margin-bottom:8px}
.section .heading{margin-bottom:16px}
.section .rte{margin-bottom:36px}
.list-item{margin-bottom:30px}
.halves .list-item,.quarters .list-item,.quarters-v2 .list-item,.quarters-v3 .list-item,.col.sm-2 .list-item{margin-bottom:19px}
.thirds .wrapper-image,.quarters-v5 .wrapper-image,.col.sm-3 .wrapper-image{margin-bottom:14px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.label{margin-bottom:10px}
.thirds .label,.quarters-v5 .label,.col.md-3 .label,.quarters .label,.quarters-v2 .label,.col.md-4 .label{margin-bottom:5px}
.heading{margin-bottom:21px}
.halves .heading,.halves-v2 .heading,.quarters-v3 .heading,.col.md-2 .heading,.text-width-long .heading,.text-width-wide .heading,.text-width-half .heading,.text-width-narrow .heading,.thirds .rte,.quarters-v5 .rte,.col.md-3 .rte,.thirds .wrapper-image,.quarters-v5 .wrapper-image,.col.md-3 .wrapper-image{margin-bottom:18px}
.thirds .heading,.quarters-v5 .heading,.col.md-3 .heading,.thirds .subheading,.quarters-v5 .subheading,.col.md-3 .subheading,.thirds .footnote,.quarters-v5 .footnote,.col.md-3 .footnote{margin-bottom:12px}
.quarters .heading,.quarters-v2 .heading,.col.md-4 .heading{margin-bottom:7px}
.rte,.list-item,.wrapper-image{margin-bottom:30px}
.halves .rte,.halves-v2 .rte,.quarters-v3 .rte,.col.md-2 .rte,.text-width-long .rte,.text-width-wide .rte,.text-width-half .rte,.text-width-narrow .rte,.halves .wrapper-image,.halves-v2 .wrapper-image,.quarters-v3 .wrapper-image,.col.md-2 .wrapper-image,.text-width-long .wrapper-image,.text-width-wide .wrapper-image,.text-width-half .wrapper-image,.text-width-narrow .wrapper-image{margin-bottom:24px}
.quarters .rte,.quarters-v2 .rte,.col.md-4 .rte{margin-bottom:13px}
.subheading,.footnote{margin-bottom:22px}
.halves .subheading,.halves-v2 .subheading,.quarters-v3 .subheading,.col.md-2 .subheading,.text-width-long .subheading,.text-width-wide .subheading,.text-width-half .subheading,.text-width-narrow .subheading,.halves .footnote,.halves-v2 .footnote,.quarters-v3 .footnote,.col.md-2 .footnote,.text-width-long .footnote,.text-width-wide .footnote,.text-width-half .footnote,.text-width-narrow .footnote{margin-bottom:15px}
.quarters .subheading,.quarters-v2 .subheading,.col.md-4 .subheading,.quarters .footnote,.quarters-v2 .footnote,.col.md-4 .footnote{margin-bottom:6px}
.section .label{margin-bottom:8px}
.section .heading{margin-bottom:23px}
.section .rte{margin-bottom:42px}
.halves .list-item,.halves-v2 .list-item,.quarters-v3 .list-item,.col.md-2 .list-item,.text-width-long .list-item,.text-width-wide .list-item,.text-width-half .list-item,.text-width-narrow .list-item{margin-bottom:19px}
.quarters .wrapper-image,.quarters-v2 .wrapper-image,.col.md-4 .wrapper-image{margin-bottom:14px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.label{margin-bottom:10px}
.quarters .label,.quarters-v2 .label,.quarters-v3 .label,.quarters-v4 .label,.quarters-v5 .label,.threeone>li:last-child .label,.threeone-v2>li:first-child .label,.col.lg-4 .label,.fifths .label,.col.lg-5 .label,.sixths .label,.col.lg-6 .label{margin-bottom:5px}
.heading,.subheading,.footnote{margin-bottom:26px}
.halves .heading,.halves-v2 .heading,.col.lg-2 .heading,.text-width-wide .heading,.text-width-half .heading{margin-bottom:21px}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.lg-3 .heading,.text-width-narrow .heading,.quarters .rte,.quarters-v2 .rte,.quarters-v3 .rte,.quarters-v4 .rte,.quarters-v5 .rte,.threeone>li:last-child .rte,.threeone-v2>li:first-child .rte,.col.lg-4 .rte{margin-bottom:18px}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.lg-4 .heading,.quarters .subheading,.quarters-v2 .subheading,.quarters-v3 .subheading,.quarters-v4 .subheading,.quarters-v5 .subheading,.threeone>li:last-child .subheading,.threeone-v2>li:first-child .subheading,.col.lg-4 .subheading,.quarters .footnote,.quarters-v2 .footnote,.quarters-v3 .footnote,.quarters-v4 .footnote,.quarters-v5 .footnote,.threeone>li:last-child .footnote,.threeone-v2>li:first-child .footnote,.col.lg-4 .footnote{margin-bottom:12px}
.fifths .heading,.col.lg-5 .heading,.sixths .heading,.col.lg-6 .heading{margin-bottom:7px}
.rte,.wrapper-image{margin-bottom:36px}
.halves .rte,.halves-v2 .rte,.col.lg-2 .rte,.text-width-wide .rte,.text-width-half .rte,.halves .list-item,.halves-v2 .list-item,.col.lg-2 .list-item,.text-width-wide .list-item,.text-width-half .list-item,.halves .wrapper-image,.halves-v2 .wrapper-image,.col.lg-2 .wrapper-image,.text-width-wide .wrapper-image,.text-width-half .wrapper-image{margin-bottom:30px}
.thirds .rte,.thirds-v2 .rte,.twothirds>li:last-child .rte,.twothirds-v2>li:first-child .rte,.col.lg-3 .rte,.text-width-narrow .rte,.thirds .list-item,.thirds-v2 .list-item,.twothirds>li:last-child .list-item,.twothirds-v2>li:first-child .list-item,.col.lg-3 .list-item,.text-width-narrow .list-item,.quarters .list-item,.quarters-v2 .list-item,.quarters-v3 .list-item,.quarters-v4 .list-item,.quarters-v5 .list-item,.threeone>li:last-child .list-item,.threeone-v2>li:first-child .list-item,.col.lg-4 .list-item,.fifths .list-item,.col.lg-5 .list-item,.sixths .list-item,.col.lg-6 .list-item,.thirds .wrapper-image,.thirds-v2 .wrapper-image,.twothirds>li:last-child .wrapper-image,.twothirds-v2>li:first-child .wrapper-image,.col.lg-3 .wrapper-image,.text-width-narrow .wrapper-image{margin-bottom:24px}
.fifths .rte,.col.lg-5 .rte,.sixths .rte,.col.lg-6 .rte{margin-bottom:13px}
.halves .subheading,.halves-v2 .subheading,.col.lg-2 .subheading,.text-width-wide .subheading,.text-width-half .subheading,.halves .footnote,.halves-v2 .footnote,.col.lg-2 .footnote,.text-width-wide .footnote,.text-width-half .footnote{margin-bottom:22px}
.thirds .subheading,.thirds-v2 .subheading,.twothirds>li:last-child .subheading,.twothirds-v2>li:first-child .subheading,.col.lg-3 .subheading,.text-width-narrow .subheading,.thirds .footnote,.thirds-v2 .footnote,.twothirds>li:last-child .footnote,.twothirds-v2>li:first-child .footnote,.col.lg-3 .footnote,.text-width-narrow .footnote{margin-bottom:15px}
.fifths .subheading,.col.lg-5 .subheading,.sixths .subheading,.col.lg-6 .subheading,.fifths .footnote,.col.lg-5 .footnote,.sixths .footnote,.col.lg-6 .footnote{margin-bottom:6px}
.section .label{margin-bottom:8px}
.section .heading{margin-bottom:29px}
.section .rte{margin-bottom:48px}
.list-item{margin-bottom:34px}
.quarters .wrapper-image,.quarters-v2 .wrapper-image,.quarters-v3 .wrapper-image,.quarters-v4 .wrapper-image,.quarters-v5 .wrapper-image,.threeone>li:last-child .wrapper-image,.threeone-v2>li:first-child .wrapper-image,.col.lg-4 .wrapper-image,.fifths .wrapper-image,.col.lg-5 .wrapper-image{margin-bottom:14px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.label{margin-bottom:10px}
.quarters .label,.quarters-v2 .label,.quarters-v3 .label,.quarters-v4 .label,.quarters-v5 .label,.threeone>li:last-child .label,.threeone-v2>li:first-child .label,.col.xl-4 .label,.fifths .label,.col.xl-5 .label,.sixths .label,.col.xl-6 .label{margin-bottom:5px}
.heading,.subheading,.footnote{margin-bottom:26px}
.halves .heading,.halves-v2 .heading,.col.xl-2 .heading,.text-width-wide .heading,.text-width-half .heading{margin-bottom:21px}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.xl-3 .heading,.text-width-narrow .heading,.quarters .rte,.quarters-v2 .rte,.quarters-v3 .rte,.quarters-v4 .rte,.quarters-v5 .rte,.threeone>li:last-child .rte,.threeone-v2>li:first-child .rte,.col.xl-4 .rte{margin-bottom:18px}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xl-4 .heading,.quarters .subheading,.quarters-v2 .subheading,.quarters-v3 .subheading,.quarters-v4 .subheading,.quarters-v5 .subheading,.threeone>li:last-child .subheading,.threeone-v2>li:first-child .subheading,.col.xl-4 .subheading,.quarters .footnote,.quarters-v2 .footnote,.quarters-v3 .footnote,.quarters-v4 .footnote,.quarters-v5 .footnote,.threeone>li:last-child .footnote,.threeone-v2>li:first-child .footnote,.col.xl-4 .footnote{margin-bottom:12px}
.fifths .heading,.col.xl-5 .heading,.sixths .heading,.col.xl-6 .heading{margin-bottom:7px}
.rte,.wrapper-image{margin-bottom:36px}
.halves .rte,.halves-v2 .rte,.col.xl-2 .rte,.text-width-wide .rte,.text-width-half .rte,.halves .list-item,.halves-v2 .list-item,.col.xl-2 .list-item,.text-width-wide .list-item,.text-width-half .list-item,.halves .wrapper-image,.halves-v2 .wrapper-image,.col.xl-2 .wrapper-image,.text-width-wide .wrapper-image,.text-width-half .wrapper-image{margin-bottom:30px}
.thirds .rte,.thirds-v2 .rte,.twothirds>li:last-child .rte,.twothirds-v2>li:first-child .rte,.col.xl-3 .rte,.text-width-narrow .rte,.thirds .list-item,.thirds-v2 .list-item,.twothirds>li:last-child .list-item,.twothirds-v2>li:first-child .list-item,.col.xl-3 .list-item,.text-width-narrow .list-item,.quarters .list-item,.quarters-v2 .list-item,.quarters-v3 .list-item,.quarters-v4 .list-item,.quarters-v5 .list-item,.threeone>li:last-child .list-item,.threeone-v2>li:first-child .list-item,.col.xl-4 .list-item,.fifths .list-item,.col.xl-5 .list-item,.sixths .list-item,.col.xl-6 .list-item,.thirds .wrapper-image,.thirds-v2 .wrapper-image,.twothirds>li:last-child .wrapper-image,.twothirds-v2>li:first-child .wrapper-image,.col.xl-3 .wrapper-image,.text-width-narrow .wrapper-image{margin-bottom:24px}
.fifths .rte,.col.xl-5 .rte,.sixths .rte,.col.xl-6 .rte{margin-bottom:13px}
.halves .subheading,.halves-v2 .subheading,.col.xl-2 .subheading,.text-width-wide .subheading,.text-width-half .subheading,.halves .footnote,.halves-v2 .footnote,.col.xl-2 .footnote,.text-width-wide .footnote,.text-width-half .footnote{margin-bottom:22px}
.thirds .subheading,.thirds-v2 .subheading,.twothirds>li:last-child .subheading,.twothirds-v2>li:first-child .subheading,.col.xl-3 .subheading,.text-width-narrow .subheading,.thirds .footnote,.thirds-v2 .footnote,.twothirds>li:last-child .footnote,.twothirds-v2>li:first-child .footnote,.col.xl-3 .footnote,.text-width-narrow .footnote{margin-bottom:15px}
.fifths .subheading,.col.xl-5 .subheading,.sixths .subheading,.col.xl-6 .subheading,.fifths .footnote,.col.xl-5 .footnote,.sixths .footnote,.col.xl-6 .footnote{margin-bottom:6px}
.section .label{margin-bottom:8px}
.section .heading{margin-bottom:29px}
.section .rte{margin-bottom:48px}
.list-item{margin-bottom:34px}
.quarters .wrapper-image,.quarters-v2 .wrapper-image,.quarters-v3 .wrapper-image,.quarters-v4 .wrapper-image,.quarters-v5 .wrapper-image,.threeone>li:last-child .wrapper-image,.threeone-v2>li:first-child .wrapper-image,.col.xl-4 .wrapper-image,.fifths .wrapper-image,.col.xl-5 .wrapper-image{margin-bottom:14px}
}
@media screen and (min-width:1600px){.label{margin-bottom:10px}
.quarters .label,.quarters-v2 .label,.quarters-v3 .label,.quarters-v4 .label,.quarters-v5 .label,.threeone>li:last-child .label,.threeone-v2>li:first-child .label,.col.xxl-4 .label,.fifths .label,.col.xxl-5 .label,.sixths .label,.col.xxl-6 .label{margin-bottom:5px}
.heading,.subheading,.footnote{margin-bottom:26px}
.halves .heading,.halves-v2 .heading,.col.xxl-2 .heading,.text-width-wide .heading,.text-width-half .heading{margin-bottom:21px}
.thirds .heading,.thirds-v2 .heading,.twothirds>li:last-child .heading,.twothirds-v2>li:first-child .heading,.col.xxl-3 .heading,.text-width-narrow .heading,.quarters .rte,.quarters-v2 .rte,.quarters-v3 .rte,.quarters-v4 .rte,.quarters-v5 .rte,.threeone>li:last-child .rte,.threeone-v2>li:first-child .rte,.col.xxl-4 .rte{margin-bottom:18px}
.quarters .heading,.quarters-v2 .heading,.quarters-v3 .heading,.quarters-v4 .heading,.quarters-v5 .heading,.threeone>li:last-child .heading,.threeone-v2>li:first-child .heading,.col.xxl-4 .heading,.quarters .subheading,.quarters-v2 .subheading,.quarters-v3 .subheading,.quarters-v4 .subheading,.quarters-v5 .subheading,.threeone>li:last-child .subheading,.threeone-v2>li:first-child .subheading,.col.xxl-4 .subheading,.quarters .footnote,.quarters-v2 .footnote,.quarters-v3 .footnote,.quarters-v4 .footnote,.quarters-v5 .footnote,.threeone>li:last-child .footnote,.threeone-v2>li:first-child .footnote,.col.xxl-4 .footnote{margin-bottom:12px}
.fifths .heading,.col.xxl-5 .heading,.sixths .heading,.col.xxl-6 .heading{margin-bottom:7px}
.rte,.wrapper-image{margin-bottom:36px}
.halves .rte,.halves-v2 .rte,.col.xxl-2 .rte,.text-width-wide .rte,.text-width-half .rte,.halves .list-item,.halves-v2 .list-item,.col.xxl-2 .list-item,.text-width-wide .list-item,.text-width-half .list-item,.halves .wrapper-image,.halves-v2 .wrapper-image,.col.xxl-2 .wrapper-image,.text-width-wide .wrapper-image,.text-width-half .wrapper-image{margin-bottom:30px}
.thirds .rte,.thirds-v2 .rte,.twothirds>li:last-child .rte,.twothirds-v2>li:first-child .rte,.col.xxl-3 .rte,.text-width-narrow .rte,.thirds .list-item,.thirds-v2 .list-item,.twothirds>li:last-child .list-item,.twothirds-v2>li:first-child .list-item,.col.xxl-3 .list-item,.text-width-narrow .list-item,.quarters .list-item,.quarters-v2 .list-item,.quarters-v3 .list-item,.quarters-v4 .list-item,.quarters-v5 .list-item,.threeone>li:last-child .list-item,.threeone-v2>li:first-child .list-item,.col.xxl-4 .list-item,.fifths .list-item,.col.xxl-5 .list-item,.sixths .list-item,.col.xxl-6 .list-item,.thirds .wrapper-image,.thirds-v2 .wrapper-image,.twothirds>li:last-child .wrapper-image,.twothirds-v2>li:first-child .wrapper-image,.col.xxl-3 .wrapper-image,.text-width-narrow .wrapper-image{margin-bottom:24px}
.fifths .rte,.col.xxl-5 .rte,.sixths .rte,.col.xxl-6 .rte{margin-bottom:13px}
.halves .subheading,.halves-v2 .subheading,.col.xxl-2 .subheading,.text-width-wide .subheading,.text-width-half .subheading,.halves .footnote,.halves-v2 .footnote,.col.xxl-2 .footnote,.text-width-wide .footnote,.text-width-half .footnote{margin-bottom:22px}
.thirds .subheading,.thirds-v2 .subheading,.twothirds>li:last-child .subheading,.twothirds-v2>li:first-child .subheading,.col.xxl-3 .subheading,.text-width-narrow .subheading,.thirds .footnote,.thirds-v2 .footnote,.twothirds>li:last-child .footnote,.twothirds-v2>li:first-child .footnote,.col.xxl-3 .footnote,.text-width-narrow .footnote{margin-bottom:15px}
.fifths .subheading,.col.xxl-5 .subheading,.sixths .subheading,.col.xxl-6 .subheading,.fifths .footnote,.col.xxl-5 .footnote,.sixths .footnote,.col.xxl-6 .footnote{margin-bottom:6px}
.section .label{margin-bottom:8px}
.section .heading{margin-bottom:29px}
.section .rte{margin-bottom:48px}
.list-item{margin-bottom:34px}
.quarters .wrapper-image,.quarters-v2 .wrapper-image,.quarters-v3 .wrapper-image,.quarters-v4 .wrapper-image,.quarters-v5 .wrapper-image,.threeone>li:last-child .wrapper-image,.threeone-v2>li:first-child .wrapper-image,.col.xxl-4 .wrapper-image,.fifths .wrapper-image,.col.xxl-5 .wrapper-image{margin-bottom:14px}
}
@media screen and (min-width:0) and (max-width:639.9px){.partial-cta-list dd{margin-top:24px}
.quarters-v2 .partial-cta-list dd,.col.xs-2 .partial-cta-list dd{margin-top:14px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.partial-cta-list dd{margin-top:30px}
.halves .partial-cta-list dd,.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.col.sm-2 .partial-cta-list dd{margin-top:24px}
.thirds .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.col.sm-3 .partial-cta-list dd{margin-top:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.partial-cta-list dd{margin-top:36px}
.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.col.md-2 .partial-cta-list dd,.text-width-long .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd,.text-width-narrow .partial-cta-list dd{margin-top:30px}
.thirds .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.col.md-3 .partial-cta-list dd{margin-top:24px}
.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.col.md-4 .partial-cta-list dd{margin-top:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.partial-cta-list dd{margin-top:42px}
.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.col.lg-2 .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd{margin-top:36px}
.thirds .partial-cta-list dd,.thirds-v2 .partial-cta-list dd,.twothirds>li:last-child .partial-cta-list dd,.twothirds-v2>li:first-child .partial-cta-list dd,.col.lg-3 .partial-cta-list dd,.text-width-narrow .partial-cta-list dd{margin-top:30px}
.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.quarters-v4 .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.threeone>li:last-child .partial-cta-list dd,.threeone-v2>li:first-child .partial-cta-list dd,.col.lg-4 .partial-cta-list dd,.fifths .partial-cta-list dd,.col.lg-5 .partial-cta-list dd,.sixths .partial-cta-list dd,.col.lg-6 .partial-cta-list dd{margin-top:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.partial-cta-list dd{margin-top:42px}
.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.col.xl-2 .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd{margin-top:36px}
.thirds .partial-cta-list dd,.thirds-v2 .partial-cta-list dd,.twothirds>li:last-child .partial-cta-list dd,.twothirds-v2>li:first-child .partial-cta-list dd,.col.xl-3 .partial-cta-list dd,.text-width-narrow .partial-cta-list dd{margin-top:30px}
.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.quarters-v4 .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.threeone>li:last-child .partial-cta-list dd,.threeone-v2>li:first-child .partial-cta-list dd,.col.xl-4 .partial-cta-list dd,.fifths .partial-cta-list dd,.col.xl-5 .partial-cta-list dd,.sixths .partial-cta-list dd,.col.xl-6 .partial-cta-list dd{margin-top:18px}
}
@media screen and (min-width:1600px){.partial-cta-list dd{margin-top:42px}
.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.col.xxl-2 .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd{margin-top:36px}
.thirds .partial-cta-list dd,.thirds-v2 .partial-cta-list dd,.twothirds>li:last-child .partial-cta-list dd,.twothirds-v2>li:first-child .partial-cta-list dd,.col.xxl-3 .partial-cta-list dd,.text-width-narrow .partial-cta-list dd{margin-top:30px}
.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.quarters-v4 .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.threeone>li:last-child .partial-cta-list dd,.threeone-v2>li:first-child .partial-cta-list dd,.col.xxl-4 .partial-cta-list dd,.fifths .partial-cta-list dd,.col.xxl-5 .partial-cta-list dd,.sixths .partial-cta-list dd,.col.xxl-6 .partial-cta-list dd{margin-top:18px}
}
@media screen and (min-width:0) and (max-width:639.9px){.wrapper-text{padding-right:30px}
.align-center.wrapper-text{padding-left:30px}
.align-right.wrapper-text{padding-left:30px;padding-right:0}
.quarters-v2 .wrapper-text,.col.xs-2 .wrapper-text{padding-right:20px}
.quarters-v2 .align-center.wrapper-text,.col.xs-2 .align-center.wrapper-text{padding-left:20px}
.quarters-v2 .align-right.wrapper-text,.col.xs-2 .align-right.wrapper-text{padding-left:20px;padding-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.wrapper-text{padding-right:36px}
.align-center.wrapper-text{padding-left:36px}
.align-right.wrapper-text{padding-left:36px;padding-right:0}
.halves .wrapper-text,.quarters .wrapper-text,.quarters-v2 .wrapper-text,.quarters-v3 .wrapper-text,.col.sm-2 .wrapper-text{padding-right:30px}
.halves .align-center.wrapper-text,.quarters .align-center.wrapper-text,.quarters-v2 .align-center.wrapper-text,.quarters-v3 .align-center.wrapper-text,.col.sm-2 .align-center.wrapper-text{padding-left:30px}
.halves .align-right.wrapper-text,.quarters .align-right.wrapper-text,.quarters-v2 .align-right.wrapper-text,.quarters-v3 .align-right.wrapper-text,.col.sm-2 .align-right.wrapper-text{padding-left:30px;padding-right:0}
.thirds .wrapper-text,.quarters-v5 .wrapper-text,.col.sm-3 .wrapper-text{padding-right:24px}
.thirds .align-center.wrapper-text,.quarters-v5 .align-center.wrapper-text,.col.sm-3 .align-center.wrapper-text{padding-left:24px}
.thirds .align-right.wrapper-text,.quarters-v5 .align-right.wrapper-text,.col.sm-3 .align-right.wrapper-text{padding-left:24px;padding-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.wrapper-text{padding-right:42px}
.align-center.wrapper-text{padding-left:42px}
.align-right.wrapper-text{padding-left:42px;padding-right:0}
.halves .wrapper-text,.halves-v2 .wrapper-text,.quarters-v3 .wrapper-text,.col.md-2 .wrapper-text,.text-width-long .wrapper-text,.text-width-wide .wrapper-text,.text-width-half .wrapper-text,.text-width-narrow .wrapper-text{padding-right:36px}
.halves .align-center.wrapper-text,.halves-v2 .align-center.wrapper-text,.quarters-v3 .align-center.wrapper-text,.col.md-2 .align-center.wrapper-text,.text-width-long .align-center.wrapper-text,.text-width-wide .align-center.wrapper-text,.text-width-half .align-center.wrapper-text,.text-width-narrow .align-center.wrapper-text{padding-left:36px}
.halves .align-right.wrapper-text,.halves-v2 .align-right.wrapper-text,.quarters-v3 .align-right.wrapper-text,.col.md-2 .align-right.wrapper-text,.text-width-long .align-right.wrapper-text,.text-width-wide .align-right.wrapper-text,.text-width-half .align-right.wrapper-text,.text-width-narrow .align-right.wrapper-text{padding-left:36px;padding-right:0}
.thirds .wrapper-text,.quarters-v5 .wrapper-text,.col.md-3 .wrapper-text{padding-right:30px}
.thirds .align-center.wrapper-text,.quarters-v5 .align-center.wrapper-text,.col.md-3 .align-center.wrapper-text{padding-left:30px}
.thirds .align-right.wrapper-text,.quarters-v5 .align-right.wrapper-text,.col.md-3 .align-right.wrapper-text{padding-left:30px;padding-right:0}
.quarters .wrapper-text,.quarters-v2 .wrapper-text,.col.md-4 .wrapper-text{padding-right:24px}
.quarters .align-center.wrapper-text,.quarters-v2 .align-center.wrapper-text,.col.md-4 .align-center.wrapper-text{padding-left:24px}
.quarters .align-right.wrapper-text,.quarters-v2 .align-right.wrapper-text,.col.md-4 .align-right.wrapper-text{padding-left:24px;padding-right:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.wrapper-text{padding-right:48px}
.align-center.wrapper-text{padding-left:48px}
.align-right.wrapper-text{padding-left:48px;padding-right:0}
.halves .wrapper-text,.halves-v2 .wrapper-text,.col.lg-2 .wrapper-text,.text-width-wide .wrapper-text,.text-width-half .wrapper-text{padding-right:42px}
.halves .align-center.wrapper-text,.halves-v2 .align-center.wrapper-text,.col.lg-2 .align-center.wrapper-text,.text-width-wide .align-center.wrapper-text,.text-width-half .align-center.wrapper-text{padding-left:42px}
.halves .align-right.wrapper-text,.halves-v2 .align-right.wrapper-text,.col.lg-2 .align-right.wrapper-text,.text-width-wide .align-right.wrapper-text,.text-width-half .align-right.wrapper-text{padding-left:42px;padding-right:0}
.thirds .wrapper-text,.thirds-v2 .wrapper-text,.twothirds>li:last-child .wrapper-text,.twothirds-v2>li:first-child .wrapper-text,.col.lg-3 .wrapper-text,.text-width-narrow .wrapper-text{padding-right:36px}
.thirds .align-center.wrapper-text,.thirds-v2 .align-center.wrapper-text,.twothirds>li:last-child .align-center.wrapper-text,.twothirds-v2>li:first-child .align-center.wrapper-text,.col.lg-3 .align-center.wrapper-text,.text-width-narrow .align-center.wrapper-text{padding-left:36px}
.thirds .align-right.wrapper-text,.thirds-v2 .align-right.wrapper-text,.twothirds>li:last-child .align-right.wrapper-text,.twothirds-v2>li:first-child .align-right.wrapper-text,.col.lg-3 .align-right.wrapper-text,.text-width-narrow .align-right.wrapper-text{padding-left:36px;padding-right:0}
.quarters .wrapper-text,.quarters-v2 .wrapper-text,.quarters-v3 .wrapper-text,.quarters-v4 .wrapper-text,.quarters-v5 .wrapper-text,.threeone>li:last-child .wrapper-text,.threeone-v2>li:first-child .wrapper-text,.col.lg-4 .wrapper-text{padding-right:30px}
.quarters .align-center.wrapper-text,.quarters-v2 .align-center.wrapper-text,.quarters-v3 .align-center.wrapper-text,.quarters-v4 .align-center.wrapper-text,.quarters-v5 .align-center.wrapper-text,.threeone>li:last-child .align-center.wrapper-text,.threeone-v2>li:first-child .align-center.wrapper-text,.col.lg-4 .align-center.wrapper-text{padding-left:30px}
.quarters .align-right.wrapper-text,.quarters-v2 .align-right.wrapper-text,.quarters-v3 .align-right.wrapper-text,.quarters-v4 .align-right.wrapper-text,.quarters-v5 .align-right.wrapper-text,.threeone>li:last-child .align-right.wrapper-text,.threeone-v2>li:first-child .align-right.wrapper-text,.col.lg-4 .align-right.wrapper-text{padding-left:30px;padding-right:0}
.fifths .wrapper-text,.col.lg-5 .wrapper-text,.sixths .wrapper-text,.col.lg-6 .wrapper-text{padding-right:24px}
.fifths .align-center.wrapper-text,.col.lg-5 .align-center.wrapper-text,.sixths .align-center.wrapper-text,.col.lg-6 .align-center.wrapper-text{padding-left:24px}
.fifths .align-right.wrapper-text,.col.lg-5 .align-right.wrapper-text,.sixths .align-right.wrapper-text,.col.lg-6 .align-right.wrapper-text{padding-left:24px;padding-right:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.wrapper-text{padding-right:48px}
.align-center.wrapper-text{padding-left:48px}
.align-right.wrapper-text{padding-left:48px;padding-right:0}
.halves .wrapper-text,.halves-v2 .wrapper-text,.col.xl-2 .wrapper-text,.text-width-wide .wrapper-text,.text-width-half .wrapper-text{padding-right:42px}
.halves .align-center.wrapper-text,.halves-v2 .align-center.wrapper-text,.col.xl-2 .align-center.wrapper-text,.text-width-wide .align-center.wrapper-text,.text-width-half .align-center.wrapper-text{padding-left:42px}
.halves .align-right.wrapper-text,.halves-v2 .align-right.wrapper-text,.col.xl-2 .align-right.wrapper-text,.text-width-wide .align-right.wrapper-text,.text-width-half .align-right.wrapper-text{padding-left:42px;padding-right:0}
.thirds .wrapper-text,.thirds-v2 .wrapper-text,.twothirds>li:last-child .wrapper-text,.twothirds-v2>li:first-child .wrapper-text,.col.xl-3 .wrapper-text,.text-width-narrow .wrapper-text{padding-right:36px}
.thirds .align-center.wrapper-text,.thirds-v2 .align-center.wrapper-text,.twothirds>li:last-child .align-center.wrapper-text,.twothirds-v2>li:first-child .align-center.wrapper-text,.col.xl-3 .align-center.wrapper-text,.text-width-narrow .align-center.wrapper-text{padding-left:36px}
.thirds .align-right.wrapper-text,.thirds-v2 .align-right.wrapper-text,.twothirds>li:last-child .align-right.wrapper-text,.twothirds-v2>li:first-child .align-right.wrapper-text,.col.xl-3 .align-right.wrapper-text,.text-width-narrow .align-right.wrapper-text{padding-left:36px;padding-right:0}
.quarters .wrapper-text,.quarters-v2 .wrapper-text,.quarters-v3 .wrapper-text,.quarters-v4 .wrapper-text,.quarters-v5 .wrapper-text,.threeone>li:last-child .wrapper-text,.threeone-v2>li:first-child .wrapper-text,.col.xl-4 .wrapper-text{padding-right:30px}
.quarters .align-center.wrapper-text,.quarters-v2 .align-center.wrapper-text,.quarters-v3 .align-center.wrapper-text,.quarters-v4 .align-center.wrapper-text,.quarters-v5 .align-center.wrapper-text,.threeone>li:last-child .align-center.wrapper-text,.threeone-v2>li:first-child .align-center.wrapper-text,.col.xl-4 .align-center.wrapper-text{padding-left:30px}
.quarters .align-right.wrapper-text,.quarters-v2 .align-right.wrapper-text,.quarters-v3 .align-right.wrapper-text,.quarters-v4 .align-right.wrapper-text,.quarters-v5 .align-right.wrapper-text,.threeone>li:last-child .align-right.wrapper-text,.threeone-v2>li:first-child .align-right.wrapper-text,.col.xl-4 .align-right.wrapper-text{padding-left:30px;padding-right:0}
.fifths .wrapper-text,.col.xl-5 .wrapper-text,.sixths .wrapper-text,.col.xl-6 .wrapper-text{padding-right:24px}
.fifths .align-center.wrapper-text,.col.xl-5 .align-center.wrapper-text,.sixths .align-center.wrapper-text,.col.xl-6 .align-center.wrapper-text{padding-left:24px}
.fifths .align-right.wrapper-text,.col.xl-5 .align-right.wrapper-text,.sixths .align-right.wrapper-text,.col.xl-6 .align-right.wrapper-text{padding-left:24px;padding-right:0}
}
@media screen and (min-width:1600px){.wrapper-text{padding-right:48px}
.align-center.wrapper-text{padding-left:48px}
.align-right.wrapper-text{padding-left:48px;padding-right:0}
.halves .wrapper-text,.halves-v2 .wrapper-text,.col.xxl-2 .wrapper-text,.text-width-wide .wrapper-text,.text-width-half .wrapper-text{padding-right:42px}
.halves .align-center.wrapper-text,.halves-v2 .align-center.wrapper-text,.col.xxl-2 .align-center.wrapper-text,.text-width-wide .align-center.wrapper-text,.text-width-half .align-center.wrapper-text{padding-left:42px}
.halves .align-right.wrapper-text,.halves-v2 .align-right.wrapper-text,.col.xxl-2 .align-right.wrapper-text,.text-width-wide .align-right.wrapper-text,.text-width-half .align-right.wrapper-text{padding-left:42px;padding-right:0}
.thirds .wrapper-text,.thirds-v2 .wrapper-text,.twothirds>li:last-child .wrapper-text,.twothirds-v2>li:first-child .wrapper-text,.col.xxl-3 .wrapper-text,.text-width-narrow .wrapper-text{padding-right:36px}
.thirds .align-center.wrapper-text,.thirds-v2 .align-center.wrapper-text,.twothirds>li:last-child .align-center.wrapper-text,.twothirds-v2>li:first-child .align-center.wrapper-text,.col.xxl-3 .align-center.wrapper-text,.text-width-narrow .align-center.wrapper-text{padding-left:36px}
.thirds .align-right.wrapper-text,.thirds-v2 .align-right.wrapper-text,.twothirds>li:last-child .align-right.wrapper-text,.twothirds-v2>li:first-child .align-right.wrapper-text,.col.xxl-3 .align-right.wrapper-text,.text-width-narrow .align-right.wrapper-text{padding-left:36px;padding-right:0}
.quarters .wrapper-text,.quarters-v2 .wrapper-text,.quarters-v3 .wrapper-text,.quarters-v4 .wrapper-text,.quarters-v5 .wrapper-text,.threeone>li:last-child .wrapper-text,.threeone-v2>li:first-child .wrapper-text,.col.xxl-4 .wrapper-text{padding-right:30px}
.quarters .align-center.wrapper-text,.quarters-v2 .align-center.wrapper-text,.quarters-v3 .align-center.wrapper-text,.quarters-v4 .align-center.wrapper-text,.quarters-v5 .align-center.wrapper-text,.threeone>li:last-child .align-center.wrapper-text,.threeone-v2>li:first-child .align-center.wrapper-text,.col.xxl-4 .align-center.wrapper-text{padding-left:30px}
.quarters .align-right.wrapper-text,.quarters-v2 .align-right.wrapper-text,.quarters-v3 .align-right.wrapper-text,.quarters-v4 .align-right.wrapper-text,.quarters-v5 .align-right.wrapper-text,.threeone>li:last-child .align-right.wrapper-text,.threeone-v2>li:first-child .align-right.wrapper-text,.col.xxl-4 .align-right.wrapper-text{padding-left:30px;padding-right:0}
.fifths .wrapper-text,.col.xxl-5 .wrapper-text,.sixths .wrapper-text,.col.xxl-6 .wrapper-text{padding-right:24px}
.fifths .align-center.wrapper-text,.col.xxl-5 .align-center.wrapper-text,.sixths .align-center.wrapper-text,.col.xxl-6 .align-center.wrapper-text{padding-left:24px}
.fifths .align-right.wrapper-text,.col.xxl-5 .align-right.wrapper-text,.sixths .align-right.wrapper-text,.col.xxl-6 .align-right.wrapper-text{padding-left:24px;padding-right:0}
}
.list-item:last-child{margin-bottom:0 !important}
.list-item::after{clear:both;content:"";display:table}
div{color:#444}
.label,.claim,.bg-dark .claim{color:#0076ce}
.heading{color:#1a1a1a}
.footnote{color:#444}
.bg-medium div,.bg-medium .label,.bg-medium .heading,.bg-medium .footnote,.bg-medium .claim,.bg-dark .heading{color:#fff}
.bg-dark div,.bg-dark .footnote{color:#eee}
.bg-dark .label{color:#f2af00}
.row.bg-light div{color:#444}
.row.bg-light .label,.row.bg-light .claim,.row.bg-dark .claim{color:#0076ce}
.row.bg-light .heading{color:#1a1a1a}
.row.bg-light .footnote{color:#444}
.row.bg-medium div,.row.bg-medium .label,.row.bg-medium .heading,.row.bg-medium .footnote,.row.bg-medium .claim,.row.bg-dark .heading{color:#fff}
.row.bg-dark div,.row.bg-dark .footnote{color:#eee}
.row.bg-dark .label{color:#f2af00}
.wrapper.bg-light div{color:#444}
.wrapper.bg-light .label,.wrapper.bg-light .claim,.wrapper.bg-dark .claim{color:#0076ce}
.wrapper.bg-light .heading{color:#1a1a1a}
.wrapper.bg-light .footnote{color:#444}
.wrapper.bg-medium div,.wrapper.bg-medium .label,.wrapper.bg-medium .heading,.wrapper.bg-medium .footnote,.wrapper.bg-medium .claim,.wrapper.bg-dark .heading{color:#fff}
.wrapper.bg-dark div,.wrapper.bg-dark .footnote{color:#eee}
.wrapper.bg-dark .label{color:#f2af00}
.rendition.bg-light div{color:#444}
.rendition.bg-light .label,.rendition.bg-light .claim,.rendition.bg-dark .claim{color:#0076ce}
.rendition.bg-light .heading{color:#1a1a1a}
.rendition.bg-light .footnote{color:#444}
.rendition.bg-medium div,.rendition.bg-medium .label,.rendition.bg-medium .heading,.rendition.bg-medium .footnote,.rendition.bg-medium .claim,.rendition.bg-dark div,.rendition.bg-dark .heading{color:#fff}
.rendition.bg-dark .label{color:#f2af00}
.rendition.bg-dark .footnote{color:#eee}
.wrapper-quote.bg-light div{color:#444}
.wrapper-quote.bg-light .label,.wrapper-quote.bg-light .claim,.wrapper-quote.bg-dark .claim{color:#0076ce}
.wrapper-quote.bg-light .heading{color:#1a1a1a}
.wrapper-quote.bg-light .footnote{color:#444}
.wrapper-quote.bg-medium div,.wrapper-quote.bg-medium .label,.wrapper-quote.bg-medium .heading,.wrapper-quote.bg-medium .footnote,.wrapper-quote.bg-medium .claim,.wrapper-quote.bg-dark div,.wrapper-quote.bg-dark .heading{color:#fff}
.wrapper-quote.bg-dark .label{color:#f2af00}
.wrapper-quote.bg-dark .footnote{color:#eee}
@media screen and (min-width:768px){.rendition.md-bg-light div{color:#444}
.rendition.md-bg-light .label,.rendition.md-bg-light .claim,.rendition.md-bg-dark .claim{color:#0076ce}
.rendition.md-bg-light .heading{color:#1a1a1a}
.rendition.md-bg-light .footnote{color:#444}
.rendition.md-bg-medium div,.rendition.md-bg-medium .label,.rendition.md-bg-medium .heading,.rendition.md-bg-medium .footnote,.rendition.md-bg-medium .claim,.rendition.md-bg-dark .heading{color:#fff}
.rendition.md-bg-dark div,.rendition.md-bg-dark .footnote{color:#eee}
.rendition.md-bg-dark .label{color:#f2af00}
}
.clearfix::after{clear:both;content:"";display:table}
.compact{margin-bottom:0 !important}
.hide{display:none !important}
@media screen and (min-width:0) and (max-width:639.9px){.hide-xsmall{display:none !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hide-small{display:none !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hide-medium{display:none !important}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hide-large{display:none !important}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hide-xlarge{display:none !important}
}
@media screen and (min-width:1600px){.hide-xxlarge{display:none !important}
}
.grid-no-maxwidth,.blowout{max-width:none !important}
@media screen and (min-width:0) and (max-width:639.9px){.overlap{margin-top:-48px !important}
.overlap-xsmall{margin-top:-48px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.overlap{margin-top:-48px !important}
.overlap-small{margin-top:-48px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.overlap{margin-top:-72px !important}
.overlap-medium{margin-top:-72px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.overlap{margin-top:-72px !important}
.overlap-large{margin-top:-72px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.overlap{margin-top:-72px !important}
.overlap-xlarge{margin-top:-72px}
}
@media screen and (min-width:1600px){.overlap{margin-top:-96px !important}
.overlap-xxlarge{margin-top:-96px}
}
.stash{clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;position:absolute !important;width:1px !important}
.get-height{display:block !important;min-width:320px}
.blowout{max-width:100% !important;width:100% !important}
.blowout .maxwidth,.blowout .grid-maxwidth{max-width:1600px !important;margin-left:auto;margin-right:auto}
.grid-no-maxwidth,.blowout{max-width:none !important}
.bg-dark>.control>li:first-child>div>.padded{padding-top:3em}
.bg-dark>.control>li:last-child>div>.padded{padding-bottom:2em}
.grid-pull,.pull{display:flex}
.grid-pull>li:last-child,.pull>li:last-child{order:-1}
.grid-push,.push{display:flex}
.grid-push>li:first-child,.push>li:first-child{order:999}
.no-scroll{overflow-y:hidden !important}
.label{text-transform:uppercase;font-weight:400}
.row>ul,div>.view{position:relative}
.row>ul::after,div>.view::after{clear:both;content:"";display:table}
ul,ol{list-style-type:none}
ul{list-style:outside none none}
[tabindex="-1"]:focus{outline:none !important}
a img{border:0}
input[type="text"]::-ms-clear{display:none}
.appleios *{cursor:pointer}
.align-left{text-align:left}
.align-left .partial-cta-list{float:left}
.align-center{text-align:center}
.align-center.wrapper-text,.align-center .wrapper-text{margin:0 auto}
.align-center .partial-cta-list{margin:0 auto}
.align-right{text-align:right}
.align-right .partial-cta-list{float:right}
.wrapper-text::after{clear:both;content:"";display:table}
@media screen and (min-width:980px){.wrapper .wrapper-text.text-alone{float:none}
.wrapper .wrapper-text.text-alone.align-default{float:left}
.wrapper .wrapper-text.text-alone.align-center{margin:0 auto}
.wrapper .wrapper-text.text-alone.align-right{float:right}
.wrapper .wrapper-text.text-alone.align-left{float:left}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text-alone{width:100%}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text-alone{width:66%}
.halves .text-alone,.halves-v2 .text-alone,.col.xl-2 .text-alone,.thirds .text-alone,.thirds-v2 .text-alone,.twothirds>li:last-child .text-alone,.twothirds-v2>li:first-child .text-alone,.col.xl-3 .text-alone,.quarters .text-alone,.quarters-v2 .text-alone,.quarters-v3 .text-alone,.quarters-v4 .text-alone,.quarters-v5 .text-alone,.threeone>li:last-child .text-alone,.threeone-v2>li:first-child .text-alone,.col.xl-4 .text-alone,.fifths .text-alone,.col.xl-5 .text-alone,.sixths .text-alone,.col.xl-6 .text-alone{width:100%}
}
@media screen and (min-width:1600px){.text-alone{width:66%}
.halves .text-alone,.halves-v2 .text-alone,.col.xxl-2 .text-alone,.thirds .text-alone,.thirds-v2 .text-alone,.twothirds>li:last-child .text-alone,.twothirds-v2>li:first-child .text-alone,.col.xxl-3 .text-alone,.quarters .text-alone,.quarters-v2 .text-alone,.quarters-v3 .text-alone,.quarters-v4 .text-alone,.quarters-v5 .text-alone,.threeone>li:last-child .text-alone,.threeone-v2>li:first-child .text-alone,.col.xxl-4 .text-alone,.fifths .text-alone,.col.xxl-5 .text-alone,.sixths .text-alone,.col.xxl-6 .text-alone{width:100%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text-width-narrow .wrapper-text,.text-width-narrow .wrapper-image,.text-width-narrow .wrapper-icon,.text-width-half .wrapper-text,.text-width-half .wrapper-image,.text-width-half .wrapper-icon,.text-width-wide .wrapper-text,.text-width-wide .wrapper-image,.text-width-wide .wrapper-icon,.text-width-long .wrapper-text,.text-width-long .wrapper-image,.text-width-long .wrapper-icon{width:50%}
.halves .text-width-narrow .wrapper-text,.halves-v2 .text-width-narrow .wrapper-text,.quarters-v3 .text-width-narrow .wrapper-text,.col.md-2 .text-width-narrow .wrapper-text,.thirds .text-width-narrow .wrapper-text,.quarters-v5 .text-width-narrow .wrapper-text,.col.md-3 .text-width-narrow .wrapper-text,.quarters .text-width-narrow .wrapper-text,.quarters-v2 .text-width-narrow .wrapper-text,.col.md-4 .text-width-narrow .wrapper-text,.halves .text-width-narrow .wrapper-image,.halves-v2 .text-width-narrow .wrapper-image,.quarters-v3 .text-width-narrow .wrapper-image,.col.md-2 .text-width-narrow .wrapper-image,.thirds .text-width-narrow .wrapper-image,.quarters-v5 .text-width-narrow .wrapper-image,.col.md-3 .text-width-narrow .wrapper-image,.quarters .text-width-narrow .wrapper-image,.quarters-v2 .text-width-narrow .wrapper-image,.col.md-4 .text-width-narrow .wrapper-image,.halves .text-width-narrow .wrapper-icon,.halves-v2 .text-width-narrow .wrapper-icon,.quarters-v3 .text-width-narrow .wrapper-icon,.col.md-2 .text-width-narrow .wrapper-icon,.thirds .text-width-narrow .wrapper-icon,.quarters-v5 .text-width-narrow .wrapper-icon,.col.md-3 .text-width-narrow .wrapper-icon,.quarters .text-width-narrow .wrapper-icon,.quarters-v2 .text-width-narrow .wrapper-icon,.col.md-4 .text-width-narrow .wrapper-icon,.halves .text-width-half .wrapper-text,.halves .text-width-half .wrapper-image,.halves .text-width-half .wrapper-icon,.halves-v2 .text-width-half .wrapper-text,.halves-v2 .text-width-half .wrapper-image,.halves-v2 .text-width-half .wrapper-icon,.quarters-v3 .text-width-half .wrapper-text,.quarters-v3 .text-width-half .wrapper-image,.quarters-v3 .text-width-half .wrapper-icon,.col.md-2 .text-width-half .wrapper-text,.col.md-2 .text-width-half .wrapper-image,.col.md-2 .text-width-half .wrapper-icon,.thirds .text-width-half .wrapper-text,.thirds .text-width-half .wrapper-image,.thirds .text-width-half .wrapper-icon,.quarters-v5 .text-width-half .wrapper-text,.quarters-v5 .text-width-half .wrapper-image,.quarters-v5 .text-width-half .wrapper-icon,.col.md-3 .text-width-half .wrapper-text,.col.md-3 .text-width-half .wrapper-image,.col.md-3 .text-width-half .wrapper-icon,.quarters .text-width-half .wrapper-text,.quarters .text-width-half .wrapper-image,.quarters .text-width-half .wrapper-icon,.quarters-v2 .text-width-half .wrapper-text,.quarters-v2 .text-width-half .wrapper-image,.quarters-v2 .text-width-half .wrapper-icon,.col.md-4 .text-width-half .wrapper-text,.col.md-4 .text-width-half .wrapper-image,.col.md-4 .text-width-half .wrapper-icon,.halves .text-width-wide .wrapper-text,.halves-v2 .text-width-wide .wrapper-text,.quarters-v3 .text-width-wide .wrapper-text,.col.md-2 .text-width-wide .wrapper-text,.thirds .text-width-wide .wrapper-text,.quarters-v5 .text-width-wide .wrapper-text,.col.md-3 .text-width-wide .wrapper-text,.quarters .text-width-wide .wrapper-text,.quarters-v2 .text-width-wide .wrapper-text,.col.md-4 .text-width-wide .wrapper-text,.halves .text-width-wide .wrapper-image,.halves-v2 .text-width-wide .wrapper-image,.quarters-v3 .text-width-wide .wrapper-image,.col.md-2 .text-width-wide .wrapper-image,.thirds .text-width-wide .wrapper-image,.quarters-v5 .text-width-wide .wrapper-image,.col.md-3 .text-width-wide .wrapper-image,.quarters .text-width-wide .wrapper-image,.quarters-v2 .text-width-wide .wrapper-image,.col.md-4 .text-width-wide .wrapper-image,.halves .text-width-wide .wrapper-icon,.halves-v2 .text-width-wide .wrapper-icon,.quarters-v3 .text-width-wide .wrapper-icon,.col.md-2 .text-width-wide .wrapper-icon,.thirds .text-width-wide .wrapper-icon,.quarters-v5 .text-width-wide .wrapper-icon,.col.md-3 .text-width-wide .wrapper-icon,.quarters .text-width-wide .wrapper-icon,.quarters-v2 .text-width-wide .wrapper-icon,.col.md-4 .text-width-wide .wrapper-icon,.halves .text-width-long .wrapper-text,.halves-v2 .text-width-long .wrapper-text,.quarters-v3 .text-width-long .wrapper-text,.col.md-2 .text-width-long .wrapper-text,.thirds .text-width-long .wrapper-text,.quarters-v5 .text-width-long .wrapper-text,.col.md-3 .text-width-long .wrapper-text,.quarters .text-width-long .wrapper-text,.quarters-v2 .text-width-long .wrapper-text,.col.md-4 .text-width-long .wrapper-text,.halves .text-width-long .wrapper-image,.halves-v2 .text-width-long .wrapper-image,.quarters-v3 .text-width-long .wrapper-image,.col.md-2 .text-width-long .wrapper-image,.thirds .text-width-long .wrapper-image,.quarters-v5 .text-width-long .wrapper-image,.col.md-3 .text-width-long .wrapper-image,.quarters .text-width-long .wrapper-image,.quarters-v2 .text-width-long .wrapper-image,.col.md-4 .text-width-long .wrapper-image,.halves .text-width-long .wrapper-icon,.halves-v2 .text-width-long .wrapper-icon,.quarters-v3 .text-width-long .wrapper-icon,.col.md-2 .text-width-long .wrapper-icon,.thirds .text-width-long .wrapper-icon,.quarters-v5 .text-width-long .wrapper-icon,.col.md-3 .text-width-long .wrapper-icon,.quarters .text-width-long .wrapper-icon,.quarters-v2 .text-width-long .wrapper-icon,.col.md-4 .text-width-long .wrapper-icon{width:100%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text-width-narrow .wrapper-text,.text-width-long .wrapper-image,.text-width-long .wrapper-icon{width:33%}
.halves .text-width-narrow .wrapper-text,.halves-v2 .text-width-narrow .wrapper-text,.col.lg-2 .text-width-narrow .wrapper-text,.thirds .text-width-narrow .wrapper-text,.thirds-v2 .text-width-narrow .wrapper-text,.twothirds>li:last-child .text-width-narrow .wrapper-text,.twothirds-v2>li:first-child .text-width-narrow .wrapper-text,.col.lg-3 .text-width-narrow .wrapper-text,.quarters .text-width-narrow .wrapper-text,.quarters-v2 .text-width-narrow .wrapper-text,.quarters-v3 .text-width-narrow .wrapper-text,.quarters-v4 .text-width-narrow .wrapper-text,.quarters-v5 .text-width-narrow .wrapper-text,.threeone>li:last-child .text-width-narrow .wrapper-text,.threeone-v2>li:first-child .text-width-narrow .wrapper-text,.col.lg-4 .text-width-narrow .wrapper-text,.fifths .text-width-narrow .wrapper-text,.col.lg-5 .text-width-narrow .wrapper-text,.sixths .text-width-narrow .wrapper-text,.col.lg-6 .text-width-narrow .wrapper-text,.halves .text-width-narrow .wrapper-image,.halves-v2 .text-width-narrow .wrapper-image,.col.lg-2 .text-width-narrow .wrapper-image,.thirds .text-width-narrow .wrapper-image,.thirds-v2 .text-width-narrow .wrapper-image,.twothirds>li:last-child .text-width-narrow .wrapper-image,.twothirds-v2>li:first-child .text-width-narrow .wrapper-image,.col.lg-3 .text-width-narrow .wrapper-image,.quarters .text-width-narrow .wrapper-image,.quarters-v2 .text-width-narrow .wrapper-image,.quarters-v3 .text-width-narrow .wrapper-image,.quarters-v4 .text-width-narrow .wrapper-image,.quarters-v5 .text-width-narrow .wrapper-image,.threeone>li:last-child .text-width-narrow .wrapper-image,.threeone-v2>li:first-child .text-width-narrow .wrapper-image,.col.lg-4 .text-width-narrow .wrapper-image,.fifths .text-width-narrow .wrapper-image,.col.lg-5 .text-width-narrow .wrapper-image,.sixths .text-width-narrow .wrapper-image,.col.lg-6 .text-width-narrow .wrapper-image,.halves .text-width-narrow .wrapper-icon,.halves-v2 .text-width-narrow .wrapper-icon,.col.lg-2 .text-width-narrow .wrapper-icon,.thirds .text-width-narrow .wrapper-icon,.thirds-v2 .text-width-narrow .wrapper-icon,.twothirds>li:last-child .text-width-narrow .wrapper-icon,.twothirds-v2>li:first-child .text-width-narrow .wrapper-icon,.col.lg-3 .text-width-narrow .wrapper-icon,.quarters .text-width-narrow .wrapper-icon,.quarters-v2 .text-width-narrow .wrapper-icon,.quarters-v3 .text-width-narrow .wrapper-icon,.quarters-v4 .text-width-narrow .wrapper-icon,.quarters-v5 .text-width-narrow .wrapper-icon,.threeone>li:last-child .text-width-narrow .wrapper-icon,.threeone-v2>li:first-child .text-width-narrow .wrapper-icon,.col.lg-4 .text-width-narrow .wrapper-icon,.fifths .text-width-narrow .wrapper-icon,.col.lg-5 .text-width-narrow .wrapper-icon,.sixths .text-width-narrow .wrapper-icon,.col.lg-6 .text-width-narrow .wrapper-icon,.halves .text-width-half .wrapper-text,.halves .text-width-half .wrapper-image,.halves .text-width-half .wrapper-icon,.halves-v2 .text-width-half .wrapper-text,.halves-v2 .text-width-half .wrapper-image,.halves-v2 .text-width-half .wrapper-icon,.col.lg-2 .text-width-half .wrapper-text,.col.lg-2 .text-width-half .wrapper-image,.col.lg-2 .text-width-half .wrapper-icon,.thirds .text-width-half .wrapper-text,.thirds .text-width-half .wrapper-image,.thirds .text-width-half .wrapper-icon,.thirds-v2 .text-width-half .wrapper-text,.thirds-v2 .text-width-half .wrapper-image,.thirds-v2 .text-width-half .wrapper-icon,.twothirds>li:last-child .text-width-half .wrapper-text,.twothirds>li:last-child .text-width-half .wrapper-image,.twothirds>li:last-child .text-width-half .wrapper-icon,.twothirds-v2>li:first-child .text-width-half .wrapper-text,.twothirds-v2>li:first-child .text-width-half .wrapper-image,.twothirds-v2>li:first-child .text-width-half .wrapper-icon,.col.lg-3 .text-width-half .wrapper-text,.col.lg-3 .text-width-half .wrapper-image,.col.lg-3 .text-width-half .wrapper-icon,.quarters .text-width-half .wrapper-text,.quarters .text-width-half .wrapper-image,.quarters .text-width-half .wrapper-icon,.quarters-v2 .text-width-half .wrapper-text,.quarters-v2 .text-width-half .wrapper-image,.quarters-v2 .text-width-half .wrapper-icon,.quarters-v3 .text-width-half .wrapper-text,.quarters-v3 .text-width-half .wrapper-image,.quarters-v3 .text-width-half .wrapper-icon,.quarters-v4 .text-width-half .wrapper-text,.quarters-v4 .text-width-half .wrapper-image,.quarters-v4 .text-width-half .wrapper-icon,.quarters-v5 .text-width-half .wrapper-text,.quarters-v5 .text-width-half .wrapper-image,.quarters-v5 .text-width-half .wrapper-icon,.threeone>li:last-child .text-width-half .wrapper-text,.threeone>li:last-child .text-width-half .wrapper-image,.threeone>li:last-child .text-width-half .wrapper-icon,.threeone-v2>li:first-child .text-width-half .wrapper-text,.threeone-v2>li:first-child .text-width-half .wrapper-image,.threeone-v2>li:first-child .text-width-half .wrapper-icon,.col.lg-4 .text-width-half .wrapper-text,.col.lg-4 .text-width-half .wrapper-image,.col.lg-4 .text-width-half .wrapper-icon,.fifths .text-width-half .wrapper-text,.fifths .text-width-half .wrapper-image,.fifths .text-width-half .wrapper-icon,.col.lg-5 .text-width-half .wrapper-text,.col.lg-5 .text-width-half .wrapper-image,.col.lg-5 .text-width-half .wrapper-icon,.sixths .text-width-half .wrapper-text,.sixths .text-width-half .wrapper-image,.sixths .text-width-half .wrapper-icon,.col.lg-6 .text-width-half .wrapper-text,.col.lg-6 .text-width-half .wrapper-image,.col.lg-6 .text-width-half .wrapper-icon,.halves .text-width-wide .wrapper-text,.halves-v2 .text-width-wide .wrapper-text,.col.lg-2 .text-width-wide .wrapper-text,.thirds .text-width-wide .wrapper-text,.thirds-v2 .text-width-wide .wrapper-text,.twothirds>li:last-child .text-width-wide .wrapper-text,.twothirds-v2>li:first-child .text-width-wide .wrapper-text,.col.lg-3 .text-width-wide .wrapper-text,.quarters .text-width-wide .wrapper-text,.quarters-v2 .text-width-wide .wrapper-text,.quarters-v3 .text-width-wide .wrapper-text,.quarters-v4 .text-width-wide .wrapper-text,.quarters-v5 .text-width-wide .wrapper-text,.threeone>li:last-child .text-width-wide .wrapper-text,.threeone-v2>li:first-child .text-width-wide .wrapper-text,.col.lg-4 .text-width-wide .wrapper-text,.fifths .text-width-wide .wrapper-text,.col.lg-5 .text-width-wide .wrapper-text,.sixths .text-width-wide .wrapper-text,.col.lg-6 .text-width-wide .wrapper-text,.halves .text-width-wide .wrapper-image,.halves-v2 .text-width-wide .wrapper-image,.col.lg-2 .text-width-wide .wrapper-image,.thirds .text-width-wide .wrapper-image,.thirds-v2 .text-width-wide .wrapper-image,.twothirds>li:last-child .text-width-wide .wrapper-image,.twothirds-v2>li:first-child .text-width-wide .wrapper-image,.col.lg-3 .text-width-wide .wrapper-image,.quarters .text-width-wide .wrapper-image,.quarters-v2 .text-width-wide .wrapper-image,.quarters-v3 .text-width-wide .wrapper-image,.quarters-v4 .text-width-wide .wrapper-image,.quarters-v5 .text-width-wide .wrapper-image,.threeone>li:last-child .text-width-wide .wrapper-image,.threeone-v2>li:first-child .text-width-wide .wrapper-image,.col.lg-4 .text-width-wide .wrapper-image,.fifths .text-width-wide .wrapper-image,.col.lg-5 .text-width-wide .wrapper-image,.sixths .text-width-wide .wrapper-image,.col.lg-6 .text-width-wide .wrapper-image,.halves .text-width-wide .wrapper-icon,.halves-v2 .text-width-wide .wrapper-icon,.col.lg-2 .text-width-wide .wrapper-icon,.thirds .text-width-wide .wrapper-icon,.thirds-v2 .text-width-wide .wrapper-icon,.twothirds>li:last-child .text-width-wide .wrapper-icon,.twothirds-v2>li:first-child .text-width-wide .wrapper-icon,.col.lg-3 .text-width-wide .wrapper-icon,.quarters .text-width-wide .wrapper-icon,.quarters-v2 .text-width-wide .wrapper-icon,.quarters-v3 .text-width-wide .wrapper-icon,.quarters-v4 .text-width-wide .wrapper-icon,.quarters-v5 .text-width-wide .wrapper-icon,.threeone>li:last-child .text-width-wide .wrapper-icon,.threeone-v2>li:first-child .text-width-wide .wrapper-icon,.col.lg-4 .text-width-wide .wrapper-icon,.fifths .text-width-wide .wrapper-icon,.col.lg-5 .text-width-wide .wrapper-icon,.sixths .text-width-wide .wrapper-icon,.col.lg-6 .text-width-wide .wrapper-icon,.halves .text-width-long .wrapper-text,.halves-v2 .text-width-long .wrapper-text,.col.lg-2 .text-width-long .wrapper-text,.thirds .text-width-long .wrapper-text,.thirds-v2 .text-width-long .wrapper-text,.twothirds>li:last-child .text-width-long .wrapper-text,.twothirds-v2>li:first-child .text-width-long .wrapper-text,.col.lg-3 .text-width-long .wrapper-text,.quarters .text-width-long .wrapper-text,.quarters-v2 .text-width-long .wrapper-text,.quarters-v3 .text-width-long .wrapper-text,.quarters-v4 .text-width-long .wrapper-text,.quarters-v5 .text-width-long .wrapper-text,.threeone>li:last-child .text-width-long .wrapper-text,.threeone-v2>li:first-child .text-width-long .wrapper-text,.col.lg-4 .text-width-long .wrapper-text,.fifths .text-width-long .wrapper-text,.col.lg-5 .text-width-long .wrapper-text,.sixths .text-width-long .wrapper-text,.col.lg-6 .text-width-long .wrapper-text,.halves .text-width-long .wrapper-image,.halves-v2 .text-width-long .wrapper-image,.col.lg-2 .text-width-long .wrapper-image,.thirds .text-width-long .wrapper-image,.thirds-v2 .text-width-long .wrapper-image,.twothirds>li:last-child .text-width-long .wrapper-image,.twothirds-v2>li:first-child .text-width-long .wrapper-image,.col.lg-3 .text-width-long .wrapper-image,.quarters .text-width-long .wrapper-image,.quarters-v2 .text-width-long .wrapper-image,.quarters-v3 .text-width-long .wrapper-image,.quarters-v4 .text-width-long .wrapper-image,.quarters-v5 .text-width-long .wrapper-image,.threeone>li:last-child .text-width-long .wrapper-image,.threeone-v2>li:first-child .text-width-long .wrapper-image,.col.lg-4 .text-width-long .wrapper-image,.fifths .text-width-long .wrapper-image,.col.lg-5 .text-width-long .wrapper-image,.sixths .text-width-long .wrapper-image,.col.lg-6 .text-width-long .wrapper-image,.halves .text-width-long .wrapper-icon,.halves-v2 .text-width-long .wrapper-icon,.col.lg-2 .text-width-long .wrapper-icon,.thirds .text-width-long .wrapper-icon,.thirds-v2 .text-width-long .wrapper-icon,.twothirds>li:last-child .text-width-long .wrapper-icon,.twothirds-v2>li:first-child .text-width-long .wrapper-icon,.col.lg-3 .text-width-long .wrapper-icon,.quarters .text-width-long .wrapper-icon,.quarters-v2 .text-width-long .wrapper-icon,.quarters-v3 .text-width-long .wrapper-icon,.quarters-v4 .text-width-long .wrapper-icon,.quarters-v5 .text-width-long .wrapper-icon,.threeone>li:last-child .text-width-long .wrapper-icon,.threeone-v2>li:first-child .text-width-long .wrapper-icon,.col.lg-4 .text-width-long .wrapper-icon,.fifths .text-width-long .wrapper-icon,.col.lg-5 .text-width-long .wrapper-icon,.sixths .text-width-long .wrapper-icon,.col.lg-6 .text-width-long .wrapper-icon{width:100%}
.text-width-narrow .wrapper-image,.text-width-narrow .wrapper-icon,.text-width-long .wrapper-text{width:66%}
.text-width-half .wrapper-text,.text-width-half .wrapper-image,.text-width-half .wrapper-icon{width:50%}
.text-width-wide .wrapper-text{width:60%}
.text-width-wide .wrapper-image,.text-width-wide .wrapper-icon{width:40%}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text-width-narrow .wrapper-text,.text-width-long .wrapper-image,.text-width-long .wrapper-icon{width:33%}
.halves .text-width-narrow .wrapper-text,.halves-v2 .text-width-narrow .wrapper-text,.col.xl-2 .text-width-narrow .wrapper-text,.thirds .text-width-narrow .wrapper-text,.thirds-v2 .text-width-narrow .wrapper-text,.twothirds>li:last-child .text-width-narrow .wrapper-text,.twothirds-v2>li:first-child .text-width-narrow .wrapper-text,.col.xl-3 .text-width-narrow .wrapper-text,.quarters .text-width-narrow .wrapper-text,.quarters-v2 .text-width-narrow .wrapper-text,.quarters-v3 .text-width-narrow .wrapper-text,.quarters-v4 .text-width-narrow .wrapper-text,.quarters-v5 .text-width-narrow .wrapper-text,.threeone>li:last-child .text-width-narrow .wrapper-text,.threeone-v2>li:first-child .text-width-narrow .wrapper-text,.col.xl-4 .text-width-narrow .wrapper-text,.fifths .text-width-narrow .wrapper-text,.col.xl-5 .text-width-narrow .wrapper-text,.sixths .text-width-narrow .wrapper-text,.col.xl-6 .text-width-narrow .wrapper-text,.halves .text-width-narrow .wrapper-image,.halves-v2 .text-width-narrow .wrapper-image,.col.xl-2 .text-width-narrow .wrapper-image,.thirds .text-width-narrow .wrapper-image,.thirds-v2 .text-width-narrow .wrapper-image,.twothirds>li:last-child .text-width-narrow .wrapper-image,.twothirds-v2>li:first-child .text-width-narrow .wrapper-image,.col.xl-3 .text-width-narrow .wrapper-image,.quarters .text-width-narrow .wrapper-image,.quarters-v2 .text-width-narrow .wrapper-image,.quarters-v3 .text-width-narrow .wrapper-image,.quarters-v4 .text-width-narrow .wrapper-image,.quarters-v5 .text-width-narrow .wrapper-image,.threeone>li:last-child .text-width-narrow .wrapper-image,.threeone-v2>li:first-child .text-width-narrow .wrapper-image,.col.xl-4 .text-width-narrow .wrapper-image,.fifths .text-width-narrow .wrapper-image,.col.xl-5 .text-width-narrow .wrapper-image,.sixths .text-width-narrow .wrapper-image,.col.xl-6 .text-width-narrow .wrapper-image,.halves .text-width-narrow .wrapper-icon,.halves-v2 .text-width-narrow .wrapper-icon,.col.xl-2 .text-width-narrow .wrapper-icon,.thirds .text-width-narrow .wrapper-icon,.thirds-v2 .text-width-narrow .wrapper-icon,.twothirds>li:last-child .text-width-narrow .wrapper-icon,.twothirds-v2>li:first-child .text-width-narrow .wrapper-icon,.col.xl-3 .text-width-narrow .wrapper-icon,.quarters .text-width-narrow .wrapper-icon,.quarters-v2 .text-width-narrow .wrapper-icon,.quarters-v3 .text-width-narrow .wrapper-icon,.quarters-v4 .text-width-narrow .wrapper-icon,.quarters-v5 .text-width-narrow .wrapper-icon,.threeone>li:last-child .text-width-narrow .wrapper-icon,.threeone-v2>li:first-child .text-width-narrow .wrapper-icon,.col.xl-4 .text-width-narrow .wrapper-icon,.fifths .text-width-narrow .wrapper-icon,.col.xl-5 .text-width-narrow .wrapper-icon,.sixths .text-width-narrow .wrapper-icon,.col.xl-6 .text-width-narrow .wrapper-icon,.halves .text-width-half .wrapper-text,.halves .text-width-half .wrapper-image,.halves .text-width-half .wrapper-icon,.halves-v2 .text-width-half .wrapper-text,.halves-v2 .text-width-half .wrapper-image,.halves-v2 .text-width-half .wrapper-icon,.col.xl-2 .text-width-half .wrapper-text,.col.xl-2 .text-width-half .wrapper-image,.col.xl-2 .text-width-half .wrapper-icon,.thirds .text-width-half .wrapper-text,.thirds .text-width-half .wrapper-image,.thirds .text-width-half .wrapper-icon,.thirds-v2 .text-width-half .wrapper-text,.thirds-v2 .text-width-half .wrapper-image,.thirds-v2 .text-width-half .wrapper-icon,.twothirds>li:last-child .text-width-half .wrapper-text,.twothirds>li:last-child .text-width-half .wrapper-image,.twothirds>li:last-child .text-width-half .wrapper-icon,.twothirds-v2>li:first-child .text-width-half .wrapper-text,.twothirds-v2>li:first-child .text-width-half .wrapper-image,.twothirds-v2>li:first-child .text-width-half .wrapper-icon,.col.xl-3 .text-width-half .wrapper-text,.col.xl-3 .text-width-half .wrapper-image,.col.xl-3 .text-width-half .wrapper-icon,.quarters .text-width-half .wrapper-text,.quarters .text-width-half .wrapper-image,.quarters .text-width-half .wrapper-icon,.quarters-v2 .text-width-half .wrapper-text,.quarters-v2 .text-width-half .wrapper-image,.quarters-v2 .text-width-half .wrapper-icon,.quarters-v3 .text-width-half .wrapper-text,.quarters-v3 .text-width-half .wrapper-image,.quarters-v3 .text-width-half .wrapper-icon,.quarters-v4 .text-width-half .wrapper-text,.quarters-v4 .text-width-half .wrapper-image,.quarters-v4 .text-width-half .wrapper-icon,.quarters-v5 .text-width-half .wrapper-text,.quarters-v5 .text-width-half .wrapper-image,.quarters-v5 .text-width-half .wrapper-icon,.threeone>li:last-child .text-width-half .wrapper-text,.threeone>li:last-child .text-width-half .wrapper-image,.threeone>li:last-child .text-width-half .wrapper-icon,.threeone-v2>li:first-child .text-width-half .wrapper-text,.threeone-v2>li:first-child .text-width-half .wrapper-image,.threeone-v2>li:first-child .text-width-half .wrapper-icon,.col.xl-4 .text-width-half .wrapper-text,.col.xl-4 .text-width-half .wrapper-image,.col.xl-4 .text-width-half .wrapper-icon,.fifths .text-width-half .wrapper-text,.fifths .text-width-half .wrapper-image,.fifths .text-width-half .wrapper-icon,.col.xl-5 .text-width-half .wrapper-text,.col.xl-5 .text-width-half .wrapper-image,.col.xl-5 .text-width-half .wrapper-icon,.sixths .text-width-half .wrapper-text,.sixths .text-width-half .wrapper-image,.sixths .text-width-half .wrapper-icon,.col.xl-6 .text-width-half .wrapper-text,.col.xl-6 .text-width-half .wrapper-image,.col.xl-6 .text-width-half .wrapper-icon,.halves .text-width-wide .wrapper-text,.halves-v2 .text-width-wide .wrapper-text,.col.xl-2 .text-width-wide .wrapper-text,.thirds .text-width-wide .wrapper-text,.thirds-v2 .text-width-wide .wrapper-text,.twothirds>li:last-child .text-width-wide .wrapper-text,.twothirds-v2>li:first-child .text-width-wide .wrapper-text,.col.xl-3 .text-width-wide .wrapper-text,.quarters .text-width-wide .wrapper-text,.quarters-v2 .text-width-wide .wrapper-text,.quarters-v3 .text-width-wide .wrapper-text,.quarters-v4 .text-width-wide .wrapper-text,.quarters-v5 .text-width-wide .wrapper-text,.threeone>li:last-child .text-width-wide .wrapper-text,.threeone-v2>li:first-child .text-width-wide .wrapper-text,.col.xl-4 .text-width-wide .wrapper-text,.fifths .text-width-wide .wrapper-text,.col.xl-5 .text-width-wide .wrapper-text,.sixths .text-width-wide .wrapper-text,.col.xl-6 .text-width-wide .wrapper-text,.halves .text-width-wide .wrapper-image,.halves-v2 .text-width-wide .wrapper-image,.col.xl-2 .text-width-wide .wrapper-image,.thirds .text-width-wide .wrapper-image,.thirds-v2 .text-width-wide .wrapper-image,.twothirds>li:last-child .text-width-wide .wrapper-image,.twothirds-v2>li:first-child .text-width-wide .wrapper-image,.col.xl-3 .text-width-wide .wrapper-image,.quarters .text-width-wide .wrapper-image,.quarters-v2 .text-width-wide .wrapper-image,.quarters-v3 .text-width-wide .wrapper-image,.quarters-v4 .text-width-wide .wrapper-image,.quarters-v5 .text-width-wide .wrapper-image,.threeone>li:last-child .text-width-wide .wrapper-image,.threeone-v2>li:first-child .text-width-wide .wrapper-image,.col.xl-4 .text-width-wide .wrapper-image,.fifths .text-width-wide .wrapper-image,.col.xl-5 .text-width-wide .wrapper-image,.sixths .text-width-wide .wrapper-image,.col.xl-6 .text-width-wide .wrapper-image,.halves .text-width-wide .wrapper-icon,.halves-v2 .text-width-wide .wrapper-icon,.col.xl-2 .text-width-wide .wrapper-icon,.thirds .text-width-wide .wrapper-icon,.thirds-v2 .text-width-wide .wrapper-icon,.twothirds>li:last-child .text-width-wide .wrapper-icon,.twothirds-v2>li:first-child .text-width-wide .wrapper-icon,.col.xl-3 .text-width-wide .wrapper-icon,.quarters .text-width-wide .wrapper-icon,.quarters-v2 .text-width-wide .wrapper-icon,.quarters-v3 .text-width-wide .wrapper-icon,.quarters-v4 .text-width-wide .wrapper-icon,.quarters-v5 .text-width-wide .wrapper-icon,.threeone>li:last-child .text-width-wide .wrapper-icon,.threeone-v2>li:first-child .text-width-wide .wrapper-icon,.col.xl-4 .text-width-wide .wrapper-icon,.fifths .text-width-wide .wrapper-icon,.col.xl-5 .text-width-wide .wrapper-icon,.sixths .text-width-wide .wrapper-icon,.col.xl-6 .text-width-wide .wrapper-icon,.halves .text-width-long .wrapper-text,.halves-v2 .text-width-long .wrapper-text,.col.xl-2 .text-width-long .wrapper-text,.thirds .text-width-long .wrapper-text,.thirds-v2 .text-width-long .wrapper-text,.twothirds>li:last-child .text-width-long .wrapper-text,.twothirds-v2>li:first-child .text-width-long .wrapper-text,.col.xl-3 .text-width-long .wrapper-text,.quarters .text-width-long .wrapper-text,.quarters-v2 .text-width-long .wrapper-text,.quarters-v3 .text-width-long .wrapper-text,.quarters-v4 .text-width-long .wrapper-text,.quarters-v5 .text-width-long .wrapper-text,.threeone>li:last-child .text-width-long .wrapper-text,.threeone-v2>li:first-child .text-width-long .wrapper-text,.col.xl-4 .text-width-long .wrapper-text,.fifths .text-width-long .wrapper-text,.col.xl-5 .text-width-long .wrapper-text,.sixths .text-width-long .wrapper-text,.col.xl-6 .text-width-long .wrapper-text,.halves .text-width-long .wrapper-image,.halves-v2 .text-width-long .wrapper-image,.col.xl-2 .text-width-long .wrapper-image,.thirds .text-width-long .wrapper-image,.thirds-v2 .text-width-long .wrapper-image,.twothirds>li:last-child .text-width-long .wrapper-image,.twothirds-v2>li:first-child .text-width-long .wrapper-image,.col.xl-3 .text-width-long .wrapper-image,.quarters .text-width-long .wrapper-image,.quarters-v2 .text-width-long .wrapper-image,.quarters-v3 .text-width-long .wrapper-image,.quarters-v4 .text-width-long .wrapper-image,.quarters-v5 .text-width-long .wrapper-image,.threeone>li:last-child .text-width-long .wrapper-image,.threeone-v2>li:first-child .text-width-long .wrapper-image,.col.xl-4 .text-width-long .wrapper-image,.fifths .text-width-long .wrapper-image,.col.xl-5 .text-width-long .wrapper-image,.sixths .text-width-long .wrapper-image,.col.xl-6 .text-width-long .wrapper-image,.halves .text-width-long .wrapper-icon,.halves-v2 .text-width-long .wrapper-icon,.col.xl-2 .text-width-long .wrapper-icon,.thirds .text-width-long .wrapper-icon,.thirds-v2 .text-width-long .wrapper-icon,.twothirds>li:last-child .text-width-long .wrapper-icon,.twothirds-v2>li:first-child .text-width-long .wrapper-icon,.col.xl-3 .text-width-long .wrapper-icon,.quarters .text-width-long .wrapper-icon,.quarters-v2 .text-width-long .wrapper-icon,.quarters-v3 .text-width-long .wrapper-icon,.quarters-v4 .text-width-long .wrapper-icon,.quarters-v5 .text-width-long .wrapper-icon,.threeone>li:last-child .text-width-long .wrapper-icon,.threeone-v2>li:first-child .text-width-long .wrapper-icon,.col.xl-4 .text-width-long .wrapper-icon,.fifths .text-width-long .wrapper-icon,.col.xl-5 .text-width-long .wrapper-icon,.sixths .text-width-long .wrapper-icon,.col.xl-6 .text-width-long .wrapper-icon{width:100%}
.text-width-narrow .wrapper-image,.text-width-narrow .wrapper-icon,.text-width-long .wrapper-text{width:66%}
.text-width-half .wrapper-text,.text-width-half .wrapper-image,.text-width-half .wrapper-icon{width:50%}
.text-width-wide .wrapper-text{width:60%}
.text-width-wide .wrapper-image,.text-width-wide .wrapper-icon{width:40%}
}
@media screen and (min-width:1600px){.text-width-narrow .wrapper-text,.text-width-long .wrapper-image,.text-width-long .wrapper-icon{width:33%}
.halves .text-width-narrow .wrapper-text,.halves-v2 .text-width-narrow .wrapper-text,.col.xxl-2 .text-width-narrow .wrapper-text,.thirds .text-width-narrow .wrapper-text,.thirds-v2 .text-width-narrow .wrapper-text,.twothirds>li:last-child .text-width-narrow .wrapper-text,.twothirds-v2>li:first-child .text-width-narrow .wrapper-text,.col.xxl-3 .text-width-narrow .wrapper-text,.quarters .text-width-narrow .wrapper-text,.quarters-v2 .text-width-narrow .wrapper-text,.quarters-v3 .text-width-narrow .wrapper-text,.quarters-v4 .text-width-narrow .wrapper-text,.quarters-v5 .text-width-narrow .wrapper-text,.threeone>li:last-child .text-width-narrow .wrapper-text,.threeone-v2>li:first-child .text-width-narrow .wrapper-text,.col.xxl-4 .text-width-narrow .wrapper-text,.fifths .text-width-narrow .wrapper-text,.col.xxl-5 .text-width-narrow .wrapper-text,.sixths .text-width-narrow .wrapper-text,.col.xxl-6 .text-width-narrow .wrapper-text,.halves .text-width-narrow .wrapper-image,.halves-v2 .text-width-narrow .wrapper-image,.col.xxl-2 .text-width-narrow .wrapper-image,.thirds .text-width-narrow .wrapper-image,.thirds-v2 .text-width-narrow .wrapper-image,.twothirds>li:last-child .text-width-narrow .wrapper-image,.twothirds-v2>li:first-child .text-width-narrow .wrapper-image,.col.xxl-3 .text-width-narrow .wrapper-image,.quarters .text-width-narrow .wrapper-image,.quarters-v2 .text-width-narrow .wrapper-image,.quarters-v3 .text-width-narrow .wrapper-image,.quarters-v4 .text-width-narrow .wrapper-image,.quarters-v5 .text-width-narrow .wrapper-image,.threeone>li:last-child .text-width-narrow .wrapper-image,.threeone-v2>li:first-child .text-width-narrow .wrapper-image,.col.xxl-4 .text-width-narrow .wrapper-image,.fifths .text-width-narrow .wrapper-image,.col.xxl-5 .text-width-narrow .wrapper-image,.sixths .text-width-narrow .wrapper-image,.col.xxl-6 .text-width-narrow .wrapper-image,.halves .text-width-narrow .wrapper-icon,.halves-v2 .text-width-narrow .wrapper-icon,.col.xxl-2 .text-width-narrow .wrapper-icon,.thirds .text-width-narrow .wrapper-icon,.thirds-v2 .text-width-narrow .wrapper-icon,.twothirds>li:last-child .text-width-narrow .wrapper-icon,.twothirds-v2>li:first-child .text-width-narrow .wrapper-icon,.col.xxl-3 .text-width-narrow .wrapper-icon,.quarters .text-width-narrow .wrapper-icon,.quarters-v2 .text-width-narrow .wrapper-icon,.quarters-v3 .text-width-narrow .wrapper-icon,.quarters-v4 .text-width-narrow .wrapper-icon,.quarters-v5 .text-width-narrow .wrapper-icon,.threeone>li:last-child .text-width-narrow .wrapper-icon,.threeone-v2>li:first-child .text-width-narrow .wrapper-icon,.col.xxl-4 .text-width-narrow .wrapper-icon,.fifths .text-width-narrow .wrapper-icon,.col.xxl-5 .text-width-narrow .wrapper-icon,.sixths .text-width-narrow .wrapper-icon,.col.xxl-6 .text-width-narrow .wrapper-icon,.halves .text-width-half .wrapper-text,.halves .text-width-half .wrapper-image,.halves .text-width-half .wrapper-icon,.halves-v2 .text-width-half .wrapper-text,.halves-v2 .text-width-half .wrapper-image,.halves-v2 .text-width-half .wrapper-icon,.col.xxl-2 .text-width-half .wrapper-text,.col.xxl-2 .text-width-half .wrapper-image,.col.xxl-2 .text-width-half .wrapper-icon,.thirds .text-width-half .wrapper-text,.thirds .text-width-half .wrapper-image,.thirds .text-width-half .wrapper-icon,.thirds-v2 .text-width-half .wrapper-text,.thirds-v2 .text-width-half .wrapper-image,.thirds-v2 .text-width-half .wrapper-icon,.twothirds>li:last-child .text-width-half .wrapper-text,.twothirds>li:last-child .text-width-half .wrapper-image,.twothirds>li:last-child .text-width-half .wrapper-icon,.twothirds-v2>li:first-child .text-width-half .wrapper-text,.twothirds-v2>li:first-child .text-width-half .wrapper-image,.twothirds-v2>li:first-child .text-width-half .wrapper-icon,.col.xxl-3 .text-width-half .wrapper-text,.col.xxl-3 .text-width-half .wrapper-image,.col.xxl-3 .text-width-half .wrapper-icon,.quarters .text-width-half .wrapper-text,.quarters .text-width-half .wrapper-image,.quarters .text-width-half .wrapper-icon,.quarters-v2 .text-width-half .wrapper-text,.quarters-v2 .text-width-half .wrapper-image,.quarters-v2 .text-width-half .wrapper-icon,.quarters-v3 .text-width-half .wrapper-text,.quarters-v3 .text-width-half .wrapper-image,.quarters-v3 .text-width-half .wrapper-icon,.quarters-v4 .text-width-half .wrapper-text,.quarters-v4 .text-width-half .wrapper-image,.quarters-v4 .text-width-half .wrapper-icon,.quarters-v5 .text-width-half .wrapper-text,.quarters-v5 .text-width-half .wrapper-image,.quarters-v5 .text-width-half .wrapper-icon,.threeone>li:last-child .text-width-half .wrapper-text,.threeone>li:last-child .text-width-half .wrapper-image,.threeone>li:last-child .text-width-half .wrapper-icon,.threeone-v2>li:first-child .text-width-half .wrapper-text,.threeone-v2>li:first-child .text-width-half .wrapper-image,.threeone-v2>li:first-child .text-width-half .wrapper-icon,.col.xxl-4 .text-width-half .wrapper-text,.col.xxl-4 .text-width-half .wrapper-image,.col.xxl-4 .text-width-half .wrapper-icon,.fifths .text-width-half .wrapper-text,.fifths .text-width-half .wrapper-image,.fifths .text-width-half .wrapper-icon,.col.xxl-5 .text-width-half .wrapper-text,.col.xxl-5 .text-width-half .wrapper-image,.col.xxl-5 .text-width-half .wrapper-icon,.sixths .text-width-half .wrapper-text,.sixths .text-width-half .wrapper-image,.sixths .text-width-half .wrapper-icon,.col.xxl-6 .text-width-half .wrapper-text,.col.xxl-6 .text-width-half .wrapper-image,.col.xxl-6 .text-width-half .wrapper-icon,.halves .text-width-wide .wrapper-text,.halves-v2 .text-width-wide .wrapper-text,.col.xxl-2 .text-width-wide .wrapper-text,.thirds .text-width-wide .wrapper-text,.thirds-v2 .text-width-wide .wrapper-text,.twothirds>li:last-child .text-width-wide .wrapper-text,.twothirds-v2>li:first-child .text-width-wide .wrapper-text,.col.xxl-3 .text-width-wide .wrapper-text,.quarters .text-width-wide .wrapper-text,.quarters-v2 .text-width-wide .wrapper-text,.quarters-v3 .text-width-wide .wrapper-text,.quarters-v4 .text-width-wide .wrapper-text,.quarters-v5 .text-width-wide .wrapper-text,.threeone>li:last-child .text-width-wide .wrapper-text,.threeone-v2>li:first-child .text-width-wide .wrapper-text,.col.xxl-4 .text-width-wide .wrapper-text,.fifths .text-width-wide .wrapper-text,.col.xxl-5 .text-width-wide .wrapper-text,.sixths .text-width-wide .wrapper-text,.col.xxl-6 .text-width-wide .wrapper-text,.halves .text-width-wide .wrapper-image,.halves-v2 .text-width-wide .wrapper-image,.col.xxl-2 .text-width-wide .wrapper-image,.thirds .text-width-wide .wrapper-image,.thirds-v2 .text-width-wide .wrapper-image,.twothirds>li:last-child .text-width-wide .wrapper-image,.twothirds-v2>li:first-child .text-width-wide .wrapper-image,.col.xxl-3 .text-width-wide .wrapper-image,.quarters .text-width-wide .wrapper-image,.quarters-v2 .text-width-wide .wrapper-image,.quarters-v3 .text-width-wide .wrapper-image,.quarters-v4 .text-width-wide .wrapper-image,.quarters-v5 .text-width-wide .wrapper-image,.threeone>li:last-child .text-width-wide .wrapper-image,.threeone-v2>li:first-child .text-width-wide .wrapper-image,.col.xxl-4 .text-width-wide .wrapper-image,.fifths .text-width-wide .wrapper-image,.col.xxl-5 .text-width-wide .wrapper-image,.sixths .text-width-wide .wrapper-image,.col.xxl-6 .text-width-wide .wrapper-image,.halves .text-width-wide .wrapper-icon,.halves-v2 .text-width-wide .wrapper-icon,.col.xxl-2 .text-width-wide .wrapper-icon,.thirds .text-width-wide .wrapper-icon,.thirds-v2 .text-width-wide .wrapper-icon,.twothirds>li:last-child .text-width-wide .wrapper-icon,.twothirds-v2>li:first-child .text-width-wide .wrapper-icon,.col.xxl-3 .text-width-wide .wrapper-icon,.quarters .text-width-wide .wrapper-icon,.quarters-v2 .text-width-wide .wrapper-icon,.quarters-v3 .text-width-wide .wrapper-icon,.quarters-v4 .text-width-wide .wrapper-icon,.quarters-v5 .text-width-wide .wrapper-icon,.threeone>li:last-child .text-width-wide .wrapper-icon,.threeone-v2>li:first-child .text-width-wide .wrapper-icon,.col.xxl-4 .text-width-wide .wrapper-icon,.fifths .text-width-wide .wrapper-icon,.col.xxl-5 .text-width-wide .wrapper-icon,.sixths .text-width-wide .wrapper-icon,.col.xxl-6 .text-width-wide .wrapper-icon,.halves .text-width-long .wrapper-text,.halves-v2 .text-width-long .wrapper-text,.col.xxl-2 .text-width-long .wrapper-text,.thirds .text-width-long .wrapper-text,.thirds-v2 .text-width-long .wrapper-text,.twothirds>li:last-child .text-width-long .wrapper-text,.twothirds-v2>li:first-child .text-width-long .wrapper-text,.col.xxl-3 .text-width-long .wrapper-text,.quarters .text-width-long .wrapper-text,.quarters-v2 .text-width-long .wrapper-text,.quarters-v3 .text-width-long .wrapper-text,.quarters-v4 .text-width-long .wrapper-text,.quarters-v5 .text-width-long .wrapper-text,.threeone>li:last-child .text-width-long .wrapper-text,.threeone-v2>li:first-child .text-width-long .wrapper-text,.col.xxl-4 .text-width-long .wrapper-text,.fifths .text-width-long .wrapper-text,.col.xxl-5 .text-width-long .wrapper-text,.sixths .text-width-long .wrapper-text,.col.xxl-6 .text-width-long .wrapper-text,.halves .text-width-long .wrapper-image,.halves-v2 .text-width-long .wrapper-image,.col.xxl-2 .text-width-long .wrapper-image,.thirds .text-width-long .wrapper-image,.thirds-v2 .text-width-long .wrapper-image,.twothirds>li:last-child .text-width-long .wrapper-image,.twothirds-v2>li:first-child .text-width-long .wrapper-image,.col.xxl-3 .text-width-long .wrapper-image,.quarters .text-width-long .wrapper-image,.quarters-v2 .text-width-long .wrapper-image,.quarters-v3 .text-width-long .wrapper-image,.quarters-v4 .text-width-long .wrapper-image,.quarters-v5 .text-width-long .wrapper-image,.threeone>li:last-child .text-width-long .wrapper-image,.threeone-v2>li:first-child .text-width-long .wrapper-image,.col.xxl-4 .text-width-long .wrapper-image,.fifths .text-width-long .wrapper-image,.col.xxl-5 .text-width-long .wrapper-image,.sixths .text-width-long .wrapper-image,.col.xxl-6 .text-width-long .wrapper-image,.halves .text-width-long .wrapper-icon,.halves-v2 .text-width-long .wrapper-icon,.col.xxl-2 .text-width-long .wrapper-icon,.thirds .text-width-long .wrapper-icon,.thirds-v2 .text-width-long .wrapper-icon,.twothirds>li:last-child .text-width-long .wrapper-icon,.twothirds-v2>li:first-child .text-width-long .wrapper-icon,.col.xxl-3 .text-width-long .wrapper-icon,.quarters .text-width-long .wrapper-icon,.quarters-v2 .text-width-long .wrapper-icon,.quarters-v3 .text-width-long .wrapper-icon,.quarters-v4 .text-width-long .wrapper-icon,.quarters-v5 .text-width-long .wrapper-icon,.threeone>li:last-child .text-width-long .wrapper-icon,.threeone-v2>li:first-child .text-width-long .wrapper-icon,.col.xxl-4 .text-width-long .wrapper-icon,.fifths .text-width-long .wrapper-icon,.col.xxl-5 .text-width-long .wrapper-icon,.sixths .text-width-long .wrapper-icon,.col.xxl-6 .text-width-long .wrapper-icon{width:100%}
.text-width-narrow .wrapper-image,.text-width-narrow .wrapper-icon,.text-width-long .wrapper-text{width:66%}
.text-width-half .wrapper-text,.text-width-half .wrapper-image,.text-width-half .wrapper-icon{width:50%}
.text-width-wide .wrapper-text{width:60%}
.text-width-wide .wrapper-image,.text-width-wide .wrapper-icon{width:40%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.align-indented{margin-left:16.66%}
.halves .align-indented,.halves-v2 .align-indented,.col.lg-2 .align-indented,.text-width-wide .align-indented,.text-width-half .align-indented,.thirds .align-indented,.thirds-v2 .align-indented,.twothirds>li:last-child .align-indented,.twothirds-v2>li:first-child .align-indented,.col.lg-3 .align-indented,.text-width-narrow .align-indented,.quarters .align-indented,.quarters-v2 .align-indented,.quarters-v3 .align-indented,.quarters-v4 .align-indented,.quarters-v5 .align-indented,.threeone>li:last-child .align-indented,.threeone-v2>li:first-child .align-indented,.col.lg-4 .align-indented,.fifths .align-indented,.col.lg-5 .align-indented,.sixths .align-indented,.col.lg-6 .align-indented{margin-left:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.align-indented{margin-left:16.66%}
.halves .align-indented,.halves-v2 .align-indented,.col.xl-2 .align-indented,.text-width-wide .align-indented,.text-width-half .align-indented,.thirds .align-indented,.thirds-v2 .align-indented,.twothirds>li:last-child .align-indented,.twothirds-v2>li:first-child .align-indented,.col.xl-3 .align-indented,.text-width-narrow .align-indented,.quarters .align-indented,.quarters-v2 .align-indented,.quarters-v3 .align-indented,.quarters-v4 .align-indented,.quarters-v5 .align-indented,.threeone>li:last-child .align-indented,.threeone-v2>li:first-child .align-indented,.col.xl-4 .align-indented,.fifths .align-indented,.col.xl-5 .align-indented,.sixths .align-indented,.col.xl-6 .align-indented{margin-left:0}
}
@media screen and (min-width:1600px){.align-indented{margin-left:16.66%}
.halves .align-indented,.halves-v2 .align-indented,.col.xxl-2 .align-indented,.text-width-wide .align-indented,.text-width-half .align-indented,.thirds .align-indented,.thirds-v2 .align-indented,.twothirds>li:last-child .align-indented,.twothirds-v2>li:first-child .align-indented,.col.xxl-3 .align-indented,.text-width-narrow .align-indented,.quarters .align-indented,.quarters-v2 .align-indented,.quarters-v3 .align-indented,.quarters-v4 .align-indented,.quarters-v5 .align-indented,.threeone>li:last-child .align-indented,.threeone-v2>li:first-child .align-indented,.col.xxl-4 .align-indented,.fifths .align-indented,.col.xxl-5 .align-indented,.sixths .align-indented,.col.xxl-6 .align-indented{margin-left:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.text-component .partial-cta-list dd .btn{width:auto !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text-component .partial-cta-list dd .btn{width:auto !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text-component .partial-cta-list dd .btn{width:auto !important}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text-component .partial-cta-list dd .btn{width:auto !important}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text-component .partial-cta-list dd .btn{width:auto !important}
}
@media screen and (min-width:1600px){.text-component .partial-cta-list dd .btn{width:auto !important}
}
.wrapper-image{position:relative;text-align:center;overflow:hidden;width:100%}
.wrapper-image .image{height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.wrapper-icon-custom .image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:33%}
.wrapper-caption{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,0.5)}
.wrapper-caption .caption{color:#fff;padding:10px}
.wrapper-image .btn{position:absolute;left:50%;top:50%;height:auto;width:auto;margin:0;transform:translate(-50%,-50%)}
.wrap-image img,.mask-image img,.overlay-video-trigger img,img.partial-img,img.rendition{vertical-align:text-bottom}
.view .mask-image .overlay-video-trigger .btn.play{z-index:10}
[data-rendition-type="background"].parallax{background-attachment:fixed}
.wrap-image img:not(.image){width:100%}
.rendition.row{background-size:cover;background-position:center bottom;background-repeat:no-repeat}
.mask-image{height:100px;margin-bottom:20px;overflow:hidden;position:relative}
.mask-image.mask-round{border-radius:50%}
.mask-image.mask-rect{padding-top:100%}
.mask-image.mask-rect-v2{padding-top:75%}
.mask-image.mask-rect-v3{padding-top:56.25%}
.mask-image img{position:absolute;min-height:100%;min-width:100%}
.mask-image img.left{left:0}
.mask-image img.center{left:50%;margin-right:-50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}
.mask-image img.right{right:0}
.mask-image img.top{top:0}
.mask-image img.middle{bottom:0;margin:auto;top:0}
.mask-image img.bottom{bottom:0}
.mask-image img.fill-mask{width:100%}
.mask-image img.fill-mask-v2{height:110px;width:auto;min-width:auto}
.rte ul,.rte ol{display:block;list-style-image:none;list-style-position:outside;margin-top:1em;margin-bottom:1em;padding-left:1.5em}
.rte ul{list-style-type:disc}
.rte ol{list-style-type:decimal}
.rte b{font-weight:700}
.rte i{font-style:italic}
.rte u{text-decoration:underline}
.rte a{color:#0076ce;display:inline;font-weight:200;font-size:1em}
.rte a:hover{color:#444}
@media screen and (min-width:0) and (max-width:639.9px){.teasers *{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.teasers *{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.teasers *{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.teasers *{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.teasers *{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.teasers *{font-size:16px;font-size:1.6rem}
}
.teasers li{margin-bottom:20px;position:relative}
.teasers li.hidden{display:none}
.teasers li.transparent{opacity:0}
.teasers li:hover h3,.teasers li:hover .subheading{background-color:rgba(0,0,0,0.8)}
.teasers a:hover span,.teasers a:hover h3,.teasers a:hover .heading{text-decoration:none}
.teasers img{height:auto;width:100%}
.teasers h3,.teasers .subheading{background-color:rgba(0,0,0,0.6);color:#0076ce;font-weight:700;left:0;line-height:1.2;top:0;margin:0;padding:20px;position:absolute;width:100%}
.teasers span{-webkit-opacity:.6;-moz-opacity:.6;opacity:.6;background-color:#000;bottom:2px;color:#0076ce;font-weight:700;padding:10px;position:absolute;right:0;text-transform:uppercase}
@media screen and (min-width:0) and (max-width:639.9px){.partial-cta-list{width:100%}
}
@media screen and (min-width:640px) and (max-width:767.9px){.partial-cta-list{width:75%}
.halves .partial-cta-list,.quarters .partial-cta-list,.quarters-v2 .partial-cta-list,.quarters-v3 .partial-cta-list,.col.sm-2 .partial-cta-list,.thirds .partial-cta-list,.quarters-v5 .partial-cta-list,.col.sm-3 .partial-cta-list{width:100%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.partial-cta-list{width:75%}
.halves .partial-cta-list,.halves-v2 .partial-cta-list,.quarters-v3 .partial-cta-list,.col.md-2 .partial-cta-list,.thirds .partial-cta-list,.quarters-v5 .partial-cta-list,.col.md-3 .partial-cta-list,.quarters .partial-cta-list,.quarters-v2 .partial-cta-list,.col.md-4 .partial-cta-list{width:100%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.partial-cta-list{width:75%}
.halves .partial-cta-list,.halves-v2 .partial-cta-list,.col.lg-2 .partial-cta-list,.thirds .partial-cta-list,.thirds-v2 .partial-cta-list,.twothirds>li:last-child .partial-cta-list,.twothirds-v2>li:first-child .partial-cta-list,.col.lg-3 .partial-cta-list,.quarters .partial-cta-list,.quarters-v2 .partial-cta-list,.quarters-v3 .partial-cta-list,.quarters-v4 .partial-cta-list,.quarters-v5 .partial-cta-list,.threeone>li:last-child .partial-cta-list,.threeone-v2>li:first-child .partial-cta-list,.col.lg-4 .partial-cta-list,.fifths .partial-cta-list,.col.lg-5 .partial-cta-list,.sixths .partial-cta-list,.col.lg-6 .partial-cta-list{width:100%}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.partial-cta-list,.thirds .partial-cta-list,.thirds-v2 .partial-cta-list,.twothirds>li:last-child .partial-cta-list,.twothirds-v2>li:first-child .partial-cta-list,.col.xl-3 .partial-cta-list,.quarters .partial-cta-list,.quarters-v2 .partial-cta-list,.quarters-v3 .partial-cta-list,.quarters-v4 .partial-cta-list,.quarters-v5 .partial-cta-list,.threeone>li:last-child .partial-cta-list,.threeone-v2>li:first-child .partial-cta-list,.col.xl-4 .partial-cta-list,.fifths .partial-cta-list,.col.xl-5 .partial-cta-list,.sixths .partial-cta-list,.col.xl-6 .partial-cta-list{width:100%}
.halves .partial-cta-list,.halves-v2 .partial-cta-list,.col.xl-2 .partial-cta-list{width:75%}
}
@media screen and (min-width:1600px){.partial-cta-list,.thirds .partial-cta-list,.thirds-v2 .partial-cta-list,.twothirds>li:last-child .partial-cta-list,.twothirds-v2>li:first-child .partial-cta-list,.col.xxl-3 .partial-cta-list,.quarters .partial-cta-list,.quarters-v2 .partial-cta-list,.quarters-v3 .partial-cta-list,.quarters-v4 .partial-cta-list,.quarters-v5 .partial-cta-list,.threeone>li:last-child .partial-cta-list,.threeone-v2>li:first-child .partial-cta-list,.col.xxl-4 .partial-cta-list,.fifths .partial-cta-list,.col.xxl-5 .partial-cta-list,.sixths .partial-cta-list,.col.xxl-6 .partial-cta-list{width:100%}
.halves .partial-cta-list,.halves-v2 .partial-cta-list,.col.xxl-2 .partial-cta-list{width:75%}
}
@media screen and (min-width:0) and (max-width:639.9px){.partial-cta-list dd{max-width:100%}
}
@media screen and (min-width:640px) and (max-width:767.9px){.partial-cta-list dd{max-width:77.7777%}
.halves .partial-cta-list dd,.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.col.sm-2 .partial-cta-list dd,.thirds .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.col.sm-3 .partial-cta-list dd{max-width:100%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.partial-cta-list dd{max-width:77.7777%}
.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.col.md-2 .partial-cta-list dd,.text-width-long .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd,.text-width-narrow .partial-cta-list dd,.thirds .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.col.md-3 .partial-cta-list dd,.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.col.md-4 .partial-cta-list dd{max-width:100%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.partial-cta-list dd,.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.col.lg-2 .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd,.thirds .partial-cta-list dd,.thirds-v2 .partial-cta-list dd,.twothirds>li:last-child .partial-cta-list dd,.twothirds-v2>li:first-child .partial-cta-list dd,.col.lg-3 .partial-cta-list dd,.text-width-narrow .partial-cta-list dd,.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.quarters-v4 .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.threeone>li:last-child .partial-cta-list dd,.threeone-v2>li:first-child .partial-cta-list dd,.col.lg-4 .partial-cta-list dd,.fifths .partial-cta-list dd,.col.lg-5 .partial-cta-list dd,.sixths .partial-cta-list dd,.col.lg-6 .partial-cta-list dd{max-width:100%}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.partial-cta-list dd,.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.col.xl-2 .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd,.thirds .partial-cta-list dd,.thirds-v2 .partial-cta-list dd,.twothirds>li:last-child .partial-cta-list dd,.twothirds-v2>li:first-child .partial-cta-list dd,.col.xl-3 .partial-cta-list dd,.text-width-narrow .partial-cta-list dd,.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.quarters-v4 .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.threeone>li:last-child .partial-cta-list dd,.threeone-v2>li:first-child .partial-cta-list dd,.col.xl-4 .partial-cta-list dd,.fifths .partial-cta-list dd,.col.xl-5 .partial-cta-list dd,.sixths .partial-cta-list dd,.col.xl-6 .partial-cta-list dd{max-width:100%}
}
@media screen and (min-width:1600px){.partial-cta-list dd,.halves .partial-cta-list dd,.halves-v2 .partial-cta-list dd,.col.xxl-2 .partial-cta-list dd,.text-width-wide .partial-cta-list dd,.text-width-half .partial-cta-list dd,.thirds .partial-cta-list dd,.thirds-v2 .partial-cta-list dd,.twothirds>li:last-child .partial-cta-list dd,.twothirds-v2>li:first-child .partial-cta-list dd,.col.xxl-3 .partial-cta-list dd,.text-width-narrow .partial-cta-list dd,.quarters .partial-cta-list dd,.quarters-v2 .partial-cta-list dd,.quarters-v3 .partial-cta-list dd,.quarters-v4 .partial-cta-list dd,.quarters-v5 .partial-cta-list dd,.threeone>li:last-child .partial-cta-list dd,.threeone-v2>li:first-child .partial-cta-list dd,.col.xxl-4 .partial-cta-list dd,.fifths .partial-cta-list dd,.col.xxl-5 .partial-cta-list dd,.sixths .partial-cta-list dd,.col.xxl-6 .partial-cta-list dd{max-width:100%}
}
@media screen and (min-width:0) and (max-width:639.9px){.partial-cta-list dd{width:100%}
}
@media screen and (min-width:640px) and (max-width:767.9px){.partial-cta-list dd{width:auto}
}
@media screen and (min-width:768px) and (max-width:979.9px){.partial-cta-list dd{width:auto}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.partial-cta-list dd{width:auto}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.partial-cta-list dd{width:auto}
}
@media screen and (min-width:1600px){.partial-cta-list dd{width:auto}
}
@media screen and (min-width:0) and (max-width:639.9px){.partial-cta-list dd .btn{width:100%}
}
@media screen and (min-width:640px) and (max-width:767.9px){.partial-cta-list dd .btn{width:auto}
}
@media screen and (min-width:768px) and (max-width:979.9px){.partial-cta-list dd .btn{width:auto}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.partial-cta-list dd .btn{width:auto}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.partial-cta-list dd .btn{width:auto}
}
@media screen and (min-width:1600px){.partial-cta-list dd .btn{width:auto}
}
.partial-cta-list dd a{margin-bottom:0}
.cta-trigger:hover,.cta-target:hover{cursor:pointer}
a{font-size:1em;line-height:1.2em;text-decoration:none;color:#0076ce}
a .cta-text{line-height:18px;line-height:1.8rem}
.btn{border:0;background-color:transparent;display:table;text-decoration:none}
.btn>div{font-size:16px;font-size:1.6rem;border:solid 2px;border-collapse:separate;border-spacing:12px 5px;height:100%;min-height:42.4px;position:relative;width:100%;display:table;margin:0 auto;vertical-align:middle;font-weight:normal}
.btn>div .cta-text{padding:3px 0;text-align:center;width:auto;word-break:break-word}
.btn>div .cta-icn,.btn>div .cta-img{background-position:center center;background-repeat:no-repeat;background-size:contain;height:28px;width:28px}
.btn span{display:table-cell;vertical-align:middle}
.btn .cta-play{border:solid 2px;background-position:center center;background-repeat:no-repeat;background-size:contain;width:42px;height:42.4px;min-height:42.4px;display:table-cell}
.btn .cta-play:after{display:block;vertical-align:middle;text-align:center}
.btn.play,.btn.just-icn{height:auto;width:auto}
.btn.play.round .cta-play{border-radius:50%}
.btn.play.round .cta-play:after{margin-left:4px}
.btn.just-icn .cta-icn{background-size:auto;width:14px}
.section .btn>div{font-size:18px;font-size:1.8rem;min-height:48px;padding:3px}
.section .btn .cta-play{width:48px;height:48px}
.rendition.bg-dark div.cta-body,.bg-dark .rendition.bg-dark div.cta-body,.bg-medium .rendition.bg-dark div.cta-body,.bg-light .rendition.bg-dark div.cta-body,.bg-primary.bg-medium .rendition.bg-dark div.cta-body{color:#fff}
.rendition.bg-dark div.cta-body:hover,.bg-dark .rendition.bg-dark div.cta-body:hover,.bg-medium .rendition.bg-dark div.cta-body:hover,.bg-light .rendition.bg-dark div.cta-body:hover,.bg-primary.bg-medium .rendition.bg-dark div.cta-body:hover{color:#fff}
.rendition.bg-dark a.secondary div.cta-body,.bg-dark .rendition.bg-dark a.secondary div.cta-body,.bg-medium .rendition.bg-dark a.secondary div.cta-body,.bg-light .rendition.bg-dark a.secondary div.cta-body,.bg-primary.bg-medium .rendition.bg-dark a.secondary div.cta-body{color:#fff}
.rendition.bg-dark a.secondary div.cta-body:hover,.bg-dark .rendition.bg-dark a.secondary div.cta-body:hover,.bg-medium .rendition.bg-dark a.secondary div.cta-body:hover,.bg-light .rendition.bg-dark a.secondary div.cta-body:hover,.bg-primary.bg-medium .rendition.bg-dark a.secondary div.cta-body:hover{color:#1a1a1a}
@media screen and (min-width:640px){.partial-cta-list dd{display:inline-block}
.partial-cta-list dd:not(:first-of-type) .cta{margin-left:0;margin-right:15px}
.align-right .partial-cta-list dd:not(:first-of-type) .cta{margin-left:15px;margin-right:0}
.align-right .btn,.align-right .cta{margin-right:0;margin-left:17px}
.btn>div .cta-text{font-size:16px;font-size:1.6rem;line-height:20px;line-height:2rem}
}
@media screen and (min-width:768px){.btn.play.round .cta-play{width:60px;height:60.6px;min-height:60.6px}
.btn.play.round .cta-play:after{font-size:26px}
}
.cta{display:table}
.cta:hover .cta-text{text-decoration:underline}
.cta>div{display:table;margin:0 auto;vertical-align:middle;font-weight:normal}
.cta>div .cta-text{padding:10px 0}
.cta>div .cta-text{padding:10px 0}
.cta>div span{display:inline-block;vertical-align:middle}
.cta>div span.cta-icn{display:none}
.cta>div .cta-text:after{width:24px;background-repeat:no-repeat}
.cta>div .cta-icn,.cta>div .cta-img{background-position:center center;background-repeat:no-repeat;background-size:contain;height:28px;width:28px}
.cta>div .cta-img{width:28px}
.cta:not(.round) .cta-play,.btn:not(.round) .cta-play{background-size:24px}
.cta:not(.round).arrow-down .cta-icn,.cta:not(.round).arrow-down .cta-text:after,.btn:not(.round).arrow-down .cta-icn,.btn:not(.round).arrow-down .cta-text:after{background-size:28px}
.cta:not(.round).arrow-up .cta-icn,.cta:not(.round).arrow-up .cta-text:after,.btn:not(.round).arrow-up .cta-icn,.btn:not(.round).arrow-up .cta-text:after{background-size:28px}
.cta:not(.round).arrow-prev .cta-icn,.cta:not(.round).arrow-prev .cta-text:after,.btn:not(.round).arrow-prev .cta-icn,.btn:not(.round).arrow-prev .cta-text:after{background-size:26px}
.cta:not(.round).arrow-next .cta-icn,.cta:not(.round).arrow-next .cta-text:after,.btn:not(.round).arrow-next .cta-icn,.btn:not(.round).arrow-next .cta-text:after{background-size:22px}
.cta:not(.round).twitter .cta-icn,.cta:not(.round).twitter .cta-text:after,.btn:not(.round).twitter .cta-icn,.btn:not(.round).twitter .cta-text:after{background-size:22px}
.cta:not(.round).playhover .cta-icn,.cta:not(.round).playhover .cta-text:after,.btn:not(.round).playhover .cta-icn,.btn:not(.round).playhover .cta-text:after{background-size:24px}
.cta:not(.round).external .cta-icn,.cta:not(.round).external .cta-text:after{background-size:8px}
@media screen and (min-width:0) and (max-width:639.9px){.cta.arrow-next .cta-body .cta-text:after{height:16px;margin-top:2px}
.cta.external .cta-body .cta-text:after{width:11px}
}
@media screen and (min-width:640px){.cta:not(.round) .cta-play,.btn:not(.round) .cta-play{background-size:29px}
.cta :not(.round).arrow-down .cta-icn,.cta :not(.round).arrow-down .cta-text:after,.btn:not(.round).arrow-down .cta-icn,.btn:not(.round).arrow-down .cta-text:after{background-size:36px}
.cta :not(.round).arrow-up .cta-icn,.cta :not(.round).arrow-up .cta-text:after,.btn:not(.round).arrow-up .cta-icn,.btn:not(.round).arrow-up .cta-text:after{background-size:36px}
.cta :not(.round).arrow-prev .cta-icn,.cta :not(.round).arrow-prev .cta-text:after,.btn:not(.round).arrow-prev .cta-icn,.btn:not(.round).arrow-prev .cta-text:after{background-size:34px}
.cta :not(.round).arrow-next .cta-body .cta-text:after,.btn:not(.round).arrow-next .cta-body .cta-text:after{height:20px;margin-top:2px}
.cta :not(.round).arrow-next .cta-icn,.cta :not(.round).arrow-next .cta-text:after,.btn:not(.round).arrow-next .cta-icn,.btn:not(.round).arrow-next .cta-text:after{background-size:31px}
.cta :not(.round).external .cta-body .cta-text:after,.btn:not(.round).external .cta-body .cta-text:after{width:13px}
.cta :not(.round).twitter .cta-icn,.cta :not(.round).twitter .cta-text:after,.btn:not(.round).twitter .cta-icn,.btn:not(.round).twitter .cta-text:after{background-size:25px}
.cta :not(.round).playhover .cta-icn,.cta :not(.round).playhover .cta-text:after,.btn:not(.round).playhover .cta-icn,.btn:not(.round).playhover .cta-text:after{background-size:29px}
.cta :not(.round).external .cta-icn,.cta :not(.round).external .cta-text:after{background-size:10px}
}
.btn .cta-text,.cta .cta-text{text-transform:none !important}
.bg-dark .btn>div,.bg-dark .btn .cta-play,.row.bg-dark .btn>div,.row.bg-dark .btn .cta-play,.wrapper.bg-dark .btn>div,.wrapper.bg-dark .btn .cta-play,.rendition.bg-dark .btn>div,.rendition.bg-dark .btn .cta-play,.wrapper-quote.bg-dark .btn>div,.wrapper-quote.bg-dark .btn .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.bg-dark .btn:hover>div,.bg-dark .btn:hover .cta-play,.row.bg-dark .btn:hover>div,.row.bg-dark .btn:hover .cta-play,.wrapper.bg-dark .btn:hover>div,.wrapper.bg-dark .btn:hover .cta-play,.rendition.bg-dark .btn:hover>div,.rendition.bg-dark .btn:hover .cta-play,.wrapper-quote.bg-dark .btn:hover>div,.wrapper-quote.bg-dark .btn:hover .cta-play{border-color:#00447c;background-color:#00447c;color:#fff}
.bg-medium .btn>div,.bg-medium .btn .cta-play,.row.bg-medium .btn>div,.row.bg-medium .btn .cta-play,.wrapper.bg-medium .btn>div,.wrapper.bg-medium .btn .cta-play,.rendition.bg-medium .btn>div,.rendition.bg-medium .btn .cta-play,.wrapper-quote.bg-medium .btn>div,.wrapper-quote.bg-medium .btn .cta-play{border-color:#fff;background-color:#fff;color:#0076ce}
.bg-medium .btn:hover>div,.bg-medium .btn:hover .cta-play,.row.bg-medium .btn:hover>div,.row.bg-medium .btn:hover .cta-play,.wrapper.bg-medium .btn:hover>div,.wrapper.bg-medium .btn:hover .cta-play,.rendition.bg-medium .btn:hover>div,.rendition.bg-medium .btn:hover .cta-play,.wrapper-quote.bg-medium .btn:hover>div,.wrapper-quote.bg-medium .btn:hover .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.btn>div,.btn .cta-play,.row.bg-light .btn>div,.row.bg-light .btn .cta-play,.wrapper.bg-light .btn>div,.wrapper.bg-light .btn .cta-play,.rendition.bg-light .btn>div,.rendition.bg-light .btn .cta-play,.wrapper-quote.bg-light .btn>div,.wrapper-quote.bg-light .btn .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.btn:hover>div,.btn:hover .cta-play,.row.bg-light .btn:hover>div,.row.bg-light .btn:hover .cta-play,.wrapper.bg-light .btn:hover>div,.wrapper.bg-light .btn:hover .cta-play,.rendition.bg-light .btn:hover>div,.rendition.bg-light .btn:hover .cta-play,.wrapper-quote.bg-light .btn:hover>div,.wrapper-quote.bg-light .btn:hover .cta-play{border-color:#00447c;background-color:#00447c;color:#fff}
.bg-medium.bg-primary .btn>div,.bg-medium.bg-primary .btn .cta-play,.row.bg-medium.bg-primary .btn>div,.row.bg-medium.bg-primary .btn .cta-play,.wrapper.bg-medium.bg-primary .btn>div,.wrapper.bg-medium.bg-primary .btn .cta-play,.rendition.bg-medium.bg-primary .btn>div,.rendition.bg-medium.bg-primary .btn .cta-play,.wrapper-quote.bg-medium.bg-primary .btn>div,.wrapper-quote.bg-medium.bg-primary .btn .cta-play{border-color:#fff;background-color:#fff;color:#0076ce}
.bg-medium.bg-primary .btn:hover>div,.bg-medium.bg-primary .btn:hover .cta-play,.row.bg-medium.bg-primary .btn:hover>div,.row.bg-medium.bg-primary .btn:hover .cta-play,.wrapper.bg-medium.bg-primary .btn:hover>div,.wrapper.bg-medium.bg-primary .btn:hover .cta-play,.rendition.bg-medium.bg-primary .btn:hover>div,.rendition.bg-medium.bg-primary .btn:hover .cta-play,.wrapper-quote.bg-medium.bg-primary .btn:hover>div,.wrapper-quote.bg-medium.bg-primary .btn:hover .cta-play{border-color:#00447c;background-color:#00447c;color:#fff}
.bg-dark .btn.secondary>div,.bg-dark .btn.secondary .cta-play,.row.bg-dark .btn.secondary>div,.row.bg-dark .btn.secondary .cta-play,.wrapper.bg-dark .btn.secondary>div,.wrapper.bg-dark .btn.secondary .cta-play,.rendition.bg-dark .btn.secondary>div,.rendition.bg-dark .btn.secondary .cta-play,.wrapper-quote.bg-dark .btn.secondary>div,.wrapper-quote.bg-dark .btn.secondary .cta-play{border-color:#3dc6ef;background-color:transparent;color:#3dc6ef}
.bg-dark .btn.secondary:hover>div,.bg-dark .btn.secondary:hover .cta-play,.row.bg-dark .btn.secondary:hover>div,.row.bg-dark .btn.secondary:hover .cta-play,.wrapper.bg-dark .btn.secondary:hover>div,.wrapper.bg-dark .btn.secondary:hover .cta-play,.rendition.bg-dark .btn.secondary:hover>div,.rendition.bg-dark .btn.secondary:hover .cta-play,.wrapper-quote.bg-dark .btn.secondary:hover>div,.wrapper-quote.bg-dark .btn.secondary:hover .cta-play{border-color:#3dc6ef;background-color:#3dc6ef;color:#1a1a1a}
.btn.play.btn.round>div,.btn.play.btn.round .cta-play,.bg-medium .btn.secondary>div,.bg-medium .btn.secondary .cta-play,.bg-medium .btn.play.btn.round>div,.bg-medium .btn.play.btn.round .cta-play,.bg-dark .btn.play.btn.round>div,.bg-dark .btn.play.btn.round .cta-play,.bg-medium.bg-primary .btn.play.btn.round>div,.bg-medium.bg-primary .btn.play.btn.round .cta-play,.row.bg-light .btn.play.btn.round>div,.row.bg-light .btn.play.btn.round .cta-play,.row.bg-medium .btn.secondary>div,.row.bg-medium .btn.secondary .cta-play,.row.bg-medium .btn.play.btn.round>div,.row.bg-medium .btn.play.btn.round .cta-play,.row.bg-dark .btn.play.btn.round>div,.row.bg-dark .btn.play.btn.round .cta-play,.row.bg-medium.bg-primary .btn.play.btn.round>div,.row.bg-medium.bg-primary .btn.play.btn.round .cta-play,.wrapper.bg-light .btn.play.btn.round>div,.wrapper.bg-light .btn.play.btn.round .cta-play,.wrapper.bg-medium .btn.secondary>div,.wrapper.bg-medium .btn.secondary .cta-play,.wrapper.bg-medium .btn.play.btn.round>div,.wrapper.bg-medium .btn.play.btn.round .cta-play,.wrapper.bg-dark .btn.play.btn.round>div,.wrapper.bg-dark .btn.play.btn.round .cta-play,.wrapper.bg-medium.bg-primary .btn.play.btn.round>div,.wrapper.bg-medium.bg-primary .btn.play.btn.round .cta-play,.rendition.bg-light .btn.play.btn.round>div,.rendition.bg-light .btn.play.btn.round .cta-play,.rendition.bg-medium .btn.secondary>div,.rendition.bg-medium .btn.secondary .cta-play,.rendition.bg-medium .btn.play.btn.round>div,.rendition.bg-medium .btn.play.btn.round .cta-play,.rendition.bg-dark .btn.play.btn.round>div,.rendition.bg-dark .btn.play.btn.round .cta-play,.rendition.bg-medium.bg-primary .btn.play.btn.round>div,.rendition.bg-medium.bg-primary .btn.play.btn.round .cta-play,.wrapper-quote.bg-light .btn.play.btn.round>div,.wrapper-quote.bg-light .btn.play.btn.round .cta-play,.wrapper-quote.bg-medium .btn.secondary>div,.wrapper-quote.bg-medium .btn.secondary .cta-play,.wrapper-quote.bg-medium .btn.play.btn.round>div,.wrapper-quote.bg-medium .btn.play.btn.round .cta-play,.wrapper-quote.bg-dark .btn.play.btn.round>div,.wrapper-quote.bg-dark .btn.play.btn.round .cta-play,.wrapper-quote.bg-medium.bg-primary .btn.play.btn.round>div,.wrapper-quote.bg-medium.bg-primary .btn.play.btn.round .cta-play{border-color:#fff;background-color:transparent;color:#fff}
.btn.play.btn.round:hover>div,.btn.play.btn.round:hover .cta-play,.bg-medium .btn.secondary:hover>div,.bg-medium .btn.secondary:hover .cta-play,.bg-medium .btn.play.btn.round:hover>div,.bg-medium .btn.play.btn.round:hover .cta-play,.bg-dark .btn.play.btn.round:hover>div,.bg-dark .btn.play.btn.round:hover .cta-play,.bg-medium.bg-primary .btn.play.btn.round:hover>div,.bg-medium.bg-primary .btn.play.btn.round:hover .cta-play,.row.bg-light .btn.play.btn.round:hover>div,.row.bg-light .btn.play.btn.round:hover .cta-play,.row.bg-medium .btn.secondary:hover>div,.row.bg-medium .btn.secondary:hover .cta-play,.row.bg-medium .btn.play.btn.round:hover>div,.row.bg-medium .btn.play.btn.round:hover .cta-play,.row.bg-dark .btn.play.btn.round:hover>div,.row.bg-dark .btn.play.btn.round:hover .cta-play,.row.bg-medium.bg-primary .btn.play.btn.round:hover>div,.row.bg-medium.bg-primary .btn.play.btn.round:hover .cta-play,.wrapper.bg-light .btn.play.btn.round:hover>div,.wrapper.bg-light .btn.play.btn.round:hover .cta-play,.wrapper.bg-medium .btn.secondary:hover>div,.wrapper.bg-medium .btn.secondary:hover .cta-play,.wrapper.bg-medium .btn.play.btn.round:hover>div,.wrapper.bg-medium .btn.play.btn.round:hover .cta-play,.wrapper.bg-dark .btn.play.btn.round:hover>div,.wrapper.bg-dark .btn.play.btn.round:hover .cta-play,.wrapper.bg-medium.bg-primary .btn.play.btn.round:hover>div,.wrapper.bg-medium.bg-primary .btn.play.btn.round:hover .cta-play,.rendition.bg-light .btn.play.btn.round:hover>div,.rendition.bg-light .btn.play.btn.round:hover .cta-play,.rendition.bg-medium .btn.secondary:hover>div,.rendition.bg-medium .btn.secondary:hover .cta-play,.rendition.bg-medium .btn.play.btn.round:hover>div,.rendition.bg-medium .btn.play.btn.round:hover .cta-play,.rendition.bg-dark .btn.play.btn.round:hover>div,.rendition.bg-dark .btn.play.btn.round:hover .cta-play,.rendition.bg-medium.bg-primary .btn.play.btn.round:hover>div,.rendition.bg-medium.bg-primary .btn.play.btn.round:hover .cta-play,.wrapper-quote.bg-light .btn.play.btn.round:hover>div,.wrapper-quote.bg-light .btn.play.btn.round:hover .cta-play,.wrapper-quote.bg-medium .btn.secondary:hover>div,.wrapper-quote.bg-medium .btn.secondary:hover .cta-play,.wrapper-quote.bg-medium .btn.play.btn.round:hover>div,.wrapper-quote.bg-medium .btn.play.btn.round:hover .cta-play,.wrapper-quote.bg-dark .btn.play.btn.round:hover>div,.wrapper-quote.bg-dark .btn.play.btn.round:hover .cta-play,.wrapper-quote.bg-medium.bg-primary .btn.play.btn.round:hover>div,.wrapper-quote.bg-medium.bg-primary .btn.play.btn.round:hover .cta-play{border-color:#fff;background-color:#fff;color:#00447c}
.btn.secondary>div,.btn.secondary .cta-play,.row.bg-light .btn.secondary>div,.row.bg-light .btn.secondary .cta-play,.wrapper.bg-light .btn.secondary>div,.wrapper.bg-light .btn.secondary .cta-play,.rendition.bg-light .btn.secondary>div,.rendition.bg-light .btn.secondary .cta-play,.wrapper-quote.bg-light .btn.secondary>div,.wrapper-quote.bg-light .btn.secondary .cta-play{border-color:#0076ce;background-color:transparent;color:#0076ce}
.btn.secondary:hover>div,.btn.secondary:hover .cta-play,.row.bg-light .btn.secondary:hover>div,.row.bg-light .btn.secondary:hover .cta-play,.wrapper.bg-light .btn.secondary:hover>div,.wrapper.bg-light .btn.secondary:hover .cta-play,.rendition.bg-light .btn.secondary:hover>div,.rendition.bg-light .btn.secondary:hover .cta-play,.wrapper-quote.bg-light .btn.secondary:hover>div,.wrapper-quote.bg-light .btn.secondary:hover .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.bg-medium.bg-primary .btn.secondary>div,.bg-medium.bg-primary .btn.secondary .cta-play,.row.bg-medium.bg-primary .btn.secondary>div,.row.bg-medium.bg-primary .btn.secondary .cta-play,.wrapper.bg-medium.bg-primary .btn.secondary>div,.wrapper.bg-medium.bg-primary .btn.secondary .cta-play,.rendition.bg-medium.bg-primary .btn.secondary>div,.rendition.bg-medium.bg-primary .btn.secondary .cta-play,.wrapper-quote.bg-medium.bg-primary .btn.secondary>div,.wrapper-quote.bg-medium.bg-primary .btn.secondary .cta-play{border-color:#fff;background-color:transparent;color:#fff}
.bg-medium.bg-primary .btn.secondary:hover>div,.bg-medium.bg-primary .btn.secondary:hover .cta-play,.row.bg-medium.bg-primary .btn.secondary:hover>div,.row.bg-medium.bg-primary .btn.secondary:hover .cta-play,.wrapper.bg-medium.bg-primary .btn.secondary:hover>div,.wrapper.bg-medium.bg-primary .btn.secondary:hover .cta-play,.rendition.bg-medium.bg-primary .btn.secondary:hover>div,.rendition.bg-medium.bg-primary .btn.secondary:hover .cta-play,.wrapper-quote.bg-medium.bg-primary .btn.secondary:hover>div,.wrapper-quote.bg-medium.bg-primary .btn.secondary:hover .cta-play{border-color:#fff;background-color:#fff;color:#0076ce}
.bg-dark .btn.play>span ~ span,.row.bg-dark .btn.play>span ~ span,.wrapper.bg-dark .btn.play>span ~ span,.rendition.bg-dark .btn.play>span ~ span,.wrapper-quote.bg-dark .btn.play>span ~ span{width:2px}
.bg-dark .btn.play>div,.row.bg-dark .btn.play>div,.wrapper.bg-dark .btn.play>div,.rendition.bg-dark .btn.play>div,.wrapper-quote.bg-dark .btn.play>div{border-left-width:0;padding-left:0}
.bg-dark .btn.play:hover>span ~ span,.row.bg-dark .btn.play:hover>span ~ span,.wrapper.bg-dark .btn.play:hover>span ~ span,.rendition.bg-dark .btn.play:hover>span ~ span,.wrapper-quote.bg-dark .btn.play:hover>span ~ span{width:2px}
.bg-dark .btn.play:hover>div,.row.bg-dark .btn.play:hover>div,.wrapper.bg-dark .btn.play:hover>div,.rendition.bg-dark .btn.play:hover>div,.wrapper-quote.bg-dark .btn.play:hover>div{border-left-width:0;padding-left:0}
.bg-medium .btn.play>span ~ span,.row.bg-medium .btn.play>span ~ span,.wrapper.bg-medium .btn.play>span ~ span,.rendition.bg-medium .btn.play>span ~ span,.wrapper-quote.bg-medium .btn.play>span ~ span{width:2px}
.bg-medium .btn.play>div,.row.bg-medium .btn.play>div,.wrapper.bg-medium .btn.play>div,.rendition.bg-medium .btn.play>div,.wrapper-quote.bg-medium .btn.play>div{border-left-width:0;padding-left:0}
.bg-medium .btn.play:hover>span ~ span,.row.bg-medium .btn.play:hover>span ~ span,.wrapper.bg-medium .btn.play:hover>span ~ span,.rendition.bg-medium .btn.play:hover>span ~ span,.wrapper-quote.bg-medium .btn.play:hover>span ~ span{width:2px}
.bg-medium .btn.play:hover>div,.row.bg-medium .btn.play:hover>div,.wrapper.bg-medium .btn.play:hover>div,.rendition.bg-medium .btn.play:hover>div,.wrapper-quote.bg-medium .btn.play:hover>div{border-left-width:0;padding-left:0}
.btn.play>span ~ span,.row.bg-light .btn.play>span ~ span,.wrapper.bg-light .btn.play>span ~ span,.rendition.bg-light .btn.play>span ~ span,.wrapper-quote.bg-light .btn.play>span ~ span{width:2px}
.btn.play>div,.row.bg-light .btn.play>div,.wrapper.bg-light .btn.play>div,.rendition.bg-light .btn.play>div,.wrapper-quote.bg-light .btn.play>div{border-left-width:0;padding-left:0}
.btn.play:hover>span ~ span,.row.bg-light .btn.play:hover>span ~ span,.wrapper.bg-light .btn.play:hover>span ~ span,.rendition.bg-light .btn.play:hover>span ~ span,.wrapper-quote.bg-light .btn.play:hover>span ~ span{width:2px}
.btn.play:hover>div,.row.bg-light .btn.play:hover>div,.wrapper.bg-light .btn.play:hover>div,.rendition.bg-light .btn.play:hover>div,.wrapper-quote.bg-light .btn.play:hover>div{border-left-width:0;padding-left:0}
.bg-medium.bg-primary .btn.play>span ~ span,.row.bg-medium.bg-primary .btn.play>span ~ span,.wrapper.bg-medium.bg-primary .btn.play>span ~ span,.rendition.bg-medium.bg-primary .btn.play>span ~ span,.wrapper-quote.bg-medium.bg-primary .btn.play>span ~ span{width:2px}
.bg-medium.bg-primary .btn.play>div,.row.bg-medium.bg-primary .btn.play>div,.wrapper.bg-medium.bg-primary .btn.play>div,.rendition.bg-medium.bg-primary .btn.play>div,.wrapper-quote.bg-medium.bg-primary .btn.play>div{border-left-width:0;padding-left:0}
.bg-medium.bg-primary .btn.play:hover>span ~ span,.row.bg-medium.bg-primary .btn.play:hover>span ~ span,.wrapper.bg-medium.bg-primary .btn.play:hover>span ~ span,.rendition.bg-medium.bg-primary .btn.play:hover>span ~ span,.wrapper-quote.bg-medium.bg-primary .btn.play:hover>span ~ span{width:2px}
.bg-medium.bg-primary .btn.play:hover>div,.row.bg-medium.bg-primary .btn.play:hover>div,.wrapper.bg-medium.bg-primary .btn.play:hover>div,.rendition.bg-medium.bg-primary .btn.play:hover>div,.wrapper-quote.bg-medium.bg-primary .btn.play:hover>div{border-left-width:0;padding-left:0}
.bg-dark .btn.secondary.play>span ~ span,.row.bg-dark .btn.secondary.play>span ~ span,.wrapper.bg-dark .btn.secondary.play>span ~ span,.rendition.bg-dark .btn.secondary.play>span ~ span,.wrapper-quote.bg-dark .btn.secondary.play>span ~ span{width:0}
.bg-dark .btn.secondary.play>div,.row.bg-dark .btn.secondary.play>div,.wrapper.bg-dark .btn.secondary.play>div,.rendition.bg-dark .btn.secondary.play>div,.wrapper-quote.bg-dark .btn.secondary.play>div{border-left-width:0;padding-left:2px}
.bg-dark .btn.secondary.play:hover>span ~ span,.row.bg-dark .btn.secondary.play:hover>span ~ span,.wrapper.bg-dark .btn.secondary.play:hover>span ~ span,.rendition.bg-dark .btn.secondary.play:hover>span ~ span,.wrapper-quote.bg-dark .btn.secondary.play:hover>span ~ span{width:2px}
.bg-dark .btn.secondary.play:hover>div,.row.bg-dark .btn.secondary.play:hover>div,.wrapper.bg-dark .btn.secondary.play:hover>div,.rendition.bg-dark .btn.secondary.play:hover>div,.wrapper-quote.bg-dark .btn.secondary.play:hover>div{border-left-width:0;padding-left:0}
.btn.play.round>span ~ span,.bg-medium .btn.secondary.play>span ~ span,.bg-medium .btn.play.round>span ~ span,.bg-dark .btn.play.round>span ~ span,.bg-medium.bg-primary .btn.play.round>span ~ span,.row.bg-light .btn.play.round>span ~ span,.row.bg-medium .btn.secondary.play>span ~ span,.row.bg-medium .btn.play.round>span ~ span,.row.bg-dark .btn.play.round>span ~ span,.row.bg-medium.bg-primary .btn.play.round>span ~ span,.wrapper.bg-light .btn.play.round>span ~ span,.wrapper.bg-medium .btn.secondary.play>span ~ span,.wrapper.bg-medium .btn.play.round>span ~ span,.wrapper.bg-dark .btn.play.round>span ~ span,.wrapper.bg-medium.bg-primary .btn.play.round>span ~ span,.rendition.bg-light .btn.play.round>span ~ span,.rendition.bg-medium .btn.secondary.play>span ~ span,.rendition.bg-medium .btn.play.round>span ~ span,.rendition.bg-dark .btn.play.round>span ~ span,.rendition.bg-medium.bg-primary .btn.play.round>span ~ span,.wrapper-quote.bg-light .btn.play.round>span ~ span,.wrapper-quote.bg-medium .btn.secondary.play>span ~ span,.wrapper-quote.bg-medium .btn.play.round>span ~ span,.wrapper-quote.bg-dark .btn.play.round>span ~ span,.wrapper-quote.bg-medium.bg-primary .btn.play.round>span ~ span{width:0}
.btn.play.round>div,.bg-medium .btn.secondary.play>div,.bg-medium .btn.play.round>div,.bg-dark .btn.play.round>div,.bg-medium.bg-primary .btn.play.round>div,.row.bg-light .btn.play.round>div,.row.bg-medium .btn.secondary.play>div,.row.bg-medium .btn.play.round>div,.row.bg-dark .btn.play.round>div,.row.bg-medium.bg-primary .btn.play.round>div,.wrapper.bg-light .btn.play.round>div,.wrapper.bg-medium .btn.secondary.play>div,.wrapper.bg-medium .btn.play.round>div,.wrapper.bg-dark .btn.play.round>div,.wrapper.bg-medium.bg-primary .btn.play.round>div,.rendition.bg-light .btn.play.round>div,.rendition.bg-medium .btn.secondary.play>div,.rendition.bg-medium .btn.play.round>div,.rendition.bg-dark .btn.play.round>div,.rendition.bg-medium.bg-primary .btn.play.round>div,.wrapper-quote.bg-light .btn.play.round>div,.wrapper-quote.bg-medium .btn.secondary.play>div,.wrapper-quote.bg-medium .btn.play.round>div,.wrapper-quote.bg-dark .btn.play.round>div,.wrapper-quote.bg-medium.bg-primary .btn.play.round>div{border-left-width:0;padding-left:2px}
.btn.play.round:hover>span ~ span,.bg-medium .btn.secondary.play:hover>span ~ span,.bg-medium .btn.play.round:hover>span ~ span,.bg-dark .btn.play.round:hover>span ~ span,.bg-medium.bg-primary .btn.play.round:hover>span ~ span,.row.bg-light .btn.play.round:hover>span ~ span,.row.bg-medium .btn.secondary.play:hover>span ~ span,.row.bg-medium .btn.play.round:hover>span ~ span,.row.bg-dark .btn.play.round:hover>span ~ span,.row.bg-medium.bg-primary .btn.play.round:hover>span ~ span,.wrapper.bg-light .btn.play.round:hover>span ~ span,.wrapper.bg-medium .btn.secondary.play:hover>span ~ span,.wrapper.bg-medium .btn.play.round:hover>span ~ span,.wrapper.bg-dark .btn.play.round:hover>span ~ span,.wrapper.bg-medium.bg-primary .btn.play.round:hover>span ~ span,.rendition.bg-light .btn.play.round:hover>span ~ span,.rendition.bg-medium .btn.secondary.play:hover>span ~ span,.rendition.bg-medium .btn.play.round:hover>span ~ span,.rendition.bg-dark .btn.play.round:hover>span ~ span,.rendition.bg-medium.bg-primary .btn.play.round:hover>span ~ span,.wrapper-quote.bg-light .btn.play.round:hover>span ~ span,.wrapper-quote.bg-medium .btn.secondary.play:hover>span ~ span,.wrapper-quote.bg-medium .btn.play.round:hover>span ~ span,.wrapper-quote.bg-dark .btn.play.round:hover>span ~ span,.wrapper-quote.bg-medium.bg-primary .btn.play.round:hover>span ~ span{width:2px}
.btn.play.round:hover>div,.bg-medium .btn.secondary.play:hover>div,.bg-medium .btn.play.round:hover>div,.bg-dark .btn.play.round:hover>div,.bg-medium.bg-primary .btn.play.round:hover>div,.row.bg-light .btn.play.round:hover>div,.row.bg-medium .btn.secondary.play:hover>div,.row.bg-medium .btn.play.round:hover>div,.row.bg-dark .btn.play.round:hover>div,.row.bg-medium.bg-primary .btn.play.round:hover>div,.wrapper.bg-light .btn.play.round:hover>div,.wrapper.bg-medium .btn.secondary.play:hover>div,.wrapper.bg-medium .btn.play.round:hover>div,.wrapper.bg-dark .btn.play.round:hover>div,.wrapper.bg-medium.bg-primary .btn.play.round:hover>div,.rendition.bg-light .btn.play.round:hover>div,.rendition.bg-medium .btn.secondary.play:hover>div,.rendition.bg-medium .btn.play.round:hover>div,.rendition.bg-dark .btn.play.round:hover>div,.rendition.bg-medium.bg-primary .btn.play.round:hover>div,.wrapper-quote.bg-light .btn.play.round:hover>div,.wrapper-quote.bg-medium .btn.secondary.play:hover>div,.wrapper-quote.bg-medium .btn.play.round:hover>div,.wrapper-quote.bg-dark .btn.play.round:hover>div,.wrapper-quote.bg-medium.bg-primary .btn.play.round:hover>div{border-left-width:0;padding-left:0}
.btn.secondary.play>span ~ span,.row.bg-light .btn.secondary.play>span ~ span,.wrapper.bg-light .btn.secondary.play>span ~ span,.rendition.bg-light .btn.secondary.play>span ~ span,.wrapper-quote.bg-light .btn.secondary.play>span ~ span{width:0}
.btn.secondary.play>div,.row.bg-light .btn.secondary.play>div,.wrapper.bg-light .btn.secondary.play>div,.rendition.bg-light .btn.secondary.play>div,.wrapper-quote.bg-light .btn.secondary.play>div{border-left-width:0;padding-left:2px}
.btn.secondary.play:hover>span ~ span,.row.bg-light .btn.secondary.play:hover>span ~ span,.wrapper.bg-light .btn.secondary.play:hover>span ~ span,.rendition.bg-light .btn.secondary.play:hover>span ~ span,.wrapper-quote.bg-light .btn.secondary.play:hover>span ~ span{width:2px}
.btn.secondary.play:hover>div,.row.bg-light .btn.secondary.play:hover>div,.wrapper.bg-light .btn.secondary.play:hover>div,.rendition.bg-light .btn.secondary.play:hover>div,.wrapper-quote.bg-light .btn.secondary.play:hover>div{border-left-width:0;padding-left:0}
.bg-medium.bg-primary .btn.secondary.play>span ~ span,.row.bg-medium.bg-primary .btn.secondary.play>span ~ span,.wrapper.bg-medium.bg-primary .btn.secondary.play>span ~ span,.rendition.bg-medium.bg-primary .btn.secondary.play>span ~ span,.wrapper-quote.bg-medium.bg-primary .btn.secondary.play>span ~ span{width:0}
.bg-medium.bg-primary .btn.secondary.play>div,.row.bg-medium.bg-primary .btn.secondary.play>div,.wrapper.bg-medium.bg-primary .btn.secondary.play>div,.rendition.bg-medium.bg-primary .btn.secondary.play>div,.wrapper-quote.bg-medium.bg-primary .btn.secondary.play>div{border-left-width:0;padding-left:2px}
.bg-medium.bg-primary .btn.secondary.play:hover>span ~ span,.row.bg-medium.bg-primary .btn.secondary.play:hover>span ~ span,.wrapper.bg-medium.bg-primary .btn.secondary.play:hover>span ~ span,.rendition.bg-medium.bg-primary .btn.secondary.play:hover>span ~ span,.wrapper-quote.bg-medium.bg-primary .btn.secondary.play:hover>span ~ span{width:2px}
.bg-medium.bg-primary .btn.secondary.play:hover>div,.row.bg-medium.bg-primary .btn.secondary.play:hover>div,.wrapper.bg-medium.bg-primary .btn.secondary.play:hover>div,.rendition.bg-medium.bg-primary .btn.secondary.play:hover>div,.wrapper-quote.bg-medium.bg-primary .btn.secondary.play:hover>div{border-left-width:0;padding-left:0}
@media screen and (min-width:768px){.rendition.md-bg-dark .btn>div,.rendition.md-bg-dark .btn .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.rendition.md-bg-dark .btn:hover>div,.rendition.md-bg-dark .btn:hover .cta-play{border-color:#00447c;background-color:#00447c;color:#fff}
.rendition.md-bg-medium .btn>div,.rendition.md-bg-medium .btn .cta-play{border-color:#fff;background-color:#fff;color:#0076ce}
.rendition.md-bg-medium .btn:hover>div,.rendition.md-bg-medium .btn:hover .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.rendition.md-bg-light .btn>div,.rendition.md-bg-light .btn .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.rendition.md-bg-light .btn:hover>div,.rendition.md-bg-light .btn:hover .cta-play{border-color:#00447c;background-color:#00447c;color:#fff}
.rendition.md-bg-medium.bg-primary .btn>div,.rendition.md-bg-medium.bg-primary .btn .cta-play{border-color:#fff;background-color:#fff;color:#0076ce}
.rendition.md-bg-medium.bg-primary .btn:hover>div,.rendition.md-bg-medium.bg-primary .btn:hover .cta-play{border-color:#00447c;background-color:#00447c;color:#fff}
.rendition.md-bg-dark .btn.secondary>div,.rendition.md-bg-dark .btn.secondary .cta-play{border-color:#3dc6ef;background-color:transparent;color:#3dc6ef}
.rendition.md-bg-dark .btn.secondary:hover>div,.rendition.md-bg-dark .btn.secondary:hover .cta-play{border-color:#3dc6ef;background-color:#3dc6ef;color:#1a1a1a}
.rendition.md-bg-light .btn.play.btn.round>div,.rendition.md-bg-light .btn.play.btn.round .cta-play,.rendition.md-bg-medium .btn.secondary>div,.rendition.md-bg-medium .btn.secondary .cta-play,.rendition.md-bg-medium .btn.play.btn.round>div,.rendition.md-bg-medium .btn.play.btn.round .cta-play,.rendition.md-bg-dark .btn.play.btn.round>div,.rendition.md-bg-dark .btn.play.btn.round .cta-play,.rendition.md-bg-medium.bg-primary .btn.play.btn.round>div,.rendition.md-bg-medium.bg-primary .btn.play.btn.round .cta-play{border-color:#fff;background-color:transparent;color:#fff}
.rendition.md-bg-light .btn.play.btn.round:hover>div,.rendition.md-bg-light .btn.play.btn.round:hover .cta-play,.rendition.md-bg-medium .btn.secondary:hover>div,.rendition.md-bg-medium .btn.secondary:hover .cta-play,.rendition.md-bg-medium .btn.play.btn.round:hover>div,.rendition.md-bg-medium .btn.play.btn.round:hover .cta-play,.rendition.md-bg-dark .btn.play.btn.round:hover>div,.rendition.md-bg-dark .btn.play.btn.round:hover .cta-play,.rendition.md-bg-medium.bg-primary .btn.play.btn.round:hover>div,.rendition.md-bg-medium.bg-primary .btn.play.btn.round:hover .cta-play{border-color:#fff;background-color:#fff;color:#00447c}
.rendition.md-bg-light .btn.secondary>div,.rendition.md-bg-light .btn.secondary .cta-play{border-color:#0076ce;background-color:transparent;color:#0076ce}
.rendition.md-bg-light .btn.secondary:hover>div,.rendition.md-bg-light .btn.secondary:hover .cta-play{border-color:#0076ce;background-color:#0076ce;color:#fff}
.rendition.md-bg-medium.bg-primary .btn.secondary>div,.rendition.md-bg-medium.bg-primary .btn.secondary .cta-play{border-color:#fff;background-color:transparent;color:#fff}
.rendition.md-bg-medium.bg-primary .btn.secondary:hover>div,.rendition.md-bg-medium.bg-primary .btn.secondary:hover .cta-play{border-color:#fff;background-color:#fff;color:#0076ce}
.rendition.md-bg-dark .btn.play>span ~ span{width:2px}
.rendition.md-bg-dark .btn.play>div{border-left-width:0;padding-left:0}
.rendition.md-bg-dark .btn.play:hover>span ~ span{width:2px}
.rendition.md-bg-dark .btn.play:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-medium .btn.play>span ~ span{width:2px}
.rendition.md-bg-medium .btn.play>div{border-left-width:0;padding-left:0}
.rendition.md-bg-medium .btn.play:hover>span ~ span{width:2px}
.rendition.md-bg-medium .btn.play:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-light .btn.play>span ~ span{width:2px}
.rendition.md-bg-light .btn.play>div{border-left-width:0;padding-left:0}
.rendition.md-bg-light .btn.play:hover>span ~ span{width:2px}
.rendition.md-bg-light .btn.play:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-medium.bg-primary .btn.play>span ~ span{width:2px}
.rendition.md-bg-medium.bg-primary .btn.play>div{border-left-width:0;padding-left:0}
.rendition.md-bg-medium.bg-primary .btn.play:hover>span ~ span{width:2px}
.rendition.md-bg-medium.bg-primary .btn.play:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-dark .btn.secondary.play>span ~ span{width:0}
.rendition.md-bg-dark .btn.secondary.play>div{border-left-width:0;padding-left:2px}
.rendition.md-bg-dark .btn.secondary.play:hover>span ~ span{width:2px}
.rendition.md-bg-dark .btn.secondary.play:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-light .btn.play.round>span ~ span,.rendition.md-bg-medium .btn.secondary.play>span ~ span,.rendition.md-bg-medium .btn.play.round>span ~ span,.rendition.md-bg-dark .btn.play.round>span ~ span,.rendition.md-bg-medium.bg-primary .btn.play.round>span ~ span{width:0}
.rendition.md-bg-light .btn.play.round>div,.rendition.md-bg-medium .btn.secondary.play>div,.rendition.md-bg-medium .btn.play.round>div,.rendition.md-bg-dark .btn.play.round>div,.rendition.md-bg-medium.bg-primary .btn.play.round>div{border-left-width:0;padding-left:2px}
.rendition.md-bg-light .btn.play.round:hover>span ~ span,.rendition.md-bg-medium .btn.secondary.play:hover>span ~ span,.rendition.md-bg-medium .btn.play.round:hover>span ~ span,.rendition.md-bg-dark .btn.play.round:hover>span ~ span,.rendition.md-bg-medium.bg-primary .btn.play.round:hover>span ~ span{width:2px}
.rendition.md-bg-light .btn.play.round:hover>div,.rendition.md-bg-medium .btn.secondary.play:hover>div,.rendition.md-bg-medium .btn.play.round:hover>div,.rendition.md-bg-dark .btn.play.round:hover>div,.rendition.md-bg-medium.bg-primary .btn.play.round:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-light .btn.secondary.play>span ~ span{width:0}
.rendition.md-bg-light .btn.secondary.play>div{border-left-width:0;padding-left:2px}
.rendition.md-bg-light .btn.secondary.play:hover>span ~ span{width:2px}
.rendition.md-bg-light .btn.secondary.play:hover>div{border-left-width:0;padding-left:0}
.rendition.md-bg-medium.bg-primary .btn.secondary.play>span ~ span{width:0}
.rendition.md-bg-medium.bg-primary .btn.secondary.play>div{border-left-width:0;padding-left:2px}
.rendition.md-bg-medium.bg-primary .btn.secondary.play:hover>span ~ span{width:2px}
.rendition.md-bg-medium.bg-primary .btn.secondary.play:hover>div{border-left-width:0;padding-left:0}
}
.cta,.cta .cta-text,.bg-dark .cta{color:#0076ce}
.cta.nohref{color:#444}
.bg-medium .cta,.bg-medium .cta .cta-text,.bg-medium .cta.nohref,.bg-dark .cta .cta-text,.bg-dark .cta.nohref{color:#fff}
.bg-medium.bg-primary .cta,.bg-medium.bg-primary .cta.nohref{color:#444}
.row.bg-light .cta,.row.bg-light .cta .cta-text,.row.bg-dark .cta{color:#0076ce}
.row.bg-light .cta.nohref{color:#444}
.row.bg-medium .cta,.row.bg-medium .cta .cta-text,.row.bg-medium .cta.nohref,.row.bg-dark .cta .cta-text,.row.bg-dark .cta.nohref{color:#fff}
.row.bg-medium.bg-primary .cta,.row.bg-medium.bg-primary .cta.nohref{color:#444}
.wrapper.bg-light .cta,.wrapper.bg-light .cta .cta-text,.wrapper.bg-dark .cta{color:#0076ce}
.wrapper.bg-light .cta.nohref{color:#444}
.wrapper.bg-medium .cta,.wrapper.bg-medium .cta .cta-text,.wrapper.bg-medium .cta.nohref,.wrapper.bg-dark .cta .cta-text,.wrapper.bg-dark .cta.nohref{color:#fff}
.wrapper.bg-medium.bg-primary .cta,.wrapper.bg-medium.bg-primary .cta.nohref{color:#444}
.rendition.bg-light .cta,.rendition.bg-light .cta .cta-text,.rendition.bg-dark .cta{color:#0076ce}
.rendition.bg-light .cta.nohref{color:#444}
.rendition.bg-medium .cta,.rendition.bg-medium .cta .cta-text,.rendition.bg-medium .cta.nohref,.rendition.bg-dark .cta .cta-text,.rendition.bg-dark .cta.nohref{color:#fff}
.rendition.bg-medium.bg-primary .cta,.rendition.bg-medium.bg-primary .cta.nohref{color:#444}
.wrapper-quote.bg-light .cta,.wrapper-quote.bg-light .cta .cta-text,.wrapper-quote.bg-dark .cta{color:#0076ce}
.wrapper-quote.bg-light .cta.nohref{color:#444}
.wrapper-quote.bg-medium .cta,.wrapper-quote.bg-medium .cta .cta-text,.wrapper-quote.bg-medium .cta.nohref,.wrapper-quote.bg-dark .cta .cta-text,.wrapper-quote.bg-dark .cta.nohref{color:#fff}
.wrapper-quote.bg-medium.bg-primary .cta,.wrapper-quote.bg-medium.bg-primary .cta.nohref{color:#444}
@media screen and (min-width:768px){.rendition.md-bg-light .cta,.rendition.md-bg-light .cta .cta-text,.rendition.md-bg-dark .cta{color:#0076ce}
.rendition.md-bg-light .cta.nohref{color:#444}
.rendition.md-bg-medium .cta,.rendition.md-bg-medium .cta .cta-text,.rendition.md-bg-medium .cta.nohref,.rendition.md-bg-dark .cta .cta-text,.rendition.md-bg-dark .cta.nohref{color:#fff}
.rendition.md-bg-medium.bg-primary .cta,.rendition.md-bg-medium.bg-primary .cta.nohref{color:#444}
}
.rte a,.rte a:hover,.bg-medium .rte a:hover,.bg-dark .rte a:hover{color:#444}
.bg-medium .rte a,.bg-dark .rte a{color:#fff}
.row.bg-light .rte a,.row.bg-light .rte a:hover,.row.bg-medium .rte a:hover,.row.bg-dark .rte a:hover{color:#444}
.row.bg-medium .rte a,.row.bg-dark .rte a{color:#fff}
.wrapper.bg-light .rte a,.wrapper.bg-light .rte a:hover,.wrapper.bg-medium .rte a:hover,.wrapper.bg-dark .rte a:hover{color:#444}
.wrapper.bg-medium .rte a,.wrapper.bg-dark .rte a{color:#fff}
.rendition.bg-light .rte a,.rendition.bg-light .rte a:hover,.rendition.bg-medium .rte a:hover,.rendition.bg-dark .rte a:hover{color:#444}
.rendition.bg-medium .rte a,.rendition.bg-dark .rte a{color:#fff}
.wrapper-quote.bg-light .rte a,.wrapper-quote.bg-light .rte a:hover,.wrapper-quote.bg-medium .rte a:hover,.wrapper-quote.bg-dark .rte a:hover{color:#444}
.wrapper-quote.bg-medium .rte a,.wrapper-quote.bg-dark .rte a{color:#fff}
@media screen and (min-width:0) and (max-width:639.9px){.wrapper-text.card-spacing{padding:18px 30px 30px 30px}
.quarters-v2 .wrapper-text.card-spacing,.col.xs-2 .wrapper-text.card-spacing{padding:8px 18px 18px 18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.wrapper-text.card-spacing{padding:24px 36px 36px 36px}
.halves .wrapper-text.card-spacing,.quarters .wrapper-text.card-spacing,.quarters-v2 .wrapper-text.card-spacing,.quarters-v3 .wrapper-text.card-spacing,.col.sm-2 .wrapper-text.card-spacing{padding:18px 30px 30px 30px}
.thirds .wrapper-text.card-spacing,.quarters-v5 .wrapper-text.card-spacing,.col.sm-3 .wrapper-text.card-spacing{padding:12px 24px 24px 24px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.wrapper-text.card-spacing{padding:30px 42px 42px 42px}
.halves .wrapper-text.card-spacing,.halves-v2 .wrapper-text.card-spacing,.quarters-v3 .wrapper-text.card-spacing,.col.md-2 .wrapper-text.card-spacing,.text-width-long .wrapper-text.card-spacing,.text-width-wide .wrapper-text.card-spacing,.text-width-half .wrapper-text.card-spacing,.text-width-narrow .wrapper-text.card-spacing{padding:24px 36px 36px 36px}
.thirds .wrapper-text.card-spacing,.quarters-v5 .wrapper-text.card-spacing,.col.md-3 .wrapper-text.card-spacing{padding:18px 30px 30px 30px}
.quarters .wrapper-text.card-spacing,.quarters-v2 .wrapper-text.card-spacing,.col.md-4 .wrapper-text.card-spacing{padding:12px 24px 24px 24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.wrapper-text.card-spacing{padding:36px 48px 48px 48px}
.halves .wrapper-text.card-spacing,.halves-v2 .wrapper-text.card-spacing,.col.lg-2 .wrapper-text.card-spacing,.text-width-wide .wrapper-text.card-spacing,.text-width-half .wrapper-text.card-spacing{padding:30px 42px 42px 42px}
.thirds .wrapper-text.card-spacing,.thirds-v2 .wrapper-text.card-spacing,.twothirds>li:last-child .wrapper-text.card-spacing,.twothirds-v2>li:first-child .wrapper-text.card-spacing,.col.lg-3 .wrapper-text.card-spacing,.text-width-narrow .wrapper-text.card-spacing{padding:24px 36px 36px 36px}
.quarters .wrapper-text.card-spacing,.quarters-v2 .wrapper-text.card-spacing,.quarters-v3 .wrapper-text.card-spacing,.quarters-v4 .wrapper-text.card-spacing,.quarters-v5 .wrapper-text.card-spacing,.threeone>li:last-child .wrapper-text.card-spacing,.threeone-v2>li:first-child .wrapper-text.card-spacing,.col.lg-4 .wrapper-text.card-spacing{padding:18px 30px 30px 30px}
.fifths .wrapper-text.card-spacing,.col.lg-5 .wrapper-text.card-spacing,.sixths .wrapper-text.card-spacing,.col.lg-6 .wrapper-text.card-spacing{padding:12px 24px 24px 24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.wrapper-text.card-spacing{padding:36px 48px 48px 48px}
.halves .wrapper-text.card-spacing,.halves-v2 .wrapper-text.card-spacing,.col.xl-2 .wrapper-text.card-spacing,.text-width-wide .wrapper-text.card-spacing,.text-width-half .wrapper-text.card-spacing{padding:30px 42px 42px 42px}
.thirds .wrapper-text.card-spacing,.thirds-v2 .wrapper-text.card-spacing,.twothirds>li:last-child .wrapper-text.card-spacing,.twothirds-v2>li:first-child .wrapper-text.card-spacing,.col.xl-3 .wrapper-text.card-spacing,.text-width-narrow .wrapper-text.card-spacing{padding:24px 36px 36px 36px}
.quarters .wrapper-text.card-spacing,.quarters-v2 .wrapper-text.card-spacing,.quarters-v3 .wrapper-text.card-spacing,.quarters-v4 .wrapper-text.card-spacing,.quarters-v5 .wrapper-text.card-spacing,.threeone>li:last-child .wrapper-text.card-spacing,.threeone-v2>li:first-child .wrapper-text.card-spacing,.col.xl-4 .wrapper-text.card-spacing{padding:18px 30px 30px 30px}
.fifths .wrapper-text.card-spacing,.col.xl-5 .wrapper-text.card-spacing,.sixths .wrapper-text.card-spacing,.col.xl-6 .wrapper-text.card-spacing{padding:12px 24px 24px 24px}
}
@media screen and (min-width:1600px){.wrapper-text.card-spacing{padding:36px 48px 48px 48px}
.halves .wrapper-text.card-spacing,.halves-v2 .wrapper-text.card-spacing,.col.xxl-2 .wrapper-text.card-spacing,.text-width-wide .wrapper-text.card-spacing,.text-width-half .wrapper-text.card-spacing{padding:30px 42px 42px 42px}
.thirds .wrapper-text.card-spacing,.thirds-v2 .wrapper-text.card-spacing,.twothirds>li:last-child .wrapper-text.card-spacing,.twothirds-v2>li:first-child .wrapper-text.card-spacing,.col.xxl-3 .wrapper-text.card-spacing,.text-width-narrow .wrapper-text.card-spacing{padding:24px 36px 36px 36px}
.quarters .wrapper-text.card-spacing,.quarters-v2 .wrapper-text.card-spacing,.quarters-v3 .wrapper-text.card-spacing,.quarters-v4 .wrapper-text.card-spacing,.quarters-v5 .wrapper-text.card-spacing,.threeone>li:last-child .wrapper-text.card-spacing,.threeone-v2>li:first-child .wrapper-text.card-spacing,.col.xxl-4 .wrapper-text.card-spacing{padding:18px 30px 30px 30px}
.fifths .wrapper-text.card-spacing,.col.xxl-5 .wrapper-text.card-spacing,.sixths .wrapper-text.card-spacing,.col.xxl-6 .wrapper-text.card-spacing{padding:12px 24px 24px 24px}
}
@media screen and (min-width:0) and (max-width:639.9px){.image-above-height,.image-onside-height{max-height:150px}
.quarters-v2 .image-above-height,.col.xs-2 .image-above-height,.quarters-v2 .image-onside-height,.col.xs-2 .image-onside-height{max-height:80px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.image-above-height,.image-onside-height{max-height:280px}
.halves .image-above-height,.quarters .image-above-height,.quarters-v2 .image-above-height,.quarters-v3 .image-above-height,.col.sm-2 .image-above-height,.halves .image-onside-height,.quarters .image-onside-height,.quarters-v2 .image-onside-height,.quarters-v3 .image-onside-height,.col.sm-2 .image-onside-height{max-height:140px}
.thirds .image-above-height,.quarters-v5 .image-above-height,.col.sm-3 .image-above-height,.thirds .image-onside-height,.quarters-v5 .image-onside-height,.col.sm-3 .image-onside-height{max-height:110px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.image-above-height{max-height:360px}
.halves .image-above-height,.halves-v2 .image-above-height,.quarters-v3 .image-above-height,.col.md-2 .image-above-height,.halves .image-onside-height,.halves-v2 .image-onside-height,.quarters-v3 .image-onside-height,.col.md-2 .image-onside-height{max-height:175px}
.thirds .image-above-height,.quarters-v5 .image-above-height,.col.md-3 .image-above-height,.thirds .image-onside-height,.quarters-v5 .image-onside-height,.col.md-3 .image-onside-height{max-height:130px}
.quarters .image-above-height,.quarters-v2 .image-above-height,.col.md-4 .image-above-height,.quarters .image-onside-height,.quarters-v2 .image-onside-height,.col.md-4 .image-onside-height{max-height:100px}
.image-onside-height{max-height:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.image-above-height,.image-onside-height{max-height:unset}
.halves .image-above-height,.halves-v2 .image-above-height,.col.lg-2 .image-above-height,.halves .image-onside-height,.halves-v2 .image-onside-height,.col.lg-2 .image-onside-height{max-height:230px}
.thirds .image-above-height,.thirds-v2 .image-above-height,.twothirds>li:last-child .image-above-height,.twothirds-v2>li:first-child .image-above-height,.col.lg-3 .image-above-height,.thirds .image-onside-height,.thirds-v2 .image-onside-height,.twothirds>li:last-child .image-onside-height,.twothirds-v2>li:first-child .image-onside-height,.col.lg-3 .image-onside-height{max-height:160px}
.quarters .image-above-height,.quarters-v2 .image-above-height,.quarters-v3 .image-above-height,.quarters-v4 .image-above-height,.quarters-v5 .image-above-height,.threeone>li:last-child .image-above-height,.threeone-v2>li:first-child .image-above-height,.col.lg-4 .image-above-height,.fifths .image-above-height,.col.lg-5 .image-above-height,.sixths .image-above-height,.col.lg-6 .image-above-height,.quarters .image-onside-height,.quarters-v2 .image-onside-height,.quarters-v3 .image-onside-height,.quarters-v4 .image-onside-height,.quarters-v5 .image-onside-height,.threeone>li:last-child .image-onside-height,.threeone-v2>li:first-child .image-onside-height,.col.lg-4 .image-onside-height,.fifths .image-onside-height,.col.lg-5 .image-onside-height,.sixths .image-onside-height,.col.lg-6 .image-onside-height{max-height:130px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.image-above-height,.image-onside-height{max-height:unset}
.halves .image-above-height,.halves-v2 .image-above-height,.col.xl-2 .image-above-height,.halves .image-onside-height,.halves-v2 .image-onside-height,.col.xl-2 .image-onside-height{max-height:280px}
.thirds .image-above-height,.thirds-v2 .image-above-height,.twothirds>li:last-child .image-above-height,.twothirds-v2>li:first-child .image-above-height,.col.xl-3 .image-above-height,.thirds .image-onside-height,.thirds-v2 .image-onside-height,.twothirds>li:last-child .image-onside-height,.twothirds-v2>li:first-child .image-onside-height,.col.xl-3 .image-onside-height{max-height:200px}
.quarters .image-above-height,.quarters-v2 .image-above-height,.quarters-v3 .image-above-height,.quarters-v4 .image-above-height,.quarters-v5 .image-above-height,.threeone>li:last-child .image-above-height,.threeone-v2>li:first-child .image-above-height,.col.xl-4 .image-above-height,.fifths .image-above-height,.col.xl-5 .image-above-height,.sixths .image-above-height,.col.xl-6 .image-above-height,.quarters .image-onside-height,.quarters-v2 .image-onside-height,.quarters-v3 .image-onside-height,.quarters-v4 .image-onside-height,.quarters-v5 .image-onside-height,.threeone>li:last-child .image-onside-height,.threeone-v2>li:first-child .image-onside-height,.col.xl-4 .image-onside-height,.fifths .image-onside-height,.col.xl-5 .image-onside-height,.sixths .image-onside-height,.col.xl-6 .image-onside-height{max-height:160px}
}
@media screen and (min-width:1600px){.image-above-height,.image-onside-height{max-height:unset}
.halves .image-above-height,.halves-v2 .image-above-height,.col.xxl-2 .image-above-height,.halves .image-onside-height,.halves-v2 .image-onside-height,.col.xxl-2 .image-onside-height{max-height:270px}
.thirds .image-above-height,.thirds-v2 .image-above-height,.twothirds>li:last-child .image-above-height,.twothirds-v2>li:first-child .image-above-height,.col.xxl-3 .image-above-height,.thirds .image-onside-height,.thirds-v2 .image-onside-height,.twothirds>li:last-child .image-onside-height,.twothirds-v2>li:first-child .image-onside-height,.col.xxl-3 .image-onside-height{max-height:200px}
.quarters .image-above-height,.quarters-v2 .image-above-height,.quarters-v3 .image-above-height,.quarters-v4 .image-above-height,.quarters-v5 .image-above-height,.threeone>li:last-child .image-above-height,.threeone-v2>li:first-child .image-above-height,.col.xxl-4 .image-above-height,.fifths .image-above-height,.col.xxl-5 .image-above-height,.sixths .image-above-height,.col.xxl-6 .image-above-height,.quarters .image-onside-height,.quarters-v2 .image-onside-height,.quarters-v3 .image-onside-height,.quarters-v4 .image-onside-height,.quarters-v5 .image-onside-height,.threeone>li:last-child .image-onside-height,.threeone-v2>li:first-child .image-onside-height,.col.xxl-4 .image-onside-height,.fifths .image-onside-height,.col.xxl-5 .image-onside-height,.sixths .image-onside-height,.col.xxl-6 .image-onside-height{max-height:160px}
}
.partial-cta-list{line-height:0}
.partial-cta-list dd:first-child{margin-top:0 !important}
html{box-sizing:border-box}
*,*::after,*::before{box-sizing:inherit}
.divider01-view hr{border-bottom-color:#444}
.divider01-view hr.divider-colored,.bg-dark .divider01-view hr.divider-colored{border-bottom-color:#0076ce}
.bg-medium .divider01-view hr,.bg-medium .divider01-view hr.divider-colored{border-bottom-color:#eee}
.bg-dark .divider01-view hr{border-bottom-color:#ccc}
.row.bg-light .divider01-view hr{border-bottom-color:#444}
.row.bg-light .divider01-view hr.divider-colored,.row.bg-dark .divider01-view hr.divider-colored{border-bottom-color:#0076ce}
.row.bg-medium .divider01-view hr,.row.bg-medium .divider01-view hr.divider-colored{border-bottom-color:#eee}
.row.bg-dark .divider01-view hr{border-bottom-color:#ccc}
.wrapper.bg-light .divider01-view hr{border-bottom-color:#444}
.wrapper.bg-light .divider01-view hr.divider-colored,.wrapper.bg-dark .divider01-view hr.divider-colored{border-bottom-color:#0076ce}
.wrapper.bg-medium .divider01-view hr,.wrapper.bg-medium .divider01-view hr.divider-colored{border-bottom-color:#eee}
.wrapper.bg-dark .divider01-view hr{border-bottom-color:#ccc}
.rendition.bg-light .divider01-view hr{border-bottom-color:#444}
.rendition.bg-light .divider01-view hr.divider-colored,.rendition.bg-dark .divider01-view hr.divider-colored{border-bottom-color:#0076ce}
.rendition.bg-medium .divider01-view hr,.rendition.bg-medium .divider01-view hr.divider-colored{border-bottom-color:#eee}
.rendition.bg-dark .divider01-view hr{border-bottom-color:#ccc}
.wrapper-quote.bg-light .divider01-view hr{border-bottom-color:#444}
.wrapper-quote.bg-light .divider01-view hr.divider-colored,.wrapper-quote.bg-dark .divider01-view hr.divider-colored{border-bottom-color:#0076ce}
.wrapper-quote.bg-medium .divider01-view hr,.wrapper-quote.bg-medium .divider01-view hr.divider-colored{border-bottom-color:#eee}
.wrapper-quote.bg-dark .divider01-view hr{border-bottom-color:#ccc}
.divider01-view .divider-spacer{margin-bottom:0 !important}
@media screen and (min-width:0) and (max-width:639.9px){.divider01-view .divider-spacing-quarter{margin-top:12px;margin-bottom:12px}
.divider01-view .divider-spacing-half{margin-top:24px;margin-bottom:24px}
.divider01-view .divider-spacing-full{margin-top:48px;margin-bottom:48px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.divider01-view .divider-spacing-quarter{margin-top:12px;margin-bottom:12px}
.divider01-view .divider-spacing-half{margin-top:24px;margin-bottom:24px}
.divider01-view .divider-spacing-full{margin-top:48px;margin-bottom:48px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.divider01-view .divider-spacing-quarter{margin-top:18px;margin-bottom:18px}
.divider01-view .divider-spacing-half{margin-top:36px;margin-bottom:36px}
.divider01-view .divider-spacing-full{margin-top:72px;margin-bottom:72px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.divider01-view .divider-spacing-quarter{margin-top:18px;margin-bottom:18px}
.divider01-view .divider-spacing-half{margin-top:36px;margin-bottom:36px}
.divider01-view .divider-spacing-full{margin-top:72px;margin-bottom:72px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.divider01-view .divider-spacing-quarter{margin-top:18px;margin-bottom:18px}
.divider01-view .divider-spacing-half{margin-top:36px;margin-bottom:36px}
.divider01-view .divider-spacing-full{margin-top:72px;margin-bottom:72px}
}
@media screen and (min-width:1600px){.divider01-view .divider-spacing-quarter{margin-top:24px;margin-bottom:24px}
.divider01-view .divider-spacing-half{margin-top:48px;margin-bottom:48px}
.divider01-view .divider-spacing-full{margin-top:96px;margin-bottom:96px}
}
.divider01-view hr{border:0}
.divider01-view .divider-width-full{width:100%}
.divider01-view .divider-width-long{width:80%}
.divider01-view .divider-dashed,.divider01-view .divider-solid,.divider01-view .divider-dotted{border-bottom-width:thin}
.divider01-view .divider-bold{border-bottom-width:thick}
.divider01-view .divider-solid,.divider01-view .divider-bold{border-bottom-style:solid}
.divider01-view .divider-dashed{border-bottom-style:dashed;transform:scaleX(4)}
.divider01-view .divider-dashed.divider-width-long{width:20%}
.divider01-view .divider-dashed.divider-width-full{width:25%}
.divider01-view .divider-dotted{border-bottom-style:dotted;transform:scale(4,2)}
.divider01-view .divider-dotted.divider-width-long{width:20%}
.divider01-view .divider-dotted.divider-width-full{width:25%}
.oaks-divider-header-view .spacing{height:116px}
@media screen and (min-width:980px){.oaks-divider-header-view{height:0 !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text01-view .no-swap-order.wrapper-image{padding-right:42px}
.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .quarters-v3 .no-swap-order.wrapper-image,.text01-view .col.md-2 .no-swap-order.wrapper-image,.text01-view .text-width-long .no-swap-order.wrapper-image,.text01-view .text-width-wide .no-swap-order.wrapper-image,.text01-view .text-width-half .no-swap-order.wrapper-image,.text01-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text01-view .no-swap-order.wrapper-image{padding-right:48px}
.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .col.lg-2 .no-swap-order.wrapper-image,.text01-view .text-width-wide .no-swap-order.wrapper-image,.text01-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .thirds-v2 .no-swap-order.wrapper-image,.text01-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text01-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.lg-3 .no-swap-order.wrapper-image,.text01-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text01-view .no-swap-order.wrapper-image{padding-right:48px}
.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .col.xl-2 .no-swap-order.wrapper-image,.text01-view .text-width-wide .no-swap-order.wrapper-image,.text01-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .thirds-v2 .no-swap-order.wrapper-image,.text01-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text01-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.xl-3 .no-swap-order.wrapper-image,.text01-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:1600px){.text01-view .no-swap-order.wrapper-image{padding-right:48px}
.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .col.xxl-2 .no-swap-order.wrapper-image,.text01-view .text-width-wide .no-swap-order.wrapper-image,.text01-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .thirds-v2 .no-swap-order.wrapper-image,.text01-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text01-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.xxl-3 .no-swap-order.wrapper-image,.text01-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .quarters-v3 .no-swap-order.wrapper-image,.text01-view .col.md-2 .no-swap-order.wrapper-image,.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .quarters-v5 .no-swap-order.wrapper-image,.text01-view .col.md-3 .no-swap-order.wrapper-image,.text01-view .quarters .no-swap-order.wrapper-image,.text01-view .quarters-v2 .no-swap-order.wrapper-image,.text01-view .col.md-4 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .col.lg-2 .no-swap-order.wrapper-image,.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .thirds-v2 .no-swap-order.wrapper-image,.text01-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text01-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.lg-3 .no-swap-order.wrapper-image,.text01-view .quarters .no-swap-order.wrapper-image,.text01-view .quarters-v2 .no-swap-order.wrapper-image,.text01-view .quarters-v3 .no-swap-order.wrapper-image,.text01-view .quarters-v4 .no-swap-order.wrapper-image,.text01-view .quarters-v5 .no-swap-order.wrapper-image,.text01-view .threeone>li:last-child .no-swap-order.wrapper-image,.text01-view .threeone-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.lg-4 .no-swap-order.wrapper-image,.text01-view .fifths .no-swap-order.wrapper-image,.text01-view .col.lg-5 .no-swap-order.wrapper-image,.text01-view .sixths .no-swap-order.wrapper-image,.text01-view .col.lg-6 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .col.xl-2 .no-swap-order.wrapper-image,.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .thirds-v2 .no-swap-order.wrapper-image,.text01-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text01-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.xl-3 .no-swap-order.wrapper-image,.text01-view .quarters .no-swap-order.wrapper-image,.text01-view .quarters-v2 .no-swap-order.wrapper-image,.text01-view .quarters-v3 .no-swap-order.wrapper-image,.text01-view .quarters-v4 .no-swap-order.wrapper-image,.text01-view .quarters-v5 .no-swap-order.wrapper-image,.text01-view .threeone>li:last-child .no-swap-order.wrapper-image,.text01-view .threeone-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.xl-4 .no-swap-order.wrapper-image,.text01-view .fifths .no-swap-order.wrapper-image,.text01-view .col.xl-5 .no-swap-order.wrapper-image,.text01-view .sixths .no-swap-order.wrapper-image,.text01-view .col.xl-6 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:1600px){.text01-view .halves .no-swap-order.wrapper-image,.text01-view .halves-v2 .no-swap-order.wrapper-image,.text01-view .col.xxl-2 .no-swap-order.wrapper-image,.text01-view .thirds .no-swap-order.wrapper-image,.text01-view .thirds-v2 .no-swap-order.wrapper-image,.text01-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text01-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.xxl-3 .no-swap-order.wrapper-image,.text01-view .quarters .no-swap-order.wrapper-image,.text01-view .quarters-v2 .no-swap-order.wrapper-image,.text01-view .quarters-v3 .no-swap-order.wrapper-image,.text01-view .quarters-v4 .no-swap-order.wrapper-image,.text01-view .quarters-v5 .no-swap-order.wrapper-image,.text01-view .threeone>li:last-child .no-swap-order.wrapper-image,.text01-view .threeone-v2>li:first-child .no-swap-order.wrapper-image,.text01-view .col.xxl-4 .no-swap-order.wrapper-image,.text01-view .fifths .no-swap-order.wrapper-image,.text01-view .col.xxl-5 .no-swap-order.wrapper-image,.text01-view .sixths .no-swap-order.wrapper-image,.text01-view .col.xxl-6 .no-swap-order.wrapper-image{padding-right:unset}
}
.text01-view .partial-cta-list dd{width:100% !important;max-width:100% !important;display:block}
.text01-view .align-center .partial-cta-list a{margin:0 auto}
.text01-view .align-right .partial-cta-list a{float:right}
@media screen and (min-width:768px){.text01-view .wrapper-text.with-image{float:left}
.text01-view .wrapper-image{float:left;height:auto}
.text01-view .swap-order.wrapper-image{float:right}
.text01-view .swap-order.wrapper-text.with-image{float:left}
.text01-view .no-swap-order.wrapper-image{float:left}
.text01-view .no-swap-order.wrapper-text.with-image{float:right}
}
.text02-view .wrap-text .partial-cta-list{width:auto}
.text02-view .wrap-text .partial-cta-list a{width:auto;margin-left:0}
.text02-view .wrap-text.align-center .partial-cta-list a{margin:0 auto}
.text02-view .wrap-text.align-right .partial-cta-list dd:last-child a{margin-right:0}
.text02-view .wrap-text.align-right .partial-cta-list a{margin-left:auto;margin-right:15px}
@media screen and (min-width:640px){.text02-view .wrap-text .partial-cta-list{width:100%}
.text02-view .wrap-text.align-center .partial-cta-list dd:last-child a{margin-right:0}
.text02-view .wrap-text.align-center .partial-cta-list a{margin-right:15px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo01-view .partial-cta-list dd{width:auto}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo01-view .partial-cta-list dd{width:auto}
.promo01-view .halves .partial-cta-list dd,.promo01-view .quarters .partial-cta-list dd,.promo01-view .quarters-v2 .partial-cta-list dd,.promo01-view .quarters-v3 .partial-cta-list dd,.promo01-view .col.sm-2 .partial-cta-list dd,.promo01-view .thirds .partial-cta-list dd,.promo01-view .quarters-v5 .partial-cta-list dd,.promo01-view .col.sm-3 .partial-cta-list dd{width:100%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo01-view .partial-cta-list dd{width:auto}
.promo01-view .halves .partial-cta-list dd,.promo01-view .halves-v2 .partial-cta-list dd,.promo01-view .quarters-v3 .partial-cta-list dd,.promo01-view .col.md-2 .partial-cta-list dd,.promo01-view .text-width-long .partial-cta-list dd,.promo01-view .text-width-wide .partial-cta-list dd,.promo01-view .text-width-half .partial-cta-list dd,.promo01-view .text-width-narrow .partial-cta-list dd,.promo01-view .thirds .partial-cta-list dd,.promo01-view .quarters-v5 .partial-cta-list dd,.promo01-view .col.md-3 .partial-cta-list dd,.promo01-view .quarters .partial-cta-list dd,.promo01-view .quarters-v2 .partial-cta-list dd,.promo01-view .col.md-4 .partial-cta-list dd{width:100%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo01-view .partial-cta-list dd{width:auto}
.promo01-view .halves .partial-cta-list dd,.promo01-view .halves-v2 .partial-cta-list dd,.promo01-view .col.lg-2 .partial-cta-list dd,.promo01-view .text-width-wide .partial-cta-list dd,.promo01-view .text-width-half .partial-cta-list dd,.promo01-view .thirds .partial-cta-list dd,.promo01-view .thirds-v2 .partial-cta-list dd,.promo01-view .twothirds>li:last-child .partial-cta-list dd,.promo01-view .twothirds-v2>li:first-child .partial-cta-list dd,.promo01-view .col.lg-3 .partial-cta-list dd,.promo01-view .text-width-narrow .partial-cta-list dd,.promo01-view .quarters .partial-cta-list dd,.promo01-view .quarters-v2 .partial-cta-list dd,.promo01-view .quarters-v3 .partial-cta-list dd,.promo01-view .quarters-v4 .partial-cta-list dd,.promo01-view .quarters-v5 .partial-cta-list dd,.promo01-view .threeone>li:last-child .partial-cta-list dd,.promo01-view .threeone-v2>li:first-child .partial-cta-list dd,.promo01-view .col.lg-4 .partial-cta-list dd,.promo01-view .fifths .partial-cta-list dd,.promo01-view .col.lg-5 .partial-cta-list dd,.promo01-view .sixths .partial-cta-list dd,.promo01-view .col.lg-6 .partial-cta-list dd{width:100%}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo01-view .partial-cta-list dd{width:auto}
.promo01-view .halves .partial-cta-list dd,.promo01-view .halves-v2 .partial-cta-list dd,.promo01-view .col.xl-2 .partial-cta-list dd,.promo01-view .text-width-wide .partial-cta-list dd,.promo01-view .text-width-half .partial-cta-list dd,.promo01-view .thirds .partial-cta-list dd,.promo01-view .thirds-v2 .partial-cta-list dd,.promo01-view .twothirds>li:last-child .partial-cta-list dd,.promo01-view .twothirds-v2>li:first-child .partial-cta-list dd,.promo01-view .col.xl-3 .partial-cta-list dd,.promo01-view .text-width-narrow .partial-cta-list dd,.promo01-view .quarters .partial-cta-list dd,.promo01-view .quarters-v2 .partial-cta-list dd,.promo01-view .quarters-v3 .partial-cta-list dd,.promo01-view .quarters-v4 .partial-cta-list dd,.promo01-view .quarters-v5 .partial-cta-list dd,.promo01-view .threeone>li:last-child .partial-cta-list dd,.promo01-view .threeone-v2>li:first-child .partial-cta-list dd,.promo01-view .col.xl-4 .partial-cta-list dd,.promo01-view .fifths .partial-cta-list dd,.promo01-view .col.xl-5 .partial-cta-list dd,.promo01-view .sixths .partial-cta-list dd,.promo01-view .col.xl-6 .partial-cta-list dd{width:100%}
}
@media screen and (min-width:1600px){.promo01-view .partial-cta-list dd{width:auto}
.promo01-view .halves .partial-cta-list dd,.promo01-view .halves-v2 .partial-cta-list dd,.promo01-view .col.xxl-2 .partial-cta-list dd,.promo01-view .text-width-wide .partial-cta-list dd,.promo01-view .text-width-half .partial-cta-list dd,.promo01-view .thirds .partial-cta-list dd,.promo01-view .thirds-v2 .partial-cta-list dd,.promo01-view .twothirds>li:last-child .partial-cta-list dd,.promo01-view .twothirds-v2>li:first-child .partial-cta-list dd,.promo01-view .col.xxl-3 .partial-cta-list dd,.promo01-view .text-width-narrow .partial-cta-list dd,.promo01-view .quarters .partial-cta-list dd,.promo01-view .quarters-v2 .partial-cta-list dd,.promo01-view .quarters-v3 .partial-cta-list dd,.promo01-view .quarters-v4 .partial-cta-list dd,.promo01-view .quarters-v5 .partial-cta-list dd,.promo01-view .threeone>li:last-child .partial-cta-list dd,.promo01-view .threeone-v2>li:first-child .partial-cta-list dd,.promo01-view .col.xxl-4 .partial-cta-list dd,.promo01-view .fifths .partial-cta-list dd,.promo01-view .col.xxl-5 .partial-cta-list dd,.promo01-view .sixths .partial-cta-list dd,.promo01-view .col.xxl-6 .partial-cta-list dd{width:100%}
}
.promo01-view .wrap-image img{display:block;width:100%}
.promo01-view .wrap-image img.no-target{cursor:default}
.promo01-view .cta-container a{margin-bottom:0}
.promo01-view .wrapper-text{margin:0 !important}
.promo01-view .wrapper-image{margin-bottom:0 !important}
.promo01-view .partial-cta-list{width:100%}
.promo01-view .partial-cta-list dd:last-of-type a{margin-right:0}
@media screen and (min-width:0) and (max-width:639.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xs-2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center){padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.sm-2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.sm-3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center){padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.md-2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-long .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.md-3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.md-4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center){padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.lg-2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .twothirds>li:last-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .twothirds-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.lg-3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .threeone>li:last-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .threeone-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.lg-4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .fifths .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.lg-5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .sixths .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.lg-6 .wrapper-text.card-spacing.card-float-spacing:not(.align-center){padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xl-2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .twothirds>li:last-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .twothirds-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xl-3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .threeone>li:last-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .threeone-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xl-4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .fifths .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xl-5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .sixths .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xl-6 .wrapper-text.card-spacing.card-float-spacing:not(.align-center){padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:1600px){.promo01-view .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xxl-2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .thirds-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .twothirds>li:last-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .twothirds-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xxl-3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .threeone>li:last-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .threeone-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xxl-4 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .fifths .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xxl-5 .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .sixths .wrapper-text.card-spacing.card-float-spacing:not(.align-center),.promo01-view .col.xxl-6 .wrapper-text.card-spacing.card-float-spacing:not(.align-center){padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xs-2 .wrapper-text.card-spacing.card-float-spacing.align-center{padding-bottom:unset}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.sm-2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.sm-3 .wrapper-text.card-spacing.card-float-spacing.align-center{padding-bottom:unset}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.md-2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-long .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.md-3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.md-4 .wrapper-text.card-spacing.card-float-spacing.align-center{padding-bottom:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.lg-2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .twothirds>li:last-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .twothirds-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.lg-3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v4 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .threeone>li:last-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .threeone-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.lg-4 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .fifths .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.lg-5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .sixths .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.lg-6 .wrapper-text.card-spacing.card-float-spacing.align-center{padding-bottom:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo01-view .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xl-2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .twothirds>li:last-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .twothirds-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xl-3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v4 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .threeone>li:last-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .threeone-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xl-4 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .fifths .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xl-5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .sixths .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xl-6 .wrapper-text.card-spacing.card-float-spacing.align-center{padding-bottom:unset}
}
@media screen and (min-width:1600px){.promo01-view .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .halves-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xxl-2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-wide .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-half .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .thirds-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .twothirds>li:last-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .twothirds-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xxl-3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .text-width-narrow .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v2 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v3 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v4 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .quarters-v5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .threeone>li:last-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .threeone-v2>li:first-child .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xxl-4 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .fifths .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xxl-5 .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .sixths .wrapper-text.card-spacing.card-float-spacing.align-center,.promo01-view .col.xxl-6 .wrapper-text.card-spacing.card-float-spacing.align-center{padding-bottom:unset}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xs-2 .promo02 .wrapper-text.card-spacing.card-float-spacing{padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:640px) and (max-width:767.9px){.halves .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.sm-2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.sm-3 .promo02 .wrapper-text.card-spacing.card-float-spacing{padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:768px) and (max-width:979.9px){.halves .promo02 .wrapper-text.card-spacing.card-float-spacing,.halves-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.md-2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.md-3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.md-4 .promo02 .wrapper-text.card-spacing.card-float-spacing{padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.halves .promo02 .wrapper-text.card-spacing.card-float-spacing,.halves-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.lg-2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.twothirds>li:last-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.twothirds-v2>li:first-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.lg-3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v4 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.threeone>li:last-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.threeone-v2>li:first-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.lg-4 .promo02 .wrapper-text.card-spacing.card-float-spacing,.fifths .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.lg-5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.sixths .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.lg-6 .promo02 .wrapper-text.card-spacing.card-float-spacing{padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.halves .promo02 .wrapper-text.card-spacing.card-float-spacing,.halves-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xl-2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.twothirds>li:last-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.twothirds-v2>li:first-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xl-3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v4 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.threeone>li:last-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.threeone-v2>li:first-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xl-4 .promo02 .wrapper-text.card-spacing.card-float-spacing,.fifths .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xl-5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.sixths .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xl-6 .promo02 .wrapper-text.card-spacing.card-float-spacing{padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:1600px){.thirds .promo02 .wrapper-text.card-spacing.card-float-spacing,.thirds-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.twothirds>li:last-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.twothirds-v2>li:first-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xxl-3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v2 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v3 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v4 .promo02 .wrapper-text.card-spacing.card-float-spacing,.quarters-v5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.threeone>li:last-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.threeone-v2>li:first-child .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xxl-4 .promo02 .wrapper-text.card-spacing.card-float-spacing,.fifths .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xxl-5 .promo02 .wrapper-text.card-spacing.card-float-spacing,.sixths .promo02 .wrapper-text.card-spacing.card-float-spacing,.col.xxl-6 .promo02 .wrapper-text.card-spacing.card-float-spacing{padding-bottom:unset;padding-left:unset}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo02 .wrapper-image,.promo02 .cta-list-outside{display:block}
.promo02 .wrapper-image.image-background,.promo02 .card-float-spacing .cta-list-inside{display:none}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo02 .wrapper-image,.promo02 .cta-list-outside,.halves .promo02 .wrapper-image.image-background,.halves .promo02 .card-float-spacing .cta-list-inside,.quarters .promo02 .wrapper-image.image-background,.quarters .promo02 .card-float-spacing .cta-list-inside,.quarters-v2 .promo02 .wrapper-image.image-background,.quarters-v2 .promo02 .card-float-spacing .cta-list-inside,.quarters-v3 .promo02 .wrapper-image.image-background,.quarters-v3 .promo02 .card-float-spacing .cta-list-inside,.col.sm-2 .promo02 .wrapper-image.image-background,.col.sm-2 .promo02 .card-float-spacing .cta-list-inside,.thirds .promo02 .wrapper-image.image-background,.thirds .promo02 .card-float-spacing .cta-list-inside,.quarters-v5 .promo02 .wrapper-image.image-background,.quarters-v5 .promo02 .card-float-spacing .cta-list-inside,.col.sm-3 .promo02 .wrapper-image.image-background,.col.sm-3 .promo02 .card-float-spacing .cta-list-inside{display:none}
.halves .promo02 .wrapper-image,.halves .promo02 .cta-list-outside,.quarters .promo02 .wrapper-image,.quarters .promo02 .cta-list-outside,.quarters-v2 .promo02 .wrapper-image,.quarters-v2 .promo02 .cta-list-outside,.quarters-v3 .promo02 .wrapper-image,.quarters-v3 .promo02 .cta-list-outside,.col.sm-2 .promo02 .wrapper-image,.col.sm-2 .promo02 .cta-list-outside,.thirds .promo02 .wrapper-image,.thirds .promo02 .cta-list-outside,.quarters-v5 .promo02 .wrapper-image,.quarters-v5 .promo02 .cta-list-outside,.col.sm-3 .promo02 .wrapper-image,.col.sm-3 .promo02 .cta-list-outside,.promo02 .wrapper-image.image-background,.promo02 .card-float-spacing .cta-list-inside{display:block}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo02 .wrapper-image,.promo02 .cta-list-outside,.halves .promo02 .wrapper-image.image-background,.halves .promo02 .card-float-spacing .cta-list-inside,.halves-v2 .promo02 .wrapper-image.image-background,.halves-v2 .promo02 .card-float-spacing .cta-list-inside,.quarters-v3 .promo02 .wrapper-image.image-background,.quarters-v3 .promo02 .card-float-spacing .cta-list-inside,.col.md-2 .promo02 .wrapper-image.image-background,.col.md-2 .promo02 .card-float-spacing .cta-list-inside,.thirds .promo02 .wrapper-image.image-background,.thirds .promo02 .card-float-spacing .cta-list-inside,.quarters-v5 .promo02 .wrapper-image.image-background,.quarters-v5 .promo02 .card-float-spacing .cta-list-inside,.col.md-3 .promo02 .wrapper-image.image-background,.col.md-3 .promo02 .card-float-spacing .cta-list-inside{display:none}
.halves .promo02 .wrapper-image,.halves .promo02 .cta-list-outside,.halves-v2 .promo02 .wrapper-image,.halves-v2 .promo02 .cta-list-outside,.quarters-v3 .promo02 .wrapper-image,.quarters-v3 .promo02 .cta-list-outside,.col.md-2 .promo02 .wrapper-image,.col.md-2 .promo02 .cta-list-outside,.thirds .promo02 .wrapper-image,.thirds .promo02 .cta-list-outside,.quarters-v5 .promo02 .wrapper-image,.quarters-v5 .promo02 .cta-list-outside,.col.md-3 .promo02 .wrapper-image,.col.md-3 .promo02 .cta-list-outside,.quarters .promo02 .wrapper-image,.quarters .promo02 .cta-list-outside,.quarters-v2 .promo02 .wrapper-image,.quarters-v2 .promo02 .cta-list-outside,.col.md-4 .promo02 .wrapper-image,.col.md-4 .promo02 .cta-list-outside,.promo02 .wrapper-image.image-background,.promo02 .card-float-spacing .cta-list-inside{display:block}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo02 .wrapper-image,.promo02 .cta-list-outside,.halves .promo02 .wrapper-image.image-background,.halves .promo02 .card-float-spacing .cta-list-inside,.halves-v2 .promo02 .wrapper-image.image-background,.halves-v2 .promo02 .card-float-spacing .cta-list-inside,.col.lg-2 .promo02 .wrapper-image.image-background,.col.lg-2 .promo02 .card-float-spacing .cta-list-inside,.thirds .promo02 .wrapper-image.image-background,.thirds .promo02 .card-float-spacing .cta-list-inside,.thirds-v2 .promo02 .wrapper-image.image-background,.thirds-v2 .promo02 .card-float-spacing .cta-list-inside,.twothirds>li:last-child .promo02 .wrapper-image.image-background,.twothirds>li:last-child .promo02 .card-float-spacing .cta-list-inside,.twothirds-v2>li:first-child .promo02 .wrapper-image.image-background,.twothirds-v2>li:first-child .promo02 .card-float-spacing .cta-list-inside,.col.lg-3 .promo02 .wrapper-image.image-background,.col.lg-3 .promo02 .card-float-spacing .cta-list-inside,.quarters .promo02 .wrapper-image.image-background,.quarters .promo02 .card-float-spacing .cta-list-inside,.quarters-v2 .promo02 .wrapper-image.image-background,.quarters-v2 .promo02 .card-float-spacing .cta-list-inside,.quarters-v3 .promo02 .wrapper-image.image-background,.quarters-v3 .promo02 .card-float-spacing .cta-list-inside,.quarters-v4 .promo02 .wrapper-image.image-background,.quarters-v4 .promo02 .card-float-spacing .cta-list-inside,.quarters-v5 .promo02 .wrapper-image.image-background,.quarters-v5 .promo02 .card-float-spacing .cta-list-inside,.threeone>li:last-child .promo02 .wrapper-image.image-background,.threeone>li:last-child .promo02 .card-float-spacing .cta-list-inside,.threeone-v2>li:first-child .promo02 .wrapper-image.image-background,.threeone-v2>li:first-child .promo02 .card-float-spacing .cta-list-inside,.col.lg-4 .promo02 .wrapper-image.image-background,.col.lg-4 .promo02 .card-float-spacing .cta-list-inside,.fifths .promo02 .wrapper-image.image-background,.fifths .promo02 .card-float-spacing .cta-list-inside,.col.lg-5 .promo02 .wrapper-image.image-background,.col.lg-5 .promo02 .card-float-spacing .cta-list-inside,.sixths .promo02 .wrapper-image.image-background,.sixths .promo02 .card-float-spacing .cta-list-inside,.col.lg-6 .promo02 .wrapper-image.image-background,.col.lg-6 .promo02 .card-float-spacing .cta-list-inside{display:none}
.halves .promo02 .wrapper-image,.halves .promo02 .cta-list-outside,.halves-v2 .promo02 .wrapper-image,.halves-v2 .promo02 .cta-list-outside,.col.lg-2 .promo02 .wrapper-image,.col.lg-2 .promo02 .cta-list-outside,.thirds .promo02 .wrapper-image,.thirds .promo02 .cta-list-outside,.thirds-v2 .promo02 .wrapper-image,.thirds-v2 .promo02 .cta-list-outside,.twothirds>li:last-child .promo02 .wrapper-image,.twothirds>li:last-child .promo02 .cta-list-outside,.twothirds-v2>li:first-child .promo02 .wrapper-image,.twothirds-v2>li:first-child .promo02 .cta-list-outside,.col.lg-3 .promo02 .wrapper-image,.col.lg-3 .promo02 .cta-list-outside,.quarters .promo02 .wrapper-image,.quarters .promo02 .cta-list-outside,.quarters-v2 .promo02 .wrapper-image,.quarters-v2 .promo02 .cta-list-outside,.quarters-v3 .promo02 .wrapper-image,.quarters-v3 .promo02 .cta-list-outside,.quarters-v4 .promo02 .wrapper-image,.quarters-v4 .promo02 .cta-list-outside,.quarters-v5 .promo02 .wrapper-image,.quarters-v5 .promo02 .cta-list-outside,.threeone>li:last-child .promo02 .wrapper-image,.threeone>li:last-child .promo02 .cta-list-outside,.threeone-v2>li:first-child .promo02 .wrapper-image,.threeone-v2>li:first-child .promo02 .cta-list-outside,.col.lg-4 .promo02 .wrapper-image,.col.lg-4 .promo02 .cta-list-outside,.fifths .promo02 .wrapper-image,.fifths .promo02 .cta-list-outside,.col.lg-5 .promo02 .wrapper-image,.col.lg-5 .promo02 .cta-list-outside,.sixths .promo02 .wrapper-image,.sixths .promo02 .cta-list-outside,.col.lg-6 .promo02 .wrapper-image,.col.lg-6 .promo02 .cta-list-outside,.promo02 .wrapper-image.image-background,.promo02 .card-float-spacing .cta-list-inside{display:block}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo02 .wrapper-image,.promo02 .cta-list-outside,.halves .promo02 .wrapper-image.image-background,.halves .promo02 .card-float-spacing .cta-list-inside,.halves-v2 .promo02 .wrapper-image.image-background,.halves-v2 .promo02 .card-float-spacing .cta-list-inside,.col.xl-2 .promo02 .wrapper-image.image-background,.col.xl-2 .promo02 .card-float-spacing .cta-list-inside,.thirds .promo02 .wrapper-image.image-background,.thirds .promo02 .card-float-spacing .cta-list-inside,.thirds-v2 .promo02 .wrapper-image.image-background,.thirds-v2 .promo02 .card-float-spacing .cta-list-inside,.twothirds>li:last-child .promo02 .wrapper-image.image-background,.twothirds>li:last-child .promo02 .card-float-spacing .cta-list-inside,.twothirds-v2>li:first-child .promo02 .wrapper-image.image-background,.twothirds-v2>li:first-child .promo02 .card-float-spacing .cta-list-inside,.col.xl-3 .promo02 .wrapper-image.image-background,.col.xl-3 .promo02 .card-float-spacing .cta-list-inside,.quarters .promo02 .wrapper-image.image-background,.quarters .promo02 .card-float-spacing .cta-list-inside,.quarters-v2 .promo02 .wrapper-image.image-background,.quarters-v2 .promo02 .card-float-spacing .cta-list-inside,.quarters-v3 .promo02 .wrapper-image.image-background,.quarters-v3 .promo02 .card-float-spacing .cta-list-inside,.quarters-v4 .promo02 .wrapper-image.image-background,.quarters-v4 .promo02 .card-float-spacing .cta-list-inside,.quarters-v5 .promo02 .wrapper-image.image-background,.quarters-v5 .promo02 .card-float-spacing .cta-list-inside,.threeone>li:last-child .promo02 .wrapper-image.image-background,.threeone>li:last-child .promo02 .card-float-spacing .cta-list-inside,.threeone-v2>li:first-child .promo02 .wrapper-image.image-background,.threeone-v2>li:first-child .promo02 .card-float-spacing .cta-list-inside,.col.xl-4 .promo02 .wrapper-image.image-background,.col.xl-4 .promo02 .card-float-spacing .cta-list-inside,.fifths .promo02 .wrapper-image.image-background,.fifths .promo02 .card-float-spacing .cta-list-inside,.col.xl-5 .promo02 .wrapper-image.image-background,.col.xl-5 .promo02 .card-float-spacing .cta-list-inside,.sixths .promo02 .wrapper-image.image-background,.sixths .promo02 .card-float-spacing .cta-list-inside,.col.xl-6 .promo02 .wrapper-image.image-background,.col.xl-6 .promo02 .card-float-spacing .cta-list-inside{display:none}
.halves .promo02 .wrapper-image,.halves .promo02 .cta-list-outside,.halves-v2 .promo02 .wrapper-image,.halves-v2 .promo02 .cta-list-outside,.col.xl-2 .promo02 .wrapper-image,.col.xl-2 .promo02 .cta-list-outside,.thirds .promo02 .wrapper-image,.thirds .promo02 .cta-list-outside,.thirds-v2 .promo02 .wrapper-image,.thirds-v2 .promo02 .cta-list-outside,.twothirds>li:last-child .promo02 .wrapper-image,.twothirds>li:last-child .promo02 .cta-list-outside,.twothirds-v2>li:first-child .promo02 .wrapper-image,.twothirds-v2>li:first-child .promo02 .cta-list-outside,.col.xl-3 .promo02 .wrapper-image,.col.xl-3 .promo02 .cta-list-outside,.quarters .promo02 .wrapper-image,.quarters .promo02 .cta-list-outside,.quarters-v2 .promo02 .wrapper-image,.quarters-v2 .promo02 .cta-list-outside,.quarters-v3 .promo02 .wrapper-image,.quarters-v3 .promo02 .cta-list-outside,.quarters-v4 .promo02 .wrapper-image,.quarters-v4 .promo02 .cta-list-outside,.quarters-v5 .promo02 .wrapper-image,.quarters-v5 .promo02 .cta-list-outside,.threeone>li:last-child .promo02 .wrapper-image,.threeone>li:last-child .promo02 .cta-list-outside,.threeone-v2>li:first-child .promo02 .wrapper-image,.threeone-v2>li:first-child .promo02 .cta-list-outside,.col.xl-4 .promo02 .wrapper-image,.col.xl-4 .promo02 .cta-list-outside,.fifths .promo02 .wrapper-image,.fifths .promo02 .cta-list-outside,.col.xl-5 .promo02 .wrapper-image,.col.xl-5 .promo02 .cta-list-outside,.sixths .promo02 .wrapper-image,.sixths .promo02 .cta-list-outside,.col.xl-6 .promo02 .wrapper-image,.col.xl-6 .promo02 .cta-list-outside,.promo02 .wrapper-image.image-background,.promo02 .card-float-spacing .cta-list-inside{display:block}
}
@media screen and (min-width:1600px){.promo02 .wrapper-image,.promo02 .cta-list-outside,.halves .promo02 .wrapper-image,.halves .promo02 .cta-list-outside,.halves-v2 .promo02 .wrapper-image,.halves-v2 .promo02 .cta-list-outside,.col.xxl-2 .promo02 .wrapper-image,.col.xxl-2 .promo02 .cta-list-outside,.thirds .promo02 .wrapper-image.image-background,.thirds .promo02 .card-float-spacing .cta-list-inside,.thirds-v2 .promo02 .wrapper-image.image-background,.thirds-v2 .promo02 .card-float-spacing .cta-list-inside,.twothirds>li:last-child .promo02 .wrapper-image.image-background,.twothirds>li:last-child .promo02 .card-float-spacing .cta-list-inside,.twothirds-v2>li:first-child .promo02 .wrapper-image.image-background,.twothirds-v2>li:first-child .promo02 .card-float-spacing .cta-list-inside,.col.xxl-3 .promo02 .wrapper-image.image-background,.col.xxl-3 .promo02 .card-float-spacing .cta-list-inside,.quarters .promo02 .wrapper-image.image-background,.quarters .promo02 .card-float-spacing .cta-list-inside,.quarters-v2 .promo02 .wrapper-image.image-background,.quarters-v2 .promo02 .card-float-spacing .cta-list-inside,.quarters-v3 .promo02 .wrapper-image.image-background,.quarters-v3 .promo02 .card-float-spacing .cta-list-inside,.quarters-v4 .promo02 .wrapper-image.image-background,.quarters-v4 .promo02 .card-float-spacing .cta-list-inside,.quarters-v5 .promo02 .wrapper-image.image-background,.quarters-v5 .promo02 .card-float-spacing .cta-list-inside,.threeone>li:last-child .promo02 .wrapper-image.image-background,.threeone>li:last-child .promo02 .card-float-spacing .cta-list-inside,.threeone-v2>li:first-child .promo02 .wrapper-image.image-background,.threeone-v2>li:first-child .promo02 .card-float-spacing .cta-list-inside,.col.xxl-4 .promo02 .wrapper-image.image-background,.col.xxl-4 .promo02 .card-float-spacing .cta-list-inside,.fifths .promo02 .wrapper-image.image-background,.fifths .promo02 .card-float-spacing .cta-list-inside,.col.xxl-5 .promo02 .wrapper-image.image-background,.col.xxl-5 .promo02 .card-float-spacing .cta-list-inside,.sixths .promo02 .wrapper-image.image-background,.sixths .promo02 .card-float-spacing .cta-list-inside,.col.xxl-6 .promo02 .wrapper-image.image-background,.col.xxl-6 .promo02 .card-float-spacing .cta-list-inside{display:none}
.thirds .promo02 .wrapper-image,.thirds .promo02 .cta-list-outside,.thirds-v2 .promo02 .wrapper-image,.thirds-v2 .promo02 .cta-list-outside,.twothirds>li:last-child .promo02 .wrapper-image,.twothirds>li:last-child .promo02 .cta-list-outside,.twothirds-v2>li:first-child .promo02 .wrapper-image,.twothirds-v2>li:first-child .promo02 .cta-list-outside,.col.xxl-3 .promo02 .wrapper-image,.col.xxl-3 .promo02 .cta-list-outside,.quarters .promo02 .wrapper-image,.quarters .promo02 .cta-list-outside,.quarters-v2 .promo02 .wrapper-image,.quarters-v2 .promo02 .cta-list-outside,.quarters-v3 .promo02 .wrapper-image,.quarters-v3 .promo02 .cta-list-outside,.quarters-v4 .promo02 .wrapper-image,.quarters-v4 .promo02 .cta-list-outside,.quarters-v5 .promo02 .wrapper-image,.quarters-v5 .promo02 .cta-list-outside,.threeone>li:last-child .promo02 .wrapper-image,.threeone>li:last-child .promo02 .cta-list-outside,.threeone-v2>li:first-child .promo02 .wrapper-image,.threeone-v2>li:first-child .promo02 .cta-list-outside,.col.xxl-4 .promo02 .wrapper-image,.col.xxl-4 .promo02 .cta-list-outside,.fifths .promo02 .wrapper-image,.fifths .promo02 .cta-list-outside,.col.xxl-5 .promo02 .wrapper-image,.col.xxl-5 .promo02 .cta-list-outside,.sixths .promo02 .wrapper-image,.sixths .promo02 .cta-list-outside,.col.xxl-6 .promo02 .wrapper-image,.col.xxl-6 .promo02 .cta-list-outside,.promo02 .wrapper-image.image-background,.promo02 .card-float-spacing .cta-list-inside,.halves .promo02 .wrapper-image.image-background,.halves .promo02 .card-float-spacing .cta-list-inside,.halves-v2 .promo02 .wrapper-image.image-background,.halves-v2 .promo02 .card-float-spacing .cta-list-inside,.col.xxl-2 .promo02 .wrapper-image.image-background,.col.xxl-2 .promo02 .card-float-spacing .cta-list-inside{display:block}
}
.promo02-view .wrapper-image{margin-bottom:0 !important}
.promo02-view .wrap-image{margin-bottom:-4px !important}
.promo02-view .wrap-image .no-target{cursor:default}
.promo02-view .swap-order.card-float-spacing{padding-left:0 !important}
.promo02-view div.rendition{background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}
.promo02-view a.cta-list-inside,.promo02-view a.cta-list-outside{display:table !important}
@media screen and (min-width:640px){.promo02-view .wrapper::after{clear:both;content:"";display:table}
.promo02-view .wrapper .swap-order{float:right}
.promo02-view .wrapper .no-swap-order{float:left}
.promo02-view .wrapper-image{height:inherit;margin-bottom:0;padding:0}
.promo02-view .wrapper-image .wrap-image{height:inherit}
.promo02-view .wrapper-image .wrap-image img{height:inherit}
.promo02-view .wrapper{height:100%}
}
.promo03-view .promo-center .wrapper-text{padding-right:0 !important}
.promo03-view .content{padding:0 18px 30px;background-repeat:no-repeat;background-size:cover}
.promo03-view .content:not(.no-min-height){min-height:340px}
.promo03-view .wrapper{max-width:1600;margin-left:auto;margin-right:auto;position:relative}
.promo03-view .wrapper::after{clear:both;content:"";display:table}
.promo03-view .wrapper-text .cta-v2{margin:0 auto;width:auto}
.promo03-view .wrapper-icon{height:160px;margin-bottom:30px;position:relative}
.promo03-view .wrapper-icon .cta-v2{bottom:0;left:50%;margin:0;position:absolute;transform:translateX(-50%)}
.promo03-view .wrapper-icon .wrapper-image{height:100%}
.promo03-view .wrapper-icon .wrapper-image .image{bottom:0;height:unset;max-height:60px;top:unset;transform:translateX(-50%)}
.promo03-view .wrapper-icon a.play{position:absolute;top:50%;right:50%;transform:translate(50%,-50%)}
@media screen and (min-width:640px) and (max-width:767.9px){.promo03-view .content{padding:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo03-view .content{padding:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo03-view .content{padding:42px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo03-view .content{padding:42px}
}
@media screen and (min-width:1600px){.promo03-view .content{padding:42px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo03-view .content{padding-top:24px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo03-view .content{padding-top:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo03-view .content{padding-top:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo03-view .content{padding-top:36px}
}
@media screen and (min-width:1600px){.promo03-view .content{padding-top:36px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo03-view .wrapper{min-height:286px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo03-view .wrapper{min-height:274px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo03-view .wrapper{min-height:262px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo03-view .wrapper{min-height:262px}
}
@media screen and (min-width:1600px){.promo03-view .wrapper{min-height:262px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo03-view .wrapper-icon{width:50%}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo03-view .wrapper-text{padding-right:0 !important}
.promo03-view .wrapper-image img{position:absolute;bottom:0;transform:translateX(-50%);max-height:60px}
.promo03-view .wrapper-icon{width:100%}
}
@media screen and (min-width:640px){.promo03-view .wrapper-icon{margin-bottom:0}
.promo03-view .promo-side,.promo03-view .promo-center{position:relative}
.promo03-view .promo-side .wrapper-icon .cta-v2,.promo03-view .promo-center .wrapper-icon .cta-v2{position:relative}
.promo03-view .promo-side .wrapper-icon .cta-v2.play,.promo03-view .promo-center .wrapper-icon .cta-v2.play{height:60px;width:60px}
.promo03-view .promo-side .wrapper-icon .wrapper-image .image,.promo03-view .promo-center .wrapper-icon .wrapper-image .image{max-height:none;height:33%}
.promo03-view .promo-side.no-swap-order .wrapper-image{float:right}
.promo03-view .promo-side .wrapper-icon{position:absolute;text-align:left}
.promo03-view .promo-side .wrapper-icon img{position:absolute;top:50%;transform:translateY(-50%);height:33%}
.promo03-view .promo-side .wrapper-text{position:relative;width:50%;top:50%}
.promo03-view .promo-side .wrapper-text.no-cta .rte{margin-bottom:0}
.promo03-view .promo-side .wrapper-text.no-cta .rte p:last-of-type{margin-bottom:0}
.promo03-view .promo-side .wrapper-icon{height:100%;margin-bottom:0;right:0;top:0}
.promo03-view .promo-side .wrapper-icon .cta-v2,.promo03-view .promo-side .wrapper-icon .wrapper-image .image{top:50%;transform:translate(-50%,-50%)}
.promo03-view .promo-side .wrapper-text .cta-v2{margin:0}
.promo03-view .promo-side.swap-order .wrapper-text{left:50%}
.promo03-view .promo-side.swap-order .wrapper-icon{left:0;right:unset}
.promo03-view .promo-center .wrapper-icon{height:auto}
.promo03-view .promo-center .wrapper-text{width:66%;margin:0 auto}
.promo03-view .promo-center .wrapper-image{margin-left:auto;margin-right:auto}
.promo03-view .promo-center .wrapper-image img{max-height:80px}
}
.promo04-padding-dir-small,.promo04-view.layout-a .list-item:nth-child(2n),.promo04-view.layout-b .list-item:nth-child(3n),.promo04-view.layout-c .list-item:nth-child(3n+2),.promo04-view.layout-d .list-item:nth-child(3n+2),.promo04-view.layout-d .list-item:nth-child(3n),.promo04-view.layout-e .list-item:nth-child(3n),.promo04-view.layout-f .list-item:nth-child(4n+3),.promo04-view.layout-g .list-item:nth-child(4n+2),.promo04-view.layout-g .list-item:nth-child(4n+3),.promo04-view.layout-h .list-item:nth-child(5n+3),.promo04-view.layout-h .list-item:nth-child(5n+4){padding-left:7.5px}
.promo04-padding-dir-rev-small,.promo04-view.layout-a .list-item:nth-child(2n+1),.promo04-view.layout-b .list-item:nth-child(3n+2),.promo04-view.layout-c .list-item:nth-child(3n+1),.promo04-view.layout-d .list-item:nth-child(3n+1),.promo04-view.layout-e .list-item:nth-child(3n+1),.promo04-view.layout-e .list-item:nth-child(3n+2),.promo04-view.layout-f .list-item:nth-child(4n+2),.promo04-view.layout-g .list-item:nth-child(4n+1),.promo04-view.layout-h .list-item:nth-child(5n+2){padding-right:7.5px}
@media screen and (min-width:640px){.promo04-padding-dir-large,.promo04-view.layout-a .list-item:nth-child(2n),.promo04-view.layout-b .list-item:nth-child(3n),.promo04-view.layout-c .list-item:nth-child(3n+2),.promo04-view.layout-d .list-item:nth-child(3n+2),.promo04-view.layout-d .list-item:nth-child(3n),.promo04-view.layout-e .list-item:nth-child(3n+1),.promo04-view.layout-e .list-item:nth-child(3n+2),.promo04-view.layout-e .list-item:nth-child(3n),.promo04-view.layout-f .list-item:nth-child(4n+3),.promo04-view.layout-g .list-item:nth-child(4n+2),.promo04-view.layout-g .list-item:nth-child(4n+3),.promo04-view.layout-h .list-item:nth-child(5n+3),.promo04-view.layout-h .list-item:nth-child(5n+4){padding-left:10px}
.promo04-padding-dir-rev-large,.promo04-view.layout-a .list-item:nth-child(2n+1),.promo04-view.layout-b .list-item:nth-child(3n+2),.promo04-view.layout-c .list-item:nth-child(3n+1),.promo04-view.layout-d .list-item:nth-child(3n+1),.promo04-view.layout-f .list-item:nth-child(4n+2),.promo04-view.layout-g .list-item:nth-child(4n+1),.promo04-view.layout-h .list-item:nth-child(5n+2){padding-right:10px}
}
@media screen and (min-width:980px){.promo04-padding-dir-xlarge,.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n+2),.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n),.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+3),.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n),.control.full>li>.promo-component>div>.promo04-view.layout-g .list-item:nth-child(4n),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n),.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+4){padding-left:10px}
.promo04-padding-dir-rev-xlarge,.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n+1),.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n+3),.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+2),.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+3),.control.full>li>.promo-component>div>.promo04-view.layout-g .list-item:nth-child(4n+2),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+4),.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2),.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+3){padding-right:10px}
}
.promo04-view>ul::after{clear:both;content:"";display:table}
.promo04-view .list-item{margin:0 !important}
.promo04-view .list-item>div>div{background-size:cover;position:relative;background-position:center}
.promo04-view .list-item>div>div:before{content:"";height:100%;width:100%;display:block;position:absolute;left:0;top:0;background:#000;transition:opacity .9s .1s}
.promo04-view .list-item>div>div:hover:before{background-color:#0076ce}
.promo04-view .list-item>div>div .wrapper-text{opacity:1;transition:opacity .9s .1s}
.promo04-view .list-item>div>div:hover .wrapper-text{opacity:0}
.promo04-view .heading{margin-bottom:0 !important}
.promo04-view .wrapper{position:relative;width:100%;overflow:hidden;text-align:center}
.promo04-view .wrapper .wrapper-text{position:absolute;padding:0;width:100%;transform:translateY(-50%);top:50%}
.promo04-view .list-item>div>a.play.btn{display:none}
.promo04-view .list-item>div .wrapper:after{content:"";display:block;background-size:contain;background-repeat:no-repeat;position:absolute;right:0;bottom:0;background-position-x:right}
.promo04-view .list-item>div.icon{cursor:pointer}
.promo04-view .list-item>div.icon .wrapper:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA6CAYAAACj+Dm/AAAEJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTEgNzkuMTQ5NTk4LCAyMDEyLzEwLzEwLTEyOjA5OjU2ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6bnMxPSJodHRwOi8vd3d3LmRheS5jb20vZGFtLzEuMCIKICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICBuczE6UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgbnMxOlBoeXNpY2Fsd2lkdGhpbmluY2hlcz0iLTEuMCIKICAgbnMxOkZpbGVmb3JtYXQ9IlBORyIKICAgbnMxOlByb2dyZXNzaXZlPSJubyIKICAgbnMxOmV4dHJhY3RlZD0iMjAxOC0wMy0xM1QwOTozNzo0NC4wNzQtMDM6MDAiCiAgIG5zMTpCaXRzcGVycGl4ZWw9IjMyIgogICBuczE6TUlNRXR5cGU9ImltYWdlL3BuZyIKICAgbnMxOkNvbW1lbnRzPSJTb2Z0d2FyZTogQWRvYmUgSW1hZ2VSZWFkeSYjeEE7IgogICBuczE6UGh5c2ljYWx3aWR0aGluZHBpPSItMSIKICAgbnMxOlBoeXNpY2FsaGVpZ2h0aW5kcGk9Ii0xIgogICBuczE6TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIG5zMTpOdW1iZXJvZnRleHR1YWxjb21tZW50cz0iMSIKICAgbnMxOnNoYTE9IjhmNzE0NDYzZWZkOGY3YmMwN2E2MTFhYTgwNjE5M2RmMmY3ZGU4MDMiCiAgIG5zMTpzaXplPSI1MTQiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjU4IgogICB0aWZmOkltYWdlV2lkdGg9IjI4IgogICBkYzpmb3JtYXQ9ImltYWdlL3BuZyIKICAgZGM6bW9kaWZpZWQ9IjIwMTgtMDMtMTNUMDk6Mzc6NDkuNjEwLTAzOjAwIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8++H5e0QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGkSURBVHjavJmBbcIwEEVdFqhHyAjuBnQDj+BukBEyAiNkBEbICBmBEdIJXBtZIg3nxHH+z0kfCbDywFz+nQ/lvVdJLmgKsrPX4IoPOujuXxGhhgm0/j0e6YNQgFGtAB2YwKhegPZMYNzCUYA6JPDjSX2FDnoEfar/8RU0KkBcFs+noKuwbghqEMDcV3fC1o6IzF178yZA70ygSrfGMjomUCcTgGVuySKT7M4j7K90Icz+9izuMplLA0Lsby/wsP3VZFojJFGMKwuo0sW9kLkNC1htf0fLTb/X/hA1TkqiGxO4y/5QlbzY/pD9istkrmYBczV0ZALVoql+sz8GMGd/rdS1ocKkxmvZ/X1f1Hnx++wKSVs65e7Ls36/jpU0m96KhLUl1QMFs6X1keWjPtdGspLEscrTsLeLQxv1wOppqo9ztUnia88aKNuyjEZ4tewwgJCxylHbopwPbUlzhAJCT79bQMpk6tQJxhqQMqPJAWlTKAloag+aNdNE+iRxPk3Umcb1BwmbTxNPmQavDdkp8+7lkH1CZ+RWlpp0r9H+s4j6E2AAqDca8G+2j7sAAAAASUVORK5CYII=)}
.promo04-view .list-item>div.icon.overlay-video-trigger .wrapper:after{border:solid 1px #fff;border-radius:50%;background-image:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-22.28571,-22.28571,68.57143,68.57143%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22transparent%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2%200l20%2012-20%2012z%22%20%2F%3E%3C%2Fsvg%3E)}
@media screen and (min-width:0) and (max-width:639.9px){.promo04-view .label{font-size:8px;font-size:.8rem}
.promo04-view .heading{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo04-view .label{font-size:15px;font-size:1.5rem}
.promo04-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo04-view .label{font-size:15px;font-size:1.5rem}
.promo04-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo04-view .label{font-size:8px;font-size:.8rem}
.promo04-view .heading{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo04-view .label{font-size:15px;font-size:1.5rem}
.promo04-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1600px){.promo04-view .label{font-size:15px;font-size:1.5rem}
.promo04-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo04-view .label{line-height:12px}
.promo04-view .heading{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo04-view .label{line-height:18px}
.promo04-view .heading{line-height:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo04-view .label{line-height:18px}
.promo04-view .heading{line-height:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo04-view .label{line-height:12px}
.promo04-view .heading{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo04-view .label{line-height:18px}
.promo04-view .heading{line-height:30px}
}
@media screen and (min-width:1600px){.promo04-view .label{line-height:18px}
.promo04-view .heading{line-height:30px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo04-view .heading{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo04-view .heading{font-weight:400}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo04-view .heading{font-weight:400}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo04-view .heading{font-weight:400}
}
@media screen and (min-width:1600px){.promo04-view .heading{font-weight:400}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo04-view .wrapper{height:95px}
.promo04-view .doubleHeight,.promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper{height:245px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo04-view .wrapper{height:232px}
.promo04-view .doubleHeight,.promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper{height:544px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo04-view .wrapper{height:232px}
.promo04-view .doubleHeight,.promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper{height:544px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo04-view .wrapper,.promo04-view .singleHeight,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1) .wrapper{height:180px}
.promo04-view .doubleHeight,.promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.promo04-view .doubleHeightLarge,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2) .wrapper{height:420px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo04-view .wrapper,.promo04-view .singleHeight,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1) .wrapper{height:220px}
.promo04-view .doubleHeight,.promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.promo04-view .doubleHeightLarge,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2) .wrapper{height:520px}
}
@media screen and (min-width:1600px){.promo04-view .wrapper,.promo04-view .singleHeight,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1) .wrapper{height:220px}
.promo04-view .doubleHeight,.promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.promo04-view .doubleHeightLarge,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2) .wrapper{height:520px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo04-view .list-item>div>div{padding:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo04-view .list-item>div>div{padding:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo04-view .list-item>div>div{padding:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo04-view .list-item>div>div{padding:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo04-view .list-item>div>div{padding:30px}
}
@media screen and (min-width:1600px){.promo04-view .list-item>div>div{padding:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo04-view .wrapper:after{height:14px;width:14px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo04-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo04-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo04-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo04-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:1600px){.promo04-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.control.full>li>.promo-component>div>.promo04-view .label{font-size:15px;font-size:1.5rem}
.control.full>li>.promo-component>div>.promo04-view .heading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.control.full>li>.promo-component>div>.promo04-view .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:1600px){.control.full>li>.promo-component>div>.promo04-view .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.control.full>li>.promo-component>div>.promo04-view .label{line-height:18px}
.control.full>li>.promo-component>div>.promo04-view .heading{line-height:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.control.full>li>.promo-component>div>.promo04-view .heading{line-height:42px}
}
@media screen and (min-width:1600px){.control.full>li>.promo-component>div>.promo04-view .heading{line-height:42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.control.full>li>.promo-component>div>.promo04-view .heading{font-weight:200}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.control.full>li>.promo-component>div>.promo04-view .heading{font-weight:200}
}
@media screen and (min-width:1600px){.control.full>li>.promo-component>div>.promo04-view .heading{font-weight:200}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .singleHeight,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1) .wrapper{height:228px}
.control.full>li>.promo-component>div>.promo04-view .doubleHeight,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-d .list-item:nth-child(3n+1) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .doubleHeightLarge,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2) .wrapper{height:548px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .singleHeight,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1) .wrapper{height:296px}
.control.full>li>.promo-component>div>.promo04-view .doubleHeight,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-d .list-item:nth-child(3n+1) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .doubleHeightLarge,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2) .wrapper{height:696px}
}
@media screen and (min-width:1600px){.control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .singleHeight,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1) .wrapper{height:296px}
.control.full>li>.promo-component>div>.promo04-view .doubleHeight,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-d .list-item:nth-child(3n+1) .wrapper,.promo04-view.layout-d .list-item:nth-child(3n+1) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-e .list-item:nth-child(3n) .wrapper,.promo04-view.layout-e .list-item:nth-child(3n) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-g .list-item:nth-child(4n+1) .wrapper,.promo04-view.layout-g .list-item:nth-child(4n+1) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .promo04-view.layout-h .list-item:nth-child(5n+2) .wrapper,.promo04-view.layout-h .list-item:nth-child(5n+2) .control.full>li>.promo-component>div>.promo04-view .wrapper,.control.full>li>.promo-component>div>.promo04-view .doubleHeightLarge,.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1) .wrapper,.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2) .wrapper{height:696px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.control.full>li>.promo-component>div>.promo04-view .list-item>div>div{padding:36px 30% 36px 36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.control.full>li>.promo-component>div>.promo04-view .list-item>div>div{padding:42px 30% 42px 42px}
}
@media screen and (min-width:1600px){.control.full>li>.promo-component>div>.promo04-view .list-item>div>div{padding:42px 30% 42px 42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.control.full>li>.promo-component>div>.promo04-view .heading:after{height:20px;width:20px}
.control.full>li>.promo-component>div>.promo04-view .wrapper:after{height:0;width:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.control.full>li>.promo-component>div>.promo04-view .heading:after{height:25px;width:25px}
.control.full>li>.promo-component>div>.promo04-view .wrapper:after{height:0;width:0}
}
@media screen and (min-width:1600px){.control.full>li>.promo-component>div>.promo04-view .heading:after{height:25px;width:25px}
.control.full>li>.promo-component>div>.promo04-view .wrapper:after{height:0;width:0}
}
@media screen and (min-width:0) and (max-width:979.9px){.promo04-view .list-item>div>div:before{opacity:.35}
.promo04-view .list-item>div>div:hover:before{opacity:.7}
}
@media screen and (min-width:980px){.promo04-view .list-item>div>div:before{opacity:.50}
.promo04-view .list-item>div>div:hover:before{opacity:.7}
}
@media screen and (min-width:980px){.control.full>li>.promo-component>div>.promo04-view .list-item>div .heading{padding-right:10px;position:relative}
.control.full>li>.promo-component>div>.promo04-view .list-item>div .heading:after{content:"";display:inline-block;background-size:contain;background-repeat:no-repeat;position:absolute;margin-top:9px;margin-left:10px}
.control.full>li>.promo-component>div>.promo04-view .list-item>div>div:hover .wrapper-text{opacity:1}
.control.full>li>.promo-component>div>.promo04-view .wrapper-text{text-align:left;bottom:0;transform:none;top:auto}
.control.full>li>.promo-component>div>.promo04-view .list-item>div.icon .heading:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA6CAYAAACj+Dm/AAAEJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTEgNzkuMTQ5NTk4LCAyMDEyLzEwLzEwLTEyOjA5OjU2ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6bnMxPSJodHRwOi8vd3d3LmRheS5jb20vZGFtLzEuMCIKICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICBuczE6UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgbnMxOlBoeXNpY2Fsd2lkdGhpbmluY2hlcz0iLTEuMCIKICAgbnMxOkZpbGVmb3JtYXQ9IlBORyIKICAgbnMxOlByb2dyZXNzaXZlPSJubyIKICAgbnMxOmV4dHJhY3RlZD0iMjAxOC0wMy0xM1QwOTozNzo0NC4wNzQtMDM6MDAiCiAgIG5zMTpCaXRzcGVycGl4ZWw9IjMyIgogICBuczE6TUlNRXR5cGU9ImltYWdlL3BuZyIKICAgbnMxOkNvbW1lbnRzPSJTb2Z0d2FyZTogQWRvYmUgSW1hZ2VSZWFkeSYjeEE7IgogICBuczE6UGh5c2ljYWx3aWR0aGluZHBpPSItMSIKICAgbnMxOlBoeXNpY2FsaGVpZ2h0aW5kcGk9Ii0xIgogICBuczE6TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIG5zMTpOdW1iZXJvZnRleHR1YWxjb21tZW50cz0iMSIKICAgbnMxOnNoYTE9IjhmNzE0NDYzZWZkOGY3YmMwN2E2MTFhYTgwNjE5M2RmMmY3ZGU4MDMiCiAgIG5zMTpzaXplPSI1MTQiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjU4IgogICB0aWZmOkltYWdlV2lkdGg9IjI4IgogICBkYzpmb3JtYXQ9ImltYWdlL3BuZyIKICAgZGM6bW9kaWZpZWQ9IjIwMTgtMDMtMTNUMDk6Mzc6NDkuNjEwLTAzOjAwIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8++H5e0QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGkSURBVHjavJmBbcIwEEVdFqhHyAjuBnQDj+BukBEyAiNkBEbICBmBEdIJXBtZIg3nxHH+z0kfCbDywFz+nQ/lvVdJLmgKsrPX4IoPOujuXxGhhgm0/j0e6YNQgFGtAB2YwKhegPZMYNzCUYA6JPDjSX2FDnoEfar/8RU0KkBcFs+noKuwbghqEMDcV3fC1o6IzF178yZA70ygSrfGMjomUCcTgGVuySKT7M4j7K90Icz+9izuMplLA0Lsby/wsP3VZFojJFGMKwuo0sW9kLkNC1htf0fLTb/X/hA1TkqiGxO4y/5QlbzY/pD9istkrmYBczV0ZALVoql+sz8GMGd/rdS1ocKkxmvZ/X1f1Hnx++wKSVs65e7Ls36/jpU0m96KhLUl1QMFs6X1keWjPtdGspLEscrTsLeLQxv1wOppqo9ztUnia88aKNuyjEZ4tewwgJCxylHbopwPbUlzhAJCT79bQMpk6tQJxhqQMqPJAWlTKAloag+aNdNE+iRxPk3Umcb1BwmbTxNPmQavDdkp8+7lkH1CZ+RWlpp0r9H+s4j6E2AAqDca8G+2j7sAAAAASUVORK5CYII=")}
.control.full>li>.promo-component>div>.promo04-view .list-item>div.icon.overlay-video-trigger .heading:after{border:solid 1px #fff;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-22.28571,-22.28571,68.57143,68.57143%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22transparent%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2%200l20%2012-20%2012z%22%20%2F%3E%3C%2Fsvg%3E")}
}
.promo04-view .list-item{width:50%;float:left;padding-bottom:15px}
.promo04-view.layout-b .list-item:nth-child(3n+1){width:100%}
.promo04-view.layout-c .list-item:nth-child(3n){width:100%}
.promo04-view.layout-e .list-item:nth-child(3n+1),.promo04-view.layout-e .list-item:nth-child(3n+2){float:left}
.promo04-view.layout-e .list-item:nth-child(3n){float:right;transform:translateY(-50%)}
.promo04-view.layout-f .list-item:nth-child(4n+1){width:100%}
.promo04-view.layout-f .list-item:nth-child(4n){width:100%}
.promo04-view.layout-g .list-item:nth-child(4n){width:100%}
.promo04-view.layout-h .list-item:nth-child(5n+1),.promo04-view.layout-h .list-item:nth-child(5n){width:100%}
.promo04-view.layout-h .list-item:nth-child(5n+4){float:right}
@media screen and (min-width:640px){.promo04-view .list-item{padding-bottom:20px}
}
@media screen and (min-width:980px){.control.full>li>.promo-component>div>.promo04-view.layout-b.layout-b2 .list-item:nth-child(3n+2){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-b.layout-b2 .list-item:nth-child(3n){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-b.layout-b3 .list-item:nth-child(3n+2){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-b.layout-b3 .list-item:nth-child(3n){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-c.layout-c2 .list-item:nth-child(3n+1){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-c.layout-c2 .list-item:nth-child(3n+2){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-c.layout-c3 .list-item:nth-child(3n+1){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-c.layout-c3 .list-item:nth-child(3n+2){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-d.layout-d2 .list-item:nth-child(3n+1){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-d.layout-d2 .list-item:nth-child(3n+2),.control.full>li>.promo-component>div>.promo04-view.layout-d.layout-d2 .list-item:nth-child(3n){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-e .list-item:nth-child(3n+1),.control.full>li>.promo-component>div>.promo04-view.layout-e .list-item:nth-child(3n+2){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-e .list-item:nth-child(3n){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-e.layout-e2 .list-item:nth-child(3n+1),.control.full>li>.promo-component>div>.promo04-view.layout-e.layout-e2 .list-item:nth-child(3n+2){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-e.layout-e2 .list-item:nth-child(3n+2){clear:left}
.control.full>li>.promo-component>div>.promo04-view.layout-e.layout-e2 .list-item:nth-child(3n){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n+1){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n+2){width:33%;padding-right:0}
.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n+3){width:33%;padding-left:0}
.control.full>li>.promo-component>div>.promo04-view.layout-f .list-item:nth-child(4n){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+1){width:100%;padding-right:0}
.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+2),.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+3),.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+2){padding-left:0}
.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n+3){width:34%}
.control.full>li>.promo-component>div>.promo04-view.layout-f.layout-f2 .list-item:nth-child(4n){padding-right:0}
.control.full>li>.promo-component>div>.promo04-view.layout-g .list-item:nth-child(4n+1),.control.full>li>.promo-component>div>.promo04-view.layout-g .list-item:nth-child(4n+3){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-g .list-item:nth-child(4n+2){width:34%}
.control.full>li>.promo-component>div>.promo04-view.layout-g .list-item:nth-child(4n){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+1),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n){width:67%}
.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+3),.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+4){width:33%}
.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+2){padding-right:0}
.control.full>li>.promo-component>div>.promo04-view.layout-h .list-item:nth-child(5n+4){padding-left:0;float:left}
.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+1){width:100%;padding-right:0}
.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+2){padding-left:0}
.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+3){width:34%}
.control.full>li>.promo-component>div>.promo04-view.layout-h.layout-h2 .list-item:nth-child(5n+4){padding-right:0}
}
.oaks-kc-promo-view{background-color:#1a1a1a}
.oaks-kc-promo-view .main-wrapper::after{clear:both;content:"";display:table}
.oaks-kc-promo-view .heading{font-size:24px !important;font-size:2.4rem !important}
.oaks-kc-promo-view .rte *{font-size:15px !important;font-size:1.5rem !important}
.oaks-kc-promo-view .cta .cta-text{font-size:15px !important;font-size:1.5rem !important}
.oaks-kc-promo-view .heading{line-height:24px !important}
.oaks-kc-promo-view .rte *{line-height:20px !important}
.oaks-kc-promo-view .cta .cta-text{line-height:18px !important}
.oaks-kc-promo-view .wrap-image{height:54px;margin-bottom:15px}
.oaks-kc-promo-view .wrap-image img{width:auto}
.oaks-kc-promo-view .wrapper{float:left;padding:0 18px 10px;text-align:left}
.oaks-kc-promo-view .heading{margin-bottom:11px}
.oaks-kc-promo-view .rte{font-weight:200;margin-bottom:5px}
.oaks-kc-promo-view .rte p:last-of-type{margin-bottom:0}
.oaks-kc-promo-view .partial-cta-list{float:left}
.oaks-kc-promo-view .partial-cta-list dd{float:left;margin-right:18px;margin-top:0}
.oaks-kc-promo-view .partial-cta-list dd:last-of-type{margin-right:0}
.oaks-kc-promo-view .partial-cta-list dd .cta .cta-text{padding:0}
.oaks-kc-promo-view .cta.quaternary.arrow-next .cta-icn{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxMiAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzAwN0RCOCIgZD0iTTguMTc3LDEyTDEuNzE3LDQuOTY3Yy0wLjU1MS0wLjU1NS0wLjU1MS0xLjQ1NCwwLTIuMDExYzAuNTUxLTAuNTU1LDEuNDQxLTAuNTU1LDEuOTkyLDBsNy44NzcsOC4wMzYNCgljMC41NTEsMC41NTgsMC41NTEsMS40NTgsMCwyLjAxM2wtNy44NzcsOC4wMzZjLTAuNTQ5LDAuNTU5LTEuNDQxLDAuNTU1LTEuOTkyLDBjLTAuNTUxLTAuNTUzLTAuNTUxLTEuNDUzLDAtMi4wMTJMOC4xNzcsMTINCglMOC4xNzcsMTJ6Ii8+DQo8L3N2Zz4NCg==")}
.oaks-kc-promo-view .text-align-right{float:right;text-align:right}
.oaks-kc-promo-view .text-align-right .rte,.oaks-kc-promo-view .text-align-right .rte p{text-align:right}
.oaks-kc-promo-view .text-align-right .partial-cta-list{float:right}
.oaks-kc-promo-view .text-align-right .partial-cta-list dd{float:right;margin-left:18px;margin-right:0}
@media screen and (min-width:40em){.oaks-kc-promo-view .main-wrapper{display:table}
.oaks-kc-promo-view .wrap-image{display:table-cell;margin-bottom:0;width:33%}
.oaks-kc-promo-view .wrapper{direction:ltr;display:table-cell;padding:22px 18px 15px}
.oaks-kc-promo-view .image-right{direction:rtl}
}
@media screen and (min-width:61.25em){.oaks-kc-promo-view{background-position-x:center;background-repeat:no-repeat;background-size:cover}
.oaks-kc-promo-view .main-wrapper{display:block}
.oaks-kc-promo-view .wrapper{box-sizing:border-box;display:block;padding-left:25px;padding-right:33%;padding-bottom:33px;padding-top:40px}
.oaks-kc-promo-view .wrap-image{display:none}
.oaks-kc-promo-view .rte{margin-bottom:17px}
.oaks-kc-promo-view .text-align-right{padding-left:33%;padding-right:25px}
}
.promo06-view .wrapper{-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);color:#444;background-color:#fff;text-align:left;padding:18px;border-top:3px solid gray}
.promo06-view .wrapper-image{height:90px;margin-bottom:20px;overflow:hidden;position:relative}
.promo06-view .wrapper-image img{left:50%;margin-right:-50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);position:absolute;min-height:100%;min-width:100%}
.promo06-view .wrapper-text{padding:0 !important}
.promo06-view .partial-cta-list dd{display:block;margin-top:0 !important}
.promo06-view .heading{display:block;position:relative}
.promo06-view .heading .cta-icn{position:absolute;margin-left:0;bottom:0}
.promo98-view .slider-child,.promo98-view .carousel-container{padding:0 !important}
.promo98-view .controls .arrows{display:none !important}
.promo98-view>ul::after{clear:both;content:"";display:table}
.promo98-view .list-item{margin-bottom:0 !important}
.promo98-view .list-item>div>div{background-size:cover;position:relative;background-position:center}
.promo98-view .list-item>div>div:before{content:"";height:100%;width:100%;display:block;position:absolute;left:0;top:0;background:black}
.promo98-view .heading{margin-bottom:0 !important}
.promo98-view .partial-cta-list dd{margin-top:20px !important}
.promo98-view .wrapper{position:relative}
.promo98-view .list-item>div>a.play.btn{display:none}
.promo98-view .list-item>div .wrapper:after{content:"";display:block;background-size:contain;background-repeat:no-repeat;position:absolute;right:0;bottom:0}
.promo98-view .list-item>div.icon{cursor:pointer}
.promo98-view .list-item>div.icon .wrapper:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA6CAYAAACj+Dm/AAAEJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTEgNzkuMTQ5NTk4LCAyMDEyLzEwLzEwLTEyOjA5OjU2ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6bnMxPSJodHRwOi8vd3d3LmRheS5jb20vZGFtLzEuMCIKICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICBuczE6UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgbnMxOlBoeXNpY2Fsd2lkdGhpbmluY2hlcz0iLTEuMCIKICAgbnMxOkZpbGVmb3JtYXQ9IlBORyIKICAgbnMxOlByb2dyZXNzaXZlPSJubyIKICAgbnMxOmV4dHJhY3RlZD0iMjAxOC0wMy0xM1QwOTozNzo0NC4wNzQtMDM6MDAiCiAgIG5zMTpCaXRzcGVycGl4ZWw9IjMyIgogICBuczE6TUlNRXR5cGU9ImltYWdlL3BuZyIKICAgbnMxOkNvbW1lbnRzPSJTb2Z0d2FyZTogQWRvYmUgSW1hZ2VSZWFkeSYjeEE7IgogICBuczE6UGh5c2ljYWx3aWR0aGluZHBpPSItMSIKICAgbnMxOlBoeXNpY2FsaGVpZ2h0aW5kcGk9Ii0xIgogICBuczE6TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIG5zMTpOdW1iZXJvZnRleHR1YWxjb21tZW50cz0iMSIKICAgbnMxOnNoYTE9IjhmNzE0NDYzZWZkOGY3YmMwN2E2MTFhYTgwNjE5M2RmMmY3ZGU4MDMiCiAgIG5zMTpzaXplPSI1MTQiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjU4IgogICB0aWZmOkltYWdlV2lkdGg9IjI4IgogICBkYzpmb3JtYXQ9ImltYWdlL3BuZyIKICAgZGM6bW9kaWZpZWQ9IjIwMTgtMDMtMTNUMDk6Mzc6NDkuNjEwLTAzOjAwIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8++H5e0QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGkSURBVHjavJmBbcIwEEVdFqhHyAjuBnQDj+BukBEyAiNkBEbICBmBEdIJXBtZIg3nxHH+z0kfCbDywFz+nQ/lvVdJLmgKsrPX4IoPOujuXxGhhgm0/j0e6YNQgFGtAB2YwKhegPZMYNzCUYA6JPDjSX2FDnoEfar/8RU0KkBcFs+noKuwbghqEMDcV3fC1o6IzF178yZA70ygSrfGMjomUCcTgGVuySKT7M4j7K90Icz+9izuMplLA0Lsby/wsP3VZFojJFGMKwuo0sW9kLkNC1htf0fLTb/X/hA1TkqiGxO4y/5QlbzY/pD9istkrmYBczV0ZALVoql+sz8GMGd/rdS1ocKkxmvZ/X1f1Hnx++wKSVs65e7Ls36/jpU0m96KhLUl1QMFs6X1keWjPtdGspLEscrTsLeLQxv1wOppqo9ztUnia88aKNuyjEZ4tewwgJCxylHbopwPbUlzhAJCT79bQMpk6tQJxhqQMqPJAWlTKAloag+aNdNE+iRxPk3Umcb1BwmbTxNPmQavDdkp8+7lkH1CZ+RWlpp0r9H+s4j6E2AAqDca8G+2j7sAAAAASUVORK5CYII=")}
.promo98-view .list-item>div.icon.overlay-video-trigger .wrapper:after{border:solid 1px white;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-22.28571,-22.28571,68.57143,68.57143%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22transparent%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2%200l20%2012-20%2012z%22%20%2F%3E%3C%2Fsvg%3E")}
.promo98-view .wrapper-text{padding:0 !important}
@media screen and (min-width:0) and (max-width:639.9px){.promo98-view .label{font-size:8px;font-size:.8rem}
.promo98-view .heading{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo98-view .label{font-size:15px;font-size:1.5rem}
.promo98-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo98-view .label{font-size:15px;font-size:1.5rem}
.promo98-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo98-view .label{font-size:15px;font-size:1.5rem}
.promo98-view .heading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo98-view .label{font-size:15px;font-size:1.5rem}
.promo98-view .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:1600px){.promo98-view .label{font-size:15px;font-size:1.5rem}
.promo98-view .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo98-view .label{line-height:12px}
.promo98-view .heading{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo98-view .label{line-height:18px}
.promo98-view .heading{line-height:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo98-view .label{line-height:18px}
.promo98-view .heading{line-height:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo98-view .label{line-height:18px}
.promo98-view .heading{line-height:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo98-view .label{line-height:18px}
.promo98-view .heading{line-height:42px}
}
@media screen and (min-width:1600px){.promo98-view .label{line-height:18px}
.promo98-view .heading{line-height:42px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo98-view .heading{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo98-view .heading{font-weight:400}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo98-view .wrapper{height:133px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo98-view .wrapper{height:325px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo98-view .wrapper{height:325px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo98-view .wrapper{height:320px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo98-view .wrapper{height:415px}
}
@media screen and (min-width:1600px){.promo98-view .wrapper{height:415px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo98-view .list-item>div>div{padding:28px 10%}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo98-view .list-item>div>div{padding:42px 10%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo98-view .list-item>div>div{padding:42px 10%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo98-view .list-item>div>div{padding:50px 30% 50px 36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo98-view .list-item>div>div{padding:59px 30% 59px 42px}
}
@media screen and (min-width:1600px){.promo98-view .list-item>div>div{padding:59px 30% 59px 42px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo98-view .wrapper:after{height:14px;width:14px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo98-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo98-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo98-view .heading:after{height:30px;width:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo98-view .heading:after{height:36px;width:36px}
}
@media screen and (min-width:1600px){.promo98-view .heading:after{height:36px;width:36px}
}
.promo98-view.layout-a .list-item{width:50%;float:left}
.promo98-view.layout-a .list-item:nth-child(3n){width:100%}
@media screen and (min-width:0) and (max-width:979.9px){.promo98-view .list-item>div>div:before{opacity:.35}
.promo98-view .wrapper-text{top:50%;transform:translate(-50%,-50%);left:50%;position:absolute;width:100%}
.promo98-view .wrapper{text-align:center}
}
@media screen and (min-width:980px){.promo98-view .list-item>div>div:before{opacity:.50}
.promo98-view .wrapper-text{bottom:0;position:absolute;width:100%}
.promo98-view .list-item>div .heading:after{content:"";display:inline-block;background-size:contain;background-repeat:no-repeat;position:relative;top:7px;left:12px}
.promo98-view .list-item>div.icon .heading:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA6CAYAAACj+Dm/AAAEJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTEgNzkuMTQ5NTk4LCAyMDEyLzEwLzEwLTEyOjA5OjU2ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6bnMxPSJodHRwOi8vd3d3LmRheS5jb20vZGFtLzEuMCIKICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICBuczE6UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgbnMxOlBoeXNpY2Fsd2lkdGhpbmluY2hlcz0iLTEuMCIKICAgbnMxOkZpbGVmb3JtYXQ9IlBORyIKICAgbnMxOlByb2dyZXNzaXZlPSJubyIKICAgbnMxOmV4dHJhY3RlZD0iMjAxOC0wMy0xM1QwOTozNzo0NC4wNzQtMDM6MDAiCiAgIG5zMTpCaXRzcGVycGl4ZWw9IjMyIgogICBuczE6TUlNRXR5cGU9ImltYWdlL3BuZyIKICAgbnMxOkNvbW1lbnRzPSJTb2Z0d2FyZTogQWRvYmUgSW1hZ2VSZWFkeSYjeEE7IgogICBuczE6UGh5c2ljYWx3aWR0aGluZHBpPSItMSIKICAgbnMxOlBoeXNpY2FsaGVpZ2h0aW5kcGk9Ii0xIgogICBuczE6TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIG5zMTpOdW1iZXJvZnRleHR1YWxjb21tZW50cz0iMSIKICAgbnMxOnNoYTE9IjhmNzE0NDYzZWZkOGY3YmMwN2E2MTFhYTgwNjE5M2RmMmY3ZGU4MDMiCiAgIG5zMTpzaXplPSI1MTQiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjU4IgogICB0aWZmOkltYWdlV2lkdGg9IjI4IgogICBkYzpmb3JtYXQ9ImltYWdlL3BuZyIKICAgZGM6bW9kaWZpZWQ9IjIwMTgtMDMtMTNUMDk6Mzc6NDkuNjEwLTAzOjAwIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8++H5e0QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGkSURBVHjavJmBbcIwEEVdFqhHyAjuBnQDj+BukBEyAiNkBEbICBmBEdIJXBtZIg3nxHH+z0kfCbDywFz+nQ/lvVdJLmgKsrPX4IoPOujuXxGhhgm0/j0e6YNQgFGtAB2YwKhegPZMYNzCUYA6JPDjSX2FDnoEfar/8RU0KkBcFs+noKuwbghqEMDcV3fC1o6IzF178yZA70ygSrfGMjomUCcTgGVuySKT7M4j7K90Icz+9izuMplLA0Lsby/wsP3VZFojJFGMKwuo0sW9kLkNC1htf0fLTb/X/hA1TkqiGxO4y/5QlbzY/pD9istkrmYBczV0ZALVoql+sz8GMGd/rdS1ocKkxmvZ/X1f1Hnx++wKSVs65e7Ls36/jpU0m96KhLUl1QMFs6X1keWjPtdGspLEscrTsLeLQxv1wOppqo9ztUnia88aKNuyjEZ4tewwgJCxylHbopwPbUlzhAJCT79bQMpk6tQJxhqQMqPJAWlTKAloag+aNdNE+iRxPk3Umcb1BwmbTxNPmQavDdkp8+7lkH1CZ+RWlpp0r9H+s4j6E2AAqDca8G+2j7sAAAAASUVORK5CYII=")}
.promo98-view .list-item>div.icon.overlay-video-trigger .heading:after{border:solid 1px white;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-22.28571,-22.28571,68.57143,68.57143%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22transparent%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2%200l20%2012-20%2012z%22%20%2F%3E%3C%2Fsvg%3E")}
}
.promo99-view .wrapper{background-color:white;padding:20px;padding-bottom:0}
.promo99-view .heading{color:#444;font-size:24px !important;margin-bottom:0 !important}
.promo99-view .partial-cta-list{width:100% !important}
.promo99-view .partial-cta-list dd{border-bottom:1px solid #ccc;width:100% !important;display:block;margin-top:0 !important;max-width:none !important}
.promo99-view .partial-cta-list dd:last-child{border-bottom:0}
.promo99-view .partial-cta-list dd div{height:45px}
.promo99-view .partial-cta-list dd span{color:#444;width:calc(100% - 45px);line-height:15px}
.promo99-view .partial-cta-list dd span.cta-img{height:35px;width:35px;margin:10px 10px 10px 0;background-size:cover;border-radius:50px}
.promo100-view .wrapper{padding-bottom:0}
.promo100-view .wrapper .label{text-transform:none;color:#000;font-weight:300}
.promo100-view .wrapper .heading{color:#000;font-size:24px !important;line-height:24px !important;margin-bottom:10px !important;margin-top:10px !important}
.promo100-view .partial-cta-list{width:100% !important}
.promo100-view .partial-cta-list dd{width:100% !important;display:block;margin-top:0 !important;max-width:none !important}
.promo100-view .partial-cta-list dd div{height:45px}
.promo100-view .partial-cta-list dd span{font-size:20px;line-height:21px}
@media screen and (min-width:640px){.promo100-view .partial-cta-list dd{width:calc(50% - 10px) !important;float:left}
.promo100-view .partial-cta-list dd:nth-child(2n){float:right}
}
.promo101-view .wrapper{padding-bottom:0}
.promo101-view .wrapper .heading{font-size:24px !important;line-height:24px !important;margin-bottom:10px !important}
.promo101-view .partial-cta-list{width:100% !important}
.promo101-view .partial-cta-list dd{border-bottom:1px solid #eee;width:100% !important;display:table;margin-top:0 !important;max-width:none !important;position:relative}
.promo101-view .partial-cta-list dd:last-child{border-bottom:0}
.promo101-view .partial-cta-list dd a{height:inherit;display:table;vertical-align:middle;float:left}
.promo101-view .partial-cta-list dd div{height:inherit;display:table;position:relative}
.promo101-view .partial-cta-list dd span{line-height:21px;font-size:20px;padding:15px 0;padding-left:50px;padding-right:0;vertical-align:middle;height:100%;display:table-cell}
.promo101-view .partial-cta-list dd span.cta-img{width:35px;height:100%;background-size:35px 35px;float:left;position:absolute;padding:0;margin:0}
@media screen and (min-width:640px){.promo101-view .partial-cta-list dd{width:calc(50% - 30px) !important;float:left;min-height:65px}
.promo101-view .partial-cta-list dd:nth-child(2n){float:right}
.promo101-view .partial-cta-list dd:nth-last-child(2):nth-child(odd){border-bottom:0}
.promo101-view .partial-cta-list dd:nth-last-child(1):nth-child(odd){width:100% !important}
.promo101-view .partial-cta-list dd span{padding:10px 0;padding-left:50px;padding-right:0}
}
.promo102-view .wrapper-text.float-center{text-align:center;display:block;float:none;margin:0 auto;width:88%}
.promo102-view .partial-cta-list{width:100% !important}
@media screen and (min-width:768px){.promo102-view .controls .arrows a{z-index:100 !important;top:55% !important}
.promo102-view .controls .arrows a.disabled{display:inline-block !important;cursor:default;opacity:.5}
.promo102-view .controls .arrows a.arrow-prev{left:50px;margin-top:-18px}
.promo102-view .controls .arrows a.arrow-next{right:50px;left:unset}
}
.promo102-view .partial-cta-list .btn{margin-right:0 !important;width:auto}
.promo102-view .partial-cta-list dd{display:inline-block;width:auto}
.promo102-view .controls{height:0}
.promo102-view .controls .dots{position:relative;top:auto}
@media screen and (min-width:640px){.promo102-view .controls .dots{top:auto}
}
.promo102-view .slider-child,.promo102-view .carousel-container{padding:0 !important}
.promo102-view>ul::after{clear:both;content:"";display:table}
.promo102-view .list-item{margin-bottom:0 !important}
.promo102-view .list-item>div>div{background-size:cover;position:relative;background-position:center}
.promo102-view .list-item>div>div:before{content:"";height:100%;width:100%;display:block;position:absolute;left:0;top:0;background:black}
.promo102-view .heading{margin-bottom:0 !important}
.promo102-view .partial-cta-list dd{margin-top:20px !important}
.promo102-view .wrapper{position:relative}
.promo102-view .list-item>div>a.play.btn{display:none}
.promo102-view .wrapper-text{padding:0 !important}
@media screen and (min-width:0) and (max-width:639.9px){.promo102-view .label{font-size:8px;font-size:.8rem}
.promo102-view .heading{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo102-view .label{font-size:15px;font-size:1.5rem}
.promo102-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo102-view .label{font-size:15px;font-size:1.5rem}
.promo102-view .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo102-view .label{font-size:15px;font-size:1.5rem}
.promo102-view .heading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo102-view .label{font-size:15px;font-size:1.5rem}
.promo102-view .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:1600px){.promo102-view .label{font-size:15px;font-size:1.5rem}
.promo102-view .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo102-view .label{line-height:12px}
.promo102-view .heading{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo102-view .label{line-height:18px}
.promo102-view .heading{line-height:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo102-view .label{line-height:18px}
.promo102-view .heading{line-height:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo102-view .label{line-height:18px}
.promo102-view .heading{line-height:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo102-view .label{line-height:18px}
.promo102-view .heading{line-height:42px}
}
@media screen and (min-width:1600px){.promo102-view .label{line-height:18px}
.promo102-view .heading{line-height:42px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo102-view .heading{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo102-view .heading{font-weight:400}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo102-view .wrapper{height:133px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo102-view .wrapper{height:325px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo102-view .wrapper{height:325px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo102-view .wrapper{height:320px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo102-view .wrapper{height:415px}
}
@media screen and (min-width:1600px){.promo102-view .wrapper{height:415px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo102-view .list-item>div>div{padding:28px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo102-view .list-item>div>div{padding:42px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo102-view .list-item>div>div{padding:42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo102-view .list-item>div>div{padding:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo102-view .list-item>div>div{padding:42px}
}
@media screen and (min-width:1600px){.promo102-view .list-item>div>div{padding:42px}
}
@media screen and (min-width:0) and (max-width:639.9px){.promo102-view .wrapper:after{height:14px;width:14px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.promo102-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.promo102-view .wrapper:after{height:24px;width:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.promo102-view .heading:after{height:30px;width:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.promo102-view .heading:after{height:36px;width:36px}
}
@media screen and (min-width:1600px){.promo102-view .heading:after{height:36px;width:36px}
}
.promo102-view .wrapper-text{top:50%;transform:translate(-50%,-50%);left:50%;position:absolute;width:100%}
@media screen and (min-width:0) and (max-width:979.9px){.promo102-view .list-item>div>div:before{opacity:.35}
.promo102-view .wrapper{text-align:center}
}
@media screen and (min-width:980px){.promo102-view .list-item>div>div:before{opacity:.50}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .claim{margin-right:12px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .claim{margin-right:18px}
.list-v1 .halves .claim,.list-v1 .quarters .claim,.list-v1 .quarters-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.sm-2 .claim{margin-right:12px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .claim{margin-right:18px}
.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.md-2 .claim,.list-v1 .text-width-long .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .text-width-narrow .claim{margin-right:12px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.lg-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{margin-right:18px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.lg-3 .claim,.list-v1 .text-width-narrow .claim{margin-right:12px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{margin-right:18px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xl-3 .claim,.list-v1 .text-width-narrow .claim{margin-right:12px}
}
@media screen and (min-width:1600px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xxl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{margin-right:18px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xxl-3 .claim,.list-v1 .text-width-narrow .claim{margin-right:12px}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .claim,.list-v1 .wrap-label{margin-right:12px;margin-left:0}
.list-v1 .claim.has-claim-value{margin-right:18px;margin-left:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .claim,.list-v1 .claim.has-claim-value,.list-v1 .halves .claim.has-claim-value,.list-v1 .quarters .claim.has-claim-value,.list-v1 .quarters-v2 .claim.has-claim-value,.list-v1 .quarters-v3 .claim.has-claim-value,.list-v1 .col.sm-2 .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .halves .claim,.list-v1 .quarters .claim,.list-v1 .quarters-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.sm-2 .claim,.list-v1 .wrap-label,.list-v1 .halves .wrap-label,.list-v1 .quarters .wrap-label,.list-v1 .quarters-v2 .wrap-label,.list-v1 .quarters-v3 .wrap-label,.list-v1 .col.sm-2 .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .claim,.list-v1 .claim.has-claim-value,.list-v1 .halves .claim.has-claim-value,.list-v1 .halves-v2 .claim.has-claim-value,.list-v1 .quarters-v3 .claim.has-claim-value,.list-v1 .col.md-2 .claim.has-claim-value,.list-v1 .text-width-long .claim.has-claim-value,.list-v1 .text-width-wide .claim.has-claim-value,.list-v1 .text-width-half .claim.has-claim-value,.list-v1 .text-width-narrow .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.md-2 .claim,.list-v1 .text-width-long .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .text-width-narrow .claim,.list-v1 .wrap-label,.list-v1 .halves .wrap-label,.list-v1 .halves-v2 .wrap-label,.list-v1 .quarters-v3 .wrap-label,.list-v1 .col.md-2 .wrap-label,.list-v1 .text-width-long .wrap-label,.list-v1 .text-width-wide .wrap-label,.list-v1 .text-width-half .wrap-label,.list-v1 .text-width-narrow .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.lg-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .claim.has-claim-value,.list-v1 .halves .claim.has-claim-value,.list-v1 .halves-v2 .claim.has-claim-value,.list-v1 .col.lg-2 .claim.has-claim-value,.list-v1 .text-width-wide .claim.has-claim-value,.list-v1 .text-width-half .claim.has-claim-value,.list-v1 .thirds .claim.has-claim-value,.list-v1 .thirds-v2 .claim.has-claim-value,.list-v1 .twothirds>li:last-child .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .claim.has-claim-value,.list-v1 .col.lg-3 .claim.has-claim-value,.list-v1 .text-width-narrow .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.lg-3 .claim,.list-v1 .text-width-narrow .claim,.list-v1 .wrap-label,.list-v1 .halves .wrap-label,.list-v1 .halves-v2 .wrap-label,.list-v1 .col.lg-2 .wrap-label,.list-v1 .text-width-wide .wrap-label,.list-v1 .text-width-half .wrap-label,.list-v1 .thirds .wrap-label,.list-v1 .thirds-v2 .wrap-label,.list-v1 .twothirds>li:last-child .wrap-label,.list-v1 .twothirds-v2>li:first-child .wrap-label,.list-v1 .col.lg-3 .wrap-label,.list-v1 .text-width-narrow .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .claim.has-claim-value,.list-v1 .halves .claim.has-claim-value,.list-v1 .halves-v2 .claim.has-claim-value,.list-v1 .col.xl-2 .claim.has-claim-value,.list-v1 .text-width-wide .claim.has-claim-value,.list-v1 .text-width-half .claim.has-claim-value,.list-v1 .thirds .claim.has-claim-value,.list-v1 .thirds-v2 .claim.has-claim-value,.list-v1 .twothirds>li:last-child .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .claim.has-claim-value,.list-v1 .col.xl-3 .claim.has-claim-value,.list-v1 .text-width-narrow .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xl-3 .claim,.list-v1 .text-width-narrow .claim,.list-v1 .wrap-label,.list-v1 .halves .wrap-label,.list-v1 .halves-v2 .wrap-label,.list-v1 .col.xl-2 .wrap-label,.list-v1 .text-width-wide .wrap-label,.list-v1 .text-width-half .wrap-label,.list-v1 .thirds .wrap-label,.list-v1 .thirds-v2 .wrap-label,.list-v1 .twothirds>li:last-child .wrap-label,.list-v1 .twothirds-v2>li:first-child .wrap-label,.list-v1 .col.xl-3 .wrap-label,.list-v1 .text-width-narrow .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:1600px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xxl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .claim.has-claim-value,.list-v1 .halves .claim.has-claim-value,.list-v1 .halves-v2 .claim.has-claim-value,.list-v1 .col.xxl-2 .claim.has-claim-value,.list-v1 .text-width-wide .claim.has-claim-value,.list-v1 .text-width-half .claim.has-claim-value,.list-v1 .thirds .claim.has-claim-value,.list-v1 .thirds-v2 .claim.has-claim-value,.list-v1 .twothirds>li:last-child .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .claim.has-claim-value,.list-v1 .col.xxl-3 .claim.has-claim-value,.list-v1 .text-width-narrow .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xxl-3 .claim,.list-v1 .text-width-narrow .claim,.list-v1 .wrap-label,.list-v1 .halves .wrap-label,.list-v1 .halves-v2 .wrap-label,.list-v1 .col.xxl-2 .wrap-label,.list-v1 .text-width-wide .wrap-label,.list-v1 .text-width-half .wrap-label,.list-v1 .thirds .wrap-label,.list-v1 .thirds-v2 .wrap-label,.list-v1 .twothirds>li:last-child .wrap-label,.list-v1 .twothirds-v2>li:first-child .wrap-label,.list-v1 .col.xxl-3 .wrap-label,.list-v1 .text-width-narrow .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .float-left .claim,.list-v1 .float-left .wrap-label{margin-right:12px;margin-left:0}
.list-v1 .float-left .claim.has-claim-value{margin-right:18px;margin-left:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .float-left .claim,.list-v1 .float-left .claim.has-claim-value,.list-v1 .halves .float-left .claim.has-claim-value,.list-v1 .quarters .float-left .claim.has-claim-value,.list-v1 .quarters-v2 .float-left .claim.has-claim-value,.list-v1 .quarters-v3 .float-left .claim.has-claim-value,.list-v1 .col.sm-2 .float-left .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .halves .float-left .claim,.list-v1 .quarters .float-left .claim,.list-v1 .quarters-v2 .float-left .claim,.list-v1 .quarters-v3 .float-left .claim,.list-v1 .col.sm-2 .float-left .claim,.list-v1 .float-left .wrap-label,.list-v1 .halves .float-left .wrap-label,.list-v1 .quarters .float-left .wrap-label,.list-v1 .quarters-v2 .float-left .wrap-label,.list-v1 .quarters-v3 .float-left .wrap-label,.list-v1 .col.sm-2 .float-left .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .float-left .claim,.list-v1 .float-left .claim.has-claim-value,.list-v1 .halves .float-left .claim.has-claim-value,.list-v1 .halves-v2 .float-left .claim.has-claim-value,.list-v1 .quarters-v3 .float-left .claim.has-claim-value,.list-v1 .col.md-2 .float-left .claim.has-claim-value,.list-v1 .text-width-long .float-left .claim.has-claim-value,.list-v1 .text-width-wide .float-left .claim.has-claim-value,.list-v1 .text-width-half .float-left .claim.has-claim-value,.list-v1 .text-width-narrow .float-left .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .halves .float-left .claim,.list-v1 .halves-v2 .float-left .claim,.list-v1 .quarters-v3 .float-left .claim,.list-v1 .col.md-2 .float-left .claim,.list-v1 .text-width-long .float-left .claim,.list-v1 .text-width-wide .float-left .claim,.list-v1 .text-width-half .float-left .claim,.list-v1 .text-width-narrow .float-left .claim,.list-v1 .float-left .wrap-label,.list-v1 .halves .float-left .wrap-label,.list-v1 .halves-v2 .float-left .wrap-label,.list-v1 .quarters-v3 .float-left .wrap-label,.list-v1 .col.md-2 .float-left .wrap-label,.list-v1 .text-width-long .float-left .wrap-label,.list-v1 .text-width-wide .float-left .wrap-label,.list-v1 .text-width-half .float-left .wrap-label,.list-v1 .text-width-narrow .float-left .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .float-left .claim,.list-v1 .halves .float-left .claim,.list-v1 .halves-v2 .float-left .claim,.list-v1 .col.lg-2 .float-left .claim,.list-v1 .text-width-wide .float-left .claim,.list-v1 .text-width-half .float-left .claim,.list-v1 .float-left .claim.has-claim-value,.list-v1 .halves .float-left .claim.has-claim-value,.list-v1 .halves-v2 .float-left .claim.has-claim-value,.list-v1 .col.lg-2 .float-left .claim.has-claim-value,.list-v1 .text-width-wide .float-left .claim.has-claim-value,.list-v1 .text-width-half .float-left .claim.has-claim-value,.list-v1 .thirds .float-left .claim.has-claim-value,.list-v1 .thirds-v2 .float-left .claim.has-claim-value,.list-v1 .twothirds>li:last-child .float-left .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .float-left .claim.has-claim-value,.list-v1 .col.lg-3 .float-left .claim.has-claim-value,.list-v1 .text-width-narrow .float-left .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .thirds .float-left .claim,.list-v1 .thirds-v2 .float-left .claim,.list-v1 .twothirds>li:last-child .float-left .claim,.list-v1 .twothirds-v2>li:first-child .float-left .claim,.list-v1 .col.lg-3 .float-left .claim,.list-v1 .text-width-narrow .float-left .claim,.list-v1 .float-left .wrap-label,.list-v1 .halves .float-left .wrap-label,.list-v1 .halves-v2 .float-left .wrap-label,.list-v1 .col.lg-2 .float-left .wrap-label,.list-v1 .text-width-wide .float-left .wrap-label,.list-v1 .text-width-half .float-left .wrap-label,.list-v1 .thirds .float-left .wrap-label,.list-v1 .thirds-v2 .float-left .wrap-label,.list-v1 .twothirds>li:last-child .float-left .wrap-label,.list-v1 .twothirds-v2>li:first-child .float-left .wrap-label,.list-v1 .col.lg-3 .float-left .wrap-label,.list-v1 .text-width-narrow .float-left .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .float-left .claim,.list-v1 .halves .float-left .claim,.list-v1 .halves-v2 .float-left .claim,.list-v1 .col.xl-2 .float-left .claim,.list-v1 .text-width-wide .float-left .claim,.list-v1 .text-width-half .float-left .claim,.list-v1 .float-left .claim.has-claim-value,.list-v1 .halves .float-left .claim.has-claim-value,.list-v1 .halves-v2 .float-left .claim.has-claim-value,.list-v1 .col.xl-2 .float-left .claim.has-claim-value,.list-v1 .text-width-wide .float-left .claim.has-claim-value,.list-v1 .text-width-half .float-left .claim.has-claim-value,.list-v1 .thirds .float-left .claim.has-claim-value,.list-v1 .thirds-v2 .float-left .claim.has-claim-value,.list-v1 .twothirds>li:last-child .float-left .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .float-left .claim.has-claim-value,.list-v1 .col.xl-3 .float-left .claim.has-claim-value,.list-v1 .text-width-narrow .float-left .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .thirds .float-left .claim,.list-v1 .thirds-v2 .float-left .claim,.list-v1 .twothirds>li:last-child .float-left .claim,.list-v1 .twothirds-v2>li:first-child .float-left .claim,.list-v1 .col.xl-3 .float-left .claim,.list-v1 .text-width-narrow .float-left .claim,.list-v1 .float-left .wrap-label,.list-v1 .halves .float-left .wrap-label,.list-v1 .halves-v2 .float-left .wrap-label,.list-v1 .col.xl-2 .float-left .wrap-label,.list-v1 .text-width-wide .float-left .wrap-label,.list-v1 .text-width-half .float-left .wrap-label,.list-v1 .thirds .float-left .wrap-label,.list-v1 .thirds-v2 .float-left .wrap-label,.list-v1 .twothirds>li:last-child .float-left .wrap-label,.list-v1 .twothirds-v2>li:first-child .float-left .wrap-label,.list-v1 .col.xl-3 .float-left .wrap-label,.list-v1 .text-width-narrow .float-left .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:1600px){.list-v1 .float-left .claim,.list-v1 .halves .float-left .claim,.list-v1 .halves-v2 .float-left .claim,.list-v1 .col.xxl-2 .float-left .claim,.list-v1 .text-width-wide .float-left .claim,.list-v1 .text-width-half .float-left .claim,.list-v1 .float-left .claim.has-claim-value,.list-v1 .halves .float-left .claim.has-claim-value,.list-v1 .halves-v2 .float-left .claim.has-claim-value,.list-v1 .col.xxl-2 .float-left .claim.has-claim-value,.list-v1 .text-width-wide .float-left .claim.has-claim-value,.list-v1 .text-width-half .float-left .claim.has-claim-value,.list-v1 .thirds .float-left .claim.has-claim-value,.list-v1 .thirds-v2 .float-left .claim.has-claim-value,.list-v1 .twothirds>li:last-child .float-left .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .float-left .claim.has-claim-value,.list-v1 .col.xxl-3 .float-left .claim.has-claim-value,.list-v1 .text-width-narrow .float-left .claim.has-claim-value{margin-right:18px;margin-left:0}
.list-v1 .thirds .float-left .claim,.list-v1 .thirds-v2 .float-left .claim,.list-v1 .twothirds>li:last-child .float-left .claim,.list-v1 .twothirds-v2>li:first-child .float-left .claim,.list-v1 .col.xxl-3 .float-left .claim,.list-v1 .text-width-narrow .float-left .claim,.list-v1 .float-left .wrap-label,.list-v1 .halves .float-left .wrap-label,.list-v1 .halves-v2 .float-left .wrap-label,.list-v1 .col.xxl-2 .float-left .wrap-label,.list-v1 .text-width-wide .float-left .wrap-label,.list-v1 .text-width-half .float-left .wrap-label,.list-v1 .thirds .float-left .wrap-label,.list-v1 .thirds-v2 .float-left .wrap-label,.list-v1 .twothirds>li:last-child .float-left .wrap-label,.list-v1 .twothirds-v2>li:first-child .float-left .wrap-label,.list-v1 .col.xxl-3 .float-left .wrap-label,.list-v1 .text-width-narrow .float-left .wrap-label{margin-right:12px;margin-left:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .float-right .claim,.list-v1 .float-right .wrap-label{margin-left:12px;margin-right:0}
.list-v1 .float-right .claim.has-claim-value{margin-left:18px;margin-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .float-right .claim,.list-v1 .float-right .claim.has-claim-value,.list-v1 .halves .float-right .claim.has-claim-value,.list-v1 .quarters .float-right .claim.has-claim-value,.list-v1 .quarters-v2 .float-right .claim.has-claim-value,.list-v1 .quarters-v3 .float-right .claim.has-claim-value,.list-v1 .col.sm-2 .float-right .claim.has-claim-value{margin-left:18px;margin-right:0}
.list-v1 .halves .float-right .claim,.list-v1 .quarters .float-right .claim,.list-v1 .quarters-v2 .float-right .claim,.list-v1 .quarters-v3 .float-right .claim,.list-v1 .col.sm-2 .float-right .claim,.list-v1 .float-right .wrap-label,.list-v1 .halves .float-right .wrap-label,.list-v1 .quarters .float-right .wrap-label,.list-v1 .quarters-v2 .float-right .wrap-label,.list-v1 .quarters-v3 .float-right .wrap-label,.list-v1 .col.sm-2 .float-right .wrap-label{margin-left:12px;margin-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .float-right .claim,.list-v1 .float-right .claim.has-claim-value,.list-v1 .halves .float-right .claim.has-claim-value,.list-v1 .halves-v2 .float-right .claim.has-claim-value,.list-v1 .quarters-v3 .float-right .claim.has-claim-value,.list-v1 .col.md-2 .float-right .claim.has-claim-value,.list-v1 .text-width-long .float-right .claim.has-claim-value,.list-v1 .text-width-wide .float-right .claim.has-claim-value,.list-v1 .text-width-half .float-right .claim.has-claim-value,.list-v1 .text-width-narrow .float-right .claim.has-claim-value{margin-left:18px;margin-right:0}
.list-v1 .halves .float-right .claim,.list-v1 .halves-v2 .float-right .claim,.list-v1 .quarters-v3 .float-right .claim,.list-v1 .col.md-2 .float-right .claim,.list-v1 .text-width-long .float-right .claim,.list-v1 .text-width-wide .float-right .claim,.list-v1 .text-width-half .float-right .claim,.list-v1 .text-width-narrow .float-right .claim,.list-v1 .float-right .wrap-label,.list-v1 .halves .float-right .wrap-label,.list-v1 .halves-v2 .float-right .wrap-label,.list-v1 .quarters-v3 .float-right .wrap-label,.list-v1 .col.md-2 .float-right .wrap-label,.list-v1 .text-width-long .float-right .wrap-label,.list-v1 .text-width-wide .float-right .wrap-label,.list-v1 .text-width-half .float-right .wrap-label,.list-v1 .text-width-narrow .float-right .wrap-label{margin-left:12px;margin-right:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .float-right .claim,.list-v1 .halves .float-right .claim,.list-v1 .halves-v2 .float-right .claim,.list-v1 .col.lg-2 .float-right .claim,.list-v1 .text-width-wide .float-right .claim,.list-v1 .text-width-half .float-right .claim,.list-v1 .float-right .claim.has-claim-value,.list-v1 .halves .float-right .claim.has-claim-value,.list-v1 .halves-v2 .float-right .claim.has-claim-value,.list-v1 .col.lg-2 .float-right .claim.has-claim-value,.list-v1 .text-width-wide .float-right .claim.has-claim-value,.list-v1 .text-width-half .float-right .claim.has-claim-value,.list-v1 .thirds .float-right .claim.has-claim-value,.list-v1 .thirds-v2 .float-right .claim.has-claim-value,.list-v1 .twothirds>li:last-child .float-right .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .float-right .claim.has-claim-value,.list-v1 .col.lg-3 .float-right .claim.has-claim-value,.list-v1 .text-width-narrow .float-right .claim.has-claim-value{margin-left:18px;margin-right:0}
.list-v1 .thirds .float-right .claim,.list-v1 .thirds-v2 .float-right .claim,.list-v1 .twothirds>li:last-child .float-right .claim,.list-v1 .twothirds-v2>li:first-child .float-right .claim,.list-v1 .col.lg-3 .float-right .claim,.list-v1 .text-width-narrow .float-right .claim,.list-v1 .float-right .wrap-label,.list-v1 .halves .float-right .wrap-label,.list-v1 .halves-v2 .float-right .wrap-label,.list-v1 .col.lg-2 .float-right .wrap-label,.list-v1 .text-width-wide .float-right .wrap-label,.list-v1 .text-width-half .float-right .wrap-label,.list-v1 .thirds .float-right .wrap-label,.list-v1 .thirds-v2 .float-right .wrap-label,.list-v1 .twothirds>li:last-child .float-right .wrap-label,.list-v1 .twothirds-v2>li:first-child .float-right .wrap-label,.list-v1 .col.lg-3 .float-right .wrap-label,.list-v1 .text-width-narrow .float-right .wrap-label{margin-left:12px;margin-right:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .float-right .claim,.list-v1 .halves .float-right .claim,.list-v1 .halves-v2 .float-right .claim,.list-v1 .col.xl-2 .float-right .claim,.list-v1 .text-width-wide .float-right .claim,.list-v1 .text-width-half .float-right .claim,.list-v1 .float-right .claim.has-claim-value,.list-v1 .halves .float-right .claim.has-claim-value,.list-v1 .halves-v2 .float-right .claim.has-claim-value,.list-v1 .col.xl-2 .float-right .claim.has-claim-value,.list-v1 .text-width-wide .float-right .claim.has-claim-value,.list-v1 .text-width-half .float-right .claim.has-claim-value,.list-v1 .thirds .float-right .claim.has-claim-value,.list-v1 .thirds-v2 .float-right .claim.has-claim-value,.list-v1 .twothirds>li:last-child .float-right .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .float-right .claim.has-claim-value,.list-v1 .col.xl-3 .float-right .claim.has-claim-value,.list-v1 .text-width-narrow .float-right .claim.has-claim-value{margin-left:18px;margin-right:0}
.list-v1 .thirds .float-right .claim,.list-v1 .thirds-v2 .float-right .claim,.list-v1 .twothirds>li:last-child .float-right .claim,.list-v1 .twothirds-v2>li:first-child .float-right .claim,.list-v1 .col.xl-3 .float-right .claim,.list-v1 .text-width-narrow .float-right .claim,.list-v1 .float-right .wrap-label,.list-v1 .halves .float-right .wrap-label,.list-v1 .halves-v2 .float-right .wrap-label,.list-v1 .col.xl-2 .float-right .wrap-label,.list-v1 .text-width-wide .float-right .wrap-label,.list-v1 .text-width-half .float-right .wrap-label,.list-v1 .thirds .float-right .wrap-label,.list-v1 .thirds-v2 .float-right .wrap-label,.list-v1 .twothirds>li:last-child .float-right .wrap-label,.list-v1 .twothirds-v2>li:first-child .float-right .wrap-label,.list-v1 .col.xl-3 .float-right .wrap-label,.list-v1 .text-width-narrow .float-right .wrap-label{margin-left:12px;margin-right:0}
}
@media screen and (min-width:1600px){.list-v1 .float-right .claim,.list-v1 .halves .float-right .claim,.list-v1 .halves-v2 .float-right .claim,.list-v1 .col.xxl-2 .float-right .claim,.list-v1 .text-width-wide .float-right .claim,.list-v1 .text-width-half .float-right .claim,.list-v1 .float-right .claim.has-claim-value,.list-v1 .halves .float-right .claim.has-claim-value,.list-v1 .halves-v2 .float-right .claim.has-claim-value,.list-v1 .col.xxl-2 .float-right .claim.has-claim-value,.list-v1 .text-width-wide .float-right .claim.has-claim-value,.list-v1 .text-width-half .float-right .claim.has-claim-value,.list-v1 .thirds .float-right .claim.has-claim-value,.list-v1 .thirds-v2 .float-right .claim.has-claim-value,.list-v1 .twothirds>li:last-child .float-right .claim.has-claim-value,.list-v1 .twothirds-v2>li:first-child .float-right .claim.has-claim-value,.list-v1 .col.xxl-3 .float-right .claim.has-claim-value,.list-v1 .text-width-narrow .float-right .claim.has-claim-value{margin-left:18px;margin-right:0}
.list-v1 .thirds .float-right .claim,.list-v1 .thirds-v2 .float-right .claim,.list-v1 .twothirds>li:last-child .float-right .claim,.list-v1 .twothirds-v2>li:first-child .float-right .claim,.list-v1 .col.xxl-3 .float-right .claim,.list-v1 .text-width-narrow .float-right .claim,.list-v1 .float-right .wrap-label,.list-v1 .halves .float-right .wrap-label,.list-v1 .halves-v2 .float-right .wrap-label,.list-v1 .col.xxl-2 .float-right .wrap-label,.list-v1 .text-width-wide .float-right .wrap-label,.list-v1 .text-width-half .float-right .wrap-label,.list-v1 .thirds .float-right .wrap-label,.list-v1 .thirds-v2 .float-right .wrap-label,.list-v1 .twothirds>li:last-child .float-right .wrap-label,.list-v1 .twothirds-v2>li:first-child .float-right .wrap-label,.list-v1 .col.xxl-3 .float-right .wrap-label,.list-v1 .text-width-narrow .float-right .wrap-label{margin-left:12px;margin-right:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .claim{max-width:42px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .claim{max-width:80px}
.list-v1 .halves .claim,.list-v1 .quarters .claim,.list-v1 .quarters-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.sm-2 .claim{max-width:42px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .claim{max-width:80px}
.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.md-2 .claim,.list-v1 .text-width-long .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .text-width-narrow .claim{max-width:42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.lg-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{max-width:80px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.lg-3 .claim,.list-v1 .text-width-narrow .claim{max-width:66px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{max-width:80px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xl-3 .claim,.list-v1 .text-width-narrow .claim{max-width:66px}
}
@media screen and (min-width:1600px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xxl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{max-width:80px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xxl-3 .claim,.list-v1 .text-width-narrow .claim{max-width:66px}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .claim{max-height:42px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .claim{max-height:80px}
.list-v1 .halves .claim,.list-v1 .quarters .claim,.list-v1 .quarters-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.sm-2 .claim{max-height:42px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .claim{max-height:80px}
.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .quarters-v3 .claim,.list-v1 .col.md-2 .claim,.list-v1 .text-width-long .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim,.list-v1 .text-width-narrow .claim{max-height:42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.lg-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{max-height:80px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.lg-3 .claim,.list-v1 .text-width-narrow .claim{max-height:66px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{max-height:80px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xl-3 .claim,.list-v1 .text-width-narrow .claim{max-height:66px}
}
@media screen and (min-width:1600px){.list-v1 .claim,.list-v1 .halves .claim,.list-v1 .halves-v2 .claim,.list-v1 .col.xxl-2 .claim,.list-v1 .text-width-wide .claim,.list-v1 .text-width-half .claim{max-height:80px}
.list-v1 .thirds .claim,.list-v1 .thirds-v2 .claim,.list-v1 .twothirds>li:last-child .claim,.list-v1 .twothirds-v2>li:first-child .claim,.list-v1 .col.xxl-3 .claim,.list-v1 .text-width-narrow .claim{max-height:66px}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .wrap-text{height:auto !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .wrap-text{height:auto !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .wrap-text{height:auto !important}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .wrap-text{height:auto !important}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .wrap-text{height:auto !important}
}
@media screen and (min-width:1600px){.list-v1 .wrap-text{height:auto !important}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .wrapper-text,.list-v1 .float-right .wrapper-text{padding-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .wrapper-text{padding-right:36px}
.list-v1 .halves .wrapper-text,.list-v1 .quarters .wrapper-text,.list-v1 .quarters-v2 .wrapper-text,.list-v1 .quarters-v3 .wrapper-text,.list-v1 .col.sm-2 .wrapper-text{padding-right:26px}
.list-v1 .float-right .wrapper-text,.list-v1 .halves .float-right .wrapper-text,.list-v1 .quarters .float-right .wrapper-text,.list-v1 .quarters-v2 .float-right .wrapper-text,.list-v1 .quarters-v3 .float-right .wrapper-text,.list-v1 .col.sm-2 .float-right .wrapper-text{padding-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .wrapper-text{padding-right:36px}
.list-v1 .halves .wrapper-text,.list-v1 .halves-v2 .wrapper-text,.list-v1 .quarters-v3 .wrapper-text,.list-v1 .col.md-2 .wrapper-text,.list-v1 .text-width-long .wrapper-text,.list-v1 .text-width-wide .wrapper-text,.list-v1 .text-width-half .wrapper-text,.list-v1 .text-width-narrow .wrapper-text{padding-right:26px}
.list-v1 .float-right .wrapper-text,.list-v1 .halves .float-right .wrapper-text,.list-v1 .halves-v2 .float-right .wrapper-text,.list-v1 .quarters-v3 .float-right .wrapper-text,.list-v1 .col.md-2 .float-right .wrapper-text,.list-v1 .text-width-long .float-right .wrapper-text,.list-v1 .text-width-wide .float-right .wrapper-text,.list-v1 .text-width-half .float-right .wrapper-text,.list-v1 .text-width-narrow .float-right .wrapper-text{padding-right:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .wrapper-text{padding-right:42px}
.list-v1 .halves .wrapper-text,.list-v1 .halves-v2 .wrapper-text,.list-v1 .col.lg-2 .wrapper-text,.list-v1 .text-width-wide .wrapper-text,.list-v1 .text-width-half .wrapper-text{padding-right:36px}
.list-v1 .thirds .wrapper-text,.list-v1 .thirds-v2 .wrapper-text,.list-v1 .twothirds>li:last-child .wrapper-text,.list-v1 .twothirds-v2>li:first-child .wrapper-text,.list-v1 .col.lg-3 .wrapper-text,.list-v1 .text-width-narrow .wrapper-text{padding-right:30px}
.list-v1 .float-right .wrapper-text,.list-v1 .halves .float-right .wrapper-text,.list-v1 .halves-v2 .float-right .wrapper-text,.list-v1 .col.lg-2 .float-right .wrapper-text,.list-v1 .text-width-wide .float-right .wrapper-text,.list-v1 .text-width-half .float-right .wrapper-text,.list-v1 .thirds .float-right .wrapper-text,.list-v1 .thirds-v2 .float-right .wrapper-text,.list-v1 .twothirds>li:last-child .float-right .wrapper-text,.list-v1 .twothirds-v2>li:first-child .float-right .wrapper-text,.list-v1 .col.lg-3 .float-right .wrapper-text,.list-v1 .text-width-narrow .float-right .wrapper-text{padding-right:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .wrapper-text{padding-right:42px}
.list-v1 .halves .wrapper-text,.list-v1 .halves-v2 .wrapper-text,.list-v1 .col.xl-2 .wrapper-text,.list-v1 .text-width-wide .wrapper-text,.list-v1 .text-width-half .wrapper-text{padding-right:36px}
.list-v1 .thirds .wrapper-text,.list-v1 .thirds-v2 .wrapper-text,.list-v1 .twothirds>li:last-child .wrapper-text,.list-v1 .twothirds-v2>li:first-child .wrapper-text,.list-v1 .col.xl-3 .wrapper-text,.list-v1 .text-width-narrow .wrapper-text{padding-right:30px}
.list-v1 .float-right .wrapper-text,.list-v1 .halves .float-right .wrapper-text,.list-v1 .halves-v2 .float-right .wrapper-text,.list-v1 .col.xl-2 .float-right .wrapper-text,.list-v1 .text-width-wide .float-right .wrapper-text,.list-v1 .text-width-half .float-right .wrapper-text,.list-v1 .thirds .float-right .wrapper-text,.list-v1 .thirds-v2 .float-right .wrapper-text,.list-v1 .twothirds>li:last-child .float-right .wrapper-text,.list-v1 .twothirds-v2>li:first-child .float-right .wrapper-text,.list-v1 .col.xl-3 .float-right .wrapper-text,.list-v1 .text-width-narrow .float-right .wrapper-text{padding-right:0}
}
@media screen and (min-width:1600px){.list-v1 .wrapper-text{padding-right:42px}
.list-v1 .halves .wrapper-text,.list-v1 .halves-v2 .wrapper-text,.list-v1 .col.xxl-2 .wrapper-text,.list-v1 .text-width-wide .wrapper-text,.list-v1 .text-width-half .wrapper-text{padding-right:36px}
.list-v1 .thirds .wrapper-text,.list-v1 .thirds-v2 .wrapper-text,.list-v1 .twothirds>li:last-child .wrapper-text,.list-v1 .twothirds-v2>li:first-child .wrapper-text,.list-v1 .col.xxl-3 .wrapper-text,.list-v1 .text-width-narrow .wrapper-text{padding-right:30px}
.list-v1 .float-right .wrapper-text,.list-v1 .halves .float-right .wrapper-text,.list-v1 .halves-v2 .float-right .wrapper-text,.list-v1 .col.xxl-2 .float-right .wrapper-text,.list-v1 .text-width-wide .float-right .wrapper-text,.list-v1 .text-width-half .float-right .wrapper-text,.list-v1 .thirds .float-right .wrapper-text,.list-v1 .thirds-v2 .float-right .wrapper-text,.list-v1 .twothirds>li:last-child .float-right .wrapper-text,.list-v1 .twothirds-v2>li:first-child .float-right .wrapper-text,.list-v1 .col.xxl-3 .float-right .wrapper-text,.list-v1 .text-width-narrow .float-right .wrapper-text{padding-right:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v1 .heading,.list-v1 .rte{margin-bottom:12px}
.list-v1 .quarters-v2 .heading,.list-v1 .col.xs-2 .heading{margin-bottom:3px}
.list-v1 .quarters-v2 .rte,.list-v1 .col.xs-2 .rte{margin-bottom:9px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v1 .heading,.list-v1 .rte{margin-bottom:18px}
.list-v1 .halves .heading,.list-v1 .quarters .heading,.list-v1 .quarters-v2 .heading,.list-v1 .quarters-v3 .heading,.list-v1 .col.sm-2 .heading{margin-bottom:10px}
.list-v1 .halves .rte,.list-v1 .quarters .rte,.list-v1 .quarters-v2 .rte,.list-v1 .quarters-v3 .rte,.list-v1 .col.sm-2 .rte{margin-bottom:8px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v1 .heading{margin-bottom:16px}
.list-v1 .halves .heading,.list-v1 .halves-v2 .heading,.list-v1 .quarters-v3 .heading,.list-v1 .col.md-2 .heading,.list-v1 .text-width-long .heading,.list-v1 .text-width-wide .heading,.list-v1 .text-width-half .heading,.list-v1 .text-width-narrow .heading,.list-v1 .thirds .rte,.list-v1 .quarters-v5 .rte,.list-v1 .col.md-3 .rte{margin-bottom:10px}
.list-v1 .rte{margin-bottom:18px}
.list-v1 .halves .rte,.list-v1 .halves-v2 .rte,.list-v1 .quarters-v3 .rte,.list-v1 .col.md-2 .rte,.list-v1 .text-width-long .rte,.list-v1 .text-width-wide .rte,.list-v1 .text-width-half .rte,.list-v1 .text-width-narrow .rte{margin-bottom:8px}
.list-v1 .quarters .rte,.list-v1 .quarters-v2 .rte,.list-v1 .col.md-4 .rte{margin-bottom:13px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v1 .heading{margin-bottom:23px}
.list-v1 .halves .heading,.list-v1 .halves-v2 .heading,.list-v1 .col.lg-2 .heading,.list-v1 .text-width-wide .heading,.list-v1 .text-width-half .heading,.list-v1 .halves .rte,.list-v1 .halves-v2 .rte,.list-v1 .col.lg-2 .rte,.list-v1 .text-width-wide .rte,.list-v1 .text-width-half .rte{margin-bottom:18px}
.list-v1 .thirds .heading,.list-v1 .thirds-v2 .heading,.list-v1 .twothirds>li:last-child .heading,.list-v1 .twothirds-v2>li:first-child .heading,.list-v1 .col.lg-3 .heading,.list-v1 .text-width-narrow .heading,.list-v1 .quarters .heading,.list-v1 .quarters-v2 .heading,.list-v1 .quarters-v3 .heading,.list-v1 .quarters-v4 .heading,.list-v1 .quarters-v5 .heading,.list-v1 .threeone>li:last-child .heading,.list-v1 .threeone-v2>li:first-child .heading,.list-v1 .col.lg-4 .heading,.list-v1 .thirds .rte,.list-v1 .thirds-v2 .rte,.list-v1 .twothirds>li:last-child .rte,.list-v1 .twothirds-v2>li:first-child .rte,.list-v1 .col.lg-3 .rte,.list-v1 .text-width-narrow .rte{margin-bottom:12px}
.list-v1 .fifths .heading,.list-v1 .col.lg-5 .heading,.list-v1 .sixths .heading,.list-v1 .col.lg-6 .heading{margin-bottom:7px}
.list-v1 .rte{margin-bottom:24px}
.list-v1 .quarters .rte,.list-v1 .quarters-v2 .rte,.list-v1 .quarters-v3 .rte,.list-v1 .quarters-v4 .rte,.list-v1 .quarters-v5 .rte,.list-v1 .threeone>li:last-child .rte,.list-v1 .threeone-v2>li:first-child .rte,.list-v1 .col.lg-4 .rte{margin-bottom:10px}
.list-v1 .fifths .rte,.list-v1 .col.lg-5 .rte,.list-v1 .sixths .rte,.list-v1 .col.lg-6 .rte{margin-bottom:13px}
.list-v1 .list-item{margin-bottom:36px}
.list-v1 .halves .list-item,.list-v1 .halves-v2 .list-item,.list-v1 .col.lg-2 .list-item,.list-v1 .text-width-wide .list-item,.list-v1 .text-width-half .list-item{margin-bottom:30px}
.list-v1 .thirds .list-item,.list-v1 .thirds-v2 .list-item,.list-v1 .twothirds>li:last-child .list-item,.list-v1 .twothirds-v2>li:first-child .list-item,.list-v1 .col.lg-3 .list-item,.list-v1 .text-width-narrow .list-item{margin-bottom:31px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v1 .heading{margin-bottom:23px}
.list-v1 .halves .heading,.list-v1 .halves-v2 .heading,.list-v1 .col.xl-2 .heading,.list-v1 .text-width-wide .heading,.list-v1 .text-width-half .heading,.list-v1 .halves .rte,.list-v1 .halves-v2 .rte,.list-v1 .col.xl-2 .rte,.list-v1 .text-width-wide .rte,.list-v1 .text-width-half .rte{margin-bottom:18px}
.list-v1 .thirds .heading,.list-v1 .thirds-v2 .heading,.list-v1 .twothirds>li:last-child .heading,.list-v1 .twothirds-v2>li:first-child .heading,.list-v1 .col.xl-3 .heading,.list-v1 .text-width-narrow .heading,.list-v1 .quarters .heading,.list-v1 .quarters-v2 .heading,.list-v1 .quarters-v3 .heading,.list-v1 .quarters-v4 .heading,.list-v1 .quarters-v5 .heading,.list-v1 .threeone>li:last-child .heading,.list-v1 .threeone-v2>li:first-child .heading,.list-v1 .col.xl-4 .heading,.list-v1 .thirds .rte,.list-v1 .thirds-v2 .rte,.list-v1 .twothirds>li:last-child .rte,.list-v1 .twothirds-v2>li:first-child .rte,.list-v1 .col.xl-3 .rte,.list-v1 .text-width-narrow .rte{margin-bottom:12px}
.list-v1 .fifths .heading,.list-v1 .col.xl-5 .heading,.list-v1 .sixths .heading,.list-v1 .col.xl-6 .heading{margin-bottom:7px}
.list-v1 .rte{margin-bottom:24px}
.list-v1 .quarters .rte,.list-v1 .quarters-v2 .rte,.list-v1 .quarters-v3 .rte,.list-v1 .quarters-v4 .rte,.list-v1 .quarters-v5 .rte,.list-v1 .threeone>li:last-child .rte,.list-v1 .threeone-v2>li:first-child .rte,.list-v1 .col.xl-4 .rte{margin-bottom:10px}
.list-v1 .fifths .rte,.list-v1 .col.xl-5 .rte,.list-v1 .sixths .rte,.list-v1 .col.xl-6 .rte{margin-bottom:13px}
.list-v1 .list-item{margin-bottom:36px}
.list-v1 .halves .list-item,.list-v1 .halves-v2 .list-item,.list-v1 .col.xl-2 .list-item,.list-v1 .text-width-wide .list-item,.list-v1 .text-width-half .list-item{margin-bottom:30px}
.list-v1 .thirds .list-item,.list-v1 .thirds-v2 .list-item,.list-v1 .twothirds>li:last-child .list-item,.list-v1 .twothirds-v2>li:first-child .list-item,.list-v1 .col.xl-3 .list-item,.list-v1 .text-width-narrow .list-item{margin-bottom:31px}
}
@media screen and (min-width:1600px){.list-v1 .heading{margin-bottom:23px}
.list-v1 .halves .heading,.list-v1 .halves-v2 .heading,.list-v1 .col.xxl-2 .heading,.list-v1 .text-width-wide .heading,.list-v1 .text-width-half .heading,.list-v1 .halves .rte,.list-v1 .halves-v2 .rte,.list-v1 .col.xxl-2 .rte,.list-v1 .text-width-wide .rte,.list-v1 .text-width-half .rte{margin-bottom:18px}
.list-v1 .thirds .heading,.list-v1 .thirds-v2 .heading,.list-v1 .twothirds>li:last-child .heading,.list-v1 .twothirds-v2>li:first-child .heading,.list-v1 .col.xxl-3 .heading,.list-v1 .text-width-narrow .heading,.list-v1 .quarters .heading,.list-v1 .quarters-v2 .heading,.list-v1 .quarters-v3 .heading,.list-v1 .quarters-v4 .heading,.list-v1 .quarters-v5 .heading,.list-v1 .threeone>li:last-child .heading,.list-v1 .threeone-v2>li:first-child .heading,.list-v1 .col.xxl-4 .heading,.list-v1 .thirds .rte,.list-v1 .thirds-v2 .rte,.list-v1 .twothirds>li:last-child .rte,.list-v1 .twothirds-v2>li:first-child .rte,.list-v1 .col.xxl-3 .rte,.list-v1 .text-width-narrow .rte{margin-bottom:12px}
.list-v1 .fifths .heading,.list-v1 .col.xxl-5 .heading,.list-v1 .sixths .heading,.list-v1 .col.xxl-6 .heading{margin-bottom:7px}
.list-v1 .rte{margin-bottom:24px}
.list-v1 .quarters .rte,.list-v1 .quarters-v2 .rte,.list-v1 .quarters-v3 .rte,.list-v1 .quarters-v4 .rte,.list-v1 .quarters-v5 .rte,.list-v1 .threeone>li:last-child .rte,.list-v1 .threeone-v2>li:first-child .rte,.list-v1 .col.xxl-4 .rte{margin-bottom:10px}
.list-v1 .fifths .rte,.list-v1 .col.xxl-5 .rte,.list-v1 .sixths .rte,.list-v1 .col.xxl-6 .rte{margin-bottom:13px}
.list-v1 .list-item{margin-bottom:36px}
.list-v1 .halves .list-item,.list-v1 .halves-v2 .list-item,.list-v1 .col.xxl-2 .list-item,.list-v1 .text-width-wide .list-item,.list-v1 .text-width-half .list-item{margin-bottom:30px}
.list-v1 .thirds .list-item,.list-v1 .thirds-v2 .list-item,.list-v1 .twothirds>li:last-child .list-item,.list-v1 .twothirds-v2>li:first-child .list-item,.list-v1 .col.xxl-3 .list-item,.list-v1 .text-width-narrow .list-item{margin-bottom:31px}
}
.list-v1 .claim{display:table-cell;width:16.66667%;float:left;display:block;text-align:right;margin-left:0}
.list-v1 .claim .wrapper-image{max-width:inherit;max-height:inherit}
.list-v1 .claim .wrapper-image img{max-width:100%;max-height:inherit}
.list-v1 .icon-text.singleSource span.wrapper-icon{border-radius:50%;margin-bottom:0;margin-right:0;color:#fff;padding:8px;font-size:25px;display:inline-block;vertical-align:top}
.list-v1 .icon-text.singleSource span.wrapper-icon.asset-icon{background-color:#6ea204}
.list-v1 .icon-text.singleSource span.wrapper-icon.link-icon{background-color:#0076ce}
.list-v1 .icon-text.singleSource span.wrapper-icon.knowledge-icon{background-color:#444}
.list-v1 .icon-text.has-label .wrap-label{display:table-cell;width:16.66667%;float:left;display:block;width:unset;max-width:16.667%;word-wrap:break-word}
.list-v1 .float-right{text-align:right;direction:rtl}
.list-v1 .float-right .claim,.list-v1 .float-right.icon-text.has-label .wrap-label{float:right}
.list-v1 .float-right .claim{margin-right:0;text-align:left}
.list-v1 .float-left{text-align:left;direction:ltr}
.list-v1 .float-left .claim,.list-v1 .float-left.icon-text.has-label .wrap-label{float:left}
.list-v1 .float-left .claim{margin-left:0;text-align:right}
.list-v1 .wrapper-text,.list-v1 .wrap-text>div{display:table}
.list-v1 .icon-text .claim.has-claim-value,.list-v1 .icon-text.has-label .claim:not(.has-icon){max-width:none;width:unset}
.list-v1 .wrapper-text>*:last-child.wrap-text>div>*:last-child{margin-bottom:0}
.list-v1 .partial-cta-list dd:first-of-type{margin-top:0}
.list-v1 .partial-cta-list dd:last-of-type .cta>div .cta-text{padding-bottom:0;padding-top:0}
@media screen and (min-width:980px){.list-v1 ul.lg-1 .list-item{display:table-cell;width:66.66667%;float:left;display:block;float:none;margin-left:auto;margin-right:auto}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v2 .wrapper-text .wrap-label .label,.list-v2 .claim p{margin-bottom:16px}
.list-v2 .claim img{margin-bottom:15px}
.list-v2 .rte{margin-bottom:5px}
.list-v2 .widget-carousel-v3:not(.carousel-disabled) .list-item{margin-bottom:42px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v2 .wrapper-text .wrap-label .label,.list-v2 .claim p{margin-bottom:16px}
.list-v2 .claim img{margin-bottom:15px}
.list-v2 .rte{margin-bottom:9px}
.list-v2 .widget-carousel-v3:not(.carousel-disabled) .list-item{margin-bottom:42px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v2 .wrapper-text .wrap-label .label,.list-v2 .claim p{margin-bottom:16px}
.list-v2 .claim img{margin-bottom:15px}
.list-v2 .halves .rte,.list-v2 .halves-v2 .rte,.list-v2 .quarters-v3 .rte,.list-v2 .col.md-2 .rte,.list-v2 .text-width-long .rte,.list-v2 .text-width-wide .rte,.list-v2 .text-width-half .rte,.list-v2 .text-width-narrow .rte{margin-bottom:9px}
.list-v2 .thirds .rte,.list-v2 .quarters-v5 .rte,.list-v2 .col.md-3 .rte{margin-bottom:3px}
.list-v2 .list-item{margin-bottom:86px}
.list-v2 .halves .list-item,.list-v2 .halves-v2 .list-item,.list-v2 .quarters-v3 .list-item,.list-v2 .col.md-2 .list-item,.list-v2 .text-width-long .list-item,.list-v2 .text-width-wide .list-item,.list-v2 .text-width-half .list-item,.list-v2 .text-width-narrow .list-item{margin-bottom:78px}
.list-v2 .thirds .list-item,.list-v2 .quarters-v5 .list-item,.list-v2 .col.md-3 .list-item{margin-bottom:37px}
.list-v2 .widget-carousel-v3:not(.carousel-disabled) .list-item{margin-bottom:42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v2 .wrapper-text .wrap-label .label,.list-v2 .claim p{margin-bottom:16px}
.list-v2 .claim img,.list-v2 .halves .rte,.list-v2 .halves-v2 .rte,.list-v2 .col.lg-2 .rte,.list-v2 .text-width-wide .rte,.list-v2 .text-width-half .rte{margin-bottom:15px}
.list-v2 .thirds .rte,.list-v2 .thirds-v2 .rte,.list-v2 .twothirds>li:last-child .rte,.list-v2 .twothirds-v2>li:first-child .rte,.list-v2 .col.lg-3 .rte,.list-v2 .text-width-narrow .rte{margin-bottom:9px}
.list-v2 .list-item,.list-v2 .halves .list-item,.list-v2 .halves-v2 .list-item,.list-v2 .col.lg-2 .list-item,.list-v2 .text-width-wide .list-item,.list-v2 .text-width-half .list-item{margin-bottom:85px}
.list-v2 .thirds .list-item,.list-v2 .thirds-v2 .list-item,.list-v2 .twothirds>li:last-child .list-item,.list-v2 .twothirds-v2>li:first-child .list-item,.list-v2 .col.lg-3 .list-item,.list-v2 .text-width-narrow .list-item{margin-bottom:78px}
.list-v2 .widget-carousel-v3:not(.carousel-disabled) .list-item{margin-bottom:42px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v2 .wrapper-text .wrap-label .label,.list-v2 .claim p{margin-bottom:16px}
.list-v2 .claim img,.list-v2 .halves .rte,.list-v2 .halves-v2 .rte,.list-v2 .col.xl-2 .rte,.list-v2 .text-width-wide .rte,.list-v2 .text-width-half .rte{margin-bottom:15px}
.list-v2 .thirds .rte,.list-v2 .thirds-v2 .rte,.list-v2 .twothirds>li:last-child .rte,.list-v2 .twothirds-v2>li:first-child .rte,.list-v2 .col.xl-3 .rte,.list-v2 .text-width-narrow .rte{margin-bottom:9px}
.list-v2 .list-item,.list-v2 .halves .list-item,.list-v2 .halves-v2 .list-item,.list-v2 .col.xl-2 .list-item,.list-v2 .text-width-wide .list-item,.list-v2 .text-width-half .list-item{margin-bottom:85px}
.list-v2 .thirds .list-item,.list-v2 .thirds-v2 .list-item,.list-v2 .twothirds>li:last-child .list-item,.list-v2 .twothirds-v2>li:first-child .list-item,.list-v2 .col.xl-3 .list-item,.list-v2 .text-width-narrow .list-item{margin-bottom:78px}
.list-v2 .widget-carousel-v3:not(.carousel-disabled) .list-item{margin-bottom:42px}
}
@media screen and (min-width:1600px){.list-v2 .wrapper-text .wrap-label .label,.list-v2 .claim p{margin-bottom:16px}
.list-v2 .claim img,.list-v2 .halves .rte,.list-v2 .halves-v2 .rte,.list-v2 .col.xxl-2 .rte,.list-v2 .text-width-wide .rte,.list-v2 .text-width-half .rte{margin-bottom:15px}
.list-v2 .thirds .rte,.list-v2 .thirds-v2 .rte,.list-v2 .twothirds>li:last-child .rte,.list-v2 .twothirds-v2>li:first-child .rte,.list-v2 .col.xxl-3 .rte,.list-v2 .text-width-narrow .rte{margin-bottom:9px}
.list-v2 .list-item,.list-v2 .halves .list-item,.list-v2 .halves-v2 .list-item,.list-v2 .col.xxl-2 .list-item,.list-v2 .text-width-wide .list-item,.list-v2 .text-width-half .list-item{margin-bottom:85px}
.list-v2 .thirds .list-item,.list-v2 .thirds-v2 .list-item,.list-v2 .twothirds>li:last-child .list-item,.list-v2 .twothirds-v2>li:first-child .list-item,.list-v2 .col.xxl-3 .list-item,.list-v2 .text-width-narrow .list-item{margin-bottom:78px}
.list-v2 .widget-carousel-v3:not(.carousel-disabled) .list-item{margin-bottom:42px}
}
@media screen and (min-width:0) and (max-width:639.9px){.list-v2 .wrapper-text{padding-right:30px;padding-left:30px}
.list-v2 .quarters-v2 .wrapper-text,.list-v2 .col.xs-2 .wrapper-text{padding-right:20px;padding-left:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v2 .wrapper-text{padding-right:36px;padding-left:36px}
.list-v2 .halves .wrapper-text,.list-v2 .quarters .wrapper-text,.list-v2 .quarters-v2 .wrapper-text,.list-v2 .quarters-v3 .wrapper-text,.list-v2 .col.sm-2 .wrapper-text{padding-right:30px;padding-left:30px}
.list-v2 .thirds .wrapper-text,.list-v2 .quarters-v5 .wrapper-text,.list-v2 .col.sm-3 .wrapper-text{padding-right:24px;padding-left:24px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.list-v2 .wrapper-text{padding-right:36px;padding-left:36px}
.list-v2 .halves .wrapper-text,.list-v2 .halves-v2 .wrapper-text,.list-v2 .quarters-v3 .wrapper-text,.list-v2 .col.md-2 .wrapper-text,.list-v2 .text-width-long .wrapper-text,.list-v2 .text-width-wide .wrapper-text,.list-v2 .text-width-half .wrapper-text,.list-v2 .text-width-narrow .wrapper-text{padding-right:30px;padding-left:30px}
.list-v2 .thirds .wrapper-text,.list-v2 .quarters-v5 .wrapper-text,.list-v2 .col.md-3 .wrapper-text{padding-right:24px;padding-left:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.list-v2 .wrapper-text{padding-right:36px;padding-left:36px}
.list-v2 .halves .wrapper-text,.list-v2 .halves-v2 .wrapper-text,.list-v2 .col.lg-2 .wrapper-text,.list-v2 .text-width-wide .wrapper-text,.list-v2 .text-width-half .wrapper-text{padding-right:30px;padding-left:30px}
.list-v2 .thirds .wrapper-text,.list-v2 .thirds-v2 .wrapper-text,.list-v2 .twothirds>li:last-child .wrapper-text,.list-v2 .twothirds-v2>li:first-child .wrapper-text,.list-v2 .col.lg-3 .wrapper-text,.list-v2 .text-width-narrow .wrapper-text{padding-right:24px;padding-left:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v2 .wrapper-text{padding-right:36px;padding-left:36px}
.list-v2 .halves .wrapper-text,.list-v2 .halves-v2 .wrapper-text,.list-v2 .col.xl-2 .wrapper-text,.list-v2 .text-width-wide .wrapper-text,.list-v2 .text-width-half .wrapper-text{padding-right:30px;padding-left:30px}
.list-v2 .thirds .wrapper-text,.list-v2 .thirds-v2 .wrapper-text,.list-v2 .twothirds>li:last-child .wrapper-text,.list-v2 .twothirds-v2>li:first-child .wrapper-text,.list-v2 .col.xl-3 .wrapper-text,.list-v2 .text-width-narrow .wrapper-text{padding-right:24px;padding-left:24px}
}
@media screen and (min-width:1600px){.list-v2 .wrapper-text{padding-right:36px;padding-left:36px}
.list-v2 .halves .wrapper-text,.list-v2 .halves-v2 .wrapper-text,.list-v2 .col.xxl-2 .wrapper-text,.list-v2 .text-width-wide .wrapper-text,.list-v2 .text-width-half .wrapper-text{padding-right:30px;padding-left:30px}
.list-v2 .thirds .wrapper-text,.list-v2 .thirds-v2 .wrapper-text,.list-v2 .twothirds>li:last-child .wrapper-text,.list-v2 .twothirds-v2>li:first-child .wrapper-text,.list-v2 .col.xxl-3 .wrapper-text,.list-v2 .text-width-narrow .wrapper-text{padding-right:24px;padding-left:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.list-v2 .carousel-container{min-height:0}
}
@media screen and (min-width:1600px){.list-v2 .carousel-container{min-height:0}
}
.list-v2 .carousel-container{padding-top:0}
.list-v2 .has-image .wrap-claim img{max-width:80px;max-height:80px}
.list-v2 .wrap-claim{position:relative;display:table;width:100%}
.list-v2 .wrap-claim>div{display:table-cell;vertical-align:middle}
.list-v2 .partial-cta-list{margin-left:auto;margin-right:auto}
.list-v2 .partial-cta-list .cta{margin-left:auto;margin-right:auto}
.list-v2 .wrap-label{display:table;width:100%}
.list-v2 .wrap-label>div{display:table-cell;vertical-align:bottom}
.list-v2 .wrapper-text{float:none;margin-left:auto;margin-right:auto}
.list-v2 .claim{float:none;margin-right:auto;margin-left:auto}
.list-v2 .wrapper-text .wrap-claim .claim .wrapper-image{margin:0}
.list-v2 .wrapper-text>*:last-child,.list-v2 .wrapper-text>*:last-child .wrap-text>*:last-child{margin-bottom:0}
.list-v2 .wrapper-title-text,.list-v2 .wrap-text{display:table;width:100%}
.list-v2 .partial-cta-list dd:last-of-type a{margin-right:0}
.list-v2 .partial-cta-list dd:last-of-type .cta>div .cta-text{padding-bottom:0}
.list-v2 .partial-cta-list dd a.cta{width:auto;margin:0 auto}
.list-v2 .widget-carousel-v3 .controls .arrows{display:none}
.list-v2 .wrapper-text.singleSource span.wrapper-icon{border-radius:50%;margin-bottom:0;margin-right:0;color:#fff;padding:18px;font-size:45px;display:inline-block;vertical-align:top;width:80px;height:80px}
.list-v2 .wrapper-text.singleSource span.wrapper-icon.asset-icon{background-color:#6ea204}
.list-v2 .wrapper-text.singleSource span.wrapper-icon.link-icon{background-color:#0076ce}
.list-v2 .wrapper-text.singleSource span.wrapper-icon.knowledge-icon{background-color:#444}
@media screen and (min-width:0) and (max-width:767.9px){.list-v2 .float-left,.list-v2 .float-right{text-align:center}
.list-v2 .widget-carousel-v3 .controls .dots{padding-bottom:0;padding-top:0;line-height:9px}
.list-v2 .widget-carousel-v3 .controls .dots li a{margin-bottom:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.list-v2 .wrapper-text{display:table-cell;width:83.33333%;float:left;display:block;float:none;margin-left:auto;margin-right:auto}
.list-v2 .wrapper-text .rte{display:table-cell;width:75%;float:left;display:block;float:none;margin-left:auto;margin-right:auto}
}
@media screen and (min-width:768px){.list-v2 .float-left{text-align:left}
.list-v2 .float-left .wrapper-image{text-align:left}
.list-v2 .float-left .partial-cta-list,.list-v2 .float-left .partial-cta-list .cta,.list-v2 .float-left .wrap-claim{margin-left:0}
.list-v2 .float-right{text-align:right}
.list-v2 .float-right .wrapper-image{text-align:right}
.list-v2 .float-right .partial-cta-list,.list-v2 .float-right .partial-cta-list .cta,.list-v2 .float-right .wrap-claim{margin-right:0}
.list-v2 .float-left .wrap-claim{direction:rtl}
.list-v2 .float-right .wrap-claim{direction:ltr}
.list-v2 .partial-cta-list dd{margin-bottom:0}
.list-v2 .widget-carousel-v3 .controls .dots{position:relative}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature-component .wrap-content>.wrapper-image{height:285px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature-component .wrap-content>.wrapper-image{height:300px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature-component .wrap-content>.wrapper-image{height:350px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature-component .wrap-content>.wrapper-image{height:400px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature-component .wrap-content>.wrapper-image{height:.1px}
}
@media screen and (min-width:1600px){.feature-component .wrap-content>.wrapper-image{height:.1px}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-bottom:30px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-bottom:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-bottom:40px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-bottom:40px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-bottom:40px}
}
@media screen and (min-width:1600px){.feature-component .widget-carousel-v3 .controls .dots li{margin-bottom:40px}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-top:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-top:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-top:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-top:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature-component .widget-carousel-v3 .controls .dots li{margin-top:30px}
}
@media screen and (min-width:1600px){.feature-component .widget-carousel-v3 .controls .dots li{margin-top:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature-component .tab-image-rendition span,.feature-component .custom-control-item .wrap-alignment{font-size:10px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature-component .tab-image-rendition span,.feature-component .custom-control-item .wrap-alignment{font-size:13px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature-component .tab-image-rendition span,.feature-component .custom-control-item .wrap-alignment{font-size:13px}
}
@media screen and (min-width:1600px){.feature-component .tab-image-rendition span,.feature-component .custom-control-item .wrap-alignment{font-size:13px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature-component .tab-image-rendition span,.feature-component .wrap-text .wrap-alignment{line-height:13px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature-component .tab-image-rendition span,.feature-component .wrap-text .wrap-alignment{line-height:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature-component .tab-image-rendition span,.feature-component .wrap-text .wrap-alignment{line-height:18px}
}
@media screen and (min-width:1600px){.feature-component .tab-image-rendition span,.feature-component .wrap-text .wrap-alignment{line-height:18px}
}
.feature-component .bg-light .label{color:#0076ce}
.feature-component .carousel-container{padding-top:0}
.feature-component .rendition{overflow:auto;background-size:cover}
.feature-component .rendition.pagebed{height:100%}
.feature-component .list-item{padding:0}
.feature-component .list-item:not(.custom-control-item){width:100%;margin:0}
.feature-component .wrap-content{overflow:auto}
.feature-component .wrap-content .wrapper-image{margin:0}
.feature-component .wrap-content .wrapper-image .wrapper-image{height:100%}
.feature-component .wrap-content .wrapper-image .cta-v2.play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.feature-component .widget-carousel-v3 .carousel-container .slider .slider-child{padding:0}
.feature-component .widget-carousel-v3 .controls .dots{padding:0;line-height:0;position:absolute;width:100%;bottom:0}
.feature-component .widget-carousel-v3 .controls .dots li a{margin-bottom:0}
.feature-component .wrapper-text{background-color:rgba(170,170,170,0.8)}
.feature-component .bg-medium .wrapper-text{background-color:rgba(0,118,206,0.8)}
.feature-component .bg-dark .wrapper-text,.feature-component .bg-medium.bg-primary .wrapper-text{background-color:rgba(0,0,0,0.8)}
.feature-component .bg-light .wrapper-text{background-color:rgba(255,255,255,0.8)}
@media screen and (min-width:0) and (max-width:639.9px){.feature01-view>:not(.widget-carousel-v3) .wrap-content>.wrapper-image{height:200px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature01-view .rendition.pagebed{padding-top:40px}
}
@media screen and (min-width:1600px){.feature01-view .rendition.pagebed{padding-top:40px}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature01-view .rendition.pagebed{padding-bottom:20px}
.feature01-view .widget-carousel-v3 .carousel-container .rendition.pagebed{padding-bottom:65px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature01-view .rendition.pagebed{padding-bottom:20px}
.feature01-view .widget-carousel-v3 .carousel-container .rendition.pagebed{padding-bottom:65px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature01-view .rendition.pagebed{padding-bottom:30px}
.feature01-view .widget-carousel-v3 .carousel-container .rendition.pagebed{padding-bottom:85px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature01-view .rendition.pagebed{padding-bottom:30px}
.feature01-view .widget-carousel-v3 .carousel-container .rendition.pagebed{padding-bottom:85px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature01-view .rendition.pagebed{padding-bottom:48px}
.feature01-view .widget-carousel-v3 .carousel-container .rendition.pagebed{padding-bottom:85px}
}
@media screen and (min-width:1600px){.feature01-view .rendition.pagebed{padding-bottom:48px}
.feature01-view .widget-carousel-v3 .carousel-container .rendition.pagebed{padding-bottom:85px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature01-view .cta-v2.play{padding-top:50px}
}
@media screen and (min-width:1600px){.feature01-view .cta-v2.play{padding-top:50px}
}
@media screen and (min-width:768px) and (max-width:1279.9px){.feature-component .wrapper-text{width:100% !important}
.feature-component .wrapper-image{width:100% !important}
}
@media screen and (min-width:0) and (max-width:1279.9px){.feature-component .wrap-content{margin-top:0}
.feature-component .wrapper-image{position:relative}
}
@media screen and (min-width:1280px){.feature-component .widget-carousel-v3 .carousel-container .rendition{min-height:450px}
.feature-component .wrap-content{margin:0;position:relative;height:100%}
.feature-component .wrap-content .wrapper-image{float:right;position:absolute;height:100%;right:0}
.feature-component .wrap-content .wrapper-image .wrapper-image{width:100%}
.feature-component .wrap-content.float-right .wrapper-image{left:0;right:unset}
.feature-component .wrap-content.float-right .wrapper-text{float:right}
.feature-component .wrap-content.float-left .wrapper-image{right:0;left:unset}
.feature-component .wrap-content.float-left .wrapper-text{float:left}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature03-view .widget-carousel-v3 .wrap-content{margin-bottom:65px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature03-view .widget-carousel-v3 .wrap-content{margin-bottom:65px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature03-view .widget-carousel-v3 .wrap-content{margin-bottom:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature03-view .widget-carousel-v3 .wrap-content{margin-bottom:40px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature03-view .widget-carousel-v3 .wrap-content{margin-bottom:40px}
}
@media screen and (min-width:1600px){.feature03-view .widget-carousel-v3 .wrap-content{margin-bottom:40px}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature03-view .custom-controls li .wrap-alignment{font-weight:400}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature03-view .custom-controls li .wrap-alignment{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature03-view .custom-controls li .wrap-alignment{font-weight:400}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature03-view .custom-controls li .wrap-alignment{font-weight:400}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature03-view .custom-controls li .wrap-alignment{font-weight:400}
}
@media screen and (min-width:1600px){.feature03-view .custom-controls li .wrap-alignment{font-weight:400}
}
.feature03-view .custom-controls{position:absolute;bottom:0;width:100%}
.feature03-view .custom-controls .layout-dynamic{overflow:auto}
.feature03-view .custom-controls .layout-dynamic::after{clear:both;content:"";display:table}
.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(2),.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(2) ~ .list-item{display:table-cell;width:50%;float:left;display:block}
.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(3),.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(3) ~ .list-item{display:table-cell;width:33.33333%;float:left;display:block}
.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(4),.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(4) ~ .list-item{display:table-cell;width:25%;float:left;display:block}
.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(5),.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(5) ~ .list-item{display:table-cell;width:20%;float:left;display:block}
.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(6),.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(6) ~ .list-item{display:table-cell;width:16.66667%;float:left;display:block}
.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(7),.feature03-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(7) ~ .list-item{display:table-cell;width:14.28571%;float:left;display:block}
.feature03-view .custom-controls .layout-dynamic .list-item{margin:0;padding:0}
.feature03-view .custom-controls .layout-dynamic .list-item.custom-control-item{margin:0;padding:0}
.feature03-view .custom-controls .layout-dynamic .list-item a{background-color:rgba(0,118,206,0.7);height:inherit;width:100%;display:block;text-align:center;margin:0;padding:20px;text-transform:uppercase}
.feature03-view .custom-controls .layout-dynamic .list-item a.carousel-item-active{background-color:transparent}
.feature03-view .custom-controls .layout-dynamic .list-item a .wrap-image img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%}
.feature03-view .custom-controls .layout-dynamic .list-item a .wrap-text{color:inherit;height:100%;width:100%}
.feature03-view .custom-controls .layout-dynamic .list-item a .wrap-text .wrap-alignment{position:relative;top:50%;transform:translateY(-50%);color:#fff;word-break:break-word}
.feature03-view .custom-controls .layout-dynamic .list-item a:hover{background-color:#0076ce}
@media screen and (min-width:0) and (max-width:767.9px){.feature03-view .controls{position:absolute;width:100%;z-index:1;bottom:0}
}
@media screen and (min-width:768px){.feature03-view .controls{display:none}
}
@media screen and (min-width:980px){.feature03-view .custom-controls .layout-dynamic .list-item a .wrap-image{height:50px;width:100px;margin:0 auto;margin-bottom:20px;position:relative}
}
@media screen and (min-width:1280px){.feature03-view .widget-carousel-v3 .carousel-container .control .list-item .rendition{padding-top:48px;padding-bottom:48px}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature02-view .widget-carousel-v3 .wrap-content{margin-bottom:65px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature02-view .widget-carousel-v3 .wrap-content{margin-bottom:65px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature02-view .widget-carousel-v3 .wrap-content{margin-bottom:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature02-view .widget-carousel-v3 .wrap-content{margin-bottom:40px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature02-view .widget-carousel-v3 .wrap-content{margin-bottom:0}
}
@media screen and (min-width:1600px){.feature02-view .widget-carousel-v3 .wrap-content{margin-bottom:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.feature02-view .custom-controls li .rendition{font-weight:400}
}
@media screen and (min-width:640px) and (max-width:767.9px){.feature02-view .custom-controls li .rendition{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature02-view .custom-controls li .rendition{font-weight:400}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.feature02-view .custom-controls li .rendition{font-weight:400}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.feature02-view .custom-controls li .rendition{font-weight:400}
}
@media screen and (min-width:1600px){.feature02-view .custom-controls li .rendition{font-weight:400}
}
.feature02-view .custom-controls .layout-dynamic::after{clear:both;content:"";display:table}
.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(2),.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(2) ~ .list-item{display:table-cell;width:50%;float:left;display:block}
.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(3),.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(3) ~ .list-item{display:table-cell;width:33.33333%;float:left;display:block}
.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(4),.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(4) ~ .list-item{display:table-cell;width:25%;float:left;display:block}
.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(5),.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(5) ~ .list-item{display:table-cell;width:20%;float:left;display:block}
.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(6),.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(6) ~ .list-item{display:table-cell;width:16.66667%;float:left;display:block}
.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(7),.feature02-view .custom-controls .layout-dynamic>.list-item:first-child:nth-last-child(7) ~ .list-item{display:table-cell;width:14.28571%;float:left;display:block}
.feature02-view .custom-controls .list-item{min-height:150px;float:left}
.feature02-view .custom-controls .list-item.custom-control-item{padding:10px 0 10px 10px;margin:0}
.feature02-view .custom-controls .list-item.custom-control-item:last-of-type{padding-right:10px}
.feature02-view .custom-controls .list-item a.carousel-item-active .rendition{border-bottom:4px #3dc6ef solid}
.feature02-view .custom-controls .list-item a:not(.carousel-item-active) .rendition::after{content:'\A';position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.7);opacity:1;transition:background .6s}
.feature02-view .custom-controls .list-item a:not(.carousel-item-active):hover .rendition::after{background:#000}
.feature02-view .custom-controls .list-item a{display:table-row;height:100%}
.feature02-view .custom-controls .list-item .rendition{display:table-cell;vertical-align:bottom;position:relative}
.feature02-view .custom-controls .list-item .rendition span{margin:20px;color:#fff;text-transform:uppercase;z-index:1;position:relative;display:block;word-break:break-word}
.feature02-view .custom-controls .list-item a.carousel-item-active .rendition span{margin-bottom:16px}
.feature02-view .widget-carousel-v3 .custom-controls .layout-dynamic .list-item.custom-control-item,.feature02-view .widget-carousel-v3 .custom-controls .layout-dynamic .list-item.custom-control-item ~ .list-item{display:table}
@media screen and (min-width:0) and (max-width:767.9px){.feature02-view .controls{position:absolute;width:100%;z-index:1;bottom:0}
}
@media screen and (min-width:768px){.feature02-view .controls{display:none}
}
@media screen and (min-width:768px) and (max-width:979.9px){.feature02-view .custom-controls{position:absolute;bottom:0;width:100%}
.feature02-view .custom-controls .layout-dynamic{overflow:auto}
.feature02-view .custom-controls .layout-dynamic .list-item{margin:0;padding:0;min-height:unset;height:100%}
.feature02-view .custom-controls .layout-dynamic .list-item.custom-control-item{margin:0;padding:0}
.feature02-view .custom-controls .layout-dynamic .list-item.custom-control-item:last-of-type{padding-right:0}
.feature02-view .custom-controls .layout-dynamic .list-item a{background-color:rgba(0,118,206,0.7);height:100%;width:100%;display:block;text-align:center;margin:0;padding:0;text-transform:uppercase}
.feature02-view .custom-controls .layout-dynamic .list-item a.carousel-item-active{background-color:transparent}
.feature02-view .custom-controls .layout-dynamic .list-item a .rendition{background-image:none !important;display:block;height:100%;padding:20px}
.feature02-view .custom-controls .layout-dynamic .list-item a .wrap-image img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%}
.feature02-view .custom-controls .layout-dynamic .list-item a span{margin:0;top:50%;transform:translateY(-50%)}
.feature02-view .custom-controls .layout-dynamic .list-item a:not(.carousel-item-active) .rendition::after{content:none}
.feature02-view .custom-controls .layout-dynamic .list-item a.carousel-item-active .rendition{border-bottom:0}
.feature02-view .custom-controls .layout-dynamic .list-item a.carousel-item-active .rendition span{margin-bottom:20px}
}
@media screen and (min-width:1600px){.feature02-view .custom-controls .layout-dynamic .list-item.custom-control-item:last-of-type{padding-right:0}
.feature02-view .custom-controls .layout-dynamic .list-item.custom-control-item:first-of-type{padding-left:0}
}
@media screen and (min-width:1280px){.feature02-view .widget-carousel-v3 .carousel-container .control .list-item .rendition{padding-top:48px;padding-bottom:48px}
}
.category-nav-view a{display:block;margin-bottom:0}
@media screen and (min-width:980px) and (max-width:1279.9px){.category-nav-view .category-nav-menu.fixed-nav{padding:0 20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.category-nav-view .category-nav-menu.fixed-nav{padding:0 50px}
}
@media screen and (min-width:1600px){.category-nav-view .category-nav-menu.fixed-nav{padding:0 90px}
}
@media screen and (min-width:0) and (max-width:979.9px){.category-nav-view .category-nav-small-menu{background-color:#1a1a1a;display:block;padding:0 18px;position:fixed;left:0;top:44px;width:100%;z-index:10}
.category-nav-view .category-nav-small-menu .category-nav-small-menu-header{position:relative;z-index:10}
.category-nav-view .category-nav-small-menu .category-nav-small-menu-header .category-nav-small-explore{border-left:solid 1px #444;cursor:pointer;float:right;padding-left:15px}
.category-nav-view .category-nav-small-menu .category-nav-small-menu-header .category-nav-small-explore::after{content:"\0020\0020\25BF"}
.category-nav-view .category-nav-small-menu .category-nav-small-menu-header .category-nav-small-explore.open::after{content:"\0020\0020\25B5"}
.category-nav-view .category-nav-small-menu .category-nav-small-menu-header>span{color:#fff;font-size:12px;line-height:40px}
.category-nav-view .category-nav-small-menu>ul{background-color:#1a1a1a;border-bottom:solid 2px #3dc6ef;display:none;left:0;position:absolute;width:100%}
.category-nav-view .category-nav-small-menu>ul>li:not(:last-of-type){border-bottom:solid 1px #444}
.category-nav-view .category-nav-small-menu>ul>li:first-of-type{border-top:solid 2px #000}
.category-nav-view .category-nav-small-menu>ul>li>span,.category-nav-view .category-nav-small-menu>ul>li>a>span{color:#fff;display:block;font-size:14px;line-height:18px;padding:12px 18px}
.category-nav-view .category-nav-small-menu>ul>li .category-nav-small-submenu{background-color:#1a1a1a;display:none;position:fixed;left:0;top:44px;height:100%;width:100%;z-index:100}
.category-nav-view .category-nav-small-menu>ul>li .category-nav-small-submenu .category-nav-small-submenu-close{height:36px;padding:10px 18px 0}
.category-nav-view .category-nav-small-menu>ul>li .category-nav-small-submenu .category-nav-small-submenu-close span{cursor:pointer;float:right}
.category-nav-view .category-nav-small-menu>ul>li .category-nav-small-submenu .category-nav-small-submenu-close span::before{color:#444;content:"\2715";font-size:26px}
.category-nav-view .category-nav-small-menu>ul>li .category-nav-small-submenu ul li a{color:#fff;display:block;font-size:14px;line-height:18px;padding:12px 18px}
.category-nav-view .category-nav-small-menu>ul>li .category-nav-small-submenu ul li a:hover{background-color:#222}
.category-nav-view .category-nav-small-menu>ul>li.has-children>span{cursor:pointer}
.category-nav-view .category-nav-small-menu>ul>li.has-children>span::after{color:#0076ce;content:"\25B7";float:right;font-size:14px}
.category-nav-view .category-nav-small-menu>ul>li.shop-all .category-nav-small-submenu ul li a.btn{border:solid 2px #0076ce;font-weight:400;margin:12px 18px;text-align:center;text-transform:uppercase}
.category-nav-view .category-nav-small-menu>ul>li.shop-all .category-nav-small-submenu ul li a.btn::after{content:"\0020\0020\203A";font-size:18px}
.category-nav-view .category-nav-menu{display:none}
}
@media screen and (min-width:980px){.category-nav-view .category-nav-small-menu{display:none}
.category-nav-view .category-nav-large-menu::after{content:"";display:table;clear:both}
.category-nav-view .category-nav-separator{display:block;width:100%}
.category-nav-view .category-nav-menu{display:block}
.category-nav-view .category-nav-menu .list-item{margin-bottom:0}
.category-nav-view .category-nav-menu .list-item .wrapper{overflow:hidden;position:relative}
.category-nav-view .category-nav-menu .list-item.shop-all .wrapper,.category-nav-view .category-nav-menu .list-item.dropdown-arrow .wrapper{overflow:visible}
.category-nav-view .category-nav-menu .list-item.shop-all .category-nav-back.open .wrap-text .heading::after{content:"❌";font-size:10px}
.category-nav-view .category-nav-menu .list-item.shop-all .category-nav-back .wrap-text .heading::after{color:#444;content:"▾";font-size:18px;padding-left:10px;vertical-align:middle}
.category-nav-view .category-nav-menu .category-nav-back{background-color:#1a1a1a;display:table;width:100%}
.category-nav-view .category-nav-menu .category-nav-back .wrap-image{display:table-row}
.category-nav-view .category-nav-menu .category-nav-back .wrap-image .wrapper-image{display:table-cell;vertical-align:middle;margin-bottom:0;padding:15px 0}
.category-nav-view .category-nav-menu .category-nav-back .wrap-image .wrapper-image img:not(.image){max-width:80%}
.category-nav-view .category-nav-menu .category-nav-back:not(.category-nav-noCta){cursor:pointer}
.category-nav-view .category-nav-menu .category-nav-back.text-image .wrap-text{display:table-row}
.category-nav-view .category-nav-menu .category-nav-back.text-image .wrap-text .heading{color:#fff;background-color:#0f0f0f;font-size:14px;padding:12px 10px;margin-bottom:0;text-align:center}
.category-nav-view .category-nav-menu .category-nav-back:not(.text-image)>a{height:100%}
.category-nav-view .category-nav-menu .category-nav-back:not(.text-image)>a,.category-nav-view .category-nav-menu .category-nav-back:not(.text-image).category-nav-multiCta .wrap-text{padding:20px 20px 15px 20px}
.category-nav-view .category-nav-menu .category-nav-back:not(.text-image) .rte{margin-bottom:0}
.category-nav-view .category-nav-menu .category-nav-rollover,.category-nav-view .category-nav-menu .category-nav-dropdown{border-bottom:2px solid #3dc6ef}
.category-nav-view .category-nav-menu .category-nav-rollover,.category-nav-view .category-nav-menu .category-nav-dropdown,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow{background-color:#1a1a1a;position:absolute;width:100%;z-index:100}
.category-nav-view .category-nav-menu .category-nav-rollover ul li a,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a{color:#fff;line-height:18px;padding:10px 20px}
.category-nav-view .category-nav-menu .category-nav-rollover ul li a:hover,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a:hover,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a:hover{color:#3dc6ef}
.category-nav-view .category-nav-menu .category-nav-rollover ul li a .cta-text,.category-nav-view .category-nav-menu .category-nav-rollover ul li a .cta-icn,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a .cta-text,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a .cta-icn,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a .cta-text,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a .cta-icn{display:inline-block}
.category-nav-view .category-nav-menu .category-nav-rollover ul li a .cta-icn,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a .cta-icn,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a .cta-icn{background-repeat:no-repeat;background-size:contain;margin-left:5px}
.category-nav-view .category-nav-menu .category-nav-rollover ul li a .cta-external,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a .cta-external,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a .cta-external{float:right;height:14px;width:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink=%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox=%22-8,-8,40,40%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20fill=%22%23ffffff%22%20stroke=%22%23ffffff%22%20stroke-width=%220%22%20style=%22%22%20d=%22M%2028%205.222%20L%2025.714%205.222%20L%2025.714%20-1.715%20L%2018.777%20-1.715%20L%2018.777%20-4.001%20L%2028%20-4.001%20L%2028%205.222%20Z%22%20%2F%3E%3Cpath%20fill=%22%23ffffff%22%20stroke=%22%23ffffff%22%20stroke-width=%220%22%20style=%22%22%20d=%22M%2012.416%209.87%20L%2025.939%20-3.55%20L%2027.549%20-1.928%20L%2014.026%2011.492%20L%2012.416%209.87%20Z%22%20%2F%3E%3Cpath%20fill=%22%23ffffff%22%20stroke=%22%23ffffff%22%20stroke-width=%220%22%20style=%22%22%20d=%22M%2025.714%2028%20L%20-4%2028%20L%20-4%20-1.715%20L%2010.857%20-1.715%20L%2010.857%200.571%20L%20-1.714%200.571%20L%20-1.714%2025.715%20L%2023.429%2025.715%20L%2023.429%2013.143%20L%2025.715%2013.143%20L%2025.715%2028%20Z%22%20%2F%3E%3C%2Fsvg%3E")}
.category-nav-view .category-nav-menu .category-nav-rollover ul li a:hover .cta-external,.category-nav-view .category-nav-menu .category-nav-dropdown ul li a:hover .cta-external,.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li a:hover .cta-external{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink=%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox=%22-8,-8,40,40%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20fill=%22%233dc6ef%22%20stroke=%22%233dc6ef%22%20stroke-width=%220%22%20style=%22%22%20d=%22M%2028%205.222%20L%2025.714%205.222%20L%2025.714%20-1.715%20L%2018.777%20-1.715%20L%2018.777%20-4.001%20L%2028%20-4.001%20L%2028%205.222%20Z%22%20%2F%3E%3Cpath%20fill=%22%233dc6ef%22%20stroke=%22%233dc6ef%22%20stroke-width=%220%22%20style=%22%22%20d=%22M%2012.416%209.87%20L%2025.939%20-3.55%20L%2027.549%20-1.928%20L%2014.026%2011.492%20L%2012.416%209.87%20Z%22%20%2F%3E%3Cpath%20fill=%22%233dc6ef%22%20stroke=%22%233dc6ef%22%20stroke-width=%220%22%20style=%22%22%20d=%22M%2025.714%2028%20L%20-4%2028%20L%20-4%20-1.715%20L%2010.857%20-1.715%20L%2010.857%200.571%20L%20-1.714%200.571%20L%20-1.714%2025.715%20L%2023.429%2025.715%20L%2023.429%2013.143%20L%2025.715%2013.143%20L%2025.715%2028%20Z%22%20%2F%3E%3C%2Fsvg%3E")}
.category-nav-view .category-nav-menu .category-nav-rollover ul li:not(:last-of-type),.category-nav-view .category-nav-menu .category-nav-dropdown ul li:not(:last-of-type),.category-nav-view .category-nav-menu .category-nav-dropdown-arrow ul li:not(:last-of-type){border-bottom:1px solid #666}
.category-nav-view .category-nav-menu .category-nav-dropdown{display:none}
.category-nav-view .category-nav-menu .category-nav-dropdown ul li:first-of-type a{padding-top:20px}
.category-nav-view .category-nav-menu .category-nav-dropdown ul li:last-of-type a.btn{border:solid 2px #0076ce;font-weight:400;margin:10px;text-align:center;text-transform:uppercase}
.category-nav-view .category-nav-menu .category-nav-dropdown ul li:last-of-type a.btn .cta-text::after{content:"\0020\0020\203A";font-size:18px}
.category-nav-view .category-nav-menu .category-nav-rollover{top:100%}
.category-nav-view .category-nav-menu .category-nav-rollover .rte{margin-bottom:15px}
.category-nav-view .category-nav-menu .category-nav-rollover ul li:first-of-type a{padding-top:0}
.category-nav-view .category-nav-menu .category-nav-rollover.category-nav-multiCta .heading{padding:20px 20px 0 20px}
.category-nav-view .category-nav-menu .category-nav-rollover>a{height:100%;padding:20px 20px 15px 20px}
.category-nav-view .category-nav-menu .category-nav-rollover>a::after{content:"";display:block;height:16px;width:40px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDIzIDMwIj4KICA8bWV0YWRhdGE+PD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+CjxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzZGM2ZWY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzY2LjYzLDE1OTIuMjZsLTcuNzEsNy4xMlYxNTc1LjRhMS40MTUsMS40MTUsMCwwLDAtMi44MywwdjIzLjk4bC03LjcxLTcuMTJhMS40MjgsMS40MjgsMCwwLDAtMiwuMDcsMS40MDcsMS40MDcsMCwwLDAsLjA3LDEuOTlsMTAuMDksOS4zMWExLjQyOSwxLjQyOSwwLDAsMCwxLjkzLDBsMTAuMDgtOS4zMUExLjQwOCwxLjQwOCwwLDAsMCwxMzY2LjYzLDE1OTIuMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0NiAtMTU3NCkiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:left bottom;background-size:contain}
.category-nav-view .category-nav-menu .category-nav-dropdown-arrow{border-bottom:0;top:100%}
.category-nav-view .category-nav-menu .category-nav-dropdown-arrow>a{padding:0 20px}
.category-nav-view .category-nav-menu .category-nav-dropdown-arrow>a::after{content:"";display:block;height:0;width:40px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDIzIDMwIj4KICA8bWV0YWRhdGE+PD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+CjxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzZGM2ZWY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzY2LjYzLDE1OTIuMjZsLTcuNzEsNy4xMlYxNTc1LjRhMS40MTUsMS40MTUsMCwwLDAtMi44MywwdjIzLjk4bC03LjcxLTcuMTJhMS40MjgsMS40MjgsMCwwLDAtMiwuMDcsMS40MDcsMS40MDcsMCwwLDAsLjA3LDEuOTlsMTAuMDksOS4zMWExLjQyOSwxLjQyOSwwLDAsMCwxLjkzLDBsMTAuMDgtOS4zMUExLjQwOCwxLjQwOCwwLDAsMCwxMzY2LjYzLDE1OTIuMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0NiAtMTU3NCkiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:left bottom;background-size:contain}
.category-nav-view .category-nav-menu .category-nav-back .wrap-text .heading,.category-nav-view .category-nav-menu .category-nav-rollover .heading{color:#444;font-size:24px;font-weight:200;line-height:30px;margin-bottom:10px}
.category-nav-view .category-nav-menu .category-nav-back .wrap-text .rte,.category-nav-view .category-nav-menu .category-nav-rollover .rte{color:#fff;line-height:18px}
.category-nav-view .category-nav-menu .category-nav-back .wrap-text .rte p:last-of-type,.category-nav-view .category-nav-menu .category-nav-rollover .rte p:last-of-type{margin-bottom:0}
.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper .category-nav-rollover{-webkit-transition:top 600ms;transition:top 600ms}
.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper .category-nav-dropdown-arrow,.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper .category-nav-dropdown-arrow a::after{-webkit-transition:all 400ms;transition:all 400ms}
.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper:hover .category-nav-rollover{top:0;-webkit-transition:top 600ms;transition:top 600ms}
.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper:hover .category-nav-dropdown-arrow,.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper:hover .category-nav-dropdown-arrow a::after{-webkit-transition:all 400ms;transition:all 400ms}
.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper:hover .category-nav-dropdown-arrow{border-bottom:2px solid #3dc6ef;height:auto;padding-top:20px;padding-bottom:15px}
.category-nav-view .category-nav-menu:not(.fixed-nav) .wrapper:hover .category-nav-dropdown-arrow a::after{height:16px}
.category-nav-view .category-nav-menu.fixed-nav{background-color:#1a1a1a;position:fixed;left:0;top:77px;width:100%;z-index:10}
.category-nav-view .category-nav-menu.fixed-nav .list-item{background-color:#1a1a1a;float:left;padding:10px 0;position:relative;width:auto}
.category-nav-view .category-nav-menu.fixed-nav .list-item .wrapper{overflow:visible}
.category-nav-view .category-nav-menu.fixed-nav .list-item:first-of-type .category-nav-back.text-image .wrap-text .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item:first-of-type .category-nav-back .wrap-text .heading{padding-left:0}
.category-nav-view .category-nav-menu.fixed-nav .list-item:not(:first-of-type) .category-nav-back{border-left:solid 1px #444}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all{float:right;margin-left:15px}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back{border-left:0}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back .wrap-image{max-height:50px;max-width:50px;display:table-cell;vertical-align:middle}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back .wrap-image .wrapper-image img:not(.image){max-width:none}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back.open .wrap-text .heading::after,.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back.open.text-image .wrap-text .heading::after{content:"❌";font-size:10px}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back.text-image .wrap-text .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back .wrap-text .heading{padding:5px 0 5px 10px}
.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back.text-image .wrap-text .heading::after,.category-nav-view .category-nav-menu.fixed-nav .list-item.shop-all .category-nav-back .wrap-text .heading::after{content:"▾";font-size:18px;padding-left:10px;vertical-align:middle}
.category-nav-view .category-nav-menu.fixed-nav .list-item.open .category-nav-back .wrap-text .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item.open .category-nav-back.text-image .wrap-text .heading{color:#fff}
.category-nav-view .category-nav-menu.fixed-nav .list-item.open:not(.has-children){border-bottom:solid 2px #3dc6ef;padding-bottom:9px}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back{min-height:50px}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back a,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back .wrap-text{display:table-cell;padding:0;vertical-align:middle}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back .wrap-image,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back .rte{display:none}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back .wrap-image .wrapper-image{padding:0}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back.text-image .wrap-text .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-back .wrap-text .heading{background-color:#1a1a1a;color:#999;font-size:14px;margin-bottom:0;padding:5px 50px;text-align:center}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-rollover ul li:first-of-type a{padding-top:20px}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-dropdown,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-rollover,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-dropdown-arrow{display:none;z-index:-1}
.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-dropdown .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-dropdown .rte,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-rollover .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-rollover .rte,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-dropdown-arrow .heading,.category-nav-view .category-nav-menu.fixed-nav .list-item .category-nav-dropdown-arrow .rte{display:none}
.category-nav-view .category-nav-menu.fixed-nav.lg-4 .list-item{max-width:24%}
.category-nav-view .category-nav-menu.fixed-nav.lg-5 .list-item{max-width:19%}
.category-nav-view .category-nav-menu.fixed-nav.lg-6 .list-item{max-width:15%}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .content{padding-top:33px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .content{padding-top:30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .content{padding-top:80px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .content{padding-top:80px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .content{padding-top:80px}
}
@media screen and (min-width:1600px){.hero01-view .content{padding-top:80px}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .content{padding-bottom:36px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .content{padding-bottom:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .content{padding-bottom:80px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .content{padding-bottom:80px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .content{padding-bottom:80px}
}
@media screen and (min-width:1600px){.hero01-view .content{padding-bottom:80px}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .wrapper-text .label{margin-bottom:7px}
.hero01-view .wrapper-text .heading{margin-bottom:10px}
.hero01-view .wrapper-text .rte{margin-bottom:17px}
.hero01-view .wrapper.has-cobrand .container-text .cta-v2,.hero01-view .wrapper.has-cobrand .link-image,.hero01-view .wrapper:not(.has-cobrand) .cta-v2,.hero01-view .wrapper:not(.has-cobrand) .link-image{margin-bottom:15px}
.hero01-view .wrapper.has-cobrand .cobrand .container{margin-bottom:36px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .wrapper-text .label{margin-bottom:13px}
.hero01-view .wrapper-text .heading,.hero01-view .wrapper.has-cobrand .container-text .cta-v2,.hero01-view .wrapper.has-cobrand .link-image,.hero01-view .wrapper:not(.has-cobrand) .cta-v2,.hero01-view .wrapper:not(.has-cobrand) .link-image{margin-bottom:15px}
.hero01-view .wrapper-text .rte{margin-bottom:23px}
.hero01-view .wrapper.has-cobrand .cobrand .container{margin-bottom:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .wrapper-text .label{margin-bottom:13px}
.hero01-view .wrapper-text .heading,.hero01-view .wrapper.has-cobrand .container-text .cta-v2,.hero01-view .wrapper.has-cobrand .link-image,.hero01-view .wrapper:not(.has-cobrand) .cta-v2,.hero01-view .wrapper:not(.has-cobrand) .link-image{margin-bottom:15px}
.hero01-view .wrapper-text .rte{margin-bottom:23px}
.hero01-view .wrapper.has-cobrand .cobrand .container{margin-bottom:40px}
.hero01-view .container-video.float-center{margin-bottom:36px}
.hero01-view .container-text.two-links .cta:first-of-type{margin-bottom:8px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .wrapper-text .label{margin-bottom:13px}
.hero01-view .wrapper-text .heading,.hero01-view .wrapper.has-cobrand .container-text .cta-v2,.hero01-view .wrapper.has-cobrand .link-image,.hero01-view .wrapper:not(.has-cobrand) .cta-v2,.hero01-view .wrapper:not(.has-cobrand) .link-image{margin-bottom:15px}
.hero01-view .wrapper-text .rte{margin-bottom:23px}
.hero01-view .wrapper.has-cobrand .cobrand .container{margin-bottom:40px}
.hero01-view .container-video.float-center{margin-bottom:36px}
.hero01-view .container-text.two-links .cta:first-of-type{margin-bottom:8px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .wrapper-text .label{margin-bottom:13px}
.hero01-view .wrapper-text .heading{margin-bottom:18px}
.hero01-view .wrapper-text .rte{margin-bottom:29px}
.hero01-view .wrapper.has-cobrand .container-text .cta-v2,.hero01-view .wrapper.has-cobrand .link-image,.hero01-view .wrapper:not(.has-cobrand) .cta-v2,.hero01-view .wrapper:not(.has-cobrand) .link-image{margin-bottom:15px}
.hero01-view .wrapper.has-cobrand .cobrand .container{margin-bottom:40px}
.hero01-view .container-video.float-center{margin-bottom:36px}
.hero01-view .container-text.two-links .cta:first-of-type{margin-bottom:8px}
}
@media screen and (min-width:1600px){.hero01-view .wrapper-text .label{margin-bottom:13px}
.hero01-view .wrapper-text .heading{margin-bottom:18px}
.hero01-view .wrapper-text .rte{margin-bottom:29px}
.hero01-view .wrapper.has-cobrand .container-text .cta-v2,.hero01-view .wrapper.has-cobrand .link-image,.hero01-view .wrapper:not(.has-cobrand) .cta-v2,.hero01-view .wrapper:not(.has-cobrand) .link-image{margin-bottom:15px}
.hero01-view .wrapper.has-cobrand .cobrand .container{margin-bottom:40px}
.hero01-view .container-video.float-center{margin-bottom:36px}
.hero01-view .container-text.two-links .cta:first-of-type{margin-bottom:8px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .container-text a.cta-v2:nth-of-type(1){margin-right:16px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .container-text a.cta-v2:nth-of-type(1){margin-right:16px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .container-text a.cta-v2:nth-of-type(1){margin-right:16px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .container-text a.cta-v2:nth-of-type(1){margin-right:16px}
}
@media screen and (min-width:1600px){.hero01-view .container-text a.cta-v2:nth-of-type(1){margin-right:16px}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .cobrand .container img{max-height:75px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .cobrand .container img{max-height:75px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .cobrand .container img{max-height:75px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .cobrand .container img{max-height:75px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .cobrand .container img{max-height:75px}
}
@media screen and (min-width:1600px){.hero01-view .cobrand .container img{max-height:100px}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .cobrand .container img{max-width:100px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .cobrand .container img{max-width:100px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .cobrand .container img{max-width:100px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .cobrand .container img{max-width:100px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .cobrand .container img{max-width:100px}
}
@media screen and (min-width:1600px){.hero01-view .cobrand .container img{max-width:150px}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .hide-xsmall{display:none !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .hide-xsmall{display:block !important}
.hero01-view .hide-small{display:none !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .hide-small{display:block !important}
.hero01-view .hide-medium{display:none !important}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .hide-medium{display:block !important}
.hero01-view .hide-large{display:none !important}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .hide-large{display:block !important}
.hero01-view .hide-xlarge{display:none !important}
}
@media screen and (min-width:1600px){.hero01-view .hide-xlarge{display:block !important}
.hero01-view .hide-xxlarge{display:none !important}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .wrapper-text .label,.hero01-view .rte li,.hero01-view .rte p{font-size:16px;font-size:1.6rem}
.hero01-view .wrapper-text .heading{font-size:30px;font-size:3rem}
.hero01-view .cta .cta-text{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .wrapper-text .heading{font-size:36px;font-size:3.6rem}
.hero01-view .rte li,.hero01-view .rte p,.hero01-view .cta .cta-text{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .wrapper-text .label,.hero01-view .rte li,.hero01-view .rte p,.hero01-view .cta .cta-text{font-size:18px;font-size:1.8rem}
.hero01-view .wrapper-text .heading{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .wrapper-text .label,.hero01-view .rte li,.hero01-view .rte p,.hero01-view .cta .cta-text{font-size:18px;font-size:1.8rem}
.hero01-view .wrapper-text .heading{font-size:42px;font-size:4.2rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .wrapper-text .label,.hero01-view .rte li,.hero01-view .rte p,.hero01-view .cta .cta-text{font-size:18px;font-size:1.8rem}
.hero01-view .wrapper-text .heading{font-size:54px;font-size:5.4rem}
.hero01-view .xl-text-width-narrow .heading{font-size:42px;font-size:4.2rem}
}
@media screen and (min-width:1600px){.hero01-view .wrapper-text .label,.hero01-view .rte li,.hero01-view .rte p,.hero01-view .cta .cta-text{font-size:18px;font-size:1.8rem}
.hero01-view .wrapper-text .heading{font-size:54px;font-size:5.4rem}
.hero01-view .xl-text-width-narrow .heading{font-size:42px;font-size:4.2rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .wrapper-text .label{line-height:18px}
.hero01-view .wrapper-text .heading{line-height:36px}
.hero01-view .rte li,.hero01-view .rte p{line-height:24px}
.hero01-view .cta .cta-text{line-height:19.2px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .wrapper-text .label{line-height:18px}
.hero01-view .wrapper-text .heading{line-height:42px}
.hero01-view .rte li,.hero01-view .rte p{line-height:26px}
.hero01-view .cta .cta-text{line-height:21.6px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .wrapper-text .label{line-height:18px}
.hero01-view .wrapper-text .heading{line-height:42px}
.hero01-view .rte li,.hero01-view .rte p{line-height:26px}
.hero01-view .cta .cta-text{line-height:21.6px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .wrapper-text .label{line-height:18px}
.hero01-view .wrapper-text .heading{line-height:48px}
.hero01-view .rte li,.hero01-view .rte p{line-height:26px}
.hero01-view .cta .cta-text{line-height:21.6px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .wrapper-text .label{line-height:18px}
.hero01-view .wrapper-text .heading{line-height:60px}
.hero01-view .xl-text-width-narrow .heading{line-height:48px}
.hero01-view .rte li,.hero01-view .rte p{line-height:26px}
.hero01-view .cta .cta-text{line-height:21.6px}
}
@media screen and (min-width:1600px){.hero01-view .wrapper-text .label{line-height:18px}
.hero01-view .wrapper-text .heading{line-height:60px}
.hero01-view .xl-text-width-narrow .heading{line-height:48px}
.hero01-view .rte li,.hero01-view .rte p{line-height:26px}
.hero01-view .cta .cta-text{line-height:21.6px}
}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .heading{font-weight:200}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .heading{font-weight:200}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .heading{font-weight:200}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .heading{font-weight:200}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.hero01-view .heading{font-weight:200}
}
@media screen and (min-width:1600px){.hero01-view .heading{font-weight:200}
}
@media screen and (min-width:980px) and (max-width:1279.9px){body:not(.use-compatibility-header-fill) .hero01-view .content{padding-top:100px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){body:not(.use-compatibility-header-fill) .hero01-view .content{padding-top:100px}
}
@media screen and (min-width:1600px){body:not(.use-compatibility-header-fill) .hero01-view .content{padding-top:100px}
}
.hero01-view .cobrand.intel .wrapper-image,.bg-medium .hero01-view .cobrand.intel .wrapper-image.logo-rev,.bg-dark .hero01-view .cobrand.intel .wrapper-image.logo-rev{display:none}
.hero01-view .cobrand.intel .wrapper-image.logo-rev,.bg-medium .hero01-view .cobrand.intel .wrapper-image,.bg-dark .hero01-view .cobrand.intel .wrapper-image{display:block}
.hero01-view{background-position:center}
.hero01-view::after{clear:both;content:"";display:table}
.hero01-view .wrapper{padding:0}
.hero01-view .rendition .bg-image-video,.hero01-view .rendition .bg-image-video .play{height:100%}
.hero01-view .cobrand .container{display:table}
.hero01-view .cobrand .container .text{display:table-cell;vertical-align:middle;padding:0 18px}
.hero01-view .cobrand .container .logo{display:table-cell}
.hero01-view .cobrand .container .wrapper-image{margin:0}
.hero01-view .container-text.float-center{float:none;width:100%}
.hero01-view .container-text.float-right{text-align:left}
.hero01-view .container-text .cta-v2{display:inline-table;vertical-align:top}
.hero01-view .container-text .link-image .cta-bg{width:100%}
.hero01-view .container-text .link-image .cta-v2{display:inline-block}
.hero01-view .container-text .cta.hide-icon .cta-img{display:none}
.hero01-view .container-video .overlay-video-trigger .play,.hero01-view .header-img .overlay-video-trigger .play{position:"absolute"}
.hero01-view .container-video .overlay-video-trigger .play .cta-play,.hero01-view .header-img .overlay-video-trigger .play .cta-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:table}
.hero01-view .container-video .overlay-video-trigger .play .cta-play:after,.hero01-view .header-img .overlay-video-trigger .play .cta-play:after{display:table-cell}
.hero01-view .container-video .overlay-video-trigger .play,.hero01-view .header-img .overlay-video-trigger .play{width:100%;position:relative}
.hero01-view .wrapper>.overlay-video-trigger .play{position:"absolute"}
.hero01-view .wrapper>.overlay-video-trigger .play .cta-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:table}
.hero01-view .wrapper>.overlay-video-trigger .play .cta-play:after{display:table-cell}
.hero01-view .wrapper>.overlay-video-trigger .play{width:100%}
.hero01-view .link-image{width:100%}
.hero01-view .link-image .wrapper-image{width:auto}
.hero01-view .rte p{margin-bottom:0}
@media screen and (min-width:0) and (max-width:639.9px){.hero01-view .container-text .cta{display:block}
.hero01-view .wrapper:not(.has-cobrand) .cta-v2:last-of-type,.hero01-view .wrapper:not(.has-cobrand) .link-image:last-of-type{margin-bottom:0}
.hero01-view .cobrand .container{margin:0 auto;direction:rtl}
}
@media screen and (min-width:0) and (max-width:767.9px){.hero01-view .header-img:not(img){height:250px;background-size:cover}
.hero01-view img.header-img{width:100%}
.hero01-view .wrap-image{height:250px;overflow:hidden}
.hero01-view .wrapper.has-cobrand .content{padding-bottom:0}
.hero01-view .container-text.float-center{text-align:inherit}
.hero01-view .container-video{display:none}
.hero01-view .rendition.content{background-image:none !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.hero01-view .link-image{display:table-cell;width:50%;float:left;display:block;float:none}
.hero01-view .wrapper:not(.has-cobrand) .cta-v2{margin-bottom:0}
}
@media screen and (min-width:640px) and (max-width:979.9px){.hero01-view .cobrand .container{float:right}
}
@media screen and (min-width:640px){.hero01-view .container-text .cta+a.cta.cta-v2{display:table;margin-left:0}
.hero01-view .container-text .cta-v2{width:auto}
.hero01-view .widget-match-height::after{clear:both;content:"";display:table}
}
@media screen and (min-width:640px) and (max-width:1279.9px){.hero01-view .container-text .cta-v2{width:auto}
}
@media screen and (min-width:768px) and (max-width:979.9px){.hero01-view .link-image{display:table-cell;width:83.33333%;float:left;display:block;float:none}
.hero01-view .container-text.float-center .link-image{display:table-cell;width:83.33333%;float:left;display:block}
}
@media screen and (min-width:768px) and (max-width:1279.9px){.hero01-view .container-text.float-right,.hero01-view .container-video.float-right{float:right}
.hero01-view .container-text.float-left,.hero01-view .container-video.float-left{float:left}
}
@media screen and (min-width:768px) and (max-width:1599.9px){.hero01-view .container-text.float-center{display:table-cell;width:83.33333%;float:left;display:block;float:none;margin:0 auto}
}
@media screen and (min-width:768px){body.use-compatibility-header-fill .hero01-view .content{min-height:480px}
body:not(.use-compatibility-header-fill) .hero01-view .content{min-height:560px}
.hero01-view .content-mobile{display:none}
.hero01-view .content{overflow:auto;background-size:cover;background-repeat:no-repeat}
.hero01-view .content.no-min-height{min-height:auto !important}
.hero01-view .container-text.float-center{text-align:center}
.hero01-view .container-text.float-center p{text-align:center}
.hero01-view .container-text.float-center a{margin:0 auto}
.hero01-view .container-text.float-center .link-image{margin-left:auto;margin-right:auto;float:none}
.hero01-view .container-video{display:inline-block;float:none}
.hero01-view .container-video.float-center{display:block;width:100%;height:42px}
.hero01-view .container-video .btn{margin-right:0}
.hero01-view .wrapper.has-cobrand .content{padding-bottom:0}
.hero01-view .wrapper>.overlay-video-trigger{display:none}
}
@media screen and (min-width:980px){.hero01-view .cobrand .container.float-left{direction:rtl}
.hero01-view .cobrand .container.float-right{float:right}
.hero01-view .cobrand .container.float-left{float:left}
.hero01-view .cobrand .container.float-center{float:right}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.hero01-view .link-image{display:table-cell;width:66.66667%;float:left;display:block;float:none}
}
@media screen and (min-width:1280px){.hero01-view .container-text.float-right,.hero01-view .container-video.float-right,.hero01-view .cobrand .container.float-right{float:right}
.hero01-view .container-text.float-left,.hero01-view .container-video.float-left,.hero01-view .cobrand .container.float-left{float:left}
.hero01-view .cobrand .container.float-center{float:right}
.hero01-view .link-image{display:table-cell;width:50%;float:left;display:block;float:none}
}
@media screen and (min-width:1600px){.hero01-view .container-text.float-center{display:table-cell;width:66.66667%;float:left;display:block;float:none;margin:0 auto}
}
@media screen and (min-width:0) and (max-width:639.9px){.glossary-view .wrap-content{margin-bottom:50px}
.glossary-view .wrap-content .claim{margin-bottom:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.contact-bar01-view .section .heading,.contact-bar02-view .section .contact-bar01-view .heading,.contact-bar03-view .section .contact-bar01-view .heading,.contact-bar01-view .list-item .wrapper-image,.contact-bar02-view .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .section .contact-bar02-view .heading,.contact-bar02-view .section .heading,.contact-bar03-view .section .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .list-item .wrapper-image,.contact-bar03-view .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .section .contact-bar03-view .heading,.contact-bar02-view .section .contact-bar03-view .heading,.contact-bar03-view .section .heading,.contact-bar01-view .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .list-item .wrapper-image{margin-bottom:17px}
.contact-bar01-view .section .rte,.contact-bar02-view .section .contact-bar01-view .rte,.contact-bar03-view .section .contact-bar01-view .rte,.contact-bar01-view .section .contact-bar02-view .rte,.contact-bar02-view .section .rte,.contact-bar03-view .section .contact-bar02-view .rte,.contact-bar01-view .section .contact-bar03-view .rte,.contact-bar02-view .section .contact-bar03-view .rte,.contact-bar03-view .section .rte{margin-bottom:43px}
.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{margin-bottom:35px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.contact-bar01-view .section .heading,.contact-bar02-view .section .contact-bar01-view .heading,.contact-bar03-view .section .contact-bar01-view .heading,.contact-bar01-view .section .contact-bar02-view .heading,.contact-bar02-view .section .heading,.contact-bar03-view .section .contact-bar02-view .heading,.contact-bar01-view .section .contact-bar03-view .heading,.contact-bar02-view .section .contact-bar03-view .heading,.contact-bar03-view .section .heading{margin-bottom:21px}
.contact-bar01-view .section .rte,.contact-bar02-view .section .contact-bar01-view .rte,.contact-bar03-view .section .contact-bar01-view .rte,.contact-bar01-view .section .contact-bar02-view .rte,.contact-bar02-view .section .rte,.contact-bar03-view .section .contact-bar02-view .rte,.contact-bar01-view .section .contact-bar03-view .rte,.contact-bar02-view .section .contact-bar03-view .rte,.contact-bar03-view .section .rte{margin-bottom:43px}
.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{margin-bottom:35px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.contact-bar01-view .section .heading,.contact-bar02-view .section .contact-bar01-view .heading,.contact-bar03-view .section .contact-bar01-view .heading,.contact-bar01-view .section .contact-bar02-view .heading,.contact-bar02-view .section .heading,.contact-bar03-view .section .contact-bar02-view .heading,.contact-bar01-view .section .contact-bar03-view .heading,.contact-bar02-view .section .contact-bar03-view .heading,.contact-bar03-view .section .heading{margin-bottom:25px}
.contact-bar01-view .section .rte,.contact-bar02-view .section .contact-bar01-view .rte,.contact-bar03-view .section .contact-bar01-view .rte,.contact-bar01-view .section .contact-bar02-view .rte,.contact-bar02-view .section .rte,.contact-bar03-view .section .contact-bar02-view .rte,.contact-bar01-view .section .contact-bar03-view .rte,.contact-bar02-view .section .contact-bar03-view .rte,.contact-bar03-view .section .rte{margin-bottom:67px}
.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{margin-bottom:1px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.contact-bar01-view .section .heading,.contact-bar02-view .section .contact-bar01-view .heading,.contact-bar03-view .section .contact-bar01-view .heading,.contact-bar01-view .section .contact-bar02-view .heading,.contact-bar02-view .section .heading,.contact-bar03-view .section .contact-bar02-view .heading,.contact-bar01-view .section .contact-bar03-view .heading,.contact-bar02-view .section .contact-bar03-view .heading,.contact-bar03-view .section .heading{margin-bottom:31px}
.contact-bar01-view .section .rte,.contact-bar02-view .section .contact-bar01-view .rte,.contact-bar03-view .section .contact-bar01-view .rte,.contact-bar01-view .section .contact-bar02-view .rte,.contact-bar02-view .section .rte,.contact-bar03-view .section .contact-bar02-view .rte,.contact-bar01-view .section .contact-bar03-view .rte,.contact-bar02-view .section .contact-bar03-view .rte,.contact-bar03-view .section .rte{margin-bottom:67px}
.contact-bar01-view .list-item .wrapper-image,.contact-bar02-view .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .halves .list-item .wrapper-image,.contact-bar01-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.lg-2 .list-item .wrapper-image,.contact-bar02-view .col.lg-2 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.lg-2 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .text-width-wide .list-item .wrapper-image,.contact-bar01-view .text-width-half .list-item .wrapper-image,.contact-bar01-view .thirds .list-item .wrapper-image,.contact-bar01-view .thirds-v2 .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .col.lg-3 .list-item .wrapper-image,.contact-bar02-view .col.lg-3 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.lg-3 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .text-width-narrow .list-item .wrapper-image,.contact-bar01-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .list-item .wrapper-image,.contact-bar03-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .halves .list-item .wrapper-image,.contact-bar02-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.lg-2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.lg-2 .list-item .wrapper-image,.contact-bar03-view .col.lg-2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .text-width-wide .list-item .wrapper-image,.contact-bar02-view .text-width-half .list-item .wrapper-image,.contact-bar02-view .thirds .list-item .wrapper-image,.contact-bar02-view .thirds-v2 .list-item .wrapper-image,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .col.lg-3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.lg-3 .list-item .wrapper-image,.contact-bar03-view .col.lg-3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .text-width-narrow .list-item .wrapper-image,.contact-bar01-view .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .list-item .wrapper-image,.contact-bar03-view .halves .list-item .wrapper-image,.contact-bar03-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.lg-2 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.lg-2 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.lg-2 .list-item .wrapper-image,.contact-bar03-view .text-width-wide .list-item .wrapper-image,.contact-bar03-view .text-width-half .list-item .wrapper-image,.contact-bar03-view .thirds .list-item .wrapper-image,.contact-bar03-view .thirds-v2 .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .col.lg-3 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.lg-3 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.lg-3 .list-item .wrapper-image,.contact-bar03-view .text-width-narrow .list-item .wrapper-image{margin-bottom:22px}
.contact-bar01-view .quarters .list-item .wrapper-image,.contact-bar02-view .quarters .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .col.lg-4 .list-item .wrapper-image,.contact-bar02-view .col.lg-4 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.lg-4 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters .list-item .wrapper-image,.contact-bar03-view .quarters .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .col.lg-4 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.lg-4 .list-item .wrapper-image,.contact-bar03-view .col.lg-4 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters .list-item .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .col.lg-4 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.lg-4 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.lg-4 .list-item .wrapper-image{margin-bottom:17px}
.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{margin-bottom:1px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.contact-bar01-view .section .heading,.contact-bar02-view .section .contact-bar01-view .heading,.contact-bar03-view .section .contact-bar01-view .heading,.contact-bar01-view .section .contact-bar02-view .heading,.contact-bar02-view .section .heading,.contact-bar03-view .section .contact-bar02-view .heading,.contact-bar01-view .section .contact-bar03-view .heading,.contact-bar02-view .section .contact-bar03-view .heading,.contact-bar03-view .section .heading{margin-bottom:31px}
.contact-bar01-view .section .rte,.contact-bar02-view .section .contact-bar01-view .rte,.contact-bar03-view .section .contact-bar01-view .rte,.contact-bar01-view .section .contact-bar02-view .rte,.contact-bar02-view .section .rte,.contact-bar03-view .section .contact-bar02-view .rte,.contact-bar01-view .section .contact-bar03-view .rte,.contact-bar02-view .section .contact-bar03-view .rte,.contact-bar03-view .section .rte{margin-bottom:91px}
.contact-bar01-view .list-item .wrapper-image,.contact-bar02-view .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .halves .list-item .wrapper-image,.contact-bar01-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.xl-2 .list-item .wrapper-image,.contact-bar02-view .col.xl-2 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.xl-2 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .text-width-wide .list-item .wrapper-image,.contact-bar01-view .text-width-half .list-item .wrapper-image,.contact-bar01-view .thirds .list-item .wrapper-image,.contact-bar01-view .thirds-v2 .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .col.xl-3 .list-item .wrapper-image,.contact-bar02-view .col.xl-3 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.xl-3 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .text-width-narrow .list-item .wrapper-image,.contact-bar01-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .list-item .wrapper-image,.contact-bar03-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .halves .list-item .wrapper-image,.contact-bar02-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.xl-2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.xl-2 .list-item .wrapper-image,.contact-bar03-view .col.xl-2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .text-width-wide .list-item .wrapper-image,.contact-bar02-view .text-width-half .list-item .wrapper-image,.contact-bar02-view .thirds .list-item .wrapper-image,.contact-bar02-view .thirds-v2 .list-item .wrapper-image,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .col.xl-3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.xl-3 .list-item .wrapper-image,.contact-bar03-view .col.xl-3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .text-width-narrow .list-item .wrapper-image,.contact-bar01-view .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .list-item .wrapper-image,.contact-bar03-view .halves .list-item .wrapper-image,.contact-bar03-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.xl-2 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.xl-2 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.xl-2 .list-item .wrapper-image,.contact-bar03-view .text-width-wide .list-item .wrapper-image,.contact-bar03-view .text-width-half .list-item .wrapper-image,.contact-bar03-view .thirds .list-item .wrapper-image,.contact-bar03-view .thirds-v2 .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .col.xl-3 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.xl-3 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.xl-3 .list-item .wrapper-image,.contact-bar03-view .text-width-narrow .list-item .wrapper-image{margin-bottom:22px}
.contact-bar01-view .quarters .list-item .wrapper-image,.contact-bar02-view .quarters .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .col.xl-4 .list-item .wrapper-image,.contact-bar02-view .col.xl-4 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.xl-4 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters .list-item .wrapper-image,.contact-bar03-view .quarters .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .col.xl-4 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.xl-4 .list-item .wrapper-image,.contact-bar03-view .col.xl-4 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters .list-item .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .col.xl-4 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.xl-4 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.xl-4 .list-item .wrapper-image{margin-bottom:17px}
.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{margin-bottom:1px}
}
@media screen and (min-width:1600px){.contact-bar01-view .section .heading,.contact-bar02-view .section .contact-bar01-view .heading,.contact-bar03-view .section .contact-bar01-view .heading,.contact-bar01-view .section .contact-bar02-view .heading,.contact-bar02-view .section .heading,.contact-bar03-view .section .contact-bar02-view .heading,.contact-bar01-view .section .contact-bar03-view .heading,.contact-bar02-view .section .contact-bar03-view .heading,.contact-bar03-view .section .heading{margin-bottom:31px}
.contact-bar01-view .section .rte,.contact-bar02-view .section .contact-bar01-view .rte,.contact-bar03-view .section .contact-bar01-view .rte,.contact-bar01-view .section .contact-bar02-view .rte,.contact-bar02-view .section .rte,.contact-bar03-view .section .contact-bar02-view .rte,.contact-bar01-view .section .contact-bar03-view .rte,.contact-bar02-view .section .contact-bar03-view .rte,.contact-bar03-view .section .rte{margin-bottom:91px}
.contact-bar01-view .list-item .wrapper-image,.contact-bar02-view .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .halves .list-item .wrapper-image,.contact-bar01-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.xxl-2 .list-item .wrapper-image,.contact-bar02-view .col.xxl-2 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.xxl-2 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .text-width-wide .list-item .wrapper-image,.contact-bar01-view .text-width-half .list-item .wrapper-image,.contact-bar01-view .thirds .list-item .wrapper-image,.contact-bar01-view .thirds-v2 .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .col.xxl-3 .list-item .wrapper-image,.contact-bar02-view .col.xxl-3 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.xxl-3 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .text-width-narrow .list-item .wrapper-image,.contact-bar01-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .list-item .wrapper-image,.contact-bar03-view .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .halves .list-item .wrapper-image,.contact-bar02-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.xxl-2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.xxl-2 .list-item .wrapper-image,.contact-bar03-view .col.xxl-2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .text-width-wide .list-item .wrapper-image,.contact-bar02-view .text-width-half .list-item .wrapper-image,.contact-bar02-view .thirds .list-item .wrapper-image,.contact-bar02-view .thirds-v2 .list-item .wrapper-image,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .col.xxl-3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.xxl-3 .list-item .wrapper-image,.contact-bar03-view .col.xxl-3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .text-width-narrow .list-item .wrapper-image,.contact-bar01-view .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .list-item .wrapper-image,.contact-bar03-view .halves .list-item .wrapper-image,.contact-bar03-view .halves-v2 .list-item .wrapper-image,.contact-bar01-view .col.xxl-2 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.xxl-2 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.xxl-2 .list-item .wrapper-image,.contact-bar03-view .text-width-wide .list-item .wrapper-image,.contact-bar03-view .text-width-half .list-item .wrapper-image,.contact-bar03-view .thirds .list-item .wrapper-image,.contact-bar03-view .thirds-v2 .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .twothirds>li:last-child .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .twothirds-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .col.xxl-3 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.xxl-3 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.xxl-3 .list-item .wrapper-image,.contact-bar03-view .text-width-narrow .list-item .wrapper-image{margin-bottom:22px}
.contact-bar01-view .quarters .list-item .wrapper-image,.contact-bar02-view .quarters .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .col.xxl-4 .list-item .wrapper-image,.contact-bar02-view .col.xxl-4 .list-item .contact-bar01-view .wrapper-image,.contact-bar03-view .col.xxl-4 .list-item .contact-bar01-view .wrapper-image,.contact-bar01-view .quarters .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters .list-item .wrapper-image,.contact-bar03-view .quarters .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .col.xxl-4 .list-item .contact-bar02-view .wrapper-image,.contact-bar02-view .col.xxl-4 .list-item .wrapper-image,.contact-bar03-view .col.xxl-4 .list-item .contact-bar02-view .wrapper-image,.contact-bar01-view .quarters .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters .list-item .wrapper-image,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v2 .list-item .wrapper-image,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v3 .list-item .wrapper-image,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v4 .list-item .wrapper-image,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .quarters-v5 .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .threeone>li:last-child .list-item .wrapper-image,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .threeone-v2>li:first-child .list-item .wrapper-image,.contact-bar01-view .col.xxl-4 .list-item .contact-bar03-view .wrapper-image,.contact-bar02-view .col.xxl-4 .list-item .contact-bar03-view .wrapper-image,.contact-bar03-view .col.xxl-4 .list-item .wrapper-image{margin-bottom:17px}
.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{margin-bottom:1px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .heading,.contact-bar02-view .col.lg-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.lg-3 .list-item .heading,.contact-bar02-view .col.lg-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-2 .list-item .heading,.contact-bar03-view .col.lg-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.lg-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-3 .list-item .heading,.contact-bar03-view .col.lg-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.lg-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{font-size:30px;font-size:3rem}
.contact-bar01-view .quarters .list-item .heading,.contact-bar02-view .quarters .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v2 .list-item .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v4 .list-item .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.lg-4 .list-item .heading,.contact-bar02-view .col.lg-4 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters .list-item .heading,.contact-bar03-view .quarters .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v2 .list-item .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v4 .list-item .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.lg-4 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-4 .list-item .heading,.contact-bar03-view .col.lg-4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters .list-item .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v4 .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .col.lg-4 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-4 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-4 .list-item .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .heading,.contact-bar02-view .col.xl-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xl-3 .list-item .heading,.contact-bar02-view .col.xl-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-2 .list-item .heading,.contact-bar03-view .col.xl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-3 .list-item .heading,.contact-bar03-view .col.xl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xl-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{font-size:30px;font-size:3rem}
.contact-bar01-view .quarters .list-item .heading,.contact-bar02-view .quarters .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v2 .list-item .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v4 .list-item .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xl-4 .list-item .heading,.contact-bar02-view .col.xl-4 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters .list-item .heading,.contact-bar03-view .quarters .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v2 .list-item .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v4 .list-item .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xl-4 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-4 .list-item .heading,.contact-bar03-view .col.xl-4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters .list-item .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v4 .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xl-4 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-4 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-4 .list-item .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1600px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .heading,.contact-bar02-view .col.xxl-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xxl-3 .list-item .heading,.contact-bar02-view .col.xxl-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-2 .list-item .heading,.contact-bar03-view .col.xxl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xxl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-3 .list-item .heading,.contact-bar03-view .col.xxl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xxl-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{font-size:30px;font-size:3rem}
.contact-bar01-view .quarters .list-item .heading,.contact-bar02-view .quarters .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v2 .list-item .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v4 .list-item .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xxl-4 .list-item .heading,.contact-bar02-view .col.xxl-4 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters .list-item .heading,.contact-bar03-view .quarters .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v2 .list-item .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v4 .list-item .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xxl-4 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-4 .list-item .heading,.contact-bar03-view .col.xxl-4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters .list-item .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v4 .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xxl-4 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-4 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-4 .list-item .heading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{line-height:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .heading,.contact-bar02-view .col.lg-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.lg-3 .list-item .heading,.contact-bar02-view .col.lg-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-2 .list-item .heading,.contact-bar03-view .col.lg-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.lg-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-3 .list-item .heading,.contact-bar03-view .col.lg-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.lg-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{line-height:36px}
.contact-bar01-view .quarters .list-item .heading,.contact-bar02-view .quarters .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v2 .list-item .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v4 .list-item .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.lg-4 .list-item .heading,.contact-bar02-view .col.lg-4 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters .list-item .heading,.contact-bar03-view .quarters .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v2 .list-item .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v4 .list-item .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.lg-4 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-4 .list-item .heading,.contact-bar03-view .col.lg-4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters .list-item .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v4 .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .col.lg-4 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-4 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-4 .list-item .heading{line-height:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .heading,.contact-bar02-view .col.xl-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xl-3 .list-item .heading,.contact-bar02-view .col.xl-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-2 .list-item .heading,.contact-bar03-view .col.xl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-3 .list-item .heading,.contact-bar03-view .col.xl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xl-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{line-height:36px}
.contact-bar01-view .quarters .list-item .heading,.contact-bar02-view .quarters .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v2 .list-item .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v4 .list-item .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xl-4 .list-item .heading,.contact-bar02-view .col.xl-4 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters .list-item .heading,.contact-bar03-view .quarters .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v2 .list-item .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v4 .list-item .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xl-4 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-4 .list-item .heading,.contact-bar03-view .col.xl-4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters .list-item .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v4 .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xl-4 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-4 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-4 .list-item .heading{line-height:30px}
}
@media screen and (min-width:1600px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .heading,.contact-bar02-view .col.xxl-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xxl-3 .list-item .heading,.contact-bar02-view .col.xxl-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-2 .list-item .heading,.contact-bar03-view .col.xxl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xxl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-3 .list-item .heading,.contact-bar03-view .col.xxl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xxl-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{line-height:36px}
.contact-bar01-view .quarters .list-item .heading,.contact-bar02-view .quarters .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v2 .list-item .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v4 .list-item .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xxl-4 .list-item .heading,.contact-bar02-view .col.xxl-4 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-4 .list-item .contact-bar01-view .heading,.contact-bar01-view .quarters .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters .list-item .heading,.contact-bar03-view .quarters .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v2 .list-item .heading,.contact-bar03-view .quarters-v2 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v4 .list-item .heading,.contact-bar03-view .quarters-v4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .threeone>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xxl-4 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-4 .list-item .heading,.contact-bar03-view .col.xxl-4 .list-item .contact-bar02-view .heading,.contact-bar01-view .quarters .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters .list-item .heading,.contact-bar01-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v2 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v3 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v4 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v4 .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar02-view .quarters-v5 .list-item .contact-bar03-view .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone>li:last-child .list-item .heading,.contact-bar01-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone>li:last-child .list-item .heading,.contact-bar02-view .threeone>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .threeone-v2>li:first-child .list-item .heading,.contact-bar02-view .threeone-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .threeone-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xxl-4 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-4 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-4 .list-item .heading{line-height:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{font-weight:400}
}
@media screen and (min-width:640px) and (max-width:767.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .quarters-v3 .list-item .heading,.contact-bar01-view .col.md-2 .list-item .heading,.contact-bar02-view .col.md-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.md-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-long .list-item .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .quarters-v5 .list-item .heading,.contact-bar01-view .col.md-3 .list-item .heading,.contact-bar02-view .col.md-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.md-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar02-view .quarters-v3 .list-item .heading,.contact-bar01-view .col.md-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.md-2 .list-item .heading,.contact-bar03-view .col.md-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-long .list-item .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .quarters-v5 .list-item .heading,.contact-bar01-view .col.md-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.md-3 .list-item .heading,.contact-bar03-view .col.md-3 .list-item .contact-bar02-view .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar03-view .quarters-v3 .list-item .heading,.contact-bar01-view .col.md-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.md-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.md-2 .list-item .heading,.contact-bar03-view .text-width-long .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .quarters-v5 .list-item .heading,.contact-bar01-view .col.md-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.md-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.md-3 .list-item .heading{font-weight:400}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .heading,.contact-bar02-view .col.lg-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.lg-3 .list-item .heading,.contact-bar02-view .col.lg-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.lg-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-2 .list-item .heading,.contact-bar03-view .col.lg-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.lg-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.lg-3 .list-item .heading,.contact-bar03-view .col.lg-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.lg-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.lg-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.lg-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.lg-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{font-weight:200}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .heading,.contact-bar02-view .col.xl-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xl-3 .list-item .heading,.contact-bar02-view .col.xl-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xl-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-2 .list-item .heading,.contact-bar03-view .col.xl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xl-3 .list-item .heading,.contact-bar03-view .col.xl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xl-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xl-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xl-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xl-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{font-weight:200}
}
@media screen and (min-width:1600px){.contact-bar01-view .list-item .heading,.contact-bar02-view .list-item .contact-bar01-view .heading,.contact-bar03-view .list-item .contact-bar01-view .heading,.contact-bar01-view .halves .list-item .heading,.contact-bar01-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .heading,.contact-bar02-view .col.xxl-2 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-2 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-wide .list-item .heading,.contact-bar01-view .text-width-half .list-item .heading,.contact-bar01-view .thirds .list-item .heading,.contact-bar01-view .thirds-v2 .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar01-view .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar01-view .heading,.contact-bar01-view .col.xxl-3 .list-item .heading,.contact-bar02-view .col.xxl-3 .list-item .contact-bar01-view .heading,.contact-bar03-view .col.xxl-3 .list-item .contact-bar01-view .heading,.contact-bar01-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar02-view .heading,.contact-bar02-view .list-item .heading,.contact-bar03-view .list-item .contact-bar02-view .heading,.contact-bar02-view .halves .list-item .heading,.contact-bar02-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-2 .list-item .heading,.contact-bar03-view .col.xxl-2 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-wide .list-item .heading,.contact-bar02-view .text-width-half .list-item .heading,.contact-bar02-view .thirds .list-item .heading,.contact-bar02-view .thirds-v2 .list-item .heading,.contact-bar02-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .twothirds>li:last-child .list-item .contact-bar02-view .heading,.contact-bar02-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .contact-bar02-view .heading,.contact-bar01-view .col.xxl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .col.xxl-3 .list-item .heading,.contact-bar03-view .col.xxl-3 .list-item .contact-bar02-view .heading,.contact-bar02-view .text-width-narrow .list-item .heading,.contact-bar01-view .list-item .contact-bar03-view .heading,.contact-bar02-view .list-item .contact-bar03-view .heading,.contact-bar03-view .list-item .heading,.contact-bar03-view .halves .list-item .heading,.contact-bar03-view .halves-v2 .list-item .heading,.contact-bar01-view .col.xxl-2 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-2 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-2 .list-item .heading,.contact-bar03-view .text-width-wide .list-item .heading,.contact-bar03-view .text-width-half .list-item .heading,.contact-bar03-view .thirds .list-item .heading,.contact-bar03-view .thirds-v2 .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds>li:last-child .list-item .heading,.contact-bar01-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds>li:last-child .list-item .heading,.contact-bar02-view .twothirds>li:last-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds>li:last-child .list-item .heading,.contact-bar03-view .contact-bar01-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .contact-bar02-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar02-view .twothirds-v2>li:first-child .list-item .contact-bar03-view .heading,.contact-bar03-view .twothirds-v2>li:first-child .list-item .heading,.contact-bar01-view .col.xxl-3 .list-item .contact-bar03-view .heading,.contact-bar02-view .col.xxl-3 .list-item .contact-bar03-view .heading,.contact-bar03-view .col.xxl-3 .list-item .heading,.contact-bar03-view .text-width-narrow .list-item .heading{font-weight:200}
}
.bg-medium .contact-bar-icon,.contact-bar-icon-white,.bg-medium .bg-light .contact-bar-icon-white,.bg-medium .bg-dark .contact-bar-icon-white{display:none}
.bg-medium .contact-bar-icon-white,.bg-medium .bg-light .contact-bar-icon,.bg-medium .bg-dark .contact-bar-icon{display:block}
.contact-bar01-view .col .is-livechat,.contact-bar02-view .col .is-livechat,.contact-bar03-view .col .is-livechat{display:none}
.emclp-chat-active.emclp-online .contact-bar01-view .col .is-livechat,.emclp-chat-active.emclp-online .contact-bar02-view .col .is-livechat,.emclp-chat-active.emclp-online .contact-bar03-view .col .is-livechat{display:block}
@media screen and (min-width:768px){.contact-bar01-view .wrapper-image,.contact-bar02-view .wrapper-image,.contact-bar03-view .wrapper-image{min-height:60px}
.contact-bar01-view .wrapper-image img,.contact-bar02-view .wrapper-image img,.contact-bar03-view .wrapper-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.contact-bar01-view .col.has-livechat.md-2 .list-item,.contact-bar01-view .col.has-livechat.lg-2 .list-item,.contact-bar01-view .col.has-livechat.xl-2 .list-item,.contact-bar01-view .col.has-livechat.xxl-2 .list-item,.contact-bar02-view .col.has-livechat.md-2 .list-item,.contact-bar02-view .col.has-livechat.lg-2 .list-item,.contact-bar02-view .col.has-livechat.xl-2 .list-item,.contact-bar02-view .col.has-livechat.xxl-2 .list-item,.contact-bar03-view .col.has-livechat.md-2 .list-item,.contact-bar03-view .col.has-livechat.lg-2 .list-item,.contact-bar03-view .col.has-livechat.xl-2 .list-item,.contact-bar03-view .col.has-livechat.xxl-2 .list-item{width:100%}
.contact-bar01-view .col.has-livechat.md-3 .list-item,.contact-bar01-view .col.has-livechat.lg-3 .list-item,.contact-bar01-view .col.has-livechat.xl-3 .list-item,.contact-bar01-view .col.has-livechat.xxl-3 .list-item,.contact-bar02-view .col.has-livechat.md-3 .list-item,.contact-bar02-view .col.has-livechat.lg-3 .list-item,.contact-bar02-view .col.has-livechat.xl-3 .list-item,.contact-bar02-view .col.has-livechat.xxl-3 .list-item,.contact-bar03-view .col.has-livechat.md-3 .list-item,.contact-bar03-view .col.has-livechat.lg-3 .list-item,.contact-bar03-view .col.has-livechat.xl-3 .list-item,.contact-bar03-view .col.has-livechat.xxl-3 .list-item{width:50%}
.contact-bar01-view .col.has-livechat.md-4:not(.gt-four-elem) .list-item,.contact-bar01-view .col.has-livechat.lg-4:not(.gt-four-elem) .list-item,.contact-bar01-view .col.has-livechat.xl-4:not(.gt-four-elem) .list-item,.contact-bar01-view .col.has-livechat.xxl-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.md-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.lg-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.xl-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.xxl-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.md-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.lg-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.xl-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.xxl-4:not(.gt-four-elem) .list-item{width:33.33%}
.contact-bar01-view .col.has-livechat.md-4:not(.gt-four-elem) .list-item,.contact-bar01-view .col.has-livechat.lg-4:not(.gt-four-elem) .list-item,.contact-bar01-view .col.has-livechat.xl-4:not(.gt-four-elem) .list-item,.contact-bar01-view .col.has-livechat.xxl-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.md-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.lg-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.xl-4:not(.gt-four-elem) .list-item,.contact-bar02-view .col.has-livechat.xxl-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.md-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.lg-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.xl-4:not(.gt-four-elem) .list-item,.contact-bar03-view .col.has-livechat.xxl-4:not(.gt-four-elem) .list-item{width:33.33%}
.contact-bar01-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(4n+1),.contact-bar01-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(4n+1),.contact-bar01-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(4n+1),.contact-bar01-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(4n+1),.contact-bar02-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(4n+1),.contact-bar02-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(4n+1),.contact-bar02-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(4n+1),.contact-bar02-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(4n+1),.contact-bar03-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(4n+1),.contact-bar03-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(4n+1),.contact-bar03-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(4n+1),.contact-bar03-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(4n+1){clear:none}
.contact-bar01-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(5n+1),.contact-bar01-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(5n+1),.contact-bar01-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(5n+1),.contact-bar01-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(5n+1),.contact-bar02-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(5n+1),.contact-bar02-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(5n+1),.contact-bar02-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(5n+1),.contact-bar02-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(5n+1),.contact-bar03-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(5n+1),.contact-bar03-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(5n+1),.contact-bar03-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(5n+1),.contact-bar03-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(5n+1){clear:left}
.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.md-2 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.lg-2 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xl-2 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xxl-2 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.md-2 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.lg-2 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xl-2 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xxl-2 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.md-2 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.lg-2 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xl-2 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xxl-2 .list-item{width:50%}
.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.md-3 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.lg-3 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xl-3 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xxl-3 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.md-3 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.lg-3 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xl-3 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xxl-3 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.md-3 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.lg-3 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xl-3 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xxl-3 .list-item{width:33.33%}
.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.md-4 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.lg-4 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xl-4 .list-item,.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xxl-4 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.md-4 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.lg-4 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xl-4 .list-item,.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xxl-4 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.md-4 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.lg-4 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xl-4 .list-item,.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xxl-4 .list-item{width:25%}
.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(4n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(4n+1){clear:left}
.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar01-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar02-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.md-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.lg-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xl-4.gt-four-elem>li:nth-child(5n+1),.emclp-chat-active.emclp-online .contact-bar03-view .col.has-livechat.xxl-4.gt-four-elem>li:nth-child(5n+1){clear:none}
}
@media screen and (min-width:1280px){.contact-bar01-view .rte,.contact-bar02-view .rte,.contact-bar03-view .rte{max-width:66%;margin:0 auto}
}
.breadcrumb01-view{display:none}
@media screen and (min-width:0) and (max-width:979.9px){.breadcrumb01-small .breadcrumb-small-back span{color:#aaa;padding:20px 18px 10px}
.breadcrumb01-small .breadcrumb-small-back,.breadcrumb01-small .breadcrumb-small-ancestor{border-bottom:0}
.breadcrumb01-small .breadcrumb-small-home{padding-bottom:10px}
.breadcrumb01-small span{display:inline-block;font-size:14px;padding:5px 18px 10px 5px}
.breadcrumb01-small .breadcrumb-small-ancestor:not(.indented-li){padding-left:20px}
.breadcrumb01-small .breadcrumb-small-ancestor:not(.indented-li) span{padding-left:0}
.breadcrumb01-small a{color:#fff}
.breadcrumb01-small .indented-li a::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23FFFFFF%22%20points%3D%228%2022%208%205%205%205%205%2022%205%2025%208%2025%2025%2025%2025%2022%208%2022%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}
}
@media screen and (min-width:980px){.breadcrumb01-large{display:inline-block;margin-left:20px;position:relative;top:7px}
.breadcrumb01-large li{color:rgba(255,255,255,0.5);display:inline-block;font-size:13px}
.breadcrumb01-large li a{color:rgba(255,255,255,0.5)}
.breadcrumb01-large li::after{content:"\203A";font-size:16px;padding-left:5px}
.breadcrumb01-large li:not(:last-of-type){margin-right:10px}
}
.breadcrumb02-view{display:none}
@media screen and (min-width:0) and (max-width:979.9px){.breadcrumb02-small .breadcrumb-small-back span{color:#aaa;padding:20px 18px 10px}
.breadcrumb02-small .breadcrumb-small-back,.breadcrumb02-small .breadcrumb-small-ancestor{border-bottom:0}
.breadcrumb02-small .breadcrumb-small-home{padding-bottom:10px}
.breadcrumb02-small span{display:inline-block;font-size:14px;padding:5px 18px 10px 5px}
.breadcrumb02-small .breadcrumb-small-ancestor:not(.indented-li){padding-left:20px}
.breadcrumb02-small .breadcrumb-small-ancestor:not(.indented-li) span{padding-left:0}
.breadcrumb02-small a{color:#fff}
.breadcrumb02-small .indented-li a::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23FFFFFF%22%20points%3D%228%2022%208%205%205%205%205%2022%205%2025%208%2025%2025%2025%2025%2022%208%2022%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}
}
@media screen and (min-width:980px){.breadcrumb02-large{display:inline-block;border-left:solid 1px #eee;margin-left:15px;padding-left:15px;position:relative;top:8px}
.breadcrumb02-large li{color:#fff;display:inline-block;font-size:20px;padding-top:5px}
.breadcrumb02-large li a{color:#fff}
.breadcrumb02-large li .breadcrumb02-large-expand{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpolygon%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23007db8%22%20points%3D%2227%207%2011.24%207%2016.12%202.12%2014%200%207.64%206.36%205.51%208.48%2014%2016.97%2016.12%2014.85%2011.27%2010%2027%2010%2027%2027%203%2027%203%2014%200%2014%200%2027%200%2030%203%2030%2027%2030%2030%2030%2030%2027%2030%2010%2030%207%2027%207%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;display:inline-block;height:16px;width:18px;margin-left:10px}
.breadcrumb02-large li.breadcrumb02-large-ancestor{display:none}
.breadcrumb02-large li.breadcrumb02-large-ancestor.open{display:inline-block}
.breadcrumb02-large li.breadcrumb02-large-ancestor::after{content:"\203A";font-size:20px;padding-left:10px}
.breadcrumb02-large li:not(:last-of-type){margin-right:10px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .no-swap-order.wrapper-image{padding-right:42px}
.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .quarters-v3 .no-swap-order.wrapper-image,.quote-view .col.md-2 .no-swap-order.wrapper-image,.quote-view .text-width-long .no-swap-order.wrapper-image,.quote-view .text-width-wide .no-swap-order.wrapper-image,.quote-view .text-width-half .no-swap-order.wrapper-image,.quote-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .no-swap-order.wrapper-image{padding-right:48px}
.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .col.lg-2 .no-swap-order.wrapper-image,.quote-view .text-width-wide .no-swap-order.wrapper-image,.quote-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.quote-view .thirds .no-swap-order.wrapper-image,.quote-view .thirds-v2 .no-swap-order.wrapper-image,.quote-view .twothirds>li:last-child .no-swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.quote-view .col.lg-3 .no-swap-order.wrapper-image,.quote-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .no-swap-order.wrapper-image{padding-right:48px}
.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .col.xl-2 .no-swap-order.wrapper-image,.quote-view .text-width-wide .no-swap-order.wrapper-image,.quote-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.quote-view .thirds .no-swap-order.wrapper-image,.quote-view .thirds-v2 .no-swap-order.wrapper-image,.quote-view .twothirds>li:last-child .no-swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.quote-view .col.xl-3 .no-swap-order.wrapper-image,.quote-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:1600px){.quote-view .no-swap-order.wrapper-image{padding-right:48px}
.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .col.xxl-2 .no-swap-order.wrapper-image,.quote-view .text-width-wide .no-swap-order.wrapper-image,.quote-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.quote-view .thirds .no-swap-order.wrapper-image,.quote-view .thirds-v2 .no-swap-order.wrapper-image,.quote-view .twothirds>li:last-child .no-swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.quote-view .col.xxl-3 .no-swap-order.wrapper-image,.quote-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .swap-order.wrapper-image{padding-left:42px}
.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .quarters-v3 .swap-order.wrapper-image,.quote-view .col.md-2 .swap-order.wrapper-image,.quote-view .text-width-long .swap-order.wrapper-image,.quote-view .text-width-wide .swap-order.wrapper-image,.quote-view .text-width-half .swap-order.wrapper-image,.quote-view .text-width-narrow .swap-order.wrapper-image{padding-left:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .swap-order.wrapper-image{padding-left:48px}
.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .col.lg-2 .swap-order.wrapper-image,.quote-view .text-width-wide .swap-order.wrapper-image,.quote-view .text-width-half .swap-order.wrapper-image{padding-left:42px}
.quote-view .thirds .swap-order.wrapper-image,.quote-view .thirds-v2 .swap-order.wrapper-image,.quote-view .twothirds>li:last-child .swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .swap-order.wrapper-image,.quote-view .col.lg-3 .swap-order.wrapper-image,.quote-view .text-width-narrow .swap-order.wrapper-image{padding-left:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .swap-order.wrapper-image{padding-left:48px}
.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .col.xl-2 .swap-order.wrapper-image,.quote-view .text-width-wide .swap-order.wrapper-image,.quote-view .text-width-half .swap-order.wrapper-image{padding-left:42px}
.quote-view .thirds .swap-order.wrapper-image,.quote-view .thirds-v2 .swap-order.wrapper-image,.quote-view .twothirds>li:last-child .swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .swap-order.wrapper-image,.quote-view .col.xl-3 .swap-order.wrapper-image,.quote-view .text-width-narrow .swap-order.wrapper-image{padding-left:36px}
}
@media screen and (min-width:1600px){.quote-view .swap-order.wrapper-image{padding-left:48px}
.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .col.xxl-2 .swap-order.wrapper-image,.quote-view .text-width-wide .swap-order.wrapper-image,.quote-view .text-width-half .swap-order.wrapper-image{padding-left:42px}
.quote-view .thirds .swap-order.wrapper-image,.quote-view .thirds-v2 .swap-order.wrapper-image,.quote-view .twothirds>li:last-child .swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .swap-order.wrapper-image,.quote-view .col.xxl-3 .swap-order.wrapper-image,.quote-view .text-width-narrow .swap-order.wrapper-image{padding-left:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .quarters-v3 .no-swap-order.wrapper-image,.quote-view .col.md-2 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .col.lg-2 .no-swap-order.wrapper-image,.quote-view .thirds .no-swap-order.wrapper-image,.quote-view .thirds-v2 .no-swap-order.wrapper-image,.quote-view .twothirds>li:last-child .no-swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.quote-view .col.lg-3 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .halves .no-swap-order.wrapper-image,.quote-view .halves-v2 .no-swap-order.wrapper-image,.quote-view .col.xl-2 .no-swap-order.wrapper-image,.quote-view .thirds .no-swap-order.wrapper-image,.quote-view .thirds-v2 .no-swap-order.wrapper-image,.quote-view .twothirds>li:last-child .no-swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.quote-view .col.xl-3 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:1600px){.quote-view .thirds .no-swap-order.wrapper-image,.quote-view .thirds-v2 .no-swap-order.wrapper-image,.quote-view .twothirds>li:last-child .no-swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.quote-view .col.xxl-3 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .quarters-v3 .swap-order.wrapper-image,.quote-view .col.md-2 .swap-order.wrapper-image{padding-left:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .col.lg-2 .swap-order.wrapper-image,.quote-view .thirds .swap-order.wrapper-image,.quote-view .thirds-v2 .swap-order.wrapper-image,.quote-view .twothirds>li:last-child .swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .swap-order.wrapper-image,.quote-view .col.lg-3 .swap-order.wrapper-image{padding-left:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .halves .swap-order.wrapper-image,.quote-view .halves-v2 .swap-order.wrapper-image,.quote-view .col.xl-2 .swap-order.wrapper-image,.quote-view .thirds .swap-order.wrapper-image,.quote-view .thirds-v2 .swap-order.wrapper-image,.quote-view .twothirds>li:last-child .swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .swap-order.wrapper-image,.quote-view .col.xl-3 .swap-order.wrapper-image{padding-left:unset}
}
@media screen and (min-width:1600px){.quote-view .thirds .swap-order.wrapper-image,.quote-view .thirds-v2 .swap-order.wrapper-image,.quote-view .twothirds>li:last-child .swap-order.wrapper-image,.quote-view .twothirds-v2>li:first-child .swap-order.wrapper-image,.quote-view .col.xxl-3 .swap-order.wrapper-image{padding-left:unset}
}
@media screen and (min-width:0) and (max-width:639.9px){.quote-view .wrapper-text{padding-bottom:36px;padding-top:36px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.quote-view .wrapper-text{padding-bottom:36px;padding-top:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .wrapper-text{padding-bottom:60px;padding-top:60px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .wrapper-text{padding-bottom:72px;padding-top:72px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .wrapper-text{padding-bottom:72px;padding-top:72px}
}
@media screen and (min-width:1600px){.quote-view .wrapper-text{padding-bottom:72px;padding-top:72px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .wrapper.no-background .wrapper-text{padding-bottom:40px;padding-top:40px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .wrapper.no-background .wrapper-text{padding-bottom:52px;padding-top:52px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .wrapper.no-background .wrapper-text{padding-bottom:52px;padding-top:52px}
}
@media screen and (min-width:1600px){.quote-view .wrapper.no-background .wrapper-text{padding-bottom:52px;padding-top:52px}
}
@media screen and (min-width:0) and (max-width:639.9px){.quote-view .rte{font-size:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.quote-view .rte{font-size:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .rte{font-size:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .rte{font-size:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .rte{font-size:36px}
}
@media screen and (min-width:1600px){.quote-view .rte{font-size:36px}
}
@media screen and (min-width:0) and (max-width:639.9px){.quote-view .rte{line-height:26px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.quote-view .rte{line-height:26px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .rte{line-height:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .rte{line-height:42px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .rte{line-height:42px}
}
@media screen and (min-width:1600px){.quote-view .rte{line-height:42px}
}
@media screen and (min-width:0) and (max-width:639.9px){.quote-view .quote-author{font-size:15px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.quote-view .quote-author{font-size:15px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .quote-author{font-size:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .quote-author{font-size:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .quote-author{font-size:18px}
}
@media screen and (min-width:1600px){.quote-view .quote-author{font-size:18px}
}
@media screen and (min-width:0) and (max-width:639.9px){.quote-view .quote-author{line-height:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.quote-view .quote-author{line-height:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .quote-author{line-height:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .quote-author{line-height:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .quote-author{line-height:24px}
}
@media screen and (min-width:1600px){.quote-view .quote-author{line-height:24px}
}
@media screen and (min-width:0) and (max-width:639.9px){.quote-view .quote-author{margin-top:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.quote-view .quote-author{margin-top:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.quote-view .quote-author{margin-top:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.quote-view .quote-author{margin-top:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.quote-view .quote-author{margin-top:36px}
}
@media screen and (min-width:1600px){.quote-view .quote-author{margin-top:36px}
}
.quote-view .wrapper::after{clear:both;content:"";display:table}
.quote-view .wrapper.no-background{border-bottom:solid 2px;border-top:solid 2px;border-color:#0076ce}
.quote-view .wrapper.no-background.has-image{padding-bottom:20px;padding-top:20px}
.quote-view .wrapper-image.image-onside-height{margin-bottom:0}
.quote-view .wrapper-image.image-onside-height .rendition{background-size:cover;background-repeat:no-repeat;background-position:center center;height:100%}
.quote-view .wrapper-text-vertical{display:table;width:100%}
.quote-view .wrapper-text{text-align:left;padding-left:20px;padding-right:20px;position:relative}
.quote-view .wrapper-text-inner{display:table-cell}
.quote-view .quotation-marks .wrapper-text-vertical::before{content:"“";font-size:50px;position:relative;top:15px;width:18px;display:table-cell}
.quote-view .quotation-marks .wrapper-text-vertical .rte{margin-bottom:0}
.quote-view .quotation-marks .wrapper-text-vertical .rte p:last-of-type::after{content:"”"}
.quote-view .quote-author{text-transform:uppercase}
.quote-view .quote-author-name{font-weight:600}
.bg-medium .quote-view .wrapper.no-background{border-color:#fff}
@media screen and (min-width:768px){.quote-view .wrapper-text.with-image{float:left}
.quote-view .wrapper-text.with-image .wrapper-text-vertical{position:relative}
.quote-view .wrapper-image{float:left;height:auto}
.quote-view .wrapper-image .wrap-image{line-height:0}
.quote-view .swap-order.wrapper-image{float:right}
.quote-view .swap-order.wrapper-text.with-image{float:left}
.quote-view .no-swap-order.wrapper-image{float:left}
.quote-view .no-swap-order.wrapper-text.with-image{float:right}
.quote-view .wrapper-text:not(.with-image){text-align:center}
.quote-view .wrapper-text.quotation-marks:not(.with-image) .wrapper-text-vertical::before{display:none}
.quote-view .wrapper-text.quotation-marks:not(.with-image) .rte p:first-of-type::before{content:"“";font-size:50px;position:relative;top:15px;width:18px}
}
.collapse-view::after{clear:both;content:"";display:table}
.collapse-view.collapse-enabled{margin-bottom:40px}
.collapse-view.collapse-enabled .collapse-target{overflow:hidden}
.collapse-view.collapse-enabled .collapse-trigger{background-color:rgba(255,255,255,0.5);position:relative;font-size:40px;text-align:center;cursor:pointer;padding-top:75px;margin-top:-72px}
.cssgradients .collapse-view.collapse-enabled .collapse-trigger{background:-webkit-gradient(linear,100% 50%,0 50%,color-stop(0,transparent),color-stop(100%,#fff));background:-webkit-linear-gradient(top,rgba(0,0,0,0),white 55%);background:-moz-linear-gradient(top,rgba(0,0,0,0),white 55%);background:-o-linear-gradient(top,rgba(0,0,0,0),white 55%);background:linear-gradient(top,rgba(0,0,0,0),white 55%);background:-ms-linear-gradient(top,rgba(0,0,0,0),white 55%)}
.ie.no-cssgradients .collapse-view.collapse-enabled .collapse-trigger{filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr=#00FFFFFF,endColorStr=#ffffff)}
.ie.cssgradients .collapse-view.collapse-enabled .collapse-trigger{filter:none}
.collapse-view.collapse-enabled .collapse-trigger .collapse-more,.collapse-view.collapse-enabled .collapse-trigger .collapse-less{font-weight:500;font-size:14px;font-size:1.4rem;line-height:20px;color:#0076ce}
.collapse-view.collapse-enabled .collapse-trigger .collapse-less{display:none}
.collapse-view.collapse-enabled .collapse-trigger:after{content:"⌄";text-align:center;color:transparent;width:36px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E");height:36px;line-height:31px;display:block;margin:0 auto;background-size:cover;margin-top:-12px}
.collapse-view.collapse-enabled.collapse-item-active .collapse-more{display:none}
.collapse-view.collapse-enabled.collapse-item-active .collapse-less{display:inline}
.collapse-view.collapse-enabled.collapse-item-active .collapse-trigger{background:0;padding-top:55px;margin-top:-12px}
.collapse-view.collapse-enabled.collapse-item-active .collapse-trigger:after{content:"⌃";line-height:34px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .collapse-view.collapse-enabled .collapse-trigger{background-color:rgba(0,0,0,0.5)}
.cssgradients .bg-dark .collapse-view.collapse-enabled .collapse-trigger{background:-webkit-gradient(linear,100% 50%,0 50%,color-stop(0,transparent),color-stop(100%,#000));background:-webkit-linear-gradient(top,rgba(0,0,0,0),black 55%);background:-moz-linear-gradient(top,rgba(0,0,0,0),black 55%);background:-o-linear-gradient(top,rgba(0,0,0,0),black 55%);background:linear-gradient(top,rgba(0,0,0,0),black 55%);background:-ms-linear-gradient(top,rgba(0,0,0,0),black 55%)}
.ie.no-cssgradients .bg-dark .collapse-view.collapse-enabled .collapse-trigger{filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr=#00000000,endColorStr=#000000)}
.ie.cssgradients .bg-dark .collapse-view.collapse-enabled .collapse-trigger{filter:none}
.bg-light .collapse-view.collapse-enabled .collapse-trigger{background-color:rgba(255,255,255,0.5)}
.cssgradients .bg-light .collapse-view.collapse-enabled .collapse-trigger{background:-webkit-gradient(linear,100% 50%,0 50%,color-stop(0,transparent),color-stop(100%,#fff));background:-webkit-linear-gradient(top,rgba(0,0,0,0),white 55%);background:-moz-linear-gradient(top,rgba(0,0,0,0),white 55%);background:-o-linear-gradient(top,rgba(0,0,0,0),white 55%);background:linear-gradient(top,rgba(0,0,0,0),white 55%);background:-ms-linear-gradient(top,rgba(0,0,0,0),white 55%)}
.ie.no-cssgradients .bg-light .collapse-view.collapse-enabled .collapse-trigger{filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr=#00FFFFFF,endColorStr=#ffffff)}
.ie.cssgradients .bg-light .collapse-view.collapse-enabled .collapse-trigger{filter:none}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .wrapper-quote{margin-left:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .wrapper-quote{margin-left:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .wrapper-quote{margin-left:36px}
}
@media screen and (min-width:1600px){.text04-view .wrapper-quote{margin-left:36px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text04-view .wrapper-quote{padding-bottom:26px;padding-top:26px;margin-bottom:26px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text04-view .wrapper-quote{padding-bottom:26px;padding-top:26px;margin-bottom:26px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .wrapper-quote{padding-bottom:26px;padding-top:26px;margin-bottom:26px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .wrapper-quote{padding-bottom:42px;padding-top:42px;margin-bottom:42px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .wrapper-quote{padding-bottom:42px;padding-top:42px;margin-bottom:42px}
}
@media screen and (min-width:1600px){.text04-view .wrapper-quote{padding-bottom:42px;padding-top:42px;margin-bottom:42px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text04-view .wrapper-quote .rte{font-size:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text04-view .wrapper-quote .rte{font-size:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .wrapper-quote .rte{font-size:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .wrapper-quote .rte{font-size:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .wrapper-quote .rte{font-size:30px}
}
@media screen and (min-width:1600px){.text04-view .wrapper-quote .rte{font-size:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text04-view .wrapper-quote .rte{line-height:26px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text04-view .wrapper-quote .rte{line-height:26px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .wrapper-quote .rte{line-height:26px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .wrapper-quote .rte{line-height:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .wrapper-quote .rte{line-height:36px}
}
@media screen and (min-width:1600px){.text04-view .wrapper-quote .rte{line-height:36px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text04-view .wrapper-quote .quote-author{font-size:15px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text04-view .wrapper-quote .quote-author{font-size:15px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .wrapper-quote .quote-author{font-size:15px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .wrapper-quote .quote-author{font-size:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .wrapper-quote .quote-author{font-size:18px}
}
@media screen and (min-width:1600px){.text04-view .wrapper-quote .quote-author{font-size:18px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text04-view .wrapper-quote .quote-author{line-height:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text04-view .wrapper-quote .quote-author{line-height:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .wrapper-quote .quote-author{line-height:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .wrapper-quote .quote-author{line-height:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .wrapper-quote .quote-author{line-height:24px}
}
@media screen and (min-width:1600px){.text04-view .wrapper-quote .quote-author{line-height:24px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text04-view .quote-author{margin-top:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text04-view .quote-author{margin-top:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text04-view .quote-author{margin-top:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text04-view .quote-author{margin-top:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text04-view .quote-author{margin-top:24px}
}
@media screen and (min-width:1600px){.text04-view .quote-author{margin-top:24px}
}
.text04-view .wrapper-text::after{clear:both;content:"";display:table}
.text04-view .wrapper-quote.no-background{border-bottom:solid 2px;border-top:solid 2px;border-color:#0076ce}
.text04-view .wrapper-quote.no-background .wrapper-quote-text{padding:0}
.text04-view .wrapper-quote.with-image:not(.no-background){padding-top:0}
.text04-view .wrapper-quote .wrapper-quote-text{padding:0 20px}
.text04-view .wrapper-quote .wrapper-quote-text .rte{margin-bottom:0}
.text04-view .wrapper-quote .wrapper-quote-text.quotation-marks{display:table}
.text04-view .wrapper-quote .wrapper-quote-text.quotation-marks::before{content:"“";font-size:50px;position:relative;top:20px;width:18px;display:table-cell}
.text04-view .wrapper-quote .wrapper-quote-text.quotation-marks .rte p:last-of-type::after{content:"”"}
.text04-view .wrapper-quote .rendition{background-size:cover;background-repeat:no-repeat;background-position:center center;height:140px;margin-bottom:24px}
.text04-view .wrapper-quote .quote-author{text-transform:uppercase}
.text04-view .wrapper-quote .quote-author-name{font-weight:600}
.bg-medium .wrapper-quote.no-background{border-color:#fff}
@media screen and (min-width:768px){.text04-view .wrapper-quote{float:right;width:50%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text05-view .no-swap-order.wrapper-image{padding-right:42px}
.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .quarters-v3 .no-swap-order.wrapper-image,.text05-view .col.md-2 .no-swap-order.wrapper-image,.text05-view .text-width-long .no-swap-order.wrapper-image,.text05-view .text-width-wide .no-swap-order.wrapper-image,.text05-view .text-width-half .no-swap-order.wrapper-image,.text05-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text05-view .no-swap-order.wrapper-image{padding-right:48px}
.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .col.lg-2 .no-swap-order.wrapper-image,.text05-view .text-width-wide .no-swap-order.wrapper-image,.text05-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .thirds-v2 .no-swap-order.wrapper-image,.text05-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text05-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.lg-3 .no-swap-order.wrapper-image,.text05-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text05-view .no-swap-order.wrapper-image{padding-right:48px}
.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .col.xl-2 .no-swap-order.wrapper-image,.text05-view .text-width-wide .no-swap-order.wrapper-image,.text05-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .thirds-v2 .no-swap-order.wrapper-image,.text05-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text05-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.xl-3 .no-swap-order.wrapper-image,.text05-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:1600px){.text05-view .no-swap-order.wrapper-image{padding-right:48px}
.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .col.xxl-2 .no-swap-order.wrapper-image,.text05-view .text-width-wide .no-swap-order.wrapper-image,.text05-view .text-width-half .no-swap-order.wrapper-image{padding-right:42px}
.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .thirds-v2 .no-swap-order.wrapper-image,.text05-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text05-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.xxl-3 .no-swap-order.wrapper-image,.text05-view .text-width-narrow .no-swap-order.wrapper-image{padding-right:36px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .quarters-v3 .no-swap-order.wrapper-image,.text05-view .col.md-2 .no-swap-order.wrapper-image,.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .quarters-v5 .no-swap-order.wrapper-image,.text05-view .col.md-3 .no-swap-order.wrapper-image,.text05-view .quarters .no-swap-order.wrapper-image,.text05-view .quarters-v2 .no-swap-order.wrapper-image,.text05-view .col.md-4 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .col.lg-2 .no-swap-order.wrapper-image,.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .thirds-v2 .no-swap-order.wrapper-image,.text05-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text05-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.lg-3 .no-swap-order.wrapper-image,.text05-view .quarters .no-swap-order.wrapper-image,.text05-view .quarters-v2 .no-swap-order.wrapper-image,.text05-view .quarters-v3 .no-swap-order.wrapper-image,.text05-view .quarters-v4 .no-swap-order.wrapper-image,.text05-view .quarters-v5 .no-swap-order.wrapper-image,.text05-view .threeone>li:last-child .no-swap-order.wrapper-image,.text05-view .threeone-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.lg-4 .no-swap-order.wrapper-image,.text05-view .fifths .no-swap-order.wrapper-image,.text05-view .col.lg-5 .no-swap-order.wrapper-image,.text05-view .sixths .no-swap-order.wrapper-image,.text05-view .col.lg-6 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .col.xl-2 .no-swap-order.wrapper-image,.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .thirds-v2 .no-swap-order.wrapper-image,.text05-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text05-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.xl-3 .no-swap-order.wrapper-image,.text05-view .quarters .no-swap-order.wrapper-image,.text05-view .quarters-v2 .no-swap-order.wrapper-image,.text05-view .quarters-v3 .no-swap-order.wrapper-image,.text05-view .quarters-v4 .no-swap-order.wrapper-image,.text05-view .quarters-v5 .no-swap-order.wrapper-image,.text05-view .threeone>li:last-child .no-swap-order.wrapper-image,.text05-view .threeone-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.xl-4 .no-swap-order.wrapper-image,.text05-view .fifths .no-swap-order.wrapper-image,.text05-view .col.xl-5 .no-swap-order.wrapper-image,.text05-view .sixths .no-swap-order.wrapper-image,.text05-view .col.xl-6 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:1600px){.text05-view .halves .no-swap-order.wrapper-image,.text05-view .halves-v2 .no-swap-order.wrapper-image,.text05-view .col.xxl-2 .no-swap-order.wrapper-image,.text05-view .thirds .no-swap-order.wrapper-image,.text05-view .thirds-v2 .no-swap-order.wrapper-image,.text05-view .twothirds>li:last-child .no-swap-order.wrapper-image,.text05-view .twothirds-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.xxl-3 .no-swap-order.wrapper-image,.text05-view .quarters .no-swap-order.wrapper-image,.text05-view .quarters-v2 .no-swap-order.wrapper-image,.text05-view .quarters-v3 .no-swap-order.wrapper-image,.text05-view .quarters-v4 .no-swap-order.wrapper-image,.text05-view .quarters-v5 .no-swap-order.wrapper-image,.text05-view .threeone>li:last-child .no-swap-order.wrapper-image,.text05-view .threeone-v2>li:first-child .no-swap-order.wrapper-image,.text05-view .col.xxl-4 .no-swap-order.wrapper-image,.text05-view .fifths .no-swap-order.wrapper-image,.text05-view .col.xxl-5 .no-swap-order.wrapper-image,.text05-view .sixths .no-swap-order.wrapper-image,.text05-view .col.xxl-6 .no-swap-order.wrapper-image{padding-right:unset}
}
@media screen and (min-width:0) and (max-width:639.9px){.text05-view .list-item,.text05-view .list-item p:first-child{margin-bottom:20px}
.text05-view .retired-warning{margin-bottom:25px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text05-view .list-item,.text05-view .list-item p:first-child{margin-bottom:20px}
.text05-view .retired-warning{margin-bottom:25px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text05-view .list-item p:first-child{margin-bottom:20px}
.text05-view .rte{margin-bottom:35px}
.text05-view .retired-warning{margin-bottom:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text05-view .list-item p:first-child{margin-bottom:20px}
.text05-view .rte{margin-bottom:35px}
.text05-view .retired-warning{margin-bottom:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text05-view .list-item p:first-child{margin-bottom:20px}
.text05-view .rte{margin-bottom:35px}
.text05-view .retired-warning{margin-bottom:30px}
}
@media screen and (min-width:1600px){.text05-view .list-item p:first-child{margin-bottom:20px}
.text05-view .rte{margin-bottom:35px}
.text05-view .retired-warning{margin-bottom:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.text05-view .col{padding-top:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text05-view .col{padding-top:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text05-view .col{padding-top:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text05-view .col{padding-top:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text05-view .col{padding-top:0}
}
@media screen and (min-width:1600px){.text05-view .col{padding-top:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.text05-view .retired-warning .icon{font-size:26px;font-size:2.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.text05-view .retired-warning .icon{font-size:26px;font-size:2.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.text05-view .retired-warning .icon{font-size:26px;font-size:2.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.text05-view .retired-warning .icon{font-size:26px;font-size:2.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.text05-view .retired-warning .icon{font-size:26px;font-size:2.6rem}
}
@media screen and (min-width:1600px){.text05-view .retired-warning .icon{font-size:26px;font-size:2.6rem}
}
.text05-view .partial-cta-list dd{width:100% !important;max-width:100% !important;display:block}
.text05-view .align-center .partial-cta-list a{margin:0 auto}
.text05-view .align-right .partial-cta-list a{float:right}
.text05-view .col{border-top:solid #7b7d7f 1px}
.text05-view .retired-warning{color:#ce1126}
.text05-view .retired-warning .icon,.text05-view .retired-warning .warning-text{vertical-align:middle}
.text05-view .retired-warning .warning-text{padding-left:5px}
.text05-view input[type='checkbox']{display:none}
.text05-view .lbl-toggle::after{content:' ';display:inline-block;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid currentColor;vertical-align:middle;margin-right:.7rem;transform:translateY(-2px);transition:transform .2s ease-out}
.text05-view .toggle:checked+.lbl-toggle::after{transform:rotate(90deg) translateX(-3px)}
.text05-view .toggle+.lbl-toggle .full-content{display:none}
.text05-view .toggle:checked+.lbl-toggle .full-content{display:inline}
.text05-view .toggle:checked+.lbl-toggle .short-content{display:none}
@media screen and (min-width:768px){.text05-view .wrapper-text.with-image{float:left}
.text05-view .wrapper-image{float:left;height:auto}
.text05-view .swap-order.wrapper-image{float:right}
.text05-view .swap-order.wrapper-text.with-image{float:left}
.text05-view .no-swap-order.wrapper-image{float:left}
.text05-view .no-swap-order.wrapper-text.with-image{float:right}
.text05-view .heading{margin-top:0}
.text05-view .wrapper-text .list-item:first-child{border-right:solid #7b7d7f 1px;padding-right:38px}
.text05-view .wrapper-text .list-item:nth-child(2){padding-left:38px}
.text05-view .wrapper-image,.text05-view .wrapper-text{width:50%}
.text05-view .col{border:0}
}
.tab-control .on-card .tab-container .navigation-control:hover,.tab-control .on-card .tab-page-back:hover,.tab-control .floating .tab-container .navigation-control:hover,.tab-control .floating .tab-page-back:hover,.bg-dark .tab-control .floating .tab-container .navigation-control:hover,.bg-dark .tab-control .floating .tab-page-back:hover{background-color:#0076ce}
.tab-control .on-card .bg-container,.tab-control .on-card .tab-container,.tab-control .on-card .tab-target.sliding,.tab-control .tab-target.sliding{background-color:#eee}
.bg-medium .tab-control .on-card .tab-container,.bg-medium .tab-control .on-card .tab-container .navigation-control,.bg-medium .tab-control .on-card .bg-container,.bg-medium .tab-control .on-card .tab-target.sliding,.bg-medium .tab-control .floating .tab-container .navigation-control:hover,.bg-medium .tab-control .floating .tab-page-back:hover,.bg-dark .tab-control .on-card .tab-container .navigation-control:hover,.bg-dark .tab-control .on-card .tab-page-back:hover,.bg-light .tab-control .on-card .tab-container .navigation-control,.bg-light .tab-control .on-card .bg-container,.bg-light .tab-control .on-card .tab-container,.bg-light .tab-control .on-card .tab-target.sliding{background-color:#fff}
.bg-medium .tab-control .on-card .tab-container .navigation-control:hover,.bg-medium .tab-control .on-card .tab-page-back:hover,.bg-dark .tab-control .tab-target.sliding{background-color:#1a1a1a}
.bg-medium .tab-control .tab-target.sliding,.bg-dark .tab-control .on-card .tab-container .navigation-control,.bg-dark .tab-control .on-card .bg-container,.bg-dark .tab-control .on-card .tab-container,.bg-dark .tab-control .on-card .tab-target.sliding{background-color:#444}
.tabs01-view.on-card .tab-target,.tabs03-view.on-card .tab-target{background-color:#eee}
.bg-medium .tabs01-view.on-card .tab-target,.bg-medium .tabs03-view.on-card .tab-target,.bg-light .tabs01-view.on-card .tab-target,.bg-light .tabs03-view.on-card .tab-target{background-color:#fff}
.bg-dark .tabs01-view.on-card .tab-target,.bg-dark .tabs03-view.on-card .tab-target{background-color:#444}
.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .bg-container,.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-container,.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-container .navigation-control,.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-target,.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-target.sliding,.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-page-back,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .bg-container,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-container,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-container .navigation-control,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-target,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-target.sliding,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-page-back,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .bg-container,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-container,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-container .navigation-control,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-target,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-target.sliding,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-page-back,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .bg-container,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-container,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-container .navigation-control,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-target,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-target.sliding,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-page-back,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .bg-container,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-container,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-container .navigation-control,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-target,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-target.sliding,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-page-back,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .bg-container,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-container,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-container .navigation-control,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-target,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-target.sliding,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-page-back{background-color:#eee}
.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-container .navigation-control:hover,.column-control-v3 .bg-tertiary.bg-light .tabs01-view.on-card .tab-page-back:hover,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-container .navigation-control:hover,.column-control-v3 .bg-tertiary.bg-light .tabs02-view.on-card .tab-page-back:hover,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-container .navigation-control:hover,.column-control-v3 .bg-tertiary.bg-light .tabs03-view.on-card .tab-page-back:hover,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-container .navigation-control:hover,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs01-view.on-card .tab-page-back:hover,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-container .navigation-control:hover,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs02-view.on-card .tab-page-back:hover,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-container .navigation-control:hover,body.bg-tertiary.bg-light .tt-content *:not(.column-control-v3) .tabs03-view.on-card .tab-page-back:hover{background-color:#0076ce}
.tab-control .tab-container,.tab-control .tab-container>li,.tab-control .tab-container>li>a,.tab-control .tab-page-back,.tab-control .on-card .tab-container,.tab-control .on-card .tab-container>li,.tab-control .on-card .tab-container>li a,.tab-control .on-card .tab-page-back,.bg-dark .tab-control .tab-container,.bg-dark .tab-control .tab-container>li,.bg-dark .tab-control .tab-container>li>a,.bg-dark .tab-control .tab-page-back{border-color:#0076ce}
.bg-medium .tab-control .tab-container,.bg-medium .tab-control .tab-container>li,.bg-medium .tab-control .tab-container>li>a,.bg-medium .tab-control .tab-page-back,.bg-dark .tab-control .on-card .tab-container,.bg-dark .tab-control .on-card .tab-container>li,.bg-dark .tab-control .on-card .tab-container>li a,.bg-dark .tab-control .on-card .tab-page-back{border-color:#fff}
.bg-medium .tab-control .on-card .tab-container,.bg-medium .tab-control .on-card .tab-container>li,.bg-medium .tab-control .on-card .tab-container>li a,.bg-medium .tab-control .on-card .tab-page-back{border-color:#1a1a1a}
.bg-medium .tab-control .on-card .tab-container>li>a span,.bg-medium .tab-control .on-card .tab-page-back,.bg-medium .tab-control .on-card .tab-page-back div span,.bg-dark .tab-control .on-card .tab-container>li>a:hover span,.bg-dark .tab-control .on-card .tab-page-back:hover,.bg-dark .tab-control .on-card .tab-page-back:hover div span,.bg-light .tab-control .on-card .tab-container>li>a span,.bg-light .tab-control .on-card .tab-page-back,.bg-light .tab-control .on-card .tab-page-back div span{color:#1a1a1a}
.bg-medium .tab-control .on-card .tab-container>li>a:hover span,.bg-medium .tab-control .on-card .tab-page-back:hover,.bg-medium .tab-control .on-card .tab-page-back:hover div span,.bg-dark .tab-control .on-card .tab-container>li>a span,.bg-dark .tab-control .on-card .tab-page-back,.bg-dark .tab-control .on-card .tab-page-back div span,.bg-light .tab-control .on-card .tab-container>li>a:hover span,.bg-light .tab-control .on-card .tab-page-back:hover,.bg-light .tab-control .on-card .tab-page-back:hover div span{color:#fff}
.tab-control .tab-container>li>a span,.tab-control .tab-page-back,.tab-control .tab-page-back div span,.bg-medium .tab-control .tab-container>li>a:hover span,.bg-medium .tab-control .tab-page-back:hover,.bg-medium .tab-control .tab-page-back:hover div span{color:#1a1a1a}
.tab-control .tab-container>li>a:hover span,.tab-control .tab-page-back:hover,.tab-control .tab-page-back:hover div span,.bg-medium .tab-control .tab-container>li>a span,.bg-medium .tab-control .tab-page-back,.bg-medium .tab-control .tab-page-back div span,.bg-dark .tab-control .tab-container>li>a span,.bg-dark .tab-control .tab-page-back,.bg-dark .tab-control .tab-page-back div span,.bg-dark .tab-control .tab-container>li>a:hover span,.bg-dark .tab-control .tab-page-back:hover,.bg-dark .tab-control .tab-page-back:hover div span{color:#fff}
.tab-control .tab-container>li>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .tab-container>li>a:hover:after,.bg-medium .tab-control .tab-container>li>a:after,.bg-dark .tab-control .tab-container>li>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .tab-container>li>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .tab-container>li>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%233dc6ef%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .tab-container>li.selected>a:after,.bg-dark .tab-control .tab-container>li.selected>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23444444%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .tab-container>li.selected>a:hover:after,.bg-dark .tab-control .tab-container>li.selected>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .tab-container>li.selected>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .tab-container>li.selected>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .mobile-tabs .tab-container>li>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .mobile-tabs .tab-container>li>a:hover:after,.bg-medium .tab-control .mobile-tabs .tab-container>li>a:after,.bg-dark .tab-control .mobile-tabs .tab-container>li>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs .tab-container>li>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .mobile-tabs .tab-container>li>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%233dc6ef%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .mobile-tabs .tab-container>li.selected>a:after,.tab-control .tab-target .tab-page-back:before,.bg-dark .tab-control .mobile-tabs .tab-container>li.selected>a:after,.bg-dark .tab-control .tab-target .tab-page-back:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23444444%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.tab-control .mobile-tabs .tab-container>li.selected>a:hover:after,.tab-control .tab-target .tab-page-back:hover:before,.bg-dark .tab-control .mobile-tabs .tab-container>li.selected>a:hover:after,.bg-dark .tab-control .tab-target .tab-page-back:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs .tab-container>li.selected>a:after,.bg-medium .tab-control .tab-target .tab-page-back:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs .tab-container>li.selected>a:hover:after,.bg-medium .tab-control .tab-target .tab-page-back:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .on-card .tab-container>li>a:after,.bg-medium.bg-primary .tab-control .on-card .tab-container>li>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .on-card .tab-container>li>a:hover:after,.bg-dark .tab-control .on-card .tab-container>li>a:after,.bg-medium.bg-primary .tab-control .on-card .tab-container>li>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .on-card .tab-container>li>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .on-card .tab-container>li.selected>a:after,.bg-medium.bg-primary .tab-control .on-card .tab-container>li.selected>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23444444%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .on-card .tab-container>li.selected>a:hover:after,.bg-medium.bg-primary .tab-control .on-card .tab-container>li.selected>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .on-card .tab-container>li.selected>a:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .on-card .tab-container>li.selected>a:hover:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M3.214%2017.503c-0.697%200.689-1.822%200.689-2.514%200s-0.699-1.802%200-2.491l10.045-9.845c0.694-0.689%201.817-0.689%202.516%200l10.045%209.845c0.694%200.686%200.694%201.802%200%202.491-0.697%200.689-1.822%200.689-2.516%200l-8.791-8.074-8.786%208.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs.on-card .tab-container>li>a:after,.bg-medium .tab-control .on-card .tab-target .tab-page-back:before,.bg-medium.bg-primary .tab-control .mobile-tabs.on-card .tab-container>li>a:after,.bg-medium.bg-primary .tab-control .on-card .tab-target .tab-page-back:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs.on-card .tab-container>li>a:hover:after,.bg-medium .tab-control .on-card .tab-target .tab-page-back:hover:before,.bg-dark .tab-control .mobile-tabs.on-card .tab-container>li>a:after,.bg-dark .tab-control .on-card .tab-target .tab-page-back:before,.bg-medium.bg-primary .tab-control .mobile-tabs.on-card .tab-container>li>a:hover:after,.bg-medium.bg-primary .tab-control .on-card .tab-target .tab-page-back:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .mobile-tabs.on-card .tab-container>li>a:hover:after,.bg-dark .tab-control .on-card .tab-target .tab-page-back:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs.on-card .tab-container>li.selected>a:after,.bg-medium .tab-control .on-card .tab-target .tab-page-back:before,.bg-medium.bg-primary .tab-control .mobile-tabs.on-card .tab-container>li.selected>a:after,.bg-medium.bg-primary .tab-control .on-card .tab-target .tab-page-back:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23444444%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-medium .tab-control .mobile-tabs.on-card .tab-container>li.selected>a:hover:after,.bg-medium .tab-control .on-card .tab-target .tab-page-back:hover:before,.bg-medium.bg-primary .tab-control .mobile-tabs.on-card .tab-container>li.selected>a:hover:after,.bg-medium.bg-primary .tab-control .on-card .tab-target .tab-page-back:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .mobile-tabs.on-card .tab-container>li.selected>a:after,.bg-dark .tab-control .on-card .tab-target .tab-page-back:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .tab-control .mobile-tabs.on-card .tab-container>li.selected>a:hover:after,.bg-dark .tab-control .on-card .tab-target .tab-page-back:hover:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%231a1a1a%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{line-height:20px}
}
@media screen and (min-width:1600px){.tab-control .tab-container a span,.tab-control .tab-page-back{line-height:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-weight:500}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-weight:500}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-weight:500}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-weight:500}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-weight:500}
}
@media screen and (min-width:1600px){.tab-control .tab-container a span,.tab-control .tab-page-back{font-weight:500}
}
.tab-control .tab-container .list-item{margin:0}
.tab-control .tab-container .navigation-control{text-transform:uppercase;padding:20px 20px;transition:background-color .6s}
.tab-control .tab-container .navigation-control:hover{color:#fff}
@media screen and (min-width:0) and (max-width:639.9px){.tabs01-view.floating .tab-target{padding:0 0 30px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tabs01-view.floating .tab-target{padding:0 0 30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs01-view.floating .tab-target{padding:30px 0 42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tabs01-view.floating .tab-target{padding:42px 0 48px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tabs01-view.floating .tab-target{padding:42px 0 48px}
}
@media screen and (min-width:1600px){.tabs01-view.floating .tab-target{padding:42px 0 48px}
}
@media screen and (min-width:0) and (max-width:639.9px){.tabs01-view.on-card .tab-target{padding:0 0 30px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tabs01-view.on-card .tab-target{padding:0 0 30px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs01-view.on-card .tab-target{padding:30px 42px 42px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tabs01-view.on-card .tab-target{padding:42px 48px 48px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tabs01-view.on-card .tab-target{padding:42px 48px 48px}
}
@media screen and (min-width:1600px){.tabs01-view.on-card .tab-target{padding:42px 48px 48px}
}
.tabs01-view .tab-container .navigation-control{margin:0;height:inherit;display:block}
.tabs01-view .tab-container .navigation-control .wrap-text{width:90%}
.tabs01-view .tab-container .navigation-control .wrap-text .wrap-alignment span{line-height:inherit;font-size:inherit}
@media screen and (min-width:0) and (max-width:767.9px){.tab-control .sliding{height:100%;overflow:auto;width:100%}
.tab-control .sliding>a>img{max-height:35px;max-width:35px}
.tab-control .tab-page-back{margin-right:0}
.tabs01-view{padding:0 !important}
.tabs01-view.mobile-tabs .tab-target{padding:0 !important;position:fixed;top:0;z-index:2000;left:0;transform:translateX(-100%);transition:transform 1s ease,top 1s ease}
.tabs01-view.mobile-tabs .tab-target.selected{transform:translateX(0)}
.tabs01-view.mobile-tabs .tab-target>div{padding:30px !important}
.tabs01-view.mobile-tabs .tab-target .tab-page-back{border-width:1px 0;border-style:solid;display:block;padding:6px 18px 26px;border-bottom-width:4px;text-transform:uppercase}
.tabs01-view.mobile-tabs .tab-target .tab-page-back:before{content:" ";line-height:31px;width:36px;height:36px;line-height:31px;display:inline-block;margin:0 auto;background-size:cover;position:relative;top:12px}
.tabs01-view .tab-container{border-width:1px 0;border-style:solid}
.tabs01-view .tab-container>.list-item{border-width:1px 0;border-style:solid}
.tabs01-view .tab-container>.list-item .navigation-control{position:relative}
.tabs01-view .tab-container>.list-item .navigation-control:after{content:"⌄";text-align:center;color:transparent;width:36px;height:36px;line-height:31px;display:block;margin:0 auto;background-size:cover;margin-top:-12px;position:absolute;top:23px;right:15px}
.tabs01-view .tab-container .tab-target{padding-left:20px;padding-right:20px}
.tabs01-view .tab-container .selected{border-width:4px 0}
.tabs01-view .tab-container .selected .navigation-control{padding:17px 20px 20px}
.tabs01-view .tab-container .selected .navigation-control:after{content:"⌃";line-height:31px}
.tabs01-view .tab-container.small-icons .navigation-control .wrap-image,.tabs01-view .tab-container.small-icons .navigation-control .match-height-center,.tabs01-view .tab-container.small-icons .navigation-control span,.tabs01-view .tab-container.small-icons .navigation-control img,.tabs01-view .tab-container.large-icons .navigation-control .wrap-image,.tabs01-view .tab-container.large-icons .navigation-control .match-height-center,.tabs01-view .tab-container.large-icons .navigation-control span,.tabs01-view .tab-container.large-icons .navigation-control img{display:table-cell;vertical-align:middle}
.tabs01-view .tab-container.small-icons .navigation-control .match-height-center,.tabs01-view .tab-container.large-icons .navigation-control .match-height-center{height:unset !important}
.tabs01-view .tab-container.small-icons .navigation-control img,.tabs01-view .tab-container.large-icons .navigation-control img{max-width:30px;max-height:30px;margin-right:10px}
.tabs01-view .tab-container.small-icons .navigation-control .wrap-alignment,.tabs01-view .tab-container.large-icons .navigation-control .wrap-alignment{display:table;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}
.tabs01-view .tab-container.small-icons .navigation-control .wrap-alignment,.tabs01-view .tab-container.large-icons .navigation-control .wrap-alignment{margin:0}
.tabs01-view.mobile-tabs .tab-container .navigation-control:after{content:">";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.tabs01-view.mobile-tabs .tab-container>li.selected .navigation-control{padding-bottom:17px}
.tabs01-view.mobile-tabs .tab-container>li.selected .navigation-control:after{content:"<";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
}
@media screen and (min-width:768px){.tabs01-view .layout-dynamic::after{clear:both;content:"";display:table}
.tabs01-view .layout-dynamic>li:first-child:nth-last-child(2),.tabs01-view .layout-dynamic>li:first-child:nth-last-child(2) ~ li{display:table-cell;width:50%;float:left;display:block}
.tabs01-view .layout-dynamic>li:first-child:nth-last-child(3),.tabs01-view .layout-dynamic>li:first-child:nth-last-child(3) ~ li{display:table-cell;width:33.33333%;float:left;display:block}
.tabs01-view .layout-dynamic>li:first-child:nth-last-child(4),.tabs01-view .layout-dynamic>li:first-child:nth-last-child(4) ~ li{display:table-cell;width:25%;float:left;display:block}
.tabs01-view .layout-dynamic>li:first-child:nth-last-child(5),.tabs01-view .layout-dynamic>li:first-child:nth-last-child(5) ~ li{display:table-cell;width:20%;float:left;display:block}
.tabs01-view .layout-dynamic>li:first-child:nth-last-child(6),.tabs01-view .layout-dynamic>li:first-child:nth-last-child(6) ~ li{display:table-cell;width:16.66667%;float:left;display:block}
.tabs01-view .layout-dynamic>li:first-child:nth-last-child(7),.tabs01-view .layout-dynamic>li:first-child:nth-last-child(7) ~ li{display:table-cell;width:14.28571%;float:left;display:block}
.tabs01-view.floating .tab-container,.tabs01-view.on-card .tab-container{border-width:2px 0;border-style:solid}
.tabs01-view.floating .tab-container .navigation-control,.tabs01-view.on-card .tab-container .navigation-control{border-width:0;border-style:solid}
.tabs01-view.floating .tab-container .selected .navigation-control,.tabs01-view.on-card .tab-container .selected .navigation-control{padding:14px 20px;border-width:6px 0}
.tabs01-view.left .tab-container .navigation-control{text-align:center}
.tabs01-view.left .tab-container li{display:table-cell;float:left}
.tabs01-view.justify .tab-container .navigation-control{text-align:center}
.tabs01-view .tab-container.large-icons img{max-width:50px;max-height:50px;display:block;margin-bottom:13px;margin-left:auto;margin-right:auto}
.tabs01-view .tab-container.large-icons .match-height-center{display:table;width:100%}
.tabs01-view .tab-container.large-icons .wrap-image{display:table-cell;vertical-align:middle}
.tabs01-view .tab-container.no-icons .navigation-control .wrap-text{min-height:45px}
.tabs01-view .tab-container.no-icons .wrap-alignment{display:table;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs01-view .tab-container.small-icons img{max-width:50px;max-height:50px;display:block;margin-bottom:13px;margin-left:auto;margin-right:auto}
.tabs01-view .tab-container.small-icons .match-height-center{display:table;width:100%}
.tabs01-view .tab-container.small-icons .wrap-image{display:table-cell;vertical-align:middle}
}
@media screen and (min-width:980px){.tabs01-view .tab-container.small-icons .wrap-image,.tabs01-view .tab-container.small-icons .match-height-center,.tabs01-view .tab-container.small-icons span,.tabs01-view .tab-container.small-icons img{display:table-cell;vertical-align:middle}
.tabs01-view .tab-container.small-icons .match-height-center{height:unset !important}
.tabs01-view .tab-container.small-icons img{max-width:30px;max-height:30px;margin-right:10px}
.tabs01-view .tab-container.small-icons .wrap-alignment{display:table;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}
}
@media screen and (min-width:0) and (max-width:639.9px){.tabs02-view .tab-controls{padding-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tabs02-view .tab-controls{padding-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs02-view .tab-controls{padding-right:36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tabs02-view .tab-controls{padding-right:36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tabs02-view .tab-controls{padding-right:42px}
}
@media screen and (min-width:1600px){.tabs02-view .tab-controls{padding-right:42px}
}
@media screen and (min-width:0) and (max-width:639.9px){.tabs02-view.on-card .bg-container{padding:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tabs02-view.on-card .bg-container{padding:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs02-view.on-card .bg-container{padding:30px 36px 36px 36px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tabs02-view.on-card .bg-container{padding:30px 36px 36px 36px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tabs02-view.on-card .bg-container{padding:36px 42px 42px 42px}
}
@media screen and (min-width:1600px){.tabs02-view.on-card .bg-container{padding:36px 42px 42px 42px}
}
@media screen and (min-width:0) and (max-width:767.9px){.tabs02-view.mobile-tabs .tab-target{padding:0 !important;position:fixed;top:0;z-index:2000;left:0;transform:translateX(-100%);transition:transform 1s ease,top 1s ease}
.tabs02-view.mobile-tabs .tab-target.selected{transform:translateX(0)}
.tabs02-view.mobile-tabs .tab-target>div{padding:30px !important}
.tabs02-view.mobile-tabs .tab-target .tab-page-back{border-width:1px 0;border-style:solid;display:block;padding:6px 18px 26px;border-bottom-width:4px;text-transform:uppercase}
.tabs02-view.mobile-tabs .tab-target .tab-page-back:before{content:" ";line-height:31px;width:36px;height:36px;line-height:31px;display:inline-block;margin:0 auto;background-size:cover;position:relative;top:12px}
.tabs02-view.mobile-tabs .tab-container>li.selected .navigation-control{padding-bottom:16px}
.tabs02-view .tab-container>li>div{padding:0 20px 30px}
.tabs02-view .tab-container>.list-item .navigation-control{position:relative}
.tabs02-view .tab-container>.list-item .navigation-control:after{content:"⌄";text-align:center;color:transparent;width:36px;height:36px;line-height:31px;display:block;margin:0 auto;background-size:cover;margin-top:-12px;position:absolute;top:23px;right:15px}
.tabs02-view .tab-container>.list-item.selected .navigation-control{padding-top:17px}
.tabs02-view .tab-container .navigation-control img{display:inline-block}
}
.tabs02-view .tab-target{padding-left:0}
.tabs02-view .tab-container li{display:block}
.tabs02-view .tab-container a{color:#1a1a1a;margin:0;display:block}
.tabs02-view .tab-container img.small-icons{max-width:30px;max-height:30px;padding-right:10px;vertical-align:middle}
.tabs02-view .tab-container img.large-icons{max-width:50px;max-height:50px;display:block;padding-bottom:13px}
.tabs02-view .floating .tab-container,.tabs02-view .on-card .tab-container{border:0;border-style:solid;border-color:#0076ce;padding:0}
.tabs02-view .floating .tab-container>li,.tabs02-view .on-card .tab-container>li{border-style:solid;border-width:1px 0}
.tabs02-view .floating .tab-container>li a,.tabs02-view .on-card .tab-container>li a{border:0}
.tabs02-view .floating .tab-container>li:first-of-type.selected,.tabs02-view .on-card .tab-container>li:first-of-type.selected{border-top-width:5px}
.tabs02-view .floating .tab-container>li:first-of-type:not(.selected),.tabs02-view .on-card .tab-container>li:first-of-type:not(.selected){border-top-width:2px}
.tabs02-view .floating .tab-container>li:last-of-type:not(.selected),.tabs02-view .on-card .tab-container>li:last-of-type:not(.selected){border-bottom-width:2px}
.tabs02-view .floating .tab-container>li:last-of-type.selected,.tabs02-view .on-card .tab-container>li:last-of-type.selected{border-bottom-width:5px}
.tabs02-view .floating .tab-container>li.selected,.tabs02-view .on-card .tab-container>li.selected{border-width:4px 0}
.tabs02-view .floating .tab-container>li.selected a,.tabs02-view .on-card .tab-container>li.selected a{border:0}
.tabs02-view.on-card .bg-container{overflow:auto}
@media screen and (min-width:768px){.tabs02-view::after{clear:both;content:"";display:table}
.tabs02-view .tab-controls,.tabs02-view .tab-targets{width:50%}
.tabs02-view .tab-controls{float:left}
.tabs02-view .tab-controls .tab-container .list-item.selected .navigation-control{padding-bottom:17px;padding-top:17px}
.tabs02-view .tab-targets{float:right}
.tabs02-view .bg-container::after{clear:both;content:"";display:table}
}
@media screen and (min-width:1280px){.tabs02-view .tab-controls{width:33.33333%}
.tabs02-view .tab-targets{width:66.66666%}
}
@media screen and (min-width:0) and (max-width:639.9px){.tabs03-view .tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tabs03-view .tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs03-view .tab-container{padding-left:18px;padding-right:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tabs03-view .tab-container{padding-left:20px;padding-right:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tabs03-view .tab-container{padding-left:50px;padding-right:50px}
}
@media screen and (min-width:1600px){.tabs03-view .tab-container{padding-left:90px;padding-right:90px}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.tab-control .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tab-container a{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tab-container a{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tab-container a{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tab-container a{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tab-container a{line-height:20px}
}
@media screen and (min-width:1600px){.tab-control .tab-container a{line-height:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tab-container a span{font-weight:500}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tab-container a span{font-weight:500}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tab-container a span{font-weight:500}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tab-container a span{font-weight:500}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tab-container a span{font-weight:500}
}
@media screen and (min-width:1600px){.tab-control .tab-container a span{font-weight:500}
}
.tab-control .tabs03-view .tab-container .list-item{margin:0}
.tab-control .tabs03-view .tab-container .navigation-control{text-transform:uppercase;padding:20px 20px 26px;transition:background-color .6s}
@media screen and (min-width:0) and (max-width:639.9px){.tabs03-view .tab-target{padding:0 0 30px 0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tabs03-view .tab-target{padding:0 0 30px 0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs03-view .tab-target{padding:30px 18px 42px 18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tabs03-view .tab-target{padding:42px 20px 48px 20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tabs03-view .tab-target{padding:42px 50px 48px 50px}
}
@media screen and (min-width:1600px){.tabs03-view .tab-target{padding:42px 90px 48px 90px}
}
.tabs03-view{padding:0 !important}
.tabs03-view .tab-container .navigation-control{margin:0;height:inherit;display:block}
.tabs03-view .tab-container .navigation-control .wrap-text,.tabs03-view .tab-container .navigation-control .wrap-alignment,.tabs03-view .tab-container .navigation-control span{line-height:inherit;font-size:inherit}
@media screen and (min-width:0) and (max-width:767.9px){.tabs03-view.mobile-tabs .tab-target{padding:0 !important;position:fixed;top:0;z-index:2000;left:0;transform:translateX(-100%);transition:transform 1s ease,top 1s ease}
.tabs03-view.mobile-tabs .tab-target.selected{transform:translateX(0)}
.tabs03-view.mobile-tabs .tab-target>div{padding:30px !important}
.tabs03-view.mobile-tabs .tab-target .tab-page-back{border-width:1px 0;border-style:solid;display:block;padding:6px 18px 26px;border-bottom-width:4px;text-transform:uppercase}
.tabs03-view.mobile-tabs .tab-target .tab-page-back:before{content:" ";line-height:31px;width:36px;height:36px;line-height:31px;display:inline-block;margin:0 auto;background-size:cover;position:relative;top:12px}
.tabs03-view .tab-container{border-width:1px 0;border-style:solid}
.tabs03-view .tab-container>.list-item{border-width:1px 0;border-style:solid}
.tabs03-view .tab-container>.list-item .navigation-control{position:relative}
.tabs03-view .tab-container>.list-item .navigation-control:after{content:"⌄";text-align:center;color:transparent;width:36px;height:36px;line-height:31px;display:block;margin:0 auto;background-size:cover;margin-top:-12px;position:absolute;top:23px;right:15px}
.tabs03-view .tab-container .tab-target{padding-left:20px;padding-right:20px}
.tabs03-view .tab-container .selected{border-width:0 0 6px 0}
.tabs03-view .tab-container .selected .navigation-control{padding:21px 20px 22px}
.tabs03-view .tab-container .selected .navigation-control:after{content:"⌃";line-height:31px}
.tabs03-view .tab-container.small-icons .navigation-control .wrap-image,.tabs03-view .tab-container.small-icons .navigation-control .match-height-center,.tabs03-view .tab-container.small-icons .navigation-control span,.tabs03-view .tab-container.small-icons .navigation-control img,.tabs03-view .tab-container.large-icons .navigation-control .wrap-image,.tabs03-view .tab-container.large-icons .navigation-control .match-height-center,.tabs03-view .tab-container.large-icons .navigation-control span,.tabs03-view .tab-container.large-icons .navigation-control img{display:table-cell;vertical-align:middle}
.tabs03-view .tab-container.small-icons .navigation-control .match-height-center,.tabs03-view .tab-container.large-icons .navigation-control .match-height-center{height:unset !important}
.tabs03-view .tab-container.small-icons .navigation-control img,.tabs03-view .tab-container.large-icons .navigation-control img{max-width:30px;max-height:30px;margin-right:10px}
.tabs03-view .tab-container.small-icons .navigation-control .wrap-alignment,.tabs03-view .tab-container.large-icons .navigation-control .wrap-alignment{display:table;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}
.tabs03-view .tab-container.small-icons .navigation-control .wrap-alignment,.tabs03-view .tab-container.large-icons .navigation-control .wrap-alignment{margin:0}
.tabs03-view.mobile-tabs .tab-container .navigation-control:after{content:">";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M14.57%2012l-8.074-8.791c-0.689-0.694-0.689-1.817%200-2.514%200.689-0.694%201.802-0.694%202.491%200l9.845%2010.045c0.689%200.697%200.689%201.822%200%202.516l-9.845%2010.045c-0.686%200.699-1.802%200.694-2.491%200-0.689-0.691-0.689-1.817%200-2.514l8.074-8.788z%22%20%2F%3E%3C%2Fsvg%3E")}
.tabs03-view.mobile-tabs .tab-container>li.selected .navigation-control:after{content:"<";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%230076ce%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M17.503%2020.786c0.689%200.697%200.689%201.822%200%202.514-0.689%200.694-1.802%200.699-2.491%200l-9.845-10.045c-0.689-0.694-0.689-1.817%200-2.516l9.845-10.045c0.686-0.694%201.802-0.694%202.491%200%200.689%200.697%200.689%201.822%200%202.514l-8.074%208.793%208.074%208.786z%22%20%2F%3E%3C%2Fsvg%3E")}
}
@media screen and (min-width:768px){.tabs03-view .layout-dynamic::after{clear:both;content:"";display:table}
.tabs03-view .layout-dynamic>li:first-child:nth-last-child(2),.tabs03-view .layout-dynamic>li:first-child:nth-last-child(2) ~ li{display:table-cell;width:50%;float:left;display:block}
.tabs03-view .layout-dynamic>li:first-child:nth-last-child(3),.tabs03-view .layout-dynamic>li:first-child:nth-last-child(3) ~ li{display:table-cell;width:33.33333%;float:left;display:block}
.tabs03-view .layout-dynamic>li:first-child:nth-last-child(4),.tabs03-view .layout-dynamic>li:first-child:nth-last-child(4) ~ li{display:table-cell;width:25%;float:left;display:block}
.tabs03-view .layout-dynamic>li:first-child:nth-last-child(5),.tabs03-view .layout-dynamic>li:first-child:nth-last-child(5) ~ li{display:table-cell;width:20%;float:left;display:block}
.tabs03-view .layout-dynamic>li:first-child:nth-last-child(6),.tabs03-view .layout-dynamic>li:first-child:nth-last-child(6) ~ li{display:table-cell;width:16.66667%;float:left;display:block}
.tabs03-view .layout-dynamic>li:first-child:nth-last-child(7),.tabs03-view .layout-dynamic>li:first-child:nth-last-child(7) ~ li{display:table-cell;width:14.28571%;float:left;display:block}
.tabs03-view.floating .tab-container,.tabs03-view.on-card .tab-container{border-width:0 0 2px 0;border-style:solid}
.tabs03-view.floating .tab-container .navigation-control,.tabs03-view.on-card .tab-container .navigation-control{border-style:solid}
.tabs03-view.floating .tab-container .selected .navigation-control,.tabs03-view.on-card .tab-container .selected .navigation-control{padding:20px 20px;border-width:0 0 6px 0}
.tabs03-view.left .tab-container li{display:table-cell;float:left}
.tabs03-view.justify .tab-container .navigation-control{text-align:center}
.tabs03-view .tab-container.large-icons img{max-width:50px;max-height:50px;display:block;margin-bottom:13px;margin-left:auto;margin-right:auto}
.tabs03-view .tab-container.large-icons .match-height-center{display:table;width:100%}
.tabs03-view .tab-container.large-icons .wrap-image{display:table-cell;vertical-align:middle}
.tabs03-view .tab-container.no-icons .wrap-alignment{display:table;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tabs03-view .tab-container.small-icons img{max-width:50px;max-height:50px;display:block;margin-bottom:13px;margin-left:auto;margin-right:auto}
.tabs03-view .tab-container.small-icons .match-height-center{display:table;width:100%}
.tabs03-view .tab-container.small-icons .wrap-image{display:table-cell;vertical-align:middle}
}
@media screen and (min-width:980px){.tabs03-view .tab-container.small-icons .wrap-image,.tabs03-view .tab-container.small-icons .match-height-center,.tabs03-view .tab-container.small-icons span,.tabs03-view .tab-container.small-icons img{display:table-cell;vertical-align:middle}
.tabs03-view .tab-container.small-icons .match-height-center{height:unset !important}
.tabs03-view .tab-container.small-icons img{max-width:30px;max-height:30px;margin-right:10px}
.tabs03-view .tab-container.small-icons .wrap-alignment{display:table;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:1600px){.tab-container{padding-left:0;padding-right:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tabs04-view .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tabs04-view .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tabs04-view .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tabs04-view .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tabs04-view .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.tab-control .tabs04-view .tab-container a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tabs04-view .tab-container a{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tabs04-view .tab-container a{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tabs04-view .tab-container a{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tabs04-view .tab-container a{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tabs04-view .tab-container a{line-height:20px}
}
@media screen and (min-width:1600px){.tab-control .tabs04-view .tab-container a{line-height:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tabs04-view .tab-container a span{font-weight:500}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tabs04-view .tab-container a span{font-weight:500}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tabs04-view .tab-container a span{font-weight:500}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tabs04-view .tab-container a span{font-weight:500}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tabs04-view .tab-container a span{font-weight:500}
}
@media screen and (min-width:1600px){.tab-control .tabs04-view .tab-container a span{font-weight:500}
}
@media screen and (min-width:0) and (max-width:639.9px){.tab-control .tabs04-view .tab-target{padding:0 0 30px 0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.tab-control .tabs04-view .tab-target{padding:0 0 30px 0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.tab-control .tabs04-view .tab-target{padding:30px 18px 42px 18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.tab-control .tabs04-view .tab-target{padding:42px 20px 48px 20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.tab-control .tabs04-view .tab-target{padding:42px 50px 48px 50px}
}
@media screen and (min-width:1600px){.tab-control .tabs04-view .tab-target{padding:42px 90px 48px 90px}
}
.tab-control .tabs04-view .tab-container .list-item .navigation-control{display:block;border-color:transparent !important;border-style:solid;border-bottom-width:4px;border-top-width:4px;padding:26px 20px 20px 20px;transition:background-color .6s}
.tab-control .tabs04-view .tab-container .list-item .navigation-control:hover{border-color:#0076ce !important}
.tab-control .tabs04-view .tab-container .list-item.selected .navigation-control{border-color:#0076ce !important}
.tab-control .tabs04-view .tab-container .list-item:first-of-type{margin-left:0}
.tab-control .tabs04-view .tab-container .list-item:last-of-type{margin-right:0}
.tab-control .tabs04-view .header-controls .side{display:block}
.tab-control .tabs04-view .header-controls .aside{display:block}
.tab-control .tabs04-view .header-controls .aside .tab-container li{display:table-cell}
@media screen and (min-width:0) and (max-width:767.9px){.row.bg-primary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#0076ce,#0076ce 30%,rgba(0,118,206,0));background-image:linear-gradient(to right,#0076ce,#0076ce 30%,rgba(0,118,206,0))}
.row.bg-primary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#0076ce,#0076ce 30%,rgba(0,118,206,0));background-image:linear-gradient(to left,#0076ce,#0076ce 30%,rgba(0,118,206,0))}
.row.bg-secondary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#aaa,#aaa 30%,rgba(170,170,170,0));background-image:linear-gradient(to right,#aaa,#aaa 30%,rgba(170,170,170,0))}
.row.bg-secondary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#aaa,#aaa 30%,rgba(170,170,170,0));background-image:linear-gradient(to left,#aaa,#aaa 30%,rgba(170,170,170,0))}
.row.bg-tertiary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to right,#fff,#fff 30%,rgba(255,255,255,0))}
.row.bg-tertiary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to left,#fff,#fff 30%,rgba(255,255,255,0))}
.row.bg-quaternary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#000,#000 30%,rgba(0,0,0,0));background-image:linear-gradient(to right,#000,#000 30%,rgba(0,0,0,0))}
.row.bg-quaternary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#000,#000 30%,rgba(0,0,0,0));background-image:linear-gradient(to left,#000,#000 30%,rgba(0,0,0,0))}
.row.bg-quinary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#eee,#eee 30%,rgba(238,238,238,0));background-image:linear-gradient(to right,#eee,#eee 30%,rgba(238,238,238,0))}
.row.bg-quinary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#eee,#eee 30%,rgba(238,238,238,0));background-image:linear-gradient(to left,#eee,#eee 30%,rgba(238,238,238,0))}
.row.bg-senary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to right,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-senary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to left,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-septenary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0));background-image:linear-gradient(to right,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0))}
.row.bg-septenary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0));background-image:linear-gradient(to left,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0))}
.row.bg-octonary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#00447c,#00447c 30%,rgba(0,68,124,0));background-image:linear-gradient(to right,#00447c,#00447c 30%,rgba(0,68,124,0))}
.row.bg-octonary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#00447c,#00447c 30%,rgba(0,68,124,0));background-image:linear-gradient(to left,#00447c,#00447c 30%,rgba(0,68,124,0))}
.row.bg-nonary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0));background-image:linear-gradient(to right,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0))}
.row.bg-nonary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0));background-image:linear-gradient(to left,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0))}
.row.bg-denary .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to right,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-denary .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to left,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-eleven .tab-control .tabs04-view .aside:before{background-image:-webkit-linear-gradient(left,#ccc,#ccc 30%,rgba(204,204,204,0));background-image:linear-gradient(to right,#ccc,#ccc 30%,rgba(204,204,204,0))}
.row.bg-eleven .tab-control .tabs04-view .aside:after{background-image:-webkit-linear-gradient(right,#ccc,#ccc 30%,rgba(204,204,204,0));background-image:linear-gradient(to left,#ccc,#ccc 30%,rgba(204,204,204,0))}
.tab-control .tabs04-view .tab-container{overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%}
.tab-control .tabs04-view .tab-container .list-item{display:inline-block;width:auto}
.tab-control .tabs04-view .tab-container .list-item:last-of-type .navigation-control{margin-right:50px}
.tab-control .tabs04-view .aside{position:relative}
.tab-control .tabs04-view .aside.hide-fade:before{display:none}
.tab-control .tabs04-view .aside:before,.tab-control .tabs04-view .aside:after{content:'';height:70px;position:absolute;top:0;width:60px;z-index:1}
.tab-control .tabs04-view .aside:before{left:0;background-image:-webkit-linear-gradient(left,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to right,#fff,#fff 30%,rgba(255,255,255,0))}
.tab-control .tabs04-view .aside:after{right:0;background-image:-webkit-linear-gradient(right,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to left,#fff,#fff 30%,rgba(255,255,255,0))}
}
@media screen and (min-width:768px){.tab-control .tabs04-view .layout-dynamic::after{clear:both;content:"";display:table}
.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(2),.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(2) ~ li{display:table-cell;width:50%;float:left;display:block}
.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(3),.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(3) ~ li{display:table-cell;width:33.33333%;float:left;display:block}
.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(4),.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(4) ~ li{display:table-cell;width:25%;float:left;display:block}
.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(5),.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(5) ~ li{display:table-cell;width:20%;float:left;display:block}
.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(6),.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(6) ~ li{display:table-cell;width:16.66667%;float:left;display:block}
.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(7),.tab-control .tabs04-view .layout-dynamic>li:first-child:nth-last-child(7) ~ li{display:table-cell;width:14.28571%;float:left;display:block}
.tab-control .tabs04-view .header-controls .side{display:inline-block;text-align:left}
.tab-control .tabs04-view .header-controls .aside{display:inline-block;float:right}
.tab-control .tabs04-view .header-controls .aside .tab-container li{display:table-cell;float:left}
}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list01-view>.heading{font-size:30px;font-size:3rem}
.profile-list01-view .wrapper .wrapper-text .heading,.profile-list01-view .wrapper .wrapper-text .rte{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list01-view>.heading{font-size:30px;font-size:3rem}
.profile-list01-view .wrapper .wrapper-text .heading,.profile-list01-view .wrapper .wrapper-text .rte{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list01-view>.heading{font-size:36px;font-size:3.6rem}
.profile-list01-view .wrapper .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list01-view .wrapper .wrapper-text .rte{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list01-view>.heading{font-size:42px;font-size:4.2rem}
.profile-list01-view .wrapper .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list01-view .wrapper .wrapper-text .rte{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list01-view>.heading{font-size:42px;font-size:4.2rem}
.profile-list01-view .wrapper .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list01-view .wrapper .wrapper-text .rte{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.profile-list01-view>.heading{font-size:42px;font-size:4.2rem}
.profile-list01-view .wrapper .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list01-view .wrapper .wrapper-text .rte{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list01-view>.heading{line-height:36px}
.profile-list01-view .wrapper .wrapper-text .heading,.profile-list01-view .wrapper .wrapper-text .rte{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list01-view>.heading{line-height:36px}
.profile-list01-view .wrapper .wrapper-text .heading,.profile-list01-view .wrapper .wrapper-text .rte{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list01-view>.heading{line-height:42px}
.profile-list01-view .wrapper .wrapper-text .heading{line-height:30px}
.profile-list01-view .wrapper .wrapper-text .rte{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list01-view>.heading{line-height:48px}
.profile-list01-view .wrapper .wrapper-text .heading{line-height:30px}
.profile-list01-view .wrapper .wrapper-text .rte{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list01-view>.heading{line-height:48px}
.profile-list01-view .wrapper .wrapper-text .heading{line-height:30px}
.profile-list01-view .wrapper .wrapper-text .rte{line-height:20px}
}
@media screen and (min-width:1600px){.profile-list01-view>.heading{line-height:48px}
.profile-list01-view .wrapper .wrapper-text .heading{line-height:30px}
.profile-list01-view .wrapper .wrapper-text .rte{line-height:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list01-view>.heading{margin-bottom:30px}
.profile-list01-view .wrapper .wrapper-image{margin-bottom:8px}
.profile-list01-view .wrapper .wrapper-text .heading{margin-bottom:3px}
.profile-list01-view .list-item,.profile-list01-view .quarters-v2 .list-item,.profile-list01-view .col.xs-2 .list-item{margin-bottom:26px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list01-view>.heading{margin-bottom:30px}
.profile-list01-view .wrapper .wrapper-image{margin-bottom:8px}
.profile-list01-view .wrapper .wrapper-text .heading{margin-bottom:3px}
.profile-list01-view .list-item,.profile-list01-view .halves .list-item,.profile-list01-view .quarters .list-item,.profile-list01-view .quarters-v2 .list-item,.profile-list01-view .quarters-v3 .list-item,.profile-list01-view .col.sm-2 .list-item{margin-bottom:26px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list01-view>.heading{margin-bottom:41px}
.profile-list01-view .wrapper .wrapper-image{margin-bottom:13px}
.profile-list01-view .wrapper .wrapper-text .heading{margin-bottom:3px}
.profile-list01-view .list-item,.profile-list01-view .halves .list-item,.profile-list01-view .halves-v2 .list-item,.profile-list01-view .quarters-v3 .list-item,.profile-list01-view .col.md-2 .list-item,.profile-list01-view .text-width-long .list-item,.profile-list01-view .text-width-wide .list-item,.profile-list01-view .text-width-half .list-item,.profile-list01-view .text-width-narrow .list-item,.profile-list01-view .thirds .list-item,.profile-list01-view .quarters-v5 .list-item,.profile-list01-view .col.md-3 .list-item{margin-bottom:26px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list01-view>.heading{margin-bottom:51px}
.profile-list01-view .wrapper .wrapper-image{margin-bottom:13px}
.profile-list01-view .wrapper .wrapper-text .heading{margin-bottom:3px}
.profile-list01-view .list-item,.profile-list01-view .halves .list-item,.profile-list01-view .halves-v2 .list-item,.profile-list01-view .col.lg-2 .list-item,.profile-list01-view .text-width-wide .list-item,.profile-list01-view .text-width-half .list-item,.profile-list01-view .thirds .list-item,.profile-list01-view .thirds-v2 .list-item,.profile-list01-view .twothirds>li:last-child .list-item,.profile-list01-view .twothirds-v2>li:first-child .list-item,.profile-list01-view .col.lg-3 .list-item,.profile-list01-view .text-width-narrow .list-item,.profile-list01-view .quarters .list-item,.profile-list01-view .quarters-v2 .list-item,.profile-list01-view .quarters-v3 .list-item,.profile-list01-view .quarters-v4 .list-item,.profile-list01-view .quarters-v5 .list-item,.profile-list01-view .threeone>li:last-child .list-item,.profile-list01-view .threeone-v2>li:first-child .list-item,.profile-list01-view .col.lg-4 .list-item{margin-bottom:32px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list01-view>.heading{margin-bottom:51px}
.profile-list01-view .wrapper .wrapper-image{margin-bottom:13px}
.profile-list01-view .wrapper .wrapper-text .heading{margin-bottom:3px}
.profile-list01-view .list-item,.profile-list01-view .halves .list-item,.profile-list01-view .halves-v2 .list-item,.profile-list01-view .col.xl-2 .list-item,.profile-list01-view .text-width-wide .list-item,.profile-list01-view .text-width-half .list-item,.profile-list01-view .thirds .list-item,.profile-list01-view .thirds-v2 .list-item,.profile-list01-view .twothirds>li:last-child .list-item,.profile-list01-view .twothirds-v2>li:first-child .list-item,.profile-list01-view .col.xl-3 .list-item,.profile-list01-view .text-width-narrow .list-item,.profile-list01-view .quarters .list-item,.profile-list01-view .quarters-v2 .list-item,.profile-list01-view .quarters-v3 .list-item,.profile-list01-view .quarters-v4 .list-item,.profile-list01-view .quarters-v5 .list-item,.profile-list01-view .threeone>li:last-child .list-item,.profile-list01-view .threeone-v2>li:first-child .list-item,.profile-list01-view .col.xl-4 .list-item{margin-bottom:32px}
}
@media screen and (min-width:1600px){.profile-list01-view>.heading{margin-bottom:51px}
.profile-list01-view .wrapper .wrapper-image{margin-bottom:13px}
.profile-list01-view .wrapper .wrapper-text .heading{margin-bottom:3px}
.profile-list01-view .list-item,.profile-list01-view .halves .list-item,.profile-list01-view .halves-v2 .list-item,.profile-list01-view .col.xxl-2 .list-item,.profile-list01-view .text-width-wide .list-item,.profile-list01-view .text-width-half .list-item,.profile-list01-view .thirds .list-item,.profile-list01-view .thirds-v2 .list-item,.profile-list01-view .twothirds>li:last-child .list-item,.profile-list01-view .twothirds-v2>li:first-child .list-item,.profile-list01-view .col.xxl-3 .list-item,.profile-list01-view .text-width-narrow .list-item,.profile-list01-view .quarters .list-item,.profile-list01-view .quarters-v2 .list-item,.profile-list01-view .quarters-v3 .list-item,.profile-list01-view .quarters-v4 .list-item,.profile-list01-view .quarters-v5 .list-item,.profile-list01-view .threeone>li:last-child .list-item,.profile-list01-view .threeone-v2>li:first-child .list-item,.profile-list01-view .col.xxl-4 .list-item{margin-bottom:32px}
}
.profile-list01-view .wrapper .wrapper-text .heading{color:#0076ce}
.bg-medium .profile-list01-view .wrapper .wrapper-text .heading,.bg-dark .profile-list01-view .wrapper .wrapper-text .heading{color:#fff}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{font-size:16px;font-size:1.6rem}
.profile-list-overlay.uw-overlay .wrapper-image .heading{font-size:30px;font-size:3rem}
.profile-list-overlay.uw-overlay .wrapper-image .subheading{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{font-size:16px;font-size:1.6rem}
.profile-list-overlay.uw-overlay .wrapper-image .heading{font-size:30px;font-size:3rem}
.profile-list-overlay.uw-overlay .wrapper-image .subheading{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-size:24px;font-size:2.4rem}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{line-height:30px}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{line-height:24px}
.profile-list-overlay.uw-overlay .wrapper-image .heading{line-height:36px}
.profile-list-overlay.uw-overlay .wrapper-image .subheading{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{line-height:30px}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{line-height:24px}
.profile-list-overlay.uw-overlay .wrapper-image .heading{line-height:36px}
.profile-list-overlay.uw-overlay .wrapper-image .subheading{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{line-height:30px}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{line-height:24px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{line-height:30px}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{line-height:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{line-height:30px}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{line-height:24px}
}
@media screen and (min-width:1600px){.profile-list-overlay.uw-overlay .wrapper-text .heading{line-height:30px}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{line-height:24px}
}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-weight:400}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-weight:400}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-weight:400}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-weight:400}
}
@media screen and (min-width:1600px){.profile-list-overlay.uw-overlay .wrapper-text .heading{font-weight:400}
}
@media screen and (min-width:0) and (max-width:639.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{margin-bottom:18px}
.profile-list-overlay.uw-overlay .wrapper-image .heading{margin-bottom:8px}
.profile-list-overlay.uw-overlay .wrapper-image img{margin-bottom:6px}
.profile-list-overlay.uw-overlay .wrapper-image{margin-bottom:11px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-text .subheading{margin-bottom:18px}
.profile-list-overlay.uw-overlay .wrapper-image .heading{margin-bottom:8px}
.profile-list-overlay.uw-overlay .wrapper-image img{margin-bottom:6px}
.profile-list-overlay.uw-overlay .wrapper-image{margin-bottom:11px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-text .subheading,.profile-list-overlay.uw-overlay .wrapper-image img,.profile-list-overlay.uw-overlay .wrapper-image .icons{margin-bottom:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-text .subheading,.profile-list-overlay.uw-overlay .wrapper-image img,.profile-list-overlay.uw-overlay .wrapper-image .icons{margin-bottom:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.profile-list-overlay.uw-overlay .wrapper-text .heading{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-text .subheading,.profile-list-overlay.uw-overlay .wrapper-image img,.profile-list-overlay.uw-overlay .wrapper-image .icons{margin-bottom:18px}
}
@media screen and (min-width:1600px){.profile-list-overlay.uw-overlay .wrapper-text .heading{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-text .subheading,.profile-list-overlay.uw-overlay .wrapper-image img,.profile-list-overlay.uw-overlay .wrapper-image .icons{margin-bottom:18px}
}
.profile-list01-view .wrapper>.wrapper-image{position:relative}
.profile-list01-view .wrapper>.wrapper-image:before{display:block;content:"";width:100%;padding-top:100%}
.profile-list01-view .wrapper>.wrapper-image>.rendition{position:absolute;top:0;left:0;right:0;bottom:0}
.profile-list01-view .wrapper>.wrapper-image .rendition{position:absolute;top:-9999px;right:-9999px;bottom:-9999px;left:-9999px;margin:auto;height:100%}
.profile-list01-view .wrapper>*:last-child.wrapper-image,.profile-list01-view .wrapper>*:last-child.wrapper-text *:last-child{margin-bottom:0}
.profile-list01-view .overlay-hbs-trigger{cursor:pointer}
.profile-list-overlay.uw-overlay .wrapper{display:table}
.profile-list-overlay.uw-overlay .wrapper-text{padding-right:0}
.profile-list-overlay.uw-overlay .wrapper-image{max-width:280px;width:auto}
.profile-list-overlay.uw-overlay .wrapper-image>img{width:100%}
.profile-list-overlay.uw-overlay .wrapper-image .icons li{overflow:auto;width:auto;display:inline-block;border:2px solid #0076ce;border-radius:30px;height:30px;width:30px;position:relative;margin-right:10px}
.profile-list-overlay.uw-overlay .wrapper-image .icons li:last-of-type{margin-right:0}
.profile-list-overlay.uw-overlay .wrapper-image .icons a{background-repeat:no-repeat;width:18px;height:18px;background-size:contain;background-position:center;position:absolute;top:2px;left:3px}
.profile-list-overlay.uw-overlay .wrapper-image .icons a.twitter{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-6.4615384615,-6.4615384615,36.9230769231,36.9230769231%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23007db8%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M32%207.075c-1.175%200.525-2.444%200.875-3.769%201.031%201.356-0.813%202.394-2.1%202.887-3.631-1.269%200.75-2.675%201.3-4.169%201.594-1.2-1.275-2.906-2.069-4.794-2.069-3.625%200-6.563%202.938-6.563%206.563%200%200.512%200.056%201.012%200.169%201.494-5.456-0.275-10.294-2.888-13.531-6.862-0.563%200.969-0.887%202.1-0.887%203.3%200%202.275%201.156%204.287%202.919%205.463-1.075-0.031-2.087-0.331-2.975-0.819%200%200.025%200%200.056%200%200.081%200%203.181%202.263%205.838%205.269%206.437-0.55%200.15-1.131%200.231-1.731%200.231-0.425%200-0.831-0.044-1.237-0.119%200.838%202.606%203.263%204.506%206.131%204.563-2.25%201.762-5.075%202.813-8.156%202.813-0.531%200-1.050-0.031-1.569-0.094%202.913%201.869%206.362%202.95%2010.069%202.95%2012.075%200%2018.681-10.006%2018.681-18.681%200-0.287-0.006-0.569-0.019-0.85%201.281-0.919%202.394-2.075%203.275-3.394z%22%20%2F%3E%3C%2Fsvg%3E")}
.profile-list-overlay.uw-overlay .wrapper-image .icons a.linkedin{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-6.4615384615,-6.4615384615,36.9230769231,36.9230769231%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23007db8%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M12%2012h5.535v2.837h0.079c0.77-1.381%202.655-2.837%205.464-2.837%205.842%200%206.922%203.637%206.922%208.367v9.633h-5.769v-8.54c0-2.037-0.042-4.657-3.001-4.657-3.005%200-3.463%202.218-3.463%204.509v8.688h-5.767v-18z%20M2%2012h6v18h-6v-18z%20M8%207c0%201.657-1.343%203-3%203s-3-1.343-3-3c0-1.657%201.343-3%203-3s3%201.343%203%203z%22%20%2F%3E%3C%2Fsvg%3E")}
.profile-list-overlay.uw-overlay .card{display:block;background:white}
.profile-list-overlay.uw-overlay .content{background-color:unset}
.profile-list-overlay.uw-overlay .header{padding:20px 18px 0 0;background-color:unset}
.profile-list-overlay.uw-overlay .header .header-content{display:none}
.profile-list-overlay.uw-overlay .header .btn-close{background-image:none;float:right;width:auto;height:20px}
.profile-list-overlay.uw-overlay .header .btn-close:after{content:'\00d7';color:#0076ce;font-size:44px;font-weight:300;line-height:12px}
@media screen and (min-width:0) and (max-width:767.9px){.profile-list-overlay.uw-overlay.open{z-index:10003}
.profile-list-overlay.uw-overlay .wrapper-image,.profile-list-overlay.uw-overlay .wrapper-text{display:block}
.profile-list-overlay.uw-overlay .wrapper-text hr{margin-top:39px;margin-bottom:28px}
.profile-list-overlay.uw-overlay .wrapper-text .aditional-ctas{margin-bottom:10px}
.profile-list-overlay.uw-overlay .wrapper-text .aditional-ctas a{display:block}
.profile-list-overlay.uw-overlay .wrapper-image{margin-left:auto;margin-right:auto}
.profile-list-overlay.uw-overlay .wrapper-image .subheading{width:60%;margin-left:auto;margin-right:auto}
.profile-list-overlay.uw-overlay .card{width:100%;height:100%;max-height:unset;overflow:auto}
.profile-list-overlay.uw-overlay .content{padding:0 18px 18px 18px;height:auto}
.profile-list-overlay.uw-overlay .header{padding-bottom:18px}
}
@media screen and (min-width:768px){.profile-list-overlay.uw-overlay .wrapper{overflow:auto;display:block;max-height:100%;padding-right:40px}
.profile-list-overlay.uw-overlay .wrapper-image,.profile-list-overlay.uw-overlay .wrapper-text{display:table-cell;vertical-align:top}
.profile-list-overlay.uw-overlay .wrapper-text{padding-left:40px}
.profile-list-overlay.uw-overlay .wrapper-text .rte{margin-bottom:0}
.profile-list-overlay.uw-overlay .wrapper-image{width:280px}
.profile-list-overlay.uw-overlay .wrapper-image .icons{overflow:auto}
.profile-list-overlay.uw-overlay .wrapper-image .icons li{float:left}
.profile-list-overlay.uw-overlay .wrapper-image .aditional-ctas{text-align:left}
.profile-list-overlay.uw-overlay .wrapper-image .aditional-ctas a{display:block}
.profile-list-overlay.uw-overlay .card{width:80%;max-height:80%}
.profile-list-overlay.uw-overlay .content{padding:0 0 40px 40px;height:73vh;background-color:unset;overflow:auto}
.profile-list-overlay.uw-overlay .header{padding:20px 18px 0 0;background-color:unset}
.profile-list-overlay.uw-overlay .header .header-content{display:none}
.profile-list-overlay.uw-overlay .header .btn-close{background-image:none;float:right;width:auto;height:20px}
.profile-list-overlay.uw-overlay .header .btn-close:after{content:'\00d7';color:#0076ce;font-size:44px;font-weight:300;line-height:12px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.profile-list-overlay.uw-overlay .card{width:95%;max-height:580px}
.profile-list-overlay.uw-overlay .content{max-height:540px}
.profile-list-overlay.uw-overlay .wrapper-image{width:200px}
.profile-list-overlay.uw-overlay .wrapper-image img{width:100%}
}
@media screen and (min-width:0) and (max-width:639.9px){.breadcrumb03-upp-view{margin-top:10px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.breadcrumb03-upp-view{margin-top:10px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.breadcrumb03-upp-view{margin-top:10px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.breadcrumb03-upp-view{margin-top:12px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.breadcrumb03-upp-view{margin-top:12px}
}
@media screen and (min-width:1600px){.breadcrumb03-upp-view{margin-top:12px}
}
@media screen and (min-width:0) and (max-width:639.9px){.breadcrumb03-upp-view{margin-bottom:3px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.breadcrumb03-upp-view{margin-bottom:3px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.breadcrumb03-upp-view{margin-bottom:3px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.breadcrumb03-upp-view{margin-bottom:22px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.breadcrumb03-upp-view{margin-bottom:22px}
}
@media screen and (min-width:1600px){.breadcrumb03-upp-view{margin-bottom:22px}
}
@media screen and (min-width:0) and (max-width:639.9px){.breadcrumb03-upp-view .cta-icn{margin-right:-5px !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.breadcrumb03-upp-view .cta-icn{margin-right:-5px !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.breadcrumb03-upp-view .cta-icn{margin-right:-5px !important}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.breadcrumb03-upp-view .cta-icn{margin-right:-4px !important}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.breadcrumb03-upp-view .cta-icn{margin-right:-4px !important}
}
@media screen and (min-width:1600px){.breadcrumb03-upp-view .cta-icn{margin-right:-4px !important}
}
@media screen and (min-width:0) and (max-width:639.9px){.breadcrumb03-upp-view .cta-icn{width:15px !important}
}
@media screen and (min-width:640px) and (max-width:767.9px){.breadcrumb03-upp-view .cta-icn{width:15px !important}
}
@media screen and (min-width:768px) and (max-width:979.9px){.breadcrumb03-upp-view .cta-icn{width:15px !important}
}
.row.bg-primary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#0076ce,#0076ce 30%,rgba(0,118,206,0));background-image:linear-gradient(to right,#0076ce,#0076ce 30%,rgba(0,118,206,0))}
.row.bg-primary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#0076ce,#0076ce 30%,rgba(0,118,206,0));background-image:linear-gradient(to left,#0076ce,#0076ce 30%,rgba(0,118,206,0))}
.row.bg-secondary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#aaa,#aaa 30%,rgba(170,170,170,0));background-image:linear-gradient(to right,#aaa,#aaa 30%,rgba(170,170,170,0))}
.row.bg-secondary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#aaa,#aaa 30%,rgba(170,170,170,0));background-image:linear-gradient(to left,#aaa,#aaa 30%,rgba(170,170,170,0))}
.row.bg-tertiary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to right,#fff,#fff 30%,rgba(255,255,255,0))}
.row.bg-tertiary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to left,#fff,#fff 30%,rgba(255,255,255,0))}
.row.bg-quaternary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#000,#000 30%,rgba(0,0,0,0));background-image:linear-gradient(to right,#000,#000 30%,rgba(0,0,0,0))}
.row.bg-quaternary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#000,#000 30%,rgba(0,0,0,0));background-image:linear-gradient(to left,#000,#000 30%,rgba(0,0,0,0))}
.row.bg-quinary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#eee,#eee 30%,rgba(238,238,238,0));background-image:linear-gradient(to right,#eee,#eee 30%,rgba(238,238,238,0))}
.row.bg-quinary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#eee,#eee 30%,rgba(238,238,238,0));background-image:linear-gradient(to left,#eee,#eee 30%,rgba(238,238,238,0))}
.row.bg-senary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to right,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-senary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to left,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-septenary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0));background-image:linear-gradient(to right,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0))}
.row.bg-septenary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0));background-image:linear-gradient(to left,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0))}
.row.bg-octonary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#00447c,#00447c 30%,rgba(0,68,124,0));background-image:linear-gradient(to right,#00447c,#00447c 30%,rgba(0,68,124,0))}
.row.bg-octonary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#00447c,#00447c 30%,rgba(0,68,124,0));background-image:linear-gradient(to left,#00447c,#00447c 30%,rgba(0,68,124,0))}
.row.bg-nonary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0));background-image:linear-gradient(to right,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0))}
.row.bg-nonary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0));background-image:linear-gradient(to left,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0))}
.row.bg-denary .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to right,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-denary .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to left,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-eleven .breadcrumb03-upp-view:before{background-image:-webkit-linear-gradient(left,#ccc,#ccc 30%,rgba(204,204,204,0));background-image:linear-gradient(to right,#ccc,#ccc 30%,rgba(204,204,204,0))}
.row.bg-eleven .breadcrumb03-upp-view:after{background-image:-webkit-linear-gradient(right,#ccc,#ccc 30%,rgba(204,204,204,0));background-image:linear-gradient(to left,#ccc,#ccc 30%,rgba(204,204,204,0))}
.breadcrumb03-upp-view .partial-cta-list{width:100%;overflow-x:auto;white-space:nowrap;overflow-y:hidden}
.breadcrumb03-upp-view .partial-cta-list .nohref:hover .cta-text{text-decoration:none}
.breadcrumb03-upp-view .partial-cta-list .nohref .cta-icn{display:none}
.breadcrumb03-upp-view .partial-cta-list .cta-icn{margin-left:0}
.breadcrumb03-upp-view .partial-cta-list dd{margin:5px 0;width:auto;display:inline-block}
.breadcrumb03-upp-view .partial-cta-list dd .cta-icn{height:20px;width:20px}
.breadcrumb03-upp-view .partial-cta-list dd>a.cta{margin-left:15px;margin-right:0}
.breadcrumb03-upp-view .partial-cta-list dd>a.cta>div .cta-text{padding-left:5px}
.breadcrumb03-upp-view .partial-cta-list dd:last-of-type{margin-right:50px}
.breadcrumb03-upp-view .partial-cta-list dd:last-of-type .cta>div .cta-text:after{display:none}
.breadcrumb03-upp-view.hide-fade:before{background:transparent !important;display:none}
.breadcrumb03-upp-view:before,.breadcrumb03-upp-view:after{content:'';height:40px;position:absolute;top:0;width:60px;z-index:1}
.breadcrumb03-upp-view:before{left:0}
.breadcrumb03-upp-view:after{right:0}
.table01-view table thead th{background-color:#0076ce}
.table01-view table tbody tr:nth-child(even),.table01-view .accordion-item .accordion-trigger{background-color:#fff}
.bg-medium .table01-view table thead th{background-color:#1a1a1a}
.bg-dark .table01-view table tbody tr:nth-child(even),.bg-dark .table01-view .accordion-item .accordion-trigger{background-color:#444}
.table01-view table thead th{color:#444}
.table01-view table tbody tr:nth-child(even),.table01-view .accordion-item .accordion-trigger{color:#0076ce}
.bg-medium .table01-view table thead th{color:#aaa}
.bg-dark .table01-view table tbody tr:nth-child(even),.bg-dark .table01-view .accordion-item .accordion-trigger{color:#444}
.table01-view table thead th{border-color:#0076ce}
.table01-view table tbody tr:nth-child(even),.table01-view .accordion-item .accordion-trigger{border-color:#fff}
.bg-medium .table01-view table thead th{border-color:#1a1a1a}
.bg-dark .table01-view table tbody tr:nth-child(even),.bg-dark .table01-view .accordion-item .accordion-trigger{border-color:#444}
@media screen and (min-width:0) and (max-width:639.9px){.table01-view table thead th,.table01-view table tbody td,.table01-view .title,.table01-view .subtitle,.tooltip-pagebed .content{font-weight:400}
}
@media screen and (min-width:640px) and (max-width:767.9px){.table01-view table thead th,.table01-view table tbody td,.table01-view .title,.table01-view .subtitle,.tooltip-pagebed .content{font-weight:400}
}
@media screen and (min-width:768px) and (max-width:979.9px){.table01-view table thead th,.table01-view table tbody td,.table01-view .title,.table01-view .subtitle,.tooltip-pagebed .content{font-weight:400}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.table01-view table thead th,.table01-view table tbody td,.table01-view .title,.table01-view .subtitle,.tooltip-pagebed .content{font-weight:400}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.table01-view table thead th,.table01-view table tbody td,.table01-view .title,.table01-view .subtitle,.tooltip-pagebed .content{font-weight:400}
}
@media screen and (min-width:1600px){.table01-view table thead th,.table01-view table tbody td,.table01-view .title,.table01-view .subtitle,.tooltip-pagebed .content{font-weight:400}
}
@media screen and (min-width:0) and (max-width:639.9px){.table01-view .title{font-size:17px;font-size:1.7rem}
.table01-view .subtitle{font-size:13px;font-size:1.3rem}
.table01-view table thead th{font-size:18px;font-size:1.8rem}
.table01-view table tbody td{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.table01-view .title{font-size:17px;font-size:1.7rem}
.table01-view .subtitle{font-size:13px;font-size:1.3rem}
.table01-view table thead th{font-size:18px;font-size:1.8rem}
.table01-view table tbody td{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.table01-view .title{font-size:17px;font-size:1.7rem}
.table01-view .subtitle{font-size:13px;font-size:1.3rem}
.table01-view table thead th{font-size:18px;font-size:1.8rem}
.table01-view table tbody td{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.table01-view .title{font-size:17px;font-size:1.7rem}
.table01-view .subtitle{font-size:13px;font-size:1.3rem}
.table01-view table thead th{font-size:18px;font-size:1.8rem}
.table01-view table tbody td{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.table01-view .title{font-size:17px;font-size:1.7rem}
.table01-view .subtitle{font-size:13px;font-size:1.3rem}
.table01-view table thead th{font-size:18px;font-size:1.8rem}
.table01-view table tbody td{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:1600px){.table01-view .title{font-size:17px;font-size:1.7rem}
.table01-view .subtitle{font-size:13px;font-size:1.3rem}
.table01-view table thead th{font-size:18px;font-size:1.8rem}
.table01-view table tbody td{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.table01-view .title{line-height:20px}
.table01-view .subtitle{line-height:16px}
.table01-view table thead th{line-height:21px}
.table01-view table tbody td{line-height:19px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.table01-view .title{line-height:20px}
.table01-view .subtitle{line-height:16px}
.table01-view table thead th{line-height:21px}
.table01-view table tbody td{line-height:19px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.table01-view .title{line-height:20px}
.table01-view .subtitle{line-height:16px}
.table01-view table thead th{line-height:21px}
.table01-view table tbody td{line-height:19px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.table01-view .title{line-height:20px}
.table01-view .subtitle{line-height:16px}
.table01-view table thead th{line-height:21px}
.table01-view table tbody td{line-height:19px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.table01-view .title{line-height:20px}
.table01-view .subtitle{line-height:16px}
.table01-view table thead th{line-height:21px}
.table01-view table tbody td{line-height:19px}
}
@media screen and (min-width:1600px){.table01-view .title{line-height:20px}
.table01-view .subtitle{line-height:16px}
.table01-view table thead th{line-height:21px}
.table01-view table tbody td{line-height:19px}
}
@media screen and (min-width:0) and (max-width:639.9px){.table01-view .title{margin-right:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.table01-view .title{margin-right:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.table01-view .title{margin-right:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.table01-view .title{margin-right:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.table01-view .title{margin-right:20px}
}
@media screen and (min-width:1600px){.table01-view .title{margin-right:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.table01-view .list-item{margin-bottom:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.table01-view .list-item{margin-bottom:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.table01-view .list-item{margin-bottom:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.table01-view .list-item{margin-bottom:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.table01-view .list-item{margin-bottom:0}
}
@media screen and (min-width:1600px){.table01-view .list-item{margin-bottom:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.table01-view table th,.table01-view table td{padding:23px 20px 23px 20px}
.table01-view .accordion-item .accordion-trigger{padding:20px 20px 18px 20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.table01-view table th,.table01-view table td{padding:23px 20px 23px 20px}
.table01-view .accordion-item .accordion-trigger{padding:20px 20px 18px 20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.table01-view table th,.table01-view table td{padding:23px 20px 23px 20px}
.table01-view .accordion-item .accordion-trigger{padding:20px 20px 18px 20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.table01-view table th,.table01-view table td{padding:23px 20px 23px 20px}
.table01-view .accordion-item .accordion-trigger{padding:20px 20px 18px 20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.table01-view table th,.table01-view table td{padding:23px 20px 23px 20px}
.table01-view .accordion-item .accordion-trigger{padding:20px 20px 18px 20px}
}
@media screen and (min-width:1600px){.table01-view table th,.table01-view table td{padding:23px 20px 23px 20px}
.table01-view .accordion-item .accordion-trigger{padding:20px 20px 18px 20px}
}
.table01-view table ul{list-style:inside disc}
.table01-view table ol{list-style:inside decimal}
.table01-view .accordion-container{overflow-x:auto;display:block}
.table01-view .accordion-trigger{border-top:1px solid;border-bottom:1px solid;cursor:pointer;position:relative}
.table01-view .accordion-trigger:after{content:"⌄";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23007db8%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E");color:transparent;width:34px;height:24px;background-size:cover;background-position-y:center;position:absolute;top:50%;right:0;transform:translateY(-50%);transition:transform .6s}
.table01-view .accordion-trigger.accordion-item-active:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23808080%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E");transform:translateY(-50%) rotate(180deg)}
.table01-view table{width:100%}
.table01-view table tr{display:table-row;margin-bottom:24px}
.table01-view table tr:first-child{display:table-row}
.table01-view table td,.table01-view table th{display:table-cell;vertical-align:middle;word-break:normal}
.table01-view table td.cell-center,.table01-view table th.cell-center{text-align:center}
.table01-view table td.cell-left,.table01-view table th.cell-left{text-align:left}
.table01-view table td.cell-right,.table01-view table th.cell-right{text-align:right}
.table01-view table td:not(:last-of-type),.table01-view table th:not(:last-of-type){border-right:solid 1px}
.table01-view table tbody tr:nth-child(odd){background-color:#f7f7f7}
.bg-dark .table01-view table tbody tr:nth-child(odd){background-color:#4d4d4d}
.bg-dark .table01-view .accordion-trigger:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%233dc6ef%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
.bg-dark .table01-view .accordion-trigger.accordion-item-active:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-12,-12,48,48%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M20.786%206.497c0.697-0.689%201.822-0.689%202.514%200%200.694%200.689%200.699%201.802%200%202.491l-10.045%209.845c-0.694%200.689-1.817%200.689-2.516%200l-10.045-9.845c-0.694-0.686-0.694-1.802%200-2.491%200.697-0.689%201.822-0.689%202.514%200l8.793%208.074%208.786-8.074z%22%20%2F%3E%3C%2Fsvg%3E")}
@media screen and (min-width:0) and (max-width:767.9px){.table01-view .accordion-trigger .title{display:block;margin-bottom:10px}
.table01-view .accordion-trigger:after{left:0;margin-left:13px}
.table01-view .accordion-trigger .wrapper-text{padding-left:34px;padding-right:0}
.table01-view .accordion-target .info-icon{background-color:#0076ce;width:19px;display:inline-block;color:white;text-align:center;border-radius:19px;cursor:pointer}
.table01-view .accordion-target .info-cell{display:none}
.tooltip{position:absolute;padding-left:18px;padding-right:18px;width:100%}
.tooltip strong{display:block;margin-bottom:5px}
.tooltip .tooltip-pagebed{display:table;background:white;padding:24px 22px;box-shadow:0 4px 6px #bbb;width:100%;opacity:0;transition:opacity .4s}
.tooltip .tooltip-pagebed.visible{opacity:1}
.tooltip.bg-dark .tooltip-pagebed{background:#4d4d4d;box-shadow:0 4px 6px #1a1a1a}
.tooltip .close{text-align:right}
.tooltip .close .icon{background-color:#0076ce;width:20px;display:inline-block;color:white;text-align:center;border-radius:20px;cursor:pointer;font-size:14px;line-height:20px}
.tooltip .content{padding-right:12px}
.tooltip .content,.tooltip .close{display:table-cell}
}
@media screen and (min-width:768px){.table01-view .accordion-trigger:after{right:0;margin-right:20px}
.table01-view .accordion-target .info-icon{display:none}
.table01-view .accordion-target .info-cell{display:block}
}
@media screen and (min-width:0) and (max-width:639.9px){.oaks-masthead-view .btn-collapse{font-size:30px;font-size:3rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.oaks-masthead-view .btn-collapse{font-size:30px;font-size:3rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.oaks-masthead-view .btn-collapse{font-size:30px;font-size:3rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.oaks-masthead-view .btn-collapse{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.oaks-masthead-view .btn-collapse{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1600px){.oaks-masthead-view .btn-collapse{font-size:30px;font-size:3rem}
}
.oaks-masthead-view .btn-collapse{color:#fff;cursor:pointer;float:right}
@media screen and (min-width:0) and (max-width:979.9px){.oaks-masthead-view .btn-collapse{display:none}
}
.oaks-masthead-view:not(.sticky) .btn-collapse,.oaks-masthead-view:not(.sticky) .sub-nav-st{display:none}
.oaks-masthead-view.sticky{left:0;position:fixed;z-index:10000;max-width:1600px;margin-left:auto;right:0;left:0;margin-right:auto}
.oaks-masthead-view.sticky .navmenu-view .tabnav-target{z-index:1}
.oaks-masthead-view.sticky .navmenu-view .tabnav-target .vline.vline-thirteen>li{height:auto !important}
.oaks-masthead-view.sticky .navmenu-view .container,.oaks-masthead-view.sticky .sub-nav-st .subnav01-view{margin:0 auto}
@media screen and (min-width:0) and (max-width:639.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .nav-list .list-item a{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .nav-list .list-item a{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .nav-list .list-item a{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .nav-list .list-item a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .nav-list .list-item a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:1600px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .nav-list .list-item a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1600px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:0) and (max-width:979.9px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item:last-of-type .navigation-control{margin-right:50px}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control{border-bottom-width:4px;margin-right:28px;margin-left:0;padding:23px 0 10px 0}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control .wrap-text div span{font-weight:200;color:#1a1a1a}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control:hover{border-bottom-width:0}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control:hover .wrap-text div span{font-weight:200;color:#0076ce}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control.active,.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control:not([href]){border-bottom-width:4px}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control.active .wrap-text div span,.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control:not([href]) .wrap-text div span{font-weight:700;color:#0076ce}
}
@media screen and (min-width:980px){.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .side .subheading{font-weight:200;color:#1a1a1a;padding:16px 0 12px 0}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item:last-of-type .navigation-control{margin-right:0}
.oaks-masthead-view.sticky .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control{margin-right:30px;padding:28px 0 12px 0}
}
.oaks-masthead-view.sticky .btn-collapse{-webkit-transition:all .5s linear;-moz-transition:all .5s linear;transition:all .5s linear;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}
@media screen and (min-width:980px){.oaks-masthead-view.sticky .btn-collapse{display:block}
}
.oaks-masthead-view.sticky:not(.open) .btn-collapse{-webkit-transition:all .5s linear;-moz-transition:all .5s linear;transition:all .5s linear;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}
.oaks-masthead-view.sticky:not(.open) .main-nav,.oaks-masthead-view.sticky:not(.open) .sub-nav-st .breadcrumb{display:none}
.oaks-masthead-view .sub-nav-st{background:#fff;margin:0}
.oaks-masthead-view .sub-nav-st .subnav01-view{margin:0}
.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .side .subheading{margin:0;padding:10px 0}
.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item{margin:0}
.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control:hover,.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control.active{text-decoration:none;text-transform:none}
.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control:hover span,.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside .nav-list .list-item .navigation-control.active span{text-decoration:none;text-transform:none}
.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside:before,.oaks-masthead-view .sub-nav-st .subnav01-view .header-controls .aside:after{height:55px}
@media screen and (min-width:0) and (max-width:639.9px){.subnav01-view .nav-list{padding-left:0;padding-right:0}
}
@media screen and (min-width:640px) and (max-width:767.9px){.subnav01-view .nav-list{padding-left:0;padding-right:0}
}
@media screen and (min-width:768px) and (max-width:979.9px){.subnav01-view .nav-list{padding-left:0;padding-right:0}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.subnav01-view .nav-list{padding-left:0;padding-right:0}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.subnav01-view .nav-list{padding-left:0;padding-right:0}
}
@media screen and (min-width:1600px){.subnav01-view .nav-list{padding-left:0;padding-right:0}
}
@media screen and (min-width:0) and (max-width:639.9px){.subnav01-view .nav-list a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.subnav01-view .nav-list a{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.subnav01-view .nav-list a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.subnav01-view .nav-list a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.subnav01-view .nav-list a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:1600px){.subnav01-view .nav-list a{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.subnav01-view .nav-list a{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.subnav01-view .nav-list a{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.subnav01-view .nav-list a{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.subnav01-view .nav-list a{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.subnav01-view .nav-list a{line-height:20px}
}
@media screen and (min-width:1600px){.subnav01-view .nav-list a{line-height:20px}
}
@media screen and (min-width:0) and (max-width:639.9px){.subnav01-view .nav-list a span{font-weight:500}
}
@media screen and (min-width:640px) and (max-width:767.9px){.subnav01-view .nav-list a span{font-weight:500}
}
@media screen and (min-width:768px) and (max-width:979.9px){.subnav01-view .nav-list a span{font-weight:500}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.subnav01-view .nav-list a span{font-weight:500}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.subnav01-view .nav-list a span{font-weight:500}
}
@media screen and (min-width:1600px){.subnav01-view .nav-list a span{font-weight:500}
}
@media screen and (min-width:0) and (max-width:639.9px){.subnav01-view .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.subnav01-view .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.subnav01-view .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.subnav01-view .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.subnav01-view .side .subheading{font-size:30px;font-size:3rem}
}
@media screen and (min-width:1600px){.subnav01-view .side .subheading{font-size:30px;font-size:3rem}
}
.subnav01-view .nav-list .list-item .navigation-control{display:block;border-color:transparent !important;border-style:solid;border-bottom-width:4px;padding:22px 0 20px 0;margin:0 14px;transition:background-color .6s}
.subnav01-view .nav-list .list-item .navigation-control:hover,.subnav01-view .nav-list .list-item .navigation-control.active,.subnav01-view .nav-list .list-item .navigation-control:not([href]){border-color:#0076ce !important}
.subnav01-view .nav-list .list-item .navigation-control .wrap-text div span{font-weight:200;color:#1a1a1a}
.subnav01-view .nav-list .list-item .navigation-control:hover{border-bottom-width:0}
.subnav01-view .nav-list .list-item .navigation-control:hover .wrap-text div span{font-weight:200;color:#0076ce}
.subnav01-view .nav-list .list-item .navigation-control.active,.subnav01-view .nav-list .list-item .navigation-control:not([href]){border-bottom-width:4px}
.subnav01-view .nav-list .list-item .navigation-control.active .wrap-text div span,.subnav01-view .nav-list .list-item .navigation-control:not([href]) .wrap-text div span{font-weight:700;color:#0076ce}
.subnav01-view .nav-list .list-item.selected .navigation-control{border-color:#0076ce !important}
.subnav01-view .nav-list .list-item:first-of-type{margin-left:0}
.subnav01-view .nav-list .list-item:last-of-type{margin-right:0}
.subnav01-view .header-controls .side{display:block}
.subnav01-view .header-controls .side .subheading{font-weight:200;color:#1a1a1a;line-height:30px;margin:0;padding:9px 0 30px 0}
.subnav01-view .header-controls .aside{display:block}
.subnav01-view .header-controls .aside .nav-list li{display:table-cell}
.subnav01-view .header-controls .aside .nav-list .list-item .navigation-control{padding:10px 0 10px 0;margin-right:20px;margin-left:0}
@media screen and (min-width:0) and (max-width:639.9px){.subnav01-view .header-controls .aside{border-top:1px solid #ccc}
}
@media screen and (min-width:0) and (max-width:767.9px){.row.bg-primary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#0076ce,#0076ce 30%,rgba(0,118,206,0));background-image:linear-gradient(to right,#0076ce,#0076ce 30%,rgba(0,118,206,0))}
.row.bg-primary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#0076ce,#0076ce 30%,rgba(0,118,206,0));background-image:linear-gradient(to left,#0076ce,#0076ce 30%,rgba(0,118,206,0))}
.row.bg-secondary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#aaa,#aaa 30%,rgba(170,170,170,0));background-image:linear-gradient(to right,#aaa,#aaa 30%,rgba(170,170,170,0))}
.row.bg-secondary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#aaa,#aaa 30%,rgba(170,170,170,0));background-image:linear-gradient(to left,#aaa,#aaa 30%,rgba(170,170,170,0))}
.row.bg-tertiary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to right,#fff,#fff 30%,rgba(255,255,255,0))}
.row.bg-tertiary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to left,#fff,#fff 30%,rgba(255,255,255,0))}
.row.bg-quaternary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#000,#000 30%,rgba(0,0,0,0));background-image:linear-gradient(to right,#000,#000 30%,rgba(0,0,0,0))}
.row.bg-quaternary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#000,#000 30%,rgba(0,0,0,0));background-image:linear-gradient(to left,#000,#000 30%,rgba(0,0,0,0))}
.row.bg-quinary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#eee,#eee 30%,rgba(238,238,238,0));background-image:linear-gradient(to right,#eee,#eee 30%,rgba(238,238,238,0))}
.row.bg-quinary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#eee,#eee 30%,rgba(238,238,238,0));background-image:linear-gradient(to left,#eee,#eee 30%,rgba(238,238,238,0))}
.row.bg-senary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to right,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-senary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to left,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-septenary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0));background-image:linear-gradient(to right,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0))}
.row.bg-septenary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0));background-image:linear-gradient(to left,#1a1a1a,#1a1a1a 30%,rgba(26,26,26,0))}
.row.bg-octonary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#00447c,#00447c 30%,rgba(0,68,124,0));background-image:linear-gradient(to right,#00447c,#00447c 30%,rgba(0,68,124,0))}
.row.bg-octonary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#00447c,#00447c 30%,rgba(0,68,124,0));background-image:linear-gradient(to left,#00447c,#00447c 30%,rgba(0,68,124,0))}
.row.bg-nonary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0));background-image:linear-gradient(to right,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0))}
.row.bg-nonary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0));background-image:linear-gradient(to left,#3dc6ef,#3dc6ef 30%,rgba(61,198,239,0))}
.row.bg-denary .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to right,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-denary .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#444,#444 30%,rgba(68,68,68,0));background-image:linear-gradient(to left,#444,#444 30%,rgba(68,68,68,0))}
.row.bg-eleven .subnav01-view .aside:before{background-image:-webkit-linear-gradient(left,#ccc,#ccc 30%,rgba(204,204,204,0));background-image:linear-gradient(to right,#ccc,#ccc 30%,rgba(204,204,204,0))}
.row.bg-eleven .subnav01-view .aside:after{background-image:-webkit-linear-gradient(right,#ccc,#ccc 30%,rgba(204,204,204,0));background-image:linear-gradient(to left,#ccc,#ccc 30%,rgba(204,204,204,0))}
.subnav01-view .nav-list{overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%}
.subnav01-view .nav-list .list-item{display:inline-block;width:auto}
.subnav01-view .nav-list .list-item:last-of-type .navigation-control{margin-right:50px}
.subnav01-view .aside{position:relative}
.subnav01-view .aside.hide-fade:before{display:none}
.subnav01-view .aside:before,.subnav01-view .aside:after{content:'';height:40px;position:absolute;top:0;width:60px;z-index:1}
.subnav01-view .aside:before{left:0;background-image:-webkit-linear-gradient(left,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to right,#fff,#fff 30%,rgba(255,255,255,0))}
.subnav01-view .aside:after{right:0;background-image:-webkit-linear-gradient(right,#fff,#fff 30%,rgba(255,255,255,0));background-image:linear-gradient(to left,#fff,#fff 30%,rgba(255,255,255,0))}
}
@media screen and (min-width:768px){.subnav01-view .header-controls .side{text-align:left}
.subnav01-view .header-controls .side .subheading{padding:40px 0 15px 0}
.subnav01-view .header-controls .aside .nav-list li{display:table-cell}
.subnav01-view .header-controls .aside .nav-list .list-item .navigation-control{padding:6px 0 10px 0;margin-right:28px}
}
@media screen and (min-width:980px){.subnav01-view .header-controls .side{display:inline-block;margin:0 0 8px 0}
.subnav01-view .header-controls .side .subheading{padding:18px 0 0 0}
.subnav01-view .header-controls .aside{display:inline-block;float:right}
.subnav01-view .header-controls .aside .nav-list li{float:left}
.subnav01-view .header-controls .aside .nav-list .list-item .navigation-control{padding:32px 0 12px 0;margin-right:30px}
.subnav01-view .header-controls .aside .nav-list .list-item:first-of-type .navigation-control{margin-left:0}
.subnav01-view .header-controls .aside .nav-list .list-item:last-of-type .navigation-control{margin-right:0}
}
.sales-force-dashboard{background-color:#fff;padding:26px 20px}
@media screen and (min-width:0) and (max-width:639.9px){.sales-force-dashboard .subheading{font-size:24px;font-size:2.4rem}
.sales-force-dashboard .list-header .subheading,.sales-force-dashboard .list-header .number,.sales-force-dashboard .list-wrap .description{font-size:14px;font-size:1.4rem}
.sales-force-dashboard .list-wrap,.sales-force-dashboard .add.cta{font-size:16px;font-size:1.6rem}
.sales-force-dashboard .tab-control-item .cta,.sales-force-dashboard .form .input{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.sales-force-dashboard .subheading{font-size:24px;font-size:2.4rem}
.sales-force-dashboard .list-header .subheading,.sales-force-dashboard .list-header .number,.sales-force-dashboard .list-wrap .description{font-size:14px;font-size:1.4rem}
.sales-force-dashboard .list-wrap,.sales-force-dashboard .add.cta{font-size:16px;font-size:1.6rem}
.sales-force-dashboard .tab-control-item .cta,.sales-force-dashboard .form .input{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.sales-force-dashboard .subheading{font-size:24px;font-size:2.4rem}
.sales-force-dashboard .list-header .subheading,.sales-force-dashboard .list-header .number,.sales-force-dashboard .list-wrap .description{font-size:14px;font-size:1.4rem}
.sales-force-dashboard .list-wrap,.sales-force-dashboard .add.cta{font-size:16px;font-size:1.6rem}
.sales-force-dashboard .tab-control-item .cta,.sales-force-dashboard .form .input{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.sales-force-dashboard .subheading{font-size:24px;font-size:2.4rem}
.sales-force-dashboard .list-header .subheading,.sales-force-dashboard .list-header .number,.sales-force-dashboard .list-wrap .description{font-size:14px;font-size:1.4rem}
.sales-force-dashboard .list-wrap,.sales-force-dashboard .add.cta{font-size:16px;font-size:1.6rem}
.sales-force-dashboard .tab-control-item .cta,.sales-force-dashboard .form .input{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.sales-force-dashboard .subheading{font-size:24px;font-size:2.4rem}
.sales-force-dashboard .list-header .subheading,.sales-force-dashboard .list-header .number,.sales-force-dashboard .list-wrap .description{font-size:14px;font-size:1.4rem}
.sales-force-dashboard .list-wrap,.sales-force-dashboard .add.cta{font-size:16px;font-size:1.6rem}
.sales-force-dashboard .tab-control-item .cta,.sales-force-dashboard .form .input{font-size:18px;font-size:1.8rem}
}
@media screen and (min-width:1600px){.sales-force-dashboard .subheading{font-size:24px;font-size:2.4rem}
.sales-force-dashboard .list-header .subheading,.sales-force-dashboard .list-header .number,.sales-force-dashboard .list-wrap .description{font-size:14px;font-size:1.4rem}
.sales-force-dashboard .list-wrap,.sales-force-dashboard .add.cta{font-size:16px;font-size:1.6rem}
.sales-force-dashboard .tab-control-item .cta,.sales-force-dashboard .form .input{font-size:18px;font-size:1.8rem}
}
.sales-force-dashboard .deal-container{position:relative;min-height:270px}
.sales-force-dashboard .deal-container.loading:after{content:'';position:absolute;margin-left:0;margin-top:0;transform:none;width:100%;height:100%;z-index:9999;background-color:white;background-repeat:no-repeat;background-image:url("data:image/gif;base64,R0lGODlhMgAyANU/AM7i7d7m6vv8/drp8jaRzqvO3sbU2mamzfz8/Pn5+tTV1/P09Ovr7N3d3+Xm5+jo6dra3NfY2fHx8u7u7+Lj5PX5/PL4/PT5+9Pe4ubx+Wit2o7B5PH09rDR4EOY0Yy82sDa5tDk7Pj6+qfP6crX3KnN43Cs0M3j87zY6ebs7+z0+erz99/t88Dc8JzI5LPW7bvX5O3y8+Xw9c3Z31ym13mx07bU4urv8bLS5tXm7oO42cXd7OLp7E+f1NHS1P///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDYxRjkwNjVGRUFGMTFFMkFFQkQ4RjBDOEQ1OTgyRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDYxRjkwNjZGRUFGMTFFMkFFQkQ4RjBDOEQ1OTgyRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNjFGOTA2M0ZFQUYxMUUyQUVCRDhGMEM4RDU5ODJFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNjFGOTA2NEZFQUYxMUUyQUVCRDhGMEM4RDU5ODJFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAUKAD8ALAAAAAAyADIAAAb/wJ9wSCwahS8C4XVsOp/Qn0fpiVqvR6USyx1WdIdPU0toNnwQRLeIO7hRWe2R4as/1kSU+2CqGMlGCAp1Pgx4XjV7JX9yRQ6EEWqHQjt7BypFgEQJhD4Tk0Qfe2JEmkNndQ2gRAOWAKWNQhKdC6tELns1sFtDEYQUXQI5AwJHKiZ7cEIbShtDdHUKCUcIDA+SRDAFBTYsR21ui0MnJ0SPdkcTvmhG2+4gK0ZgB69Os+xFC6iERiDu7gAuEKkwABOUBAuw/UhAoVOqIwM6/CvQIYetB4M6KTDURECIiQVgFMODAIJDHw4UNrng7188PAscNpiGRYYNdwLxcKoTQcKh/wEhZICS4ICjraNIkypdeoOEgadQoQZAeu6kDwUTomqFysFWTKudtm7tuuor2DpNxT6derTqSaxL48qdS9cIAwc+JxE12kXCOh801+z00ZNLgn11asGUGdgJArd10hwqeTKlEwYZCSm4swqjw41HENeh0BjBgsZNECpkeFJVEZmKiZj0kbfJPQhG9Dk0MjvCJyMPCDkgsiD2j6qci6iLHOgBA5VCEmQ2em64EGhXUQupdq1LQ55EOhH5CwypWdrh+Q25lxjpPtdDxBN5f3RCJ9Tyhwz2tArBX+vp1WFEVZGAgp0C0OU3hCCE8LVGcHU4KISCzxCSHEkmwfeaekacIRAZXRTWdURGCogIhX38gRIEACH5BAUKAD8ALAAAAAAnABsAAAbwwJ9wSCwahbvDYXdsOp8/k9IErVaVSutTACuAmthDU0OgWaC5gnpwDB9HhLgLOlAXOgKju2jxxAkjUAI2diF6WEYbfz1nUCx2BRdFe0MZfwQvWiB2X0SUQmRxGlo/K5AynohDLZcnpD8AdjapWUM9fzpHPClNFx12bEIlSiVDcHEeGUYYBgYzN0dpaoZDA8FCinJHzdwYHEZdBahOrGVNzNzNASJEAiuSUBknjUcpJOkGJDyvrwH4Bhj4kRKBjts3gVpizODGDiGpFAFiOJxIsaLFi0cmKPDBsWNHBxh/eBzZcQFGkiRNXtSIkiNIjEEAACH5BAUKAD8ALAMAAAAsABQAAAb/wJ9wSCwWWYUCy8hsOp+dZOdJrTKTSatWiDFgmthC83PQVbY/nmGdumKZqIMch06tDSR3tlgxyQ8oaD8zdwFGYUYlfzVnaDd3BiJFiEQqfwc7glx3X0SUQ2RyH5pCHJAxnm9DAJcDpEIBdzOpe0I1fy5UCA8MCEwiJHdtQiFJIUNxciYqTBYjLhYQPj4RE0xqa4ZDKytEinNMLz0EBDTT5w0LRl0GqE6sZUYnGuT1DefnFAlFHJJUKgMaCcmgo149DT8YKMDnQ8GDV0RceDBIwMOIIQgcMPQBwRcpCzQoEthgwUiCe/jUkTpBUUOGJxIinNtHKkO9Hi20MHAgAeKPBhYbLjIJAgAh+QQFCgA/ACwLAAAAJwAbAAAG8sCfcEgU3gyGW3HJbDpJSJJzSi0ikVUqAuJrNK+GJqgAE1AfvjSDCWYOCvAclZH2KRDLdlHQgRcGWhF1DnlXSyF+NmZUE3U+CVaGRBd+BSxZPw11XkR6Q2NwIJg/C44SnZJCMpUroz8UdRGoWEM2fgCuPwkKdWtCAUgBQ29wHRdMFSg4FUxoaYRDHBxEiHFMOzUHBzpNXD6nTqtkSwMf2udNCAuQVBcri0IqLufnH7lVOCb0ByYo91MVdOw7UILZPycD9n1QcZCKinM1cDWsAqCEv4kYM2rcyJHJBgIgQ4b08GLjCZEoQ5pMmZLjR5YESAYBACH5BAUKAD8ALBcAAAAbACcAAAbnwInPN/kZj8ik0qgYKpZQ6HAYrSKnPijGgLH+sMuUYcyzgpWksSFlnioD6pn3fBSpDbe5G7kdd/VURzF3HF5fe0YzagGGPw5DDkdiYyQiSwIDOQJICwtIcGRLLDYFBTBVg1xKKyClrlYihUgWAK6uII1HOR22BR0DuT8CML0FIZvBK70gF8FHF642Ms5JMiHA1Nna29xKJQfg4eEmO40D4ujh5unpud/sB+Td8/TcLRsj3RkE/D0t2yf4CdSQIZsFGgIFbrCQzYWHhAQ85KOWQQdEAhq0ndAAkduLHvxodLMwwgVDI0EAACH5BAUKAD8ALB4AAwAUACwAAAb1wJ9Q2PBBEMOkcsjwOR/L6A+hcPoY0qXDGkFmhwmrb/JNFp2N8lAiXqiFESvl/Ws6FQlpipfcPqM3MwYGGGtOEEscGIOMSQkLXkIiAYyMhVk8JJUGJClfi5sBZRybGCJqIowzMXQ/MQGerbKztGohBbi5uR0sUSu6wLm+wcFSt8QFvLXLzEsAJSiyKgfUNQB0A9TaHypqFTra2iUVajgm4Qcm0UkZJxZJKi7oBx9DLQQENEsDH+hDG/gIuIiyowY1HUNGBPSQIUoFFDjIDekRECGdewFPtNIQUEOrDAEJvGgFEF+Pd28seAg4opVCfAM35kOZJQgAIfkEBQoAPwAsFwALABsAJwAABuvAn3BILBYRjAfCyGz+JhGfD+Ks/hYNqdbKTFC02ga3+FCAfQrGeIiAnH2O5Vq4ODcSc2JCG5HkjRIOan+EhYaHVgEGi4yMJDdrHI2TjJGUlHOKlwaPiJ6foDIhA54XBac2Mocrp60gF4UCMK2tIQKFOR20BR2kVioDFUQXALsFIFUABwc6Risgu0QnJ0Qlywc4TCw2pzBDGwQEG0Mo1yYqTAIDObdC4eFENdcua+8ERMrXvlb2RR/XH8b0I6Li2oEdXAZWu1ZDWBWFQyqYuIaC3zsm5ZZle3iRyT8dDp1ALOQhnAdPL8K98BQEACH5BAUKAD8ALAsAFwAnABsAAAbwwJ9wSCwajQ6fcrlUTI7QqHDBrC6l2CLVWs16hUmuz/ktm8/otHotjAVSbK/IQJ/F4lIOfY8R4aEYe3sBf0c8JIIGJHBQFicZWRcrAkQiAYkGGFA0BAQtUjIFBTBGHIGCRy6dBBtEAwNEIaIFOUc3M3SaRRkeqyNDJQcHJUMDsx0XUCk8RzqrPUTCwkQ2swBmJ6ue0dJEobMrZRqrGkXSB0UgsyBfL9qQ3NNEF7MFLFkWPaut5t1FsqJsUJIyYpUHC0bOGRHQYRYsKao6/Uror4gxUbWkWOBU7ojCI+pgDFzzsdARE8JMmISyQ9iOOEEAACH5BAUKAD8ALAMAHgAsABQAAAb/wJ9wKBxtWsSkcilxMJbLVo9AzUCvw4RvG5FgMxqq+ITFLrboRkJp2YjFNEv5ioCg0Q7EcOR5Ezwuc3MPCnc+Ck9hfjpWQxUDKnMiHEkJFIY+DX4aZEk6BwcAWDEGBhhKCw2GNFQ9L0s4oAclRCsrRAGlBjxLExFbEBYuI3JKKiayKEMhBQUhQym6JCJLCAwPelgusjVEzc1EM7oBglADsqHe30SkupTlSR+yH0nfBUkYuqfwQzvokerAERGhy8ANfj8q1JBFq966JLlKzUCIQpaJCkrsLSGhKwW/WKCUZXyYJFopXvAqfKK3ROOSfPsQYnEps+aPDs062LTJohkLA5tBAAAh+QQFCgA/ACwAABcAJwAbAAAG8sCXh0AsFje/pHLJbDaN0OLJSa0mo9GpdbsUYolIrnhMLpvP6LQVVQKoxYDaYa56V1WfuX5gb1ZKeno6FX1LKCaBByY4hUt5iS51SgIrF1wJCwhUiR98TDAFBTJWEj4+EFQ6czU7TjmhBSFLHBxLDqY+D04VOCiETRcdsJ4/AQYGAUoMuAoJZgCwNkvHx0sRuBRlK7Ci09RLpbgLZCCwIEzUBkwNuA1jLNyW3tVLCbg+E1wCNrCy6N9MbpmKoMnKAFgdBDRJ1wSBAlwMtrwKRWyeuibLTOmyIgDUOScMnbCDUFBNyEZOSBwjgZLKjWM3uAQBACH5BAUKAD8ALAAACwAbACcAAAbkwJ/Q4hpZhMikcomkEQi9F3PKfFo1J6r2p7FadZntdOTxEjwuMdOyMRNoR7Uy0/Vm5ctWzxrGM0cbLX6DhIWGSTsmB4uMjCV4jZGMA3KSkpRqiZaLj4een6B+AyEynjI2BakXhRcgqa8rgwIhr68wAqIdtQUdOYOuuwBxSBwiW7sgsUoYBgYxWjCpNixMPM0GAUkLC0kCOQO4SyIk1ylIDj4+DnIB1zNJ6elqHNfO8PFqzM0YSvE+YjfqGbsnb8uMa9n64dOS4hoJJv62WGtmbknELcz4QVx46OIhBekUfJqQbkIQACH5BAUKAD8ALAAAAwAUACwAAAb2wJ9wSPxZaARNcVl0EZ4jpnT0JHgs0qWlV91kl68qIfMtaqrK8vAkbqmHumqPWMGhKsyMpxoV6g4HNTtMTk9eQoCJHwNLSARuQh+JiS4qRBYnZEQoJpMHJjhqFSWeBzp4ZSqSk4xvADWJlm9CKCUAs7i5ukQsHQW/wMAhUsHFwCtMxsbIS73Kv8O70tPUKQExuDEzBtwiaiIY3OIcZQHi4hhfKSTnBiQ8X+HtAd5DCAsJRO0Y5EUQPj4kDJE34waTBwB9OCDCI4WUBAoSMphFIWGEWQsSBpzVIGGDWRM05lODIELChW8YJFSAYBZCgBNnIfj3kUgQADs=");background-position:center;top:0;left:0}
.sales-force-dashboard .color-corner{height:14px;width:14px;display:block;position:absolute;top:6px;left:6px}
.sales-force-dashboard .header{position:relative}
.sales-force-dashboard .header .subheading{font-weight:900}
.sales-force-dashboard .add{float:right;margin:8px 0}
.sales-force-dashboard .add .cta-text{font-weight:900;padding:0}
.sales-force-dashboard .add .cta-icn{border:2px solid;border-radius:50%;padding:0 3px;width:20px;height:20px;margin-left:8px;margin-right:0}
.sales-force-dashboard>.subheading{color:#1a1a1a}
.sales-force-dashboard>.tabs-view{margin-bottom:16px}
.sales-force-dashboard>.tabs-view .tab-container{border-bottom:1px solid #0076ce;line-height:0;margin-bottom:16px}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item{display:inline-block;border-bottom:2px solid transparent}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item:last-of-type{margin-right:0}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item.selected{border-bottom:2px solid #0076ce}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item.selected .cta div span{font-weight:900;color:#0076ce}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item .cta{padding-bottom:16px}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item .cta div span{color:#1a1a1a}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item .cta:hover,.sales-force-dashboard>.tabs-view .tab-container .tab-control-item .cta:hover div,.sales-force-dashboard>.tabs-view .tab-container .tab-control-item .cta:hover div span{color:#0076ce;text-decoration:none}
.sales-force-dashboard>.tabs-view .tab-target{padding:0}
.sales-force-dashboard>.tabs-view .tab-target.hiddenParent{display:none}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container{min-height:280px}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .side{display:inline-block;text-align:left;width:70%}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .aside{display:inline-block;text-align:right;width:28%}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-header .subheading,.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-header .number{color:#aaa;line-height:16px}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap{max-height:230px;overflow-y:auto}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item{border-bottom:1px solid #aaa;padding-bottom:10px;margin-right:7px;margin-bottom:18px;line-height:18px}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item .date,.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item .number{font-weight:400;color:#444}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item .alert{color:red}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item .description{color:#1a1a1a;white-space:normal}
.sales-force-dashboard>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item:last-of-type{border-bottom:0}
.sales-force-dashboard .search{background-color:#fff;position:relative}
.sales-force-dashboard .search .input{color:#aaa;width:100%;padding:12px}
.sales-force-dashboard .search .btn{position:absolute;top:4px;right:0;margin:0}
.sales-force-dashboard .search .btn span{color:#0076ce;padding:12px}
@media screen and (min-width:0) and (max-width:1279.9px){.sales-force-dashboard>.tabs-view .tab-container{border:0}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item{border-bottom:1px solid #0076ce;width:auto}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item .cta{padding:16px 0}
}
@media screen and (min-width:768px) and (max-width:1279.9px){.sales-force-dashboard>.tabs-view .tab-container{border-bottom:1px solid #0076ce}
.sales-force-dashboard>.tabs-view .tab-container .tab-control-item{border-bottom:0 solid #0076ce}
}
@media screen and (min-width:0) and (max-width:767.9px){.sales-force-dashboard>.tabs-view .tab-container .tab-control-item{display:block}
}
.deal-registration01-view .color-corner{background-color:#0076ce}
.deal-registration01-view>.tabs-view .tab-container .tab-control-item .cta:hover{color:#1a1a1a}
.deal-registration01-view>.tabs-view .tab-container .tab-control-item .cta:hover div span{color:#1a1a1a}
.deal-registration01-view>.tabs-view .tab-container .tab-control-item.selected .cta div span{color:#1a1a1a}
.lead-management-view .color-corner{background-color:#6ea204}
.lead-management-view .header span.cta-icn{padding:0}
.lead-management-view>.tabs-view .tab-container{border-bottom:1px solid #6ea204}
.lead-management-view>.tabs-view .tab-container .tab-control-item .cta:hover{color:#1a1a1a}
.lead-management-view>.tabs-view .tab-container .tab-control-item .cta:hover div span{color:#1a1a1a}
.lead-management-view>.tabs-view .tab-container .tab-control-item.selected{border-bottom:2px solid #6ea204}
.lead-management-view>.tabs-view .tab-container .tab-control-item.selected .cta div span{color:#1a1a1a}
.lead-management-view>.tabs-view .tab-target .tab-target-container .list-wrap .list .list-item .alert{color:#6ea204}
@media screen and (min-width:0) and (max-width:1279.9px){.lead-management-view>.tabs-view .tab-container{border:0}
.lead-management-view>.tabs-view .tab-container .tab-control-item{border-bottom:1px solid #6ea204;width:auto}
.lead-management-view>.tabs-view .tab-container .tab-control-item .cta{padding:16px 0}
}
@media screen and (min-width:768px) and (max-width:1279.9px){.lead-management-view>.tabs-view .tab-container{border-bottom:1px solid #6ea204}
.lead-management-view>.tabs-view .tab-container .tab-control-item{border-bottom:0 solid #6ea204}
}
@media screen and (min-width:0) and (max-width:767.9px){.lead-management-view>.tabs-view .tab-container .tab-control-item{display:block}
}
.cta-list01-view.single-source-active span.wrapper-icon{border-radius:50%;margin-bottom:0;margin-right:0;background-color:#6ea204;color:#fff;padding:7px;font-size:21px;width:35px;height:35px;line-height:21px;text-align:center;transform:translateY(-50%);top:50%}
.cta-list01-view.single-source-active span.cta-text{padding-left:50px !important}
.cta-list01-view.single-source-active span.icon.cta-icn{left:0;width:35px;height:35px;color:#fff;font-size:21px;border-radius:50%;margin-bottom:0;margin-right:0;padding:7px;line-height:21px;text-align:center;transform:translateY(-50%);top:50%;position:absolute}
.cta-list01-view.single-source-active span.icon.font-icon-oaks-arrow-left-up{background-color:#0076ce}
.cta-list01-view.single-source-active span.icon.knowledge-icon{background-color:#444;font-size:16px;line-height:18px;padding:8px}
.cta-list01-view li{margin:0 !important}
.cta-list01-view li:last-child a{border-bottom:0}
.cta-list01-view.divider a{border-bottom:1px solid #eee}
.cta-list01-view a{padding:20px 0}
.cta-list01-view div{position:relative;margin:0}
.cta-list01-view .cta-img{transform:translateY(-50%);top:50%}
.cta-list01-view .cta-img ~ .cta-text{padding-left:45px !important}
.cta-list01-view a.cta .cta-img{left:0;margin:0}
.cta-list01-view .cta-text{position:relative;width:100%;padding:0 !important;padding-right:0 !important;display:table-cell;height:inherit}
.cta-list01-view .cta>div .cta-img{height:35px;width:35px}
@media screen and (min-width:980px){.cta-list01-view .cta-text{line-height:21px;font-size:20px}
.cta-list01-view li{padding-right:30px !important}
}
.uw-overlay.overlay-control-preview .detail .subheading span{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-control-preview .detail .asset .date{font-size:14px;font-size:1.4rem}
.uw-overlay.overlay-control-preview .detail p.description{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-control-preview .action-buttons .icons .btn .cta-icn{font-size:16px;font-size:1.6rem}
.uw-overlay .action-buttons-large .icons .message-info{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-control-preview .action-buttons-large .icons .btn .cta-icn{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-control-preview .action-buttons .icons .btn .cta-text{font-size:11px;font-size:1.1rem}
.uw-overlay .feedback-container-small .feedback-header div{font-size:16px;font-size:1.6rem}
.uw-overlay .feedback-container-small .feedback-comment textarea{font-size:12px;font-size:1.2rem}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile span{font-size:48px;font-size:4.8rem}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile p{font-size:20px;font-size:2rem}
.uw-overlay .feedback-container-large .feedback-header .feedback-heading span{font-size:16px;font-size:1.6rem}
.uw-overlay .feedback-container-large .feedback-header .feedback-chars-number span{font-size:12px;font-size:1.2rem}
.uw-overlay .feedback-container-large .feedback-comment textarea{font-size:12px;font-size:1.2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{font-size:18px;font-size:1.8rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{font-size:18px;font-size:1.8rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{font-size:18px;font-size:1.8rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{font-size:18px;font-size:1.8rem}
.uw-overlay.overlay-control-preview .detail .subheading span{line-height:24px}
.uw-overlay.overlay-control-preview .detail p.description{line-height:24px}
.uw-overlay.overlay-control-preview .action-buttons .icons .btn .cta-icn{line-height:22px}
.uw-overlay.overlay-control-preview .action-buttons-large .icons .btn .cta-icn{line-height:20px}
.uw-overlay .action-buttons-large .icons .message-info{line-height:16px}
.uw-overlay.overlay-control-preview .action-buttons .icons .btn .cta-text{line-height:11px}
.uw-overlay .feedback-container-small .feedback-header div{line-height:20px}
.uw-overlay .feedback-container-small .feedback-comment textarea{line-height:16px}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile span{line-height:48px}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile p{line-height:26px}
.uw-overlay .feedback-container-large .feedback-header .feedback-heading span{line-height:20px}
.uw-overlay .feedback-container-large .feedback-header .feedback-chars-number span{line-height:16px}
.uw-overlay .feedback-container-large .feedback-comment textarea{line-height:16px}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{line-height:22px}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{line-height:22px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{line-height:22px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{line-height:22px}
@media screen and (min-width:980px){.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{line-height:24px}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{line-height:24px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{line-height:24px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{line-height:24px}
}
.asset-preview-container{background-color:#ccc}
.asset-preview .asset-preview-container .asset-preview-button a>div{background-color:#444;border-color:#444}
.asset-preview .asset-preview-container .asset-preview-button a:hover>div{background-color:#444;border-color:#444}
.uw-overlay.overlay-control-preview .header{background-color:#fff;padding:0}
.uw-overlay.overlay-control-preview .card{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);left:0;top:0;width:100%}
.uw-overlay.overlay-control-preview .card{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);width:100%;display:block;right:auto}
.uw-overlay.overlay-control-preview .content{padding:16px 40px 0 40px !important;height:100vh !important;overflow:hidden !important}
.uw-overlay.overlay-control-preview .promo-component .view{height:500px !important;padding:12px;overflow:auto !important}
.docpreview-footer{width:300px !important}
.docpreview-footer>div{display:table-cell !important}
.docpreview-footer>div:first-child,.docpreview-footer>div:last-child{display:none !important}
#cell-content-views{width:100% !important}
html.no-touch .docpreview-footer{display:none !important}
html.no-touch .docpreview-footer>div:last-child{display:table-cell !important}
html.no-touch .asset-preview-container:hover .docpreview-footer{display:table !important}
.uw-overlay.overlay-control-preview .docpreview-footer{width:300px !important}
.uw-overlay.overlay-control-preview .docpreview-footer>div{display:table-cell !important}
.uw-overlay.overlay-control-preview .docpreview-footer>div:first-child{display:none !important}
.uw-overlay.overlay-control-preview html.no-touch .docpreview-footer{display:none !important}
v .uw-overlay.overlay-control-preview html.no-touch .docpreview-footer>div:last-child{display:table-cell !important}
.uw-overlay.overlay-control-preview html.no-touch .asset-preview-container:hover .docpreview-footer{display:table !important}
.uw-overlay.overlay-control-preview.document-preview-active .card-contain .head{display:none}
.uw-overlay.overlay-control-preview.document-preview-active .card-contain .asset-preview{display:block;height:90vh;margin-top:45px}
.uw-overlay.overlay-control-preview.document-preview-active .card-contain .action-buttons{display:none}
.uw-overlay.overlay-control-preview .card{width:100% !important;-moz-transform:translate(0,0) !important;transform:translate(0,0) !important}
.uw-overlay.overlay-control-preview .card .header{border-top:0}
.uw-overlay.overlay-control-preview .card .header .btn-close{right:0;top:0;padding:20px;color:#444;height:auto;width:auto;background-image:none}
.uw-overlay.overlay-control-preview .card .content{padding:16px 15px 0 16px;height:100vh}
.uw-overlay.overlay-control-preview .card-contain{position:relative}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small{position:fixed;background-color:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;z-index:10042}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .feedback-main-wrapper{display:table;margin:0 auto;height:100%}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .feedback-second-wrapper{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container{height:235px;max-height:235px;background-color:#fff;display:table-cell;width:320px;max-width:320px;padding:25px 17px 25px 18px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .feedback-header{padding-bottom:15px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .feedback-header div{font-weight:400;display:inline-block}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .feedback-header .feedback-heading span{vertical-align:middle;margin-right:20px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .feedback-header .feedback-chars-number{float:right}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .feedback-comment{margin-bottom:15px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .feedback-comment textarea{font-weight:200;padding:15px;resize:none;width:100%}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .form-container .send-container-button a{display:inline-block;width:auto;margin-right:20px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile{height:235px;max-height:235px;background-color:#fff;display:table-cell;width:320px;max-width:320px;padding:50px 17px 50px 18px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .success-info-mobile{font-weight:400;text-align:center;margin-bottom:15px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .success-info-mobile span.font-icon-oaks-thankyou-module{color:#6fa141}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .success-info-mobile span.font-icon-oaks-thankyou-module-two{color:#71a241;margin-left:-1.25em}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile{font-weight:400;text-align:center;margin-bottom:15px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile span{border-radius:50%;color:#fff;padding:2px}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile.error-info{color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile.error-info span{background-color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .feedback-container-small .message-info-mobile .cancel-mobile{width:auto;margin:0 auto}
.uw-overlay.overlay-control-preview .card-contain .col-texts{display:table}
.uw-overlay.overlay-control-preview .card-contain .col-texts .icon,.uw-overlay.overlay-control-preview .card-contain .col-texts .heading{display:table-cell}
.uw-overlay.overlay-control-preview .card-contain .col-texts .heading{vertical-align:top}
.uw-overlay.overlay-control-preview .card-contain .detail .subheading{margin-top:6px;margin-bottom:10px}
.uw-overlay.overlay-control-preview .card-contain .detail .subheading span{display:inline-block;margin:0}
.uw-overlay.overlay-control-preview .card-contain .detail .asset{margin-bottom:20px}
.uw-overlay.overlay-control-preview .card-contain .detail .asset .date,.uw-overlay.overlay-control-preview .card-contain .detail .asset .file-info{font-weight:200;word-break:break-all}
.uw-overlay.overlay-control-preview .card-contain .asset-preview{display:none}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons{color:#444;background-color:#eee;padding:10px 17px 10px 18px;position:fixed;bottom:0;left:0;right:0;width:100%}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons .share{text-align:center}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons .btn div{border:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons .btn span{display:block}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons .btn div{color:#444;background-color:#eee}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons .share .save a{color:#444}
.uw-overlay.overlay-control-preview .card-contain .action-buttons .icons .cta-icn{width:100%}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large{display:none}
.uw-overlay.overlay-control-preview .preview-collapse-button{display:none}
.uw-overlay.overlay-control-preview #docxjs-container{direction:ltr !important}
.uw-overlay.overlay-control-preview .asset-preview{margin-top:20px;width:100%;height:400px;position:absolute}
.uw-overlay.overlay-control-preview .asset-preview .asset-preview-container,.uw-overlay.overlay-control-preview .asset-preview .asset-preview-container-mobile{display:block;height:100%;width:100%}
.uw-overlay.overlay-control-preview .asset-preview .asset-preview-button{position:absolute;left:0;right:0;top:50%;bottom:50%;margin:0 auto;transform:none;width:auto;white-space:nowrap}
.uw-overlay.overlay-control-preview .asset-preview .asset-preview-button a{width:auto;margin:0 auto}
.uw-overlay.overlay-control-preview .asset-preview .asset-preview-button a .cta-text{text-transform:capitalize}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons{position:relative;bottom:0;right:0;top:20px}
.uw-overlay.overlay-control-preview .asset-preview .message-info{margin:20px 0}
.uw-overlay.overlay-control-preview .asset-preview .message-info div{text-align:center}
.uw-overlay.overlay-control-preview .asset-preview .message-info div span,.uw-overlay.overlay-control-preview .asset-preview .message-info div p{display:inline-block}
.uw-overlay.overlay-control-preview .asset-preview .message-info div span{border-radius:50%;color:#fff;padding:2px;margin-right:10px}
.uw-overlay.overlay-control-preview .asset-preview .message-info div.error-info{color:#ce1126}
.uw-overlay.overlay-control-preview .asset-preview .message-info div.error-info span{color:#fff;background-color:#ce1126}
.uw-overlay.overlay-control-preview .asset-preview .message-info div.success-info{color:#6ea204}
.uw-overlay.overlay-control-preview .asset-preview .message-info div.success-info span{background-color:#6ea204}
.uw-overlay.overlay-control-preview .feedback-container,.uw-overlay.overlay-control-preview .feedback-container-large{margin:20px 0}
.uw-overlay.overlay-control-preview .feedback-container .feedback-header .feedback-heading,.uw-overlay.overlay-control-preview .feedback-container .feedback-header .feedback-chars-number,.uw-overlay.overlay-control-preview .feedback-container-large .feedback-header .feedback-heading,.uw-overlay.overlay-control-preview .feedback-container-large .feedback-header .feedback-chars-number{display:inline-block}
.uw-overlay.overlay-control-preview .feedback-container .feedback-header .feedback-heading span,.uw-overlay.overlay-control-preview .feedback-container-large .feedback-header .feedback-heading span{margin:0 10px 0 0}
.uw-overlay.overlay-control-preview .feedback-container .feedback-header .feedback-chars-number,.uw-overlay.overlay-control-preview .feedback-container-large .feedback-header .feedback-chars-number{float:right}
.uw-overlay.overlay-control-preview .feedback-container .feedback-comment textarea,.uw-overlay.overlay-control-preview .feedback-container-large .feedback-comment textarea{resize:none;width:100%}
.uw-overlay.overlay-control-preview .feedback-container .send-container-button,.uw-overlay.overlay-control-preview .feedback-container-large .send-container-button{text-align:center}
.uw-overlay.overlay-control-preview .feedback-container .send-container-button a,.uw-overlay.overlay-control-preview .feedback-container-large .send-container-button a{display:inline-block;width:auto;margin-right:20px}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain .head{overflow:hidden}
.uw-overlay.overlay-control-preview.document-preview-disabled .asset-preview-container{display:none}
@media screen and (min-width:640px){.wrapper-text.card-spacing{padding:24px 0 0 0 !important}
.uw-overlay.overlay-control-preview .card{-moz-transform:translate(-50%,-50%) !important;-webkit-transform:translate(-50%,-50%) !important;transform:translate(-50%,-50%) !important;width:100% !important;left:50%;top:50%;max-width:503px;display:block;right:auto}
.uw-overlay.overlay-control-preview .content{padding:16px 40px 0 40px !important;height:90vh !important}
.uw-overlay.overlay-control-preview .content .row{height:500px;padding:17px;margin-top:35px;overflow:hidden !important}
.uw-overlay.overlay-control-preview .content .row .shim-top{padding-top:0 !important}
.uw-overlay.overlay-control-preview .promo-component .view{height:500px !important;padding:12px;overflow:auto !important}
.uw-overlay.overlay-control-preview .card-contain .head .detail{margin-left:0;width:100%}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons{border-top:0}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons .share{text-align:center}
}
@media screen and (min-width:980px){.wrapper-text.card-spacing{padding:24px 40px 40px 40px !important}
.uw-overlay.overlay-control-preview .card{width:100% !important;max-width:956px;display:block;right:auto}
.uw-overlay.overlay-control-preview .card .content{padding:36px 16px 29px 16px !important;height:80vh !important}
.uw-overlay.overlay-control-preview .card .content .row{height:500px !important;padding:131px 20px 0 20px;margin-top:-51px;overflow:hidden !important}
.uw-overlay.overlay-control-preview .card .content .row .shim-top{padding-top:0 !important}
.uw-overlay.overlay-control-preview .card .promo-component .view{height:400px !important;margin-top:0;overflow:auto !important}
}
@media screen and (min-width:980px){.wrapper-text.card-spacing{padding:24px 40px 40px 40px !important}
.uw-overlay.overlay-control-preview .card{width:100% !important;max-width:956px;display:block;right:auto}
.uw-overlay.overlay-control-preview .card .content{padding:36px 16px 29px 16px !important;height:80vh !important}
.uw-overlay.overlay-control-preview .card .content .row{height:500px !important;padding:131px 20px 0 20px;margin-top:-51px;overflow:hidden !important}
.uw-overlay.overlay-control-preview .card .content .row .shim-top{padding-top:0 !important}
.uw-overlay.overlay-control-preview .card .promo-component .view{height:400px !important;margin-top:0;overflow:auto !important}
.uw-overlay.overlay-control-preview.document-preview-active .card-contain .head{display:block}
.uw-overlay.overlay-control-preview div.card .content{height:600px;padding:30px}
.uw-overlay.overlay-control-preview div.card .content>div{height:100%}
.uw-overlay.overlay-control-preview .card-contain{width:100%;height:100%}
.uw-overlay.overlay-control-preview .card-contain .asset-preview{display:inline-block;padding:0 45px 15px 20px;height:calc(100% - 42px)}
.uw-overlay.overlay-control-preview .card-contain .asset-preview .asset-preview-container{float:right;height:calc(100% - 70px);max-height:420px}
.uw-overlay.overlay-control-preview .card-contain .action-buttons{display:none}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large{display:block;width:100%;position:relative;bottom:0;padding:0 45px 0 0;float:left}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons{position:relative;right:0;width:100%;border-top:0;margin:0;padding-top:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons .share{line-height:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons.feedback-container,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons .feedback-container-large{left:0;bottom:0;position:absolute}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons.feedback-container .share,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons .feedback-container-large .share{text-align:left}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li.save{margin-left:20px}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type{position:absolute;left:0;margin:0;width:auto}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type a,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type div.message-info{display:inline-block;width:auto;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info{font-weight:400;margin:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div{text-align:left}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div span,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div p{display:inline-block}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div span{border-radius:50%;padding:4px;margin-right:10px}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.error-info{color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.error-info span{color:#fff;background-color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.success-info{color:#6ea204}
.uw-overlay.overlay-control-preview .card-contain .message-info-large{margin:0 15px;display:inline-block;width:auto;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large{font-weight:400;text-align:center;color:#6fa141}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large span,.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large p{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large p{padding-left:6px}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large{font-weight:400;text-align:center}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large span,.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large p{display:table-cell}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large p{padding-left:6px}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large span{border-radius:50%;color:#fff;width:22px}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large.error-info{color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large.error-info span{background-color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .head{float:left;height:calc(100% - 57px);border-bottom:2px solid #ccc}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large{display:block;margin:10px 0;position:absolute;bottom:0}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .feedback-header{width:100%}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .feedback-comment{width:100%}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .feedback-comment textarea{border:1px solid #444;display:block;height:90px;resize:none;width:100%}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .send-container-button{padding-top:20px;text-align:left}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .send-container-button a{vertical-align:bottom}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .send-container-button a .cta-text{padding:6px 0}
.uw-overlay.overlay-control-preview .card-contain.active-form .head{display:block;border-bottom:0}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .detail{max-height:100%;overflow-y:auto;display:block;margin-bottom:25px;position:relative;height:320px !important;float:none;border-bottom:2px solid #ccc}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large{display:block;margin:0;position:absolute;bottom:-57px;z-index:10;width:90%}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-header{width:90%;margin-bottom:12px}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-header .feedback-heading{font-weight:400}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-comment{width:90%}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-comment textarea{display:block;height:90px;border:2px solid #ccc;padding:15px;resize:none}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .send-container-button{padding-top:20px;text-align:left}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .send-container-button a{vertical-align:bottom}
.uw-overlay.overlay-control-preview .card-contain.active-form .asset-preview{display:block;float:right;position:relative}
.uw-overlay.overlay-control-preview .card-contain.active-form .icons{width:auto}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form{display:table}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .head{overflow:visible}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .detail{height:325px !important}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .feedback-container-large{position:relative;bottom:0;width:55%}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .asset-preview{display:none}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .action-buttons-large{position:absolute;right:0;bottom:0}
.uw-overlay.overlay-control-preview.document-preview-disabled .head{width:100%;padding:0;float:none;border-bottom:0;height:calc(100% - 42px);padding-right:45px}
.uw-overlay.overlay-control-preview.document-preview-disabled .head .col-texts{width:auto;display:inline-block;vertical-align:top}
.uw-overlay.overlay-control-preview.document-preview-disabled .head .heading{width:auto}
.uw-overlay.overlay-control-preview.document-preview-disabled .asset-preview{display:none}
.uw-overlay.overlay-control-preview .card{width:70%}
.uw-overlay.overlay-control-preview .card .header .btn-close{right:10px;top:10px;color:#444}
.uw-overlay.overlay-control-preview .card .content{height:600px;padding:30px}
.uw-overlay.overlay-control-preview .card-contain{display:block}
.uw-overlay.overlay-control-preview .preview-collapse-button{display:block;width:auto;cursor:pointer;position:absolute;left:-24px}
.uw-overlay.overlay-control-preview .preview-collapse-button div{padding:0 2px 0 12px;border-right:2px solid #000;line-height:0}
.uw-overlay.overlay-control-preview .preview-collapse-button .cta-icn{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);display:block}
.uw-overlay.overlay-control-preview.asset-data .head .col-texts{width:100%}
.uw-overlay.overlay-control-preview.asset-data .head .detail .video-iframe{width:50%;margin:0 auto}
.uw-overlay.overlay-control-preview .head{height:90%;margin:0 0 0 24px;display:inline-block;width:50%;vertical-align:top;padding:0 24px 0 0;position:relative}
.uw-overlay.overlay-control-preview .head .col-texts{display:table}
.uw-overlay.overlay-control-preview .head .col-texts .heading{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-control-preview .head .col-texts .icon{vertical-align:top;display:table-cell}
.uw-overlay.overlay-control-preview .head .col-texts .icon .wrapper-icon{margin-right:14px}
.uw-overlay.overlay-control-preview .head .col-texts .subheading{display:inline-block}
.uw-overlay.overlay-control-preview .head .detail{margin-left:0;max-height:475px}
.uw-overlay.overlay-control-preview .head .detail .subheading{display:block}
.uw-overlay.overlay-control-preview .head .detail .description{padding-bottom:0}
.uw-overlay.overlay-control-preview .asset-preview{width:50%;vertical-align:top;margin-top:0;position:relative}
.uw-overlay.overlay-control-preview .asset-preview .asset-preview-container{margin-top:70px;height:45vh;display:block;width:100%;position:relative}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons{display:none}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons{border:0}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons .share{text-align:left}
.uw-overlay.overlay-control-preview.full .card-contain{position:initial;width:100%}
.uw-overlay.overlay-control-preview.full .asset-preview{width:100%;position:initial}
.uw-overlay.overlay-control-preview.full .head{display:none}
.uw-overlay.overlay-control-preview.full .preview-collapse-button{left:0}
.uw-overlay.overlay-control-preview.full .preview-collapse-button .cta-icn{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}
}
@media screen and (min-width:1280px){.wrapper-text.card-spacing{padding:24px 40px 40px 40px !important}
.uw-overlay.overlay-control-preview .card{width:100% !important;padding-right:163px;padding-left:163px;max-width:1350px;display:block;right:auto}
.uw-overlay.overlay-control-preview .card .content{padding:36px 16px 29px 16px !important;height:80vh !important}
.uw-overlay.overlay-control-preview .card .content .row{height:600px !important;padding:131px 20px 0 20px;margin-top:-51px;overflow:hidden !important}
.uw-overlay.overlay-control-preview .card .promo-component .view{height:400px !important;margin-top:0;overflow:auto !important}
.uw-overlay.overlay-control-preview.document-preview-active .card-contain .head{display:block}
.uw-overlay.overlay-control-preview div.card .content{height:600px;padding:30px}
.uw-overlay.overlay-control-preview div.card .content>div{height:100%}
.uw-overlay.overlay-control-preview .card-contain{width:80%;height:100%}
.uw-overlay.overlay-control-preview .card-contain .asset-preview{display:inline-block;padding:0 45px 15px 20px;height:calc(100% - 42px)}
.uw-overlay.overlay-control-preview .card-contain .asset-preview .asset-preview-container{float:right;height:calc(100% - 70px);max-height:420px}
.uw-overlay.overlay-control-preview .card-contain .action-buttons{display:none}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large{display:block;width:100%;position:relative;bottom:0;padding:0 45px 0 0;float:left}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons{position:relative;right:0;width:100%;border-top:0;margin:0;padding-top:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons .share{line-height:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons.feedback-container,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons .feedback-container-large{left:0;bottom:0;position:absolute}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons.feedback-container .share,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons .feedback-container-large .share{text-align:left}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li.save{margin-left:20px}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type{position:absolute;left:0;margin:0;width:auto}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type a,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type div.message-info{display:inline-block;width:auto;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info{font-weight:400;margin:0}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div{text-align:left}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div span,.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div p{display:inline-block}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div span{border-radius:50%;padding:4px;margin-right:10px}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.error-info{color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.error-info span{color:#fff;background-color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.success-info{color:#6ea204}
.uw-overlay.overlay-control-preview .card-contain .message-info-large{margin:0 15px;display:inline-block;width:auto;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large{font-weight:400;text-align:center;color:#6fa141}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large span,.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large p{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .success-info-large p{padding-left:6px}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large{font-weight:400;text-align:center}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large span,.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large p{display:table-cell}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large p{padding-left:6px}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large span{border-radius:50%;color:#fff;width:22px}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large.error-info{color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .message-info-large .error-info-large.error-info span{background-color:#ce1126}
.uw-overlay.overlay-control-preview .card-contain .head{float:left;height:calc(100% - 57px);border-bottom:2px solid #ccc}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large{display:block;margin:10px 0;position:absolute;bottom:0}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .feedback-header{width:100%}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .feedback-comment{width:100%}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .feedback-comment textarea{border:1px solid #444;display:block;height:90px;resize:none;width:100%}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .send-container-button{padding-top:20px;text-align:left}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .send-container-button a{vertical-align:bottom}
.uw-overlay.overlay-control-preview .card-contain .head .feedback-container-large .send-container-button a .cta-text{padding:6px 0}
.uw-overlay.overlay-control-preview .card-contain.active-form .head{display:block;border-bottom:0}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .detail{max-height:100%;overflow-y:auto;display:block;margin-bottom:25px;position:relative;height:320px !important;float:none;border-bottom:2px solid #ccc}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large{display:block;margin:0;position:absolute;bottom:-57px;z-index:10;width:90%}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-header{width:90%;margin-bottom:12px}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-header .feedback-heading{font-weight:400}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-comment{width:90%}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .feedback-comment textarea{display:block;height:90px;border:2px solid #ccc;padding:15px;resize:none}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .send-container-button{padding-top:20px;text-align:left}
.uw-overlay.overlay-control-preview .card-contain.active-form .head .feedback-container-large .send-container-button a{vertical-align:bottom}
.uw-overlay.overlay-control-preview .card-contain.active-form .asset-preview{display:block;float:right;position:relative}
.uw-overlay.overlay-control-preview .card-contain.active-form .icons{width:auto}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form{display:table}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .head{overflow:visible}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .detail{height:325px !important}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .feedback-container-large{position:relative;bottom:0;width:55%}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .asset-preview{display:none}
.uw-overlay.overlay-control-preview.document-preview-disabled .card-contain.active-form .action-buttons-large{position:absolute;right:0;bottom:0}
.uw-overlay.overlay-control-preview.document-preview-disabled .head{width:100%;padding:0;float:none;border-bottom:0;height:calc(100% - 42px);padding-right:45px}
.uw-overlay.overlay-control-preview.document-preview-disabled .head .col-texts{width:auto;display:inline-block;vertical-align:top}
.uw-overlay.overlay-control-preview.document-preview-disabled .head .heading{width:auto}
.uw-overlay.overlay-control-preview.document-preview-disabled .asset-preview{display:none}
.uw-overlay.overlay-control-preview .card{width:70%}
.uw-overlay.overlay-control-preview .card .header .btn-close{right:10px;top:10px;color:#444}
.uw-overlay.overlay-control-preview .card .content{height:600px;padding:30px}
.uw-overlay.overlay-control-preview .card-contain{display:block}
.uw-overlay.overlay-control-preview .preview-collapse-button{display:block;width:auto;cursor:pointer;position:absolute;left:-24px}
.uw-overlay.overlay-control-preview .preview-collapse-button div{padding:0 2px 0 12px;border-right:2px solid #000;line-height:0}
.uw-overlay.overlay-control-preview .preview-collapse-button .cta-icn{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);display:block}
.uw-overlay.overlay-control-preview.asset-data .head .col-texts{width:100%}
.uw-overlay.overlay-control-preview.asset-data .head .detail .video-iframe{width:50%;margin:0 auto}
.uw-overlay.overlay-control-preview .head{height:90%;margin:0 0 0 24px;display:inline-block;width:50%;vertical-align:top;padding:0 24px 0 0;position:relative}
.uw-overlay.overlay-control-preview .head .col-texts{display:table}
.uw-overlay.overlay-control-preview .head .col-texts .heading{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-control-preview .head .col-texts .icon{vertical-align:top;display:table-cell}
.uw-overlay.overlay-control-preview .head .col-texts .icon .wrapper-icon{margin-right:14px}
.uw-overlay.overlay-control-preview .head .col-texts .subheading{display:inline-block}
.uw-overlay.overlay-control-preview .head .detail{margin-left:0;max-height:475px}
.uw-overlay.overlay-control-preview .head .detail .subheading{display:block}
.uw-overlay.overlay-control-preview .head .detail .description{padding-bottom:0}
.uw-overlay.overlay-control-preview .asset-preview{width:50%;vertical-align:top;margin-top:0;position:relative}
.uw-overlay.overlay-control-preview .asset-preview .asset-preview-container{margin-top:70px;height:45vh;display:block;width:100%;position:relative}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons{display:none}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons{border:0}
.uw-overlay.overlay-control-preview .asset-preview .action-buttons .icons .share{text-align:left}
.uw-overlay.overlay-control-preview.full .card-contain{position:initial;width:100%}
.uw-overlay.overlay-control-preview.full .asset-preview{width:100%;position:initial}
.uw-overlay.overlay-control-preview.full .head{display:none}
.uw-overlay.overlay-control-preview.full .preview-collapse-button{left:0}
.uw-overlay.overlay-control-preview.full .preview-collapse-button .cta-icn{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}
}
@media screen and (min-width:1600px){.wrapper-text.card-spacing{padding:24px 40px 40px 40px !important}
.uw-overlay.overlay-control-preview .card{width:100% !important;padding-right:163px;padding-left:163px;max-width:1600px;display:block;right:auto}
.uw-overlay.overlay-control-preview .card .content{padding:36px 16px 29px 16px !important;height:80vh !important}
.uw-overlay.overlay-control-preview .card .content .row{height:500px !important;padding:131px 20px 0 20px;margin-top:-51px;overflow:hidden !important}
}
.controls .dots a{border:2px solid #0076ce;color:#0076ce}
.controls .dots a.carousel-item-active{background-color:#0076ce}
.bg-medium .controls .dots a,.bg-dark .controls .dots a{border:2px solid #fff;color:#fff}
.bg-medium .controls .dots a.carousel-item-active,.bg-dark .controls .dots a.carousel-item-active{background-color:#fff}
.controls .arrows a{color:#0076ce}
.bg-medium .controls .arrows a,.bg-dark .controls .arrows a{color:#fff}
@media screen and (min-width:1280px) and (max-width:1599.9px){.carousel-container{min-height:276px}
}
@media screen and (min-width:1600px){.carousel-container{min-height:276px}
}
@media screen and (min-width:0) and (max-width:639.9px){.carousel-container .control{padding-top:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.carousel-container .control{padding-top:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.carousel-container .control{padding-top:30px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.carousel-container .control{padding-top:30px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.carousel-container .control{padding-top:30px}
}
@media screen and (min-width:1600px){.carousel-container .control{padding-top:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.slider-item:not(.list-item){padding:0 10px 0 10px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.slider-item:not(.list-item){padding:0 10px 0 10px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.slider-item:not(.list-item){padding:0 50px 0 50px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.slider-item:not(.list-item){padding:0 50px 0 50px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.slider-item:not(.list-item){padding:0 50px 0 50px}
}
@media screen and (min-width:1600px){.slider-item:not(.list-item){padding:0 50px 0 50px}
}
@media screen and (min-width:0) and (max-width:639.9px){.controls .arrows li:nth-of-type(1),.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-left:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.controls .arrows li:nth-of-type(1),.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-left:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.controls .arrows li:nth-of-type(1){padding-left:18px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-left:68px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.controls .arrows li:nth-of-type(1){padding-left:20px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-left:70px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.controls .arrows li:nth-of-type(1){padding-left:50px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-left:100px}
}
@media screen and (min-width:1600px){.controls .arrows li:nth-of-type(1){padding-left:90px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-left:140px}
}
@media screen and (min-width:0) and (max-width:639.9px){.controls .arrows li:nth-of-type(2),.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-right:18px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.controls .arrows li:nth-of-type(2),.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-right:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.controls .arrows li:nth-of-type(2){padding-right:18px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-right:68px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.controls .arrows li:nth-of-type(2){padding-right:20px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-right:70px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.controls .arrows li:nth-of-type(2){padding-right:50px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-right:100px}
}
@media screen and (min-width:1600px){.controls .arrows li:nth-of-type(2){padding-right:90px}
.widget-carousel-v3 .rendition.pagebed,.carousel-container .slider-child.slider-item:not(.list-item){padding-right:140px}
}
@media screen and (min-width:0) and (max-width:639.9px){.carousel-container .slider-child.slider-item:not(.list-item){padding-bottom:65px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.carousel-container .slider-child.slider-item:not(.list-item){padding-bottom:65px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.carousel-container .slider-child.slider-item:not(.list-item){padding-bottom:85px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.carousel-container .slider-child.slider-item:not(.list-item){padding-bottom:85px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.carousel-container .slider-child.slider-item:not(.list-item){padding-bottom:85px}
}
@media screen and (min-width:1600px){.carousel-container .slider-child.slider-item:not(.list-item){padding-bottom:85px}
}
@media screen and (min-width:0) and (max-width:639.9px){.widget-carousel-v3:not(.carousel-disabled) .carousel-container .xs-1.slider .slider-child{width:100%}
}
@media screen and (min-width:640px) and (max-width:767.9px){.widget-carousel-v3:not(.carousel-disabled) .carousel-container .sm-1.slider .slider-child{width:100%}
}
@media screen and (min-width:768px) and (max-width:979.9px){.widget-carousel-v3:not(.carousel-disabled) .carousel-container .md-1.slider .slider-child{width:100%}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.widget-carousel-v3:not(.carousel-disabled) .carousel-container .lg-1.slider .slider-child{width:100%}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.widget-carousel-v3:not(.carousel-disabled) .carousel-container .xl-1.slider .slider-child{width:100%}
}
@media screen and (min-width:1600px){.widget-carousel-v3:not(.carousel-disabled) .carousel-container .xxl-1.slider .slider-child{width:100%}
}
.widget-carousel-v3{position:relative}
.widget-carousel-v3 .controls .dots{padding:0;padding-top:20px;padding-bottom:30px;line-height:0;position:absolute;width:100%;bottom:0;text-align:center}
.widget-carousel-v3 .controls .dots li{display:inline-block}
.widget-carousel-v3 .controls .dots li a{border-radius:50px;width:15px;height:15px;display:block;margin-right:15px}
.widget-carousel-v3 .controls .dots li:last-of-type a{margin-right:0}
.widget-carousel-v3 .controls .arrows{display:none}
.widget-carousel-v3 .controls .arrows .prev,.widget-carousel-v3 .controls .arrows .next{z-index:9}
.widget-carousel-v3:not(.carousel-disabled) .carousel-container .slider .slider-child{float:none}
.widget-carousel-v3.carousel-disabled .carousel-container .slider .slider-child{margin-left:0}
.widget-carousel-v3 .carousel-container{position:relative;margin:0 auto;overflow:hidden;width:100%}
.widget-carousel-v3 .carousel-container .slider{-webkit-transition:margin-left .5s;transition:margin-left .5s;width:100%;white-space:nowrap;word-wrap:normal}
.widget-carousel-v3 .carousel-container .slider .slider-child{vertical-align:top;display:inline-block;white-space:normal;margin-left:-3.6px}
.widget-carousel-v3 .carousel-container .slider .slider-child:first-child{margin-left:0}
.widget-carousel-v3 .carousel-container .slider script.slider-child{display:none}
.widget-carousel-v3.carousel-disabled .carousel-container .slider{overflow-y:hidden}
.widget-carousel-v3.carousel-disabled .carousel-container .slider .slider-child{display:block}
.widget-carousel-v3.carousel-disabled .carousel-container .slider script.slider-child{display:none}
@media screen and (min-width:640px){.widget-carousel-v3 .controls .dots{padding-top:20px;padding-bottom:30px}
.widget-carousel-v3 .controls .dots li a{padding-right:10px}
}
@media screen and (min-width:768px){.widget-carousel-v3 .controls .dots{padding-top:30px;padding-bottom:40px}
.widget-carousel-v3 .controls .arrows{display:block}
.widget-carousel-v3 .controls .arrows a{display:inline-block;width:41px;height:45px;right:0;top:50%;background-position:50% 100%;background-repeat:no-repeat;background-size:100%;position:relative;margin:0 auto}
.widget-carousel-v3 .controls .arrows a:hover{cursor:pointer}
.widget-carousel-v3 .controls .arrows a.disabled{display:inline-block;opacity:.6;cursor:default}
.widget-carousel-v3 .controls .arrows a.arrow-next{transform:translateY(-60%) rotate(-90deg)}
.widget-carousel-v3 .controls .arrows a.arrow-prev{transform:translateY(-60%) rotate(90deg)}
.widget-carousel-v3 .controls .arrows a.arrow-prev{transform:translateY(-60%) rotate(90deg);margin-top:4px}
.widget-carousel-v3 .controls .arrows li{position:absolute;height:100%;top:0}
.widget-carousel-v3 .controls .arrows li:nth-of-type(1){left:-41px}
.widget-carousel-v3 .controls .arrows li:nth-of-type(2){right:-41px}
}
a svg{fill:currentColor}
.uw-overlay .header .title,.header .subtitle{font-size:26px;font-size:2.6rem}
.uw-overlay .company-header{font-size:16px;font-size:1.6rem}
.uw-overlay .company-footer span{font-size:12px;font-size:1.2rem}
.overlay-video-trigger{cursor:pointer}
.overlay-video-trigger.video-inline .video-js{visibility:hidden;position:absolute}
.overlay-video-trigger.video-inline .video-js video{position:relative !important}
.overlay-video-trigger.video-inline.video-active{max-height:unset}
.overlay-video-trigger.video-inline.video-active .video-js{visibility:visible;position:relative}
.overlay-video-trigger.video-inline.video-active .rendition,.overlay-video-trigger.video-inline.video-active .wrapper-caption,.overlay-video-trigger.video-inline.video-active .play.btn{display:none}
body.overflow-active{overflow-y:hidden !important}
.uw-overlay{background:rgba(0,0,0,0.5);left:0;min-height:100%;opacity:0;position:fixed;top:0;transition:all .5s;visibility:hidden;width:100%;z-index:-1}
.uw-overlay .card{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;display:table;position:absolute;top:50%;width:100%}
.uw-overlay.open{opacity:1;visibility:visible;z-index:1003}
.uw-overlay .header{background:#444;display:table;padding:20px 20px 15px;width:100%}
.uw-overlay .share,.uw-overlay .header-content,.uw-overlay .btn-close{display:table-cell}
.uw-overlay .share{vertical-align:middle;width:115px}
.uw-overlay .addthis_button_compact,.uw-overlay .share-icon{text-transform:uppercase}
.uw-overlay .addthis_button_compact span{padding-right:10px}
.uw-overlay .share-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYBAMAAAAMkBB4AAAALVBMVEUzl9szl9szltozlts0l9szl9szl9szl9s0l9ozltszl9o0l9szl9ozlto0l9uJxDopAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffBhMQDxRjNGJJAAAAdUlEQVQY002Pyw0AIQhEOW8CNViKpW2JNjDG256whh1/kUmQx6BERLayXCGwl8vqoVGbGAB5eHhjzz+plY+LaF5DlOVgbSwZmhhlzZ/c9tzDxvwyDfblW1lshxF8BH/fn+r03ruMpcuaA0cfHUN9/BnOnYiQH3kSO/r+jNPyAAAAAElFTkSuQmCC);background-position:right center;display:inline-block;height:24px;vertical-align:sub;width:22px;background-repeat:no-repeat}
.uw-overlay .header-content{color:#fff;width:calc(100% - 20px)}
.uw-overlay .title{font-weight:600;padding-bottom:5px}
.uw-overlay .title,.uw-overlay .subtitle{float:left;line-height:1.2em;padding-right:20px}
.uw-overlay .btn-close{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzREZEQjRDMzJGRTExRTRCNjhERTU5RkVFMkE3MEZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzREZEQjREMzJGRTExRTRCNjhERTU5RkVFMkE3MEZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTNERkRCNEEzMkZFMTFFNEI2OERFNTlGRUUyQTcwRkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTNERkRCNEIzMkZFMTFFNEI2OERFNTlGRUUyQTcwRkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64ly8yAAABLUlEQVR42qyV0WrCMBSGk9J2T+Pl7qRTwfouDpTqfDgvvd7AC6kibk8hCrKW7D9wwg5Z2mWzB76b5D9/m+TkRBtjFKIHcrABb+pv8QiewBrsFAw12IIzeAd9+kggfc45s4emwRhczXeQIAswy1hrgzxi+4fPoBKTJzBoMRuwxkbFHtoKHsDcMT2CkcdsxHPSbM4eSgpTj+kBjIVmzGOuWWo17tdpogC1SCrBhCnFeM3aVHr49ocOaen8aemYVayJ3fymTY/AC7iZn3HjuciX+1tprDyGq7acSHUddyxZhy6ZNnoRcChFyKEkLJRm+4aysaZJk2FTYedCk4cWNl2bWVdXjzZ3Cj6d5jBsKY+hpzlMZfu6/LN9fYi8i2xfnTVYLZ6ACT8Br/c8AV8CDAAxWo4x9HiWNAAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position-x:right;cursor:pointer;height:20px;width:20px;z-index:10041}
.uw-overlay .company-header{background-color:#737373;color:#fff}
.uw-overlay .company-header table{border-collapse:separate;padding:10px 20px 10px 0;width:100%}
.uw-overlay .company-header table td{vertical-align:middle}
.uw-overlay .company-header table td.company-logo-1,.uw-overlay .company-header table td.company-logo-2,.uw-overlay .company-header table td.company-logo-3{line-height:0;padding:0 20px;width:1px}
.uw-overlay .company-header table td.company-text div{float:right;line-height:1.4em}
.uw-overlay .company-header table td img{max-height:45px}
.uw-overlay .content{background-color:#fff;height:60vh;position:relative;overflow:auto}
.uw-overlay .content.content-video{height:auto;padding-bottom:56.25%}
.uw-overlay .content .video-js{position:absolute}
.uw-overlay .content .video-js video::-webkit-media-controls-panel{display:none !important;-webkit-appearance:none}
.uw-overlay .content .video-js video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}
.uw-overlay .company-footer{display:table;width:100%}
.uw-overlay .company-footer span{background-color:#494949;display:table-cell;line-height:1.4em;padding:8px 20px}
.uw-overlay .company-footer span a{color:#fff}
.no-touch .uw-overlay.overlay-iframe .card .content{overflow-y:hidden}
.overlay-parameter-iframe .uw-overlay .btn-close{position:static !important;float:right}
.overlay-parameter-iframe .uw-overlay .header{padding-right:20px !important}
.ipad .uw-overlay.overlay-iframe .card .content{-webkit-overflow-scrolling:touch;overflow-y:scroll}
@media screen and (min-width:0) and (max-width:639.9px){.uw-overlay.overlay-iframe.open{z-index:100001}
.uw-overlay.overlay-iframe .card{position:fixed;top:0;left:0;-webkit-transform:none;transform:none}
.uw-overlay.overlay-iframe .card .company-header table td img{max-height:30px;max-width:60px}
.uw-overlay.overlay-iframe .card .company-header .company-text{font-size:.8em}
.uw-overlay.overlay-iframe .card .content{-webkit-overflow-scrolling:touch;overflow-y:scroll}
.uw-overlay.overlay-iframe .card .content iframe{height:100% !important}
.overlay-parameter-iframe .uw-overlay .card{margin-top:0 !important}
.overlay-parameter-iframe .uw-overlay .header{display:table !important;padding-right:20px !important}
.touch .overlay-parameter-iframe .uw-overlay .btn-close{width:20px !important;height:20px !important}
.overlay-parameter-iframe .uw-overlay .btn-close{display:table !important;position:static !important;float:right}
}
@media screen and (min-width:640px){.uw-overlay .card{width:66%}
}
.uw-overlay.overlay-asset-preview .detail .subheading span{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-asset-preview .detail .asset .date{font-size:14px;font-size:1.4rem}
.uw-overlay.overlay-asset-preview .detail p.description{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-asset-preview .action-buttons .icons .btn .cta-icn{font-size:16px;font-size:1.6rem}
.uw-overlay .action-buttons-large .icons .message-info{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-asset-preview .action-buttons-large .icons .btn .cta-icn{font-size:16px;font-size:1.6rem}
.uw-overlay.overlay-asset-preview .action-buttons .icons .btn .cta-text{font-size:11px;font-size:1.1rem}
.uw-overlay .feedback-container-small .feedback-header div{font-size:16px;font-size:1.6rem}
.uw-overlay .feedback-container-small .feedback-comment textarea{font-size:12px;font-size:1.2rem}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile span{font-size:48px;font-size:4.8rem}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile p{font-size:20px;font-size:2rem}
.uw-overlay .feedback-container-large .feedback-header .feedback-heading span{font-size:16px;font-size:1.6rem}
.uw-overlay .feedback-container-large .feedback-header .feedback-chars-number span{font-size:12px;font-size:1.2rem}
.uw-overlay .feedback-container-large .feedback-comment textarea{font-size:12px;font-size:1.2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{font-size:18px;font-size:1.8rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{font-size:18px;font-size:1.8rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{font-size:18px;font-size:1.8rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{font-size:18px;font-size:1.8rem}
.uw-overlay.overlay-asset-preview .detail .subheading span{line-height:24px}
.uw-overlay.overlay-asset-preview .detail p.description{line-height:24px}
.uw-overlay.overlay-asset-preview .action-buttons .icons .btn .cta-icn{line-height:22px}
.uw-overlay.overlay-asset-preview .action-buttons-large .icons .btn .cta-icn{line-height:20px}
.uw-overlay .action-buttons-large .icons .message-info{line-height:16px}
.uw-overlay.overlay-asset-preview .action-buttons .icons .btn .cta-text{line-height:11px}
.uw-overlay .feedback-container-small .feedback-header div{line-height:20px}
.uw-overlay .feedback-container-small .feedback-comment textarea{line-height:16px}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile span{line-height:48px}
.uw-overlay .feedback-container-small .message-info-mobile .success-info-mobile p{line-height:26px}
.uw-overlay .feedback-container-large .feedback-header .feedback-heading span{line-height:20px}
.uw-overlay .feedback-container-large .feedback-header .feedback-chars-number span{line-height:16px}
.uw-overlay .feedback-container-large .feedback-comment textarea{line-height:16px}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{line-height:22px}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{line-height:22px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{line-height:22px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{line-height:22px}
@media screen and (min-width:980px){.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{font-size:20px;font-size:2rem}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large span{line-height:24px}
.uw-overlay .action-buttons-large .icons .message-info-large .success-info-large p{line-height:24px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large span{line-height:24px}
.uw-overlay .action-buttons-large .icons .message-info-large .error-info-large p{line-height:24px}
}
.asset-preview-container{background-color:#ccc}
.asset-preview .asset-preview-container .asset-preview-button a>div{background-color:#444;border-color:#444}
.asset-preview .asset-preview-container .asset-preview-button a:hover>div{background-color:#444;border-color:#444}
.uw-overlay.overlay-asset-preview .header{background-color:#fff;padding:0}
.docpreview-footer{width:300px !important}
.docpreview-footer>div{display:table-cell !important}
.docpreview-footer>div:first-child,.docpreview-footer>div:last-child{display:none !important}
#cell-content-views{width:100% !important}
html.no-touch .docpreview-footer{display:none !important}
html.no-touch .docpreview-footer>div:last-child{display:table-cell !important}
html.no-touch .asset-preview-container:hover .docpreview-footer{display:table !important}
.uw-overlay.overlay-asset-preview .docpreview-footer{width:300px !important}
.uw-overlay.overlay-asset-preview .docpreview-footer>div{display:table-cell !important}
.uw-overlay.overlay-asset-preview .docpreview-footer>div:first-child{display:none !important}
.uw-overlay.overlay-asset-preview html.no-touch .docpreview-footer{display:none !important}
.uw-overlay.overlay-asset-preview html.no-touch .docpreview-footer>div:last-child{display:table-cell !important}
.uw-overlay.overlay-asset-preview html.no-touch .asset-preview-container:hover .docpreview-footer{display:table !important}
.uw-overlay.overlay-asset-preview.document-preview-active .card-contain .head{display:none}
.uw-overlay.overlay-asset-preview.document-preview-active .card-contain .asset-preview{display:block;height:90vh;margin-top:45px}
.uw-overlay.overlay-asset-preview.document-preview-active .card-contain .action-buttons{display:none}
.uw-overlay.overlay-asset-preview .card .header{border-top:0}
.uw-overlay.overlay-asset-preview .card .header .btn-close{right:0;top:0;padding:10px;background-color:#444;color:#fff;height:auto;width:auto;background-image:none}
.uw-overlay.overlay-asset-preview .card .content{padding:16px 15px 0 16px}
.uw-overlay.overlay-asset-preview .card-contain{position:relative}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small{position:fixed;background-color:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;z-index:10042}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .feedback-main-wrapper{display:table;margin:0 auto;height:100%}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .feedback-second-wrapper{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container{height:235px;max-height:235px;background-color:#fff;display:table-cell;width:320px;max-width:320px;padding:25px 17px 25px 18px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .feedback-header{padding-bottom:15px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .feedback-header div{font-weight:400;display:inline-block}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .feedback-header .feedback-heading span{vertical-align:middle;margin-right:20px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .feedback-header .feedback-chars-number{float:right}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .feedback-comment{margin-bottom:15px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .feedback-comment textarea{font-weight:200;padding:15px;resize:none;width:100%}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .form-container .send-container-button a{display:inline-block;width:auto;margin-right:20px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile{height:235px;max-height:235px;background-color:#fff;display:table-cell;width:320px;max-width:320px;padding:50px 17px 50px 18px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .success-info-mobile{font-weight:400;text-align:center;margin-bottom:15px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .success-info-mobile span.font-icon-oaks-thankyou-module{color:#6fa141}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .success-info-mobile span.font-icon-oaks-thankyou-module-two{color:#71a241;margin-left:-1.25em}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile{font-weight:400;text-align:center;margin-bottom:15px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile span{border-radius:50%;color:#fff;padding:2px}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile.error-info{color:#ce1126}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .error-info-mobile.error-info span{background-color:#ce1126}
.uw-overlay.overlay-asset-preview .card-contain .feedback-container-small .message-info-mobile .cancel-mobile{width:auto;margin:0 auto}
.uw-overlay.overlay-asset-preview .card-contain .col-texts{display:table}
.uw-overlay.overlay-asset-preview .card-contain .col-texts .icon,.uw-overlay.overlay-asset-preview .card-contain .col-texts .heading{display:table-cell}
.uw-overlay.overlay-asset-preview .card-contain .col-texts .heading{vertical-align:top}
.uw-overlay.overlay-asset-preview .card-contain .detail .subheading{margin-top:6px;margin-bottom:10px}
.uw-overlay.overlay-asset-preview .card-contain .detail .subheading span{display:inline-block;margin:0}
.uw-overlay.overlay-asset-preview .card-contain .detail .asset{margin-bottom:20px}
.uw-overlay.overlay-asset-preview .card-contain .detail .asset .date,.uw-overlay.overlay-asset-preview .card-contain .detail .asset .file-info{font-weight:200;word-break:break-all}
.uw-overlay.overlay-asset-preview .card-contain .asset-preview{display:none}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons{color:#444;background-color:#eee;padding:10px 17px 10px 18px;position:fixed;bottom:0;left:0;right:0;width:100%}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons .share{text-align:center}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons .btn div{border:0}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons .btn span{display:block}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons .btn div{color:#444;background-color:#eee}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons .share .save a{color:#444}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons .icons .cta-icn{width:100%}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large{display:none}
.uw-overlay.overlay-asset-preview .preview-collapse-button{display:none}
.uw-overlay.overlay-asset-preview #docxjs-container{direction:ltr !important}
.uw-overlay.overlay-asset-preview .asset-preview{margin-top:20px;width:100%;height:400px;position:absolute}
.uw-overlay.overlay-asset-preview .asset-preview .asset-preview-container,.uw-overlay.overlay-asset-preview .asset-preview .asset-preview-container-mobile{display:block;height:100%;width:100%}
.uw-overlay.overlay-asset-preview .asset-preview .asset-preview-button{position:absolute;left:0;right:0;top:50%;bottom:50%;margin:0 auto;transform:none;width:auto;white-space:nowrap}
.uw-overlay.overlay-asset-preview .asset-preview .asset-preview-button a{width:auto;margin:0 auto}
.uw-overlay.overlay-asset-preview .asset-preview .asset-preview-button a .cta-text{text-transform:capitalize}
.uw-overlay.overlay-asset-preview .asset-preview .action-buttons .icons{position:relative;bottom:0;right:0;top:20px}
.uw-overlay.overlay-asset-preview .asset-preview .message-info{margin:20px 0}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div{text-align:center}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div span,.uw-overlay.overlay-asset-preview .asset-preview .message-info div p{display:inline-block}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div span{border-radius:50%;color:#fff;padding:2px;margin-right:10px}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div.error-info{color:#ce1126}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div.error-info span{color:#fff;background-color:#ce1126}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div.success-info{color:#6ea204}
.uw-overlay.overlay-asset-preview .asset-preview .message-info div.success-info span{background-color:#6ea204}
.uw-overlay.overlay-asset-preview .feedback-container,.uw-overlay.overlay-asset-preview .feedback-container-large{margin:20px 0}
.uw-overlay.overlay-asset-preview .feedback-container .feedback-header .feedback-heading,.uw-overlay.overlay-asset-preview .feedback-container .feedback-header .feedback-chars-number,.uw-overlay.overlay-asset-preview .feedback-container-large .feedback-header .feedback-heading,.uw-overlay.overlay-asset-preview .feedback-container-large .feedback-header .feedback-chars-number{display:inline-block}
.uw-overlay.overlay-asset-preview .feedback-container .feedback-header .feedback-heading span,.uw-overlay.overlay-asset-preview .feedback-container-large .feedback-header .feedback-heading span{margin:0 10px 0 0}
.uw-overlay.overlay-asset-preview .feedback-container .feedback-header .feedback-chars-number,.uw-overlay.overlay-asset-preview .feedback-container-large .feedback-header .feedback-chars-number{float:right}
.uw-overlay.overlay-asset-preview .feedback-container .feedback-comment textarea,.uw-overlay.overlay-asset-preview .feedback-container-large .feedback-comment textarea{resize:none;width:100%}
.uw-overlay.overlay-asset-preview .feedback-container .send-container-button,.uw-overlay.overlay-asset-preview .feedback-container-large .send-container-button{text-align:center}
.uw-overlay.overlay-asset-preview .feedback-container .send-container-button a,.uw-overlay.overlay-asset-preview .feedback-container-large .send-container-button a{display:inline-block;width:auto;margin-right:20px}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain .head{overflow:hidden}
.uw-overlay.overlay-asset-preview.document-preview-disabled .asset-preview-container{display:none}
@media screen and (min-width:640px){.uw-overlay.overlay-asset-preview .card-contain .head .detail{margin-left:0;width:100%}
.uw-overlay.overlay-asset-preview .asset-preview .action-buttons .icons{border-top:0}
.uw-overlay.overlay-asset-preview .asset-preview .action-buttons .icons .share{text-align:center}
}
@media screen and (min-width:980px){.uw-overlay.overlay-asset-preview.document-preview-active .card-contain .head{display:block}
.uw-overlay.overlay-asset-preview div.card .content{height:600px;padding:30px}
.uw-overlay.overlay-asset-preview div.card .content>div{height:100%}
.uw-overlay.overlay-asset-preview .card-contain{width:100%;height:100%}
.uw-overlay.overlay-asset-preview .card-contain .asset-preview{display:inline-block;padding:0 45px 15px 20px;height:calc(100% - 42px)}
.uw-overlay.overlay-asset-preview .card-contain .asset-preview .asset-preview-container{float:right;height:calc(100% - 70px);max-height:420px}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons{display:none}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large{display:block;width:100%;position:relative;bottom:0;padding:0 45px 0 0;float:left}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons{position:relative;right:0;width:100%;border-top:0;margin:0;padding-top:0}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons .share{line-height:0}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons.feedback-container,.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons .feedback-container-large{left:0;bottom:0;position:absolute}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons.feedback-container .share,.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons .feedback-container-large .share{text-align:left}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li.save{margin-left:20px}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type{position:absolute;left:0;margin:0;width:auto}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type a,.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type div.message-info{display:inline-block;width:auto;vertical-align:middle}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info{font-weight:400;margin:0}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div{text-align:left}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div span,.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div p{display:inline-block}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div span{border-radius:50%;padding:4px;margin-right:10px}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.error-info{color:#ce1126}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.error-info span{color:#fff;background-color:#ce1126}
.uw-overlay.overlay-asset-preview .card-contain .action-buttons-large .icons ul li:first-of-type .message-info div.success-info{color:#6ea204}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large{margin:0 15px;display:inline-block;width:auto;vertical-align:middle}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .success-info-large{font-weight:400;text-align:center;color:#6fa141}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .success-info-large span,.uw-overlay.overlay-asset-preview .card-contain .message-info-large .success-info-large p{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .success-info-large p{padding-left:6px}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large{font-weight:400;text-align:center}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large span,.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large p{display:table-cell}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large p{padding-left:6px}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large span{border-radius:50%;color:#fff;width:22px}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large.error-info{color:#ce1126}
.uw-overlay.overlay-asset-preview .card-contain .message-info-large .error-info-large.error-info span{background-color:#ce1126}
.uw-overlay.overlay-asset-preview .card-contain .head{float:left;height:calc(100% - 57px);border-bottom:2px solid #ccc}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large{display:block;margin:10px 0;position:absolute;bottom:0}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large .feedback-header{width:100%}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large .feedback-comment{width:100%}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large .feedback-comment textarea{border:1px solid #444;display:block;height:90px;resize:none;width:100%}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large .send-container-button{padding-top:20px;text-align:left}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large .send-container-button a{vertical-align:bottom}
.uw-overlay.overlay-asset-preview .card-contain .head .feedback-container-large .send-container-button a .cta-text{padding:6px 0}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head{display:block;border-bottom:0}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .detail{max-height:100%;overflow-y:auto;display:block;margin-bottom:25px;position:relative;height:320px !important;float:none;border-bottom:2px solid #ccc}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large{display:block;margin:0;position:absolute;bottom:-57px;z-index:10;width:90%}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large .feedback-header{width:90%;margin-bottom:12px}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large .feedback-header .feedback-heading{font-weight:400}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large .feedback-comment{width:90%}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large .feedback-comment textarea{display:block;height:90px;border:2px solid #ccc;padding:15px;resize:none}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large .send-container-button{padding-top:20px;text-align:left}
.uw-overlay.overlay-asset-preview .card-contain.active-form .head .feedback-container-large .send-container-button a{vertical-align:bottom}
.uw-overlay.overlay-asset-preview .card-contain.active-form .asset-preview{display:block;float:right;position:relative}
.uw-overlay.overlay-asset-preview .card-contain.active-form .icons{width:auto}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain.active-form{display:table}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain.active-form .head{overflow:visible}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain.active-form .detail{height:325px !important}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain.active-form .feedback-container-large{position:relative;bottom:0;width:55%}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain.active-form .asset-preview{display:none}
.uw-overlay.overlay-asset-preview.document-preview-disabled .card-contain.active-form .action-buttons-large{position:absolute;right:0;bottom:0}
.uw-overlay.overlay-asset-preview.document-preview-disabled .head{width:100%;padding:0;float:none;border-bottom:0;height:calc(100% - 42px);padding-right:45px}
.uw-overlay.overlay-asset-preview.document-preview-disabled .head .col-texts{width:auto;display:inline-block;vertical-align:top}
.uw-overlay.overlay-asset-preview.document-preview-disabled .head .heading{width:auto}
.uw-overlay.overlay-asset-preview.document-preview-disabled .asset-preview{display:none}
.uw-overlay.overlay-asset-preview .card{width:75%}
.uw-overlay.overlay-asset-preview .card .header{border-top:6px solid #6ea204}
.uw-overlay.overlay-asset-preview .card .header .btn-close{right:30px;top:30px;background-color:#fff;color:#444}
.uw-overlay.overlay-asset-preview .card .content{height:600px;padding:30px}
.uw-overlay.overlay-asset-preview .card-contain{display:block}
.uw-overlay.overlay-asset-preview .preview-collapse-button{display:block;width:auto;cursor:pointer;position:absolute;left:-24px}
.uw-overlay.overlay-asset-preview .preview-collapse-button div{padding:0 2px 0 12px;border-right:2px solid #000;line-height:0}
.uw-overlay.overlay-asset-preview .preview-collapse-button .cta-icn{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);display:block}
.uw-overlay.overlay-asset-preview.asset-data .head .col-texts{width:100%}
.uw-overlay.overlay-asset-preview.asset-data .head .detail .video-iframe{width:50%;margin:0 auto}
.uw-overlay.overlay-asset-preview .head{height:90%;margin:0 0 0 24px;display:inline-block;width:50%;vertical-align:top;padding:0 24px 0 0;position:relative}
.uw-overlay.overlay-asset-preview .head .col-texts{display:table}
.uw-overlay.overlay-asset-preview .head .col-texts .heading{display:table-cell;vertical-align:middle}
.uw-overlay.overlay-asset-preview .head .col-texts .icon{vertical-align:top;display:table-cell}
.uw-overlay.overlay-asset-preview .head .col-texts .icon .wrapper-icon{margin-right:14px}
.uw-overlay.overlay-asset-preview .head .col-texts .subheading{display:inline-block}
.uw-overlay.overlay-asset-preview .head .detail{margin-left:0;max-height:475px}
.uw-overlay.overlay-asset-preview .head .detail .subheading{display:block}
.uw-overlay.overlay-asset-preview .head .detail .description{padding-bottom:0}
.uw-overlay.overlay-asset-preview .asset-preview{width:50%;vertical-align:top;margin-top:0;position:relative}
.uw-overlay.overlay-asset-preview .asset-preview .asset-preview-container{margin-top:70px;height:45vh;display:block;width:100%;position:relative}
.uw-overlay.overlay-asset-preview .asset-preview .action-buttons{display:none}
.uw-overlay.overlay-asset-preview .asset-preview .action-buttons .icons{border:0}
.uw-overlay.overlay-asset-preview .asset-preview .action-buttons .icons .share{text-align:left}
.uw-overlay.overlay-asset-preview.full .card-contain{position:initial;width:100%}
.uw-overlay.overlay-asset-preview.full .asset-preview{width:100%;position:initial}
.uw-overlay.overlay-asset-preview.full .head{display:none}
.uw-overlay.overlay-asset-preview.full .preview-collapse-button{left:0}
.uw-overlay.overlay-asset-preview.full .preview-collapse-button .cta-icn{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}
}
.intel-brand span{font-size:14px;font-size:1.4rem}
.intel-brand span{line-height:20px}
@media screen and (min-width:640px){.intel-brand span{font-size:16px;font-size:1.6rem}
}
.oaks.gss .header{display:none}
.oaks.gss .countries li.parent{padding-top:25px;float:none;clear:both}
@media screen and (min-width:0) and (max-width:639.9px){.oaks.gss .heading.hide-small{display:none}
}
@media screen and (min-width:980px){.oaks.gss li.child{width:50%;float:left}
}
@media screen and (min-width:1280px){.oaks.gss li.child{width:33%}
}
@media screen and (min-width:0) and (max-width:639.9px){.asset-data .heading,.asset-data .share .cta{font-size:16px;font-size:1.6rem}
.asset-data .subheading,.asset-data .date,.asset-data .scope-classification{font-size:14px;font-size:1.4rem}
.asset-data .description{font-size:15px;font-size:1.5rem}
.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.asset-data .heading,.asset-data .share .cta{font-size:16px;font-size:1.6rem}
.asset-data .subheading,.asset-data .description,.asset-data .date,.asset-data .scope-classification{font-size:14px;font-size:1.4rem}
.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.asset-data .heading,.asset-data .share .cta{font-size:16px;font-size:1.6rem}
.asset-data .subheading,.asset-data .description,.asset-data .date,.asset-data .scope-classification{font-size:14px;font-size:1.4rem}
.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.asset-data .heading,.asset-data .share .cta{font-size:16px;font-size:1.6rem}
.asset-data .subheading,.asset-data .description,.asset-data .date,.asset-data .scope-classification{font-size:14px;font-size:1.4rem}
.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.asset-data .heading,.asset-data .share .cta{font-size:16px;font-size:1.6rem}
.asset-data .subheading,.asset-data .description,.asset-data .date,.asset-data .scope-classification{font-size:14px;font-size:1.4rem}
.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:1600px){.asset-data .heading,.asset-data .share .cta{font-size:16px;font-size:1.6rem}
.asset-data .subheading,.asset-data .description,.asset-data .date,.asset-data .scope-classification{font-size:14px;font-size:1.4rem}
.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.asset-data .heading,.asset-data .subheading,.asset-data .description,.asset-data .date,.asset-data .scope-classification{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.asset-data .heading,.asset-data .description{line-height:20px}
.asset-data .subheading,.asset-data .date,.asset-data .scope-classification{line-height:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.asset-data .heading,.asset-data .description{line-height:20px}
.asset-data .subheading,.asset-data .date,.asset-data .scope-classification{line-height:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.asset-data .heading,.asset-data .description{line-height:20px}
.asset-data .subheading,.asset-data .date,.asset-data .scope-classification{line-height:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.asset-data .heading,.asset-data .description{line-height:20px}
.asset-data .subheading,.asset-data .date,.asset-data .scope-classification{line-height:18px}
}
@media screen and (min-width:1600px){.asset-data .heading,.asset-data .description{line-height:20px}
.asset-data .subheading,.asset-data .date,.asset-data .scope-classification{line-height:18px}
}
.asset-data{-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);background-color:#fff;border-top:3px solid #6ea204;display:block;margin-bottom:18px;padding-bottom:18px;position:relative;text-align:left;vertical-align:top;width:100%}
.asset-data .card-contain{cursor:pointer;padding:18px 18px 0}
.asset-data .asset-data.list-card .font-icon-oaks-legaldocuments{font-weight:700;position:relative;left:-2px}
.asset-data .head{display:table;margin-bottom:3px;width:100%}
.asset-data .head>div{display:table-cell;vertical-align:top}
.asset-data .head .icon{width:1px}
.asset-data .heading{font-weight:500;color:#1a1a1a;width:100%}
.asset-data .subheading{font-weight:400;display:block;margin-bottom:7px}
.asset-data .subheading span{display:block}
.asset-data .description{font-weight:200;display:block;margin-bottom:30px}
.asset-data .wrapper-icon{color:#6ea204;margin-right:10px;display:inline-table;width:1px}
.asset-data .icons{bottom:5px;padding:0 18px;position:absolute;width:100%}
.asset-data .icons .share{float:right;margin-top:-10px}
.asset-data .icons .share .cta,.asset-data .icons .share .cta span{color:#444}
.asset-data .icons .cta:hover{cursor:pointer}
.asset-data .icons .cta:hover .cta-icn{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;opacity:.5}
.asset-data .icons li{display:inline-block;margin-left:5px}
.asset-data .icons .cta-icn{background-position:center bottom;background-size:contain;width:15px}
.asset-data .icons .save .cta-icn{display:table-cell;vertical-align:bottom}
.asset-data .icons .shared .cta-icn{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMTYvMTeyRnuJAAADe3ByVld4nO2Z3bXTMAyALXkRVmATVuClHF44d50uwwCcLsEEbEBJ4thxYlmWUzvinFq9kPvQ9rufLP9E+fX35x/zYT6ez+fj8bjf77fb7TlixJuFuTgGf/AHf/Bb8wEtWmU+ghYfzKxvUYs/609/AJpiBjr5w4y3giHoxl/wtliEvfi40rX41utbfgg65h8lA9C1/tBlgctAz/oLJchMg47jv+L5DPSrf7RxBnJV0Hv+lzLQcf4fMkD/AReMv8+ApXaDrvNPkIFLxn/LwGX81J7eDU/zYYJMgZlI7em9oJ7vmMk3738oe7IIq/mTN06ju4dhYkrZU0VYw5/Ng0usi4kpbU8UQZU/Rsca2rhgn9aAlL+4Oxck7cr24Qpn+ZRhpb09lKCIH7ZzPCJq7ZMMCPhIVPlZez8LbB2/YFdjf8hAie9Pks3sfQZAyu9hb4X8+D6mpb0NZ1KWDzaPf81+nYhFPh6/tpG9u/B8YPCv2rtfC3xDm7ewd1ee39N+rj++/nG9he1k71sjWT4gZdbCPuSe5dNmLexjPMfvZ+8Hn+EnJ9iW9oL9N4NvMvaS808/+31XkuYT92/N7PdN0Qzf9LO3Ej5Vfh3sc3yy+lP75T5squbp5f9zV8x8Lm0I5/kC+4W+EP3LX+hMETfgFB+orWeXxIkDYPLd7ej+n0t+zh8SfGQxvyZH4Hrr4f5/v98L+w9r95i2B8FDhfTUbJG0z/EzFbyog+CpSui/xjNC3P9JDl7+ayQPdDb/w3pAv5Pix+0NjOhCuIlHkCk9hk9Vv9x+3/93/2r6n+nSIyy7mC+yz/CpxVcub3b9f9Y+k38CX0M/9v+5D9P5P+BrSs/zmTW/zE+qv5oflTD7TtH4V42942/J5z8sGn/Jknfgb6XHvzPjv8PXjv42/lh8AkyvP7uxr7ZfvkM4a2h+lIET2Xd8i2f5EPc9qmt/DRBtlMz+G9b9y/nu+Bt2sHN8YZB8E/d6dfjb/n2m+l7mR/u3Bh+2Pn/dxtuKv7UfTk6/1/huD5KuIV34Yf7r8P0CrMY/e/RoxAerO/7gV0Alvj+EqfF9/1WLj6DrH5YgJX5YgpX44bmjGn+9idfjG8X1ZwnU2v89X2//X2LpYij6L+fQrvgiX7X+LojBH/zBH/z/hT9ixIgRI0aMeL/4Yn6bb+a7+WG+mk/m8zghvFn8A5qoBehk9I9eAAAASG1rQkb63sr+AAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAppDOhAAA6yW1rVFN4nO19W3fbRrIudmYS27Is2cnszMO8aK2zzz5PyQAgeHsUSVFSQkkMQdlyXrxAkIi5I1seSVbi4eKPnZ+w1/yBU1XdjUujAQIgqYsDM1GTaFwaX1V9XV1dDRz92LqZvRzY05kzfzk4ms6MeXfQDhWDn46ns9pkZFkNrzo/67W9mT5/zYpXhx1vVrPmB4dDKgd7tjerm/OBfTqF6tY+nMGjf/N+r3cza/XhT3t3eDXTHmsjzdXeaC3N0a60qebOD4+PYPsmbH8P2w9g+6U21na0HtS+1ybzQedkhCfdPaZz70KTK5PGvNU5nM6seesI2j6Bgu6kZe/RTnYXb6FlH9CvVo8VP1LRPuYn2OvS78GQ9u226Fd3QMUx22j3YV933hqyyiE7+9BmFzli52PF4S628hhbpc87JwY2p3Ni4mk6JxUqurDRhMJkRQWLeQ5sbO1C87TrZbAxPKswOsaS6BjrQWc7pjkDwOkjbBtrE228rP4YD19/tmP6syRCshblweiOtegrjtEJ4HPO8fmG4zMENH4HfD6CHk1Ik1rwbQpYXmvnC6ytXlCTzJEbQUlXoWQxlDyHoUTwh3CyRgwokwFlqYACliakzAaDCkvEqqozsKisUGn3f4ZrmM25bYsvfWiL6cEGKN3R3B7w3wO8LSxtKhcBvcGBzg6rU9RAR7XFsFYYrIbJtc9tMFipxFaYEVyVCmhMOK4cVoYqbu1ytLsMbXvwM8dulyRp909AKjWGoVXLjOFT35g/AHoOYHgNynqZA0W8vawwjicpMFZcJ2LFhFtLALrHFTYb2aH+kSVb3JQthiQwAyFJZYVKQhLvjSA0q4ClLb4MTph5kMYSugOG9oDjsQjeFyEVvQB4kQVuBWpzkglqk+usa0pYj12GNePmBWg3a2o2cBsMbZfrrdtgbMBAFl8G4osaf/alJWQ04ByCkqAtWUWx4Wv6NQjDoe7qKhX8BgPfqDD0axbvrpxJBlVvWIsZoyoxRrS/AlQJeSMFecHDWfVc6LDB2dbkbGtGmeIZx+8VqSkoKfy6AKW9AHVlaD7yO7m36Dym4uhxHL0ojmjOKyFezhdVp2CvryZd3u1bDECLa+7IC2kuKmzFGDOFxS/5MHwcwdDVfk1F0WyoOi/q8BeiWDUzo4jSQRSxt0IYjeokM+uS/ceArKiAREW0eRmz+2IwHkCto91on1JhxPsKwWhWG3mc0BxAovlGKJV6v4xIqlWS0ylnU06mTAGFbvZFj2WLL4OTkNnrzOzhdxjjTY7xLqjhJfdTP4JD9VZCOBgJpCLsRhAW5k71y9FmxYxCPF5yLBRF11LpKcOS+1pk79jnILiwIQ+GT9Wjgjy66mQB0mhmGgrIUApni7avDUwxClgE5hYHsw0Kdw6fqfYL9dkfgCk/cUCfhJTyHXy/0C5SwTSsaHeewfs3dEs9+EzthnRpWJXqthoZCFSJZaVhMizlficLdukGXR8z6BouQ26yorCYnhbWMAt23tkgK6pcA6gdkXK9T4XIaK4Wo9WGNdaD0Vcco1fAY9dKdOqS6Ulhn7TYIR4awce8c3zsfosxl90qRFjC6H4C7p/iXhHMrCrDzBhJoHGv2dEZam4a+SPVLNYq6mQVLh8R1VqAk/nKJ/8whk99DN9S7NWlEfO5ZJFt6jeR8tP9PEnnyAtTaJ1E+HU3v1la3NFzdOHnWUt6zFkAbAmfmXc1+ZHsE/mjT32eC0nPytBzeqLnRH8i59DD06OBsxXjKPxlFoo8EW6J+NIXoQZbfBnkhviRFgmR54HXzTQeIXXOje9EGpHQEGWlAFMsZzIJAjbZMSviIKs7FjamS4QOY115bdx3j6tiWGy6Sw7mlN2Lr3hSQOaJDx32Kp/IHykyNosOzVjwoNgcVRZDNhu8R6FBSUa0KqYKrRpDq8bQqslxRH/oK0yZQuMHBXDMFoyRFC8TkNk6ZzWSYi6B4mFr4ERSOwHkIEyOfnwrN6KPfB/a0X5dMDHDY1tNBic5KCE49WX10pICrXHFxOBhfHImYVKhyYOtTa6bHNMaB7VmJamnH+USYHqOEswOGfNb4r9op90BgNnEwW1NtKapZ9O1CrrcHEqdIakzIPnkIZ871DNCs+1D49dk5kNlgOUezEcbBeejk1F6rkSpQzP3o4UTp/cVJ3PlOG0pceLZIPkxinYI+u1nf6RpUpVP1vO5+qXsLVv0/b7mf3CUDD6dVmUwVRlMDoPJYTBlZWy1wQ0pV+HDgzW4SkGDE75/F4eblDQ0RBwKzCbmTrLKGBHXlbM3uTs2tddVi83ctMRkYis+55UOlrC/HkWZ3lL9EfHTr7F8AjkS56rAo8SUJJIKRpoFQiJrQy/sSwXxEIGn0ZjkwDPM+IhhMpoJXmueQQBNp2ZOELgtOHmAQxXZzIbdAdfFc18nZezQwab4Jg6/iXL1iM/vT8RGfX5lj0k8uO6sgGzYqfqCPtz8e/gW5J78lcNkaN9B7VT7ncDc0XZh6zX8/g6+IXTYUyyMeUTDwoUH8Gn9QmH2axR1xOKYbagwu01klA5YDmT0dSEjksraIhGCp5eG91SZHplYYhfqpHQCCUDl6ECzp+5lAio5d4TIjLJLWrE8h2RIRfBx35+1mSKHrWe1gJvdDck1LS9lNXFf1mFAOikpJDSpFZqWT0zGEQAOeP7chfZOAhB18r3m4ZQgMpsKQKNqMQBr0bwwjmCmtLCaMg9HabEsxFPEZEUPEEXQ5PlMVFaoZLk1NZ5cI0/IJ4MWpCT+A0bhDhlyekpitajO5UhcYokLoaBjjmkCa6QOkeH2Lt/eZdspc1lonFHnMzB1luIpssIp1/aAhSOzYSqGEq8Jz/ShRNR/yzSxlceGedRxpIyRSVn2ShNOyu5MCjhGpwgRN8LRjjl1yfCJSf0uzr+owBtZkcxkYbx5ssBTsaNOShWzjcInkmM5fBWVMrrCg5PSkpvciWvy2YRmLVDGgQjOtgIlFMHazCA+0sLB2nSLrqgsWprkV5u0nl0FCdQ4iCNrcdDb10HJolEuzKRNnmOMX1iaFwy/2AwrfukLbrSFPQ/4aIMvVVBl0Z0Cfu8p4/Mj9ciin/6SI1vROgUmButZMhCz+DiV6OxMFFXgMMX6mWzrE8yGYqXHARva5sFpI8AJHMN9chN/S0dMqYjZkjYFZMZiTXSVimhMVNZs3Cpkm74H85bSS3CENoklfsmw1YquKDKyD2H9TOJKLf90qph8XuQGHgi37yDu9i2C7oXfaZxTblPeVS7qqNTyqkeZOKFlLo4yFiCUz8jAgnJXolQ+wXxEdLRWJT/RCQM+ge3XFBtYtEB3FQZczb5qUMKwudibERP7kju9IvN95oeQL6jXfQv6x/Ob0mFbXaQ9ratoKPNbcU1HCDYzzxKfJOCY72fHxyGLEPyWI/iSFlO6NDN4RUEqVD8cMe9QzhiqYnpKk9KeWQZeVkgriyGVuhLKILan8jLLXN1vhccZKjzQACV5NDw7Imzcfe4oRtZZ0HBmMPUXtzaia1sTlgwkCWQrpNK/U1LKDi2Dya3UFD3IsXTAl4K1eHhdOCCG4+cMHRPlT7h1RXoPRa1pg/gisO7zkQ/eIsvgCw2F5Ky0rJ2br/rr79ximUJKa6g0G9FFnJ7SHVUvO5Zyrly1PahGSnLAKFi+yYdK4VXdrB+EG6xXGfoYkZt3e52bWTf8pAGPRGBTQHMaSnrxCPpjCnK+I6GcJtZwIXQZBF1GzF1269090tjuoEO7DAas7oAVZ1jMu+GhHWsQfzAGhhKkJoVrThNrijXJZE2CYt9v0Qtoj+sHKMeckK9DMeArvyN0eUIgaqir/QqcIcKZ3f2XAPxxm538EL7v9/EJLF32iBWd/s1DVYao4s9fwbrXWKcvfx6j4ClEFfwm6OYR0T3lomvTOiwXjPlcIb4BBzGuUeGaYuKrMPFVSvEVEN8WF98AAHLhpjG08oskxC1fVKp9TjPsU0ywDhOsUwq2gGA3fLvECQJ0ZsKDHS80eSDqTlPqignQYgK0SgEuYZlMENc0PLgUsEmWqd7nNMM+S1GuYZSSLSDZwP1yKBshSIn3+PSU2H6asL2Y1KpMatVSaEsIrU/uphtaq+/x4YrYfpqwvZjQ6kxo9VJoSwitS8CMfViEcILtpwnbiwmtwYTWKIVWQGjPuND2+MreD0R6Yf/lGReTao/ThXsUE2mTibRZirSASB9xkbYoSeDKn7b1/KV0l74NyluLictl4nJLcRUQ1xN/UIiWw5Ln5fF8UCOP54OaYqIbM9GNS9Et0eO9osUhk1iPF2w/TdheTGgTJrRJKbQlxur9IMTtDwo2fD8yXHeaUldMgB4ToBdp2KavTRNtpHVIIm8pAi/m8IX2yPWnC+qLNdLg0WMsO0YI2G7HjPyqRH5ZkV9DJoB9CooX0dbnIW39CHsNKB/4NWUwsMSPQGcrSkVp6vrIDCuK/n010LY0RXS5FkUUel0XWZ22L4XzHmWH0BwRpTrsU+ImHBXCuaZqoqlX3GgT9e/Nhqg1Rs26MYrWWj5CxsTy4FektiYqa87E1Y1oZb2afGJDbpEswYfX/DvWjReSDYasT2xLssLvg7aMdNNxkkxk7EF1tLIpH5lqiSu+0B0j/pQjjnOxLMaPD9x7t8gG40wDShyuxJ41osNBu01HrqwFlfh/tLIRnFauNOTmZDLA+9v2O9aFDa4LoUcaQd1CTajVcDpaTWcNvRGH07eRWo25YEo88cC6VFmvhgGNXjYEaB3+y6wM97j590QfmCcU519ls1J8EOG7yIJZ4jx3jNATnz3xUXQ35AMvsJdmpQntT1I4y8RPksKNqqPKyEhQuFotrsmBwo0n+FFigUreyEqe97r590QbsOYD9adhbbCUcNatmiG5EBXfBEbjhit5ew2/tuaaE0NNIRNvPHLHcYneTRPuWCrbERbzRxmL/Mk0b6EaNDGxW8ejVGGKdV3kjlEWsR4/whNEfRb3GHI3qmpclh4jy3nuiTZievAFrY241k74mxR+Wdy7mk3dqTaT/AblIHSJ89wxVlshPh1RnOCaHgku262yo9L1SkN2zoKOCjz5plNP6qjAvail+PnxQ+sphxpyizL1s/e6+feEa/5IceW9budmttcNTadOCK1DyrfGOFoL/t7Q0x2ENzLh/d5HzYMPTt3s9e2bWae9h39+pH38o7Sh9gl9lnmn/RJq/kODy4b2fEoPJznn3O7LhO/9SPs/dA3+iRy5Ad7xW4rgnIAV/w+LMvDjvoS90a6v4LrRq7Voxc41ZTfZlHl4ndK2Pboui18c0fNQD7UO3/v/ajOtTrU1zYCPrpnad/DdhS34DbeN6fkYDdhWhxqdPlXasw5/DajBX/PIVZ+IBYGgfbhY61p7m9C+jRDK8r5fYIuk89p0XvQfZZnUpPu2aZXdmFqhkokefKQWBY892qWe59y/yp+gRRWtGtn/hX+vTBaX8LfD3xbmUCJMkmyehe5d5KpdsviCj0BdutozkOcYe0N6khUt5ycNOtfGCVfZpIcNXQETiNfpvaejrhL236JFxb9xLxDtZBzD70kUP8DEk1p5QNaQfoaQVcTOsE0xcHwsPrRU6xKXxW1Lbocsy2eBBBPvvhK7bmAvh7AnW6w05Y8wZEf9mccCJ9KxbC1dhHGUujeGK6jaux3S7yPKJb7mz3Kb0ohJtNmQ7jLQWLXm/YlsO3qt/wf4/gp31SXumpB/esk57ASOPgf7Ys9KfgctuCDNvIRtYXxOYf9jtpaVX2kL7nxKzxjCpw+x1SwTOi8iQGSdg6cf+TyNZ/ql5OgHztHVkqNLji45+rPk6C5br1hy9APnaPm+S44uObrk6IfN0V9zjrbhCuLhFWx/mpfT2NP+S+Z+2MxtlsxdMnfJ3J8Vc29w5v6Z7u9nuNIvYOclUz9sprZKpi6ZumTqz4qpxZxiyMcuefqB87RR8nTJ0yVPf5Y8HfKoS55+4DxdKXm65OmSpx8gTytQW1GOnuy7lTx99zxd5uiVPF3y9P3i6Yn2+1I8vUyOXsnR94+jyxy9kqNLjv48ObpIjl7J0fePo8scvZKjS47+vDh69Tl6JXPfP+Yuc/RK5i6Z+/Ni7uVz9Eqmvn9MXebolUxdMvXnxdTL5uiVPH3/eLrM0St5uuTpz5Oni+bolTx9/3i6zNErebrk6YfI0x2ox3sOWaw0r8hlF+PoxezmgAU1NQs+Y7jXxkrYLZ1bZJ2sSVlpy2hY9MpxdqpAi6uKHkYckT7PF92XPesz0LmGxBLhfdVah/xt3oLOfUX6gWwB++fWsW2uY8ETLd9E9nqIOudIuD9UnbNy69x/aPU71rgtrnHh/kv2Px9rIqfNYWyZy/uU53hK73Md3qeMc5kvsQ7f05QsvPQ9S9+zKCtv03sGWHvx/nfoF34nW1yCpzFLAn3afJlt8oi05OmSp0uevmueNiRLKXn67nn6LdwHasBUwdPbESvdoVazd1aeh0ZxG6EV2UFd/rGbSW+7aIBNwdgVNA45zYSP7vMcbsN9sEVCpxrEjB6N+FDDsvOcdYs8UZN4YrHVW3eg90mcux5d/BruA8ec7zRcXcS0bNHa0mwauRnRyOUiClXep3rUm2KfW4ePBfsX18q8EYXqynShjCioODEUUViRBrJznhPnRDRQ+x4/BfRwpDVBF1z4i97chLxAi3oqoYcY7UIt9Igzmebg3siiqL1j2D+qh3+DK7UAMY/wZPf8BpC7JJbAPuI3+H3to4069k8fty/pyjv4N3LWLzVH0qsv4MpVaR93gcchc9Bj6qPuLtK5JWnJlfZvLl9n578lHdkEyxrDaOEjtXcnZOFMO74K534X0IUxSLQKmGI/2STvH7lpDBohjwgaviYgdyFrjeF/9Aibt6IL65HF40ju/DRmo4vwfwH+L75n+e8gUxybfaTrXpO9vy9soRXAF3EdEf+PCZEmeTDhngLrx3AWnaxY5xJE6VVJWrchleekucwj5X4HHOtQ5hR6g9cJ/P4C9ovjleXIDfIzJ5n23YR9z6lFPkdId6Ued69H174hT+2aWhDVFxe2/dvXl3wa+C1I9TImg7/L/uOKdNH1ddG4d7r4ghi1iDZuk36E0cpy1Lq0hMmTvbU9LsdJIS15CvUfKY60A2NI4blfFeoxdNCICeyD2sB6DANQsBQ9hnmnPQZyzAVZmEtHveW68Qb+8neY+t4q9oJVidmSjh5p7P2J2Y9lo8H4dWWNegJ7oC68g79vYN9ftFFCJEDecxKKChkSX4b3jLY9ngMV3jfeWkOymjHZ2HVubJ8pjwzfheqordBRWRHdUl5psQS3EyQo4yeP3+MtTD9iK+E6UdnLvVr8Kmn7J19jkhhLlO8/LKXgSnlkm35U2vXStUKNRvKdrYu1j2EbY1VsDY7mGN++0/5FzIU9zFVO1t4Ivbtzh7f4PMbZXybOQ6giMFkYfkxjAofzNY4FTcqGiMYp0AtwIrMEFN2lfIlJLHoWRIixXx0nWsQyMYlHIMEP3J+61j7dekz0OY+JsjvFvnZMkdFghJpP/k9gC9rEDenUajy4ie/BVe6dB7fBLJfOdMGjJ1fz/T4Att8f3szOem18/+trVsyDbWa1yrbiFzlCxhl4pWfdYIy20nNuBr3ZSs+7Hl0PdNPxdTOvdoc80cLaHfVHTd8frZb+aOmPlv5o6Y/+If3RDckfVfHzl3B+fH7IxGfk5zzaIOKhOzxisAtn+YAzD4XmYpvAsCb5EQ7xswulRXMMYX6u0jxXtpyThxRhfiFhOiVfHvv4HYo9erHc07hcNqhNbHZIZIUUid14lNmjk0Q8wt2jeZ1gBlInWaD/frd95Xpk8Yzyqa5IA1EKIzqS7FWSwZ/9OUcmgeB3EdQNqPOISSw/YiY88fvkoayLizrEQajzHhxF6C/A+7m2TyPoK2q5Q9bC90jwFP9CvkL4CNHXXRIDOzTr99HPi/ga8P2ebCH5Iz+JOJ8vqvu+aOUPIum/SpL+B427dmKSuVD2R7IOPPElvkNoXyoy7PNan/mHs74tlfXB1TEutYj1tghRMTu32ALfhfYOW1/yfHve2FQVpNEgv6AG569RD+bx+WqL5OpRvMqgDIcqZTpgxiv65A3aw9Hk2NS6RntJaMRzGpq34hP+LcE6WYwKW4t3+47u+D15flmsdIvWv4zJss8X6kgWDkV7rVD+ELNXk87fIAnjvGOVJIxW6ZGMx+TPWGTBHlmseysS/trvVfDOoxKW5w6/gBZGZfxN4tEoF0c7j8Qwv0BuugUd+UuCjoTbmkUrNrWftQuKfi+vEU2+Bg+tvObHKk1icFyfNyKbR1aoUdR6RPbuURzbpOgmjiVuJxvin/yu82rDC+WRd6kJ/5nKFqK1Kl14xLPULim7+b2/Cji6Nb8euNQ/43gF83vZ6IWtVIiPXuqfYU/+WOtT+1hb4z60GvfN6NalfCmDMgI9inqwbLEmWWY95kuJDNbPSwKbsgQS/Ci1JLbhjO9pFQer2fEzt9XM+C1xRrD/G4qDXtHa5uuMa0Ly+sfWPfaPv0nBQ8Wx1ViPm3z8KsaH69G5bzkPf1BrHvfnnYQI3zHNImF+m2CDXeoXd4Kawv3yhHQA89mxD3YpsqeTZ/Yd1Yz4PHEFJGGQ387WYGBvPKE+HT242+mXHbrrNzT2ZHedVWdUR37kpZx5fLv5hNsgy//lentJPtpHjdbeJPTKbKVkNLtcPEPpmK6K9hDPL0hbHSk//7JcHZl91ZC8OqJ87n+edU9Z1kdGWWDRSql4/v9DXiGZfyU7jixWtz6oXCOJMomtS8vEyuKJSQfEexclI98SI1t/YEZuFGBkmWFWzchyH1nyccnH6+XjrwCRcxoVjEEOYo1deFuRGSiP5h5YRMTlUctmaMUEW2+pA2vd7XrLdT1nK4xflAldvyY+mkJdFCPtivT0hifEGp9SjsIWQZlBvi9IL9kdXBInoD3vLCn1MUWo69QzNUnqNZqlaEakPqL5qWZE6vi/R/vezkzVuvJeFqN6t7rwNWXTfOKtYquvP8F3i0sDV0rt+ePkI7pr4tkl5rYaxHUTsmwWwW7QTGY4gl2jXKgKzVbiX/YbyzFte7g6oUKxuEy2pdnpIbVi6s9Q3YV8qg+aqRchWlxWYX8SZwSZ73RXcmo+cG5NQzMqo28od5PN6OPTI34lzwe/faA48nVESo+D7MI1y6YOEqnTDH+dZvrxb436yip5Rw9XNnEMoxJ5Stjj0Ww2XazqYhLYobOzc18kryPz52H7NMJi++K3DwUkhnM9E/KGPRov46zehI4QEnPIP62T7ej8SRAm92abUIPz8vMCI5WkOMKfyXdwQ2NNebS9Htktjz7+O7JB2POf6W9/d3gza7V705nn6fRv3o3+6vua8Zhm4d4Ez3vxfQ8vFqM/TawZdE5GMzjvsDXFYq9LhX00nZnwazidGfPuoEO7DAas7oAVZ1jMh2etmxm78J9ADMfaLtzQjzezV32or+nzA14O7Z/hXHAHw0O4g+FhZzqre85obCAEw7Pu8ieZ7531b2bdoyE2vd0bYNHv0R30dwnc3jE2uY9VeJL+kP8GBIz5br/HChtvdne3Tb92O1TYcJoJ7NnBA/bxpPr8h/5P01kVS5v9PGFFH4/f7x5i8YON+zhQ7rGfQzzdD3aLAO31CcljbNy+3cNtPfsUiw4rejYh37aP8LC9to03c/zaxl89m34dDI/wJAdDRhYdIjlU0t+opDTy+VmX9j07ovYPB3Q6OBKLs84unbx7BifQ5sdH1s0M/gDecyo8Vhis0KUCyi7uD2pTnVMBsji2dXYu2+ClycsKlXvHbdxvuNuj5vRfYXGGN2LM261T2qfdIm1rt3Zpa2eXfnWObma97tCb6d9X58OTPvsyOORbWif8y7x9RhDPj46heUfHHTrn/PCIhNM/7LECN/8XTUa6QEkOLVK1iNAM6m6+Iwpjj9xqUKKQQ53RhGprNJlaofQz+A0SgdbND3tMkK9Bqr3d12DOP+7jhtMB6VePP18BPSBceyq44RX8Hc17PYLkyKZ9j9p0qs4hCbzdQ9Pfw9O2f8Ttez283nz+8hDu8SXbaT6PXVPn1/wqdE0jciWdXclIv9Lh0b6/4eykS+sKWUErCg22ntCak9FWJsxoK3VmtI2ozXpGtSENtE/B7E+BzPagsxGBlPC2bMuY68EndzJ2uYx5jcuYO8NdUlZZXef7g87NbP/kDBVp/+Q1FTb8qtSgfM1K0QV68A+O6IAm7HdIcfc7P4aq9jsHSKWdl3ipE5u6tBObqGPe77ThsgMgQmf+cnDEOrZ2qBj8BN1BbTKyrIZXnUdXzr467HizmjU/QKaBcrBne7O6OR/Yp3jy1n4bW0Ft6KPxtMLd9Ii66RaFrsEl8FMrRv6kzSWlWPTI2Z6ILrm1S91Ta9dGc2rMW53DKZhX6+gI+6LWEd1Jy96jnWxi3hbrm1utHit+pKJ9zE/AOvfWgPrEVpfgaXWJZ1vHbKMNXVLFnbeYO9AasrMPbXaRI3Y+VhzuYiuPsVXAUScGNqdzYuJpOicVKroGdsKdrsmKChbzHNiIQPcS2BieVRgdY0l0jPWgsx3TnAFPTEG7Gy+rP8bD15/tmP4siZCsRXkwumMt+opjdIKcz/H5huODTI8v6/mosQcp7PCHSeGky/kCa6sX1CRz5EZQ0lUoWQwlz2EoEfwhnKwRA8pkQFkqoIClCSmzwaDCErECj53AorJCpd3HYYXZnNu2+NLH4YMHG6B0R3N7wH8P8LawtKlcBPQGBzo7rE5RAx3VFsNaYbAaJtc+t8FgpRJbYUZwVSqgMeG4clgZqri1y9HuMrTtwc8cu12SpI0DpFqNYWjVMmP41DdmEYOiiE4OFPH2ssI4nqTAWHGdiBUTbi0B6B5X2Gxkh/pHlmxxU7YYksAMhCSVFSoJSbw3gtCE8aRtiy+DE2YepLGE7oChPeB4LIL3RUhFL8j73bkdqM1JJqhNrrOuKWE9dhnWjJsXoN2sqdnAbTC0Xa63boOxAQNZfBmIL2r82ZeWkNGAcwhKgrZkFcWGr+kse+I9zXqlgd9g4BsVhn7N4t2VM8mg6g1rMWNUJcaI9leAKiFvpCAveDirngsdNjjbmpxtzShTPOP4vWI5Q9plaLghsqJEJ4dPY3ifiqPHcfSiOKI5r4R4OV9UnYK9vpp0ebdvMQAtrrkjL6S5qLAVY8wUFr/kw/BxBENX+zUVRbOh6ryow1+IYtXMjCJKB1HE3gphNKqTzKxL9h8DsqICEhXR5mXM7ovBeMBjcp9SYcT7CsFoVht5nNAcQKL5RiiVer+MSKpVktMpZ1NOpkwBhW72RY9liy+Dk5DZ68zs4XcY402O8S5PXm9RHORKeyshHIwEUhF2IwgLc6f65WizYkYhHi85Foqia6n0lGHJfS2yd+xzEFzYkAfDp+pRQR5ddbIAaTQzDQVkKIWzRdvXBqYYBSwCc4uD2aYZKfZU60uKr74F8xYzMYFSsgzAi1QwDSvanWfw/g3dUg8+U7shXRpWpbqtRgYCVWJZaZgMS7nfyYJdukHXxwy6hsuQm6woLKanhTXMgp13NsiKKteAYsSoXO9TITKaq8VotWGN9WD0FccIJ1eulejUJdOTwj5psUM8NIKPeef42P0WYy67VYiwhNH9REvDzoPpYcLMqjLMjJEEGveaHZ2h5qaRP1LNYq2iTlbh8hFRrQU4ma988g9j+NTHkC0KdWnEfC5ZZNufg0338ySdIy9MoXUS4dfd/GZpcUfP0YWfZy3pMWcBsCV8Zt7V5Eeyr4mH2J/nQtKzMvScnug50Z/IOfTw9GjgbMU4Cn+ZhSJPhFsivvRFqMEWXwa5IX6kRULkeeB1M41HSJ1z4zuRRiQ0RFkpwBTLmUyCgE12zIo4yOqOhY3pEqHDWFdeG/fd46oYFpvukoM5ZffiK54UkHniQ4e9yifyR4qMzaJDMxY8KDZHlcWQzQbvUWhQkhGtiqlCq8bQqjG0anIc0R/6ClOm0PhBARyzBWMkxcsEZLbOWY2kmEugeNgaOJHUTgA5CJOjH9/Kjegj34d2tF8XTMzw2FaTwUkOSghOfVm9tKRAa1wxMXgYn5xJmFRo8mBrk+smx7TGQa1ZSerpR7kEmJ6jBLNDxvyW+C/aaXcox/H6Fida09Sz6VoFXW4Opc6Q1BmQfPKQzx3qGaHZ9qHxazLzoTLAcg/mo42C89HJKD1XotShmfvRwonT+4qTuXKctpQ48WyQ/BhFOwT99rM/0jSpyifr+Vz9UvaWLfp+X/M/OEoGn06rMpiqDCaHweQwmLIyttrghpSr8OHBGlyloMEJ379LyYzXtJ4JcCgwm5g7ySpjRFxXzt7k7tjUXlctNnPTEpOJrficVzpYwv6Cpdw7fCnfr7F8AjkS56rAo8SUJJIKRpoFQiJrQy/sSwXxEIGn0ZjkwDPM+IhhMpoJXmueQQBNp2ZOELgtOHmAQxXZzIbdAdfF4AWkMnboYFN8E4ffRLl6xOf3J2KjPr+yxyQeXHdWQDbsVH1Bn6+wDnJP/sphwkUPfdj+O18tuEvP8pjCVrYy0KFnmS2IeUTDwoUH8Gn9QmH2axR1xOKYbagwu01klA5YDmT0dSEjksqC99Gx9NLwnirTIxNL7EKdlE4gAagcHWj21L1MQCXnjhCZUXZJK5bnkAypCD7u+7M2tG5jPasF3OxuSK5peSmrifuyDgPSSUkhoUmt0LR8YjKOAHDA8+cutHcSgOz5RLicBaMUUxWARtViANaieWEcwUxpYTVlHo7SYlmIp4jJih4giqDJ85morFDJcmtqPLlGnpBPBi1ISWQPl6bHNKXqXLWozuVIXGKJC6GgY45pAmukDpHh9i7f3mXbKXNZaJxR5zMwdZbiKbLCKdf2gIUjs2EqhhKvCc/0oUTUf8s0sZXHhnnUcaSMkUlZ9koTTsruTAo4RqcIETfC0Y45dcnwiUn9Lj0/XgHeyIpkJgvjzZMFnooddVKqmG0UPpEcy+GrqJTRFR6clJbc5E5ck88mNGuBMg5EcLYVKKEI1mYG8ZEWDtamW3RFZdHSJL/apPXsKkigxkEcWYuD3r4OShaNcmEmbfIcY/zC0rxg+MVmWPFLX3CjLex5wEcbfKmCKosOH879njI+P1KPLPrpLzmyFa1TYGKwniUDMYuPU4nOzkRRBQ5TrJ/Jtj7BbChWehywoW0enDYCnMAxFA+0TEVMqYjZkjYFZMZiTXSVimhMVNZs3Cpkm74H85YtwKUlt3LilwxbreiKIiP7ENbPJK7U8k+nisnnRW7ggXD7DuJu3yLoXvidxjl/7HW+VS7qqNTyqkeZOKFlLo4yFiCUz8jAgnJXolQ+wXxEdLRWJT/RCQNmz4k8z7BAdxUGXM2+alDCsLnYmxET+5I7vSLzfeaHkC+o131Lq/avFo7ijNVF2tO6ioYyvxXXdIRgM/Ms8UkCjvl+dnwcsgjBbzmC7NkILs0MXvEXjoqHVvXpEWTvF6Q0Ke2ZZeBlhbSyGFKpK6EMYnsqL7PM1f1WeJyhwgMNUJJHw7Mjwsbd545iZJ0FDWcGU39xayO6tjVhyUCSQLZCKv07JaXs0DKY3EpN0YMcSwd8KViLh9eFA2I4fs7QMVH+hFtXpPdQ1Jo2iC8C6z4f+eAtsgy+0FBIzkrL2rn5qr/+zi2WKaS0hkqzEV3E6SndUfWyYynnylXbg2qkJAeMguWbfKgUXtXN+kG4wXqVoY8RuXm317mZ3buHbXXDQzvWIP5gDAwlSE0K15wm1hRrksmaBMW+36IX9BglEaAca+K9gEEM+MrvCF2eEHhOj635FThDhDO7+y8BeHxAFJ78EL7v41Oe4Hs79Bi0UJUhqvjzV7DuNdbpy5/HKHgKUQW/Cbp5RHRPuejatA7LpUdjx8UXek2iJL5wTTHxVZj4KqX4Cohvi4tvwB+IxN7PGRXili8q1T6nGfYpJliHCdYpBVtAsBu+XeIEwZSe7hYMdrzQ5IGoO02pKyZAiwnQKgW4hGWKN1BckJ/EYZMsU73PaYZ9lqJcwyglW0CygfvlUDZCkBLv8ekpsf00YXsxqVWZ1Kql0JYQWp/cTTe0Vt/jwxWx/TRhezGh1ZnQ6qXQlhBal4AJ3nohhBNsP03YXkxoDSa0Rim0AkJ7xoW2x1f2fuAPnw7HHpmYVHucLtyjmEibTKTNUqQFRPqIi7RFSQJX/rSt5y+lu/RtUN5aTFwuE5dbiquAuJ74g0K0HJY8L4/ngxp5PB/UFBPdmIluXIpuiR7vlcYely73eMH204TtxYQ2YUKblEJbYqzeD0Lc/qBgw/cjw3WnKXXFBOgxAXqRhm362jTRRvReimtaWSMiQ5u+9sj1pwvqizXS4NFjLDtG+E0SHTPyqxL5ZUV+DZkA9ikoXkRbn4e09SPsNaB84Nf8seGY+BHobEWpKE1dH5lhRcHH/PvalqaILteiiEKv6yKr0/alcN6j7BCaI6JUh31K3ISjQjjXVE009YobbaL+vdkQtcaoWTdG0VrLR8iYWB78itTWRGXNmbi6Ea2sV5NPbMgtkiX48Jp/x7rxQrLBkPWJbUlW+H3QlpFuOk6SiYw9qI5WNuUjUy1xxRe6Y8SfcsTFG5zYyxveLbLBONOAEocrsWeN6HDQbtORK2tBJf4frWwEp5UrDbk5mQzw/rb9jnVhg+tC6JFGULdQE2o1nI5W01lDb8Th9G2kVmMumBJPPLAuVdarYUCjlw0BWof/MivDPW7+PdEH5gnF+VfZrBQfRPgusmCWOM8dI/TEZ098FB17kdUCe2lWmtD+JIWzTPwkKdyoOqqMjASFq9Ximhwo3HiCHyUWqOSNrOR5r5t/T7QBaz5QfxrWBksJZ92qGZILUfFNYDRuuJK31/Bra645MdQUMvHGI3ccl+jdNOGOpbIdYTF/lLHIn0zzFqpBExO7dTxKFaZY10XuGGUR6/EjPEHUZ3GPIXejqsZl6TGynOeeaCOmB1/Q2ohr7YS/SeGXxb2r2dSdajPJb1AOQpc4zx1jtRXi0xHFCa7pkeCy3So7Kl2vNGTnLOiowJNvOvWkjgrci1qKnx8/tJ5yqCG3KFM/e6+bf0+45o8UV97rdm5moZdRPqPR+hvtkPKtMY7mvz/bn4eb+FM3wC2xl1M+Cb1xe6h9Qn8l4cWPT+nBJOec11WvtPSCT+TIDfCM31L05gQs+H9YhGHBm5KfQrs+UuAbM5tsyjq8Tmnbopdm1qm2Ri/IxFdhfkcvRZ3QN/bSTINenerSu7rDL82sw18DavCX/NJMvhgQNA8Xal1rbxPatxFCWd43/g7oJ3C/5+Q9TmIyqUr3bdMKuzG1QiUTPfhILQoeebRLvU7w8s4/0Xvlo1d64d8rk8Ul/O3wN4U5lASTJJvwO91Fntoliy34CNSlqz3z3zWOT7GipfykQefaOOEqm/SgoStgAfEqvfd01FXC/lu0oPg37gGyF5/K+D2J4ocvT5VaeUDWkH6GkFXEzrBN8W98JD6+575LPBa3LbkdsiyfBRJMvPvKyl7ius3X0UXYRql7+N51VXu3Q/p9RHnE1/w5blMaLYk2G9JdBhqr1rzbe5HsFtz5lJ4vhE8eYitZJnRe/hLZXBz9hHP0z3R/P8OVSp5+6DxdKXm65OmSpz8rnt6I87Rmlkz9wJnaKpm6ZOqSqT8rphYetQ1X4I+wKHn6gfO0UfJ0ydMlT39WPC2i012K4V+XHP3AOVq+75KjS44uOfphc/TXcV+a70+Zbhp7f1bJ3A+buc2SuUvmLpn7s2JuEQUZABZ4VZRAydMPm6drJU+XPF3y9APkaQVqK8jRk6OiJUffPUeXOXolR5ccfb84eqL9vhRHL5ujV/L0/ePpMkev5OmSpz8vnl4+R69k6vvH1GWOXsnUJVN/Xky9bI5eydP3j6fLHL2Sp0ue/rx4epkcvZKj7x9Hlzl6JUeXHP15cfTqc/RK5r5/zF3m6JXMXTL358Xcy+bolTx9/3i6zNErebrk6YfI0x2ox3sOWaz/xE7G08HTBt9E9pI5ezHbOWBRTc2CzxjuvbEStkvnGllHHcmjXEbjoleOs1UFWlxV9DjiiPQoRXRf9uzPQActiTXC+ybxX/0WNPArsnTkDtg/t8aJuBtniwepYTWpL3yoGtbIrWHoMZh3rGNbXMfC/Zfsfz72/U+HsWUu71MekZbe5zq8TxnnMrq7Dt/TlGy89D1L37MoK2/TewZYe/H+d+gXfidbXIKnMaaLPm2+eTg507Xk6ZKnS56+a542JEspefruefot3AdqwFTB09sRK92hVrN3Vp6Hxm0boRXZQV3+0ZtJb7togE3BSAI0DjnNhI/u8xxuw32wRUKnGsSMHo35UMOy85x1izxRk3hisdVbd6D3SZy7Hl38Gu4DR53vNFwFyrRs0drSbBq5GdHI5aJWVd6netSbYp9bh48F+xfXyrxRq+rKdKGMWqk4MRRRWJEGsnOeE+dENFD7Hj8F9HCkNUEXXPiL3tyEvECLeiqhhxjvQi30iDOZ5uDeyKKovWPYP6qHf4MrtQAxj/Bk9/wGkLsklsA+4jf4fe2jjTr2Tx+3L+nKO/g3ctYvNUfSqy/gylVpH3eBxyFz0GPqo+4u7rQlacmV9m8uX2fnvyUd2QTLGsNo4SO1dydk4eLts7vEyMh3PZ+RrwpoBbKLBfUe+f8GsZMBbbRiY4MG1wqHWAz5awz/o2/YvBWteAH7XSAfkKf4ht5c9Atl7fyiiTdgCxYyQWuj+vI88eiRxt6Llf1Y1svHryuz2RPYAzXgHfx9A/v+oo0SPDx5z0nI2zckhgzvGW17fG47vG+8tYbUK4zJg7jOje0z5ZHhu1AdtRU6KiuiW8orLZbgdoIEZfxkvyzewvQjthKuE5W9PH6LXyVt/+RrTBLHiPL9h6UUXCmPbNOPSrteulao0Ui+s/Vw9Tfwe8pZFVuDvTTj23fav4i5sPe5ysna3wIrXvojOe6va3+Xff7CPXwFWBnZeET+I/Mvm4CxEfE0sR4x1skLQC5v0uhxTD29HOdZF5ePFEi8IRlc0HjyOlGTXQmtLEetS0uYPM9JynE5Trgk82nJRujNfTu8xecxbfgyMQqpGn9l8QNQ/hZ5mS6NmB2K/zWlUQrqkxOJEVJsh+ZLJ7GxcxAfQgmNE3lzmRHJI5DgB4ofoTw/3XpE5DmPiLA7RY9sTHGRwD/NJ/8nsAWZ84asYjVcMPG5oHLvuGCD8Tud6YKPna7m+30AbL8/vJmd9dr49sfXrJgH28xqlW3FL/L4mPfTKz3rBuv3VnrOzcDnWel516PrgW46vm7m0+4X2gHJ5e8wGsJZjY905WsaKb9fkbaPfW037522P6cxX/5+D0c/cbyyHLlBEdpJpn03Yd9zapHPXtJdqWes1tW/HvF7/aekL8j1//b1JZ8GfhVe5VFoxGxST2lw/fmO4npjraYYMYsoyt2MmNcjlceRVTLTAv1bKGJR2OKjcQvTj1tUy7hFGbco4xZl3OIPGbfYkOIWqv7xSzg/rnac+Iz8nI9cBafv8MjyLpzlA848FJqLbQLDmuRbOcTPLpQWzTGE+blK81zZck4eUi/5QsJ0SqN59PJ3yIPyYrmncblsUJvY7JDICikS4/cos0cniXiEu0fzOsEMpE6ywBH83faV65HFM8qnuiINRCmM6EiyV0kGf/bnHJkEgt9FUDegziMmsfyZFTEWv08eyrq4qEMchDrvwVGE/gK8n4jf0MojulI8uzov8uYfDvktFfJwdYxdL9L459o+xbqv6A4c4ishE7Wv/hfy1sJHCG/jkvpAh+ZdP/qZKV8Dzt8TGyV/5PWA+UYDuj8aqPxBJP5XSeL/oBH/TkwyF0qPQNaBLcJYxBgWy/9daO+w7JPn2/NGp6sgnwb5BTU4f416MI+PuS2ybY8i1gZlOFQp0wEzXtEnb9AejiZHp9c12ktCI57T0LwVn/BvCbrBotTYWrzbd3TH78nzy6YjA27Z6M0s0pEsFoycXaH8IcbZJp2/QRLGOawqSRjt1CMZj8mfscimPbJh91Yk/LXPaXjnUQnL8bUvoIVRGX+TeDTKxdHOI7MYXyBb3YKO/CVBR8JtzaIVm9rP2gXNki6vEU2+Cg+tvObHb03qxXGF3ohsHlmhRvNWI7J3j2ayTIr44ljidmK6/+R3nVcbXiiPvEtN+M9UthCtVenCI56ldknZze/9NZnRrfn1wKUeG8crmN/LRi9spUJ89FL/DPv2x1qf2sfaGveh1bhvRrcu5U8blBHoUdSDRbybZJn1mHclMlg/LwlsyhJI8KXVktiGM76nVRysZsfP3FYz47fEGcH+bygOekXr568zrgnJO0ay7vEY6ZsUPFQcW431uMnHr2J0sh6d+5bz8Ae15vExnZMQ4TumeWScpRNssEv94k5QU7hfnpAOYD479sEuRfZ08sy+o5oRzxSpgCQM8tvZGgzsjSfUp6MHdzv9skN3/YZGPuyus+qM6siPvJQzj293VnQbZPm/XG8vyUf7qNHaG6UufKW1qa0fYY8rfwY0vK1IfMWjURXjepf7Y81QzjDLJNdB4nebSb6uJwiE8YvyruvXxPUEM7QEh1SkdWlPiJE+pRzlUdS2mUG+L2g1BLuDS+r9XfLelpP6mHzvOnleTZJ6jcZfzYjURzTybkakjv97tO/tjMHXFdFfjOrd6sLXNE/wibeKrSv5BN8tLg1cK7DHdSS85gzHamwdZvHRe4NiLxOycOajNyhWE/bRazTbU6F4DP5lvy3Sp4etG2loFpfRE/IUL1kO5J3JZkzbHq5sVCgWl8m2FBsdUiumfnzkLuRTfdC96SJEo7L6hmalp3xMa0N7pvzbB/KQryPSehzMm65ZPnWQSp1il3WKYeLfGvWVVfKOHq584hhGJfKUsJ9QTh56wSJjnUlgh87Ozn2RvJLCjzD1aWTL9sVvHwpIDEexE/KQPcoiwHjFhI4QEnPIP62T/eg8T8/k3mwTajDiGJVYtgz1pJHAn8l3cEMjDnkOZD2yWx59OcLBnrsSXasqnrt2QPd+kes5K/J7qsrnrBR9/sAf630H0efLZXuCgpwlt/hJK1F+XfzMBTlT8OE+aSX/E7FwhmJ1zxkon7WCMok93yITH4snZB/TlTDaGV8/VnLyejhZfvbFH4mTl3+qzeo5Of50h5KVS1ZeAyvP+7vDm1mr3ZvOPE+nf/Nu9Fff5+3HNPP2JnjGi8/cXoy5TxNrBp2T0QzOO2xNsdjrUmEfTWcm/BpOZ8a8O+jQLoMBqztgxRkW8+FZ62bGLvwngPVY250f2T/ezF71ob6mzw94ObR/hnPBHQwP4Q6Gh53prO45o7GBtz086y5/kvneWf9m1j0aYtPbvQEW/R7dQX8Xdocfx9jkPlbhSfpD/hsQMOa7/R4rbLzZ3d02/drtUGHDaSawZwcP2MeT6vMf+j9NZ1UsbfbzhBV9PH6/e4jFDzbu40C5x34O8XQ/2C0CtNcnJI+xcft2D7f17FMsOqzo2YR82z7Cw/baNt7M8Wsbf/Vs+nUwPMKTHAzZMLpDhIeq9huVlDo+P+vSvmdH1P7hgE4HR2Jx1tmlk3fP4ATa/PjIupnBH8B7ToXHCoMVulRA2cX9QW2qcypAFse2zs5lG7w0eVmhcu+4jfsNd3vUnP4rLM7wRox5u3VK+7RbpG3t1i5t7ezSr87RzazXHXoz/fvqfHjSZ18Gh3xL64R/mbfPCOL50TE07+i4Q+ec9/ePr1gyxL+ACJjp7QBNHB6R0PqHPVbg7v8FdRgewwmLKnXy2MWz9CGcrKpS1/4dPeYGkxu+o8CNSxOVTZqiYo9JckFS0Op57zWIubf7Guz7x328zOmASdyfTnNoCTq2p9cjZI6YThy1STM7hyT3dg8ZYA9P1v4Rq/d6cPrDo31/w9lJl5b6soIW+Rpsia81J4uqTJhFVerMohpRg/KMakOaHzoFmzwFptkDv0jM/4W3ZXuyQD345M7NLZ8ssMYnC3SGu6Chq9ShulediPPSv5eHYIgvmQrP5zE7MLgdPA3ZAWvoK/g7iliEwSxCT7eI2DXn+x1Q0v3OAbJt5yXucWJTr3diE7vM/z9ENgO7HOK5jAAAALxta0JTeJxdTssKgzAQzKnf0U+IFh89anwFk7ZoSrU3LQRyKxRyWfbfm6j10IVlhpmdZWSbW6g6ZiDAQTANFMcVHrzQEEYxNlxpCJIQu7LX4LG/G3eQ1y6lt0ExCgsiGy3kbT07+94JD+IiP0AOhJGJvN0eSYCyXywmXISVPsdaL5RCWuCy3oXhWi2NVvjrdxtcaUqx8WR6oeqfBlKKiruPihcGEn0O0wA3HiXz9ONTeIp3HqURYqEyC7jNFwMPXtBz8AFRAAAKtW1rQlT6zsr+AH9XugAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeJztnY2R2zgMRlNIGkkhKSSNpJAUkkZSSG6Qm3fz7gtIyVmvHdt4M57V6oekCBKiAJD6+XMYhmEYhmEYhmEYhmF4Sb5///7b78ePH/8duydVjnuX4dn58OHDb7+vX7/+qvfavmf9VzmqDMP7gbzP4vbwlv65u7aO1W8nf65HVw17Pn782NbVSv7u/2x/+vTp199v3779/PLly3/6ovYXta/yKSovzuUY55FO/Vyu2s+x2m/5k3adW2laX9WxYc9Kzp3+Lzr5f/78+dc29U//LbmUDJA5MmI/51T+yBSZ1/5sF/RrziU/txPaAuUb9uzkXzLy+K/o5M8x5EJ/tQyRc7UV91nkxzXgPr46hj4AymM9MezZyf+s/k/5d+8M6HnkXn+rLSDX2rYs/cxYyd96AOj7lZ51w9BzTfkj15JVXes+SF/3mMB5+FmSx3a6IduJ9YzlX23EaQz/UnXi/nO0H13NWJxtH6dfZ/spWVneKQ/6beZd13ksl7KsbdogeoYxyeqaYRiGYRiGYXhFGMffk0ew16f/828v71ny3foeXOprujb1rniEy+jtagfP5mdInfCW9r67lvfznfzP2PGPfIZ5nvd1vsQuvZX8/4b+8xZc/vSzYc/Dpo5NJv136dvDF+Rr6SOdz5D6JD/OXfkDTedvpIxcj/3IvizbL+3f2qWX8rcf4lHbQMrffjYfcz8pfYnOLLkgG2y+7Oec9AvYZ1ggI+x2BedR57QPk/Zntx3aDPdCnpkW8u7s2Zleyt919Kjjga7/A3VoveC+bT+OfXtdjNAufsh90HZf9/9KO+t452/MZ0r26/RZXZLes+t/QLbpAy7sqymZ4W9xf0OW/L+TP33fPkDH+1ifwM7fmPInLfwA5NPJ/yi9V5E/z/b6m7KxvIv0xdsX5/re6Qb0idsJusW6GHb+xpS/z+vkT5zKmfRS/pzX+cP+duxbSz9bQX2lPy39d/bt5bXUbdHVkf19PEfIY+VLhJW/MX2IvKd15fF45kx63qYeHlX+wzAMwzAMw1BjW+yb/Dw+v2dcPfaAGWO/H7Z98bNNvosLvRV/w/zDZ2dn0+r84NYJ6A7HhOfcwPQtQl7r82tfZz/M8qCvRj+co7OrIP+V3dd2MHx82I7QG9h/PcenSL9Qxu7bZ+dz7LfjL8doH9iR8UkNx3T93H4X13uR8uf6bl6nfYG271rm+A+6eUSe65fzz+y38zXoiOn/51jJf6X/V3bw9KWnTx0bKe0i+7FjMM4cy3ZZ4JPYxQsM/+da8u98fuC5XyUvzwUszvR/cFyAy8m5ec6w51ryL9DJ6TsveIYX1uHOc/X8X+kGtzk//x2rUMzcrzXdu1ztW73jeXze2QIYw+f1xI04ndTP3fifZwDk+7/LyrFMe+Q/DMMwDMMwDOcYX+BrM77A54Y+tJLj+AKfG9vcxhf4euQaq8n4Al+DnfzHF/j8XFP+4wt8PK4p/2J8gY/Fyuc3vsBhGIZhGIZheG4utZV064YcYX8SP2zE915D45XfEXZrrazYvSOu4P3cfmX7kO4p/7QzPDNe1wfbG7a5wmvwrGRs+WN/wSa3aksrm5zlb38iZfL6PC7jyp5gm8HqXigzeszyz/bodQqfwaZs2ys2u/rfdrTumzyZhtcQw6+HDb5rN13/L2zTYxtbYP1P2vb50G59vdfn8pqEq+8LkUfK3+uOsQaa18R6dJARuF523+QyKX8/O1dtxnL1NZ38HW/kY/Yfs5/+SXrsP/q+mI+RT+73enj3jHu5JtjHIfuFZbl6Lv6p/Lv9nfzTF9TFItGv0e2kf/QNud0x/BTW8+TB8Udn1//teyvSjwO3kn/XHmz7dzwB/T19R9297NpGxqiQXvopH/WdgbbsekkdcORHv5X8C6/jS+wArNacznvNe9nJ32XI7wv7mkeVf5ExMunH262vz3Gvp5lpdW1mF5eTPr8uv9X+3X2srs3r8pyufp5h7D8MwzAMwzAMsJpbdbS/myvwN/hTdnGsw+/s5tat9nnOhecKHb0/3oKRf499GLah5ZwaWPnnd+3FtpHadsw/3+Ww36nw90Tw/4GP+Vrbk/AtcS+WP9+z8T2/6jwRy8x+toybhyP939nmrf/Z5rs+ttPZRmv/jNsicf74erABcq2/UehvCTnGxHKmLPiI7q2nbs1ZWzsc7adv5joBKX9AD7gtYNenLdg3i/woe84bsd+vm1PS7afd+rtAr8K15d/1n0vk7zkf6O781qC/ybiTfz4POp9uwTPpFecKX1v/Xyp/6210sGNt7MNDPuRxpP9T/rSNTJP4EMcIPLI/5xI8bqKP0a9uIf/CPj3359088rw2x387+ePHq/Rz/Pfo/txhGIZhGIZhGIZ74HjLjJlcxX/eit376nAdeOe2PzDXi7wXI/81nt/g+Hrmx9GPmYNjv12ms7KheA5e+upsh/K8oJUP0McoE9dm+bH/On4fn6bL09mjXgFsoGkPxW7nNRo5r7OpF55Xx89+t1w7FNs/dv5ujpftu/bnkjZlzHKl39H9v/NVYlN+dvmn/qNeufdVDE83TyjpfDsr+VPP6Uf0/DR8P9hm7R+0/9D3tio/x3KOl/dXfs8yz2/FTv6W2Z/Kf6X/U/45/9d+ZI5hq+eY5/Lu1ofcyd9tFEiLNvbsbcBY/1v/3Ur+hf2Qfs5zLuMS2gN5nNH/kG2DNNm2T9zt7xV8Qh7/rWT8nvL3+C/n+NkHmP7BYjX+28m/yHn+3fjvVeQ/DMMwDMMwDMMwDMMwDMMwDMMwDMMwvC7EUBaXfg8EH/4q1s4xQEdc4p+/5NxLyvDeEN9yS1j/mLVzMn/isSjfpfLnuo5K6+y3Fro4lI6MJz7iklhA4pa8Ds5RrPtR/Rpio+DacfSOnfJ3eIkL7GL3KZO/6+64X8pLfJWPkXbOFyDe3DHnjtVNvDYQawhln2UtMseb7/o1+Z85l/MdP0tejkW6pH6JOfLPsVHvsa5ZrtdGuTiW638RD04/5X47Oj1KPJfv29/+oS3sdADxusSSeU5B3hvH6We7/kP+jglc4ftO/eJYykvql3MpJ+leS/9nXH7i5zJ9mzbtfdSzv7fh7ym5HtxuXU+7+3LeHV4bzPezaod+hiK37nsfcOa54vkyOXeANpQc1S/QLhyfei127Tr7K/3H/6Pzsk173leXHv2P+0pZua9a963K6rWiYCW3jA3t0qRsOY+FvBLnle2etpkc1a/PI0/PVXor6MFV/z877v0T+XOO59xkmn4edvHgTrebh0Sd5zcqLlnnqxsrdjrTeWU79Pg4y32mfun/3XyFt7Irw5HehU7+OX+j4N3AfZV7QsaeI3QGr+mY13jukOPVrXOPWMm/a6+MU6wfVu2b/C/V57t1Sj1v6gxH/b/wPIvVu0wn/6Oy80ys8joP5ERdsjbcaqxmnZnyZ0yY6wR6nS+vK9i9W3uOmd8dunLw3UP0Ta5Z13GmfuHoW7sce495i7yjrvLNeRoJYwXIekG/p970u/SR3jvT7nfvhKuxgMc5l6wTeslzele/lPtIrpzz7PNWh2F4M/8AoIL6IOC/JaMAAAOVbWtCVPrOyv4Af39eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4nO3dSWjUUBjA8UEtgku1dUVRERdwQ9Gi4kERLAh6ExRBBKtVUfD6QMFrz24HPYkgeBPx0Ju4HawXRa1dXOpuFcWtUBdw/D4yA0PJZJI0yzP5F37nGb7/azN5SaaFYrFYsNh6Y8ygeCmWi7TfD5IzR3r3imJJt5jNGsiNAxXty56LZayBXNjn0l+9FgtYA5lXrb/6KOazBjLNq796IRayBjKrVn/Vx3lBZvnpr95zLMgkv/3LnweWsAYyZW+A/uoD54aZsitg//JnQtZAuhpk/kvFtpLj4qy4EVBPiP7qE/sDidLP3wfFRfFAfA7ZLUp6LFjBGohNk8z2tOiyoLXXGljFGohMncyyRdyyoK1f7wz7A1HYLTN8ZEHPML6LRayBUHRfpd2ChsPVL1azBgLZLvMasKBdVHSPaDFrwJdDFvSKQ59YxxrwdNiCTnH6Sf+qmmU2fy1oFKdn9Hc1XubyxoI+cbov5tLf1UkL+sT9ez+D9q70mkmW/+4/FbNoX9V5CxrF2X4m7auqN84eWdqd4tBL+5o2WdAprvYc72s7ZUGrqPXQ3qdC4XpMDX4Z57jyRHSIO+KcOOPT3ZCv201731Ya5zp5FL07xQVxRGwwzrN6jWJkyBY7Q7afTnvftprhXePRe6/bxJoYZh70/s8u2gd2VOb1O0T3H8b5mRDjvIPc//1YTKN9YLdDtNfjchLPXfnt30n70IK213v+6hKatZ/+2n4q7RPpfynhOdfqr+2n0D6R/q/EWIv6P6R9ov2bU5h1K+2t6N+R0qz3uLwXfb5kMu0jc9VH/5aU5q17R/cq3oeed0yifaS07aBHe32Wa1yKM9fX3l8yivaR02fm+z36tzPzTBthnOsy1fofo3/mnfDov4X+mbexSnu9T57v18o+ve/b7f6vL6Ke/rlw2aX/AOdbubHZpb9+l84Y+ufCaOn8dkj/m7TPlTaXvVb2XPJj3pD+eo9PI/1z5UpF/2+igf65UvksyFcxkf65U/6epz+iif65s8M4z27oGlhL/1y6Zpz/tcP+HwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP5n/wBtKIR1mfOBiQAADtdta0JU+s7K/gB/koEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHic7Z2NkRwpDIUdiBNxIA7EiTgQB+JEHMhe6eo+17tnSUDPz/5Yr2pqZ7tpEBII0IOel5fBYDAYDAaDwWAwGAwGg8HgP/z69evl58+ff3ziOveq5+JzpawAZfj3wf9R6fmK/jN8//795dOnT3984jr3Mnz58uXfzy6+ffv2O++wN2UE9PtHRtT7tJ6Vnk/1vwI20f6u9l/1Ufp2laaT1+3f+Z1dVPKs5ARdGr1epcuuZ+28ez5wauereuvsH+Vr33W5tG97HpoPeQWq/q95ZfWO+58/f/73e+gt0v348eP3vXiGuqgvC0Q6vR7pM0T+nibyiLy5F2WrXkgX1/V56qBpIy9PRx30evyNz6r/x9+vX7/+fu4KOvtzTWXR8iNNlM8zWZ8jPfcy+7sMUZ7bCJvH39CZponvjFtccz1FGp3zOLR9RT6kRxfIqelU7vigC9qyyh3XVB+qZy2f8X3X/vrMFaz8f1Zm1v/pf528gcz+6m+oU1Z37Bx6Vn3RLuKDL9A+qH6BPFZydrpAPsohP/cVVZ39+ZDPy98Z/+8xF7jF/ug8+iP17uSl/pX9fR3iwLbYPf5GWyB//vd+hqz0UdqLQvOhTpku8LcuK+2RuV5lf2TU5738TG8rW1zFLfanHWu77+QNZPZXf4fvzfoofd39j+o27nHd/SS+I7M/etA2lulC06nNaRfI7/bHP/JM/OUZzTeuIeMz7E9fUX3QnwF19e/qbxnfHJoemelb+j2epQ90a6XIi/v4TcD/kcbvISd9LwP1xodkutByMvnJX8dD+of/77Ko/DqXqfTpuh0MBoPBYDAYDDo495fdf83yb8E9uIQrOC3zNH3F257CY+XEpVjPZHGBe2JV/urZFZ/WcZiPwqnOrui44m3vIavGtqtnKs6q8h9VXHq3/Fv5tEdB5dY9E16nK3J18fx7tetMVuXV/P4J51WlPyn/Vj6t0pPzhs4p+h4F53iQhXycA1nprNKBxhW7Zx5pf/TjnFzFeWncXmPmVfrT8m/h0yo9EaMLwLPC8yHzyv7E7VQWlbPTWaUDtT9yZvJn/v/KHpoT+1ecl3PWyr1WHNlu+dT1Kp9W2R/uWPkj5RQ9/8xGyNz9f6oDz6uSf5crW6Eaq+BG9H7FeQVIq1xMl363/Fv5tM5P0oejjGgP9DWe3bW/jhme9lQHp/a/Fepv4BqUd698U2YXrvvcwdOflH8rn9bpKbO3zjsZF7TszEYB5RaztDs6eA3769jJx/fiKS+IT1POC3my61X6k/Jv4dMy3s5lA8opVmUzJ3eulOeRZ0dnmY4970r+rl6DwWAwGAwGg8EKxL6I+ZyCdSBrmFUsqksTc9sd/uce2JE1gG4eWeauLPcG52JYd3sMfwXiH6y/d9Ym3fr1mfsZM65R15SB+E6s8FFldtcfCY9dB6ivxre69q9nY0iv+sue5xnuab2d94p77pf0zEGmM57p9El/8ziGx2iz8nfyymTM0nXXd8vI9LiDVRxJ9+RX53GUg/A4re7V1+dJoz4HnSuXo/FA5eyUD3CZ9BxRxZ/h88hHY/5al6r8nfJcxqrM6vqOvMQbVcYTrOzfnbcEXczS+S/4Ou3/6MrPM2TnO8mrOmdCOchSnY3I9O98R1d+lZfu13cZqzKr6zvyZno8QcePkd+KZ+zsX+l/52wR+fqnyxd50P2Oz9L+nsXis/I9r52zhFWZ1fUdeTM9niAb/5Vb9DZf7fu52v8zXVX9X8vu7O8c9Kr/a95d/6/mf13/17KrMqvrO/Leav+Aji0+huGfdHzp+CuXaTX+q9xu/4Ce4avOn2e6Ws1ZfDz1MU55xax8RTf+a/qqzOr6jrz3sD/1rtb/ei9rm9zXPuQ8ms//PY3OkX1On83luxiBzoX5ngEZ/D7ldeVXea1krMqsrq/SZHocDAaDwWAwGAwq6NxcP1c4wEejksvXHx8Bz+ICWbv7HszVOoL90s9EFWer9mO+ZzyLC8z2MiuyuIDu2dX9/yfrV7UVsTa9nnFu2J97ngdy6HXnIne4PNJUa/TOLpke9FygcqSVvm7lG0/g++/VPlXsj5gTfmOHI1Q/o/Erruueefbve7xR+cIsjyxenXFGHS9Yxft2OLou1qlnE+HXM33tyLjiAk9Q+X/sjwx+biXjaFUH3kc0Dqfn+Chf+4VzbnxXfVRnJnheY+v0kyxG7f2Ftsf5FbDD0a24DvKr9LUr44oLPMHK/yMrfS/jVXc4Qs5SaF/Pyu/k0Xy7MzMhD22Wclw3VTmMberfKHvF0Z1wnZm+dmXc5QJ30Olb+6z6eK/rDkeo77XM+r+O313/37E/Zzv1LOdu39K9A9pvdzi6Xa6z0teV/q/P32J/9//I7uM/+sdPVum8Pfm4Wtlf887G/x37oyO/dmX8P+HodrnOTl9Xxv+ds44VqvW/ct5ZTIDr2m87jhD5sJ/OMbNnsjlwVl6VR7V+PplbX+HodrhOT7dT9x0ZnxUzGAwGg8FgMBi8f8Dn6NrvUbiSt75b4x7vvtfYwAl2ZX9PXBRrXjgA1pSPqAN2PAHrWmJ6uq+y2wdcAY7hFBpP7HCljq8FYha+biR+FvB9rL4Ox2/oepUzGPHRmA1tS+ML6KvjdlXGzv5dXrtptE66D97luFcdQfa7I7T3eI7rlKvpApHmat/KdMT17BwLcQuNszoHo7/PRT3QDXol1oXfcfkpQ2Px1VkBtUXF0e2kcZm0rsp5Ukf9LaErdQwoD0tcD/torFDTESel3Cpe2KGyv16v7K/xcdo9bRI9eXxL8/L4dsWrZfyJ21z9mHLIip00AbWfxx89jpvxe1fquPrdMdL7+wSdOz3dt+XyeBza6xNw+ztvQD76m5TImOkGVFzUjv0rHkOxkwY9Ku+Zyat8mL9H8EodT7hDyuUDV135lhV4jjEus5nvtaAPOV9Fn9CxqeINvf1W/XHH/gH1f8rjKXbSKOeo46DKkX3P7L9bR+UE8fkdd6icn+7HugId2/Tjey3ig2/0vRzcUx1k15Vfy57vzteDyv74MuXUHTtpVCafdyrfznf6h7eZkzoG1Aa6p8fHZ9ettpNT/k+h4wdzzOzeao/d6rrvJVqNW35fy69k6daut6TxsiudnNbx9LnMd13Z/zcYDAaDwWAw+Lug6xhdz9xrHtntSYx1kL4rZadMXasS787Wgu8Bb0Fej+ew7js9R1Khsz+cAOl27K+xFtY7PPcW9HmCtyBvFo8kTu4xG+e0iD0636VQ7lbjFQGedZ+jPLTHIDwmq/y/6jNLq3kTQ6m4GC8X+TSWoxxyxylpPbX+Ki98zo5ekF3LUblO0J0xcY5HuQiNpXc+w7l75ZXhCzxGqvXz843OwVb+n3KyMr1u2d5sb//Yjdinx3yxbbZvm7YCJ+JxYuyt7aLTi8vucp1gZX/s6mVmsf8Vj+g2CjAHqGx6kp9zQd5fsryrGLDuD9J4N7HW7LejKu5VfY3urVKuJfMZK724v0OuE6z8v9tf5wm32p9+SVz9UfbXfrFrf/wGeanPI1+3/2pvB35EeVXlD8CuXqr6nmA1/6OecIy6B+UW+2u57odvtT86pBzVy679yUPHDrW57nfZyQd/rvyfy+s+P9NLds/lOkG2/vN9RTq3yM5fq24cK3vR/nX/wz3sr/O/6txyoLOb93HNk77Ms10+Pv/LZNF9GCu9+PzP5Rp8TLyF9eLg9TD2/7sx/P5gMBgM7oVs/beKZYC39K75jmc6ha7XuvG2ip2eYFfX9ywzy0/jP6u9kQFdl74FXDn7UIH41+5+zVuwo2tP/wj7V/lp7EdjFX7GKeMIHcQtPJ4Od6a8Lv2PM3HMfZUP455/J3aqdfB3JFaxkqxuGpPRduHyKLJysrrC/7iuNY7vMqm9iFM7V7iLyv9rjF/PS9HPlPOtOEIvB93BnWj56EXP1aAflyeLOep3P39LO9J4OvJ4G/C6BTyW7HxAtg/bY7PEz72uFYen+Vb64HnixhUHu2N/9/9A25aOUx53zThCBxyV8nGuw+7/XfujFz2P6TIH9GyPQtNlNlZ9Zfb3uYieravyUv0ot9jpw8vh3glW/t9lyvZaVByh64Q03fsf72F/ZKKtZTIH3pL9K27xWfbP5n/4QvWXuo8Cn1RxhK5T/H/X/wO7/g7flOk8m8Pv+H+tWybPPfx/Zv+OW3yG//cP9fdzsHruUOcpGUfo5ejZwap9e1rXhc4zq7OZbjfFav4XcPtX87/Od2bldPbvuEW/d8/531vHvdc7g/eFsf9gbD8YDAaDwWAwGAwGg8FgMBgMBoPBYPD34RF70dn79JHBfhP/rPa9s8fS32kRYG9M9nmEPnVvqcPfaVxxiexL83x9/wjvANIP+zeeyVN2dTnNR/ft8ansr79jwr4j9tnpPrcsz2pv8K3yd3v11Yb6HhCH1hvdsodM+wT5PattV+jq8sgydV+k9o2s/zjYr5bl6Z9qb54/u9obsmt/3stE+vjf37Gh9n9tvIb9/XcH1D70ww7sI66gfanbyxbX9bdFOqzsT9uhTzs8/6z/c538eZeb7qHUfZsB2pu+a4l9fvqM7rHVfLVNkobvJzgZQ1QX/q6hrG8rqFtXnvqCzPaMvfiGVZnkqe/vUZn1/XIn9ve97lznf60n55J0nFRZuM939IrMei5E86U9qNxXfNPJfnE9X6G+AHmqvk273PHn2dkBzcf3lq/kx49r/gF0p+9iUz0y5vt8pdKxz3m0TtpffU+v7mXX+ZTmkb3bj/bg/fB0TOCcUzafcWBD/+3Mahxm/bQzliPL6dywsz961TEL/+ntSO2v/l33mpPnif31XCLtV8vM3l3l86zK/vxPO74yJ0C+7ONAfnRHG878Orqr/Krne+XddYHK/uo3AW0xixXomVFd31BXnR9W5xsy+1OujuV6Xc+lep/Scx+d/ZHJ29cz0MVdducWke6q3N14d9Ke9N062pc+2nmKwWDwofEPiCRqout3vRYAAAR5bWtCVPrOyv4Af6I2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4nO2aiW3rMBAFXUgaSSEpJI2kkBSSRlKIPzb4YzxsSNmxZPiaBwx0kOKxy0Mitd8rpZRSSimllFJK/df39/f+6+trSoXfg7Iel0z7EulfU1Wf3W435fPzc//6+vpzfst1px5V1i1Vvn95eTnYY+v0r630//v7+y9Kdax6P6P/afvP4P+ZPj4+ftoAcwFto64rjHbBdYXVkfgVzr1ZmnXMOLO0+rN1ThnSP6RXUD7KMUpzpIpXaVb/5/yR/V91S/BFH/+Jz7iIL3KczPmjwohf4ppnS5VXXdexnpnNRVke8mNsyvMsW6afVJxZG0i7VL7P4P8Otpv5/+3t7fCOiH14pvfHTCN9QZsgvNLinPZH/J5WHcs3vJeRXvd9PpNp0p66si3nHPjo/p9p5v/sO32eTEr4sOxY7SbHVMpQ9zP9VN4jr/TfqB1n/67wSh8f1vlsDiAeZeT9J+89itb4P4XNmG/p5/lugO2xYfbr7Jv0vXw3GI0V+T6a/T/HkPRVliXLO6vvEo+irfyPL/Ft9rWeTn8v6ONJjrXZ92bzUdaD/Hp7yPE802TM6TbpZJlu+Tvor9rK/6WyUb4Dlm37e3v3Ne0k/cD7BGnRpnjmFP9nPMYk8iLNXr4lPer8r5RSSimlnlOX2ufNdO9lL/nWlOsgl7BhfRvNvmv699RftfZ5tT+sOdSayWzNeo3S/31tI7/zR9/8S2shrJv082soyznqR/zjMbu/lN7oepbXLK1RvybubM1pVua/iv2y3PsjX9Y88pz2wjO5zp5tJPdeOWcNl3s5JrB3sya82zrLmeuJdY/1Ztaa+rpShfc61r1MK21Xx/QZkFdeox6nxHol90mXve6lMp+j7pdsb6P+z1obtmY/vms09le83Mct6COs860JP1Yv7JdjXv+3IfchEHsZdcy1yrRVptnzGtm3/xNBnNH9kf9HZT5Hff4/xf8Zf/b+kHbinL0Zjvgz/8lYE35qvfqcl3sC+HpUp/RBt09ez/LKsNE+E/ezP3OdeY/KfK628H/fRymfUKY8LzHWMX4yltGe14afUi/CGDf4jwAb074Qc233fx9zco/ymP/5fyLzKPX73f+zMp+rY/7PuR079H6SdS318Sl9g7+Iyzy2Vfgxu2cYtuT9OudhxnDiYue0NXud+DP3KI+Vg39r8SFtJ23KntnI/6Myn/MuyH5b1il9R9/OumKP0VhF3Eyv59f92fvBmnDCluqVYdSDuaT7N+fy0TcYz/fnRnn1MNpA34tMGxM/856Vufe1S2hpvUA9vvS/UkoppZRSSimllFJKXU07EREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREZE75B+Hl45q2TuOnAAAAVNta0JU+s7K/gB/pYUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHic7dbhaYNgFIZRB3ERB3EQF3EQB3ERB7G8gQu3piH/ignngUObT/vrTWzOU5IkSZIkSZIkSZIkSZIkSZIkSR/RcRznvu9P5znL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ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA4LTE2VDE4OjIzOjU3WjwveG1wOk1vZGlmeURhdGU+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PrZiKdMAAARGSURBVHic7ZtbiFVVGMd/R5yIRKnAkApUyC6IBlGG2sXu5UO9BUFF4kNQvQXN927B/z2EiqjoIZhesiuJZj1k4KjQlJ1pFE3UKWfUgUG7TBenh7W3c9rtfeasfTtn7/EH5+GsvS7f91/3tfZuTE9PM5eZ120Dus1FAbptQLeZ320DOsHM7gK2A+PAo5KG8sq70euDoJktBXYAK4KgEeBBScfyyL8KXeBhZpwHuAH4ysxW5ZF5FQT4JyZsOfCZma2IeeZFFQRI4lpgt5ldlyWTKgsAsBjYaWbXp82g6gIALAW2m9nNaRLXQQCAZcDnabpDXQQAWAJ8Y2YrfRJVQQCfhcpiYJfPFFkFAaY8418FfNypCIWtBM3sCuAa3MIFYGXw/0bPrJYAaUb5M8BaSYfaRcpNgGAUXgvcCazCOXtlLpmnZxx4SNK3SREyCWBmtwLPAPfhX7NlMQ5slLQ/7qG3AGbWBzwFbALuyGxeOfwCPBK3i/QSwMyeBl7C9eeqcRa4XdJwa2BHAgQLjFdxO7MqM4Y7TxgMA2YVwMweB94CFhRrW2mcAjZIasIs6wAzew4YoD7Og1ssfWpm66CNAGb2PLC1LKtKZhmwCxIEMLMHcH2+zoxCjABmthB4G2iUbVGJDAH3Q/yp8Cu4VVxdOYJbGP0MkVkg2EAMUd/aPwzcI+l4GBBtAS9Sb+fvljTaGnihBZjZIuAEsLB82wrnEK7mR6MPWlvAGurr/Iawz0dpnQUeK8eeUjlIG+chbAGNBvT353LTEsOfuFOdMWACd8T1HfBXh+lvC36+jAD3tnMeAgGsv/8W4KYUhcTRBPYD+3Azyk/AOWBSUtwtT1vM7AngPc9kI7iaPzlbxHAMuJps6/2TwDvANkl7MuQTx2We8X/EDXizOg8zAqwGLvEsCFzNvgy8JmkyRfpO8JmWh3HOj3WaIBRgI9DnYxWwF3hS0kHPdEXRxPX5jp2HmVlgvWdhW4H1Pea8V82HpHlDZEDSCynSFUUTN+CdSpPY92LkOLA5TUEFcYAMzoO/AJsl/Zq2sJQkDYIHcH0+tfPgJ8CgpB1ZCkvJ3zFh3+P6fCbnYUaATzqI+3rWwlLyIdB6s7MX5/zpPDIPBfgA+KNNvAng/TwK9EXSBO667dngt07SmbzyD2eBPcAkcGlCvEFJ5/Iq1Jeg7DeKyDtsAcPA0Tbxvi6i8F5gHoCk87hWkETi7WrVaZ0FtiXEmcIdKtSSVgH24S4Qo/yO2+3VkgsCSDoLfBETpw//jVJliC6E4ub607hWUEuiAnwJRI+Qjkn6rSR7Suc/AkiaAt6NxLnczCrxXUEa4vYCb0b+LwcWlWBLV/ifAJIOAx+1BJ3H72XFSpG0G2y9Gp9mrgkgaSfwQ/B3AZDpnfxept15wBbcpcZ8KvJxVRoSBZA0AOzGXWw0S7OoZHr+q7GiqcLb4oVyUYBuG9Bt5rwA/wIpOTmXrg1OIwAAAABJRU5ErkJggg==")}
.asset-data .icons .star .cta-icn{background-image:url("data:image/png;base64,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OjI4WjwveG1wOk1vZGlmeURhdGU+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PsjMen4AAASnSURBVHic5Zvdax1FGMZ/qUlrtSlorcYPaNLaWBqxmtpoRVCwudH+A16IYgOiAW/86IvNjYLwgq1IMF71xI+LoHgvKupV/WikVbDWVluSgqClViEqLWnS48XMMcf05JydmZ3ZY/LAkpPdeWef99lnZ2ZndlvK5TJLGcuKJlA0Wos6sYisAcbtv32qerYIHkU6YBhYb7fhoki0FNEGiMh24It5u+9R1S9TcynKAS9l3BcdyR0gIn3AwQUOJ3dBEQ54ss6x5C5I6gAR6QKOA211im1X1a8SUUrugCHqJw+JXZDMARmvfgUbVfVEZEpAWgfsIVvyALtjEqlGEgfYq38MWJ4xZBrYpKoT8VgZpHLAENmTx5YdisTlP4juABHpBH4ku/0ruAB0q+pk3pyqkcIBWVr+WmgjgQuiOsCx5a+FC8AtMduC2A5waflroc3WEQ3RHGDv/eO4NX61MI1xwWQop1qI6YA9hCePrSOaC3JzgIisBK4C1gG9wKvkIwAYFwwAfwBHgNOqei6Pip0EEJFWoAtYBfQAtwGrgduBm4C15Jf0QpgBTgM/A98Cs8DnwGH7e0JVZ7JWdokAIrICWAl0A3cA7cBW+7cH6AzNIDImgVPAL8AhjFhHgZPAeVU9X124pVwuIyKrgceAnZgkLweuTsc5CX7H3ErHgDHgPVWdqswKHwY2FMUsESoXtAO4H3gO6K70Ar8WwahgnIO5bvBB4JPiuCTHZ5ic5xpBEVkFfAr0FccrCcaBB1T1L6gaCNkd/cyt1ixGjAP9leShdjfYjnHCtrTcouNrzJX/s3rnJUNhW2AHi8sJ48CO+cnDAs8CqjrF4rkdPsTYfqrWwbpDYTtA+gi4Ow636HhXVR+uV6Du06BV7T6glCerRBhrlDxkeBxW1WlVHeD/JUIJeCRLQdenwf3ALk9SqVCyFywTnCZEbMWjzpTSYdQlefCYEVLVXTSnCKOWmxO8psTsiZqpTSj5JA8Bc4LWavt943PEm662r0bopOiBwPg88E1IcKgA/YHxeWBrSHCoAF2B8XmgV0Qu8w32FkBErqA5Jkg7MZO4XghxwGbg+oD4vLACuNE3OESADqAlID4vLMcsxHghRICegNi8sck3cLEIsMU30EsA2+oGdT8541YR8crF1wGtmHXAZsG1wHU+gb4CbKa5ls7agRt8An0F6AW8Bx9V+M5ueWCjT5CvAN79rsUPmPX+LXYbsPtC4LWg4/vJzF2ecWeBvcDeeWv4JRF5G3jWbms86u72IeT1hoiI/ATc7BByBngDGFHVMw3qXgsMAk/h1tBOAhtU9aJDjLsAItIBTGDeIWiEWeAVYJ+q/uZ4nmswQgySTYiLwHpVPeVyHp9bYB2Nk58B3sEkftTjHFjBXhSREeBl4HHq812G6QqjC3BnnWOzwFuYxEMbNeBfIZ4QkdeAZ4BHWZj3NhxXs3wEWGjR9GPgBVU95FFnQ1hBB0RkH+a2eqhGMefRqY8ABzFXAeBv4ANgWFWTTI9ZIXaKyL3A05gXHa7EtAHOL3n4CDAGPI+ZiNitqiMedQTDCn5ARAaB14Hvgfdd6ynkw8lmwpL/eHrJC/APbb5ezjYCypYAAAAASUVORK5CYII=")}
.asset-data .no-metadata{display:table;height:250px;width:100%}
.asset-data .no-metadata .card-contain{display:table-cell;text-align:center;vertical-align:middle}
.asset-data .date{font-weight:400}
@media screen and (min-width:0) and (max-width:639.9px){.asset-data.list-card .font-icon-oaks-asset-download,.asset-data.list-card .font-icon-oaks-clippy,.asset-data.list-card .font-icon-oaks-legaldocuments{font-size:20px;font-size:2rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.asset-data.list-card .font-icon-oaks-asset-download,.asset-data.list-card .font-icon-oaks-clippy,.asset-data.list-card .font-icon-oaks-legaldocuments{font-size:20px;font-size:2rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.asset-data.list-card .font-icon-oaks-asset-download,.asset-data.list-card .font-icon-oaks-clippy,.asset-data.list-card .font-icon-oaks-legaldocuments{font-size:20px;font-size:2rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.asset-data.list-card .font-icon-oaks-asset-download,.asset-data.list-card .font-icon-oaks-clippy,.asset-data.list-card .font-icon-oaks-legaldocuments{font-size:20px;font-size:2rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.asset-data.list-card .font-icon-oaks-asset-download,.asset-data.list-card .font-icon-oaks-clippy,.asset-data.list-card .font-icon-oaks-legaldocuments{font-size:20px;font-size:2rem}
}
@media screen and (min-width:1600px){.asset-data.list-card .font-icon-oaks-asset-download,.asset-data.list-card .font-icon-oaks-clippy,.asset-data.list-card .font-icon-oaks-legaldocuments{font-size:20px;font-size:2rem}
}
.asset-data.list-card .compact-card{display:inline-block}
.asset-data.list-card .wide-card{display:none}
.asset-data.list-card .icons .share{margin-top:-5px}
.asset-data.list-card .no-metadata .card-contain{vertical-align:middle}
.docxjs-wrapper.loader:after{content:'';position:absolute;margin-left:0;margin-top:0;transform:none;width:100%;height:100%;z-index:9999;background-repeat:no-repeat;background-image:url("data:image/gif;base64,R0lGODlhMgAyANU/AM7i7d7m6vv8/drp8jaRzqvO3sbU2mamzfz8/Pn5+tTV1/P09Ovr7N3d3+Xm5+jo6dra3NfY2fHx8u7u7+Lj5PX5/PL4/PT5+9Pe4ubx+Wit2o7B5PH09rDR4EOY0Yy82sDa5tDk7Pj6+qfP6crX3KnN43Cs0M3j87zY6ebs7+z0+erz99/t88Dc8JzI5LPW7bvX5O3y8+Xw9c3Z31ym13mx07bU4urv8bLS5tXm7oO42cXd7OLp7E+f1NHS1P///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDYxRjkwNjVGRUFGMTFFMkFFQkQ4RjBDOEQ1OTgyRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDYxRjkwNjZGRUFGMTFFMkFFQkQ4RjBDOEQ1OTgyRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNjFGOTA2M0ZFQUYxMUUyQUVCRDhGMEM4RDU5ODJFQSIgc3RSZWY6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");background-position:center}
@media screen and (min-width:768px){.asset-data.list-card{border-top:0;padding:0 14px;margin-bottom:0}
.asset-data.list-card .card-contain{border-bottom:1px solid #444;padding:20px 0}
.asset-data.list-card .compact-card{display:none}
.asset-data.list-card .wide-card{display:block}
.asset-data.list-card .head{margin:0;width:91.66%}
.asset-data.list-card .column-side-heading{width:66.66%;vertical-align:middle;padding-left:15px}
.asset-data.list-card .column-side-subheading{width:25%}
.asset-data.list-card .column-side{margin-right:8%;width:17%}
.asset-data.list-card .wrapper-icon-list-view{display:table-cell;width:auto;vertical-align:middle}
.asset-data.list-card .wrapper-icon-list-view>.wrapper-icon{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-bottom:0;margin-right:0;background-color:#6ea204;color:#fff;padding:8px;font-size:25px}
.asset-data.list-card .wrapper-text{display:table-cell;vertical-align:middle}
.asset-data.list-card .column-aside{width:67%}
.asset-data.list-card .subheading{font-weight:500;margin-bottom:6px;color:#1a1a1a}
.asset-data.list-card .scope-classification{font-weight:400;color:#444;margin-bottom:6px}
.asset-data.list-card .date{color:#444}
.asset-data.list-card .heading{font-weight:500;margin-bottom:6px;padding:0 20px;color:#1a1a1a}
.asset-data.list-card .description{padding:0 20px;margin-bottom:0;width:100%;color:#444}
.asset-data.list-card .icons{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);width:8.33%;padding:0;margin:0;right:0;top:50%;bottom:0}
.asset-data.list-card .icons .share{width:25px;margin:0 auto;float:none}
.asset-data.list-card .icons .save:first-child{margin-top:3px}
.asset-data.list-card .icons .save a:hover{text-decoration:none}
.asset-data.list-card .icons .save a:hover span.cta-icn{text-decoration:none}
.asset-data.list-card .icons .save .cta-icn{-webkit-transition:none;-moz-transition:none;transition:none;height:20px;vertical-align:top}
.asset-data.list-card .icons .date{display:none}
.asset-data.list-card .icons li{margin:0}
.asset-data.list-card .icons li:last-child{margin-left:-2px}
.asset-data.list-card .no-metadata{height:150px}
}
@media screen and (min-width:980px){.uw-overlay.preview .content .detail{width:40%;float:left}
.uw-overlay.preview .content .docxjs-container{width:50%;float:left;height:400px !important;margin-bottom:42px}
.uw-overlay.preview .content .head>.docxjs-container>div:last-child{position:relative !important}
.asset-data.list-card{-webkit-box-shadow:0 0 0 0 #444;-moz-box-shadow:0 0 0 0 #444;box-shadow:0 0 0 0 #444;padding:0}
.asset-data.list-card.oaks-asset-data{padding:0 40px}
.asset-data.list-card.oaks-asset-data .icons{margin-right:40px}
.asset-data.list-card .column-side{margin-right:11%;width:11%}
.asset-data.list-card .icons .share{margin:0;float:right}
}
@media screen and (min-width:0) and (max-width:639.9px){.overlay-cards.asset-data .heading{font-size:20px;font-size:2rem}
.overlay-cards.asset-data .subheading,.overlay-cards.asset-data .date{font-size:15px;font-size:1.5rem}
.overlay-cards.asset-data .description{font-size:16px;font-size:1.6rem}
.overlay-cards.asset-data .file-info,.overlay-cards.asset-data .icons .save .cta-text{font-size:14px;font-size:1.4rem}
.overlay-cards.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
.overlay-cards.asset-data .preview .col-texts .wrapper-icon{font-size:26px;font-size:2.6rem}
.overlay-cards.asset-data .icons .save .cta-icn{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.overlay-cards.asset-data .heading{font-size:20px;font-size:2rem}
.overlay-cards.asset-data .subheading,.overlay-cards.asset-data .date{font-size:15px;font-size:1.5rem}
.overlay-cards.asset-data .description,.overlay-cards.asset-data .icons .save .cta-text{font-size:16px;font-size:1.6rem}
.overlay-cards.asset-data .file-info{font-size:14px;font-size:1.4rem}
.overlay-cards.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
.overlay-cards.asset-data .preview .col-texts .wrapper-icon{font-size:26px;font-size:2.6rem}
.overlay-cards.asset-data .icons .save .cta-icn{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.overlay-cards.asset-data .heading{font-size:20px;font-size:2rem}
.overlay-cards.asset-data .subheading,.overlay-cards.asset-data .date{font-size:15px;font-size:1.5rem}
.overlay-cards.asset-data .description,.overlay-cards.asset-data .icons .save .cta-text{font-size:16px;font-size:1.6rem}
.overlay-cards.asset-data .file-info{font-size:14px;font-size:1.4rem}
.overlay-cards.asset-data .wrapper-icon{font-size:36px;font-size:3.6rem}
.overlay-cards.asset-data .preview .col-texts .wrapper-icon{font-size:26px;font-size:2.6rem}
.overlay-cards.asset-data .icons .save .cta-icn{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.overlay-cards.asset-data .heading{font-size:20px;font-size:2rem}
.overlay-cards.asset-data .subheading,.overlay-cards.asset-data .date{font-size:15px;font-size:1.5rem}
.overlay-cards.asset-data .description,.overlay-cards.asset-data .icons .save .cta-text{font-size:16px;font-size:1.6rem}
.overlay-cards.asset-data .file-info{font-size:14px;font-size:1.4rem}
.overlay-cards.asset-data .wrapper-icon{font-size:56px;font-size:5.6rem}
.overlay-cards.asset-data .preview .col-texts .wrapper-icon{font-size:26px;font-size:2.6rem}
.overlay-cards.asset-data .icons .save .cta-icn{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.overlay-cards.asset-data .heading{font-size:20px;font-size:2rem}
.overlay-cards.asset-data .subheading,.overlay-cards.asset-data .date{font-size:15px;font-size:1.5rem}
.overlay-cards.asset-data .description,.overlay-cards.asset-data .icons .save .cta-text{font-size:16px;font-size:1.6rem}
.overlay-cards.asset-data .file-info{font-size:14px;font-size:1.4rem}
.overlay-cards.asset-data .wrapper-icon{font-size:56px;font-size:5.6rem}
.overlay-cards.asset-data .preview .col-texts .wrapper-icon{font-size:26px;font-size:2.6rem}
.overlay-cards.asset-data .icons .save .cta-icn{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:1600px){.overlay-cards.asset-data .heading{font-size:20px;font-size:2rem}
.overlay-cards.asset-data .subheading,.overlay-cards.asset-data .date{font-size:15px;font-size:1.5rem}
.overlay-cards.asset-data .description,.overlay-cards.asset-data .icons .save .cta-text{font-size:16px;font-size:1.6rem}
.overlay-cards.asset-data .file-info{font-size:14px;font-size:1.4rem}
.overlay-cards.asset-data .wrapper-icon{font-size:56px;font-size:5.6rem}
.overlay-cards.asset-data .preview .col-texts .wrapper-icon{font-size:26px;font-size:2.6rem}
.overlay-cards.asset-data .icons .save .cta-icn{font-size:24px;font-size:2.4rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.overlay-cards.asset-data .heading,.overlay-cards.asset-data .description{line-height:24px}
.overlay-cards.asset-data .file-info{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.overlay-cards.asset-data .heading,.overlay-cards.asset-data .description{line-height:24px}
.overlay-cards.asset-data .file-info{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.overlay-cards.asset-data .heading,.overlay-cards.asset-data .description{line-height:24px}
.overlay-cards.asset-data .file-info{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.overlay-cards.asset-data .heading,.overlay-cards.asset-data .description{line-height:24px}
.overlay-cards.asset-data .file-info{line-height:20px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.overlay-cards.asset-data .heading,.overlay-cards.asset-data .description{line-height:24px}
.overlay-cards.asset-data .file-info{line-height:20px}
}
@media screen and (min-width:1600px){.overlay-cards.asset-data .heading,.overlay-cards.asset-data .description{line-height:24px}
.overlay-cards.asset-data .file-info{line-height:20px}
}
.overlay-cards.asset-data{background:rgba(0,0,0,0.5);position:fixed}
.overlay-cards.asset-data.preview{z-index:1024}
.overlay-cards.asset-data .content{padding:24px;background:#fff}
.overlay-cards.asset-data .head>div{display:inline-block}
.overlay-cards.asset-data .head .icon{width:calc(10% - 20px)}
.overlay-cards.asset-data .head .col-texts{width:90%}
.overlay-cards.asset-data .head .heading{font-weight:400;float:none;margin-bottom:13px;padding-bottom:0;padding-right:0;width:100%}
.overlay-cards.asset-data .head .subheading{display:block}
.overlay-cards.asset-data .head .subheading span{display:inline-block;margin-right:18px}
.overlay-cards.asset-data .head.preview>.icon{margin-right:20px;width:auto}
.overlay-cards.asset-data .head.preview>.icon .cta{border-right:2px solid;padding-right:5px}
.overlay-cards.asset-data .head.preview>.icon .cta .cta-icn{-webkit-transition:all .5s linear;-moz-transition:all .5s linear;transition:all .5s linear;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);display:table;margin:0;text-align:center;text-decoration:none}
.overlay-cards.asset-data .head.preview>.icon .cta .cta-icn:before{display:table-cell;vertical-align:middle}
.overlay-cards.asset-data .head.preview>.icon .cta:hover{text-decoration:none}
.overlay-cards.asset-data .head.preview .col-texts .icon{width:auto;display:table-cell}
.overlay-cards.asset-data .head.preview .col-texts .heading{display:table-cell;vertical-align:middle}
.overlay-cards.asset-data .head.preview .detail .subheading{display:block}
.overlay-cards.asset-data .head.preview.full>.icon .cta-icn{-webkit-transition:all .5s linear;-moz-transition:all .5s linear;transition:all .5s linear;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}
.overlay-cards.asset-data .head.preview.full .detail{display:none}
.overlay-cards.asset-data .head.preview.full .docxjs-container{width:100%}
.overlay-cards.asset-data .card-contain{cursor:initial;padding:0}
.overlay-cards.asset-data .subheading{margin-bottom:18px;text-transform:initial}
.overlay-cards.asset-data .detail{margin-left:calc(10% - 20px);padding-bottom:0;text-transform:initial;width:100%}
.overlay-cards.asset-data .detail .description{padding-bottom:30px}
.overlay-cards.asset-data .detail .subheading{display:none}
.overlay-cards.asset-data .detail .video-iframe{display:block;max-width:100%;padding-bottom:30px;margin-bottom:18px;position:relative}
.overlay-cards.asset-data .detail .video-iframe .video-responsive{padding-top:56.25%}
.overlay-cards.asset-data .detail .video-iframe .vjs-big-play-button{display:block}
.overlay-cards.asset-data .detail .video-iframe .vjs-big-play-button .vjs-icon-placeholder{display:none}
.overlay-cards.asset-data .detail .video-iframe .vjs-playing .vjs-big-play-button{display:none}
.overlay-cards.asset-data .file-info{font-weight:200}
.overlay-cards.asset-data .icons{right:36px;bottom:36px;display:block;padding:0;position:absolute}
.overlay-cards.asset-data .icons .cta-icn{background-position:center center}
.overlay-cards.asset-data .icons .btn span{text-transform:initial}
.overlay-cards.asset-data .icons .share{display:block;text-align:right;margin-top:auto;width:100%}
.overlay-cards.asset-data .icons .save .cta-icn{vertical-align:middle}
@media screen and (min-width:0) and (max-width:767.9px){.overlay-cards.asset-data .head .icon{width:36px}
.overlay-cards.asset-data .head .col-texts{width:calc(1x% - 60px)}
.overlay-cards.asset-data .head .subheading span{display:block;margin-bottom:18px}
.overlay-cards.asset-data .head .subheading span:last-of-type{margin-bottom:0}
.overlay-cards.asset-data .detail{height:calc(1xvh - 2xpx);margin-left:0;overflow-y:auto}
.overlay-cards.asset-data .detail .subheading{display:block}
.overlay-cards.asset-data .icons{left:0;right:0;background:#fff;bottom:0;padding:10px 24px;position:fixed}
.overlay-cards.asset-data .icons .share{text-align:center}
.overlay-cards.asset-data .icons .btn div{border:0}
.overlay-cards.asset-data .icons .btn span{display:block;width:100%}
}
@media screen and (min-width:768px){.overlay-cards.asset-data .detail{width:calc(90% - 10px)}
.overlay-cards.asset-data .detail .description,.overlay-cards.asset-data .detail .video-iframe{padding-bottom:24px}
}
@media screen and (min-width:0) and (max-width:979.9px){.appleios.mobilesafari .overlay-cards.asset-data .detail{height:calc(100vh - 220px);padding-bottom:40px}
.appleios.mobilesafari .overlay-cards.asset-data .content{height:88vh}
}
@media screen and (min-width:980px){.overlay-cards.asset-data .detail{max-height:55vh;overflow:auto}
.overlay-cards.asset-data .head{margin:0}
.overlay-cards.asset-data .icons{right:0;border-top:1px solid #ccc;bottom:0;margin-top:18px;text-align:right;padding-top:18px;position:relative}
}
@media screen and (min-width:1280px){.overlay-cards.asset-data .head .col-texts{width:80%}
.overlay-cards.asset-data .detail .description,.overlay-cards.asset-data .detail .asset,.overlay-cards.asset-data .detail .video-iframe{margin-right:calc(10% - 20px)}
.overlay-cards.asset-data .icons{margin-left:calc(10% - 20px);margin-right:calc(10% - 20px);width:85%}
}
@media screen and (min-width:1600px){.overlay-cards.asset-data .icons{width:80%}
}
@media screen and (min-width:0) and (max-width:639.9px){.knowledge-data .heading{font-size:16px;font-size:1.6rem}
.knowledge-data .cta .cta-text,.knowledge-data .cta>div{font-size:14px;font-size:1.4rem}
.knowledge-data .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.knowledge-data .heading{font-size:16px;font-size:1.6rem}
.knowledge-data .cta .cta-text,.knowledge-data .cta>div,.knowledge-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.knowledge-data .heading{font-size:16px;font-size:1.6rem}
.knowledge-data .cta .cta-text,.knowledge-data .cta>div,.knowledge-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.knowledge-data .heading{font-size:16px;font-size:1.6rem}
.knowledge-data .cta .cta-text,.knowledge-data .cta>div,.knowledge-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.knowledge-data .heading{font-size:16px;font-size:1.6rem}
.knowledge-data .cta .cta-text,.knowledge-data .cta>div,.knowledge-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:1600px){.knowledge-data .heading{font-size:16px;font-size:1.6rem}
.knowledge-data .cta .cta-text,.knowledge-data .cta>div,.knowledge-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.knowledge-data .heading,.knowledge-data .cta .cta-text,.knowledge-data .description{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.knowledge-data .heading,.knowledge-data .description{line-height:20px}
.knowledge-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.knowledge-data .heading,.knowledge-data .description{line-height:20px}
.knowledge-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.knowledge-data .heading,.knowledge-data .description{line-height:20px}
.knowledge-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.knowledge-data .heading,.knowledge-data .description{line-height:20px}
.knowledge-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:1600px){.knowledge-data .heading,.knowledge-data .description{line-height:20px}
.knowledge-data .cta .cta-text{line-height:18px}
}
.knowledge-data{-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);background-color:#fff;border-top:3px solid #444;color:#1a1a1a;display:block;line-height:0;margin-bottom:18px;padding:12px 18px 0 18px;position:relative;text-align:left;vertical-align:top;width:100%}
.knowledge-data .mask-image{height:110px;margin-bottom:0}
.knowledge-data .heading{font-weight:500;color:#444;margin-bottom:1px}
.knowledge-data .description{font-weight:200;padding-bottom:24px}
.knowledge-data .card-contain .mask-image{border-top:6px solid #fff;padding-top:110px}
.knowledge-data .cta{margin-bottom:2px;padding:0}
.knowledge-data .cta .cta-text{color:#444;display:table-cell;padding:0}
.knowledge-data .cta .cta-icn{color:#444;display:table-cell}
.knowledge-data .no-metadata{display:table;height:250px;width:100%}
.knowledge-data .no-metadata .card-contain{display:table-cell;text-align:center;vertical-align:middle}
.knowledge-data a.cta:hover,.knowledge-data a.cta:hover span.icon,.knowledge-data .cta-trigger:hover,.knowledge-data .cta.cta-target span.icon,.knowledge-data .cta.cta-target span{text-decoration:none}
.knowledge-data:hover .cta.cta-target span{text-decoration:none}
@media screen and (min-width:768px){.knowledge-data .description{padding-bottom:26px}
}
.knowledge-data.list-card>.mask-image{display:none;margin-right:18px;width:30%;vertical-align:bottom}
.knowledge-data.list-card .card-contain .mask-image{display:block}
.knowledge-data.list-card .description{padding-bottom:18px}
.knowledge-data.list-card .no-metadata .card-contain{vertical-align:middle}
.knowledge-data.list-card .wide-card{display:none}
@media screen and (min-width:768px){.knowledge-data.list-card{display:inline-table;border-top:0;padding:0 14px;margin-bottom:0}
.knowledge-data.list-card>.mask-image{display:none}
.knowledge-data.list-card .heading{min-height:auto}
.knowledge-data.list-card .card-contain{display:none;vertical-align:top;width:70%;padding-left:20px}
.knowledge-data.list-card .card-contain .mask-image{display:none}
.knowledge-data.list-card .description{padding-bottom:24px}
.knowledge-data.list-card .no-metadata{height:150px}
.knowledge-data.list-card .wide-card{width:100%;display:inline-table;border-bottom:1px solid #444;padding:20px 0}
.knowledge-data.list-card .wide-card .column-side-heading,.knowledge-data.list-card .wide-card .column-side-url{display:table-cell;vertical-align:middle}
.knowledge-data.list-card .wide-card .column-side-heading{width:66.66%}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-icon-link,.knowledge-data.list-card .wide-card .column-side-heading .wrapper-text-link{display:table-cell;vertical-align:middle}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta{margin:0;padding:0}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta div{margin-left:15px}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta span.cta-icn{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:8px;margin:0;vertical-align:middle;background-color:#444;color:#fff;font-size:25px}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-text-link{padding:0 14px 0 20px}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-text-link .heading{font-weight:500;color:#1a1a1a;margin-bottom:3px}
.knowledge-data.list-card .wide-card .column-side-heading .wrapper-text-link .description{font-weight:200;color:#444;padding:0}
.knowledge-data.list-card .wide-card .column-side-url{width:33.33%}
.knowledge-data.list-card .wide-card .column-side-url .wrapper-url-link a.cta:hover{text-decoration:none}
.knowledge-data.list-card .wide-card .column-side-url .wrapper-url-link a.cta:hover span{text-decoration:none}
.knowledge-data.list-card .wide-card .column-side-url .wrapper-url-link a.cta span.cta-text{font-weight:500;color:#1a1a1a;padding:0}
}
@media screen and (min-width:980px){.knowledge-data.list-card{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0);padding:0}
}
@media screen and (min-width:1600px){.knowledge-data.list-card .description{padding-bottom:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.knowledge-data.list-card.feature .heading{font-size:16px;font-size:1.6rem}
.knowledge-data.list-card.feature .cta .cta-text{font-size:14px;font-size:1.4rem}
.knowledge-data.list-card.feature .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.knowledge-data.list-card.feature .heading{font-size:18px;font-size:1.8rem}
.knowledge-data.list-card.feature .cta .cta-text,.knowledge-data.list-card.feature .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.knowledge-data.list-card.feature .heading{font-size:18px;font-size:1.8rem}
.knowledge-data.list-card.feature .cta .cta-text,.knowledge-data.list-card.feature .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.knowledge-data.list-card.feature .heading{font-size:24px;font-size:2.4rem}
.knowledge-data.list-card.feature .cta .cta-text,.knowledge-data.list-card.feature .description{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.knowledge-data.list-card.feature .heading{font-size:24px;font-size:2.4rem}
.knowledge-data.list-card.feature .cta .cta-text,.knowledge-data.list-card.feature .description{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.knowledge-data.list-card.feature .heading{font-size:24px;font-size:2.4rem}
.knowledge-data.list-card.feature .cta .cta-text,.knowledge-data.list-card.feature .description{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.knowledge-data.list-card.feature .heading,.knowledge-data.list-card.feature .description{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.knowledge-data.list-card.feature .heading{line-height:22px}
.knowledge-data.list-card.feature .description{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.knowledge-data.list-card.feature .heading{line-height:26px}
.knowledge-data.list-card.feature .description{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.knowledge-data.list-card.feature .heading{line-height:26px}
.knowledge-data.list-card.feature .description{line-height:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.knowledge-data.list-card.feature .heading{line-height:26px}
.knowledge-data.list-card.feature .description{line-height:24px}
}
@media screen and (min-width:1600px){.knowledge-data.list-card.feature .heading{line-height:26px}
.knowledge-data.list-card.feature .description{line-height:24px}
}
.knowledge-data.list-card.feature{background-color:#444;color:#fff;border-top:0}
.knowledge-data.list-card.feature .wide-card .column-side-heading .heading,.knowledge-data.list-card.feature .wide-card .column-side-heading .description,.knowledge-data.list-card.feature .wide-card .column-side-heading .wrapper-url-link .cta .cta-text,.knowledge-data.list-card.feature .wide-card .column-side-url .heading,.knowledge-data.list-card.feature .wide-card .column-side-url .description,.knowledge-data.list-card.feature .wide-card .column-side-url .wrapper-url-link .cta .cta-text{color:#fff}
.knowledge-data.list-card.feature .wrap-texts .heading,.knowledge-data.list-card.feature .wrap-texts .description,.knowledge-data.list-card.feature .wrap-texts .wrapper-url-link .cta .cta-icn,.knowledge-data.list-card.feature .wrap-texts .wrapper-url-link .cta .cta-text{color:#fff}
.knowledge-data.list-card.feature .cta .cta-icn{background-image:url("data:image/png;base64,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d3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTA4LTE2VDE3OjQ2OjM3WjwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA5LTE4VDEzOjIzOjMxWjwveG1wOk1vZGlmeURhdGU+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PrivK0MAAASXSURBVHic5dtbqJRVFMDx3xyPZlckK8rUNDMKRCs8DxEEJ7ua1FtlvfbQa9EFu0CQWNGVguilogKJXiyyiMg0AosMygwlQY6U0VEK8tJFRXcP+4we58w3Zy57f3Om/jAwM3vvNWst1t7f2mvvqYQQ/J/p77YCGZiFi7AQCzAPgzV9fsWd2FD5D0TAPFyJqzF35HUWpuKkgjEBw5jRqw64DLfiNlyCvjblVHptCtyAh4wN6bbpFQcswLOiA5LSbuiUxWQ8hu+kN34NEzsCBvAmLs0kfzcTNwJWYKN8xgdUmHgR0Ie3cFeL44YxhJliHjAef+FjEEKYKK/ZIYT1oXVeCiGcNiJjagjh/hDC0XHG7AwhXBBCmDAOmB1CGGrD+DUF8p4cZ9zGat+JsAbMxQbMaXHcETxa0PaiGOZFbK9UKuj+IrgEX4tOaJUj+KWg7XeNHfBNGMmAu+mAWVgt5u3t0I+LC9rOxskNxm6svumWA2aKYX9OBzL6xLS4Hk/g1IK2n/HDsU9dWPBmhhB2tLHgFbE2hDAQQpgWQlgUQnhnnP6vjNan7N1gBd9iUQbZ+3BGE/0GxehDuVNgkph/5zCe5ozfZdT8p1wHvCHu4bvJCzg0+ovcU6BfDPsHsTLnDzXBfvHJs3f0l63sBc4XV2+4Qiw5EctOA8ZG0yxxla+MGtdNVqoxnuYjYA42af+Z3W324EL8WdvQ7Brwqt41Hu5Vx3iai4BBfJZaoxLZoEENsRkHbJWvMJGbA+L5wFBRh/GmwD1613i4WwPjaRwB07EdZyZWqixW4ZHxOjWKgKf1rvFfaMJ4iiNgQNyn9yKbcS1+a6ZzkQM2YXFCpcpiv7hmFRVKxlBvCtyuN40/gOu1YDxjI2CKuGrOSKdXKVSN/7LVgbURsELvGT8s1hZbNp4TI2A2fnR8k9MLDIlb7C3tChi9G1ylt4zfimuMnPG1S3UKPI7lHSpUJh+I+X1HxnN8CrRbFRnGuZ0q0SLvik+qJFQjYKl4cagZtuAp8U7OfNVDxvxUT4KSGc+Ji+BCfI5pNX3+wVd4T9xabq5p78daGW5v1PCHmJonreHV5gGLxePp88QawPtYZ/zkoh8f4bqUytWwV3xS7UsptF4q3IfT1amfjcNkfCifE/aJDmhVr4bUS4WPtvkjh7EMn3akUTHbxYwvKanPBQ7hZnmcsF9cCJOS42Ck6oR1ieVOSiwP+U6Gqk5IWUw9mlDWMXIejR3ETVifSN6mRHJOIPfZ4CHRCSki4WACGWMo43D0IG4RE5lOyKJrWafD8xXf2GiWLHcay3LAcjFR6oRdKRSppSwHpLjevi2BjDGU4YD5uDyBnEa3vtqmDAcskWb+7kwgYwxlOGBph+PXi6Wvtut+jch9RWY6fsIpbYzdjYfxelKNash9XX6Z1o0/jOfxjHjlNSu5HXBji/0/wQP4PoMudck5BaZhh+ZOmLeJp7lrcilTRM4I6GtC/h68jOfwd0ZdCsm9CA6KVeMpddpW4z4JavudkPsxuF6sEQ6PfD4shvlV4v+Cumo8+SOgyh14G6+J944mDL363+Fk/Au6enV0TXRjnwAAAABJRU5ErkJggg==")}
@media screen and (min-width:768px){.knowledge-data.list-card.feature{padding:0 40px}
.knowledge-data.list-card.feature .heading{font-weight:200;min-height:auto}
.knowledge-data.list-card.feature .no-metadata .card-contain{padding-left:0}
}
@media screen and (min-width:768px){.knowledge-data.list-card.feature{padding:0 40px}
}
@media screen and (min-width:0) and (max-width:639.9px){.link-data .heading{font-size:16px;font-size:1.6rem}
.link-data .cta .cta-text,.link-data .cta>div{font-size:14px;font-size:1.4rem}
.link-data .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.link-data .heading{font-size:16px;font-size:1.6rem}
.link-data .cta .cta-text,.link-data .cta>div,.link-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.link-data .heading{font-size:16px;font-size:1.6rem}
.link-data .cta .cta-text,.link-data .cta>div,.link-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.link-data .heading{font-size:16px;font-size:1.6rem}
.link-data .cta .cta-text,.link-data .cta>div,.link-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.link-data .heading{font-size:16px;font-size:1.6rem}
.link-data .cta .cta-text,.link-data .cta>div,.link-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:1600px){.link-data .heading{font-size:16px;font-size:1.6rem}
.link-data .cta .cta-text,.link-data .cta>div,.link-data .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.link-data .heading,.link-data .cta .cta-text,.link-data .description{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.link-data .heading,.link-data .description{line-height:20px}
.link-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.link-data .heading,.link-data .description{line-height:20px}
.link-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.link-data .heading,.link-data .description{line-height:20px}
.link-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.link-data .heading,.link-data .description{line-height:20px}
.link-data .cta .cta-text{line-height:18px}
}
@media screen and (min-width:1600px){.link-data .heading,.link-data .description{line-height:20px}
.link-data .cta .cta-text{line-height:18px}
}
.link-data{-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);background-color:#fff;border-top:3px solid #0076ce;color:#1a1a1a;display:block;line-height:0;margin-bottom:18px;padding:18px 18px 0 18px;position:relative;text-align:left;vertical-align:top;width:100%}
.link-data .mask-image{height:110px;margin-bottom:0}
.link-data .heading{font-weight:500;color:#444;margin-bottom:5px}
.link-data .description{font-weight:200;padding-bottom:18px}
.link-data .mask-image{-webkit-box-shadow:0 -2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 -2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 -2px 2px 2px rgba(0,0,0,0.1);border:6px solid #fff;border-bottom:0;padding-top:110px}
.link-data .cta{margin-bottom:6px;padding:0}
.link-data .cta .cta-text{color:#444;display:table-cell;vertical-align:middle;padding:0}
.link-data .cta .cta-icn{color:#444;display:table-cell;padding-right:8px;vertical-align:middle}
.link-data.cta-trigger{cursor:pointer}
.link-data.cta-trigger .cta-target{pointer-events:none}
.link-data.cta-trigger:hover .cta-target span{text-decoration:none}
.link-data a:hover,.link-data a:hover span.cta-icn{text-decoration:none}
.link-data .no-metadata{display:table;height:250px;width:100%}
.link-data .no-metadata .card-contain{display:table-cell;text-align:center;vertical-align:middle}
.link-data.grid-card{margin-bottom:36px}
@media screen and (min-width:980px){.link-data .description{padding-bottom:26px}
}
.link-data.list-card>.mask-image{display:none;margin-right:18px;width:30%}
.link-data.list-card .card-contain .mask-image{display:block}
.link-data.list-card .description{padding-bottom:18px}
.link-data.list-card .no-metadata .card-contain{vertical-align:middle}
.link-data.list-card .wide-card{display:none}
@media screen and (min-width:768px){.link-data.list-card{display:inline-table;margin:0;border-top:0;padding:0 14px}
.link-data.list-card>.mask-image{display:none}
.link-data.list-card .heading{min-height:auto}
.link-data.list-card .card-contain{display:none;vertical-align:top;width:60%;padding-left:20px}
.link-data.list-card .card-contain .mask-image{display:none}
.link-data.list-card .description{padding-bottom:24px}
.link-data.list-card .no-metadata{height:150px}
.link-data.list-card .wide-card{width:100%;display:inline-table;border-bottom:1px solid #444;padding:20px 0}
.link-data.list-card .wide-card .column-side-heading,.link-data.list-card .wide-card .column-side-url{display:table-cell;vertical-align:middle}
.link-data.list-card .wide-card .column-side-heading{width:66.66%}
.link-data.list-card .wide-card .column-side-heading .wrapper-icon-link,.link-data.list-card .wide-card .column-side-heading .wrapper-text-link{display:table-cell;vertical-align:middle}
.link-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta{margin:0;padding:0}
.link-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta div{margin-left:15px}
.link-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta span.cta-icn{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:8px;margin:0;vertical-align:middle;background-color:#0076ce;color:#fff;font-size:25px}
.link-data.list-card .wide-card .column-side-heading .wrapper-text-link{padding:0 14px 0 20px}
.link-data.list-card .wide-card .column-side-heading .wrapper-text-link .heading{font-weight:500;color:#1a1a1a;margin-bottom:3px}
.link-data.list-card .wide-card .column-side-heading .wrapper-text-link .description{font-weight:200;color:#444;padding:0}
.link-data.list-card .wide-card .column-side-url{width:33.33%}
.link-data.list-card .wide-card .column-side-url .wrapper-url-link a.cta:hover{text-decoration:none}
.link-data.list-card .wide-card .column-side-url .wrapper-url-link a.cta:hover span{text-decoration:none}
.link-data.list-card .wide-card .column-side-url .wrapper-url-link a.cta span.cta-text{font-weight:500;color:#0076ce}
}
@media screen and (min-width:980px){.link-data.list-card{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0);padding:0}
}
@media screen and (min-width:1600px){.link-data.list-card .description{padding-bottom:30px}
}
@media screen and (min-width:0) and (max-width:639.9px){.link-data.list-card.feature .heading{font-size:16px;font-size:1.6rem}
.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{font-size:14px;font-size:1.4rem}
}
@media screen and (min-width:640px) and (max-width:767.9px){.link-data.list-card.feature .heading{font-size:18px;font-size:1.8rem}
.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:768px) and (max-width:979.9px){.link-data.list-card.feature .heading{font-size:18px;font-size:1.8rem}
.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{font-size:15px;font-size:1.5rem}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.link-data.list-card.feature .heading{font-size:24px;font-size:2.4rem}
.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.link-data.list-card.feature .heading{font-size:24px;font-size:2.4rem}
.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:1600px){.link-data.list-card.feature .heading{font-size:24px;font-size:2.4rem}
.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{font-size:16px;font-size:1.6rem}
}
@media screen and (min-width:0) and (max-width:639.9px){.link-data.list-card.feature .heading,.link-data.list-card.feature .cta .cta-text,.link-data.list-card.feature .description{line-height:20px}
}
@media screen and (min-width:640px) and (max-width:767.9px){.link-data.list-card.feature .heading{line-height:26px}
.link-data.list-card.feature .cta .cta-text{line-height:22px}
.link-data.list-card.feature .description{line-height:20px}
}
@media screen and (min-width:768px) and (max-width:979.9px){.link-data.list-card.feature .heading{line-height:26px}
.link-data.list-card.feature .cta .cta-text{line-height:22px}
.link-data.list-card.feature .description{line-height:20px}
}
@media screen and (min-width:980px) and (max-width:1279.9px){.link-data.list-card.feature .heading{line-height:26px}
.link-data.list-card.feature .cta .cta-text{line-height:22px}
.link-data.list-card.feature .description{line-height:24px}
}
@media screen and (min-width:1280px) and (max-width:1599.9px){.link-data.list-card.feature .heading{line-height:26px}
.link-data.list-card.feature .cta .cta-text{line-height:22px}
.link-data.list-card.feature .description{line-height:24px}
}
@media screen and (min-width:1600px){.link-data.list-card.feature .heading{line-height:26px}
.link-data.list-card.feature .cta .cta-text{line-height:22px}
.link-data.list-card.feature .description{line-height:24px}
}
.link-data.list-card.feature{background-color:rgba(0,0,0,0.5);border-top:0}
.link-data.list-card.feature .mask-image{border:0}
.link-data.list-card.feature .wide-card .column-side-heading .heading,.link-data.list-card.feature .wide-card .column-side-heading .description,.link-data.list-card.feature .wide-card .column-side-heading .wrapper-url-link .cta .cta-text,.link-data.list-card.feature .wide-card .column-side-url .heading,.link-data.list-card.feature .wide-card .column-side-url .description,.link-data.list-card.feature .wide-card .column-side-url .wrapper-url-link .cta .cta-text{color:#fff}
.link-data.list-card.feature .wrap-texts .heading,.link-data.list-card.feature .wrap-texts .description,.link-data.list-card.feature .wrap-texts .wrapper-url-link .cta .cta-icn,.link-data.list-card.feature .wrap-texts .wrapper-url-link .cta .cta-text{color:#fff}
.link-data.list-card.feature .heading{color:#fff;font-weight:200}
.link-data.list-card.feature .cta .cta-icn,.link-data.list-card.feature .cta .cta-text{color:#eee;font-weight:200}
.link-data.list-card.feature .description{color:#444}
@media screen and (min-width:768px){.link-data.list-card.feature .heading{min-height:auto}
.link-data.list-card.feature .card-contain{padding-left:20px}
.link-data.list-card.feature .mask-image{width:40%}
.link-data.list-card.feature .no-metadata .card-contain{padding-left:0}
}
@media screen and (min-width:980px){.link-data.list-card.feature{padding:0 40px}
.link-data.list-card.feature .mask-image{width:50%}
}
.category-list{margin-top:-6px}
.subcategory-card-view{margin-bottom:24px}
.subcategory-card-contain{-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);color:#444;background-color:#fff;text-align:left;padding:18px;border-top:3px solid #444}
.subcategory-card-contain .mask-image{height:90px}
.subcategory-card-contain .partial-cta-list{display:none}
.subcategory-card-contain .heading{display:table-cell;padding-right:24px;word-break:normal}
.subcategory-card-contain .heading .cta.primary{color:#444}
.subcategory-card-contain .heading .cta.primary:hover{text-decoration:none}
.subcategory-card-contain .heading .cta.primary:hover span{text-decoration:none}
.subcategory-card-contain .heading .cta.primary .cta-text{display:table-cell;font-weight:2x;word-break:normal}
.subcategory-card-contain .heading .cta.primary .cta-text:hover span{text-decoration:none}
.subcategory-card-contain .heading .cta.primary .cta-icn{display:table-cell;background-position-x:right;background-size:8px;vertical-align:middle;width:30px}
.subcategory-card-contain .widget-select{display:block;height:44px;margin:18px auto}
.subcategory-card-contain .widget-select>.item:hover span{text-decoration:none}
.subcategory-card-contain .widget-select>.item a{color:#444}
.subcategory-card-contain .widget-select>.item a:hover{text-decoration:none}
.subcategory-card-contain .widget-select>.item a:hover span{text-decoration:none}
.subcategory-card-contain .widget-select>.item:after{position:absolute;right:18px;top:14px;height:15px;margin-left:0}
.subcategory-card-contain .widget-select.open .items .item{border:0;border-left:2px solid #444}
.subcategory-card-contain .widget-select.open .items .item a{color:#444}
.subcategory-card-contain .widget-select.open .items .item a:hover,.subcategory-card-contain .widget-select.open .items .item a:hover span{text-decoration:none}
.subcategory-card-contain .widget-select.open .items:after{position:absolute;right:18px;top:14px;height:15px;margin-left:0}
@media screen and (min-width:980px){.category-list{margin-top:0}
.subcategory-card-contain .description{margin-bottom:9px}
.subcategory-card-contain .partial-cta-list{display:block}
.subcategory-card-contain .partial-cta-list dd{display:block;margin:0}
.subcategory-card-contain .partial-cta-list .cta .cta-text{padding:5px 0}
.subcategory-card-contain .widget-select{display:none}
}
.soi-data .heading{font-size:16px;font-size:1.6rem}
.soi-data .cta .cta-text{font-size:14px;font-size:1.4rem}
.soi-data .metadata-item{font-size:15px;font-size:1.5rem}
.soi-data .metadata-item.identifier{font-size:14px;font-size:1.4rem}
.soi-data .cta .cta-icn{font-size:18px;font-size:1.8rem}
.soi-data .heading{line-height:20px}
.soi-data .cta .cta-text{line-height:20px}
.soi-data .metadata-item{line-height:30px}
@media screen and (min-width:640px){.soi-data .cta .cta-text{line-height:18px}
}
.soi-data{-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);background-color:#fff;border-top:3px solid #444;color:#1a1a1a;display:block;line-height:0;margin-bottom:18px;padding:12px 18px 0 18px;position:relative;text-align:left;vertical-align:top;width:100%}
.soi-data .mask-image{height:110px;margin-bottom:0}
.soi-data .card-contain{padding-bottom:15px}
.soi-data .heading{font-weight:500;color:#1a1a1a;margin-bottom:1px}
.soi-data .cta{margin-bottom:2px;padding:0}
.soi-data .cta .cta-text{display:table-cell;padding:0;padding-left:10px;color:#444}
.soi-data .cta .cta-text.retired{color:#ce1126}
.soi-data .cta .cta-text.retired:hover{color:#ce1126}
.soi-data .cta .cta-icn{display:table-cell;color:#444;width:auto}
.soi-data .cta .cta-icn.retired{color:#ce1126}
.soi-data .cta .cta-icn.retired:hover{color:#ce1126}
.soi-data .no-metadata{display:table;height:250px;width:100%}
.soi-data .no-metadata .card-contain{display:table-cell;text-align:center;vertical-align:middle}
.soi-data a.cta:hover,.soi-data a.cta:hover span.icon,.soi-data .cta-trigger:hover,.soi-data .cta.cta-target span.icon,.soi-data .cta.cta-target span{text-decoration:none}
.soi-data:hover .cta.cta-target span{text-decoration:none}
.soi-data .metadata-item{color:#444;font-weight:200}
.soi-data .metadata-item .metadata-label{font-weight:500}
.soi-data .metadata-item .metadata-label.retired{color:#ce1126}
.soi-data.list-card .no-metadata .card-contain{vertical-align:middle}
.soi-data.list-card .wide-card{display:none}
@media screen and (min-width:768px){.soi-data.list-card{border-top:0;display:inline-table;margin-bottom:0;padding:0 14px}
.soi-data.list-card .heading{min-height:auto}
.soi-data.list-card .card-contain{display:none;padding-left:20px;vertical-align:top;width:70%}
.soi-data.list-card .no-metadata{height:150px}
.soi-data.list-card .wide-card{display:inline-table;padding:20px 0;width:100%}
.soi-data.list-card .wide-card .column-side-heading,.soi-data.list-card .wide-card .column-side-url{display:table-cell;vertical-align:middle}
.soi-data.list-card .wide-card .column-side-heading{width:100%}
.soi-data.list-card .wide-card .column-side-heading .wrapper-icon-link,.soi-data.list-card .wide-card .column-side-heading .wrapper-text-link{display:table-cell;vertical-align:top}
.soi-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta{margin:0;padding:0}
.soi-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta div{margin-left:15px}
.soi-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta span.cta-icn{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#444;color:#fff;font-size:25px;margin:0;padding:8px;vertical-align:middle}
.soi-data.list-card .wide-card .column-side-heading .wrapper-icon-link a.cta span.cta-icn.retired{background-color:#ce1126}
.soi-data.list-card .wide-card .column-side-heading .wrapper-text-link{padding:0 14px 0 20px;width:100%}
.soi-data.list-card .wide-card .column-side-heading .wrapper-text-link .heading{font-weight:500;color:#1a1a1a;margin-bottom:3px}
.soi-data.list-card .wide-card .column-side-heading .wrapper-text-link .card-column{float:left;width:33.33%;padding:0 10px}
.soi-data.list-card .wide-card .column-side-heading .wrapper-text-link .card-column:nth-child(2){padding-left:0}
.soi-data.list-card .wide-card .column-side-heading .wrapper-text-link .card-column:nth-child(4){padding-right:0}
}
@media screen and (min-width:980px){.soi-data.list-card{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0);padding:0}
.soi-data.list-card.oaks-knowledge-data{padding:0 40px}
.soi-data.list-card .wrapper-icon-link{padding-left:40px}
}